sieve: use substitute-command-keys in various places
[gnus] / lisp / ChangeLog
1 2011-02-28  Julien Danjou  <julien@danjou.info>
2
3         * sieve.el (sieve-buffer-script-name): New local variable to store
4         sieve script name.
5         (sieve-edit-script): Store sieve script name.
6         (sieve-upload): Use sieve script name when uploading.
7         (sieve-upload): Use substitute-command-keys.
8         (sieve-edit-script): Use substitute-command-keys.
9         (sieve-refresh-scriptlist): Use substitute-command-keys.
10
11 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-group.el (gnus-import-other-newsrc-file): New function.
14
15 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * auth-source.el (auth-source-search): Cache empty result sets.
18
19         * password-cache.el (password-in-cache-p): Convenience function to
20         check if a key is in the cache, even if the value is nil.
21
22         * auth-source.el (auth-source-save-behavior): New variable to replace
23         `auth-source-never-create'.
24         (auth-source-netrc-create): Use it.
25         (auth-source-never-save): Remove.
26
27 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
28
29         * nnimap.el (nnimap-stream): Doc fix.
30         (nnimap-open-connection-1): Reverse the order of the ports to that the
31         prompted-for port is first.
32
33         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
34         retrieval by the no-group selection.
35
36         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
37         numerical parameters.
38
39 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * auth-source.el (auth-source-creation-prompts): New variable to manage
42         creation-time prompts.
43         (auth-source-search): Document it.
44         (auth-source-format-prompt): Add utility function.
45         (auth-source-netrc-create): Don't default the user name to
46         user-login-name.  Use `auth-source-creation-prompts' and some default
47         prompts for user, host, port, and password (the default generic prompt
48         remains ugly).
49         (auth-source-never-save): Add customizable option to never save info.
50         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
51         mode excursion.
52
53 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
56         argument that XEmacs doesn't support.
57
58         * dgnushack.el (dgnushack-compile): Exclude color.el from being
59         compiled for Emacsen having no `libxml-parse-html-region' support.
60
61         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
62
63         * lpath.el: Bind buffer-save-without-query for XEmacs.
64
65 2011-02-23  Julien Danjou  <julien@danjou.info>
66
67         * gnus-art.el (article-make-date-line): Ignore errors if time is
68         invalid and not convertible.
69         (article-make-date-line): Only add lapsed time if time is not nil.
70
71 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
74         `read-char-choice' for backwards compatibility.
75         (auth-source-netrc-element-or-first): New function to DTRT for
76         parameter extraction.
77         (auth-source-netrc-create): Use it and fix multiple parameter print
78         bug.  Use the default passed from above (given-default) or the
79         built-in (user-login-name for :user).
80
81 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * gnus-start.el (gnus-dribble-read-file): Set
84         buffer-save-without-query, since we always want to save the dribble
85         file, probably.
86
87         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
88         nnimap.
89
90         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
91         -summary- since it's a user-visible variable.
92
93         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
94         first time you use the new Gnus.
95
96 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * auth-source.el: Don't load netrc.el.
99         (auth-sources): Search ~/.netrc as well by default.
100         (auth-source-debug): Add 'trivia option for extra output.
101         (auth-source-do-trivia): Use it.
102         (auth-source-search): Simplify logic to use
103         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
104         appropriate.  Don't keep a running count at this level.  Layer :create
105         and :delete options appropriately on the first and second passes.
106         Don't track the backend with the search results.
107         (auth-source-search-backends): New function to search a list of
108         backends for a processed spec.
109         (auth-source-netrc-parse): Cache all netrc files, making
110         auth-source-netrc-cache an alist keyed by the file name and using the
111         file mtime as the caching criterion.  Keep the obfuscated data secret
112         with a lexical bind.
113         (auth-source-netrc-search): Don't calculate the length of the results
114         unnecessarily.
115         (auth-source-search-backends): Fix bug.
116         (auth-source-netrc-create): Rework prompts.
117
118 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
119
120         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
121         Lower case names of search constraints.
122         (nnir-run-query): Cache and reuse search constraints for all imap
123         servers.
124
125 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
128         after exit.
129         (gnus-setup-message): Define missing variable from last checkin.
130
131         * gnus-sum.el (gnus-summary-show-article): When called with t as the
132         value, show the raw article.
133
134 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
135
136         * gnus.el: No Gnus v0.13 is released.
137
138 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
139
140         * nnimap.el (nnimap-open-connection-1): Revert last change, since
141         auth-source now accepts numbers.
142
143         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
144         spec, too.
145         (auth-source-ensure-strings): New function.
146
147         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
148         (gnus-article-setup-buffer): Always restart the date timer so that user
149         changes to the frequency is respected.
150
151         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
152         port numbers, so make sure it gets that if nnimap-server-port is
153         explicit.
154
155 2011-02-21  Simon Josefsson  <simon@josefsson.org>
156
157         * nnimap.el (nnimap-inbox): Doc fix.
158
159 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
160
161         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
162         Autoload.  Add optional arg FRAME, and pass it to color-values.
163         (color-complement): Caller changed.  Doc fix.
164         (color-gradient): Rewrite for better clarity and efficiency.
165
166 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
167
168         * shr-color.el (shr-color->hexadecimal): Use renamed function names
169         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
170         color-lab-to-srgb.
171
172 2011-02-20  Drew Adams  <drew.adams@oracle.com>
173
174         * color.el: First part of merge from hexrgb.el.
175         (color-rgb-to-hex): Rename from color-rgb->hex.
176         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
177         saturation to zero if the value is too small.
178         (color-rgb-to-hsl): Rename from color-rgb->hsl.
179         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
180         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
181         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
182         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
183         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
184         (color-cie-de2000): Doc fix.
185
186 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
187
188         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
189         given method as in the group name if we're using an extended method.
190         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
191         command, if we're using that, instead of waiting for the beginning.
192
193         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
194         we're sure to get unique server names, and we don't output two async
195         commands in the same buffer.  This fixes an NNTP hang for some users.
196
197 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
198
199         * gnus.el: No Gnus v0.11 is released.
200
201 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
204         summary buffer before reading going to the next buffer.  This avoids
205         putting the point in the group buffer if you `C-g' the command.
206
207         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
208         cache (for now) to make ~/.authinfo.gpg files usable.
209
210         * nnfolder.el (copyright-update): Define for the compiler.
211
212         * auth-source.el (auth-source-search): Fix unbound variable.
213
214 2011-02-19  Glenn Morris  <rgm@gnu.org>
215
216         * gnus.el (gnus-meta): Doc fix.
217
218 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
219
220         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
221         in case it's not yet loaded.
222
223 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
224
225         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
226         line we're waiting for.
227
228 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
229
230         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
231         face with line-width greater than zero will cause RET in gnus summary
232         buffer to scroll down article page-wise because auto vscroll happens,
233         it should be temporalily disabled when doing a scroll-up.
234
235 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
236
237         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
238         outputs from the server.
239
240 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
241
242         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
243         later so that bbdb can hook in easier.
244
245 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
246
247         * auth-source.el (auth-source-search): Don't try to create credentials
248         if the caller doesn't want that.
249         (auth-source-search): If we don't find a match, don't bug out on
250         non-bound variables.
251         (auth-source-search): Only ask a single backend to create the
252         credentials.
253
254         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
255         logging.
256         (nnimap-credentials): Protect against auth-source-search returning nil.
257         (nnimap-request-list): Protect against not being able to open the
258         server.
259
260 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
261
262         * auth-source.el (auth-source-search): Do a two-phase search, one with
263         no :create to get the responses from all backends.
264
265         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
266         when getting credentials.
267
268         * gnus-util.el (gnus-delete-duplicates): New function.
269
270 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * nnimap.el (nnimap-credentials): Instead of picking the first port as
273         a creation default, pass the whole port list down.  It will be
274         completed.
275
276         * auth-source.el (auth-source-search): Updated docs to talk about
277         multiple creation choices.
278         (auth-source-netrc-create): Accept a list as a value (from the search
279         parameters) and do completion on that list.  Keep a separate netrc line
280         with the password obscured for showing the user.
281
282         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
283         first choice to `auth-source-search' so it will be used for entry
284         creation instead of the server's Gnus-specific name.
285         (nnimap-credentials): Rely on the auth-source library to select which
286         port is actually wanted in the new netrc entry, so don't override
287         `auth-source-creation-defaults'.
288
289         * auth-source.el (auth-source-netrc-parse): Use :port instead of
290         :protocol and accept a missing user, host, or port as a wildcard match.
291         (auth-source-debug): Default to off.
292
293         (auth-source-netrc-search, auth-source-netrc-create)
294         (auth-source-secrets-search, auth-source-secrets-create)
295         (auth-source-user-or-password, auth-source-backend, auth-sources)
296         (auth-source-backend-parse-parameters, auth-source-search): Use :port
297         instead of :protocol.
298
299         * nnimap.el (nnimap-credentials): Pass a port default to
300         `auth-source-search' in case an entry needs to be created.
301         (nnimap-open-connection-1): Use :port instead of :protocol.
302
303 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * auth-source.el: Bind load-path when loading EIEIO from
306         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
307         21.4 doesn't support, to `require'.
308         (auth-source-secrets-search): Use mm-delete-duplicates instead of
309         delete-dups that is not available in XEmacs 21.4.
310
311 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
312
313         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
314         as EIEIO must also be loaded when auth-source.el is being
315         byte-compiled.
316
317 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
320
321         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
322
323         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
324
325         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
326
327         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
328
329         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
330
331         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
332
333         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
334         necessary.
335
336 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
337
338         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
339         nil means that nnimap doesn't get updated.
340
341 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * auth-source.el (auth-source-netrc-create): Return a synthetic search
344         result when the user doesn't want to write to the file.
345         (auth-source-netrc-search): Expect a synthetic result and proceed
346         accordingly.
347         (auth-source-cache-expiry): New variable to override
348         `password-cache-expiry'.
349         (auth-source-remember): Use it.
350
351         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
352         parameter.  Create entry if necessary by using :create t.
353         (nnimap-open-connection-1): Don't pass `inhibit-create'.
354
355 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * auth-source.el (auth-source-debug): Enable by default and don't
358         mention the obsolete `auth-source-hide-passwords'.
359         (auth-source-do-warn): New function to debug unconditionally.
360         (auth-source-do-debug): Use it.
361         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
362         and for Secrets API entries when the secrets.el library is not
363         available.
364
365 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-sum.el (gnus-propagate-marks): Default to nil.
368         (gnus-summary-exit): Kill the correct article buffer on exit from a
369         `C-d' group.
370
371         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
372         gnus-propagate-marks.
373
374         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
375         before killing the buffers so that a non-full window conf gets handled
376         correctly.
377         (gnus-summary-exit): Ditto.
378         (gnus-summary-read-group-1): Ditto.
379
380         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
381         async code again so that we can debug it properly.
382
383         * message.el (message-reply): Take an optional switch-buffer parameter
384         so that Gnus window confs are respected better.
385
386 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
389         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
390         docstring.
391         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
392         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
393         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
394         Login collection is "Login" and not "login".
395
396 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
399         multiple headers.
400
401         * nnimap.el (nnimap-inhibit-logging): New variable.
402         (nnimap-log-command): Don't log login commands.
403
404         * auth-source.el (auth-source-netrc-search): The asserts seem to want
405         to have more parameters.
406
407         * nnimap.el (nnimap-send-command): Mark the command time for each
408         command, so that we don't get NOOPs stepping on our toes.
409
410         * gnus-art.el (article-date-ut): Get the date from the Date header on
411         `t'.
412
413 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * auth-source.el (auth-source-search): Use copy-sequence instead of
416         the cl.el copy-list.
417
418 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
419
420         * imap.el: Bring it back (revert
421         84d800cd31de3064f0ed39617d725709a2f8f42f).
422
423 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
424
425         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
426         Improve prompt.
427
428 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
429
430         * gnus-art.el (gnus-article-mode-line-format): Remove the article
431         washing status from the default format.  It isn't very informative.
432
433 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
434
435         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
436         Gcc processing on imap.
437
438 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
439
440         * imap.el: Remove file.  All the functionality is in nnimap.el.
441
442 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * message.el (message-bury): Don't pop up a new window when selected
445         window is dedicated.
446
447 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
448
449         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
450
451 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * sieve-manage.el: Autoload `auth-source-search'.
454         (sieve-sasl-auth): Use it.
455
456 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
457
458         * nnimap.el: Autoload `auth-source-forget+'.
459         (nnimap-open-connection-1): Use it if the connection fails.
460
461         * auth-source.el: Require `password-cache'.
462         (auth-source-hide-passwords, auth-source-cache): Remove and mark
463         obsolete.
464         (auth-source-magic): Marker for `password-cache' keys.
465         (auth-source-do-cache): Update docstring.
466         (auth-source-search): Use and check cache.
467         (auth-source-forget-all-cached, auth-source-remember)
468         (auth-source-recall, auth-source-forget, auth-source-forget+)
469         (auth-source-specmatchp): Caching support functions.
470         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
471         Remove and obsolete.
472         (auth-source-user-or-password): Remove caching to further discourage
473         using it.  Always hide passwords.
474
475         * password-cache.el (password-cache-remove): Accept secrets that are
476         not strings.
477
478 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
479
480         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
481         code for now, since it doesn't work for all users.
482
483 2011-02-09  Julien Danjou  <julien@danjou.info>
484
485         * message.el (message-options): Make message-options really buffer
486         local.
487
488 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * mail-source.el: Autoload `auth-source-search'.
491         (mail-source-keyword-map): Note order matters.
492         (mail-source-set-1): Get all the mail-source source values and
493         defaults and search auth-source on those if needed.  This can all
494         probably be simplified.
495
496         * nnimap.el: Autoload `auth-source-search'.
497         (nnimap-credentials): Use it.
498         (nnimap-open-connection-1): Ask for the virtual server and physical
499         address in one shot.
500
501         * nntp.el: Autoload `auth-source-search'.
502         (nntp-send-authinfo): Use it.  Note TODO.
503
504 2011-02-08  Julien Danjou  <julien@danjou.info>
505
506         * shr.el (shr-tag-body): Add support for text attribute in body
507         markups.
508
509         * message.el (message-options): Make message-options a local variable.
510
511 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * auth-source.el (auth-source-secrets-search)
514         (auth-source-user-or-password): Use `append' instead of `nconc'.
515         (auth-source-user-or-password): Build return list better and protect
516         against nil :secret.
517
518 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
519
520         * nnimap.el (nnimap-update-info): Refactor slightly.
521         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
522         (nnimap-update-info): Clean up slightly.
523         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
524         characters.
525         (nnimap-process-quirk): Rename function to avoid collision.
526         (nnimap-update-info): Fix macrology bug-out.
527         (nnimap-update-info): Simplify split history test.
528
529 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
530
531         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
532         `secrets-get-attributes' instead of `secrets-get-attribute'.
533         (auth-source-secrets-search): Limit search when `max' is greater than
534         number of results.
535
536 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
537
538         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
539         part not returning any data.
540
541         * proto-stream.el (open-protocol-stream): Document the return value.
542
543 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * auth-source.el (auth-source-secrets-search): Add examples.
546
547 2011-02-06  Julien Danjou  <julien@danjou.info>
548
549         * message.el (message-setup-1): Handle message-generate-headers-first
550         set to t.
551
552 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
555         API with a string "secrets:collection-name" and with 'default.
556         (auth-source-backend-parse): Parse "secrets:collection-name" and
557         'default.  Recurse on parses instead of repeating code.  Use the
558         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
559         message when ignoring a source.
560         (auth-source-search): List ignored search keys at the top level.
561         (auth-source-netrc-create): Use `case' instead of `cond'.
562         (auth-source-secrets-search): Created with TODOs.
563         (auth-source-secrets-create): Created with TODOs.
564         (auth-source-retrieve, auth-source-create, auth-source-delete)
565         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
566         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
567         (auth-source-user-or-password-sftp)
568         (auth-source-user-or-password-smtp): Removed.
569         (auth-source-user-or-password): Deprecated and modified to be a wrapper
570         around `auth-source-search'.  Not tested thoroughly.
571
572 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * auth-source.el: Bring in assoc and eioeio libraries.
575         (secrets-enabled): New variable to track the status of the Secrets API.
576         (auth-source-backend): New EIOEIO class to represent a backend.
577         (auth-source-creation-defaults): New variable to set prompt defaults
578         during token creation (see the `auth-source-search' docstring for
579         details).
580         (auth-sources): Simplify to allow a simple string as a netrc backend
581         spec.
582         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
583         (auth-source-backend-parse-parameters): Fill in the backend parameters.
584         (auth-source-search): Main auth-source API entry point.
585         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
586         (auth-source-search-collection): Helper function for searching.
587         (auth-source-netrc-parse, auth-source-netrc-normalize)
588         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
589         Supports search, create, and delete.
590         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
591         backend stubs.
592         (auth-source-user-or-password): Call `auth-source-search' but it's not
593         ready yet.
594
595 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * message.el (message-setup-1): Remove the read-only stuff, since it
598         doesn't work under XEmacs, for some reason.
599
600         * gnus-sum.el (gnus-user-date): Rename back from
601         gnus-summary-user-date since user code refers to it.
602
603         * shr.el (shr-render-td): Store the actual background colour used.
604
605         * message.el (message-setup-1): Don't bind the constant
606         -forbidden-properties.
607         (message-setup-1): Revert previous change, since it needs to bind the
608         props to insert them.
609         (message-resend): Allow removing the read-only separator line.
610
611 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * nnimap.el (nnimap-request-accept-article): Give an error message if
614         the APPEND wasn't successful.
615
616 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
617
618         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
619         that have no groups.
620
621 2011-02-03  Julien Danjou  <julien@danjou.info>
622
623         * gnus-draft.el: Remove progn around gnus-draft-setup.
624
625 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-start.el (gnus-read-active-for-groups): This function is never
628         called with a nil `infos', so clean that up.
629         (gnus-get-unread-articles): Request active files from primary/secondary
630         methods that have no groups (yet).
631
632 2011-02-03  Julien Danjou  <julien@danjou.info>
633
634         * message.el (message-setup-1): Always generate References first.
635         (message-mail): Return the return value of message-setup, not always t.
636         (message-setup-1): Insert mail-header-separator with read-only and
637         intangible properties set.
638
639         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
640         user-date in docstring.
641
642         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
643
644         * gnus.el (gnus-summary-line-format): Mention &user-date format in
645         docstring.
646
647         * gnus.el (gnus-user-date-format-alist): Change default value. Use
648         defcustom, with type and group. Move from gnus-util.el. Rename to
649         gnus-summary-user-date-format-alist.
650
651 2011-02-03  Glenn Morris  <rgm@gnu.org>
652
653         * nnimap.el (gnus-fetch-headers): Declare.
654
655         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
656
657 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
658
659         * message.el (message-forward-make-body-digest-plain)
660         (message-followup, message-reply): Clean up things noted by Stefan.
661
662         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
663         gnus-article-update-date-headers is nil.
664         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
665         it didn't really work with defcustom.
666         (article-update-date-lapsed): Make sure the window start doesn't move,
667         either.
668
669 2011-02-01  Julien Danjou  <julien@danjou.info>
670
671         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
672         format.
673
674         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
675         standard in Emacs nowadays.
676
677         * color.el (color-gradient): Add a color-gradient function.
678
679 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
680
681         * message.el (message-expand-name): Don't trust the return value of
682         bbdb-complete-name.
683         (message-check-news-header-syntax): Remove unused var `start'.
684         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
685         (message-inhibit-body-encoding): Move to before first use.
686         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
687         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
688         (Organization, Message-ID, Date, mh-previous-window-config):
689         Defvar the vars using dynamic scoping.
690
691 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
692
693         * shr.el (shr-render-td): Only do colours at the final rendering.
694         Should be slightly faster.
695         (shr-insert-table): Fix up TD background colours when doing the
696         vertical padding.
697
698         * gnus-art.el (article-date-ut): Protect against articles with no Date
699         header.
700         (article-update-date-lapsed): Don't use current-column to find the
701         horizontal position.  It's fragile in the presence of \003 characters.
702
703         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
704
705 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-art.el (article-transform-date): Rewrite to still work when
708         there are several rfc2822 parts.
709         (article-transform-date): Fix infinite recursion.
710         (article-date-ut): Replace infinitely many Date headers with a single
711         one when called interactively.
712
713         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
714         secure manner.
715
716         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
717         move around by not using save-window-excursion.  It seems to work...
718
719 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-art.el (article-make-date-line): Work for user-defined format.
722
723 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * nntp.el (nntp-retrieve-group-data-early)
726         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
727         fetching functions.
728
729         * gnus-start.el (gnus-read-active-for-groups): Read the active files
730         thoroughly for all backends that have no known groups.  This should
731         allow new nnml methods to retrieve mail.
732
733         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
734         that Gnus doesn't know exists again.
735
736         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
737         (gnus-treat-date-ut): Ditto.
738         (gnus-article-update-date-header): Renamed.
739         (gnus-treat-date-local): Removed.
740         (gnus-treat-date-english): Removed.
741         (gnus-treat-date-lapsed): Removed.
742         (gnus-treat-date-combined-lapsed): Removed.
743         (gnus-treat-date-original): Removed.
744         (gnus-treat-date-iso8601): Removed.
745         (gnus-treat-date-user-defined): Removed.
746         (gnus-article-date-headers): New variable to control all the date
747         header options.
748         (article-date-ut): Rewrite to allow using the new way to format date
749         headers(s).
750
751 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
752
753         * nnmail.el (nnmail-article-group): Check for a direct fancy split
754         method.
755         (nnmail-article-group): A better test for fanciness.
756
757         * nnimap.el (nnimap-request-head): Protect against not finding the
758         article by Message-ID.
759
760 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-art.el (article-update-date-lapsed): Try a better way to really
763         keep point at the "same place".
764
765 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
768         data if the group is unactivated.
769
770 2011-01-28  Julien Danjou  <julien@danjou.info>
771
772         * gnus-win.el: Remove dead function gnus-window-configuration-element.
773         (gnus-all-windows-visible-p): Remove old compatibility code.
774         (gnus-window-top-edge): Add docstring.
775
776         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
777
778 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
781         older request-update-info.
782
783         * gnus-art.el (article-make-date-line): Limit the length a bit more.
784
785 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
786
787         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
788         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
789
790 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
793         groups.  This makes the nndraft:queue group pop up if it's not already
794         there.
795
796         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
797         messages" logic, which was reversed.
798
799         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
800         the "same place" even if point is on the line being replaced.
801         (article-update-date-lapsed): Allow updating both the combined lapsed
802         and the lapsed headers.
803         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
804         (article-make-date-line): Limit the number of segments dynamically to
805         avoid too-long lines.
806
807 2011-01-27  Julien Danjou  <julien@danjou.info>
808
809         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
810         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
811
812 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
815         Use plist-get instead of the cl function getf.
816
817 2011-01-27  Glenn Morris  <rgm@gnu.org>
818
819         * gnus-util.el (float-time): Get rid of compiler warning, again.
820
821 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * shr.el (shr-put-color): Special-case background colours: Do put them
824         at the blank parts at the front of the lines.
825
826         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
827         exit hook to nix out all data on readedness on group exit.
828
829         * gnus-util.el (float-time): If float-time is bound, always use it on
830         all Emacsen.  It's unclear why the subrp check was there.
831         (time-date): Require to make some autoload issues on XEmacs go away.
832
833         * shr.el (shr-put-color): Don't do the box padding in tables, since
834         they're already padded.
835
836 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-art.el (gnus-article-next-page): When the last line of the
839         article is displayed, scroll down once more instead of going to the
840         next article at once.
841         (article-lapsed-string): Refactor out and allow specifying how many
842         segments you want.
843         (gnus-article-setup-buffer): Start updating the lapsed header directly.
844         (gnus-article-update-lapsed-header): New variable.
845
846         * shr.el: Revert change that made headings use different-sized faces.
847         The Emacs display engine isn't advanced enough that, for instance,
848         tables can comfortably use differntly-sized faces.
849
850 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
853         used.
854         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
855         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
856         we're using an encrypted connection.
857
858         * proto-stream.el: Alter the interface functions to also return the
859         actual stream type used: network or tls.
860
861 2011-01-25  Julien Danjou  <julien@danjou.info>
862
863         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
864         (mm-display-javascript-inline): New function.
865
866         * mm-decode.el (mm-inline-media-tests): Add application/javascript
867         viewing function.
868
869 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * shr.el (shr-expand-newlines): Fix variable name.
872
873 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * shr.el (shr-expand-newlines): Make nested boxes work.
876
877 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
880         backgrounds.
881         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
882         in a more sensible manner.
883
884 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
887         if EPG is loaded.
888
889 2011-01-24  Julien Danjou  <julien@danjou.info>
890
891         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
892         tags.
893
894 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
897         commands.
898
899         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
900         in the article buffer.
901         (gnus-gravatar-insert): Use blank space from the current buffer to
902         avoid breaking text properties.  This makes X-Sent updating work again.
903
904         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
905
906 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
909         fix the bug in url-http.el instead.
910
911         * shr.el (shr-image-fetched): Ditto.
912
913         * shr.el (shr-image-fetched): Avoid having point move in the article
914         buffer.
915
916         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
917         buffer after being called.  It's apparently being killed by url.el, and
918         killing it made point move to end-of-buffer in a random buffer.
919
920         * shr.el (shr-image-fetched): Ditto.
921
922 2011-01-23  Julien Danjou  <julien@danjou.info>
923
924         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
925
926         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
927         text/x-org.
928
929 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-sum.el (gnus-summary-move-article): Protect against backends
932         (i.e., nnimap) returning nil as the article number.
933
934 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
935
936         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
937         "DelSp" parameter in RFC3676.
938
939 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
940
941         * message.el (message-check-recipients): Display the encoded version of
942         the bogus address if they differ.
943
944         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
945         after sending.
946
947         * gnus-agent.el (gnus-agent-send-mail): Ditto.
948
949         * gnus-group.el (gnus-group-refresh-group): New convenience function.
950
951         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
952         group buffer after sending the queue.
953
954         * gnus-agent.el (gnus-agent-send-mail): Ditto.
955
956 2011-01-22  Julien Danjou  <julien@danjou.info>
957
958         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
959
960 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
961
962         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
963         nested related parts.
964
965         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
966         unexpired articles.  This fixes the regression that led expiry marks to
967         disappear from nnfolder groups.
968
969 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
970
971         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
972         Don't confuse the "ret" of "retrograde" with RET.
973
974 2011-01-21  Julien Danjou  <julien@danjou.info>
975
976         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
977         than mm-insert-inline.
978
979 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
982         Widen article buffer.
983
984 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
985
986         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
987         the temp buffer.
988         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
989
990 2011-01-20  Julien Danjou  <julien@danjou.info>
991
992         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
993
994         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
995         than mm-insert-inline to insert inline part: this respect
996         mm-inline-media-tests displayers.
997
998         * mm-view.el (mm-display-shell-script-inline): New function.
999
1000         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1001
1002         * mm-uu.el (mm-uu-type-alist): Add org block.
1003         (mm-uu-org-src-code-block-extract): New function.
1004
1005         * mm-view.el (mm-display-org-inline): New function.
1006
1007         * mm-decode.el (mm-automatic-display): Add text/org.
1008
1009         * mailcap.el (mailcap-mime-extensions): Add .org.
1010
1011 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1014         gnus-article-add-buttons.
1015
1016 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1017
1018         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1019         From header with a date and "nobody" as the sender.
1020
1021 2011-01-19  Julien Danjou  <julien@danjou.info>
1022
1023         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1024         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1025         if you have the same regexp several times.
1026         (gnus-button-push): Fix matching when regexp is symbol.
1027
1028 2011-01-15  Glenn Morris  <rgm@gnu.org>
1029
1030         * message.el (message-mail): A compose-mail function should
1031         accept headers as strings.
1032
1033 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1034
1035         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1036         Add :vert-only tags.
1037         (message-mail): New arg RETURN-ACTION.
1038         (message-return-action): New var.
1039         (message-bury): Use it.
1040         (message-mode): Make it buffer-local.
1041         (message-send-and-exit): Always call message-bury.
1042
1043         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1044         message-mail.
1045
1046 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * nnimap.el (nnimap-convert-partial-article): Protect against
1049         zero-length body parts.
1050
1051         * mm-decode.el (mm-preferred-alternative-precedence):
1052         Discourage showing empty parts.
1053
1054         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1055         and stuff if the backend didn't return the article number.  This fixes
1056         an Exchange-related nnimap bug.
1057
1058         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1059         group window, because it does the wrong thing when a separate frame
1060         displays the group buffer.
1061
1062         * proto-stream.el (open-protocol-stream): Protect against the low-level
1063         transport functions returning nil.
1064
1065 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1066
1067         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1068         (mml2015-epg-find-usable-secret-key): New function.
1069         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1070         mml2015-epg-find-usable-key (Bug#7797).
1071         (mml2015-epg-encrypt): Ditto.
1072
1073 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * dgnushack.el (rot13-string): Fix the way to get the argument.
1076
1077 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1080
1081 2011-01-03  Glenn Morris  <rgm@gnu.org>
1082
1083         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1084
1085         * sieve.el (sieve-open-server): Give a more explicit error if
1086         sieve-manage-open returns nil.  (Bug#7720)
1087
1088 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1089
1090         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1091
1092 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1095         This avoids sending passwords in plain text over non-encrypted
1096         channels.
1097
1098         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1099
1100         * nnimap.el (nnimap-login): Refactored out into own function, and
1101         implement CRAM-MD5.
1102         (nnimap-wait-for-line): Refactored out.
1103
1104         * mm-view.el (mml-smime): Require.
1105
1106 2010-12-20  David Engster  <deng@eml.cc>
1107
1108         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1109         use EPG to decrypt S/MIME messages instead of openssl.
1110
1111 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1114
1115         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1116         status is the group clearly is unreachable.
1117
1118         * auth-source.el (auth-source-create): Add the optional second
1119         parameter to `local-variable-p' to be compatible with XEmacs.
1120
1121 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1122
1123         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1124         work when using a compressed nnml folder.
1125
1126 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1129         backends after sanitising on entry, because this never makes sense:
1130         If the articles have gone missing, then the data no longer exists on
1131         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1132         overwrite anything anyway.
1133
1134         * shr.el (shr-insert-document): Bind shr-width dynamically to
1135         window-width if it's nil.
1136
1137 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1138
1139         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1140         with the meaning of using the full emacs window width for rendering.
1141
1142 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1143
1144         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1145         case when sender is not given.
1146
1147 2010-12-23  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1150         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1151         the addresses, otherwise we might misplaced the gravatar.
1152
1153 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1154
1155         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1156         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1157         obsolete in Emacs.
1158
1159 2010-12-20  Julien Danjou  <julien@danjou.info>
1160
1161         * gnus-util.el (gnus-rescale-image): Revert last change.
1162
1163 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1164
1165         * binhex.el: Improve commentary (Bug#7482).
1166
1167 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-group.el (gnus-group-delete-articles): New command.
1170
1171 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1172
1173         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1174
1175 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1178         here, since it's up to the backends to do CRLF removal if their
1179         protocol has it.
1180
1181         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1182
1183 2010-12-17  Julien Danjou  <julien@danjou.info>
1184
1185         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1186         they are from file. Can also scale up.
1187
1188 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1191         gnus-use-agent.
1192         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1193
1194         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1195
1196 2010-12-17  Julien Danjou  <julien@danjou.info>
1197
1198         * gravatar.el (gravatar-retrieve-synchronously): New function.
1199         (gravatar-get-data): Make more robust.
1200
1201 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1204
1205 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1208         to really consider the last line.
1209
1210 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1211
1212         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1213         list of recipient keys, or use symmetric encryption if not a list.
1214         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1215         EPA override, replacing the call to `netrc-store-data'.
1216
1217 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1218
1219         * gnus-srvr.el: Avoid passing nil regexp argument to
1220         delete-matching-lines.
1221
1222 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1225         fetching stops when Gnus exits.
1226
1227         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1228         function.
1229         (nnfolder-request-expire-articles): Save all the buffers after doing
1230         expiry.
1231
1232         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1233         the last article", since that led to serious performance regressions
1234         when expiring nnml groups.
1235
1236 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1237
1238         * nnir.el: Improve customizations.
1239
1240 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1243
1244         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1245         group has been killed.
1246         (gnus-group-yank-group): Ditto.
1247
1248         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1249
1250         * nnimap.el (nnimap-request-update-group-status): New function.
1251
1252         * gnus-int.el (gnus-request-update-group-status): New interface
1253         function.
1254
1255         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1256         copying read-ness to the backends.
1257
1258         * nnimap.el (nnimap-quirk): New function.
1259         (nnimap-retrieve-group-data-early): Use it.
1260         (nnimap-quirks): New alist.
1261
1262 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1265         don't delete it within indentation.
1266
1267 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1270         previous line.
1271
1272 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1275         QRESYNC command by deleting a superfluous space which broke Cyrus
1276         servers.  This change will break other servers that are buggy the other
1277         way around.
1278
1279 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1280
1281         * spam.el: Reindent and fix long lines.
1282         (spam-copy-or-move-routine): Exclude invalid move destinations.
1283
1284 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1285
1286         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1287         installed the registry.
1288
1289 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1292
1293 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1296         groupname doesn't contain "gmane".
1297
1298 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1301         and netrc-bound-and-true-p bindings.
1302         (netrc-parse): Cache the netrc contents.
1303
1304         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1305         (gnus-1): Don't create the nndrafts group twice.
1306         (gnus-setup-news): There's no need to read the active file here, since
1307         that's done again later on a per-backend basis.
1308         (gnus-start-draft-setup): Make sure that the new group is started out
1309         empty.
1310
1311         * gnus-agent.el (gnus-agentize): Don't create the queue group
1312         automatically on startup.  It'll be created later, if needed.
1313
1314         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1315         of automatically subscribed groups.
1316         (gnus-auto-subscribed-categories): New variable.
1317         (gnus-matches-options-n): Use it.
1318         (gnus-default-subscribed-newsgroups): Remove unused variable.
1319         (gnus-start-draft-setup): Message a bit less.
1320
1321 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * nnir.el (nnir-run-imap): Return article list in order of increasing
1324         UID.
1325
1326 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-sum.el (gnus-summary-enter-digest-group):
1329         Mention gnus-auto-select-on-ephemeral-exit.
1330
1331         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1332         convention of the network-only option.
1333
1334 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * proto-stream.el (proto-stream-open-network-only): New function to
1337         have a way to specify non-STARTTLS upgrade connections.
1338
1339 2010-12-10  Julien Danjou  <julien@danjou.info>
1340
1341         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1342         email address is nil.
1343
1344         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1345
1346 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1349         deletion.
1350         (nnir-run-imap): Only need to parse list once.
1351
1352 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * shr.el (shr-tag-script): Ignore <script>.
1355         (shr-tag-label): Add <label> support.
1356
1357 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1360
1361         * shr.el (shr-image-displayer): Work for images lined side by side.
1362
1363 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1364
1365         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1366         parameter, since XEmacs doesn't accept t as a parameter.
1367
1368 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1369
1370         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1371         ids.
1372         (nnir-run-gmane): Simplify groupspec formatting.
1373         (nnir-request-expire-articles): New function.
1374
1375 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1378         overflow, possibly.
1379
1380         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1381         (shr-render-td): Handle td style="" better.
1382         (shr-tag-table): Use the color from the style sheet.
1383         (shr-render-td): Make sure we copy over all the overlays, too.
1384
1385 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1386
1387         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1388         (nnir-request-article): Improve article retrieval.
1389
1390 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * mm-util.el (mm-extra-numeric-entities): New variable.
1393
1394         * mm-url.el (mm-url-decode-entities):
1395         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1396
1397         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1398
1399 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1400
1401         * message.el: Use completion-at-point.
1402         (message-completion-function): New fun, extracted from message-tab.
1403         (message-mode): Use it for completion-at-point-functions.
1404         (message-tab): Use it and completion-at-point.
1405
1406 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1409         character if a non-breakable character follows.
1410
1411 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1414         any stream.
1415
1416         * shr.el (shr-tag-font): Colorize the region.
1417         (shr-tag-body): Ditto.
1418         (shr-tag-font): Actually let the styles be inherited instead of
1419         overwriting them.
1420         (shr-tag-font): Get the background color right.
1421         (shr-tag-style): Ignore all <style> tags for the moment.
1422
1423         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1424         a Message-ID to avoid having nnimap depend on gnus-sum.
1425
1426         * shr.el (shr-descend): Only colorize something if we have a node that
1427         sets colors.
1428
1429 2010-12-06  Julien Danjou  <julien@danjou.info>
1430
1431         * shr.el (shr-render-td): Render td content with shr-descend, so style
1432         will be applied to <td> too.
1433         (shr-colorize-region): Colorize region even if we only have a background.
1434         (shr-tag-body): Fix color and background color inheritance.
1435         Do not recolorize after shr-generic.
1436         (shr-tag-font): Let shr-generic colorize via inheritance.
1437
1438 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1441
1442 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1443
1444         * nnir.el (nnir-request-move-article): Remove obsolete code.
1445
1446 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1449
1450 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-sum.el (gnus-summary-respool-article): The completion function
1453         expects a list instead of an alist.
1454
1455         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1456         string as the parameter.
1457
1458         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1459
1460         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1461         styles.
1462         (shr-colorize-region): New function.
1463         (shr-insert-background-overlay): Remove.
1464         (shr-render-td): Background setting should be taken care of on a higher
1465         level.
1466         (shr-tag-body): Use post-hoc colorizations.
1467         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1468         (shr-put-color-1): Don't overwrite old colors.
1469         (shr-colorize-region): When the background color isn't explicit, use
1470         a fixed background.
1471
1472         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1473         nnmail variables.
1474
1475 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1476
1477         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1478         unless necessary.
1479
1480 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1481
1482         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1483         server.
1484
1485 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1488         so that TAB works.
1489
1490         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1491         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1492
1493         * shr.el (shr-urlify): Show the URL before the title to avoid
1494         misleading URLs.
1495
1496 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1497
1498         * shr.el (shr-urlify): Display the title in <a> tags.
1499
1500 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1501
1502         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1503
1504 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1505
1506         * nnir.el: Rearrange code to allow macros to be autoloaded by
1507         gnus-sum.el.
1508         (nnir-retrieve-headers-override-function): Make this variable
1509         customizable.
1510         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1511
1512         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1513         from nnir.el.
1514
1515 2010-12-03  Julien Danjou  <julien@danjou.info>
1516
1517         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1518
1519 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1522         allow optional argument `environment'.
1523
1524 2010-12-03  Glenn Morris  <rgm@gnu.org>
1525
1526         * mm-extern.el (message-goto-body): Update declaration.
1527
1528 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-util.el (gnus-macroexpand-all): New function.
1531
1532         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1533         instead of macroexpand-all that is unavailable in XEmacs.
1534
1535 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1536
1537         * nnir.el (nnir-summary-line-format): New variable.
1538         (nnir-mode): Use it.
1539         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1540         (nnir-article-ids): Reimplement as defsubst.
1541         (nnir-retrieve-headers): Don't mangle the subject header.
1542         (nnir-run-imap): Use 100 as RSV score.
1543         (nnir-run-find-grep): Fix for full server searching.
1544         (nnir-run-gmane): Better restriction to gmane groups.
1545
1546         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1547         summary buffers.
1548
1549 2010-12-02  Julien Danjou  <julien@danjou.info>
1550
1551         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1552
1553         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1554
1555         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1556         support.
1557
1558 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el: Update to handle the registry better.
1561         (autoload): Silence byte-compiler.
1562         (nnir-open-server): Add a hook for nnir groups.
1563         (nnir-request-move-article): Don't mangle the header. Better to use
1564         formating variables (which will be added in the future).
1565         (nnir-registry-action): Update the registry using the original article
1566         group name.
1567         (nnir-mode): Install nnir-specific hooks for updating the registry.
1568
1569         * gnus-sum.el
1570         (gnus-article-original-subject,gnus-newsgroup-original-name):
1571         Remove obsolete variables.
1572         (gnus-summary-move-article): Remove use of obsolete variables.
1573         (gnus-summary-local-variables): Make move and delete hooks local to
1574         summary buffers.
1575
1576 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * rtree.el: New file.
1579
1580 2010-12-01  Julien Danjou  <julien@danjou.info>
1581
1582         * message.el (message-user-organization): Do not use
1583         gnus-local-organization.
1584
1585         * gnus.el: Remove gnus-local-organization.
1586
1587         * gnus-msg.el: Remove nastygram thing.
1588
1589 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1590
1591         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1592         funcall.
1593
1594 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1597         names.
1598
1599         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1600         characters.
1601
1602         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1603         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1604         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1605         (gnus-gravatar-transform-address): Use mail-extract-address-components
1606         that supports non-ASCII names rather than mail-header-parse-addresses.
1607
1608 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * proto-stream.el (open-protocol-stream): All starttls connections are
1611         handled by the network handler.
1612
1613 2010-11-30  Julien Danjou  <julien@danjou.info>
1614
1615         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1616         (nnimap-open-connection-1): Fix PREAUTH.
1617
1618         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1619
1620 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1623         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1624         (shr-insert): Use them.
1625         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1626
1627 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1628
1629         * nnir.el (nnir-request-move-article): Bail out if original group
1630         doesn't support article moves.
1631         (nnir-get-active): Improve active list retrieval.
1632
1633 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1636
1637 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1638
1639         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1640         seem to accept strings-with-numbers as port numbers,
1641
1642 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1643
1644         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1645         change the registry.
1646
1647 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1650         delete-dups that is not available in XEmacs 21.4.
1651
1652         * mm-util.el (mm-delete-duplicates): Add comment.
1653
1654 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1655
1656         * nnir.el (nnir-ignored-newsgroups): New variable.
1657         (nnir-get-active): Use it.
1658
1659 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * proto-stream.el (proto-stream-open-network): Add some comments.
1662
1663         * nntp.el (nntp-open-connection): Provide a :success condition.
1664
1665         * nnimap.el (nnimap-open-connection-1): Ditto.
1666
1667         * proto-stream.el (proto-stream-open-network): See what the response to
1668         the STARTTLS command is.
1669
1670         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1671         backwards compatibility).
1672         (nnimap-open-connection-1): Really respect nnimap-server-port.
1673
1674         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1675         TLS upgrades we don't really care about the identity of the peer.
1676         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1677         that what we've checked for.
1678         (proto-stream-always-use-starttls): Only default to t if
1679         open-gnutls-stream exists.
1680         (proto-stream-open-network): If STARTTLS failed, then just open a
1681         normal connection.
1682         (proto-stream-open-network): Wait until the greeting before doing
1683         STARTTLS.
1684
1685         * nntp.el (nntp-open-connection): Report what the connection error is.
1686
1687         * proto-stream.el (open-protocol-stream): Rename from
1688         open-proto-stream.
1689
1690 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-stream): Change default to `undecided'.
1693         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1694         first, and then network.
1695         (nnimap-open-connection-1): Respect nnimap-server-port.
1696         (nnimap-open-connection): Be more backwards-compatible.
1697
1698         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1699         (proto-stream-open-starttls): De-duplicate the starttls code.
1700         (proto-stream-open-starttls): Folded back into the main function.
1701         (proto-stream-open-network): Fix typo in the gnutls path.
1702         (proto-stream-command): Refactor out.
1703
1704         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1705
1706         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1707         starttls.el STARTTLS.
1708
1709         * color.el (color-lab->srgb): Fix function call name.
1710
1711         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1712         if we're using tls.el.
1713         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1714         built in, then don't try to establish a STARTTLS connection.
1715
1716         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1717         servers.
1718
1719         * proto-stream.el (open-proto-stream): Use network, not stream.
1720         (open-proto-stream): Add a way to specify what the end of a command is.
1721
1722         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1723         connections types.
1724         (nntp-open-network-stream): Remove.
1725         (nntp-open-ssl-stream): Remove.
1726         (nntp-open-tls-stream): Remove.
1727         (nntp-ssl-program): Remove.
1728
1729         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1730
1731 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1732
1733         * nnir.el: Fix typos.
1734         (nnir-retrieve-headers-override-function): Rename variable to reflect
1735         new semantics.
1736         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1737         macros.
1738         (nnir-request-article, nnir-request-move-article): Use them.
1739         (nnir-categorize): New function.
1740         (nnir-run-query): Use it.
1741         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1742         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1743         sorted.
1744         (nnir-group-full-name): Use gnus-group-full-name instead.
1745         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1746         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1747
1748 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1751
1752         * proto-stream.el: New library to provide protocol-specific
1753         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1754         protocols.
1755         (open-proto-stream): Complete the documentation.
1756         (proto-stream-open-network): Fix some typos.
1757
1758         * nnimap.el (nnimap-open-connection): Use it.
1759
1760 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1761
1762         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1763         negotiation.
1764
1765 2010-11-26  Julien Danjou  <julien@danjou.info>
1766
1767         * color.el: Rename various rgb functions to srgb.
1768
1769 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1772         names.
1773
1774 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * shr.el (shr-insert): Revert last change.
1777         (shr-find-fill-point): Never leave point being at bol;
1778         relax the kinsoku limitation when rendering tables.
1779
1780 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1783         results from -accept-article.
1784
1785         * shr-color.el: Require cl when compiling.
1786
1787         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1788         checkin.
1789
1790         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1791
1792         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1793
1794         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1795         'add and 'delete to set backend marks.
1796
1797         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1798
1799         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1800
1801         * nntp.el (nntp-request-set-mark): Use it.
1802
1803         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1804
1805         * nnml.el (nnml-request-set-mark): Ditto.
1806
1807         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1808         introduces regressions in article selection.
1809         (nnimap-find-uid-response): New function.
1810         (nnimap-request-accept-article): Use the UID returned, if any.
1811         (nnimap-request-move-article): Use the UID returned, if any.
1812         (nnimap-get-groups): Reimplement to work with folded lines.
1813         (nnimap-find-uid-response): The UID is the last element in the list.
1814         (nnimap-request-set-mark): Extend syntax with 'set.
1815
1816         * nnml.el (nnml-request-set-mark): Ditto.
1817
1818         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1819
1820         * nntp.el (nntp-request-set-mark): Ditto.
1821
1822 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * message.el (message-called-interactively-p): A temporary macro.
1825         (message-goto-body): Use it temporarily.
1826
1827 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1830         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1831         (nnimap-last-response-string): Fix last unfolding fix.
1832
1833 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * shr.el (shr-insert): Fix the way to fold lines.
1836
1837 2010-11-25  Julien Danjou  <julien@danjou.info>
1838
1839         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1840
1841         * color.el: Rename from color-lab.el
1842         (color-rgb->hex): Add.
1843         (color-complement): Add.
1844         (color-complement-hex): Add.
1845
1846         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1847
1848 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1851         don't exist.
1852
1853 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1856         assuming that article displaying or another mml-preview may be
1857         interrupted for an error or for the like.
1858
1859         * shr.el (shr-get-background): Fix argument name.
1860
1861 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1864
1865         * gnus-sum.el (gnus-summary-include-articles): New function.
1866
1867         * message.el (message-goto-body): called-interactively-p needs a
1868         parameter, so use `any'.
1869
1870         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1871         clear marks before moving, since they're synced from the Gnus side
1872         first.
1873
1874         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1875         (gnus-summary-move-article): Copy over all marks before moving, so that
1876         IMAP doesn't think a new article has arrived.
1877
1878 2010-11-24  Julien Danjou  <julien@danjou.info>
1879
1880         * shr.el (shr-insert-background-overlay): Fix typo.
1881         (shr-render-td): Copy the background before rendering.
1882
1883         * shr-color.el (shr-color-visible): Fix docstring.
1884
1885         * shr.el (shr-tag-table): Add bgcolor support.
1886         (shr-render-td): Add bgcolor support.
1887         (shr-get-background): Add.
1888         (shr-insert-foreground-overlay): Use shr-get-background.
1889
1890         * message.el (message-goto-body): Use called-interactively-p.
1891         (message-in-body-p): message-goto-body returns point.
1892
1893 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1896         Fixes something or other in Emacs 23, and is backwards compatible.
1897
1898         * message.el (message-goto-body): Remove the <#secure special-casing,
1899         which is too special.
1900
1901         * shr.el (shr-parse-style): Drop !important from styles.
1902
1903 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1904
1905         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1906         this function to return incorrect results when calling it with an
1907         explicit article argument different from
1908         (gnus-summary-article-number).
1909
1910 2010-11-24  Julien Danjou  <julien@danjou.info>
1911
1912         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1913         (shr-tag-body): Add background support.
1914         (shr-descend): Add background support.
1915         (shr-tag-title): Add.
1916
1917         * shr-color.el (shr-color-visible): Really return original background
1918         if fixed.
1919
1920 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el (shr-color-check): Protect against non-existant colour names.
1923
1924 2010-11-24  Julien Danjou  <julien@danjou.info>
1925
1926         * color-lab.el: Require 'cl when compiling.
1927
1928         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1929
1930         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1931         matched part.
1932
1933         * color-lab.el: Fix all expt calls to use float type.
1934
1935 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1938         expression to shr-color-check as is.
1939
1940         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1941
1942         * color-lab.el: Add coding cookie.
1943         (float-pi): Use eval-and-compile.
1944
1945         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1946         compiled for Emacsen having no `libxml-parse-html-region' support.
1947
1948 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * shr.el (shr-insert-color-overlay): Split stuff like
1951         "#444444 !important" to find the real colour.
1952         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1953         parse <font color="red"> entries.
1954
1955 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1956
1957         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1958         point when parsing headers.
1959
1960         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1961         is positioned properly when parsing headers.
1962
1963 2010-11-23  Julien Danjou  <julien@danjou.info>
1964
1965         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1966
1967         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1968
1969         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1970
1971         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1972         Use shr-color-hue-to-rgb.
1973         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1974
1975 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * shr.el (shr-color->hexadecimal): Autoload.
1978         (shr-descend): Add color to all tags.
1979
1980 2010-11-22  Julien Danjou  <julien@danjou.info>
1981
1982         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1983         shr-color->hexadecimal.
1984
1985         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1986         RGB() or HSL() color representation.
1987
1988         * shr.el (shr-tag-font): Add.
1989         (shr-tag-color-check): New function to get better colors.
1990         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1991         tag-span.
1992
1993         * shr-color.el: New file.
1994
1995         * color-lab.el: New file.
1996
1997         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1998
1999 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2000
2001         * nnir.el: Fix typo in comments.
2002         (nnir-run-imap): Simplify code. No need to reverse artlist.
2003         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2004
2005 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2008
2009         * nnimap.el (nnimap-get-capabilities): Refactor out.
2010         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2011
2012 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2013
2014         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2015         appearing when `mm-uu-hide-markers' is nil.
2016
2017 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * nnimap.el (nnimap-unselect-group): Make into its own function.
2020         (nnimap-request-rename-group): Unselect group before renaming.
2021         This had gotten lost somewhere.
2022         (nnimap-request-accept-article): Keep track of examined groups, and
2023         unselect the group before APPENDing to read-only groups.
2024         (nnimap-request-move-article): Clear flags before moving so that they
2025         can be re-set later.
2026
2027 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2030         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2031
2032 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-art.el (gnus-mime-display-single)
2035         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2036         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2037         parameter.
2038
2039 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2042         (shr-table-vertical-line): New variable.
2043         (shr-insert-table): Use it.
2044
2045 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-html.el (gnus-html-wash-images): Don't display images if
2048         gnus-inhibit-images is non-nil; register displayer for cid images.
2049         (gnus-html-display-image): Work for cid image.
2050         (gnus-html-insert-image): Allow arguments.
2051         (gnus-html-put-image): Inhibit read-only.
2052         (gnus-html-prefetch-images): Don't prefetch images if
2053         gnus-inhibit-images is non-nil.
2054
2055 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * shr.el (shr-put-image): Break lines when inserting big pictures.
2058
2059 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2060
2061         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2062         sender, thanks Katsumi Yamaoka.
2063
2064 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2065
2066         * nnir.el (nnir-run-imap): Reverse the article list for each group
2067         rather than the whole list.
2068
2069 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * shr.el (shr-image-displayer): Protect function against non-existent
2072         image source.
2073
2074         * gnus-art.el (gnus-inhibit-images): New user option.
2075         (gnus-mime-display-single): Don't display image if it is non-nil.
2076
2077         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2078         gnus-inhibit-images.
2079
2080         * shr.el (shr-image-displayer): New function.
2081         (shr-tag-img): Use it.
2082
2083 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2084
2085         * mml2015.el (mml2015-epg-sign): Use From header.
2086
2087 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2090
2091         * gnus-util.el (gnus-find-text-property-region): Return markers.
2092
2093         * shr.el (shr-tag-img): Put a displayer in the text property.
2094
2095         * gnus-util.el (gnus-find-text-property-region): New utility function.
2096
2097         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2098         (gnus-html-show-images): Remove.
2099
2100         * gnus-art.el (gnus-article-show-images): New, more general function.
2101
2102         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2103         image url text properties.
2104
2105         * shr.el: Ditto.
2106
2107         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2108         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2109
2110 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2113         work for two or more articles.
2114
2115 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2118         divide an image that's in an html article to two or more when washing
2119         non-ASCII characters in alt text of it.
2120
2121 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2124         smime-decrypt-region using function argument.
2125         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2126
2127         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2128
2129         * smime.el (smime-decrypt-region): Catch it.
2130
2131 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2132
2133         * smime.el (smime-mode-map): Move initialization into declaration.
2134         (gnus-run-mode-hooks): Don't autoload.
2135         (smime-mode): Use define-derived-mode.
2136
2137 2010-11-11  Glenn Morris  <rgm@gnu.org>
2138
2139         * smime.el (from): Restrict declaration to XEmacs.
2140
2141         * nnir.el (gnus-group-topic-name): Autoload.
2142
2143 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * shr.el (shr-insert): Don't break long line if it is because of
2146         kinsoku-bol characters in the line end.
2147
2148 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2149
2150         * nnir.el (nnir-request-move-article): Fix to provide original group
2151         and subject.
2152         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2153         been retrieved.
2154
2155         * gnus-sum.el (gnus-summary-move-article): Use original group and
2156         subject for virtual articles such as those in an nnir summary buffer.
2157
2158 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2161         least 21.5).
2162
2163         * smime.el (from): Declare it again for XEmacs.
2164
2165 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * message.el (message-resend): Don't disable encoding unless it's
2168         already encoded.
2169
2170         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2171         low-numbered articles.
2172
2173 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * rfc2047.el (rfc2047-syntax-table): Simplify.
2176
2177         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2178
2179         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2180         set-char-table-range for XEmacs.
2181
2182 2010-11-10  Glenn Morris  <rgm@gnu.org>
2183
2184         * time-date.el (time-to-seconds): Always an alias on Emacs,
2185         never a real function.
2186         (with-no-warnings): Remove compat stub, now unused.
2187         (time-less-p): Doc fix.
2188         (time-to-number-of-days): Simplify.
2189
2190         * smime.el (from): Remove unused declaration.
2191
2192         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2193         (gnus-float-time): On Emacs, always an alias.
2194
2195         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2196         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2197
2198 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * dgnushack.el: Don't use ignore-errors in the top level form since it
2201         is unavailable in XEmacs even if cl is loaded.
2202
2203         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2204
2205 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * shr.el (browse-url-mailto): Autoload.
2208
2209         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2210
2211         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2212         regexp doesn't need quoting.
2213
2214 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2215
2216         * message.el (message-subject-trailing-was-ask-regexp)
2217         (message-subject-trailing-was-regexp): Match was: in addition to was.
2218
2219 2010-11-09  Glenn Morris  <rgm@gnu.org>
2220
2221         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2222         (nnbabyl-check-mbox): Use point-at-bol.
2223
2224 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2227
2228         * message.el (message-mailto): New function.
2229         (message-mailto): Should accept other parameters.
2230         (message-mailto): Remove since it duplicates browse-url-mailto
2231         functionality.
2232
2233 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2236         methods.
2237         (gnus-read-active-file): Ditto.
2238
2239         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2240         ": " from the prompt.
2241         (gnus-group-make-group): Ditto.
2242
2243 2010-11-07  Glenn Morris  <rgm@gnu.org>
2244
2245         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2246         (gnus-bookmark-kill-line): Use point-at-eol.
2247
2248 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2251         asterisks in From header.
2252
2253 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2256         string to avoid making the From headers syntactically invalid.
2257
2258         * message.el (message-send-mail): Don't insert courtesy messages if the
2259         message already has List-Post and List-ID messages.
2260
2261 2010-11-06  Glenn Morris  <rgm@gnu.org>
2262
2263         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2264         `condition', `type', `length' a prefix.
2265         (gnus-treat-predicate): Update for above name changes.
2266
2267 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2268
2269         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2270         binding.  Handled by `gnus-summary-refer-thread' instead.
2271         (nnir-warp-to-article): New backend function.
2272
2273         * nnimap.el (nnimap-request-thread): Force dependency updating.
2274
2275         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2276         (gnus-summary-refer-thread): Rework to improve thread-referral.
2277
2278         * gnus-int.el (gnus-warp-to-article): New function.
2279
2280         * gnus-sum.el (gnus-summary-article-map): Bind it.
2281
2282 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2283
2284         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2285         gnus-summary-refer-thread.
2286
2287         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2288         headers.
2289         (gnus-summary-limit-include-thread): Prevent articles in thread from
2290         being cut in gnus-cut-threads.
2291         (gnus-summary-refer-thread): Limit retrieved headers to those in
2292         thread.
2293
2294 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * message.el (message-send-mail): Use the value of
2297         message-courtesy-message from the message buffer.
2298
2299         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2300
2301         * shr.el (shr-browse-url): Implement mailto: URLs.
2302
2303         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2304         "raw".
2305
2306         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2307         if it's already selected.
2308
2309         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2310
2311 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2314         to measure the length and truncate alt text.
2315
2316 2010-11-03  Glenn Morris  <rgm@gnu.org>
2317
2318         * nndiary.el (nndiary-generate-nov-databases-1)
2319         (nndiary-generate-active-info): Rename dynamic variable `files' to
2320         something less generic.
2321
2322 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2323
2324         * nnir.el (nnir-request-move-article): Call the underlying backend to
2325         move articles from nnir.
2326
2327 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2330
2331 2010-11-02  Julien Danjou  <julien@danjou.info>
2332
2333         * nnir.el: Remove wais support.
2334
2335 2010-11-02  Glenn Morris  <rgm@gnu.org>
2336
2337         * gnus-html.el: Reorder requirements to quieten compiler.
2338
2339 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2342         properly for XEmacs as well.
2343         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2344         (gnus-article-natural-long-line-p): Use window-width rather than
2345         frame-width.
2346
2347 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2348
2349         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2350         (nnir-read-parms): Don't modify query.
2351         (nnir-run-query): Add ability to search topic on current line.
2352         (nnir-get-active): Clean up.
2353
2354 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2357         degenerate articles.
2358
2359         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2360         (gnus-print-buffer): Just print the buffer as is, without any copying
2361         to a buffer and then re-highlighting.
2362
2363         * nnimap.el (nnimap-request-group): Store the new updated info.
2364         (nnimap-request-group): Select the group when we don't know whether it
2365         exists or not.
2366
2367         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2368         groups.
2369
2370         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2371         groups.
2372
2373         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2374         groups.
2375
2376         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2377         long-lines case by only filling the long lines.
2378
2379         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2380         (bug #7311).
2381
2382 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * shr.el: No need to declare `declare-function' since shr.el is for
2385         only Emacsen that provide `libxml-parse-html-region'.
2386
2387         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2388         effective only in a file it is referred to.
2389
2390 2010-11-01  Glenn Morris  <rgm@gnu.org>
2391
2392         * mm-util.el (gnus-completing-read): Autoload.
2393         (mm-read-coding-system): Simplify Emacs definition.
2394
2395         * nnmail.el (gnus-activate-group):
2396         * nnimap.el (gnutls-negotiate):
2397         * nntp.el (netrc-parse): Fix declarations.
2398
2399 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2402         string-match-p in Emacs >=23.
2403
2404         * gnus-msg.el (gnus-configure-posting-styles)
2405         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2406
2407 2010-11-01  Glenn Morris  <rgm@gnu.org>
2408
2409         * nnir.el (declare-function): Add compat stub.
2410         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2411         (nnir-run-gmane): Require 'mm-url.
2412
2413         * mm-util.el (mm-string-to-multibyte): Simplify.
2414
2415         * shr.el (declare-function): Add compat stub.
2416         (url-cache-create-filename): Declare.
2417         (mm-disable-multibyte, widget-convert-button): Autoload.
2418
2419         * smime.el (ldap-search): Declare.
2420         (smime-cert-by-ldap-1): Require ldap on Emacs.
2421
2422         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2423         (nnimap-keepalive): Use gnus-float-time.
2424
2425         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2426         (mail-source-delete-crash-box): Use gnus-float-time.
2427
2428         * gnus-dired.el (gnus-completing-read): Autoload.
2429
2430         * mm-view.el (gnus-rescale-image): Autoload.
2431
2432         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2433
2434         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2435
2436         * sieve-manage.el: Require 'cl when compiling.
2437
2438         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2439         (gnus-iswitchb-completing-read): Require iswitchb.
2440         (gnus-select-frame-set-input-focus): Silence compiler.
2441
2442 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * message.el (message-subject-trailing-was-query): Change default to t,
2445         since I think that's what most people want.
2446
2447         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2448         appending for easier debugging.
2449         (nnimap-wait-for-connection): Take a regexp.
2450         (nnimap-request-accept-article): Wait for the continuation line before
2451         sending anything unless we're streaming.
2452
2453         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2454         leave the header washing to take place.
2455
2456 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2457
2458         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2459         regular expression match and replace in posting styles.
2460
2461 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2462
2463         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2464         an entire server.
2465         (nnir-get-active): New function.
2466         (nnir-run-imap): Use it.
2467         (nnir-run-gmane): Who knew, gmane search returns an article score!
2468
2469         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2470         server on the current line with nnir.
2471
2472 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2475         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2476         left edge.
2477         (gnus-article-foldable-buffer): Skip past the prefix when determining
2478         raggedness.
2479
2480         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2481         the raw article, and change `C-u g' to show the article without doing
2482         treatments.
2483
2484         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2485         on to `gnus-treat-article'.
2486         (gnus-inhibit-article-treatments): New variable.
2487
2488         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2489
2490         * gnus-art.el (gnus-treatment-function-alist): Have
2491         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2492         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2493         sections.
2494
2495         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2496         parameter.
2497         (gnus-article-fill-cited-long-lines): New function.
2498         (gnus-article-fill-cited-article): Allow filling only long sections.
2499
2500         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2501         and non-punctuation (like after the apostrophe in "'We").
2502
2503         * gnus-sum.el (gnus-summary-select-article): Make sure
2504         gnus-original-article-buffer is alive.
2505
2506         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2507         reflect the order they're in in the digest.
2508
2509         * gnus.el (gnus-group-startup-message): Move point to the start of the
2510         buffer.
2511
2512         * nnimap.el (nnimap-capability): New function.
2513         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2514         is set.
2515
2516 2010-10-31  David Engster  <dengste@eml.cc>
2517
2518         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2519         conform with changes to gnus-completing-read.
2520
2521 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2524
2525 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2526
2527         * nnir.el: Move defvar, defcustom around to keep file organized
2528         and keep byte-compiler quiet.
2529         (nnir-read-parms): Accept search-engine as arg.
2530         (nnir-run-query): Pass search-engine as arg.
2531         (nnir-search-engine): Remove.
2532
2533 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * shr.el (shr-generic): The text nodes should be text, not :text.
2536
2537         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2538         later in the file.
2539
2540 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2541
2542         * nnir.el: General clean up.  Allow searching with multiple engines.
2543         Allow separate extra-parameters for each engine.
2544         Batch queries when possible.
2545         (nnir-imap-default-search-key,nnir-method-default-engines):
2546         Add customize interface.
2547         (nnir-run-gmane): New engine.
2548         (nnir-engines): Use it.  Qualify all prompts with engine name.
2549         (nnir-search-engine): Remove global variable.
2550         (nnir-run-hyrex): Restore for now.
2551         (nnir-extra-parms,nnir-search-history): New variables.
2552         (gnus-group-make-nnir-group): Use them.
2553         (nnir-group-server): Remove in favor of gnus-group-server.
2554         (nnir-request-group): Avoid searching twice.
2555         (nnir-sort-groups-by-server): New function.
2556
2557 2010-10-30  Julien Danjou  <julien@danjou.info>
2558
2559         * gnus-group.el: Remove gnus-group-fetch-control.
2560
2561         * gnus-start.el (gnus-find-new-newsgroups):
2562         Remove gnus-check-first-time-used.
2563
2564         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2565
2566 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2567
2568         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2569         set on groups that don't have \* permanentflags.
2570
2571 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2574         control the background color.
2575         (shr-tag-img): Ignore very small web bug type images.
2576         (shr-put-image): Add help-echo alt texts to the images.
2577         (shr-tag-video): Show the video poster image.
2578
2579 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el (shr-table-depth): New variable.
2582         (shr-tag-table-1): Only insert the images after the top-level table.
2583
2584         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2585
2586         * gnus-util.el (gnus-list-memq-of-list): New function.
2587
2588         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2589         selected.
2590         (nnimap-unsplittable-articles): New slot.
2591         (nnimap-new-articles): Use it.
2592
2593 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2594
2595         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2596         move to the previous line on `M-g'.
2597
2598 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2601         *-request-group, which seems unnecessary.
2602
2603         * nnimap.el (nnimap-quote-specials): Function copied over from
2604         imap.el.
2605         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2606         they support that.  Suggested by Tom Regner.
2607
2608 2010-10-29  Julien Danjou  <julien@danjou.info>
2609
2610         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2611         defalias.
2612         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2613
2614         * gnus.el: Remove `gnus-nntp-service' variable.
2615         (gnus-secondary-servers): Make obsolete.
2616         (gnus-nntp-server): Make obsolete.
2617
2618         * gnus-start.el (gnus-1): Remove x-splash calls.
2619
2620         * gnus-ems.el (gnus-x-splash): Remove.
2621
2622         * gnus.el (gnus-group-startup-message): Simplify/update code.
2623
2624         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2625         definition.
2626
2627         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2628         capability before doing anything.
2629         (gnus-group-insert-group-line): Remove useless
2630         gnus-group-remove-excess-properties.
2631
2632 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2635
2636 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2639         config after reselecting.
2640
2641 2010-10-28  Julien Danjou  <julien@danjou.info>
2642
2643         * shr.el (shr-put-image): Use point even if only inserting text.
2644         (shr-put-image): Save excursion when inserting alt text on non-graphic
2645         display, so the behaviour is the same when we are on a graphic display.
2646
2647         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2648
2649 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2652         (gnus-mime-copy-part): Check coding system, not charset.
2653         (gnus-mime-view-part-externally): Never remove part.
2654         (gnus-mime-view-part-internally): Don't remove part here.
2655         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2656         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2657         multipart/alternative.
2658
2659         * mm-decode.el (mm-display-part): Take optional arg `force'.
2660
2661 2010-10-26  Julien Danjou  <julien@danjou.info>
2662
2663         * gnus-group.el (gnus-group-default-list-level): Add this function to
2664         compute the default list level.
2665         (gnus-group-default-list-level): Add possibility to use a function.
2666
2667 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2670
2671         * gnus-group.el (gnus-group-completing-read)
2672         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2673         gnus-replace-in-string.
2674
2675 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * shr.el (shr-tag-div): Add.
2678
2679         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2680
2681 2010-10-25  Julien Danjou  <julien@danjou.info>
2682
2683         * gnus-util.el: Remove `gnus-with-local-quit'.
2684
2685         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2686
2687 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2690         the original article buffer.
2691
2692 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nnimap.el (nnimap-request-head): New function.
2695         (nnimap-request-move-article): Try to be slighly faster by not
2696         requesting the entire message when moving.
2697         (nnimap-transform-headers): Don't bug out on bodiless articles.
2698         (nnimap-send-command): Have no outstanding messages if the IMAP server
2699         doesn't support streaming.
2700         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2701
2702 2010-10-24  Julien Danjou  <julien@danjou.info>
2703
2704         * message.el (message-default-headers): Fix type.
2705
2706 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2709         prefetching images.
2710
2711         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2712         backend for unknown groups.  This is mainly useful for nnimap groups.
2713
2714         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2715         group isn't covered by the agent.
2716
2717 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2718
2719         * nnir.el (nnir-method-default-engines): New variable.
2720         (nnir-run-query): Use it.
2721         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2722         (gnus-summary-nnir-goto-thread): Change group if needed.
2723
2724         * gnus-group.el (gnus-group-group-map): Add key binding for
2725         gnus-group-make-nnir-group.
2726
2727 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * shr.el (shr-tag-object): Add.
2730
2731         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2732         original article buffer live.
2733         (gnus-summary-select-article-buffer):
2734         Mention gnus-widen-article-buffer.
2735
2736 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * shr.el (shr-tag-strong): Add.
2739
2740 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2743         group names.  They mess up the group buffer badly.
2744
2745         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2746
2747         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2748         instead of the summary one.
2749
2750 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * mml.el (mml-preview): Work properly when editing article.
2753
2754         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2755         gnus-have-read-active-file if it's already been in.
2756
2757 2010-10-22  Tom Tromey  <tromey@redhat.com>
2758
2759         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2760         gnus-group-completing-read.
2761
2762 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * message.el (message-mode-map): Don't bind M-; to comment region, to
2765         allow the global comment-dwim to work.
2766
2767 2010-10-21  Julien Danjou  <julien@danjou.info>
2768
2769         * message.el (message-setup-1): Allow message-default-headers to be a
2770         function.
2771
2772 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * shr.el (shr-tag-table): Simplify.
2775
2776 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2779         to avoid trying to snarf invalid stuff.
2780
2781         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2782
2783         * gnus.el (gnus-message-archive-group): Quote value.
2784         (gnus-message-archive-group): Mark as changed.
2785
2786         * shr.el (shr-add-font): Don't put the font properties on the newline
2787         or the indentation.
2788
2789         * message.el (message-fix-before-sending): Change options when sending
2790         non-printable characters.
2791
2792         * gnus.el (gnus-message-archive-method): Change the default to
2793         monthly outgoing groups.
2794
2795         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2796         that have gotten new numbers.
2797
2798         * nnimap.el (nnimap-request-replace-article): New function.
2799
2800 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2803         (nnrss-request-article): Don't use special html washing code.
2804
2805 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * shr.el (shr-tag-table): Remove useless nconc.
2808
2809 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-art.el (article-wash-html): Simplify and remove the charset
2812         stuff.  Use the normal html rendering code instead of the special html
2813         washing code.
2814
2815         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2816         `gnus-w3m' symbols.
2817         (mm-text-html-washer-alist): Remove.
2818
2819         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2820         (mm-inline-media-tests): Remove use.
2821         (mm-text-html-renderer): Change default to the `shr' symbol.
2822
2823         * mm-view.el (mm-inline-text-html): Remove use.
2824
2825         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2826         `gnus-blocked-images' to be a function.
2827         (gnus-article-wash-function): Remove.
2828
2829 2010-10-20  Julien Danjou  <julien@danjou.info>
2830
2831         * spam.el (spam-list-of-processors): Mark as obsolete.
2832
2833         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2834         (nnimap-insert-partial-structure): Fix boundary detection.
2835
2836 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2837
2838         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2839         run file-truename on remote files.  This can be expensive and even
2840         prevent one from editing drafts if some unrelated buffer has a stale
2841         connection.
2842
2843 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2846         kinsoku-eol regardless of shr-kinsoku-shorten.
2847         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2848         (shr-tag-table): Support caption, thead, and tfoot.
2849
2850 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2853         lines.
2854         (shr-save-contents): New command and keystroke.
2855
2856         * nndoc.el (nndoc-type-alist): Add git support.
2857         (nndoc-git-type-p): New function.
2858         (nndoc-transform-git-article): Ditto.
2859         (nndoc-transform-git-headers): Ditto.
2860         (nndoc-transform-git-headers): Generate Subject headers.
2861
2862         * shr.el (shr-parse-style): New function.
2863         (shr-tag-span): Ditto.
2864
2865         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2866         to `G G' to avoid collisions.
2867
2868 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * shr.el: Load kinsoku if necessary.
2871         (shr-kinsoku-shorten): New internal variable.
2872         (shr-find-fill-point): Make kinsoku shorten text line if
2873         shr-kinsoku-shorten is bound to non-nil.
2874         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2875         shr-indentation too when testing if table is wider than frame width.
2876         (shr-insert-table): Use `string-width' instead of `length' to measure
2877         text width.
2878         (shr-insert-table-ruler): Make sure indentation is done at bol.
2879
2880 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2881
2882         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2883         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2884         undecoded network data.
2885
2886 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2889         name in the mode line spec so that the mode line menu works
2890         (bug #2431).
2891
2892         * message.el (message-get-reply-headers): If we're fed `to-address',
2893         then always use that.
2894
2895         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2896         aren't so wide as to need to switch off the edit menu.
2897
2898         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2899         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2900
2901         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2902         `M-g'.
2903         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2904         the permanent marks.
2905
2906 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2907
2908         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2909         Splitting according to references/in-reply-to obeys the ignore-groups
2910         variable, while splitting by sender and subject do not.
2911
2912 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2915         alist, so that we can look for non-Unicode chars.
2916         (article-translate-strings): Allow both character and string maps.
2917
2918 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * shr.el (shr-insert): Don't insert space behind a wide character
2921         categorized as kinsoku-bol, or between characters both categorized as
2922         nospace.
2923
2924 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2925
2926         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2927         headers to gnus-newsgroup-headers.
2928
2929 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * shr.el (shr-tag-img): Don't align images -- since we're not
2932         rescaling, this often leads to ugly displays.
2933
2934 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2935
2936         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2937         duplicates.
2938
2939 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2940
2941         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2942         call.
2943
2944 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus.el: Autoload gnus-html-show-images.
2947
2948         * nnimap.el: Use nnheader-message throughout.
2949
2950         * shr.el (shr-tag-img): Ignore images with no data.
2951
2952 2010-10-15  Julien Danjou  <julien@danjou.info>
2953
2954         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2955         a possibility to disable format=flow encoding when using hard newlines.
2956
2957 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * shr.el (shr-insert): Remove space inserted before or after a
2960         breakable character or at the beginning or the end of a line.
2961         (shr-find-fill-point): Do kinsoku; find the second best point or give
2962         it up if there's no breakable point.
2963
2964 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * nnimap.el (nnimap-open-connection): Message when opening connection
2967         for debugging purposes.
2968
2969         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2970         on every setup buffer call to allow this to change from article to
2971         article.
2972
2973         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2974         buffers where we have a wide table.
2975
2976 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2977
2978         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2979         uses *-request-thread.
2980
2981 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2984         incantation, which is no longer valid.
2985
2986 2010-10-14  Julien Danjou  <julien@danjou.info>
2987
2988         * shr.el: Fix defcustom type (char -> character).
2989
2990 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2993         programs.
2994
2995 2010-10-14  Julien Danjou  <julien@danjou.info>
2996
2997         * shr.el (shr-tag-a): Use url-link as widget type.
2998
2999         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3000         `gnus-group-get-icon'.
3001
3002 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3005         This should make server editing work better.
3006
3007         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3008
3009         * tls.el (tls-program): Remove spurious %s from openssl.
3010
3011         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3012         (nnimap-parse-flags): Fix regexp.
3013
3014         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3015         probably work for CJVK text, too.
3016
3017         * nnimap.el (nnimap-extend-tls-programs): Remove.
3018         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3019
3020         * tls.el (tls-starttls-switches): Remove starttls hack.
3021         (open-tls-stream): Ditto.
3022         (tls-find-starttls-argument): Ditto.
3023
3024 2010-10-13  Julien Danjou  <julien@danjou.info>
3025
3026         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3027         responses.
3028
3029 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3032
3033         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3034         anything in Emacs.
3035
3036         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3037
3038 2010-10-13  Julien Danjou  <julien@danjou.info>
3039
3040         * shr.el (shr-width): Make shr-width a defcustom with default to
3041         fill-column.
3042         (shr-tag-img): Use shr-width rather than fill-column.
3043
3044 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * dgnushack.el (byte-optimize-apply)
3047         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3048
3049         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3050         position when (X-)Faces exist.
3051         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3052         avatars when called interactively.
3053
3054 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3057         gnus-article-x-face-too-ugly is bound.
3058
3059 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3062
3063         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3064         mailbox that doesn't exist.
3065
3066 2010-10-12  Julien Danjou  <julien@danjou.info>
3067
3068         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3069         (shr-get-image-data): Encode URL properly when fetching from cache.
3070         (shr-tag-img): Use aligned-to spaces to align correctly images.
3071
3072         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3073         before inserting the Gravatar.
3074
3075         * shr.el (shr-tag-img): Add align attribute support for <img>.
3076
3077 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-gravatar.el (gnus-art): Require.
3080
3081         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3082         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3083         Remove long obsoleted functions.
3084
3085 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3088
3089         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3090
3091         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3092         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3093         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3094         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3095         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3096         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3097         * sieve-manage.el, smime.el, spam.el:
3098         Fix comment for declare-function.
3099
3100 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnimap.el (nnimap-request-rename-group): Select group read-only
3103         before renaming it.
3104
3105         * shr.el (shr-insert): Fix up the white space only regexp.
3106
3107         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3108         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3109
3110         * shr.el (shr-current-column): New function.
3111         (shr-find-fill-point): New function.
3112
3113 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3114
3115         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3116         numbers.
3117
3118 2010-10-11  Julien Danjou  <julien@danjou.info>
3119
3120         * shr.el (shr-hr-line): Add.
3121         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3122         display hr lines.
3123         (shr-max-columns): Do not change state to nil if we just inserting
3124         spaces.
3125
3126 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3129         select the last group.
3130
3131 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3134
3135 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3136
3137         * dig.el (dig-mode-map): Declare and define in one step.
3138
3139 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3142         for Gnus.
3143         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3144         (nnimap-update-qresync-info): Mark \Seen articles as read.
3145
3146         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3147         non-variable, too.
3148
3149         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3150         available.
3151         (nnimap-update-info): Rely more on the current active than the param
3152         active to avoid marking articles as read too much.
3153
3154         * auth-source.el (auth-source-create): Use (user-login-name) for the
3155         user name default.
3156
3157         * nnimap.el (nnimap-update-info): If the server doesn't return any
3158         useful info, just use the previous info.
3159         (nnimap-update-info): Prefer old info over start-article.
3160         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3161
3162 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3163
3164         * nnir.el (autoload): Clean up autoloads.
3165         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3166         Use key rather than value.
3167         (nnir-imap-search-other): New variable.
3168         (nnir-read-parm): Use it.
3169         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3170         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3171
3172 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3173
3174         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3175         the process, too.
3176
3177 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * spam.el (gnus-summary-mode-map): Bind to "$".
3180         Suggested by Russ Allbery.
3181
3182         * shr.el: Rework the way things are indented by <li> slightly.
3183
3184         * gnus.el (gnus-group-set-parameter): Fix typo.
3185
3186         * nnimap.el: Start implementing QRESYNC support.
3187
3188 2010-10-09  Julien Danjou  <julien@danjou.info>
3189
3190         * nnir.el (nnir-engines): Fix too many arguments.
3191
3192 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3195         group is the "last", so that the backends like nnfolder actually save
3196         their folders.
3197
3198         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3199         try to use that for the tls stream.
3200         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3201         UIDVALIDITY and find out which groups are read-only and not.
3202         (nnimap-get-flags): Use the same marks parsing code as the rest of
3203         nnimap.
3204
3205 2010-10-09  Julien Danjou  <julien@danjou.info>
3206
3207         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3208
3209         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3210         retrieving gravatars.
3211
3212         * shr.el (shr-table-corner): Add.
3213         (shr-table-line): Add.
3214         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3215
3216 2010-10-08  Julien Danjou  <julien@danjou.info>
3217
3218         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3219
3220 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3223
3224         * gnus-sum.el (gnus-mark-article-as-unread)
3225         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3226         (gnus-summary-set-bookmark): Use it.
3227
3228         * gnus-msg.el (gnus-setup-message): Use it.
3229
3230         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3231
3232         * gnus.el (gnus-group-remove-parameter): Use it.
3233
3234         * gnus-group.el (gnus-group-make-web-group): Use it.
3235
3236         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3237
3238         * nnregistry.el: Update docs to mention manual.
3239
3240         * gnus-registry.el: Update docs to mention nnregistry.el.
3241         (gnus-registry-initialize): Don't install nnregistry refer method
3242         automatically.
3243         (gnus-registry-install-nnregistry): Remove it.
3244
3245 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-insert): Don't insert double spaces.
3248
3249 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-gravatar.el (gnus-treat-from-gravatar)
3252         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3253         called interactively.
3254
3255         * gnus-art.el (gnus-mime-view-part-externally)
3256         (gnus-mime-view-part-internally): Make predicate function passed to
3257         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3258         of a mime type.
3259
3260         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3261
3262 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * shr.el (require): Require cl when compiling.
3265         (shr-tag-hr): New function.
3266
3267         * nnimap.el (nnimap-update-info): Remove double setting of high.
3268         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3269         This makes nnimap work properly on Courier again.
3270
3271         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3272         the variable for backwards compatability.
3273
3274         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3275         the file name before using to avoid setting mm-default-directory to
3276         nil.
3277
3278         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3279         bidning gnus-agent variables.
3280
3281         * shr.el (shr-render-td): Use a cache for the table rendering function
3282         to avoid getting an exponential rendering behaviour in nested tables.
3283         (shr-insert): Rework the line-breaking algorithm.
3284         (shr-insert): Don't leave trailing spaces.
3285         (shr-insert-table): Also insert empty TDs.
3286         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3287
3288 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3289
3290         * gnus-sum.el (gnus-number): Rename from `number'.
3291         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3292         (gnus-summary-limit-children): Update uses correspondingly.
3293
3294 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3297         (gnus-gravatar-transform-address): Don't show avatars of people of
3298         which mail addresses match gnus-gravatar-too-ugly.
3299
3300 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * shr.el (shr-table-widths): Expand TD elements to fill available
3303         space.
3304
3305 2010-10-07  Julien Danjou  <julien@danjou.info>
3306
3307         * nnimap.el (nnimap-request-rename-group): Add this method.
3308
3309 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3312         name from XEmacs' function-arglist.
3313
3314         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3315         gravatar under XEmacs.
3316
3317 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * auth-source.el: Update docs with TODO items.
3320
3321         * gnus-sync.el: Update docs to explain state and plans.
3322
3323         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3324         Hooks for mark updates.
3325         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3326
3327         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3328         hooks with arguments, which is needed for mark update hooks.
3329
3330 2010-10-06  Julien Danjou  <julien@danjou.info>
3331
3332         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3333         was matched.
3334
3335         * sieve-manage.el: Update example in `Commentary'.
3336
3337         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3338
3339         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3340         not 2000.
3341         (sieve-manage-authenticate): Re-add function.
3342
3343 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * shr.el (shr-insert): Get 'space transition right.
3346         (shr-render-td): Only delete space at the end of the TD.
3347
3348         * nnimap.el (nnimap-open-connection): Prepare to support
3349         open-gnutls-stream.
3350
3351         * shr.el: Rearrange function order to be more logical.
3352
3353 2010-10-06  Julien Danjou  <julien@danjou.info>
3354
3355         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3356         (nnrss-discover-feed): Remove 404 URL in docstring.
3357
3358         * nnir.el: Fix Swish-E URL.
3359         Fix Namazu URL.
3360
3361         * message.el (message-change-subject): Remove 404 URL in a comment.
3362
3363 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3366         called interactively.
3367
3368         * gnus-util.el (gnus-remove-if): Allow hash table.
3369         (gnus-remove-if-not): New function.
3370
3371         * gnus-art.el (gnus-mime-view-part-as-type)
3372         * gnus-score.el (gnus-summary-score-effect)
3373         * gnus-sum.el (gnus-read-move-group-name):
3374         Replace remove-if-not with gnus-remove-if-not.
3375
3376         * gnus-group.el (gnus-group-completing-read):
3377         Regard collection as a hash table if it is not a list.
3378
3379 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3382
3383         * shr.el: Document the table-rendering algorithm.
3384
3385 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3388         for Emacsen having no `libxml-parse-html-region' support.
3389
3390 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3393         invalid URLs.
3394
3395         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3396         line-broken.
3397         (shr-tag-img): Ignore image fetching errors.
3398         (shr-overlays-in-region): Compute overlay positions correctly.
3399
3400         * mm-decode.el (mm-shr): Require shr.
3401
3402         * gnus-art.el (gnus-blocked-images): Move variable here.
3403
3404         * shr.el (shr-insert-table): Bind free variable.
3405
3406         * mm-decode.el (mm-shr): Bind shr-content-function.
3407
3408         * shr.el (shr-content-function): New variable.
3409
3410         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3411         added for symmetry.
3412
3413         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3414
3415         * gnus-group.el (gnus-group-make-group): Doc fix.
3416
3417         * nnimap.el (nnimap-request-newgroups): Return success.
3418
3419         * shr.el (shr-find-elements): New function.
3420         (shr-tag-table): Put all the images after the table.
3421         (shr-tag-table): Really inhibit images inside the table.
3422         (shr-collect-overlays): Copy over overlays from the TD elements to the
3423         main document.
3424
3425         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3426         gnus-blocked-images.
3427
3428 2010-10-05  Julien Danjou  <julien@danjou.info>
3429
3430         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3431
3432         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3433         (gnus-html-maximum-image-size): Add this function.
3434         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3435
3436         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3437         server-value of the capability is nil.
3438
3439 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * shr.el (shr-tag-em): Add <EM> tag.
3442
3443 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3444
3445         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3446         customizable.
3447
3448         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3449         handing broken links to browse-url.
3450
3451 2010-10-05  Julien Danjou  <julien@danjou.info>
3452
3453         * gnus-util.el (gnus-emacs-completing-read)
3454         (gnus-iswitchb-completing-read): Use autoload rather than require.
3455
3456 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3459         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3460         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3461         iswitchb-temp-buflist for XEmacs.
3462
3463         * gnus-util.el (gnus-completing-read-function): Exclude
3464         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3465         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3466         XEmacs.
3467
3468         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3469         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3470
3471         * gnus-html.el: Don't require help-fns under XEmacs.
3472         (gnus-html-schedule-image-fetching): Work for XEmacs.
3473
3474         * mm-decode.el (mm-shr): Decode contents by charset.
3475
3476 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3479         unknown.
3480
3481         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3482         (shr-get-image-data): Ensure against the cache file missing.
3483
3484         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3485         for data.
3486
3487         * spam-report.el (spam-report-url-ping-plain): Don't query about
3488         killing the process.
3489
3490         * shr.el (shr-render-td): Protect against too-wide text.
3491
3492 2010-10-04  Julien Danjou  <julien@danjou.info>
3493
3494         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3495         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3496
3497         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3498         retrieved.
3499
3500 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * shr.el (browse-url): Require.
3503         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3504         lines.
3505         (shr-show-alt-text, shr-browse-image): New commands.
3506         (shr-browse-url, shr-copy-url): New commands.
3507
3508         * gnus-sum.el (gnus-widen-article-window): New variable.
3509         (gnus-summary-select-article-buffer): Use it.
3510
3511         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3512         without @ signs.
3513
3514 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3515
3516         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3517
3518 2010-10-04  Julien Danjou  <julien@danjou.info>
3519
3520         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3521         for XEmacs.
3522
3523 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3526
3527         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3528         (nnimap-close-server): Implement.
3529
3530         * dgnushack.el (iswitchb): Require to shut up the compiler.
3531
3532         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3533         (shr-insert): Tweak line breaking.
3534         (shr-insert): Handle <pre> better.
3535         (shr-tag-li): Get <li> indentation right.
3536         (shr-tag-li): Get <li> indentation even righter.
3537         (shr-tag-blockquote): Ensure paragraph start.
3538         (shr-make-table): Tweak table generation.
3539         (shr-make-table): Fix typo.
3540
3541         * shr.el: Implement table rendering.
3542
3543 2010-10-04  Julien Danjou  <julien@danjou.info>
3544
3545         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3546
3547 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * shr.el (shr-insert): Use string anchors instead of line anchors.
3550
3551 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * shr.el: Add headings.
3554         (shr-ensure-paragraph): Actually work.
3555         (shr-tag-li): Make <ul> prettier.
3556         (shr-insert): Get white space at the beginning/end of elements right.
3557         (shr-tag-p): Collapse subsequent <p>s.
3558         (shr-ensure-paragraph): Don't insert double line feeds after blank
3559         lines.
3560         (shr-insert): \t is also space.
3561         (shr-tag-s): Fix "s" tag name function.
3562         (shr-tag-s): Fix face prop name.
3563
3564 2010-10-03  Julien Danjou  <julien@danjou.info>
3565
3566         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3567
3568         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3569         gnus-window-inside-pixel-edges.
3570
3571         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3572         gnus-ems.
3573
3574         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3575
3576         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3577         function.
3578
3579         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3580         resize choice.
3581
3582 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3585         beginning of the buffer.
3586
3587         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3588         article buffer again.
3589
3590         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3591
3592         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3593         when it's at the start of the buffer.
3594
3595         * shr.el (shr-tag-blockquote): Convert name.
3596         (shr-rescale-image): Use the right image-size variant.
3597
3598         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3599         buffer isn't shown, then select the current article first instead of
3600         bugging out.
3601         (gnus-summary-select-article-buffer): Show both the article and summary
3602         buffers again.
3603
3604         * shr.el (shr-fontize-cont): Protect against regions with no text.
3605         Rename tag functions to shr-tag-* for enhanced security.
3606         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3607
3608 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3609
3610         * shr.el (shr-insert):
3611         * pop3.el (pop3-movemail):
3612         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3613         loaded.
3614
3615 2010-10-03  Glenn Morris  <rgm@gnu.org>
3616
3617         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3618
3619         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3620
3621         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3622
3623         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3624
3625         * gnus-util.el (gnus-make-local-hook): Simplify.
3626
3627 2010-10-02  Julien Danjou  <julien@danjou.info>
3628
3629         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3630         (gnus-ido-completing-read): New function.
3631         (gnus-emacs-completing-read): New function.
3632         (gnus-completing-read): Use gnus-completing-read-function.
3633         Add gnus-completing-read-function.
3634
3635 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * shr.el (shr-insert-document): Autoload.
3638         (shr-img): Be silent.
3639         (shr-insert): Add a newline after every picture before text.
3640         (shr-add-font): Use overlays for combining faces.
3641         (shr-insert): Pass upwards the text start point.
3642
3643         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3644         possible.
3645         (mm-shr): New function.
3646
3647 2010-10-02  Julien Danjou  <julien@danjou.info>
3648
3649         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3650         should go backward.
3651
3652 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3653
3654         * shr.el (shr): Fix typo in provide call.
3655
3656 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * shr.el: New file.
3659
3660         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3661
3662         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3663         completing read.
3664
3665 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3668         we're being queried about.  Suggested by Dan Jacobson.
3669
3670         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3671         Suggested by Jason Eisner.
3672
3673         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3674         table, too.  Suggested by Stefan Wiens.
3675         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3676         the table unnecessary.  Suggested by Stefan Wiens.
3677
3678         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3679         longer needed, and probably doesn't work either, as pointed out by
3680         Stefan Wiens.
3681         (gnus-summary-exit): Remove call to the clearing function.
3682         (gnus-summary-exit-no-update): Ditto.
3683
3684         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3685         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3686         Reported by Stefan Monnier.
3687         (gnus-summary-save-in-rmail): Ditto.
3688
3689         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3690         article buffer, instead of both the article buffer and the summary
3691         buffer.  Sort of suggested by Dan Jacobson.
3692
3693         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3694
3695         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3696         Suggested by Dan Jacobson.
3697
3698         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3699         documentation clearer.
3700
3701         * message.el (message-shorten-references): Comment on the number "21".
3702         Suggested by Stefan Monnier.
3703
3704         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3705         Suggested by Dan Jacobson.
3706
3707         * gnus.el (gnus-large-newsgroup):
3708         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3709
3710         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3711         externalize attachments.  Bug reported by Steve Wen.
3712
3713         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3714         really message anything to the user.
3715
3716         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3717         directly.
3718
3719         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3720         messages in empty groups.
3721
3722 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3723
3724         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3725         non-UIDNEXT group.
3726
3727 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3730         not the value from the collection.
3731
3732         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3733         values.  This sometimes happens on some groups that have no info.
3734         (nnimap-request-newgroups): New function.
3735
3736 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3739         check into `gnus-registry-initialize'.
3740         (gnus-registry-initialize): Ditto.
3741         Fix and extend header docs.
3742
3743 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3746         regexp backtrace overflows.
3747
3748         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3749         for starttls that tls.el implements; i.e. openssl.
3750
3751         * tls.el (tls-starttls-switches): Give up on using starttls with
3752         gnutls-cli.
3753         (tls-program): Add --insecure to be consistent with the defaults from
3754         openssl s_client.  Now all three commands are insecure.
3755
3756 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * lpath.el: Bind completion-styles-alist for XEmacs.
3759
3760         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3761         (gravatar-create-image): New function that's an alias to
3762         gnus-xmas-create-image, gnus-create-image, or create-image.
3763         (gravatar-data->image): Use it.
3764
3765 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3768         install the nnregistry refer method.
3769         (gnus-registry-install-hooks): Use it.
3770         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3771         unfollowed groups.
3772
3773 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3774
3775         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3776         expanding threads.
3777
3778 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * nnir.el: Use the server names without suffixes (bug #7009).
3781
3782         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3783         unencrypted to STARTTLS, if possible.
3784
3785 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3786
3787         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3788         headers before superseding.
3789
3790 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * nnrss.el (nnrss-use-local): Add documentation.
3793
3794         * nnimap.el (nnimap-extend-tls-programs): New function.
3795         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3796         (nnimap-wait-for-connection): Accept the greeting from the stupid
3797         output from openssl s_client -starttls, too.
3798
3799         * tls.el (tls-starttls-switches): New variable.
3800         (tls-find-starttls-argument): Use it.
3801         (open-tls-stream): Ditto.
3802
3803         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3804         (netrc-machine): Ditto.
3805
3806         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3807         article number.
3808         (nnimap-split-fancy): New variable.
3809         (nnimap-split-incoming-mail): Use it.
3810
3811         * nntp.el (nntp-server-list-active-group): Document.
3812
3813         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3814         SELECT to get the message-id.
3815
3816         * mail-source.el (mail-sources): Remove webmail support.
3817         (defvar): Ditto.
3818         (mail-source-fetcher-alist): Ditto.
3819         (mail-source-fetch-webmail): Remove.
3820
3821         * webmail.el: Remove -- doesn't seem relevant any more.
3822
3823         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3824
3825         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3826         the \r.
3827
3828 2010-09-30  Julien Danjou  <julien@danjou.info>
3829
3830         * gnus-agent.el (gnus-agent-add-group): Fix call to
3831         gnus-completing-read.
3832
3833 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nndoc.el (nndoc-retrieve-groups): New function.
3836
3837         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3838         `default', use nnmail-split-methods.
3839         (nnimap-request-article): Downcase the NILs so that they are nil.
3840
3841         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3842         symbol.
3843
3844         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3845         code, since if the user has requested network, that's what they ought
3846         to get.
3847         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3848         (nnimap-split-rule): Mark as obsolete.
3849
3850         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3851         New variable.
3852
3853         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3854         correct slot, too.
3855
3856 2010-09-29  Julien Danjou  <julien@danjou.info>
3857
3858         * gnus.el (gnus-local-domain): Declare variable obsolete.
3859
3860         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3861         Fix history computing.
3862         (gnus-ido-completing-read): Require ido.
3863
3864 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3867         build Gnus.
3868
3869         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3870         when interpreting the structures.
3871         (nnimap-request-accept-article): Add \r\n to the lines to make this
3872         work with Cyrus.
3873
3874         * nndraft.el (nndraft-request-expire-articles): Use the group name
3875         instead if "nndraft".  Fix found by Nils Ackermann.
3876
3877 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3878
3879         * nnregistry.el: Add.
3880
3881 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3882
3883         * nnmail.el (group, group-art-list, group-art):
3884         Remove unneeded directives.
3885
3886 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3889         (mm-mime-charset)
3890         * rfc2047.el (rfc2047-syntax-table)
3891         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3892
3893         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3894         rather than `insert-file-contents' and `eval-region'.
3895
3896         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3897         construction.
3898
3899         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3900
3901         * time-date.el: No need to require cl for Emacs 21.
3902
3903 2010-09-29  Julien Danjou  <julien@danjou.info>
3904
3905         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3906         replacement of `gnus-gravatar-relief' to mimic
3907         `gnus-faces-properties-alist'.
3908         Add :version property.
3909
3910 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mail-source.el (mail-source-report-new-mail)
3913         * message.el (message-default-mail-headers)
3914         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3915
3916         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3917
3918 2010-09-28  Julien Danjou  <julien@danjou.info>
3919
3920         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3921         mail-address contains the same string as real-name.
3922
3923         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3924         non-blank in header, otherwise it'll get stripped.
3925
3926         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3927         real-name, and then for mail address rather than doing : or , search.
3928
3929 2010-09-27  Julien Danjou  <julien@danjou.info>
3930
3931         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3932         right completing-read function.
3933         (gnus-use-ido): New variable
3934         (gnus-completing-read-with-default): Remove.
3935         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3936         (gnus-agent-add-group):
3937         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3938         * mm-view.el (mm-view-pkcs7-decrypt):
3939         * mm-util.el (mm-codepage-setup):
3940         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3941         * mml-smime.el (mml-smime-openssl-sign-query):
3942         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3943         (mml-insert-multipart):
3944         * gnus-msg.el (gnus-summary-yank-message):
3945         * gnus-int.el (gnus-start-news-server):
3946         * mm-decode.el (mm-interactively-view-part):
3947         * gnus-dired.el (gnus-dired-attach):
3948         * gnus.el (gnus-read-method):
3949         * gnus-bookmark.el (gnus-bookmark-jump):
3950         * gnus-art.el (gnus-mime-view-part-as-type)
3951         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3952         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3953         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3954         * nnmairix.el (nnmairix-create-server-and-default-group)
3955         (nnmairix-update-groups, nnmairix-get-server)
3956         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3957         (nnmairix-get-group-from-file-path):
3958         * nnrss.el (nnrss-find-rss-via-syndic8):
3959         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3960         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3961         (gnus-group-browse-foreign-server):
3962         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3963         (gnus-summary-execute-command, gnus-summary-respool-article)
3964         (gnus-read-move-group-name):
3965         * gnus-score.el (gnus-summary-increase-score)
3966         (gnus-summary-score-effect):
3967         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3968
3969 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3972         x-focus-frame.
3973
3974         * nnimap.el (auth-source-forget-user-or-password)
3975         (auth-source-user-or-password): Autoload.
3976
3977         * message.el (message-from-style, message-interactive)
3978         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3979         (message-yank-prefix, message-indentation-spaces, message-signature)
3980         (message-signature-file): Add comment.
3981
3982 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3985         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3986         new articles.
3987
3988         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3989         parts.
3990         (nnimap-request-article): Work with the t setting, too.
3991
3992         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3993         that you don't get flashes of other buffers.
3994         (gnus-summary-show-complete-article): Intern before setting.
3995
3996 2010-09-27  David Engster  <dengste@eml.cc>
3997
3998         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3999         well as HEADERS.
4000         (nnmairix-retrieve-headers): Provide new argument for the above.
4001
4002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-sum.el (gnus-summary-move-article): Don't alter
4005         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4006         group.
4007
4008         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4009
4010         * message.el (message-cite-prefix-regexp): Revert my last edit.
4011
4012         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4013         variable instead of the Gnus variable.
4014
4015         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4016
4017         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4018
4019         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4020         since some servers don't like it.
4021         (nnimap-open-connection): Forget credentials if the server says the
4022         password was wrong.
4023         (nnimap-parse-line): Protect against invalid data.
4024
4025         * gnus-sum.el (gnus-summary-move-article): Add comment.
4026         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4027         nothing alters it while scanning for new messages.
4028
4029         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4030         which may or may not help.
4031         (nnimap-open-connection): If we're doing a stream connection, and then
4032         discover we're on a STARTTLS-capable server, then open a STARTTLS
4033         connection instead.
4034
4035 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * nnimap.el (utf7): Require.
4038
4039         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4040         prefix.
4041
4042 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4043
4044         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4045
4046 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * nnimap.el (nnimap-request-accept-article): Message the error on
4049         error.
4050
4051 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4054
4055 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * nndoc.el (nndoc-request-list): Return success always.
4058
4059         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4060         `fetch-old' -- we only want to fetch the articles we've requested.
4061         The rest are in the agent, probably.
4062         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4063         disappeared server" to something low.  It's not important.
4064
4065         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4066         arrived before the FETCH data.
4067
4068         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4069         target here, because we don't know the Gnus name of the group.
4070
4071         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4072         for the correct group.
4073
4074         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4075
4076         * gnus.el (gnus): Give a final warning after startup.
4077
4078         * gnus-util.el (gnus-action-message-log): New variable.
4079         (gnus-message): Use it.
4080         (gnus-final-warning): New function.
4081
4082         * nnimap.el (nnimap-open-connection): Record the greeting.
4083         (nnimap): Add greeting.
4084
4085 2010-09-26  Julien Danjou  <julien@danjou.info>
4086
4087         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4088         arguments.
4089         (gnus-html-wash-images): Fix spec computing to include start/end.
4090
4091         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4092
4093 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4096         deletion.
4097         (nnimap-retrieve-headers): Don't select the group, because that's
4098         already done by nnimap-possibly-change-group.
4099
4100         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4101         (gnus-picon-transform-address): Use it.
4102
4103         * mail-source.el (mail-source-value): Revert previous patch.
4104
4105         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4106         on failure.
4107         (nnimap-open-connection): Look up both virtual and physical server name
4108         credentials.
4109
4110         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4111
4112 2009-02-07  Dave Love  <fx@gnu.org>
4113
4114         * tls.el (open-tls-stream): Don't query killing process.
4115
4116 2009-02-08  Dave Love  <fx@gnu.org>
4117
4118         * gnus-win.el (gnus-window-to-buffer-helper)
4119         (gnus-all-windows-visible-p): Function needn't be a symbol.
4120
4121         * mail-source.el (mail-source-value): Function needn't be a symbol.
4122
4123 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * message.el (message-cite-prefix-regexp): Remove } from the cite
4126         prefix.
4127
4128         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4129         highlight again, so that the highlight is correct.
4130
4131         * gnus-picon.el (gnus-picon): Remove again.
4132         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4133
4134         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4135         doing the header highlightling, so that the background colour of the
4136         picon is correct.
4137
4138         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4139         (gnus-picon): Ditto.
4140         (gnus-picon): Reinstate.  The background colour for picons is white.
4141         (gnus-picon-insert-glyph): Make the background white.
4142
4143         * nnml.el (nnml-open-nov): Don't return dead buffers.
4144
4145         * auth-source.el (auth-source-create): Query the user for whether to
4146         store the credentials.
4147
4148         * netrc.el (netrc-store-data): New function.
4149
4150         * auth-source.el (auth-source-user-or-password): Use the existing auth
4151         sources, if any, for creation.
4152
4153         * gnus.el (gnus-group-fast-parameter): Return the last matching
4154         parameter instead of the first matching parameter.
4155
4156 2010-09-26  Julien Danjou  <julien@danjou.info>
4157
4158         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4159
4160 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * mml2015.el (mml2015-use): Remove gpg support.
4163
4164         * mml1991.el (mml1991-function-alist): Remove gpg function.
4165         (mml1991-gpg-sign): Remove.
4166
4167 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4168
4169         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4170         (gnus-browse-unsubscribe-current-group): Document it.
4171         (gnus-browse-unsubscribe-group): Use it.
4172
4173 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4176         address to the To list for easier response.
4177
4178         * gnus.el (gnus-play-startup-jingle): Remove.
4179         (gnus-splash): Don't play jingle.
4180         (gnus): Silence gnus-load message.
4181
4182         * gnus-art.el (gnus-treat-play-sounds): Remove.
4183
4184         * gnus.el (gnus-play-jingle): Remove audio support.
4185
4186         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4187
4188         * earcon.el: Remove -- no users.
4189
4190         * gnus-audio.el: Remove -- no users of this package.
4191
4192         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4193
4194         * gnus-start.el (gnus-setup-news): Remove nocem support.
4195
4196         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4197
4198         * gnus.el (gnus-use-nocem): Remove.
4199
4200         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4201         Remove.
4202
4203         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4204         uses NoCeM any more.
4205
4206         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4207         (gnus-button-ctan-handler): Ditto.
4208         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4209         (gnus-button-ctan-directory-regexp): Ditto.
4210         (gnus-button-handle-ctan): Ditto.
4211         (gnus-button-tex-level): Ditto.
4212         (gnus-button-alist): Remove CTAN stuff.
4213
4214 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4217         nnimap-streaming test.
4218
4219         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4220         servers twice.
4221
4222         * nnimap.el (nnimap-open-connection): Add more error reporting when
4223         nnimap fails early.
4224
4225         * nnheader.el (nnheader-get-report-string): New function.
4226         (nnheader-get-report): Use it.
4227
4228         * gnus-int.el (gnus-check-server): Say what the error was when opening
4229         failed.
4230
4231         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4232         using streaming.
4233
4234 2010-09-25  Julien Danjou  <julien@danjou.info>
4235
4236         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4237         gnus-window-inside-pixel-edges.
4238
4239 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4242
4243         * mm-decode.el (mm-save-part): Allow saving to other directories the
4244         normal Emacs way.
4245
4246         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4247         Suggested by Jay Berkenbilt.
4248
4249         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4250         there isn't a single byte.
4251
4252         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4253         just do it.  It doesn't really seem to matter what the user responds
4254         here, I think, so it's just a confusing question.
4255
4256         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4257         non-streaming case.
4258
4259         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4260         (gnus-article-encrypt-body): Use it.
4261
4262         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4263         keystroke.
4264
4265         * nnimap.el (nnimap-find-wanted-parts-1):
4266         Use gnus-fetch-partial-articles.
4267
4268         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4269
4270         * nnimap.el (nnimap-insert-partial-structure): New function.
4271         (nnimap-get-partial-article): New function.
4272         (nnimap-request-article): Use it.
4273         (nnimap-wait-for-response): Return whether the wait was successful.
4274         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4275         retrieval wasn't successful.
4276         (nnimap-retrieve-group-data-early): Allow throttling servers.
4277         (nnimap-streaming): New variable.
4278         (nnimap-fetch-partial-articles): Remove.
4279
4280         * mm-decode.el (mm-with-part): Protect against killed buffers.
4281
4282         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4283         for prettier summary display.
4284
4285 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4286
4287         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4288
4289 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4292         apparently third-party libraries depend on it.
4293
4294         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4295         before starting negotiation.
4296
4297         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4298         privacy reasons.
4299         (gnus-treat-mail-gravatar): Ditto.
4300
4301         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4302         buffer when inserting images.  Inserting text into the headers, for
4303         instance, can make them invalid.
4304
4305 2010-09-25  Julien Danjou  <julien@danjou.info>
4306
4307         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4308         variables.
4309
4310         * nnheader.el: Remove useless variables news-reply-yank-from and
4311         news-reply-yank-message-id.
4312
4313         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4314         variables.
4315
4316         * mml1991.el: Remove useless mml1991-verbose.
4317
4318         * gnus.el: Remove useless variable gnus-use-generic-from.
4319         Remove obsolete variable gnus-topic-indentation.
4320
4321         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4322
4323         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4324
4325         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4326
4327         * gnus-group.el: Remove useless gnus-group-icon-cache.
4328         Remove useless gnus-ephemeral-group-server.
4329
4330         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4331
4332         * mml2015.el: Remove useless mml2015-verbose.
4333
4334         * mml-smime.el: Remove useless mml-smime-verbose.
4335
4336         * gnus.el: Remove useless gnus-local-domain.
4337
4338         * gnus-gravatar.el (gnus-gravatar-transform-address):
4339         Use gnus-gravatar-size.
4340
4341         * gnus-art.el: Remove useless gnus-treat-translate.
4342
4343 2010-09-24  Julien Danjou  <julien@danjou.info>
4344
4345         * gnus-sum.el: Add support for Gravatars.
4346
4347         * gnus-art.el: Add support for Gravatars.
4348
4349         * gnus-gravatar.el: Add this file.
4350
4351         * gravatar.el: Add this file.
4352
4353 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4356
4357         * gnus-group.el (gnus-group-fetch-faq): Remove.
4358
4359         * gnus.el (gnus-group-faq-directory): Remove.
4360
4361         * gnus-group.el (gnus-group-fetch-charter): Remove.
4362
4363         * gnus.el (gnus-group-charter-alist): Remove.
4364
4365         * gnus-group.el (gnus-group-archive-directory): Remove.
4366         (gnus-group-recent-archive-directory): Ditto.
4367         (gnus-group-make-archive-group): Remove.
4368
4369         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4370
4371         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4372         use the same article number for all the cached articles.
4373
4374         * nnimap.el (nnimap-command): Register the last command time so
4375         that we can use it for idling NOOPs.
4376         (nnimap-open-connection): Start the keeplive timer.
4377         (nnimap-make-process-buffer): Store all the process buffers.
4378         (nnimap-keepalive): New function.
4379
4380         * starttls.el (starttls-open-stream): Add autoload cookie.
4381
4382 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4383
4384         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4385         handling.
4386
4387 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4390         its data structures.
4391
4392         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4393         instead of the cl.el copy-list.
4394         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4395         equalp.
4396
4397 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4400         and tool-bar-local-item-from-menu.
4401
4402         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4403         mode-line-highlight face for Emacs.
4404
4405         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4406         loading gnus-sum.elc; fix comment for canlock-verify.
4407         (gnus-article-jump-to-part): Use read-number.
4408         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4409         Remove Emacs pre-21 compatible code for help-echo.
4410         (gnus-article-next-page-1): No need to adjust the number of lines.
4411         (gnus-article-describe-bindings): Always use help-buffer.
4412
4413         * gnus-audio.el (gnus-audio-inline-sound)
4414         * gnus-cus.el (gnus-custom-mode)
4415         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4416
4417         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4418
4419         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4420         compatible code.
4421
4422 2010-09-24  Glenn Morris  <rgm@gnu.org>
4423
4424         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4425         visiting the fcc file in rmail-mode.
4426
4427         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4428
4429 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * nnir.el: Silence the byte compiler.
4432
4433         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4434         alias to browse-url-url-encode-chars if any.
4435         (gnus-html-encode-url): Use it.
4436
4437 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-start.el (gnus-use-backend-marks): New variable.
4440         (gnus-get-unread-articles-in-group): Use it.
4441
4442         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4443         makeover.
4444
4445 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4446
4447         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4448
4449 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4452         Remove.
4453         (gnus-setup-news-hook):
4454         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4455
4456         * gnus-int.el (gnus-request-update-info): Protect against backends not
4457         having the function.
4458
4459         * nnimap.el (nnimap-stream): Mention starttls.
4460         (nnimap-open-connection): Add starttls support.
4461
4462 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4463
4464         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4465
4466 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4469         BODYSTRUCTUREs.
4470         (nnimap-transform-headers): Unfold quoted {42} headers.
4471
4472         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4473         the info.
4474         (gnus-get-unread-articles): Only call updatep on backends that support
4475         it.
4476
4477         * nnweb.el (nnweb-request-update-info): NOOP.
4478
4479         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4480
4481         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4482         since it only deals with marks.
4483
4484         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4485         gnus-request-marks, and make a new gnus-request-update-info.
4486
4487         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4488         the active instead of the high number, which is usually too low.
4489
4490 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4493         * encrypt.el: Remove.
4494
4495 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4498         server in symbolic form.
4499
4500         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4501
4502 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4505         (nnimap-update-info): Fix up code slightly.
4506
4507         * gnus-int.el (gnus-open-server): Add tracing for performance
4508         debugging.
4509
4510         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4511         (gnus-group-insert-group-line): Pass the real group name so that it
4512         gets the right data.
4513
4514         * gnus-start.el (gnus-get-unread-articles): Don't have
4515         `gnus-get-unread-articles-in-group' update info, since that can be
4516         really slow and doesn't seem to be needed?
4517
4518 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4519
4520         * time-date.el (date-to-time): Try using parse-time-string first before
4521         using the slower timezone-make-date-arpa-standard.
4522
4523 2010-09-22  Julien Danjou  <julien@danjou.info>
4524
4525         * gnus-group.el (gnus-group-insert-group-line):
4526         Call gnus-group-highlight-line.
4527         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4528         default hook list.
4529         (gnus-group-update-eval-form): Add new function.
4530         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4531         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4532
4533 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4536         immediate, then expire all articles.
4537         (nnimap-update-info): Fix off-by-one errors.
4538         (nnimap-flags-to-marks): Would return no marks lists for group with no
4539         flags.  Instead return the other data.
4540
4541 2010-09-22  Julien Danjou  <julien@danjou.info>
4542
4543         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4544         Only return an icon.
4545         (gnus-group-insert-group-line): Compute icon to return.
4546
4547         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4548         (gnus-html-image-fetched): Only cache if
4549         gnus-html-image-automatic-caching is set.
4550         (gnus-html-image-fetched): Check for errors.
4551
4552 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4555         once per method on `g'.  This ensures that backends like nnfolder don't
4556         open all their folders.
4557
4558         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4559         (nnimap-request-list): Nix out group in the correct buffer.
4560         (nnimap-parse-flags): Implement by using `read' instead of
4561         hand-parsing.
4562         (nnimap-flags-to-marks): Pass on permanent-flags.
4563         (nnimap-make-process-buffer): Record the server name.
4564         (nnimap-parse-flags): Fix typo.
4565         (nnimap-request-scan): Run split on the server in general, not just a
4566         single group.
4567
4568         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4569         parameter, and propagate this downwards.
4570
4571         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4572         since EXAMINE changes it on the server.
4573
4574         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4575         this command might take a while.
4576
4577 2010-09-22  Julien Danjou  <julien@danjou.info>
4578
4579         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4580         harmful if you have 2 images side-by-side, they can't be properly
4581         update on text deletion.  Using text-property is safer here.
4582         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4583         data.
4584
4585 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * nnimap.el (nnimap-expunge-inbox): Remove.
4588         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4589         (nnimap-expunge): Flip default to t.
4590
4591         * gnus.el (gnus-method-to-server): Don't push things to the cache
4592         unless it's unique.
4593         (gnus-server-to-method): Ditto.
4594
4595 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4598
4599 2010-09-22  Julien Danjou  <julien@danjou.info>
4600
4601         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4602         get the start of data.
4603         (gnus-html-encode-url): Add this function to encode special chars in
4604         URL.
4605         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4606         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4607
4608         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4609         default.
4610         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4611
4612         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4613         images alt-text.
4614         (gnus-html-put-image): Put alt-text as help-echo.
4615
4616 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4619         * mm-util.el (mm-decompress-buffer)
4620         * nnir.el (nnir-run-find-grep)
4621         * pop3.el (pop3-list): Use 3rd arg of split-string.
4622
4623         * time-date.el (format-seconds): Comment fix.
4624
4625         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4626         and byte-optimize-form-code-walker.
4627         (dgnushack-make-auto-load): Don't advise make-autoload.
4628
4629         * lpath.el: Remove Emacs 21 stuff.
4630
4631 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4634         outside the active range.  Suggested by Dan Christensen.
4635
4636         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4637         slightly later to avoid double-getting it.
4638
4639         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4640         previous patch.
4641
4642         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4643
4644 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4645
4646         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4647
4648 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus-int.el (gnus-open-server): Give a better error message in the
4651         "go offline" case.
4652
4653         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4654         marks for nnimap, which is seldom the right thing to do.
4655
4656         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4657         (gnus-same-method-different-name): New function.
4658
4659         * nnimap.el (parse-time): Require.
4660
4661         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4662         method in the presence of many similar methods.
4663
4664         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4665
4666         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4667         nnml-inhibit-expiry.
4668
4669         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4670         find out whether methods are equal.
4671
4672         * nnimap.el (nnimap-find-expired-articles): New function.
4673         (nnimap-process-expiry-targets): New function.
4674         (nnimap-request-move-article): Request the article before looking at
4675         what the Message-ID is.  Fix found by Andrew Cohen.
4676         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4677
4678         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4679         for oldness in addition to being a predicate.
4680
4681         * nnimap.el (nnimap-request-group): When we have zero articles, return
4682         the right data to Gnus.
4683         (nnimap-request-expire-articles): Only delete articles immediately if
4684         the target is 'delete.
4685
4686         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4687         method, this would bug out.
4688
4689         * gnus-group.el (gnus-group-expunge-group): Rename from
4690         gnus-group-nnimap-expunge, and implemented as a normal interface
4691         function.
4692
4693         * gnus-int.el (gnus-request-expunge-group): New function.
4694
4695         * nnimap.el (nnimap-request-create-group): Implement.
4696         (nnimap-request-expunge-group): New function.
4697
4698 2010-09-21  Julien Danjou  <julien@danjou.info>
4699
4700         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4701         (gnus-html-cache-expired): Add new function.
4702         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4703         wethever we should display image for fetch it.
4704         Compute alt-text earlier to pass it to the fetching function too.
4705         (gnus-html-schedule-image-fetching): Change function argument to only
4706         get one image at a time, not a list.
4707         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4708         cache.
4709         (gnus-html-get-image-data): New function to retrieve image data from
4710         cache.
4711         (gnus-html-put-image): Change buffer argument to use image data rather
4712         than file, and place image above region rather than inserting a new
4713         one.  Do not take alt-text as argument, since it's useless now: we place
4714         the image above alt-text.
4715         (gnus-html-prune-cache): Remove.
4716         (gnus-html-show-images): Start to fetch image when we find one, do not
4717         push into a temporary list.
4718         (gnus-html-prefetch-images): Only fetch image if they have expired.
4719         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4720         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4721
4722 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4725
4726 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4729         spec inser "*" if the group isn't active instead of 0.
4730
4731         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4732         opening the server.
4733         (nnimap-request-delete-group): Implement group deletion.
4734         (nnimap-transform-headers): Return the size of the entire message in
4735         the Bytes header, not just the size of the first part.
4736         (nnimap-request-move-article): When moving an article from nnimap,
4737         request the article first so the accepting form has an article to
4738         accept.  Reported by Dan Christensen.
4739         (nnimap-command): Make sure that the error message doesn't error out.
4740
4741 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4742
4743         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4744         we haven't requested anything.
4745
4746 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4749         "".  Fix found by Andrew Cohen.
4750
4751         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4752         instead of -encode-string.
4753
4754 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4757
4758         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4759         by mm-subst-char-in-string.
4760
4761 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4764         waiting for the connection string.
4765
4766         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4767         arriving.
4768
4769         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4770         bogus characters.  This allows selecting certain Gmail groups.
4771
4772         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4773         (nnimap-fetch-partial-articles): New variable.
4774         (nnimap-open-connection): When looking for credentials, also use the
4775         nnimap-server-port.
4776         (nnimap-request-article): Return the group/article number, so that Gnus
4777         `^' works as expected.
4778         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4779
4780         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4781         comments.
4782         (gnus-methods-sloppily-equal): New function.
4783         (gnus): When using the development version of Gnus, load the gnus-load
4784         file.
4785
4786         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4787         `gnus-open-server' on each method before trying to scan them etc.
4788         This ensures that all the backend parameters are set correctly.
4789
4790         * nnimap.el (nnimap-authenticator): New variable.
4791         (nnimap-open-connection): Allow anonymous login.
4792         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4793         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4794
4795         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4796         patch, found by Knut Anders Hatlen.
4797
4798 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4799
4800         * gnus-agent.el (gnus-agent-batch-confirmation)
4801         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4802         to gnus-message.
4803         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4804         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4805         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4806         * gnus-int.el (gnus-open-server): Likewise.
4807         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4808         (gnus-score-check-syntax): Likewise.
4809         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4810         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4811         Likewise.
4812         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4813
4814 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4815
4816         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4817         calling conventions so that prefetch doesn't bug out.
4818
4819 2010-09-19  Julien Danjou  <julien@danjou.info>
4820
4821         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4822         rather than `subst-char-in-region' in order to be able to replace ASCII
4823         char by UTF-8 ones.
4824
4825         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4826         than curl.
4827         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4828         the right URL and ALT text on images.
4829         (gnus-html-wash-tags): Fix tag case.
4830         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4831         (gnus-article-html): Add -o display_ins_del=2 option.
4832         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4833
4834 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4837         the extra mail headers, which sometimes seem to happen for unknown
4838         reasons.
4839
4840         * mail-parse.el (mail-header-encode-parameter): Define as
4841         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4842         (or most, perhaps?) mail readers don't understand the latter, but do
4843         understand the former.
4844
4845         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4846         to nil, so that no methods are automatically agentized.  I think this
4847         is probably what most users want.
4848
4849         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4850         from url-retrieve, for instance about invalid URLs.
4851
4852         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4853         groups that have no articles.
4854         (nnimap-request-article): Check that we really got an article when we
4855         requested one.
4856
4857         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4858         doesn't exist.
4859
4860         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4861         nntp buffer so the agent can save it.
4862         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4863         that CRLF doesn't get translated to \n.
4864         (nnimap-open-connection): Don't make 'shell commands only send \n.
4865
4866 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4869         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4870         Update var name.
4871         (nnml-generate-nov-file): Use dolist.
4872         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4873         Use with-current-buffer.
4874
4875 2010-09-18  Julien Danjou  <julien@danjou.info>
4876
4877         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4878         parallel.
4879
4880 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4883         the range update right.
4884         (nnimap-request-group): Don't make `M-g' bug out on group with no
4885         marks.
4886         (nnoo): Require, so that other packages can require nnimap.
4887         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4888         command we're looking for.  This helps when the server sends more
4889         responses after we've gotten everything we expected.
4890         (nnimap): Add a `newlinep' field to keep track of end-of-line
4891         conventions.
4892         Don't send CRLF to things that don't want it.
4893         (nnimap-request-accept-article): Ditto.
4894
4895 2010-09-18  Julien Danjou  <julien@danjou.info>
4896
4897         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4898         than curl to retrieve images.
4899
4900 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4903         the marks.
4904         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4905         (nnimap-wait-for-connection): New function.
4906         (nnimap-open-connection): If we have PREAUTH, don't query for login
4907         credentials.
4908         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4909         when doing a partial update.
4910
4911 2010-09-18  Julien Danjou  <julien@danjou.info>
4912
4913         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4914         tags.
4915
4916 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * nnimap.el (nnimap-credentials): New function.
4919         (nnimap-open-connection): Use the new function to look for credentials
4920         also on the numeric equivalents of "imap" and "imaps".
4921
4922         * gnus-start.el (gnus-activate-group): Send the info to
4923         gnus-request-group.
4924
4925         * nnimap.el (nnimap-request-group): Have the "check" version of the
4926         function parse flags and update the info, so that a `M-g' get a total
4927         resync of all flags from the group.
4928
4929         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4930         to allow backends to alter the info on group selection.  Also alter all
4931         the backend -request-group functions to take the parameter.
4932
4933         * nnimap.el (nnimap-store-info): New function.
4934         (nnimap-update-info): Store the info for later usage.
4935         (nnimap-request-group): Use the stored info for the dont-check case, so
4936         that we don't retrieve all marks when we enter a group.
4937
4938         * nnimap.el: Use deffoo instead of defun for interface functions.
4939
4940         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4941         update the group info.  This makes the nndraft groups, for instance, go
4942         back to their old behaviour.
4943
4944         * gnus-sum.el (gnus-select-newsgroup): Indent.
4945
4946         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4947         in.
4948         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4949         nothing.
4950
4951         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4952         from methods that are denied.
4953
4954         * gnus-int.el (gnus-method-denied-p): New function.
4955
4956         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4957         store the password instead of netrc.
4958         (nnimap-open-connection): Don't error out when we can't make a
4959         connections.
4960
4961         * auth-source.el (auth-source-create): In the password prompt, say what
4962         we're querying for.  Also prompt for user name if that hasn't been
4963         given.
4964
4965         * nnimap.el (nnimap-with-process-buffer): Remove.
4966
4967 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4970         method when we're reading from the agent.
4971
4972         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4973
4974         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4975         that's probably most useful for users.
4976
4977         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4978         "failed" all the time.
4979
4980         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4981         ...)) with (with-current-buffer ... ).
4982
4983         * nntp.el (nntp-open-server): Return whether the open was successful or
4984         not.
4985
4986         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4987         select an unread unseen article first.
4988
4989         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4990         /etc/services, supply some sensible port defaults.
4991
4992         * dgnushack.el: Define netrc-credentials.
4993
4994 2010-09-17  Julien Danjou  <julien@danjou.info>
4995
4996         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4997
4998 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4999
5000         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5001         doesn't have any parameters.
5002
5003 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5006         only upcased checks.
5007
5008         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5009
5010         * nnimap.el (nnimap-open-shell-stream): New function.
5011         (nnimap-open-connection): Use it.
5012         (nnimap-transform-headers): Get the number of lines in each message.
5013         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5014         number of lines.
5015         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5016         problem.
5017
5018         * utf7.el (utf7-encode): Autoload.
5019
5020         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5021         to allow the mail splitting to not return a default group.  This is
5022         useful for nnimap, which will leave unmatched mail in the inbox.
5023
5024         * nnimap.el: Rewritten.
5025
5026         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5027         nnimap usage.
5028
5029         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5030         if the move is internal, so that nnimap can do fast internal moves.
5031
5032         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5033         data.
5034         (gnus-read-active-for-groups): Support finishing the early retrieval of
5035         data.
5036
5037         * gnus-range.el (gnus-range-nconcat): New function.
5038
5039         * gnus-int.el (gnus-finish-retrieve-group-infos)
5040         (gnus-retrieve-group-data-early): New functions.
5041
5042 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5043
5044         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5045         (nnrss-retrieve-groups):
5046         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5047         (pop3-quit): Use with-current-buffer.
5048
5049 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5052         instead of nnheader-accept-process-output.
5053
5054         * dgnushack.el (dgnushack-compile): Add comment.
5055
5056         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5057
5058         * gnus-html.el (gnus-html-schedule-image-fetching)
5059         (gnus-html-prefetch-images): Replace process-kill-without-query by
5060         gnus-set-process-query-on-exit-flag.
5061
5062 2010-09-16  Romain Francoise  <romain@orebokech.com>
5063
5064         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5065
5066 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5069         parameter to unintern is mandatory-ish in Emacs 24.
5070
5071         * gnus-html.el (gnus-html-schedule-image-fetching)
5072         (gnus-html-prefetch-images): Check for curl before using it.
5073
5074         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5075         depend on curl, which isn't essential.
5076
5077         * imap.el: Revert back to version
5078         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5079         seem problematic.
5080
5081 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5082
5083         * gnus-registry.el (gnus-registry-install-shortcuts):
5084         Explicitly pass `obarray' to `unintern' to avoid a warning.
5085
5086 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5089         change.
5090
5091         * nnrss.el (nnrss-request-list): Remove this function and related
5092         functions, including the moreover stuff.
5093
5094 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * nnrss.el (nnrss-retrieve-groups): New function.
5097
5098 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5099
5100         * .dir-locals.el: Add no-byte-compile cookie.
5101
5102 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * time-date.el (format-seconds): Comment fix.
5105
5106         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5107         for back end that doesn't support request-scan.
5108
5109 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5112         then do request scans from the backends.
5113
5114         * netrc.el (netrc-credentials): New conveniency function.
5115
5116         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5117         avoid running a hook per line, since this takes a lot of time,
5118         profiling shows.
5119         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5120         directly if gnus-visual-p is true.
5121
5122 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5125         groups; replace mapcar with dolist which is a bit faster; pass groups
5126         info to gnus-read-active-file-1.
5127         (gnus-read-active-file-1): Scan only specified groups if the new
5128         optional arg `infos' is given.
5129
5130 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5133
5134         * pop3.el (pop3-movemail): Remove.
5135         (pop3-streaming-movemail): Rename to pop3-movemail.
5136
5137         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5138         don't restrict end-tag searches to the end of the line.
5139
5140 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5143         articles of every unchecked group to t, which means unknown since the
5144         server has never been opened.
5145
5146 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * gnus-html.el (gnus-html-show-alt-text): New command.
5149         (gnus-html-browse-image): Ditto.
5150         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5151         to browse the image directly.
5152         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5153         better.
5154
5155         * gnus-async.el (gnus-async-article-callback):
5156         Call `gnus-html-prefetch-images' unconditionally.
5157
5158         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5159         before feeding URLs to curl.
5160
5161 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5164         internal images as deletable by `W D D'.
5165
5166         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5167         (gnus-async-article-callback): Fix typo.
5168
5169 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5172         current line to work around bugs in the output from w3m.
5173
5174         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5175         for groups that want that.
5176
5177         * nntp.el (nntp-wait-for-string): Supply a timeout for
5178         accept-process-output to ensure progress.
5179
5180         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5181         level to get unread articles from, then use that for foreign groups,
5182         too.
5183
5184         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5185         confuses the rest of the function.
5186
5187         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5188         for the methods that support -retrieve-groups, too.
5189
5190         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5191
5192 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5195         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5196
5197         * pop3.el: Require cl when compiling.
5198         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5199
5200 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5203         that aren't going to be activated.
5204         (gnus-get-unread-articles): Fix up the last commit.
5205
5206         * gnus-html.el (gnus-article-html): Allow calling without specifying
5207         the handle.  In that case, dissect the buffer first.
5208
5209         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5210
5211         * nnimap.el (nnimap-open-connection): Revert the change that would look
5212         into authinfo for imaps instead of imap.
5213
5214         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5215         say that you don't want to call gnus-request-group with don-check, but
5216         do check the reponse.  This is for virtual groups only.
5217         (gnus-get-unread-articles): Count the archive groups as secondary, so
5218         that they're activated the same way as before.
5219
5220         * imap.el (imap-message-map): Removed optional buffer parameter, since
5221         no callers use it.
5222         (imap-message-get): Ditto.
5223         (imap-message-put): Ditto.
5224         (imap-mailbox-map): Ditto.
5225         (imap-mailbox-put): Ditto.
5226         (imap-mailbox-get): Ditto.
5227         (imap-mailbox-get): Revert last change for this function.
5228
5229         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5230         case-insensitively.
5231         (nnimap-debug): Remove.
5232
5233         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5234         to use `imap-fetch' instead.  According to the comments, this should be
5235         safe, since all other IMAP clients use the 1:* syntax.
5236         (imap-enable-exchange-bug-workaround): Removed.
5237         (imap-debug): Removed -- doesn't seem very useful.
5238
5239         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5240         mail from a file, and the file doesn't exist.
5241
5242         * imap.el (imap-log): New convenience function used throughout instead
5243         of repeating the same code all over the place.
5244
5245         * pop3.el (pop3-streaming-movemail): Return t for success.
5246
5247         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5248         .authinfo if we're using ssl connection.
5249
5250         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5251         already have if we're in a main Gnus `g' run.
5252
5253         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5254
5255 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5258
5259         * nnmh.el (nnmh-request-list-1): Bind `file'.
5260
5261         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5262         alias to set-process-query-on-exit-flag or process-kill-without-query.
5263         (pop3-open-server): Use it.
5264
5265 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5268         box to the Incoming file.  Fixes mistake in previous checkin.
5269
5270         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5271         request loop (for debugging purposes) removed.
5272
5273         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5274         culprit is more visible.
5275         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5276         (nnml-add-incremental-nov): New functions to do "incremental" nov
5277         updates, where we just append to the end of the existing nov files
5278         without reading/writing them in full.
5279
5280         * mail-source.el (mail-source-delete-crash-box): Really only check the
5281         incoming files once in a while.
5282
5283         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5284
5285         * mail-source.el (mail-source-delete-crash-box): Only check the
5286         incoming files for deletion once per day to save a lot of file
5287         accesses.
5288
5289         * pop3.el (pop3-logon): Fix up unbound variable typo.
5290
5291         * mail-source.el (pop3-streaming-movemail): Autoload.
5292
5293         * pop3.el (pop3-streaming-movemail):
5294         Respect pop3-leave-mail-on-server.
5295
5296         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5297         retrieval.
5298
5299         * pop3.el (pop3-process-filter): Remove unused function.
5300         (pop3-streaming-movemail, pop3-send-streaming-command)
5301         (pop3-wait-for-messages, pop3-write-to-file)
5302         (pop3-number-of-responses): New functions for streaming pop3
5303         retrieval.
5304
5305         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5306         come from no known methods.
5307         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5308         list.
5309
5310         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5311         message sizes.
5312         (pop3-movemail): Use erase-buffer instead of looping and deleting
5313         regions, which seems rather odd.
5314
5315         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5316         file once per `g' run.
5317
5318         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5319         directories.  This makes the draft queue directory work.
5320
5321         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5322         data from the backends, so that we only request the list of groups from
5323         each method once.  This should speed things up considerably.
5324
5325         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5326         detect that it's not implemented.
5327
5328         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5329         we actually do recurse down into the tree, but don't stat all leaf
5330         nodes.
5331
5332         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5333         then say so instead of bugging out.
5334
5335         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5336         files exist before trying to read them.
5337
5338         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5339         around <pre_int>.
5340
5341         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5342
5343         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5344
5345 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * mm-util.el (mm-image-load-path): Just return the image directories,
5348         not all directories in the path in addition to the image directories.
5349         (mm-image-load-path): Maintain a cache of the image directories so that
5350         the `g' command in Gnus doesn't have to stat dozens of directories each
5351         time.
5352
5353         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5354         (gnus-html-wash-tags): Add a new `i' command to insert images.
5355         (gnus-html-insert-image): New command and keystroke.
5356         (gnus-html-redisplay-with-images): New command and keystroke.
5357         (gnus-html-show-images): Rename command.
5358         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5359         spacers.
5360         (gnus-html-wash-tags): Decode entities at the end, so that entities
5361         inside the tags don't mess up the rest of the "parsing".
5362
5363         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5364         so that nnimap methods aren't agentized by default.  There's apparently
5365         many problems related to agent/imap behaviour.
5366
5367         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5368
5369         * gnus-html.el: Doc fix.
5370
5371 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5374         specifier-spec-list for Emacs 21.
5375
5376         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5377         glyph-width and glyph-height instead of display-graphic-p and
5378         image-size; make avoidance of displaying small images work for XEmacs.
5379
5380         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5381         for XEmacs.
5382
5383         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5384         of symbol that holds plist data.
5385         (gnus-process-plist): Remove plist of process after getting it.
5386
5387 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * message.el (message-generate-hashcash): Change default to
5390         'opportunistic if hashcash is installed.
5391
5392         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5393         (gnus-html-put-image): Only call image-size once, since it's somewhat
5394         time-consuming on remote X servers.
5395
5396 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5399         type on data, not a file name.
5400
5401         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5402         window-pixel-edges for Emacs 21.
5403
5404         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5405         decoded contents.
5406         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5407
5408 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5411         group line format, since it isn't very interesting.
5412
5413         * gnus-agent.el (gnus-agent-short-article),
5414         (gnus-agent-long-article): Increase values for these two variables,
5415         since most people are likely to have more network connection and
5416         storage than before.
5417
5418         * gnus.el (gnus-refer-article-method): Change default to 'current.
5419         When referring an article, the common behaviour is to refer it from the
5420         current select method, not the native select method.  The chances of
5421         the native select method having the message in question is rather slim
5422         these days.
5423
5424         * gnus-sum.el (gnus-auto-select-subject): Change default to
5425         `unseen-or-unread'.  I think it's likely that most people want to
5426         select an unseen article over a previously seen, but unread one.
5427
5428         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5429         means that in the article buffer none of the minor mode elements will
5430         be shown, usually, and this is not desirable in most cases.
5431
5432         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5433         that commands like `d' (and the like) go to the next line in the
5434         buffer, instead of the next unread article.  I think this is the
5435         behaviour that is most natural for most users.
5436         (gnus-single-article-buffer): Change default to nil, so that people can
5437         have as many article buffers open as they have summary buffer.  I think
5438         this is the most natural way for the groups to behave.
5439
5440         * message.el (message-generate-new-buffers): Change default to
5441         `unsent', so that all new message buffers start their names with the
5442         string "*unsent", and it's easier to find the buffers if you move from
5443         them.
5444
5445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5448         small.  They're probably tracking images.
5449         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5450         (gnus-html-rescale-image): Yet another try at getting the image sizing
5451         right.
5452
5453         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5454         nntp-marks-file-name is nil.
5455
5456 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * gnus-html.el (gnus-html-wash-tags)
5459         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5460         Better logging.
5461
5462 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5465
5466         * gnus-html.el (gnus-html-wash-tags): Check the value of
5467         gnus-blocked-images in the summary buffer.
5468
5469 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5472
5473 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5476         like "a", it seems like.
5477         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5478         since it needs to be picked from the correct buffer.
5479
5480         * nnwfm.el: Remove.
5481
5482         * nnlistserv.el: Remove.
5483
5484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5487         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5488
5489 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * nnkiboze.el: Remove.
5492
5493         * nndb.el: Remove.
5494
5495         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5496         alt text.
5497         (gnus-html-rescale-image): Try to get the rescaling logic right for
5498         images that are just wide and not tall.
5499
5500         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5501         overshadow variable bindings.
5502
5503 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * gnus-html.el (gnus-html-wash-tags)
5506         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5507         Add extra logging.
5508
5509 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5512         (gnus-max-image-proportion): New variable.
5513         (gnus-html-rescale-image): New function.
5514         (gnus-html-put-image): Rescale images.
5515
5516 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5517
5518         Fix up some byte-compiler warnings.
5519         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5520         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5521         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5522         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5523         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5524         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5525         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5526
5527 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-html.el (gnus-article-html): Decode contents by charset.
5530
5531 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5534         (gnus-html-frame-width, gnus-blocked-images)
5535         * message.el (message-prune-recipient-rules): Add custom version.
5536         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5537
5538         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5539         functions.
5540
5541         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5542         gnus-process-get.
5543
5544 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5545
5546         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5547         instead of lsub directly.
5548
5549 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * nnwarchive.el: Remove.
5552
5553         * gnus-soup.el: Remove.
5554
5555         * nnsoup.el: Remove.
5556
5557         * nnultimate.el: Remove.
5558
5559         * gnus-html.el (gnus-blocked-images): New variable.
5560
5561         * message.el (message-prune-recipients): New function.
5562         (message-prune-recipient-rules): New variable.
5563
5564         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5565         guess whether a long line is natural text or not.
5566
5567         * gnus-html.el (gnus-html-schedule-image-fetching):
5568         Use gnus-process-plist and friends for compatibility.
5569
5570 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5571
5572         * gnus-html.el: Require packages that define macros used in this file.
5573         (gnus-article-mouse-face): Declare to silence byte-compiler.
5574         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5575         process-get.
5576         (gnus-html-put-image): Use plist-get to avoid getf.
5577         (gnus-html-prefetch-images): Use with-current-buffer.
5578
5579 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-ems.el: Provide compatibility functions for
5582         gnus-set-process-plist.
5583
5584         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5585         header-line-format for XEmacs 21.4.
5586
5587         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5588         * gnus.el (gnus-valid-select-methods)
5589         * message.el (message-send-mail-partially-limit)
5590         * mm-decode.el (mm-text-html-renderer)
5591         * mml.el (mml-insert-mime-headers-always)
5592         * smiley.el (smiley-regexp-alist): Bump custom version.
5593
5594 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-html.el: require mm-url.
5597         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5598         with the url to `url'.
5599         (gnus-html-wash-tags): Support cid: URLs/images.
5600
5601 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5604         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5605         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5606
5607         * gnus-move.el: Remove file, since it doesn't really work.
5608
5609         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5610         UTF-8.  This seems to fix problems with some German web feeds.
5611
5612         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5613         at the top so that the proper colours are applied.
5614
5615         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5616         don't have dots in their names.
5617
5618         * gnus-art.el (gnus-article-view-part): Doc fix.
5619
5620         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5621         XEmacs-compatible.
5622         (gnus-html-put-image): Don't do images on non-graphic displays.
5623
5624         * nnslashdot.el: Remove this unused backend.
5625
5626         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5627         actions.
5628         (gnus-undo-register-1): Revert last change.
5629
5630         * gnus-group.el (gnus-group-completing-read): Protect against not
5631         having completion-styles bound.
5632
5633         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5634         make broken recipients happier.
5635
5636         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5637
5638         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5639         point parameter.
5640
5641         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5642
5643         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5644         completion-styles for group selection.
5645
5646 2009-02-04  Andreas Schwab  <schwab@suse.de>
5647
5648         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5649         headers and regexp-quote the match if necessary.
5650
5651 2009-03-24  Miles Bader  <miles@gnu.org>
5652
5653         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5654         the blinking smiley.
5655
5656 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5657
5658         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5659         blink smiley.
5660
5661 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5664         where the dribbel file lives exists.
5665
5666         * message.el (message-send-mail-partially-limit): Change the default to
5667         nil, since most people don't want this.
5668
5669         * mm-url.el (mm-url-decode-entities): Also decode entities like
5670         &#x3212.
5671
5672 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5673
5674         * gnus-sum.el (gnus-summary-idna-message):
5675         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5676         Hyperlink urls in docstrings with URL `...'.
5677
5678 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5679
5680         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5681         functions.
5682
5683 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5686         say what the mouseover text should be.
5687
5688         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5689         version of the mm-w3m-safe-url-regexp variable to only download images
5690         in the groups where we want that to happen.
5691
5692         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5693
5694         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5695         easier debugging.
5696         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5697         big pictures in the article buffer.
5698
5699         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5700         gnus-article-html.
5701         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5702         w3m.
5703
5704         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5705
5706 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5709         which doesn't exist.
5710
5711         * message.el (message-inhibit-ecomplete): New variable to allow some
5712         function to inhibit ecomplete address storage.
5713         (message-resend): Disable ecomplete message storage when resending
5714         messages.
5715
5716         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5717
5718 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5721         Save excursion while copying, moving, and deleting articles in order to
5722         prevent the cursor from jumping to unforeseen place.
5723
5724 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * lpath.el: No need to bind bookmark-current-buffer,
5727         bookmark-yank-point and bookmark-make-record-function.
5728
5729 2010-08-17  Glenn Morris  <rgm@gnu.org>
5730
5731         * gnus-sync.el: Require gnus components whose functions are used.
5732
5733         * gnus-art.el (bookmark-make-record-function):
5734         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5735         Declare for compiler.
5736
5737         * mm-url.el (mml-compute-boundary): Autoload.
5738
5739 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5742
5743 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         Typo fix "hoo4a" -> "hook".
5746
5747         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5748
5749 2010-08-14  Glenn Morris  <rgm@gnu.org>
5750
5751         * gnus-sync.el (gnus-sync): Fix defgroup version.
5752
5753 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5756
5757         * gnus-sync.el: Fix docs.
5758         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5759         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5760
5761 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         Optimizations for gnus-sync.el.
5764
5765         * gnus-sync.el: Add docs about gnus-sync-backend
5766         possibilities.
5767         (gnus-sync-save): Remove unnecessary message.
5768         (gnus-sync-read): Optimize and show what groups were skipped.
5769
5770 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         Minor bug fixes for gnus-sync.el.
5773
5774         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5775         Don't read the sync on get-new-news.
5776
5777         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5778         quiet.
5779
5780         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5781         (fix typo).
5782
5783 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5784
5785         Make saving and restoring of hidden threads work with overlays.
5786         Patch applied by Ted Zlatanov.
5787
5788         * gnus-sum.el (gnus-hidden-threads-configuration)
5789         (gnus-restore-hidden-threads-configuration): Update to deal with text
5790         properties, rather than searching for a magic character.
5791
5792 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         New gnus-sync.el library for synchronization of marks.
5795
5796         * gnus-sync.el: New library for synchronization of marks.
5797
5798         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5799         renamed from `gnus-registry-grep-in-list'.
5800
5801         * gnus-registry.el (gnus-registry-follow-group-p):
5802         Use `gnus-grep-in-list'.
5803
5804         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5805
5806 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5809         determining charset of text fails.
5810
5811 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * nnmail.el (nnmail-get-new-mail-1): Revert.
5814
5815         * nnml.el (nnml-active-number): Make sure names of newly created groups
5816         in nnml-group-alist are encoded.
5817
5818 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5821         containing non-ASCII characters in active file for nnml back end.
5822
5823 2010-07-24  David Engster  <dengste@eml.cc>
5824
5825         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5826         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5827
5828 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5829
5830         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5831         tag (Bug#6654).
5832
5833 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5836         the article buffer, not the summary buffer.
5837
5838 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5841         Emacs 23 as well.
5842
5843 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5846         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5847
5848 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5849
5850         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5851         Patch applied by Karl Fogel.
5852
5853         * gnus-sum.el (gnus-summary-bookmark-make-record):
5854         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5855
5856 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5857
5858         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5859         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5860         C-w still not working correctly from Article buffers; Thierry's
5861         patch to fix that will be applied after this.
5862
5863         * gnus-art.el (bookmark-make-record-function): New local variable.
5864
5865         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5866         article buffer.
5867         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5868
5869 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5870
5871         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5872         on changes in bookmark.el.
5873
5874 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5877         `no-log' instead of message not to log prompt string.
5878
5879 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5880
5881         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5882         the *other* type of HTML form submission.
5883
5884 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5885
5886         * auth-source.el (auth-source-pick): If choice does not contain a
5887         questioned keyword, set the check to t.
5888
5889 2010-06-12  Romain Francoise  <romain@orebokech.com>
5890
5891         * gnus-util.el (gnus-date-get-time): Move up before first use.
5892
5893 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5896         (gnus-article-edit-part): Bind it to make last part that is substituted
5897         or deleted visible.
5898         (gnus-mime-display-single): Buttonize part of which id equals to
5899         gnus-mime-buttonized-part-id.
5900
5901 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5902
5903         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5904         (gnus-dd-mmm): Use gnus-date-get-time.
5905         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5906         simplify logic.
5907         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5908         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5909
5910 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5911
5912         * auth-source.el (top): Autoload `secrets-list-collections',
5913         `secrets-create-item', `secrets-delete-item'.
5914         (auth-sources): Fix tag string.
5915         (auth-get-source, auth-source-retrieve, auth-source-create)
5916         (auth-source-delete): New defuns.
5917         (auth-source-pick): Rewrite in order to avoid 2 passes.
5918         (auth-source-forget-user-or-password): New parameter USERNAME.
5919         (auth-source-user-or-password): New parameters CREATE-MISSING and
5920         DELETE-EXISTING.  Retrieve password interactively, if needed.
5921
5922 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5923
5924         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5925         deleting unused directories when gnus-expert-user is t.
5926
5927 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5930         for each temp file when gnus-article-browse-delete-temp is ask.
5931
5932 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5933
5934         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5935         Lisp calls to delete-backward-char by calls to delete-char.
5936
5937 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5938
5939         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5940
5941 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5942
5943         * password-cache.el (password-cache-remove): Fix docstring.
5944
5945 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5948         article unless decoding article to be saved.
5949
5950 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5953         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5954         generated within the mm-with-unibyte-current-buffer macro.
5955
5956 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5959         to nil when we're in a mml-preview buffer and no group is selected.
5960
5961 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5962
5963         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5964         when catching the `C-g'.  Reported by "Leo".
5965
5966 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * message.el (message-forward-make-body-plain)
5969         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5970         multibyte-string-p.
5971
5972         * lpath.el: Revert.
5973
5974 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * message.el (message-forward-make-body-mml): Assume original message
5977         is multibyte string; error on unibyte.
5978         (message-forward-make-body-plain): Ditto; don't add excessive newline
5979         in body end.
5980
5981         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5982
5983 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5984
5985         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5986         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5987
5988 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * mm-extern.el (mm-extern-url): Don't use
5991         mm-with-unibyte-current-buffer.
5992         (mm-extern-cache-contents): Use with-current-buffer instead of
5993         save-excursion + set-buffer.
5994
5995 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * mm-util.el (mm-emacs-mule): Remove.
5998
5999 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6000
6001         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6002         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6003         change.
6004
6005 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6008         bind the default value of enable-multibyte-characters to nil.
6009
6010 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * message.el (message-forward-make-body-plain)
6013         (message-forward-make-body-mml):
6014         Don't use mm-with-unibyte-current-buffer.
6015
6016 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6017
6018         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6019
6020 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6021
6022         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6023         (Bug#5592).
6024
6025 2010-05-07  Julien Danjou  <julien@danjou.info>
6026
6027         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6028         it to mm-pipe-part.
6029
6030         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6031         it is given.
6032
6033 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * binhex.el (binhex-decode-region-internal)
6036         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6037         (dns-query)
6038         * nnweb.el (nnweb-gmane-search)
6039         * pgg-parse.el (pgg-parse-armor)
6040         * pgg.el (pgg-verify-region)
6041         * sha1.el (sha1-string-external)
6042         * uudecode.el (uudecode-decode-region-internal)
6043         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6044         XEmacs.
6045
6046         * gnus-art.el (gnus-article-browse-html-parts)
6047         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6048         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6049         make-temp-file.
6050
6051         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6052         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6053         compiling.
6054
6055         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6056         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6057         XEmacs when compiling.
6058
6059         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6060         gnus-pick-mode-off-hook for XEmacs when compiling.
6061         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6062         gnus-binary-mode-off-hook for XEmacs when compiling.
6063
6064         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6065         Return nil if char-charset is not available.
6066
6067         * imap.el (imap-disable-multibyte)
6068         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6069         macros.
6070
6071         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6072         instead of encode-coding-string.
6073
6074         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6075         'xemacs) instead of mm-emacs-mule to switch function definitions.
6076         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6077
6078         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6079         bind temporary-file-directory for XEmacs;
6080         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6081         timer-set-function for XEmacs 21.4 and SXEmacs;
6082         bind timer-list for XEmacs 21.4 and SXEmacs;
6083         fbind char-charset and find-charset-region for non-Mule XEmacs;
6084         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6085         encode-coding-region and encode-coding-string for XEmacs having no
6086         file-coding feature.
6087
6088 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6089
6090         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6091
6092 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6095         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6096
6097 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6098
6099         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6100         alias `jka-compr-delete-temp-file' no longer exists.
6101
6102 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         Use define-minor-mode in Gnus where applicable.
6105         * mml.el (mml-mode): Use define-minor-mode.
6106         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6107         (gnus-undo-mode): Use define-minor-mode.
6108         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6109         (gnus-dead-summary-mode): Use define-minor-mode.
6110         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6111         Initialize in declaration.
6112         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6113         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6114         (gnus-mailing-list-mode): Use define-minor-mode.
6115         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6116         (gnus-draft-mode): Use define-minor-mode.
6117         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6118         (gnus-dired-mode): Use define-minor-mode.
6119
6120 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6121
6122         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6123         handles on recursive mml-to-mime translation and check them for
6124         boundary delimiter collisions.  Reported by Greg Troxel.
6125
6126 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6129
6130 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         * mm-util.el (mm-find-buffer-file-coding-system):
6133         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6134
6135 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6136
6137         * message.el (message-generate-headers): Record insertion of optional
6138         headers as well.  Otherwise the check to prevent repeated insertion of
6139         optional headers is a no-op.
6140
6141 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * smime.el: Don't mention CVS.
6144
6145         * nnrss.el (nnrss-fetch): Don't mention CVS.
6146
6147         * nnir.el: Don't mention CVS.
6148
6149 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * gnus-sum.el (gnus-summary-bookmark-make-record):
6152         Add `location' field.
6153
6154 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * lpath.el: Fbind bookmark-default-handler,
6157         bookmark-get-bookmark-record, bookmark-make-record-default,
6158         bookmark-prop-get for Emacs <23 and XEmacs.
6159
6160 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6161
6162         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6163         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6164         Use with-current-buffer to silence the byte-compiler.
6165         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6166         bother to require `gnus'.
6167         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6168
6169 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6170
6171         * gnus-sum.el (gnus-summary-bookmark-make-record)
6172         (gnus-summary-bookmark-jump): New functions.
6173         (gnus-summary-mode): Setup bookmark support.
6174
6175 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6176
6177         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6178         if set.
6179
6180 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6183         gnus-article-browse-html-save-cid-image; make it work recursively for
6184         forwarded messages as well.
6185         (gnus-article-browse-html-parts): Work when prefix arg is given.
6186         (gnus-article-browse-html-article): Doc fix.
6187
6188 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6189
6190         * message.el (message-default-mail-headers):
6191         (message-default-headers): Carry the value mail-default-headers over
6192         into message-default-mail-headers, rather than message-default-headers.
6193
6194 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6195
6196         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6197         charset.
6198
6199         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6200         charset into the <meta> tag when the article is encoded to utf-8.
6201
6202 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-browse-delete-temp-files):
6205         Delete directories as well.
6206         (gnus-article-browse-html-parts): Work for images that do not specify
6207         file names; delete temp directory when quitting; insert header at the
6208         right place; use file: scheme for image files.
6209
6210 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6211
6212         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6213         (gnus-article-browse-html-parts): Use it to make temporary cid image
6214         files in addition to html file so that browser may display them.
6215
6216 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6219
6220 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6221
6222         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6223
6224 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * auth-source.el (auth-sources): Change default to be simpler.
6227         Explain about Secret Service API sources.  Improve Customize options.
6228         (auth-source-pick): Change to accept any number of search parameters.
6229         Implement fallbacks iteratively, not recursively.  Add scoring on the
6230         second pass and sort by score.  Call Secret Service API when needed.
6231         (auth-source-user-or-password): Use it.  Call Secret Service API
6232         directly when needed to get the user name and the password.
6233
6234 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6235
6236         * message.el (message-interactive): Doc fix.
6237         (message-qmail-inject-args): Reflow.
6238         (message-kill-to-signature): Fix typo in docstring.
6239
6240         * smiley.el (smiley-buffer): Fix typo in docstring.
6241
6242 2010-03-24  Glenn Morris  <rgm@gnu.org>
6243
6244         * mail-source.el (gnus-message): Declare.
6245         (mail-source-delete-old-incoming): Require gnus-util.
6246
6247 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6250
6251         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6252
6253         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6254         password-cache's default if it is not bound.
6255         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6256         password-cache-expiry's default if it is not bound.
6257
6258         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6259         available in Emacs 21.
6260
6261         * lpath.el: Suppress compiler warnings for:
6262         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6263         XEmacs;
6264         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6265         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6266         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6267
6268 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6269
6270         * auth-source.el (auth-sources): Fix up definition so extra parameters
6271         are always inline.
6272
6273 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6274
6275         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6276         wasn't updated after mismatch.  Clear cached mailbox info correctly
6277         when uidvalidity changes.
6278         (nnimap-group-prefixed-name): New function to avoid some code
6279         duplication.
6280         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6281         (nnimap-request-group): Use it.
6282         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6283         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6284         with many imap folders.  This is done by caching the group status from
6285         the imap server persistently in a group parameter `imap-status'.  (This
6286         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6287         but not persistently, so every Gnus startup was still very slow.)
6288
6289 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6292         delete the extra newline.  Otherwise editing of :string and :number
6293         types don't work.
6294
6295 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6298         secrets.el dependency.
6299         (auth-sources): Add optional user name.  Add secrets.el configuration
6300         choice (unused right now).
6301
6302 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * gnus-sum.el (gnus-summary-make-menu-bar):
6305         Let `gnus-registry-install-shortcuts' fill in the functions.
6306
6307         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6308         warnings.
6309         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6310         (gnus-registry-install-shortcuts): Populate and use it in a
6311         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6312
6313 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6314
6315         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6316         In-place substitutions for the group name encoding/decoding.
6317         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6318         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6319         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6320         (nnimap-update-unseen, nnimap-request-list)
6321         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6322         (nnimap-request-set-mark, nnimap-split-to-groups)
6323         (nnimap-split-articles, nnimap-request-newgroups)
6324         (nnimap-request-create-group, nnimap-request-accept-article)
6325         (nnimap-request-delete-group, nnimap-request-rename-group)
6326         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6327         `encoded-mbx' for consistency.
6328         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6329         variable `imap-current-mailbox'.
6330
6331         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6332         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6333
6334 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6335
6336         * pop3.el (pop3-display-message-size-flag): Display message size byte
6337         counts during POP3 download.
6338         (pop3-movemail): Use it.
6339         (pop3-list): Implement listing of available messages.
6340
6341 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6342
6343         * nnir.el (nnir-get-article-nov-override-function): New function to
6344         override the normal NOV retrieval.
6345         (nnir-retrieve-headers): Use it.
6346
6347 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6348
6349         * auth-source.el (netrc-machine-user-or-password): Autoload.
6350
6351 2010-03-19  Glenn Morris  <rgm@gnu.org>
6352
6353         Stop message.el from loading about 40 libraries it doesn't always need.
6354         The general approach is to autoload rather than require, and to
6355         require in the specific functions rather than the file.  (Bug#5642)
6356
6357         * gmm-utils.el: Don't require wid-edit.
6358         (widget-create-child-value, widget-convert, widget-default-get):
6359         Autoload.
6360
6361         * gnus-util.el: Don't require time-date, netrc.
6362         (message-fetch-field, gnus-group-name-decode): Declare rather than
6363         autoloading.
6364         (gnus-fetch-field): Require message.
6365         (gnus-decode-newsgroups): Require gnus-group.
6366
6367         * ietf-drums.el: Don't require time-date.
6368
6369         * message.el: Don't require hashcash, canlock, ecomplete.
6370         Do require mail-utils.  Require nnheader only when compiling.
6371         (smtpmail-default-smtp-server): Remove declaration.
6372         (message-send-mail-function): Check smtpmail-default-smtp-server
6373         is bound rather than requiring smtpmail.
6374         (message-auto-save-directory, message-insert-signature):
6375         Use expand-file-name rather than nnheader-concat.
6376         (nnheader-insert-file-contents): Autoload.
6377         (hashcash-wait-async): Declare.
6378         (message-send-mail): Only call gnus-setup-posting-charset if
6379         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6380         (message-send-mail-with-sendmail): Require sendmail.
6381         (canlock-password, canlock-password-for-verify): Declare.
6382         (message-canlock-password): Require canlock.
6383         (nnheader-get-report): Autoload.
6384         (gnus-setup-posting-charset): Declare.
6385         (message-send-news): Require gnus-msg.
6386         (message-make-references, message-make-in-reply-to): Use mail-header-id
6387         rather than the alias mail-header-message-id.
6388         (ecomplete-add-item, ecomplete-save): Declare.
6389         (message-put-addresses-in-ecomplete): Require ecomplete.
6390         (ecomplete-display-matches): Autoload.
6391
6392         * mm-decode.el: Don't require mailcap, gnus-util.
6393         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6394         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6395         Autoload.
6396         (mailcap-mime-extensions): Declare.
6397
6398         * mm-encode.el: Don't require mailcap.
6399         (mailcap-extension-to-mime): Autoload.
6400
6401         * mml-sec.el: Don't require password-cache.
6402
6403         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6404         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6405         (mml-minibuffer-read-type): Require mailcap.
6406         (mml-preview): Require gnus-msg.
6407
6408         * mml1991.el: Require password-cache.
6409         (password-cache-expiry): Remove declaration.
6410
6411         * mml2015.el: Require password-cache.
6412         (password-cache-expiry): Remove declaration.
6413
6414         * nneething.el (mailcap): Require mailcap.
6415
6416         * nnheader.el (declare-function): Add compatibility stub.
6417         (message-remove-header): Declare rather than autoload.
6418         (nnheader-replace-header): Require message.
6419
6420         * nnimap.el (declare-function): Add compatibility stub.
6421         (netrc-parse, netrc-machine-user-or-password): Declare.
6422         (nnimap-open-connection): Require netrc.
6423
6424         * nntp.el (declare-function): Add compatibility stub.
6425         (netrc-parse, netrc-machine, netrc-get): Declare.
6426         (nntp-send-authinfo): Require netrc.
6427
6428         * rfc2047.el: Don't require qp.
6429         (quoted-printable-encode-region, quoted-printable-decode-string):
6430         Autoload.
6431
6432         * sieve-mode.el: Don't require easymenu.
6433         (easy-menu-add-item): Autoload it.
6434
6435         * spam-stat.el (time-to-number-of-days): Autoload it.
6436
6437 2010-03-19  Glenn Morris  <rgm@gnu.org>
6438
6439         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6440
6441 2010-03-18  Glenn Morris  <rgm@gnu.org>
6442
6443         * hashcash.el (declare-function): Remove duplicate definition.
6444
6445 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6446
6447         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6448         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6449         value if any backslash escapes).
6450
6451 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6454         if it is available.  (bug#5647)
6455
6456         * lpath.el: Suppress compiler warning for coding-system-from-name for
6457         Emacs 21 and XEmacs.
6458
6459 2010-03-14  Juri Linkov  <juri@jurta.org>
6460
6461         * hmac-def.el:
6462         * hmac-md5.el:
6463         * netrc.el: Fix keywords.
6464
6465 2010-02-26  Glenn Morris  <rgm@gnu.org>
6466
6467         * message.el (message-send-mail-function): Change the default, so that
6468         it inherits from a customized send-mail-function.  (Bug#5643)
6469
6470 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6473         shell-command-to-string signals an error (bug#5299).
6474
6475 2010-02-24  Glenn Morris  <rgm@gnu.org>
6476
6477         * message.el (message-smtpmail-send-it)
6478         (message-send-mail-with-mailclient): Doc fixes.
6479
6480 2010-02-16  Glenn Morris  <rgm@gnu.org>
6481
6482         * message.el (message-default-mail-headers): Change the default value
6483         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6484
6485 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6488         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6489
6490 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6491
6492         * time-date.el (date-to-time): Doc fix (Bug#5408).
6493
6494 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6495
6496         * message.el (message-mail): Just pass yank-action on to message-setup.
6497         (message-setup): Handle (FUN . ARGS) form of yank-action.
6498         (message-with-reply-buffer, message-widen-reply)
6499         (message-yank-original): Handle non-buffer values of
6500         message-reply-buffer (Bug#4080).
6501         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6502
6503 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6504
6505         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6506         Fix typo in docstring.
6507
6508 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6509
6510         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6511         response.
6512
6513 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6516
6517         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6518
6519         * message.el (message-check-news-header-syntax): Protect against a
6520         string that `rfc822-addresses' returns when parsing fails.
6521
6522 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6525         (gnus-previous-char-property-change): New functions.
6526
6527         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6528
6529 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6530
6531         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6532         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6533
6534 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6535
6536         * message.el (message-exchange-point-and-mark): Rework last change to
6537         avoid using optional arg of exchange-point-and-mark, for backward
6538         compatibility.
6539
6540 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6541
6542         * message.el (message-exchange-point-and-mark):
6543         Call exchange-point-and-mark with an argument rather than setting
6544         mark-active by hand (Bug#5175).
6545
6546 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * nntp.el (nntp-service-to-port): Work for service expressed with
6549         numeric string; replace [:digit:] with [0-9] for XEmacs.
6550
6551 2009-12-17  Glenn Morris  <rgm@gnu.org>
6552
6553         * gnus-group.el (gnus-bug-group-download-format-alist):
6554         Change emacs entry to debbugs.gnu.org.  Bump :version.
6555
6556 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6559
6560 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * message.el (message-info): Explain why we use `Info-goto-node'.
6563
6564 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6567
6568 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6569
6570         * message.el (message-completion-in-region): New compatibility function.
6571         (message-expand-group): Use it.
6572
6573 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6576         with no unread article should be listed if the 2nd arg `predicate' is
6577         given.
6578
6579 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6582
6583 2009-11-29  Juri Linkov  <juri@jurta.org>
6584
6585         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6586         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6587         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6588
6589 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6590
6591         * sha1.el (sha1-string-external): default-directory "/" in case
6592         otherwise non-existent.  process-connection-type pipe for touch of
6593         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6594
6595 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6596
6597         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6598         it's comms related and sgml-mode.el has "comm" on that basis too.
6599
6600 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6603         containing tspecial characters if they have been already quoted.
6604
6605 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6606
6607         * dns-mode.el (auto-mode-alist): Purecopy string.
6608
6609 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6612
6613 2009-10-24  Glenn Morris  <rgm@gnu.org>
6614
6615         * gnus-art.el (help-xref-stack-item): Define for compiler.
6616
6617 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6618
6619         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6620
6621 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6624
6625 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6628         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6629
6630 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6633         (gnus-overlays-in): New alias to overlays-in.
6634
6635         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6636         gnus-overlay-get, and gnus-delete-overlay.
6637         (gnus-summary-show-thread): Make it work as well for systems in which
6638         next-single-char-property-change is not available.
6639         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6640
6641         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6642         (gnus-overlay-get): New alias to extent-property.
6643         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6644
6645         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6646         SXEmacs.
6647
6648         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6649         SXEmacs.
6650
6651 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6654
6655 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6656
6657         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6658         and XEmacs that don't have `remove-overlays'.
6659
6660 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6663         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6664         selective display.  Use overlays instead.
6665
6666 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6667
6668         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6669
6670 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6671
6672         * spam-stat.el (spam-stat-load): Fix typo in message.
6673
6674 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6675
6676         * dig.el (dig-invoke): Fix typo in docstring.
6677         (query-dig): Reflow docstring.
6678
6679 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6680
6681         * gnus-art.el (gnus-article-encrypt-body):
6682         * message.el (message-check-recipients):
6683         * mm-util.el (mm-codepage-setup):
6684         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6685         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6686
6687 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6688
6689         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6690         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6691         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6692         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6693         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6694
6695 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6696
6697         * dig.el: Add "Keywords: comm", as per net-utils.el.
6698
6699 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6700
6701         * dig.el (dig-mode): Use define-derived-mode.
6702
6703 2009-09-19  Glenn Morris  <rgm@gnu.org>
6704
6705         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6706
6707 2009-09-18  Glenn Morris  <rgm@gnu.org>
6708
6709         * gnus-diary.el (gnus-diary-check-message):
6710         * message.el (message-insert-formatted-citation-line):
6711         * nnbabyl.el (top-level):
6712         * nndiary.el (nndiary-schedule):
6713         Fix typos in condition-case handlers.
6714
6715 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6718         configuration that provides the sole article window in a frame;
6719         position point correctly after deleting a part.
6720
6721 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6722
6723         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6724         (spam-resolve-registrations-routine): Use it to unregister articles
6725         that change status.
6726
6727 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6730         with XEmacs.
6731         (parse-time-string-chars): Use it.
6732
6733 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * imap.el (imap-interactive-login): Better messages.
6736         (imap-open): Fix bug with renamed buffer on reconnect.
6737         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6738         for easier debugging and cleaner code.  On successful (guessed based on
6739         server capabilities) secondary authentication, set imap-state
6740         correctly.
6741         (imap-last-authenticator): Define imap-last-authenticator as a variable
6742         to avoid warnings.
6743
6744 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * nnrss.el (nnrss-request-article): Remove binding of
6747         default-enable-multibyte-characters that has gotten needless by
6748         the 2007-07-13 change in rfc2047-encode-message-header.
6749
6750         * mml.el (mml-insert-multipart): Error on the message header.
6751         (mml-insert-part): Error on the message header; position point at
6752         the end of a MIME tag.
6753
6754 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * time-date.el (autoload): Expand define-obsolete-function-alias into
6757         defalias and make-obsolete for old Emacsen that Gnus supports.
6758         (with-no-warnings): Define it for old Emacsen.
6759         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6760         is available.
6761         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6762         float-time is available; suppress compile warning for time-to-seconds.
6763
6764         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6765         (gnus-float-time): Alias to float-time if it exists.
6766
6767         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6768         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6769         float-time is available; suppress compile warning for time-to-seconds.
6770
6771         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6772         XEmacs.
6773
6774 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * imap.el (imap-message-map): Docstring fix.
6777
6778 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6781         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6782         Add the optional argument `encoding' that overrides the default.
6783
6784         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6785         mm-encode-buffer.
6786
6787 2009-09-04  Glenn Morris  <rgm@gnu.org>
6788
6789         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6790         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6791         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6792         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6793         * mm-util.el (mm-with-unibyte-current-buffer)
6794         (mm-find-buffer-file-coding-system):
6795         * yenc.el (yenc-decode-region): Use default-value rather than
6796         default-enable-multibyte-characters.
6797
6798 2009-09-03  Glenn Morris  <rgm@gnu.org>
6799
6800         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6801         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6802         than default-enable-multibyte-characters.
6803
6804 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6805
6806         * gnus-art.el (gnus-article-read-summary-keys):
6807         Fix gnus-buffer-configuration's value temporarily used.
6808
6809 2009-09-02  Glenn Morris  <rgm@gnu.org>
6810
6811         * gnus-util.el (gnus-float-time): New function.
6812         * gnus-delay.el (gnus-delay-article):
6813         * gnus-sum.el (gnus-thread-latest-date):
6814         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6815         * nnspool.el (nnspool-request-newgroups):
6816         Use gnus-float-time rather than time-to-seconds.
6817         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6818
6819         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6820         (gnus-header-subject-face, gnus-header-newsgroups-face)
6821         (gnus-header-name-face, gnus-header-content-face):
6822         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6823         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6824         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6825         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6826         (gnus-cite-face-11):
6827         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6828         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6829         (gnus-server-closed-face, gnus-server-denied-face)
6830         (gnus-server-offline-face):
6831         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6832         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6833         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6834         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6835         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6836         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6837         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6838         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6839         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6840         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6841         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6842         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6843         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6844         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6845         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6846         (gnus-summary-high-undownloaded-face)
6847         (gnus-summary-low-undownloaded-face)
6848         (gnus-summary-normal-undownloaded-face)
6849         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6850         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6851         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6852         (gnus-splash-face):
6853         * message.el (message-header-to-face, message-header-cc-face)
6854         (message-header-subject-face, message-header-newsgroups-face)
6855         (message-header-other-face, message-header-name-face)
6856         (message-header-xheader-face, message-separator-face)
6857         (message-cited-text-face, message-mml-face):
6858         * sieve-mode.el (sieve-control-commands-face)
6859         (sieve-action-commands-face, sieve-test-commands-face)
6860         (sieve-tagged-arguments-face):
6861         * spam.el (spam-face):
6862         Mark face aliases with "-face" in the name as obsolete.
6863
6864 2009-09-01  Glenn Morris  <rgm@gnu.org>
6865
6866         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6867         than goto-line.
6868
6869 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6872         Don't move point if the command is invoked inside the message header.
6873
6874 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6875
6876         * imap.el (imap-send-command): Simplify.
6877         (imap-wait-for-tag): point-max -> buffer-size.
6878
6879 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6882         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6883         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6884         * nnir.el (nnir-swish-e-index-file):
6885         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6886         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6887         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6888         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6889         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6890         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6891
6892 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6895         Don't save excursion.
6896
6897 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * nnheader.el (nnheader-find-file-noselect):
6900         * mm-util.el (mm-insert-file-contents):
6901         Use (default-value 'major-mode) instead of default-major-mode.
6902
6903 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6906
6907 2009-08-26  Glenn Morris  <rgm@gnu.org>
6908
6909         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6910         than placing in files.el.
6911
6912 2009-08-25  Glenn Morris  <rgm@gnu.org>
6913
6914         * nnir.el (top-level): Don't require cl at run-time.
6915         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6916         Replace cl-function substitute with gnus-replace-in-string.
6917         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6918         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6919         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6920         simplified expansions.
6921
6922 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6923
6924         * dig.el (dig): Add autoload cookie.
6925
6926 2009-08-22  Glenn Morris  <rgm@gnu.org>
6927
6928         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6929         goto-line.
6930
6931 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6932
6933         * parse-time.el (parse-time-string-chars): Save match data.
6934
6935 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6936
6937         * parse-time.el (parse-time-string-chars): Compute using character
6938         classes, to handle non-ascii characters (Bug#3190).
6939
6940 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6943
6944         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6945         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6946         (gnus-mm-display-part, gnus-mime-display-single)
6947         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6948         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6949
6950         * gnus-sum.el
6951         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6952         (gnus-summary-move-article): Add expirable mark to articles copied or
6953         moved to group that has auto-expire turned on if the option is non-nil.
6954
6955 2009-07-24  Glenn Morris  <rgm@gnu.org>
6956
6957         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6958         Fix typo.  (Bug#3903)
6959
6960 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6963         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6964         that should not be used for draft articles.
6965         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6966         that has no concern in minor mode keys.
6967         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6968         Abolish.
6969
6970 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6973         article without making inquiry to a user for unknown encoding.
6974
6975         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6976         (nnmaildir--scan): Assume i-node and device number that file-attributes
6977         returns might be cons-cell.
6978
6979         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6980
6981         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6982
6983 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * auth-source.el: Remove docs now in auth.texi.  Don't use
6986         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6987         `auth-source-hide-passwords' and use them.
6988
6989 2009-07-15  Glenn Morris  <rgm@gnu.org>
6990
6991         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6992
6993 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6996         excessive whitespace from the default values of title and description.
6997
6998 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7001         mail-fetch-field to fetch Content-Description header in order to
7002         exclude newlines.
7003
7004 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7005
7006         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7007         format used by GnuPG 2.0.11.
7008
7009 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7012         to deleted part.
7013
7014 2009-05-30  David Engster  <dengste@eml.cc>
7015
7016         * nnmairix.el: Remove old documentation in the commentary block.
7017         (nnmairix-request-group): Do not update active file for nnml back ends.
7018         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7019         end so that overview files are ignored.
7020         (nnmairix-update-groups): Make updating the groups more robust by using
7021         marks.
7022         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7023         with dollar characters in message-id.
7024
7025 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7028         2008-12-25 in dns.el.
7029
7030 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7031
7032         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7033         could happen if the text is only composed of spaces and/or tabs.
7034
7035 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7036
7037         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7038         when sending a queued message to avoid extra mml tags.
7039
7040 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7043
7044 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7047         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7048         rmail-toggle-header for XEmacs;
7049         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7050
7051 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-dired.el: Remove autoload for gnus-setup-message.
7054         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7055         displaying Gnus logo; always use compose-mail.
7056
7057 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7060
7061 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7064         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7065         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7066         available.
7067         (gnus-nocem-epg-verify): New function.
7068
7069 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7072
7073 2009-02-15  Glenn Morris  <rgm@gnu.org>
7074
7075         * gnus-util.el (rmail-insert-rmail-file-header)
7076         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7077         autoloads.
7078         (rmail-default-rmail-file): Remove unnecessary declaration.
7079         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7080
7081 2009-02-14  Glenn Morris  <rgm@gnu.org>
7082
7083         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7084         variable (only used in gnus-util, which declares it anyway).
7085         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7086         which was only needed by gnus-art (changed to not use it any more).
7087         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7088         only used in gnus-util, which autoloads it itself.
7089         (rmail-update-summary): Fix autoload.
7090
7091         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7092         rather than rmail-output-to-rmail-file.
7093
7094 2009-02-07  Glenn Morris  <rgm@gnu.org>
7095
7096         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7097         autoload of function that no longer exists.
7098         (rmail-toggle-header): Declare.
7099         (message-forward-rmail-make-body): Handle mbox Rmail.
7100
7101 2009-01-31  Glenn Morris  <rgm@gnu.org>
7102
7103         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7104         2009-01-09 change.
7105
7106 2009-01-31  Dave Love  <fx@gnu.org>
7107
7108         * imap.el (imap-fetch-safe): Bind debug-on-error.
7109         (imap-debug): Add imap-fetch-safe.
7110
7111 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7112
7113         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7114         (auth-source-forget-all-cached): New convenience function.
7115         (auth-source-user-or-password): Accept list of modes or a single mode.
7116
7117         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7118         auth-source modes.
7119
7120         * netrc.el (netrc-machine-user-or-password): Use list of
7121         auth-source modes.
7122
7123         * nnimap.el (nnimap-open-connection): Use list of
7124         auth-source modes.
7125
7126         * nntp.el (nntp-send-authinfo): Use list of
7127         auth-source modes.
7128
7129 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7132         now.
7133
7134 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7137         coding system in XEmacs; add a workaround for XEmacs.
7138
7139         * lpath.el: Fbind coding-system-aliasee.
7140
7141 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7144         of current-language-environment.
7145
7146 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7149         available at runtime.
7150
7151 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7154
7155 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7156
7157         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7158         the greatest positive fixnum value doesn't work under an XEmacs with
7159         bignum support; use the most-positive-fixnum constant instead,
7160         available since Emacs 21.1 with cl and XEmacs 21.1.
7161
7162 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7165         XEmacs gets not to work.
7166
7167 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * mm-util.el (mm-coding-system-priorities): Allow the value like
7170         "Japanese (UTF-8)" of current-language-environment.
7171
7172 2009-01-09  Glenn Morris  <rgm@gnu.org>
7173
7174         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7175         with last-command-event.
7176
7177 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7180         in the doc string.
7181
7182         * message.el (message-fix-before-sending): Amend comment.
7183
7184 2009-01-08  Dave Love  <fx@gnu.org>
7185
7186         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7187
7188 2009-01-07  David Engster  <dengste@eml.cc>
7189
7190         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7191         simplified server definitions by converting it via
7192         gnus-server-to-method.
7193
7194 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7197         parameter's operands.
7198
7199 2009-01-06  David Engster  <dengste@eml.cc>
7200
7201         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7202         primary select method (for gnus-group-mark-article-as-read).
7203
7204 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7205
7206         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7207         `(gnus)Face', not `(gnus)X-Face'.
7208
7209 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * mm-util.el (mm-ucs-to-char): New function.
7212
7213         * mm-url.el (mm-url-decode-entities): Use it.
7214
7215         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7216         unicode-to-char.
7217
7218 2009-01-05  Dave Love  <fx@gnu.org>
7219
7220         * time-date.el: Require cl for `declare'.
7221
7222 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7225         Dave Love.
7226
7227 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * message.el (message-fix-before-sending): Add `eight-bit' to
7230         illegible-text check.
7231
7232 2009-01-03  Michael Olson  <mwolson@gnu.org>
7233
7234         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7235         `headers' is nil.  This can occur if the IMAP server does not have
7236         permissions to read messages from a folder, but can write new messages
7237         to the folder.
7238         (nnimap-request-article-part): Do not insert `data' if it is nil.
7239
7240         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7241         characters which will confuse `read', so skip past them.
7242
7243 2009-01-01  Dave Love  <fx@gnu.org>
7244
7245         * imap.el (imap-string-to-integer): Fix typo.
7246         (imap-fetch-safe): New function.
7247         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7248
7249         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7250
7251         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7252         (imap-parse-greeting): Fix doc strings.
7253         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7254         (imap-parse-flag-list): Make messages unique.
7255         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7256
7257         * nnimap.el: Fix author email.
7258         (nnimap-split-rule): Add FIXME comment.
7259         (nnimap-debug): Fix doc string.
7260
7261 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7264
7265 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7268         nslookup if resolv.conf isn't available.
7269         (dns-query): Rename from query-dns.
7270         (dns-query-cached): Rename from query-dns-cached.
7271
7272 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7275         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7276         to check if those variables exist (first appeared in Emacs 18.50).
7277
7278 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * mm-util.el (mm-line-number-at-pos): New function.
7281
7282         * spam-report.el (spam-report-process-queue): Use it.
7283
7284 2008-12-24  David Engster  <dengste@eml.cc>
7285
7286         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7287         parameters that haven't existed as variables as buffer-local variables.
7288
7289 2008-12-23  Dave Love  <fx@gnu.org>
7290
7291         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7292         cadar.
7293
7294         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7295         imap-starttls-p.
7296         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7297
7298 2008-12-22  Dave Love  <fx@gnu.org>
7299
7300         * imap.el: Fix author email.  Doc fixes.
7301         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7302         reply.
7303
7304 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * spam-report.el (spam-report-gmane-max-requests): New constant.
7307         (spam-report-gmane-wait): New variable.
7308         (spam-report-gmane-ham, spam-report-gmane-spam)
7309         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7310         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7311         the server.
7312
7313         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7314         Add explanations.
7315
7316         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7317         nnheader-accept-process-output and nnheader-read-timeout if available.
7318         (pop3-movemail): Use it.
7319
7320         * message.el (message-check-news-body-syntax): Fix signature check if
7321         there's an attachment.
7322
7323 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * mm-util.el: Add comments to the mm- emulating functions.
7326
7327 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7330         Reported by Stephen Berman <stephen.berman@gmx.net>.
7331
7332 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * mm-util.el (mm-substring-no-properties): New function.
7335         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7336         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7337         (mm-string-to-multibyte): Doc fix.
7338
7339         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7340
7341 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * mml.el (mml-attach-file): Strip text properties from file name.
7344         (Bug#1574)
7345
7346 2008-12-16  Glenn Morris  <rgm@gnu.org>
7347
7348         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7349
7350 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7353         knows since the charset specified might be a bogus alias that
7354         mm-charset-synonym-alist provides.
7355
7356 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7359         "ISO_8859-1".
7360
7361         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7362
7363 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mm-util.el (mm-charset-eval-alist):
7366         Define it before mm-charset-to-coding-system.
7367         (mm-charset-to-coding-system): Add optional argument `silent';
7368         define it before mm-charset-override-alist.
7369         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7370         default value if it can be used in Emacs currently running;
7371         silence mm-charset-to-coding-system.
7372
7373 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7376         `allow-override' which says whether to use `mm-charset-override-alist'.
7377         (rfc2047-decode-encoded-words): Use it.
7378
7379         * mm-util.el (mm-charset-override-alist): Fix custom type;
7380         add `(gb2312 . gbk)' to choices.
7381
7382 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7385         fast.
7386
7387         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7388
7389         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7390
7391 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7392
7393         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7394         on links.
7395
7396         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7397
7398 2008-12-03  Lute Kamstra  <lute@gnu.org>
7399
7400         * sha1.el: Remove leading * from docstrings of defcustoms,
7401         deffaces, defconsts and defuns.
7402
7403 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7406         users' addresses that don't have domain parts.
7407         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7408         rather than message-narrow-to-head since there will be the message
7409         header separator.
7410
7411 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7412
7413         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7414         since the result is inserted in a unibyte buffer anyway.
7415         (nnimap-demule-use-string-to-multibyte): Remove.
7416         (nnimap-demule): Alias it to mm-string-to-multibyte.
7417
7418 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7421         variable for debugging bug#464 and bug#1174.
7422         (nnimap-demule): Use it.
7423
7424 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7427         score calculation correctly.
7428
7429 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * message.el (message-send-mail): Just set the buffer to unibyte
7432         rather than use mm-with-unibyte-current-buffer which does a lot more.
7433         (message-send-mail-partially): Don't bother with
7434         mm-with-unibyte-current-buffer since it's already been made unibyte by
7435         message-send-mail.
7436
7437 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7438
7439         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7440
7441 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7444
7445 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7448         require itself and to remove `with-no-warnings'.
7449
7450 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * starttls.el (starttls-any-program-available): Get the name of the
7453         available TLS layer program.
7454         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7455         well as the host name in the "opening" message.
7456
7457         * auth-source.el (auth-source-cache, auth-source-do-cache)
7458         (auth-source-user-or-password): Cache passwords and logins by default,
7459         allow override with `auth-source-do-cache'.
7460         (auth-source-forget-user-or-password): Allow users to remove cache
7461         entries if needed.
7462
7463 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7464
7465         * md4.el (md4-buffer): Fix typo in docstring.
7466         (md4, md4-64): Doc fixes.
7467         (md4-pack-int32): Reflow docstring.
7468
7469 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7472         condition-case to only the forward-sexp call.
7473
7474 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7477         quotes contained.  Make it more robust regardless by an extra
7478         condition-case wrapper.
7479
7480 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7483
7484 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * nnml.el (nnml-request-expire-articles): Check if the function set to
7487         `nnmail-expiry-target' returns the symbol `delete'.
7488
7489         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7490
7491         * nnmail.el (nnmail-expiry-target): Fix custom type.
7492
7493 2008-10-02  Glenn Morris  <rgm@gnu.org>
7494
7495         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7496         Silence compiler warning.
7497
7498 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7499
7500         * tls.el (open-tls-stream): Show the actual command being
7501         executed, instead of the format string.
7502
7503 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * lpath.el: Fbind codepage-setup for Emacs 23.
7506
7507 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7508
7509         * mml.el (mml-menu): Don't assume mml2015 is bound.
7510
7511 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7514         exists.
7515
7516 2008-09-27  Glenn Morris  <rgm@gnu.org>
7517
7518         * gnus-util.el (mail-header-remove-comments): Autoload it.
7519
7520 2008-09-27  Andreas Schwab  <schwab@suse.de>
7521
7522         * gnus-util.el (gnus-split-references): Strip comments.
7523         (gnus-parent-id): Likewise.
7524
7525 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * message.el (message-confirm-send): Fix version.
7528
7529 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * message.el (message-idna-to-ascii-rhs-1): Use
7532         mail-extract-address-components rather than mail-header-parse-addresses
7533         that is an alias by default to ietf-drums-parse-addresses that does not
7534         support non-ASCII names in headers' contents.
7535
7536 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * message.el (message-confirm-send): Fix variable documentation to
7539         avoid the "y/n" wording.
7540
7541 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7542
7543         * message.el (message-set-auto-save-file-name): Save to a different
7544         filename so multiple messages (especially drafts) can be recovered.
7545
7546 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * message.el (message-confirm-send): Add appropriate version.
7549
7550 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7551
7552         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7553         defvar.
7554
7555 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7556
7557         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7558         (mm-pkcs7-enveloped-magic): Ditto.
7559
7560 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7561
7562         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7563         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7564
7565 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7568         default, it's better.
7569
7570 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7573         summary line gnus-number property and ignore them (with a warning
7574         message).
7575
7576 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7579         macro caddr in the interactive form since it won't be expanded.
7580
7581 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7584         `charset'; fix name of function called recursively.
7585         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7586
7587 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7590         (gnus-mime-set-charset-parameters): New function.
7591         (gnus-mime-view-part-as-charset): Use it to correctly display part
7592         specifying wrong charset.
7593
7594 2008-09-08  David Engster  <dengste@eml.cc>
7595
7596         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7597         in completing-read for back end server.
7598
7599 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7600
7601         * message.el (message-confirm-send): New variable to confirm sending a
7602         message.
7603         (message-send): Use it.
7604
7605 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7608
7609 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7612
7613 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7616         prevent tracking too many groups.
7617         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7618         Use it.
7619
7620 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7621
7622         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7623         moving point to the bottom of the window in order to avoid recentering.
7624
7625 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7628
7629         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7630         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7631         (gnus-article-beginning-of-window): Fix calculation.
7632
7633 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-msg.el (gnus-summary-supersede-article)
7636         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7637         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7638         message header.
7639
7640 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7641
7642         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7643         pending output coming after the status change.
7644
7645 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7646
7647         * message.el:
7648         * gnus-start.el:
7649         * gnus-registry.el: Remove VMS support.
7650
7651 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7654         macro.
7655         (rfc2104-hash): Use it.
7656
7657 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7660         (gnus-summary-sort-by-most-recent-date): New commands.
7661         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7662         and menu entries.
7663
7664 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7667         don't redisplay article for raw contents; remove plural articles stuff.
7668
7669         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7670         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7671         on gnus-summary-save-article; display results properly.
7672
7673 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * lpath.el: No need to fbind ns-focus-frame.
7676
7677 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7680
7681 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-summary-save-in-pipe):
7684         Consider gnus-save-all-headers.
7685
7686 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7687
7688         * gnus-util.el (ns-focus-frame): Remove declaration.
7689         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7690         like x.
7691
7692 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7693
7694         * rfc2104.el (rfc2104-zero): Delete defconst.
7695         (rfc2104-hex-alist): Likewise.
7696         (rfc2104-hex-to-int): Delete func.
7697         (rfc2104-hexstring-to-bitstring): Likewise.
7698         (rfc2104-nybbles): New defconst.
7699         (rfc2104-hash): Rewrite for speed.
7700
7701 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * tls.el (open-tls-stream): Make it work with the 2nd argument
7704         BUFFER that is a string but does not exist as a buffer object, as
7705         mentioned in the doc-string.
7706
7707 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7710         SXEmacs.
7711
7712 2008-07-16  Glenn Morris  <rgm@gnu.org>
7713
7714         * gnus-util.el (ns-focus-frame): Declare for compiler.
7715
7716 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7719         set as a group parameter.
7720         (gnus-summary-save-in-pipe): Work when it is called independently.
7721         (gnus-summary-pipe-to-muttprint): Don't modify
7722         gnus-summary-pipe-output-default-command.
7723
7724 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7725
7726         * message.el (message-send-mail-with-sendmail):
7727         Display the error message.
7728
7729 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-default-article-saver):
7732         Add gnus-summary-save-in-pipe to choices.
7733         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7734         gnus-summary-pipe-output-default-command as the default command.
7735         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7736         instead of gnus-last-shell-command.
7737
7738         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7739         New user option.
7740         (gnus-summary-muttprint-program): Mention the value will be changed.
7741         (gnus-summary-save-article): Force showing of all headers.
7742         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7743
7744 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7745
7746         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7747
7748 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7749
7750         * nnimap.el (nnimap-id):
7751         * sieve-manage.el (sieve-manage-open): Doc fixes.
7752
7753 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7754
7755         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7756         if available.
7757
7758 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7759
7760         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7761
7762         * nnkiboze.el (nnkiboze-generate-group):
7763         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7764
7765         * nnmairix.el: Require CL.
7766
7767 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * dgnushack.el: Autoload get-display-table and put-display-table for
7770         XEmacs 21.5.
7771
7772         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7773         21.4 and SXEmacs.
7774
7775 2008-06-15  David Engster  <dengste@eml.cc>
7776
7777         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7778
7779 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7780
7781         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7782         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7783         runtime choice under XEmacs.
7784
7785         * gnus-sum.el (gnus-summary-set-display-table):
7786         Use `gnus-put-display-table', `gnus-get-display-table',
7787         `gnus-set-display-table' for the display table, instead of `aset'.
7788
7789         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7790         Use `gnus-put-display-table', `gnus-get-display-table',
7791         `gnus-set-display-table' for the display table.
7792
7793 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * nnmairix.el: Add autoloads.
7796
7797 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * nnmairix.el (nnmairix-delete-recreate-group)
7800         (nnmairix-update-and-clear-marks): Fix error messages.
7801
7802 2008-06-14  David Engster  <dengste@eml.cc>
7803
7804         * nnmairix.el: Upgrade to version 0.6.
7805         (nnmairix-group-toggle-propmarks-this-group)
7806         (nnmairix-group-toggle-readmarks-this-group)
7807         (nnmairix-group-delete-recreate-this-group)
7808         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7809         (nnmairix-remove-tick-mark-original-article): New commands.
7810         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7811         (nnmairix-propagate-marks-to-nnmairix-groups)
7812         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7813         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7814         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7815         functions needed for marks propagation and manipulation of read marks.
7816         (nnmairix-update-groups): New function.
7817         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7818         (nnmairix-determine-original-group-from-registry)
7819         (nnmairix-determine-original-group-from-path)
7820         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7821         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7822         New helper functions.
7823         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7824         keystrokes for new commands.
7825         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7826         (nnmairix-request-group): Check allow-fast group parameter.
7827         (nnmairix-request-create-group): Set allow-fast group parameter if
7828         nnmairix-allowfast-default is set.
7829         (nnmairix-close-group): Propagate marks upon closing if needed.
7830         (nnmairix-group-toggle-threads-this-group): Use new.
7831         nnmairix-group-toggle-parameter helper function.
7832         (nnmairix-search): Better check for empty search result.
7833         (nnmairix-goto-original-article): Use new helper functions for
7834         determining original article.
7835         (nnmairix-show-original-article): Make sure message-id is in brackets.
7836         (nnmairix-call-mairix-binary): Change variable name.
7837         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7838         helper function.
7839         (nnmairix-widget-toggle-activate): Fix doc string.
7840
7841 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * nnir.el: Require edmacro when compiling with XEmacs.
7844         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7845         available in Emacs 21.
7846
7847 2008-06-11  Glenn Morris  <rgm@gnu.org>
7848
7849         * gnus-util.el (x-focus-frame):
7850         * gnus.el (image-size):
7851         * mm-decode.el (image-size): Declare.
7852
7853         * gnus-picon.el (declare-function): Add compat definition.
7854         (image-size): Declare.
7855
7856         * gnus-group.el (tool-bar-map):
7857         * gnus-sum.el (tool-bar-map): Define for compiler.
7858
7859         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7860
7861         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7862
7863         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7864         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7865         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7866         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7867         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7868         * sieve-manage.el, spam-report.el, spam.el:
7869         Remove unnecessary eval-and-compile of autoloads.
7870
7871 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7872
7873         * auth-source.el: Precise Tramp doc.
7874
7875 2008-06-07  Glenn Morris  <rgm@gnu.org>
7876
7877         * nnmairix.el: Remove unnecessary eval-when-compile.
7878
7879 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * lpath.el: Fbind propertize for XEmacs 21.4.
7882
7883 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * nnir.el: Move here from ../contrib.
7886
7887 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7888
7889         * gnus-util.el (gnus-read-shell-command): New function.
7890         * mm-decode.el (mm-pipe-part):
7891         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7892
7893 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7896
7897 2008-06-03  Glenn Morris  <rgm@gnu.org>
7898
7899         * pop3.el (nnheader-accept-process-output): Autoload it.
7900
7901 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7904         are not 2-digit hexadecimal characters that follow `%'s.
7905
7906 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * message.el (message-bogus-recipient-p): Fix type in doc string.
7909         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7910         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7911         Improve custom options.
7912         (message-bogus-recipient-p): Adjust accordingly.
7913
7914 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7915
7916         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7917         long-form month and day names.
7918
7919 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * dgnushack.el: Autoload debug, eudc-expand-inline and
7922         pgg-snarf-keys-region for XEmacs.
7923
7924         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7925
7926         * nnmairix.el: Require edmacro when compiling with XEmacs.
7927
7928 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7931         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7932
7933 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7934
7935         * auth-source.el: Add more docs.
7936
7937         * netrc.el (netrc-machine): Always match if the port is not given.
7938
7939 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7942         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7943         retrieval faster in some cases, but might make CPU usage larger.
7944         If this has any bad side effects, we might revert this change.
7945
7946         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7947         seems to make mail retrieval much, much faster.
7948         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7949         unconditionally.
7950
7951         * gnus-draft.el (gnus-group-send-queue):
7952         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7953
7954 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7957
7958         * message.el (message-bogus-address-regexp): Fix and improve custom
7959         type.
7960         (message-setup-hook): Add message-check-recipients as custom option.
7961
7962 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * message.el (message-cite-function): Remove bogus autoload which crept
7965         in during merge from v5-10.
7966
7967 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7968
7969         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7970
7971         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7972
7973         * auth-source.el: Preliminary Tramp docs.
7974         (auth-sources): Change the default auth-sources to use
7975         EPA .gpg files.
7976
7977 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * nntp.el: Autoload `auth-source-user-or-password'.
7980         (nntp-send-authinfo): Use it.
7981
7982         * nnimap.el: Autoload `auth-source-user-or-password'.
7983         (nnimap-open-connection): Use it.
7984
7985         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7986         for the gnus-message function.
7987         (auth-source-user-or-password): Use it.
7988
7989 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7990
7991         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7992         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7993         (rfc2104-hash): Use it.
7994
7995 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7996
7997         * gnus-art.el (gnus-article-toggle-truncate-lines):
7998         Don't use `iff' in docstring.
7999
8000 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8003
8004         * gnus-util.el (gnus-extract-address-component-name)
8005         (gnus-extract-address-component-email): Convenience functions around
8006         `gnus-extract-address-components'.
8007
8008         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8009         Use `gnus-extract-address-component-email' to fix bug of comparing full
8010         sender name to `user-mail-address'.
8011
8012 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8015         catch/throw to optimize.
8016         (gnus-registry-find-keywords): Just use member to find a keyword.
8017
8018 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8019
8020         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8021         is current before calling gnus-server-prepare.
8022         (gnus-server-setup-buffer, gnus-server-update-server)
8023         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8024
8025 2008-05-04  Juri Linkov  <juri@jurta.org>
8026
8027         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8028         (mailcap-file-default-commands): Use mailcap-replace-in-string
8029         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8030         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8031
8032 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8033
8034         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8035
8036 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8037
8038         * gnus.el: Bump version to 0.11.
8039
8040 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8041
8042         * gnus.el: No Gnus v0.10 is released.
8043
8044 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8047         hooks.
8048         (gnus-update-read-articles): Speed up non-marks-using users.
8049         (gnus-use-marks): Define gnus-use-marks.
8050         (gnus-propagate-marks): Rename variable to something more sensible.
8051
8052 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8053
8054         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8055         (gmm-image-load-path-for-library): Fix typos in docstrings.
8056         (gmm-message): Reflow docstring.
8057
8058 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8059
8060         * mail-source.el (mail-source-set-1, mail-source-bind):
8061         Move auth-source code out of the macro to clean it up and fix bugs.
8062
8063 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8064
8065         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8066         by sender if it's equal to user-mail-address, it's likely to be
8067         useless.
8068
8069         * mail-source.el (mail-source-bind): Don't use user or password if they
8070         are not bound.  Unintern them if they are nil.  Don't use server unless
8071         it's bound, and default it to empty string otherwise.
8072
8073 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8074
8075         * mail-source.el: Load auth-source.el.
8076         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8077         get user name or password, if auth-sources is set up.
8078
8079         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8080         strategy of splitting with parent.
8081         (gnus-registry-split-fancy-with-parent)
8082         (gnus-registry-post-process-groups): Use it and fix prior
8083         bug (returning a list as the split result).
8084
8085         * auth-source.el (auth-sources): Remove server parameter.
8086         (auth-source-pick, auth-source-user-or-password)
8087         (auth-source-user-or-password-imap)
8088         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8089         (auth-source-user-or-password-sftp)
8090         (auth-source-user-or-password-smtp): Remove server parameter.
8091
8092 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8093
8094         * smime.el (smime-sign-region, smime-encrypt-region)
8095         (smime-decrypt-region):
8096         Remove redundant calls to `generate-new-buffer-name'.
8097
8098 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8099
8100         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8101         Don't use QP for message/rfc822.
8102         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8103
8104 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8105
8106         * sieve-manage.el (sieve-string-bytes): Remove.
8107         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8108         correct byte-length only if the process's coding-system is the same as
8109         the one used internally by Emacs to represent strings.
8110
8111 2008-04-22  Juri Linkov  <juri@jurta.org>
8112
8113         * mailcap.el (mailcap-file-default-commands): New function.
8114
8115 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * message.el (message-signature-separator, message-cite-function):
8118         Change custom version.
8119
8120 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8121
8122         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8123         commands.
8124         (tls-checktrust): Ditto.
8125
8126 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * mm-decode.el (mm-display-external): Make temp file read-only.
8129
8130 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8133         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8134         `C-c C-f d'.
8135
8136 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8137
8138         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8139
8140 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus.el: Bump version to 0.9.
8143
8144 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus.el: No Gnus v0.8 is released.
8147
8148 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8149
8150         * mail-source.el (mail-source-value):
8151         Prefer fboundp to functionp so it works with macros as well.
8152
8153 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8154
8155         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8156         Fix last change in case the element is not even a symbol.
8157
8158 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8159
8160         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8161         Prefer fboundp to functionp so it works with macros as well.
8162
8163 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8164
8165         * auth-source.el: Add docs.
8166         (auth-sources): Modify format to support server.
8167         (auth-source-pick, auth-source-user-or-password)
8168         (auth-source-user-or-password-imap)
8169         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8170         (auth-source-user-or-password-sftp)
8171         (auth-source-user-or-password-smtp): Add server parameter.
8172
8173 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * gnus-registry.el: Initialize the registry when gnus-registry-install
8176         is t.
8177
8178 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * compface.el (uncompface): Make buffer unibyte.
8181
8182 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8183
8184         * mail-source.el (mail-source-value):
8185         Prefer fboundp to functionp so it works with macros as well.
8186
8187 2008-04-05  Glenn Morris  <rgm@gnu.org>
8188
8189         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8190
8191 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8192
8193         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8194         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8195
8196         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8197         multibyteness after rather than before erasing it.
8198
8199         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8200         mm-with-multibyte.
8201         (gnus-request-article-this-buffer): Make sure the proper decoding is
8202         used if gnus-original-article-buffer happens to be unibyte.
8203
8204         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8205         default-enable-multibyte-characters.
8206
8207         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8208         default-enable-multibyte-characters.
8209
8210         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8211
8212         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8213
8214 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8215
8216         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8217         Fix last change in case the element is not even a symbol.
8218
8219 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8220
8221         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8222         (imap-message-copyuid-1): Use it.
8223         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8224         J. Williams in
8225         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8226
8227         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8228         imap-enable-exchange-bug-workaround.
8229         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8230
8231 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8232
8233         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8234         a 100 byte status-checks into a 2-3MB transfer for each group.
8235         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8236         to enable bug workaround or not.
8237         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8238
8239 2008-03-31  Glenn Morris  <rgm@gnu.org>
8240
8241         * message.el (mml2015-use): Declare for compiler.
8242         (message-info): Require mml2015 when appropriate.
8243
8244 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8247         whitespace.
8248
8249 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8250
8251         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8252         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8253         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8254         (nntp-service-to-port): New function.
8255         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8256         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8257         (nntp-open-netcat-stream): New function.
8258         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8259
8260 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8261
8262         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8263
8264 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8265
8266         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8267
8268 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8269
8270         * dns.el (dns-write): Use set-buffer-multibyte.
8271
8272 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8273
8274         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8275
8276 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * message.el (message-signature-separator): Change default.
8279         Improve custom type.
8280         (message-cite-function): Change default to
8281         message-cite-original-without-signature.
8282
8283         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8284         toggle.
8285
8286         * message.el (message-check-news-body-syntax): Fix signature check.
8287         (message-setup-1): Mark buffer as unmodified _after_ running
8288         message-setup-hook and handling message-alternative-emails.
8289         (message-shorten-references): Be more strict when building list of
8290         valid references to comply with GNKSA.
8291
8292         * gnus-group.el (gnus-read-ephemeral-bug-group)
8293         (gnus-read-ephemeral-debian-bug-group)
8294         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8295
8296         * message.el (message-info): Don't use booleanp which isn't supported
8297         in Emacs 21 and XEmacs.
8298
8299 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8302         gnus-group-gmane-group-download-format.
8303         (gnus-group-read-ephemeral-gmane-group): Rename from
8304         gnus-group-read-ephemeral-gmane-group.
8305         (gnus-read-ephemeral-gmane-group-url): Rename from
8306         gnus-group-read-ephemeral-gmane-group-url.
8307         (gnus-bug-group-download-format-alist): New variable.
8308         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8309         (gnus-read-ephemeral-emacs-bug-group): New commands.
8310
8311 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8314         (gnus-visible-headers): Improve custom type.
8315
8316 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * mml.el (mml-menu): Add workarounds for XEmacs.
8319
8320         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8321         X-Boundary header.
8322
8323         * message.el (message-simplify-recipients): Fix previous commit.
8324
8325 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8326
8327         * mm-util.el (mm-set-buffer-multibyte): New function.
8328         * mm-decode.el (mm-copy-to-buffer): Use it.
8329
8330         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8331         Prefer fboundp to functionp so it works with macros as well.
8332
8333 2008-03-19  Glenn Morris  <rgm@gnu.org>
8334
8335         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8336         Accidentally removed in the sync process with Emacs.
8337
8338 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * message.el (message-alter-recipients-discard-bogus-full-name):
8341         New function.
8342         (message-alter-recipients-function): New variable.
8343         (message-get-reply-headers): Use it.
8344         (message-replace-header): New helper function.
8345         (message-recipients-without-full-name): New variable.
8346         (message-simplify-recipients): New command.
8347
8348         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8349
8350         * message.el (message-info): Handle EasyPG manual.
8351
8352         * mml.el (mml-menu): Add entry for EasyPG.
8353
8354 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8355
8356         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8357         parameter.
8358
8359         * message.el (message-disassociate-draft): Specify drafts group name
8360         fully.
8361
8362 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8363
8364         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8365         Eliminate unnecessary duplicates from the match list.
8366
8367 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8370
8371         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8372
8373         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8374         args of `how-many' of which the XEmacs version doesn't take; declare
8375         Info-index-next as function.
8376
8377 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * gnus-score.el (gnus-score-headers): Fix handling of
8380         gnus-inhibit-slow-scoring.
8381
8382         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8383         string.
8384         (gnus-button-url-regexp): Improve handling of parenthesis.
8385         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8386         (gnus-button-handle-info-keystrokes): Handle index entries.
8387
8388 2008-03-15  Glenn Morris  <rgm@gnu.org>
8389
8390         * parse-time.el (parse-time-string): Simplify.
8391
8392 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8395         Incoming* files.
8396
8397 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8398
8399         * auth-source.el (auth-sources): Rename from auth-source-choices.
8400         (auth-source-pick): Use it.
8401
8402 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8403
8404         * binhex.el (binhex-decode-region-internal):
8405         * uudecode.el (uudecode-decode-region-internal):
8406         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8407         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8408         setting default-enable-multibyte-characters.
8409
8410 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8411
8412         * auth-source.el (auth-source-protocols)
8413         (auth-source-protocols-customize, auth-source-choices): Add and
8414         modified variable customizations and defaults.
8415         (auth-source-pick, auth-source-user-or-password)
8416         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8417         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8418         (auth-source-user-or-password-sftp)
8419         (auth-source-user-or-password-smtp): Use new variables and provide an
8420         interface to netrc.el.
8421
8422 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8425         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8426         Make sure the nntp port to specify is a string.
8427
8428 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8429
8430         * nntp.el: Use with-current-buffer.
8431         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8432         dubious mm-with-unibyte-current-buffer.
8433         (nntp-with-open-group-function): New function extracted from
8434         nntp-with-open-group macro.
8435         (nntp-with-open-group): Use the function, so it's easier to debug.
8436         Add indentation and debugging info.
8437         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8438         Recommend the use of the netcat alternatives.
8439
8440         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8441         Avoid mm-string-as-multibyte as well.
8442
8443         * nnweb.el (nnweb-insert-html):
8444         Remove use of nnheader-string-as-multibyte.
8445
8446         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8447         (nnheader-string-as-multibyte): Remove.
8448
8449         * mm-view.el: Use inhibit-read-only.
8450         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8451         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8452         or unibyte-string.
8453
8454         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8455         (mm-uu-yenc-extract): Use with-current-buffer.
8456
8457         * gnus-soup.el (gnus-soup-send-packet): Don't use
8458         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8459
8460         * nnmh.el: Use with-current-buffer.
8461         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8462         mm-string-as-multibyte on the output of mm-encode-coding-string.
8463
8464         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8465         (nnimap-request-move-article): Use with-current-buffer.
8466
8467         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8468         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8469         conversion uses string-make-unibyte rather than string-as-unibyte.
8470
8471         * gnus-msg.el: Use with-current-buffer.
8472
8473         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8474
8475 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8476
8477         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8478         string for caching if it is 'PIN.
8479
8480 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * lpath.el: Consider the case without Emacs/W3.
8483
8484 2008-03-08  Glenn Morris  <rgm@gnu.org>
8485
8486         * time-date.el (date-to-time, time-subtract, time-add)
8487         (safe-date-to-time): Doc fixes.
8488
8489 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * mail-source.el (mail-source-delete-old-incoming-confirm):
8492         Change default to nil.
8493         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8494
8495 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * lpath.el: Rearrange.
8498
8499         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8500         (gnus-article-goto-prev-page): Work for articles having ^L's.
8501
8502         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8503
8504         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8505
8506 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8507
8508         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8509         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8510         (gnus-bookmark-jump): Adjust some variable names.
8511
8512 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8513
8514         * auth-source.el: New package.
8515         (auth-source-choices): Add customization entry point variable.
8516
8517         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8518         bug.
8519
8520 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8521
8522         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8523         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8524         (gnus-registry-install-shortcuts): Rename from
8525         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8526         the `gnus-registry-mark-map' keymap dynamically from
8527         `gnus-registry-marks'.  The generated functions update the summary line
8528         when a registry mark is added or deleted, and will call
8529         `gnus-registry-install-p' (see the comments in the code).
8530         (gnus-registry-user-format-function-M): Use concat intelligently.
8531
8532         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8533         the registry mark functions.
8534
8535 2008-03-05  Glenn Morris  <rgm@gnu.org>
8536
8537         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8538         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8539         gnus-art.
8540         (top-level): No need to load own source when compiling.
8541
8542 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8545         Suggested by <chris.anderton@zetnet.co.uk>.
8546
8547 2008-03-04  Glenn Morris  <rgm@gnu.org>
8548
8549         * gnus-sum.el (top-level): No need to require gnus when compiling,
8550         since unconditionally required near start of file.
8551         (gnus-summary-display-while-building): Move definition before use.
8552
8553 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * gnus-registry.el (gnus-registry-user-format-function-M):
8556         Add formatting function.
8557
8558 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8561         with plists.
8562         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8563         Use new format.
8564
8565 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8568         `where-is-internal' that returns a range of key sequences.
8569
8570 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8571
8572         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8573
8574         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8575         (gnus-summary-jump-to-group): Consider windows on other displayed
8576         frames as well.  Similar changes might be needed elsewhere, but that's
8577         the one I've bumped into during my use.
8578
8579         * nndoc.el (nndoc-oe-dbx-type-p):
8580         * gnus-msg.el (gnus-debug):
8581         * gnus-group.el (gnus-update-group-mark-positions):
8582         Use mm-string-to-multibyte.
8583
8584 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8587         doesn't handle NotDashEscaped.
8588
8589         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8590         (mml-dnd-attach-options): Fix typo in custom choice.
8591
8592         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8593         Change nndoc-article-type to mbox.
8594         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8595
8596         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8597         to nil, instead of html2text.
8598
8599         * imap.el (imap-debug): Add `imap-ping-server'.
8600
8601         * gnus-bookmark.el: Add FIXMEs.
8602
8603         * message.el (message-form-letter-separator)
8604         (message-send-form-letter-delay): New variables.
8605         (message-send-form-letter): Use them.  New command to send form
8606         letters.  Requested by Uwe Siart.
8607         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8608
8609 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * Update copyright years.
8612
8613 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         Sync from EMACS_22_BASE.
8616
8617         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8618
8619 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8620
8621         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8622         empty author.
8623
8624 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8625
8626         * gnus-registry.el (gnus-registry-marks): Add variable for
8627         customization of marks and their appearance.
8628         (gnus-registry-read-mark): Use it.
8629         (gnus-registry-do-marks): Add utility function to loop through
8630         `gnus-registry-marks'.
8631         (gnus-registry-install-shortcuts-and-menus): Add function to install
8632         shortcuts and menus.
8633         (gnus-registry-initialize): Use it.
8634         (gnus-registry-default-mark): Clarify documentation.
8635
8636 2008-02-29  Glenn Morris  <rgm@gnu.org>
8637
8638         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8639         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8640         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8641         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8642         Change defcustom :version from 23.0 to 23.1.
8643
8644 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8645
8646         * gnus-registry.el (gnus-registry-follow-group-p)
8647         (gnus-registry-post-process-groups): Add functions to aid registry
8648         splitting and improve logging.  Clarify behavior in function
8649         documentation.
8650         (gnus-registry-split-fancy-with-parent): Use them.
8651
8652 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8653
8654         * gnus-art.el: Use with-current-buffer.
8655
8656 2008-02-27  David Engster  <dengste@eml.cc>
8657
8658         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8659         Express real group name in the response.
8660
8661 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8664         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8665         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8666         autoload gnus-registry-fetch-group when compiling.
8667         (nnmairix-request-group-with-article-number-correction):
8668         Remove unreferenced argument passed to nnmairix-call-backend.
8669
8670 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8673         (mm-uu-extract): Improve face for low color ttys.
8674         Reported by Sascha Wilde.
8675
8676 2008-02-27  Glenn Morris  <rgm@gnu.org>
8677
8678         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8679         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8680         variables to defconsts.  Convert comments to doc-strings.
8681         (nnmairix-last-server, nnmairix-current-server): Convert from free
8682         variables to defvars.  Convert comments to doc-strings.
8683         (gnus-registry-fetch-group): Autoload.
8684         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8685         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8686         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8687         caddr.
8688         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8689         nnmairix-request-group-with-article-number-correction call.
8690         (nnmairix-fast, nnmairix-group): New, less general names, for free
8691         variables passed from nnmairix-request-group to
8692         nnmairix-request-group-with-article-number-correction.  Declare.
8693         (nnmairix-request-group-with-article-number-correction):
8694         Use nnmairix-fast, nnmairix-group rather than fast, group.
8695
8696 2008-02-26  David Engster  <dengste@eml.cc>
8697
8698         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8699         version 0.5.
8700
8701 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8704         instead of making an extra function call.  Don't add the current group
8705         to articles only when they have the group.  Use
8706         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8707         Reported by David <de_bb@arcor.de>.
8708
8709 2008-02-24  Miles Bader  <miles@gnu.org>
8710
8711         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8712         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8713         (mm-find-mime-charset-region):
8714         * mm-bodies.el (mm-encode-body):
8715         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8716
8717 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8720         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8721
8722 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * mail-source.el (mail-source-delete-incoming): Change default.
8725         Supplement doc string.
8726
8727         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8728
8729 2008-02-14  Glenn Morris  <rgm@gnu.org>
8730
8731         * time-date.el (format-seconds): New function.
8732
8733 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * nnmail.el (nnmail-message-id-cache-file): Derive from
8736         `gnus-home-directory'.
8737
8738 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8741         Document negative prefix.
8742
8743         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8744
8745 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746
8747         * message.el (message-unsent-separator): Add the Exim bounce
8748         separator.
8749
8750 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8753         list.
8754         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8755         recipient/signer list.
8756
8757 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * Makefile.in (datarootdir): Define.
8760         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8761         name that might contain whitespace.
8762
8763 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8766         fbound (Emacs 23 unicode), signal an error.
8767
8768 2008-02-08  Glenn Morris  <rgm@gnu.org>
8769
8770         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8771
8772 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8773
8774         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8775         ports to the calls to `netrc-machine-user-or-password' in addition to
8776         "imap" and "imaps".
8777
8778 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8779
8780         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8781
8782         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8783
8784 2008-02-01  Kenichi Handa  <handa@m17n.org>
8785
8786         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8787         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8788         (rfc2104-hash): Convert the result of concat to unibyte string.
8789
8790 2008-02-01  Dave Love  <fx@gnu.org>
8791
8792         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8793         coding-system-for-read.
8794         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8795
8796 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8799         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8800         <hanche@math.ntnu.no>.
8801
8802 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8805
8806         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8807
8808 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8809
8810         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8811         * message.el (message-beginning-of-line): Use featurep instead of bound
8812         tests in order to resolve conditionals at compile time.
8813
8814 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8815
8816         * mail-source.el (mail-sources): Add `group' choice.
8817
8818         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8819         parameter `in-group' to control into which group the articles go.
8820         Add treatment of `group' mail-source.
8821
8822 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8825
8826         * mm-decode.el (mm-dissect-buffer): Decode description.
8827
8828         * mml.el (mml-to-mime): Encode message header first.
8829
8830 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8833         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8834
8835         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8836         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8837
8838 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8839
8840         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8841
8842 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8845         prefix keys.
8846         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8847         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8848         gnus-xmas.el.
8849
8850         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8851         (gnus-xmas-article-describe-bindings): New function.
8852         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8853         gnus-xmas-article-describe-bindings.
8854
8855         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8856
8857 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8860         Add new variables for article mark management.
8861         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8862         list of extra data entries which, when present, will indicate that the
8863         article ID should not be trimmed from the registry.
8864         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8865         functions.
8866         (gnus-registry-read-mark): New function to read a mark name from the
8867         user.
8868         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8869         (gnus-registry-set-article-mark-internal): New functions to add and
8870         remove marks.
8871         (gnus-registry-get-article-marks): New function to show the marks for
8872         an article, or retrieve them for further use.
8873
8874 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8877         keys when no argument is given.
8878
8879 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * imap.el (imap-ping-server): New variable.
8882         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8883         (imap-ping-server): Minor doc string fixes.
8884
8885 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8886
8887         * imap.el (imap-ping-server): New function.
8888         (imap-opened): Call imap-ping-server.
8889
8890 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-sum.el (gnus-article-sort-by-random)
8893         (gnus-thread-sort-by-random): Fix doc strings.
8894         Reported by jidanni@jidanni.org.
8895
8896 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (gnus-article-describe-bindings): New function.
8899         (gnus-article-read-summary-keys): Use it.
8900         (gnus-article-mode-map): Bind `C-h b' to it.
8901
8902 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8905         XEmacs.
8906         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8907         Protect against non-character events.
8908
8909         * lpath.el: Fbind map-keymap for Emacs 21.
8910
8911 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8914         New command.
8915         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8916         instead of END.  Change name of the temp file.
8917         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8918         customizable.
8919
8920 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8923         bind `S W' to gnus-article-wide-reply-with-original; set default
8924         binding to gnus-article-read-summary-send-keys.
8925         (gnus-article-read-summary-keys): Fix the order of keys; display
8926         continuation keys correctly in the echo area; describe bindings
8927         correctly when keys end with `C-h'.
8928         (gnus-article-read-summary-send-keys): New function.
8929         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8930         Work for gnus-article-read-summary-send-keys; display continuation keys
8931         correctly in the echo area.
8932         (gnus-article-reply-with-original): Ignore prefix argument.
8933         (gnus-article-wide-reply-with-original): New function.
8934
8935         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8936         Emacs 21.
8937
8938 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8941         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8942
8943 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8946         (gnus-group-read-ephemeral-gmane-group): New command.
8947
8948 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8949
8950         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8951
8952 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-send-mail-function): Increase custom version.
8955
8956         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8957         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8958
8959 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8960
8961         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8962         for the cases where imap-authenticate is called with a nil buffer
8963         parameter.
8964
8965 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8968         html parts correctly; support forwarded messages.
8969         (gnus-article-browse-html-article): Remove work buffers.
8970
8971         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8972         compiling.
8973         (netrc-bound-and-true-p): New macro.
8974         (netrc-parse): Use it instead of bound-and-true-p that is not available
8975         in XEmacs 21.4.
8976
8977 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * gnus-registry.el (gnus-registry-mark-article)
8980         (gnus-registry-article-marks): Add functionality to mark articles
8981         through the Gnus registry.
8982
8983         * encrypt.el: Clarify documentation for the new pgg method.
8984         (encrypt-file-alist): Add PGG option.
8985         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8986         functionality.  Abstract password key and messaging to external
8987         functions.
8988         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8989         (encrypt-message-method-and-cipher): Add new convenience external
8990         functions.
8991         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8992         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8993
8994         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8995         (netrc-parse): Use encrypt-file-alist to determine if
8996         encrypt-find-model or encrypt-insert-file-contents should be used.
8997
8998         * encrypt.el: Clarify documentation.  Load password-cache or
8999         password, whichever one is found first, instead of autoloading.
9000
9001 2007-12-19  Glenn Morris  <rgm@gnu.org>
9002
9003         * mml.el (message-options-set, message-narrow-to-head)
9004         (message-in-body-p, message-mail-p, message-encode-message-body):
9005         Autoload.
9006         (message-remove-header, message-narrow-to-headers-or-head)
9007         (message-subscribed-p, message-make-mail-followup-to)
9008         (message-position-on-field, message-news-p)
9009         (message-options-set-recipient, message-generate-headers)
9010         (message-sort-headers): Declare as functions.
9011
9012 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9015         convention in doc string.
9016
9017 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9020         title to html parts.
9021         (gnus-article-browse-html-article): Pass message header to it.
9022
9023         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9024
9025 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9028         or password compatible with XEmacs.
9029
9030 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9033         format document.
9034         (gnus-mime-delete-part): Don't write description line if empty.
9035         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9036
9037 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9038
9039         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9040         (gnus-summary-mark-read-and-unread-as-read)
9041         (gnus-summary-mark-current-read-and-unread-as-read)
9042         (gnus-summary-mark-unread-as-ticked): Doc fix.
9043         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9044
9045 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9048         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9049
9050 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9053         yes-or-no-p.
9054
9055 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * mm-decode.el (mm-add-meta-html-tag): New function.
9058         (mm-save-part-to-file, mm-pipe-part): Use it.
9059
9060         * gnus-art.el (gnus-article-browse-delete-temp-files):
9061         Use gnus-y-or-n-p instead of y-or-n-p.
9062         (gnus-article-browse-html-parts): Work with message/external-body; use
9063         mm-add-meta-html-tag.
9064
9065 2007-12-11  Glenn Morris  <rgm@gnu.org>
9066
9067         * gnus-cache.el: Require gnus-sum not just when compiling.
9068
9069         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9070
9071         * gnus-int.el (gnus-server-opened, gnus-status-message):
9072         Move definitions before use.
9073
9074         * mm-decode.el: Require gnus-util.
9075         (mm-remove-part): Only call delete-annotation on XEmacs.
9076
9077         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9078
9079         * nnmail.el: Require gnus-int.
9080
9081         * spam.el: Move `require's before `eval-when-compile's.
9082
9083         * gnus-ems.el (gnus-alive-p):
9084         * gnus-fun.el (message-goto-eoh):
9085         * gnus-util.el (gnus-group-name-decode):
9086         * mail-source.el (gnus-compress-sequence):
9087         * message.el (Info-goto-node, format-spec):
9088         * mm-bodies.el (message-options-get):
9089         * mm-decode.el (mm-view-pkcs7):
9090         * mm-util.el (gmm-write-region):
9091         * mml-smime.el (mml-compute-boundary)
9092         (gnus-completing-read-with-default):
9093         * mml.el (widget-button-press, gnus-make-hashtable):
9094         * mml1991.el (mm-decode-content-transfer-encoding)
9095         (mm-encode-content-transfer-encoding)
9096         (message-options-get, message-options-set):
9097         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9098         * nnfolder.el (gnus-request-group):
9099         * nnheader.el (ietf-drums-unfold-fws):
9100         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9101         * smime.el (gnus-run-mode-hooks):
9102         * spam-stat.el (gnus-message): Autoload.
9103
9104         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9105         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9106         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9107         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9108         Add declare-function compatibility definition.
9109
9110         * gnus-cache.el (nnvirtual-find-group-art):
9111         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9112         (gnus-add-image, gnus-add-wash-type):
9113         * gnus-group.el (nnkiboze-score-file):
9114         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9115         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9116         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9117         (message-tokenize-header, gnus-get-buffer-create)
9118         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9119         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9120         * gnus.el (gnus-group-decoded-name):
9121         * mail-source.el (imap-capability):
9122         * mm-bodies.el (message-options-set):
9123         * mm-decode.el (gnus-configure-windows):
9124         * mm-extern.el (message-goto-body):
9125         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9126         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9127         (epg-sub-key-validity, message-options-set):
9128         * mml.el (widget-event-point, gnus-configure-windows):
9129         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9130         * mml2015.el (epg-check-configuration, epg-configuration)
9131         (message-options-set):
9132         * nndb.el (nndb-request-article):
9133         * nnfolder.el (gnus-request-create-group):
9134         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9135         * nnmaildir.el (gnus-group-mark-article-read):
9136         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9137         * rfc1843.el (message-fetch-field):
9138         * spam.el (gnus-extract-address-components):
9139         Declare as functions.
9140
9141 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9144
9145         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9146
9147         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9148         bind show-trailing-whitespace for XEmacs.
9149
9150 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9153         new no-op macro for backward compatibility.
9154
9155         * imap.el (imap-string-to-integer): New function.
9156
9157 2007-12-09  Glenn Morris  <rgm@gnu.org>
9158
9159         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9160
9161         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9162         * message.el, mm-view.el, sieve-manage.el, smime.el:
9163         Add declare-function compatibility definition.
9164
9165         * gnus-art.el (w3-region, w3m-region, Info-menu):
9166         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9167         * gnus-sum.el (gnus-get-predicate):
9168         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9169         * message.el (mail-abbrev-in-expansion-header-p):
9170         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9171         (w3m-detect-meta-charset, w3m-region):
9172         * sieve-manage.el (password-read, password-cache-add)
9173         (password-cache-remove):
9174         * smime.el (password-read-and-add): Declare as functions.
9175
9176 2007-12-08  David Kastrup  <dak@gnu.org>
9177
9178         * gnus-sum.el (gnus-summary-simplify-subject-query):
9179         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9180         `message'.
9181
9182 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9185         it to bind idna-program, installation-directory, defined-colors, and
9186         face-attribute for XEmacs of the version that compiles defcustom forms.
9187
9188 2007-12-07  Glenn Morris  <rgm@gnu.org>
9189
9190         * gnus-art.el (article-make-date-line): Revert previous change.
9191
9192 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9195
9196 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9197
9198         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9199         Call gnus-add-to-range ranges only once with a prepared article-list.
9200
9201 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9202
9203         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9204         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9205         group names with backslashes.
9206         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9207
9208 2007-12-06  Deepak Goel  <deego3@gmail.com>
9209
9210         * gnus-art.el (article-make-date-line):
9211         * gnus-start.el (gnus-load):
9212         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9213
9214 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (gnus-use-idna)
9217         * gnus-start.el (gnus-site-init-file)
9218         * message.el (message-use-idna)
9219         * mm-uu.el (mm-uu-hide-markers)
9220         * smiley.el (smiley-style): Revert changes that suppress warnings.
9221
9222 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9225         specify charset to html source.
9226         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9227
9228 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9231         idna-program in order to suppress byte compile warning issued by XEmacs
9232         that came to byte compile the default value section of defcustom forms
9233         recently.
9234
9235         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9236         value of installation-directory.
9237
9238         * message.el (message-use-idna): Don't directly refer to the value of
9239         idna-program.
9240
9241         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9242
9243         * smiley.el (smiley-style): Don't directly call face-attribute.
9244
9245 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9248
9249         * gnus-dired.el: Reduce Gnus dependencies.
9250         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9251         Don't require.  Use autoloads instead.
9252         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9253         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9254         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9255         (gnus-dired-mode): Adjust doc string.
9256         (gnus-dired-mail-mode): New variable.
9257         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9258         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9259         (gnus-dired-mail-buffers): New function.  Return mail or message
9260         composition buffers.
9261         (gnus-dired-attach): Use it.
9262         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9263         NO-DECODE.
9264         (gnus-dired-print): Use `gnus-print-buffer' depending on
9265         `gnus-dired-mail-mode'.
9266
9267 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * rfc2047.el (rfc2047-encoded-word-regexp)
9270         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9271         explaining what regexp patterns are for.
9272
9273 2007-12-04  Glenn Morris  <rgm@gnu.org>
9274
9275         * password.el: Move to password-cache.el.
9276
9277         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9278         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9279         * mml-smime.el (password-read, password-cache-add)
9280         (password-cache-remove):
9281         No need to autoload, since mml-sec requires password.
9282
9283         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9284         * message.el (gnus-extract-address-components):
9285         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9286
9287         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9288         password.
9289
9290 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * mailcap.el: Reduce dependencies.
9293         (mail-header-parse-content-type): Autoload.
9294         (mailcap-delete-duplicates): New alias.
9295         (mailcap-mime-info): Add optional argument NO-DECODE.
9296         (mailcap-mime-types): Use mailcap-delete-duplicates.
9297
9298         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9299
9300 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9301
9302         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9303         (imap-parse-status): Upcase status-att for servers that sends them
9304         lower-case (e.g., MS Exchange 2007).
9305
9306 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9309         function.
9310
9311         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9312         (gnus-uu-yenc-article): New function.
9313
9314         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9315
9316         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9317
9318 2007-12-02  Glenn Morris  <rgm@gnu.org>
9319
9320         * binhex.el (binhex): New custom group.
9321         (binhex-decoder-program, binhex-decoder-switches)
9322         (binhex-use-external): Move to the binhex custom group.
9323
9324         * uudecode.el (uudecode): New custom group.
9325         (uudecode-decoder-program, uudecode-decoder-switches)
9326         (uudecode-use-external): Move to the uudecode custom group.
9327
9328         * netrc.el (top-level): Don't load `encrypt' features.
9329         (netrc-parse): Don't use encrypt.
9330         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9331
9332         * encrypt.el: Remove file.
9333
9334 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9337         matches on patches.
9338
9339         * gnus-art.el (gnus-article-browse-html-article):
9340         Mention `mm-text-html-renderer' in the doc string.
9341
9342         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9343         string.  Add comments.
9344
9345         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9346         if rhs is ASCII.
9347
9348 2007-12-01  Glenn Morris  <rgm@gnu.org>
9349
9350         * mail-source.el (top-level): Require format-spec before
9351         eval-when-compile.
9352
9353 2007-11-30  Glenn Morris  <rgm@gnu.org>
9354
9355         * encrypt.el: Require password, rather than autoloading password-read.
9356
9357 2007-11-29  Glenn Morris  <rgm@gnu.org>
9358
9359         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9360         (sasl-make-client, sasl-next-step, sasl-step-data)
9361         (sasl-step-set-data): Declare as functions.
9362
9363 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9366
9367 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9368
9369         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9370         certs should be verified and what is to be done in the event of a
9371         verification failure.
9372
9373         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9374         caller can indicate whether the cache should be disregarded for this
9375         call.  This way the result of the call is reproducible at all times and
9376         can be considered a canonical server name for the supplied method.
9377         (gnus-agent-method-p): Canonicalize server names by pushing their
9378         method through `gnus-method-to-server' using the no-cache argument.
9379
9380         * gnus-srvr.el (gnus-server-insert-server-line):
9381         Call `gnus-method-to-server' with `no-cache' argument.
9382
9383         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9384         gnus-agent-possibly-synchronize-flags as this should be called when the
9385         server is actually being opened.
9386         (gnus-agent-possibly-synchronize-flags)
9387         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9388         flags file of an agentized server to the latter function.
9389
9390         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9391         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9392         after a connection has been established successfully.
9393
9394 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-art.el (article-display-face): Force to display face if called
9397         interactively; check if gnus-article-x-face-too-ugly matches author.
9398         (article-display-x-face): Display face even if From header is missing
9399         as article-display-face does.
9400
9401 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9402
9403         * hashcash.el (message-narrow-to-headers-or-head)
9404         (message-fetch-field, message-goto-eoh)
9405         (message-narrow-to-headers): Declare as functions.
9406
9407 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * mail-source.el (mail-sources): Default to fetch from file for
9410         compatibility with default of nnmail-spool-file.
9411
9412 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9415         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9416         to look for encoded word that should be encoded again.
9417         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9418         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9419         encoding pattern.
9420         (rfc2047-decode-region): Switch strict regexp and loose one according
9421         to rfc2047-allow-irregular-q-encoded-words.
9422
9423 2007-11-25  Romain Francoise  <romain@orebokech.com>
9424
9425         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9426
9427 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * tls.el (tls-program): Provide more custom choices from
9430         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9431         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9432
9433 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9436         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9437
9438         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9439         `nnmail-spool-file'.
9440
9441         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9442         `nnmail-spool-file'.
9443
9444         * gnus-move.el (gnus-change-server): Ditto.
9445
9446         * gnus-kill.el (gnus-batch-score): Ditto.
9447
9448         * gnus-cache.el (gnus-jog-cache): Ditto.
9449
9450         * gnus-msg.el (gnus-summary-reply):
9451         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9452
9453 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9456         version.  Minor improvement to doc strings.
9457         (tls-program): Add comment.
9458
9459 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9460
9461         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9462         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9463         mismatch between the hostname provided in the certificate and the name
9464         of the host connnecting to.
9465         (open-tls-stream): Use them.  Check certificates against trusted root
9466         certificates.
9467
9468 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * gnus-cache.el (gnus-cache-generate-nov-databases):
9471         Use nnml-generate-nov-databases-directory instead of
9472         nnml-generate-nov-databases-1.
9473
9474 2007-11-24  Glenn Morris  <rgm@gnu.org>
9475
9476         * message.el (message-tool-bar-retro): Update for rename
9477         mail_send.xpm->mail-send.xpm.
9478
9479 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9482         `smime-ldap-search' for Emacs 22 and up.
9483
9484 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9485
9486         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9487
9488         * message.el (message-send-mail-function): Fix error convention.
9489         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9490         (message-widen-reply, message-send-mail, message-talkative-question)
9491         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9492         (message-clone-locals, message-send-news): Use with-current-buffer.
9493         (message-insert-or-toggle-importance): Remove unused var `valid'.
9494         (message-make-references): Remove unused var `new-references'.
9495         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9496
9497 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9498
9499         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9500         (spam-split-symbolic-return-positive): Reflow docstring.
9501         (spam-backends, spam-summary-exit-behavior)
9502         (spam-mark-ham-unread-before-move-from-spam-group)
9503         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9504         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9505         (spam-clear-cache, spam-backend-check, spam-install-backend)
9506         (spam-install-statistical-backend, spam-list-of-processors)
9507         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9508         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9509         (spam-check-crm114, spam-initialize, spam-unload-hook):
9510         Fix typos in docstrings.
9511
9512 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9515         been checked if they have never been read and those group levels are
9516         higher than the one that a user specified.
9517
9518 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9521         foreign groups unless a group level is specified by a user.
9522         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9523
9524 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * message.el (message-send-mail-function): Require sendmail.
9527
9528 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * message.el (message-send-mail-function): Check for smtpmail too.
9531
9532         * utf7.el (utf7-encode, utf7-decode): Use coding system
9533         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9534
9535         * message.el (message-send-mail-function): New function.
9536         (message-send-mail-function): Set default using
9537         message-send-mail-function.  Adjust doc string.
9538         (message-send-mail-with-mailclient): New function.
9539
9540 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9541
9542         * smime.el (from):
9543         * rfc2047.el (message-posting-charset):
9544         * qp.el (mm-use-ultra-safe-encoding):
9545         * pop3.el (parse-time-months):
9546         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9547         * nnml.el (files):
9548         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9549         (jka-compr-compression-info-list, ange-ftp-path-format)
9550         (efs-path-regexp):
9551         * nndiary.el (files):
9552         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9553         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9554         (epg-digest-algorithm-alist, inhibit-redisplay)
9555         (password-cache-expiry):
9556         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9557         (pgg-output-buffer, password-cache-expiry):
9558         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9559         (efs-path-regexp):
9560         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9561         (inhibit-redisplay):
9562         * mm-uu.el (file-name, start-point, end-point, entry)
9563         (gnus-newsgroup-name, gnus-newsgroup-charset):
9564         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9565         (latin-unity-ucs-list):
9566         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9567         (mm-uu-binhex-decode-function):
9568         * message.el (gnus-message-group-art, gnus-list-identifiers)
9569         (rmail-enable-mime-composing, gnus-local-organization)
9570         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9571         (gnus-read-active-file, facemenu-add-face-function)
9572         (facemenu-remove-face-function, gnus-article-decoded-p)
9573         (tool-bar-mode):
9574         * mail-source.el (display-time-mail-function):
9575         * gnus-util.el (nnmail-pathname-coding-system)
9576         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9577         (gnus-original-article-buffer, gnus-user-agent)
9578         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9579         (xemacs-codename, sxemacs-codename, emacs-program-version):
9580         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9581         * gnus-start.el (gnus-agent-covered-methods)
9582         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9583         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9584         (gnus-newsgroup-headers, gnus-group-list-mode)
9585         (gnus-group-mark-positions, gnus-newsgroup-data)
9586         (gnus-newsgroup-unreads, nnoo-state-alist)
9587         (gnus-current-select-method, mail-sources)
9588         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9589         (nnmail-spool-file, gnus-cache-active-hashtb):
9590         * gnus-mh.el (mh-lib-progs):
9591         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9592         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9593         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9594         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9595         (gnus-group-buffer):
9596         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9597         (font-lock-set-defaults):
9598         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9599         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9600         (gnus-summary-post-menu, total-parts, type, condition, length):
9601         * gnus-agent.el (gnus-agent-read-agentview):
9602         * flow-fill.el (show-trailing-whitespace):
9603         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9604         eval-and-compile wrappers for byte compiler pacifiers.
9605
9606         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9607         (mm-display-inline-fontify): Check for featurep 'xemacs not
9608         extent-list.
9609
9610         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9611         itimer-list.
9612         (mm-create-image-xemacs): Only do something for XEmacs.
9613         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9614
9615         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9616
9617         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9618         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9619
9620 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9621
9622         * nnimap.el (nnimap-split-download-body):
9623         * gnus-demon.el (gnus-demon):
9624         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9625
9626 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9629         New macros.
9630         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9631         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9632         copy data from unibyte buffer to multibyte current buffer.
9633         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9634         to copy data from unibyte current buffer to multibyte buffer.
9635         (nntp-make-process-buffer): Make process buffer unibyte.
9636
9637         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9638
9639 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9640
9641         * pop3.el (pop3-open-server): Accept and process data more robustly at
9642         connexion start to avoid spurious "POP SSL connexion failed" errors.
9643
9644 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9647         read group names.
9648
9649 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9652
9653 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9656         (nnmail-save-active): Use a unibyte buffer when saving active file,
9657         which may contain non-ASCII group names.
9658
9659         * nnml.el (nnml-request-group): Decode group names in messages.
9660
9661 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * message.el (message-citation-line-function)
9664         (message-insert-formatted-citation-line): Fix spelling of
9665         `message-insert-formated-citation-line'.
9666
9667 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9670
9671 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9674         nnmail-pathname-coding-system.
9675
9676         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9677         that a user enters; decode group names in messages.
9678
9679         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9680
9681 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9684
9685         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9686
9687         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9688         risky local variable.
9689
9690         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9691
9692 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * encrypt.el: Improve documentation to fix function name typo.
9695         Reported by Daiki Ueno <ueno@unixuser.org>.
9696
9697 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9700         even if the point is not in the last page of an article.
9701         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9702         back to the previous page.
9703
9704 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9707
9708 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9711
9712 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9713
9714         * message.el (message-check-news-body-syntax):
9715         Avoid mm-string-as-multibyte.
9716         (message-hide-headers): Don't assume (point-min)==1.
9717
9718 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * message.el (message-remove-blank-cited-lines): Fix if remove is
9721         given.
9722         (message-bogus-address-regexp): New variable.
9723         (message-bogus-recipient-p): New function.
9724         (message-check-recipients): New command.
9725         (message-syntax-checks): Add `bogus-recipient'.
9726         (message-fix-before-sending): Add `bogus-recipient'.
9727
9728         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9729         (gnus-treat-body-boundary): Don't test window-system.
9730
9731 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9732
9733         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9734
9735 2007-10-28  Miles Bader  <miles@gnu.org>
9736
9737         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9738         at compile-time too.
9739
9740 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * gnus-msg.el (gnus-message-setup-hook):
9743         Add `message-remove-blank-cited-lines' to options.
9744
9745 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * message.el (message-remove-blank-cited-lines): New function.
9748         Suggested by Karl Plästerer.
9749
9750 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9753         mapc.
9754
9755         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9756         (top-level): Use mapc to set functions to be traced for debugging.
9757
9758         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9759         called for effect with while loop.
9760
9761         * message.el (message-talkative-question): Replace mapcar called for
9762         effect with mapc.
9763
9764         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9765         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9766         called for effect with dolist.
9767
9768         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9769
9770         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9771         gnus-extra-headers and nnmail-extra-headers.
9772
9773         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9774         called for effect with dolist.
9775         (top-level): Use mapc to set functions to be traced for debugging.
9776
9777         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9778         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9779         dolist.
9780
9781         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9782         Replace mapcar called for effect with mapc.
9783         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9784         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9785         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9786         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9787
9788         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9789         remove-if that's a cl function.
9790
9791         * webmail.el (webmail-debug): Replace mapcar called for effect with
9792         dolist.
9793
9794         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9795         with mapc.
9796
9797 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9800         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9801         with while loop.
9802
9803         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9804         functions from article-* functions.
9805         (gnus-multi-decode-header): Replace mapcar called for effect with
9806         dolist.
9807
9808         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9809         (gnus-bookmark-show-details): Replace mapcar called for effect with
9810         while loop.
9811
9812         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9813         called for effect with while loop.
9814
9815         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9816         with dolist.
9817
9818         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9819         Replace mapcar called for effect with dolist.
9820
9821         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9822
9823         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9824         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9825         Replace mapcar called for effect with dolist.
9826         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9827         mapc.
9828
9829         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9830         Replace mapcar called for effect with dolist.
9831         (gnus-topic-list): Replace mapcar called for effect with mapc.
9832
9833         * gnus.el: Use mapc instead of mapcar to add autoloads.
9834
9835 2007-10-23  Richard Stallman  <rms@gnu.org>
9836
9837         * gnus-group.el (gnus-group-highlight): Mark as risky.
9838
9839 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus.el (gnus-server-to-method): Return method found first in
9842         gnus-newsrc-alist.
9843
9844         * gnus-art.el (gnus-article-highlight-signature)
9845         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9846         button overlay without the front stickiness.
9847
9848 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9849
9850         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9851         overview buffer needed a catch to receive its throw.
9852         (gnus-agent-flush-cache): Declare as interactive to make this function
9853         easier to use.
9854
9855 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9858         `next-line'.
9859
9860 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9863         exclude address matching message-dont-reply-to-names.
9864
9865 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-util.el (gnus-string<): New function.
9868
9869         * gnus-sum.el (gnus-article-sort-by-author)
9870         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9871
9872 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9875         the frame-focus tag is set in gnus-buffer-configuration.
9876
9877 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9880         the front stickiness.
9881
9882 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9885         url pattern; remove duplicate one.
9886         (gnus-article-extend-url-button): New function.
9887         (gnus-article-add-buttons): Use it.
9888         (gnus-button-push): Use concatenated url that it makes.
9889
9890 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9891
9892         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9893
9894 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9895
9896         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9897         Don't hardcode point-min==1.
9898
9899 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9902         Fix comment about "iso8859-1".
9903
9904 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9905
9906         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9907         ones returned from the verify-function.
9908
9909         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9910         Call mml2015-extract-cleartext-signature if extraction failed.
9911
9912 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9913
9914         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9915         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9916         failed.
9917
9918 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9921
9922 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9925         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9926         recommends to use EasyPG instead of PGG.
9927
9928         * pgg.el: Revert to revision 6.23.2.16.
9929
9930         * pgg-def.el: Revert to revision 6.6.2.14.
9931
9932         * pgg-gpg.el: Revert to revision 6.23.2.34.
9933
9934 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9935
9936         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9937         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9938         thread for both the null and zero (kill/expire thread) universal prefix
9939         cases.
9940         (gnus-summary-expire-thread): Add new function to expire a thread,
9941         using gnus-summary-kill-thread.
9942         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9943         shortcuts for gnus-summary-expire-thread.
9944         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9945         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9946
9947 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9948
9949         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9950         extras value, so an extras entry can be deleted.
9951         (gnus-registry-delete-extra-entry): Use it.
9952         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9953         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9954         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9955         storage through the gnus-registry, and provide an appropriate API for
9956         it.
9957
9958 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9961         Suggested by Leo <sdl.web@gmail.com>.
9962
9963         * gnus.el: Do.
9964
9965 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9968         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9969
9970         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9971
9972         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9973         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9974
9975 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9978         newline.
9979         (nnmbox-request-accept-article): Don't change article in source buffer;
9980         narrow to header to use message-fetch-field rather than
9981         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9982         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9983         as delimiters; make sure article ends with newline.
9984         (nnmbox-delete-mail): Correct last position of article to be deleted;
9985         ignore X-Gnus-Newsgroup header in article body.
9986         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9987         positions; make sure article ends with newline.
9988
9989         * message.el (message-display-abbrev): Don't infloop when a user
9990         inserts SPC in the beginning of header.
9991
9992         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9993         coding-system-for-read and coding-system-for-write for XEmacs having no
9994         file-coding feature.
9995
9996         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9997
9998 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9999
10000         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10001         list of groups not followed by default.  Fix type to be regexp.
10002         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10003
10004 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10005
10006         * hmac-def.el (define-hmac-function): Switch from old-style to
10007         new-style backquotes.
10008
10009         * md4.el (md4-make-step): Likewise.
10010
10011 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10014         raw-text coding system when saving .newsrc file, which may contain
10015         non-ASCII group names.
10016
10017 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-cus.el (gnus-score-extra): New widget.
10020         (gnus-score-extra-convert): New function.
10021         (gnus-score-customize): Use it for Extra.
10022
10023 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10024
10025         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10026         (mml2015-mailcrypt-clear-verify): Use it.
10027         (mml2015-gpg-clear-verify): Use it.
10028         (mml2015-pgg-clear-verify): Use it.
10029         (mml2015-epg-clear-verify): Replace the current part with the output
10030         from GnuPG; don't extract the plaintext by itself.
10031
10032         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10033         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10034         mml2015-clear-verify-function; don't touch the armor headers or
10035         dash-escaped text here.
10036
10037 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10040         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10041         parts, or application/octet-stream as a last resort.
10042         (gnus-mime-view-part-as-type): Don't toggle display.
10043         (gnus-mime-view-part-as-charset): Don't turn off display before
10044         querying charset.
10045
10046         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10047         stuff to undisplayer function in Emacs.
10048         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10049
10050         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10051         text/calendar parts.
10052
10053 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10056         decoding text/calendar parts.
10057
10058         * message.el (message-forward-make-body-mime): Always mark body as
10059         having no illegible text; remove signed-or-encrypted argument.
10060         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10061
10062         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10063         (mml-generate-mime-1): Don't encode body if it is specified to be in
10064         raw form; don't make buffer be unibyte when inserting multibyte string.
10065
10066 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10067
10068         * sha1.el: Fix up comment style.
10069         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10070         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10071
10072         * hex-util.el: Fix up comment style.
10073         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10074
10075         * gnus-salt.el: Use with-current-buffer.
10076         (gnus-pick-setup-message): Fix long-standing typo.
10077
10078 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * imap.el (imap-logout-timeout): New variable.
10081         (imap-logout, imap-logout-wait): New functions.
10082         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10083
10084         * nnimap.el (nnimap-logout-timeout): New server variable.
10085         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10086         nnimap-logout-timeout.
10087
10088         * gnus-art.el (gnus-article-summary-command-nosave)
10089         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10090
10091 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus.el (gnus-maximum-newsgroup): New variable.
10094
10095         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10096         according to gnus-maximum-newsgroup.
10097
10098         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10099         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10100         Limit the range of articles according to gnus-maximum-newsgroup.
10101
10102 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10103
10104         * gnus-art.el (gnus-sticky-article): Fix problems described in
10105         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10106         Don't perform gnus-configure-windows here; reuse existing sticky
10107         article buffer.
10108
10109         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10110         it doesn't exist in gnus-article-mode.
10111
10112 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10115         (gnus-agent-decoded-group-name): New function.
10116         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10117         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10118
10119 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10120
10121         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10122         Add binding for gnus-sticky-article.
10123         (gnus-summary-exit): Don't kill sticky article buffers.
10124
10125         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10126         article buffer.
10127         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10128         (gnus-kill-sticky-article-buffers): New commands.
10129
10130 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * nntp.el (nntp-xref-number-is-evil): New server variable.
10133         (nntp-find-group-and-number): If it is non-nil, don't trust article
10134         numbers in the Xref header.
10135
10136 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-agent.el (gnus-agent-read-group): New function.
10139         (gnus-agent-flush-group, gnus-agent-expire-group)
10140         (gnus-agent-regenerate-group): Use it.
10141         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10142         nnmail-pathname-coding-system.
10143
10144 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10147
10148         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10149         that are unread as unread, and also as selected so that information of
10150         marks having been changed by a user may be updated when exiting group.
10151
10152 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10155
10156 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10159         calculated ignoring signature parts to gnus-treat-article.
10160
10161 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10164         a point here in order to keep the window start.
10165         (gnus-insert-mime-security-button): Make a button overlay without the
10166         front stickiness.
10167         (gnus-mime-display-security): Goto the end of a button.
10168
10169         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10170
10171 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10174         group-name-at-point.
10175         (gnus-group-completing-read): New function that offers decoded
10176         non-ASCII group names for completion.
10177         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10178         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10179         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10180         (gnus-group-fetch-control): Use it.
10181         (gnus-fetch-group): Use group-name-at-point for the initial value
10182         rather than the default value; use gnus-alive-p.
10183
10184         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10185         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10186         (gnus-summary-post-news): Use gnus-group-completing-read.
10187
10188         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10189         (gnus-read-move-group-name): Decode group name for completion.
10190
10191 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10192
10193         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10194         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10195         Yamaoka slightly modified the code).
10196
10197 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10200         (nnmail-split-incoming): Bind it.
10201
10202         * nnml.el (nnml-group-name-charset): New function.
10203         (nnml-decoded-group-name): Use it; don't decode group name if
10204         nnmail-group-names-not-encoded-p is non-nil.
10205         (nnml-encoded-group-name): New function.
10206         (nnml-group-pathname): Inline nnml-decoded-group-name.
10207         (nnml-request-expire-articles): Decode group name in message.
10208         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10209         nnmail-pathname-coding-system.
10210         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10211         not decoded ones according to nnmail-group-names-not-encoded-p.
10212         (nnml-generate-active-info): Use nnml-encoded-group-name.
10213
10214 2007-08-08  Glenn Morris  <rgm@gnu.org>
10215
10216         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10217         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10218         doc-strings and comments.
10219
10220 2007-07-25  Glenn Morris  <rgm@gnu.org>
10221
10222         * Relicense all FSF files to GPLv3 or later.
10223
10224 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-sum.el (gnus-summary-move-article):
10227         Make gnus-summary-respool-article work.
10228
10229 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10232         string.
10233
10234 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10235
10236         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10237         that should be ignored when comparing distant RSS articles with local
10238         ones.
10239         (nnrss-make-hash-index): New function.  Create a hash index according
10240         to the ignored fields.
10241         (nnrss-check-group): Use it.
10242
10243 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10246
10247         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10248
10249         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10250         the new optional argument ENCODED is non-nil.
10251         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10252         coding system for encoding group name.
10253         (gnus-group-make-rss-group): Pass un-encoded group name to
10254         gnus-group-make-group.
10255         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10256         encoded.
10257
10258         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10259         Encode group name to which articles are moved or copied.
10260         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10261         coding system for encoding Newsgroup, Followup-To and Xref headers.
10262
10263         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10264         marks; use nnheader-file-coding-system to write a file.
10265         (nnagent-retrieve-headers): Bind file-name-coding-system to
10266         nnmail-pathname-coding-system.
10267
10268         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10269
10270         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10271         (nnml-request-article, nnml-request-create-group)
10272         (nnml-request-rename-group, nnml-find-id)
10273         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10274         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10275         (nnml-save-marks): Use nnml-group-pathname instead of
10276         nnmail-group-pathname.
10277
10278         (nnml-request-create-group, nnml-request-expire-articles)
10279         (nnml-request-move-article, nnml-request-delete-group)
10280         (nnml-deletable-article-p, nnml-possibly-create-directory)
10281         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10282         (nnml-open-marks): Bind file-name-coding-system to
10283         nnmail-pathname-coding-system.
10284
10285         (nnml-request-article): Pass server argument to nnml-find-group-number.
10286         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10287         Pass server argument to nnml-possibly-create-directory.
10288         (nnml-request-accept-article): Pass server argument to
10289         nnml-active-number and nnml-save-mail.
10290         (nnml-find-group-number): Pass server argument to nnml-find-id.
10291         (nnml-request-update-info): Pass server argument to
10292         nnml-marks-changed-p.
10293
10294         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10295         (nnml-save-mail, nnml-active-number): Add server argument.
10296
10297         (nnml-request-delete-group): Warn if group is missing.
10298         (nnml-get-nov-buffer): Decode group name.
10299         (nnml-generate-active-info): Encode group name.
10300         (nnml-open-marks): Decode group name in messages.
10301
10302 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10305         if it is not specified.
10306         (gnus-article-pipe-part, gnus-article-save-part)
10307         (gnus-article-interactively-view-part, gnus-article-copy-part)
10308         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10309         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10310         (gnus-article-replace-part, gnus-article-delete-part)
10311         (gnus-article-view-part-as-type): Pass raw prefix argument to
10312         gnus-article-part-wrapper.
10313
10314 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-agent.el (gnus-agent-save-active):
10317         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10318
10319         * gnus-cache.el (gnus-cache-save-buffers)
10320         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10321         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10322         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10323         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10324         (gnus-cache-generate-active, gnus-cache-rename-group)
10325         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10326         (gnus-cache-update-overview-total-fetched-for):
10327         Bind file-name-coding-system to nnmail-pathname-coding-system.
10328         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10329         New variables.
10330         (gnus-cache-decoded-group-name): New function.
10331         (gnus-cache-file-name): Use it.
10332         (gnus-cache-generate-active): Use non-decoded group name for active.
10333
10334         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10335         right place.
10336         (gnus-write-active-file): Don't break non-ASCII group names.
10337
10338         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10339         nnmail-pathname-coding-system.
10340
10341         * lpath.el: Bind default-file-name-coding-system,
10342         file-name-coding-system and language-info-alist for XEmacs.
10343
10344         * gnus-uu.el (gnus-uu-decode-save): Typo.
10345
10346 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10349
10350 2007-07-14  David Kastrup  <dak@gnu.org>
10351
10352         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10353         finishing actions if we did not edit the article.
10354
10355 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10358         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10359         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10360         (gnus-agent-flush-group, gnus-agent-flush-cache)
10361         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10362         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10363         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10364         (gnus-agent-regenerate-group)
10365         (gnus-agent-update-files-total-fetched-for)
10366         (gnus-agent-update-view-total-fetched-for):
10367         Bind file-name-coding-system to nnmail-pathname-coding-system.
10368         (gnus-agent-group-pathname): Don't encode file names by
10369         nnmail-pathname-coding-system.
10370         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10371         coding-system-for-write instead of buffer-file-coding-system to
10372         gnus-agent-file-coding-system.
10373
10374         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10375         Decode group name.
10376
10377         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10378
10379         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10380         (gnus-read-newsrc-el-file): Make group names unibyte.
10381
10382         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10383         nnmail-pathname-coding-system.
10384
10385         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10386         (nnrss-request-delete-group): Bind file-name-coding-system to
10387         nnmail-pathname-coding-system.
10388         (nnrss-read-server-data, nnrss-read-group-data):
10389         Bind file-name-coding-system correctly.
10390         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10391
10392         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10393         (nntp-server-to-method-cache): New variable.
10394         (nntp-group-pathname): New function that decodes non-ASCII group names.
10395         (nntp-possibly-create-directory, nntp-marks-changed-p)
10396         (nntp-save-marks, nntp-open-marks): Use it.
10397         (nntp-possibly-create-directory, nntp-open-marks):
10398         Bind file-name-coding-system to nnmail-pathname-coding-system.
10399         (nntp-open-marks): Decode group names when bootstrapping marks.
10400
10401         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10402         Newsgroups and Folowup-To headers.
10403
10404 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10407         (gnus-server-closed-face, gnus-server-denied-face)
10408         (gnus-server-offline-face): Remove variable.
10409         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10410
10411         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10412         of modifying message-stack directly for XEmacs.
10413
10414         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10415         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10416         if the coding-system argument is nil for XEmacs.
10417
10418         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10419         mm-charset-override-alist.
10420
10421         * rfc2047.el: Don't require base64; require rfc2045 for the function
10422         rfc2045-encode-string.
10423         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10424         to quote the parameter value.
10425
10426 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10429         form in gnus-group-name-charset-method-alist.
10430
10431         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10432         overrides the default layout edit-form.
10433
10434         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10435
10436         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10437
10438 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10441         as unfetched articles.
10442
10443 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10446
10447 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10450         original back end that keeps marks in the local system.
10451
10452 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10455         arg of pop-to-buffer for XEmacs.
10456         (gnus-article-read-summary-keys): Ditto; don't restore window
10457         configuration if summary command ends up with neither article buffer
10458         nor summary buffer; describe bindings if summary keys end with C-h.
10459
10460 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * message.el (message-fix-before-sending): Skip raw message part to be
10463         forwarded while checking illegible text.
10464         (message-forward-make-body-mime, message-forward-make-body):
10465         Mark signed or encrypted raw message as having no illegible text.
10466
10467 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10470         (gnus-message-with-timestamp-1): New macro.
10471         (gnus-message-with-timestamp): New function.
10472         (gnus-message): Use them.
10473
10474         * nnheader.el (nnheader-message): Use them.
10475
10476 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10479         .newsrc.eld file.
10480
10481 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-agent.el (gnus-agent-fetch-headers)
10484         (gnus-agent-retrieve-headers):
10485         Bind gnus-decode-encoded-address-function to identity.
10486
10487         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10488         available also when the server returns simply a dot.
10489
10490         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10491
10492 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10495
10496 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-ems.el (gnus-x-splash): Make it work.
10499
10500         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10501         from being used.
10502
10503         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10504
10505 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10508         4th and the 5th arguments.
10509
10510         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10511         the front stickiness.
10512         (gnus-article-summary-command-nosave): Correct the order of the
10513         arguments passed to pop-to-buffer.
10514         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10515         summary command ends up with the article buffer.
10516
10517         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10518         the same faces.
10519
10520 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10521
10522         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10523
10524 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10525
10526         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10527         * gnus-sum.el (gnus-summary-highlight):
10528         * pgg.el (pgg-sign-region, pgg-sign):
10529         * mail-source.el (mail-source-delete-old-incoming-confirm):
10530         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10531
10532 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-art.el (gnus-mime-view-part-externally)
10535         (gnus-mime-view-part-internally): Fix predicate function passed to
10536         completing-read.
10537
10538         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10539
10540         * gnus.el (gnus-update-message-archive-method): Add :version.
10541
10542 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus.el (gnus-update-message-archive-method): New variable.
10545
10546         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10547         according to gnus-message-archive-method if
10548         gnus-update-message-archive-method is non-nil.
10549
10550 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10553         Suggested by Loic Dachary <loic@dachary.org>.
10554         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10555
10556 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * message.el (message-pop-to-buffer): Add switch-function argument.
10559         (message-mail): Pass switch-function argument to it.
10560
10561 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10564         Improve doc string.
10565
10566 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10569         (gnus-header-content)
10570         * gnus-cite.el (gnus-cite-10)
10571         * gnus-srvr.el (gnus-server-closed)
10572         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10573         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10574         (gnus-group-mail-3-empty, gnus-group-mail-low)
10575         (gnus-group-mail-low-empty, gnus-splash)
10576         * message.el (message-header-to, message-header-cc)
10577         (message-header-subject, message-header-other, message-header-name)
10578         (message-header-xheader, message-separator, message-cited-text)
10579         (message-mml): Lighten colors of faces used for dark background.
10580
10581 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10582
10583         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10584         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10585
10586 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * message.el (message-narrow-to-headers-or-head):
10589         Ignore mail-header-separator in the body.
10590
10591 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10594         same as window size.
10595
10596 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10597
10598         * message.el (message-font-lock-keywords): Use message-header-xheader
10599         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10600         ahead of the anything pattern, to get it recognised.
10601
10602 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10605         spam.el loads uses it in the compiled defadvice form.
10606
10607 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10608
10609         * gnus-sum.el (gnus-articles-to-read)
10610         (gnus-summary-insert-old-articles): Don't truncate group name for
10611         `read-string'.
10612
10613         * gnus-util.el (gnus-limit-string): Delete this function.
10614
10615         * gnus-sum.el (gnus-simplify-subject-fully):
10616         Use `truncate-string-to-width' instead.
10617
10618 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10619
10620         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10621         Tell if, on summary exit, the next group has to be selected.
10622         (gnus-summary-exit): Use it.
10623
10624 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10627         non-break space.
10628
10629 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10632         Check if group is not a directory.
10633         (nnfolder-request-expire-articles): Don't delete articles if the target
10634         group is not available.
10635
10636         * nnml.el (nnml-request-create-group): Properly check if group is not a
10637         file.
10638         (nnml-request-expire-articles): Don't delete articles if the target
10639         group is not available.
10640
10641         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10642         Don't quote characters that are within parentheses.
10643
10644 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10647         (gnus-handle-ephemeral-exit): Select article according to it.
10648
10649 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * message.el (message-insert-formated-citation-line): Remove newline.
10652         (message-citation-line-format): Add final \n here so that the user can
10653         avoid a blank line.
10654
10655 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10656
10657         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10658         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10659         Update lanl/arXiv support.
10660
10661 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus.el: Bump version number.
10664
10665 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * gnus.el (gnus-version-number): Bump version.
10668
10669 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10670
10671         * gnus.el: No Gnus v0.6 is released.
10672
10673 2007-04-27  Didier Verna  <didier@xemacs.org>
10674
10675         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10676         * gmm-utils.el (gmm-regexp-concat): ... here.
10677         * message.el: Don't require 'gnus-util.
10678         (message-dont-reply-to-names): Handle name change above.
10679         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10680
10681 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10684         since the initial value varies according to the system.
10685
10686 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10689
10690 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10691
10692         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10693
10694 2007-04-24  Didier Verna  <didier@xemacs.org>
10695
10696         Improve the type of gnus-ignored-from-addresses.
10697         * gnus-util.el (gnus-orify-regexp): New function.
10698         * message.el (gnus-util): Require it.
10699         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10700         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10702
10703 2007-04-24  Didier Verna  <didier@xemacs.org>
10704
10705         * gnus-sum.el:
10706         * gnus-utils.el: Fix some trailing whitespaces.
10707
10708 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10711         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10712         article's Message-ID; refer parent article in summary buffer.
10713
10714         * message.el (message-bounce): Call mime-to-mml.
10715
10716         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10717         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10718         optimize and/or forms properly.
10719
10720 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10723         URL.
10724
10725 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10728
10729 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10732         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10733         displayed of multipart/alternative part if it is invoked from summary
10734         buffer.
10735
10736         * mm-view.el (mm-inline-text-html-render-with-w3m)
10737         (mm-inline-text-html-render-with-w3m-standalone)
10738         (mm-inline-render-with-function): Use mail-parse-charset by default.
10739
10740 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10741
10742         * parse-time.el (parse-time-string-chars): Check if CHAR
10743         is less than the length of parse-time-syntax.
10744
10745 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10748         from gnus-newsgroup-processable.
10749
10750 2007-04-16  Didier Verna  <didier@xemacs.org>
10751
10752         * gnus-msg.el (gnus-configure-posting-styles):
10753         Handle message-signature-directory properly with :file syntax.
10754         Reported by "Leo".
10755
10756 2007-04-11  Didier Verna  <didier@xemacs.org>
10757
10758         New user option: message-signature-directory.
10759         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10760         * message.el (message-insert-signature): Ditto.
10761         * message.el (message-signature-file): Doc update.
10762         * message.el (message-signature-directory): New.
10763
10764 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-msg.el (gnus-inews-yank-articles):
10767         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10768
10769 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * message.el (message-yank-original): Make sure cited text ends with
10772         newline; don't exchange point and mark.
10773
10774 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10775
10776         * tls.el (open-tls-stream): Properly handle case where there
10777         is no associated buffer.
10778
10779 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10780
10781         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10782         message-yank-original, make sure (< mark TEXT point).
10783
10784 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * message.el (message-fill-column): New variable.
10787         (message-mode): Use it.  Add comment on a possible new hook.
10788
10789         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10790         (nnmail-get-new-mail): Reformat.
10791
10792         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10793
10794         * gmm-utils.el: Fix Commentary.
10795         (gmm-tool-bar-from-list): Fix typo in doc string.
10796
10797 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10798
10799         * message.el (message-yank-original): Don't switch point and mark
10800         unnecessarily to put point and mark as documented.
10801
10802 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10805         from the message heads.
10806
10807 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10808
10809         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10810         article buffer does not have a window.  This may not be the best
10811         solution but is certainly better than setting the start of the null,
10812         that is the current, window.
10813
10814 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10817         (gnus-draft-setup): Run it.
10818
10819         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10820         gnus-score-fast-scoring.  Allow regexp.
10821         (gnus-score-headers): Use it.
10822
10823         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10824         XEmacs.
10825
10826         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10827         string.
10828         (gnus-button-alist): Also catch `<f1> k ...'.
10829         (gnus-treat-display-x-face): Fix doc string.
10830
10831 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10832
10833         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10834         evaluation of gnus-extended-version to ensure correct generation of the
10835         User-Agent header when message-generate-headers-first is used.
10836
10837 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10838
10839         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10840         hashcash-path is nil.  Don't call callback with incorrect number of
10841         parameters if val is 0.
10842
10843 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10844
10845         * message.el (message-required-news-headers):
10846         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10847
10848 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10849
10850         * tls.el (open-tls-stream): In handshake-waiting loop,
10851         don't wait more if there is output available to process.
10852
10853 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10854
10855         * tls.el (tls-program): Doc fix.
10856
10857 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * message.el (message-generate-new-buffers): Change the meaning of the
10860         nil value; add `standard' to the choices; treat t as `unique'; improve
10861         doc string.
10862         (gnus-select-frame-set-input-focus): Autoload.
10863         (message-buffer-name): Search for the existing message buffer if
10864         message-generate-new-buffers is nil or `standard'; treat the value t of
10865         message-generate-new-buffers as `unique'.
10866         (message-pop-to-buffer): Raise the frame already displaying the message
10867         buffer; clear the echo area after querying.
10868         (message-setup): Pass the `continue' argument to compose-mail.
10869         (message-mail): Prefer `switch-function' if it is given; search for the
10870         existing message buffer if the `continue' argument is non-nil; pass
10871         continue and switch-function arguments to compose-mail by way of
10872         message-setup.
10873         (message-mail-other-window): Adjust argument of message-setup.
10874         (message-mail-other-frame): Ditto.
10875
10876 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10879         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10880         to turn font-lock on when turning gnus-message-citation-mode on.
10881
10882 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10883
10884         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10885         (mml-smime-function-alist): New variable; add epg as the backend.
10886         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10887         mml-smime- functions instead.
10888         * mm-view.el: Require smime.
10889
10890 2007-03-05  Didier Verna  <didier@xemacs.org>
10891
10892         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10893         instead of just inheritance for posting styles.
10894         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10895
10896 2007-02-24  Chris Moore  <dooglus@gmail.com>
10897
10898         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10899         * pgg-pgp.el (pgg-pgp-encrypt-region):
10900         * pgg-gpg.el (pgg-gpg-encrypt-region):
10901         Check pgg-encrypt-for-me if no other recipients.
10902
10903 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10904
10905         * tls.el (tls-certtool-program): Fix custom type.
10906
10907 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10910         and point-at-eol instead of line-(beginning|end)-position.
10911
10912         * assistant.el (assistant-parse-buffer): Ditto.
10913
10914         * netrc.el (netrc-parse-services): Ditto.
10915
10916 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10917
10918         * mml2015.el (mml2015-epg-find-usable-key): New function.
10919         (mml2015-epg-sign): Use it.
10920         (mml2015-epg-encrypt): Use it.
10921
10922 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * message.el (message-make-in-reply-to): Quote name containing
10925         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10926         if there are special characters.  Reported by NAKAJI Hiroyuki
10927         <nakaji@jp.freebsd.org>.
10928
10929 2007-02-27  Didier Verna  <didier@xemacs.org>
10930
10931         Include the group parameters as well as the topic ones in the
10932         inheritance filter process.
10933         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10934         argument GROUP-PARAMS-LIST.
10935         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10936
10937 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * nntp.el (nntp-never-echoes-commands)
10940         (nntp-open-connection-functions-never-echo-commands): New variables.
10941         (nntp-send-command): Use them.
10942
10943 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10944
10945         * mml2015.el (mml2015-epg-verify): Simplify.
10946
10947 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * mml.el (mml-content-disposition-alist): New user option.
10950         (mml-content-disposition): New function.
10951         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10952         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10953
10954 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10955
10956         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10957         verification.
10958
10959 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10960
10961         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10962         articles posted in the last 24 hours.
10963
10964 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10965
10966         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10967
10968 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10969
10970         * nntp.el (nntp-send-command): Don't wait for echoes when
10971         nntp-open-ssl-stream is used.
10972
10973 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10976         (gnus-message-add-citation-keywords)
10977         (gnus-message-remove-citation-keywords): Remove.
10978         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10979         directly, make the variables in font-lock-defaults buffer-local, add
10980         gnus-message-citation-keywords to them and then update the value of
10981         font-lock-keywords.
10982
10983 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * message.el (message-cite-original-1): Don't call
10986         gnus-article-highlight-citation.
10987
10988         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10989         citations; fix line count.
10990
10991 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10994         (gnus-message-add-citation-keywords)
10995         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10996         versions of font-lock-add-keywords and font-lock-remove-keywords to
10997         work with XEmacs correctly.
10998
10999 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-cite.el (gnus-cite-face-list): Set the values of
11002         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11003         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11004         (gnus-message-cite-prefix-regexp): New variable.
11005         (gnus-message-search-citation-line): Use it; protect against long
11006         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11007         the 0th match data for Emacs.
11008         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11009         (gnus-message-add-citation-keywords): Append keywords rather than
11010         prepending; emulate font-lock-add-keywords if it is not available.
11011         (gnus-message-remove-citation-keywords):
11012         Emulate font-lock-remove-keywords if it is not available.
11013
11014         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11015
11016         * message.el (message-cite-prefix-regexp): Set the value of
11017         gnus-message-cite-prefix-regexp.
11018
11019 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11020
11021         * nnweb.el (nnweb-google-parse-1): Update parser.
11022
11023 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11024
11025         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11026
11027 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11028
11029         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11030         regexp.
11031
11032 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11035         string-to-multibyte.
11036         (uudecode-decode-region-internal): Use it.
11037
11038         * lpath.el: Fbind string-as-multibyte for XEmacs.
11039
11040 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11043         Fix custom choice.
11044
11045         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11046
11047 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11048
11049         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11050
11051         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11052         `write-region' to respect `mm-inhibit-file-name-handlers'.
11053
11054 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11057         Use gnus-home-directory instead of "~/" or "$HOME".
11058
11059 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11060
11061         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11062         to mention filename.
11063         Add comments at beginning regarding usage.
11064         (encrypt-write-file-contents): Change interactive so a string is
11065         acceptable.  If the file has no associated model, show an error instead
11066         of a nonsense prompt.
11067
11068 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11069
11070         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11071         Thanks to Yoshihiko Yamada for kind notification of this typo.
11072
11073 2007-01-12  Kenichi Handa  <handa@m17n.org>
11074
11075         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11076         multibyte buffer.
11077
11078 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-score.el (gnus-score-fast-scoring): New variable.
11081         (gnus-score-headers): Use it.
11082
11083         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11084
11085         * message.el (message-cite-original-1):
11086         Call gnus-article-highlight-citation if requested.
11087         (message-make-from): Allow name and address as optional arguments.
11088
11089         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11090
11091         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11092         bugs to doc string.
11093         (gnus-button-alist): Add mid\\|message-id.
11094         (gnus-button-fetch-group): Extend for use in
11095         `browse-url-browser-function'.
11096         (gnus-button-url-regexp): Try to catch paired parentheses like in
11097         Wikipedia URLs.
11098
11099         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11100         Suggested by Simon Krahnke <overlord@gmx.li>.
11101
11102 2007-01-13  Romain Francoise  <romain@orebokech.com>
11103
11104         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11105         Update copyright.
11106
11107 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11108
11109         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11110
11111 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11112
11113         * gnus-registry.el (gnus-registry-unfollowed-groups)
11114         (gnus-registry-split-fancy-with-parent): Fix documentation.
11115
11116 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11119         from nnweb groups.
11120
11121 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11124         Xref urls.  Erase buffer before requesting head.
11125
11126         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11127
11128 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11131         customizable.
11132
11133 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11134
11135         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11136         no signing key is found.
11137         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11138         no encrypting and/or signing key is found.
11139
11140 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11143
11144 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11145
11146         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11147         headers read from disk with the ones newly found in the current search.
11148         This should no longer cause problems, because the article numbers in
11149         Gmane's `nov.php' output are ignored since the previous change.
11150
11151 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11152
11153         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11154
11155 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11158         replace-regexp-in-string; bind url-version; fbind display-images-p and
11159         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11160         find-face and set-itimer-function for Emacs; bind itimer-list for
11161         Emacs.
11162
11163         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11164
11165 2007-01-01  Romain Francoise  <romain@orebokech.com>
11166
11167         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11168
11169 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11170
11171         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11172         `define-minor-mode' macro definition expanded properly.
11173         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11174         exclude it there.
11175
11176         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11177         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11178         `fboundp' test.
11179         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11180         This is OK to autoload in (S)XEmacs now.
11181
11182 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11185         keystroke.
11186         (gnus-summary-limit-to-singletons): Fix typo.
11187
11188         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11189         else fails.
11190
11191 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11192
11193         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11194         docstring.
11195
11196         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11197         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11198         (gnus-summary-insert-dormant-articles): Fix typo in message.
11199
11200 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11203         nil for XEmacs.
11204         (gnus-message-citation-mode): Don't autoload in XEmacs.
11205
11206         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11207
11208 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11209
11210         * nnimap.el (nnimap-expunge-search-string):
11211         Mention nnimap-search-uids-not-since-is-evil in docstring.
11212
11213 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * spam.el: Revert to make-obsolete-variable because
11216         define-obsolete-variable-alias is not supported in Emacs 21.
11217
11218         * spam.el (spam-ifile-path, spam-ifile-database-path)
11219         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11220         make-obsolete-variable.
11221         (spam-bsfilter-path, spam-bsfilter-program)
11222         (spam-spamassassin-path, spam-spamassassin-program)
11223         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11224         Don't use "path" inappropriately.
11225         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11226         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11227         variable names.
11228
11229 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11230
11231         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11232         summary buffer.
11233
11234         * password.el (password-cache-remove): Use clear-string to burn
11235         password, if available.
11236
11237 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11240
11241         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11242
11243         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11244         (gnus-message-highlight-citation): Move defcustom here from
11245         gnus-cite.el.
11246         (gnus-message-citation-mode): Autoload.
11247
11248         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11249         checks to make it compile with XEmacs.
11250         (gnus-message-citation-mode): New minor mode.
11251         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11252         (gnus-message-highlight-citation): New variables.
11253         (gnus-message-search-citation-line)
11254         (gnus-message-add-citation-keywords)
11255         (gnus-message-remove-citation-keywords)
11256         (turn-on-gnus-message-citation-mode)
11257         (turn-off-gnus-message-citation-mode): New functions.
11258
11259 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11260
11261         * gnus-cite.el: Enable highlighting of different citation levels in
11262         message-mode.
11263
11264 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * message.el (message-make-fqdn): Fix comment.
11267         (message-bogus-system-names): Add ".local".
11268
11269         * spam.el (spam-ifile-path, spam-ifile-program)
11270         (spam-ifile-database-path, spam-ifile-database)
11271         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11272         Don't use "path" inappropriately.
11273         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11274         strings.
11275         (spam-check-ifile, spam-ifile-register-with-ifile)
11276         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11277         Use new variable names.
11278
11279         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11280         (gnus-treat-display-smileys): Simplify using
11281         gnus-image-type-available-p.
11282
11283         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11284         available.
11285
11286         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11287         Use `display-images-p' if available.
11288
11289 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11292         one after turning on the buffer's multibyteness instead of decoding
11293         them directly in the unibyte buffer that causes unexpected conversion
11294         in Emacs 23 (unicode).
11295
11296 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11297
11298         * message.el (message-generate-hashcash): Fix custom type.
11299
11300 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11303
11304 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11307         disconnect icons.  Add help text.
11308
11309 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11310
11311         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11312         negated to be consistent with the others we handle.
11313
11314 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315
11316         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11317         version of gnus-summary-buffer to something, so that we can use two
11318         article buffers at the same time.
11319
11320 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11323         trigger all the extra headers.
11324         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11325         sorting.
11326
11327 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11328
11329         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11330         solid groups.
11331
11332 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11333
11334         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11335
11336 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * legacy-gnus-agent.el: Add Copyright notice.
11339
11340 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11341
11342         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11343
11344 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11347
11348         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11349         to make it work reliably in CVS Emacs.
11350         (gnus-summary-limit-strange-charsets-predicate)
11351         (gnus-summary-limit-to-predicate): New functions.
11352
11353 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11354
11355         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11356         specifying array size.
11357         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11358         array if it is too small.
11359         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11360         (gnus-sort-threads-loop): New function.
11361
11362 2006-12-06  Chris Moore  <dooglus@gmail.com>
11363
11364         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11365         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11366
11367 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11368
11369         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11370         options.
11371
11372 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11375         DOS-ing the recipient.
11376
11377         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11378         the headers when creating the mapping to avoid mismappings.
11379         (nnweb-gmane-create-mapping): Always nix out old mapping.
11380
11381 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11384         and mm-verify-option to never.
11385
11386 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * message.el (message-signed-or-encrypted-p): New function.
11389         (message-forward-make-body): Use it.
11390
11391         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11392         Replace encode-coding-string with mm-encode-coding-string.
11393
11394 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * nneething.el (nneething-decode-file-name):
11397         Replace decode-coding-string with mm-decode-coding-string.
11398
11399         * gnus-int.el (gnus-open-server): Say failed server's name.
11400
11401 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11402
11403         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11404         strings to a single string.  Quote `errors-file-name'.
11405         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11406         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11407         Adjust calls.  Use `shell-quote-argument'.
11408
11409 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11410
11411         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11412         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11413
11414         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11415         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11416         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11417         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11418         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11419         (gnus-subscribe-newsgroup, gnus-1):
11420         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11421         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11422         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11423         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11424
11425 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11426
11427         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11428         keystroke.
11429         (gnus-summary-limit-to-bodies): Implement headersp.
11430
11431 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11434
11435 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11438
11439 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * message.el (message-generate-hashcash): Expand range of values to
11442         include `opportunistic'.
11443         (message-send-mail): Use it.
11444
11445 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11446
11447         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11448         and comment it.
11449
11450         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11451
11452 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus-util.el (gnus-extract-address-components): Improve comment.
11455
11456 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-util.el (gnus-extract-address-components): Work with address in
11459         which the name portion contains @.
11460
11461         * lpath.el: Fbind custom-autoload.
11462
11463 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus.el (gnus-start): Move custom group up.
11466         (gnus-select-method): Don't autoload, but make it available for
11467         `customize-variable'.
11468         (gnus-getenv-nntpserver): Don't autoload.
11469
11470 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11471
11472         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11473
11474 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * message.el (message-sendmail-extra-arguments): New variable.
11477         (message-send-mail-with-sendmail): Use it.
11478
11479 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11482         mm-with-unibyte-current-buffer to make string unibyte.
11483
11484         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11485         mm-string-as-multibyte.
11486
11487 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11488
11489         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11490         Reported by Werner Koch <wk@gnupg.org>.
11491
11492 2006-11-14  Daiki Ueno  <ueno@p360>
11493
11494         * mml2015.el: Autoload epa-select-keys when compiling.
11495
11496 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11497
11498         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11499         message-options.
11500         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11501
11502 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11503
11504         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11505         EasyPG (< 0.0.6).
11506         (mml2015-always-trust): New user option.
11507         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11508         prompt.
11509
11510 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * nntp.el (nntp-authinfo-force): New variable.
11513         (nntp-send-authinfo): Use it.
11514
11515 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11518         decode encoded words.  Improve prompt.  Add comment about forwarding.
11519         (message-replacement-char): Move up.
11520
11521 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11522
11523         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11524         instead of gnus-intersection because arguments of gnus-sorted-nunion
11525         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11526
11527 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11530         (message-simplify-subject-functions):
11531         Enable message-strip-subject-encoded-words by default.
11532
11533 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * message.el (message-strip-subject-encoded-words): New function.
11536         (message-simplify-subject-functions): New variable.
11537         (message-simplify-subject): Use it.  Fix typo in doc string.
11538         Support message-strip-subject-encoded-words.
11539
11540 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11541
11542         * gnus-diary.el (gnus-diary-delay-format-function):
11543         * nndiary.el (nndiary-reminders):
11544         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11545
11546 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-art.el (article-hide-boring-headers): Fetch date from
11549         gnus-original-article-buffer to avoid problems with localized date
11550         strings.
11551
11552 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11555
11556 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11559         New variables.
11560         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11561         (mm-charset-synonym-alist): Move some entries to
11562         mm-codepage-iso-8859-list.
11563         (mm-charset-synonym-alist, mm-charset-override-alist):
11564         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11565
11566 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11569
11570 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11573         with Emacs 21 and XEmacs.
11574
11575 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11576
11577         * spam.el (spam-parse-address): New function for better parsing,
11578         catching errors, etc.
11579         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11580
11581 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * mm-view.el: Add interactive arg to html2text autoload.
11584
11585 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11588
11589 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11592         New variables.
11593         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11594         (mm-charset-synonym-alist): Move some entries to
11595         mm-codepage-iso-8859-list.
11596
11597         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11598
11599 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * message.el (message-citation-line-format)
11602         (message-insert-formated-citation-line): Fix implementation of %E, %N
11603         and %n according to the doc string.
11604
11605 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11606
11607         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11608         Use car-safe to avoid bad parses.
11609
11610 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11613         names.
11614
11615         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11616
11617 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11620         header.
11621
11622         * message.el (message-draft-headers): Add Date.
11623         (message-headers-to-generate): Fix typo in docstring.
11624
11625         * nndraft.el (nndraft-required-headers): New variable.
11626         (nndraft-generate-headers): Use it.
11627
11628         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11629
11630 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11631
11632         * gnus-registry.el (gnus-registry-wash-for-keywords)
11633         (gnus-registry-find-keywords): New functions to allow easy searching of
11634         articles that are in the registry.
11635
11636 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11639         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11640         Reported by Damien Elmes <damien@repose.cx>.
11641
11642 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus.el (gnus-mime): Remove unused custom group.
11645
11646 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11647
11648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11649         "blank line" when searching for end of armor headers.
11650
11651 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gmm-utils.el (gmm-write-region): Fix variable name.
11654
11655 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * gmm-utils.el (gmm-write-region): New function based on compatibility
11658         code from `mm-make-temp-file'.
11659
11660         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11661
11662         * nnmaildir.el (nnmaildir--update-nov)
11663         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11664         Use `gmm-write-region'.
11665
11666 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11669         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11670
11671         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11672
11673         * message.el (message-replacement-char): New variable.
11674         (message-fix-before-sending): Use it.
11675         (message-simplify-subject): New function to remove duplicate code.
11676         (message-reply, message-followup): Use it.
11677
11678         * gnus-sum.el (gnus-summary-make-menu-bar):
11679         Clarify gnus-summary-limit-to-articles.
11680
11681 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-util.el (gnus-with-local-quit): New macro.
11684
11685         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11686
11687 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11688
11689         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11690         ignore non-string data.
11691
11692 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11693
11694         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11695         non-string data (needs to be done in the registry too).
11696
11697 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11698
11699         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11700         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11701         (gnus-registry-split-fancy-with-parent)
11702         (gnus-registry-fetch-simplified-message-subject-fast)
11703         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11704         Remove text properties on ingress into the registry and when it's saved.
11705         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11706         registry from entries with no groups.
11707
11708 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11709
11710         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11711         function to remove string properties.
11712
11713 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gmm-utils.el (gmm): Adjust custom version.
11716
11717         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11718         Adjust custom version.
11719
11720         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11721
11722 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * gnus-art.el (gnus-insert-prev-page-button)
11725         (gnus-insert-next-page-button): Simplify.  Reformat.
11726
11727 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11728
11729         * gnus-art.el (gnus-insert-prev-page-button)
11730         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11731
11732 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11733
11734         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11735
11736 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11737
11738         * gnus-art.el (gnus-insert-mime-button)
11739         (gnus-insert-mime-security-button):
11740         Apply gnus-article-button-face to MIME and security buttons.
11741
11742 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11745         readable.
11746
11747 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11750
11751 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11752
11753         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11754         `browse-url-of-file' instead of `browse-url'.
11755
11756 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11757
11758         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11759         regexp.  Articles containing quotation were cut prematurely.
11760
11761 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * message.el (message-cite-original-1): Use nobody by default for the
11764         value of From header.
11765         (message-reply): Ditto.
11766
11767 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11768
11769         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11770         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11771         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11772
11773 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11776         mails in the doc string.  Add some URLs in comment.
11777         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11778
11779 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11782         backslashes handling and the way to find boundaries of quoted strings.
11783
11784 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11785
11786         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11787         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11788         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11789         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11790
11791 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11794         doc string.
11795         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11796
11797 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * lpath.el: Fbind epg-check-configuration.
11800
11801 2006-09-06  Simon Josefsson  <jas@extundo.com>
11802
11803         * mml2015.el (mml2015-use): Doc fix, mention epg.
11804
11805 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11806
11807         * mml2015.el (mml2015-use): Default to epg, if available.
11808
11809 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11810
11811         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11812         message-sender.
11813         (mml1991-epg-encrypt): Ditto.
11814         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11815         message-sender.
11816         (mml2015-epg-encrypt): Ditto.
11817
11818 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11819
11820         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11821         several common directories.
11822
11823 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11824
11825         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11826         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11827
11828 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * gnus-art.el (article-decode-encoded-words): Make it fast.
11831
11832 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11835
11836         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11837         in quoted string into `\'.
11838
11839 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11842         Use standard-syntax-table.
11843
11844 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (gnus-decode-address-function): New variable.
11847         (article-decode-encoded-words): Use it to decode headers which are
11848         assumed to contain addresses.
11849         (gnus-mime-delete-part): Remove useless `or'.
11850
11851         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11852         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11853         (gnus-nov-parse-line): Use it to decode From header.
11854         (gnus-get-newsgroup-headers): Ditto.
11855         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11856
11857         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11858         (mail-decode-encoded-address-string): New alias.
11859
11860         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11861         New function.
11862         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11863         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11864         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11865         (rfc2047-decode-string): Ditto.
11866         (rfc2047-decode-address-region): New function.
11867         (rfc2047-decode-address-string): New function.
11868
11869 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * message.el (message-caesar-buffer-body): Allow rotating headers.
11872
11873         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11874
11875         * message.el (message-insert-formated-citation-line): Fix %f.
11876         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11877
11878 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11881         (gnus-bookmark-mouse-available-p): New macro.
11882         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11883         (gnus-bookmark-bmenu-show-infos): Use it.
11884         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11885         (gnus-bookmark-bmenu-hide-infos): Ditto.
11886         (gnus-bookmark-remove-properties): New function.
11887         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11888         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11889         (gnus-bookmark-write-file): Bind coding-system-for-write.
11890         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11891         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11892         group before selecting it.
11893         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11894         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11895         quit-window if it is not available; use gnus-mouse-2 and bind it to
11896         gnus-bookmark-bmenu-select-by-mouse.
11897         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11898         (gnus-bookmark-bmenu-select-by-mouse): New function.
11899
11900 2006-08-13  Romain Francoise  <romain@orebokech.com>
11901
11902         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11903         space.
11904
11905 2006-08-10  Romain Francoise  <romain@orebokech.com>
11906
11907         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11908         (dns-mode-soa-auto-increment-serial): New user option.
11909         (dns-mode-soa-maybe-increment-serial): New function.
11910         (dns-mode): Add the latter to `write-contents-functions'.
11911
11912 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * compface.el (uncompface): Use binary rather than raw-text-unix.
11915
11916 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * compface.el (uncompface): Make sure the eol conversion doesn't take
11919         place when communicating with the external programs.
11920         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11921
11922 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11925
11926 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11927
11928         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11929         Make it more robust by parsing author and date independently.
11930
11931 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11934
11935 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11936
11937         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11938         first matching secret key.
11939         (mml2015-epg-encrypt): Ditto.
11940
11941         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11942         first matching secret key.
11943         (mml1991-epg-encrypt): Ditto.
11944
11945         * mml2015.el (mml2015-encrypt-to-self): New user option.
11946         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11947         mml2015-epg-encrypt-to-self is set.
11948
11949         * mml1991.el (mml1991-encrypt-to-self): New variable.
11950         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11951         mml1991-epg-encrypt-to-self is set.
11952
11953         * mml2015.el (mml2015-signers): New user option.
11954         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11955         (mml2015-epg-encrypt): Allow to select signing keys.
11956
11957         * mml1991.el (mml1991-signers): New variable.
11958         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11959         (mml1991-epg-encrypt): Allow to select signing keys.
11960
11961 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * nnheader.el (nnheader-insert-head): Make it work even if the file
11964         uses CRLF for the line-break code.
11965
11966 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11967
11968         * mml2015.el: Require mml-sec instead of password.
11969         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11970         (mml2015-cache-passphrase): Inherit the default value from
11971         mml-secure-cache-passphrase.
11972         (mml2015-passphrase-cache-expiry): Inherit the default value from
11973         mml-secure-passphrase-cache-expiry.
11974
11975         * mml1991.el: Require mml-sec instead of password.
11976         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11977         (mml1991-cache-passphrase): Inherit the default value from
11978         mml-secure-cache-passphrase.
11979         (mml1991-passphrase-cache-expiry): Inherit the default value from
11980         mml-secure-passphrase-cache-expiry.
11981
11982         * mml-sec.el: Require password.
11983         (mml-secure-verbose): New user option.
11984         (mml-secure-cache-passphrase): New user option.
11985         (mml-secure-passphrase-cache-expiry): New user option.
11986
11987 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11988
11989         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11990         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11991         andreas@altroot.de (Andreas Vögele).
11992
11993         FIXME: Use `tiny change'?
11994
11995 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11996
11997         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11998         workaround for the url package included with Emacs.
11999
12000         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12001
12002 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12005         correctly.  This fixes a bug caused by the 2006-05-12 change.
12006
12007 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12008
12009         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12010         some information about the error when saying that the `bogus' mail
12011         group will be used.
12012
12013 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12016         string.
12017
12018 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12019
12020         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12021
12022 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023
12024         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12025
12026 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12027
12028         * mml1991.el (mml1991-function-alist): Add epg.
12029         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12030         (mml1991-epg-encrypt): New functions.
12031
12032 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12033
12034         * mml2015.el (mml2015-verbose): New variable.
12035         (mml2015-cache-passphrase): Ditto.
12036         (mml2015-passphrase-cache-expiry): Ditto.
12037         (mml2015-function-alist): Add epg.
12038         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12039         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12040         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12041         New functions.
12042
12043 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12044
12045         * message.el (message-cite-original-1): Preserve region when removing
12046         quoted text due to X-No-Archive in order to avoid bogus attribution
12047         when citing multiple messages.
12048
12049 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12052         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12053
12054 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-diary.el (gnus-user-format-function-d)
12057         (gnus-user-format-function-D): Autoload.
12058
12059         * imap.el (Commentary): Fix typo.
12060
12061         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12062         2006-04-22 contribution.
12063
12064 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12065
12066         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12067         It didn't really fix the bogosity I'm seeing with solid web groups.
12068
12069 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12070
12071         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12072         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12073         created using server names.  If we use the feature without declaring
12074         it, Gnus does not properly manage server and group state.
12075
12076         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12077         bound.
12078
12079 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12080
12081         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12082         looking up the method using GROUP's prefix before inventing a new one.
12083         It is used on killed/unknown groups in various places where returning
12084         an all-new method isn't expected by the caller.
12085
12086         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12087         and match semantics of gnus-group-real-prefix.
12088
12089 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * nnmail.el (nnmail-broken-references-mailers): New variable.
12092         (nnmail-ignore-broken-references): New function generalizing
12093         nnmail-fix-eudora-headers.
12094         (nnmail-fix-eudora-headers): Now obsolete.
12095
12096         * gnus-art.el (gnus-button-handle-custom):
12097         Support `customize-apropos*'.
12098
12099 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12102
12103         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12104         articles.
12105
12106 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * message.el (message-cite-reply-above): New variable.
12109         (message-yank-original): Use it.
12110
12111 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12114
12115 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12118         as read.
12119
12120         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12121
12122 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12125         (gnus-bookmark-default-file): Use gnus-directory.
12126         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12127         Remove "*" in doc string.
12128         (gnus-bookmark-write-file): Simplify.
12129         (gnus-bookmark-maybe-sort-alist): Use `when'.
12130         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12131         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12132         Add FIXME about Emacs 21 and XEmacs compatibility.
12133         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12134         compatibility.
12135         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12136         compatibility.
12137         (gnus-bookmark-menu-heading): Fix version.
12138
12139 2006-06-19  Bastien Guerry  <bzg@altern.org>
12140
12141         * gnus-bookmark.el: New file.
12142
12143 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * message.el (message-syntax-checks): Doc fix.
12146
12147 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12148
12149         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12150         unsubscribed groups as if they were killed ones.  It causes duplicate
12151         entries in gnus-newsrc-alist.
12152
12153 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * message.el (message-syntax-checks): Doc fix.
12156         (message-send-mail): Add check for continuation headers.
12157         (message-check-news-header-syntax): Fix regexp used to check for
12158         continuation headers.
12159
12160 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12163
12164 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12167
12168 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12171         default-truncate-lines.
12172
12173 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12176         to fill the utf-8 entry.
12177
12178         * lpath.el: Fbind unicode-precedence-list.
12179
12180 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12181
12182         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12183
12184 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12185
12186         * gnus-agent.el (directory-files-and-attributes): Move all the way
12187         forward (the third and final move).
12188         (gnus-agent-read-agentview): Trap reconstruction errors due to
12189         nonexistent directory.  Handle by returning nil.
12190
12191 2006-05-30  Didier Verna  <didier@xemacs.org>
12192
12193         * message.el (message-dont-reply-to-names): Update the custom type.
12194         * message.el (message-dont-reply-to-names): New defsubst: potentially
12195         convert a list of regexps into a single one.
12196         * message.el (message-get-reply-headers): Use it.
12197         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12198
12199 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * gnus-agent.el (directory-files-and-attributes): Move forward.
12202
12203 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * gnus-ml.el (gnus-mailing-list-subscribe)
12206         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12207         (gnus-mailing-list-message): Fix doc strings.
12208
12209 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12210
12211         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12212         of doing it manually.
12213
12214 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12217         comment.
12218
12219 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12220
12221         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12222         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12223         (gnus-agent-read-local): All symbols allocated in my-obarray.
12224         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12225         (gnus-agent-regenerate-group): Check numeric names to see if they are
12226         messages or groups.
12227         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12228         better way of do this...)
12229
12230         * gnus-cache.el (gnus-agent-total-fetched-for):
12231         Ignore 'dummy.group' (there should be a better way of do this...)
12232
12233 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12236         (gnus-saved-headers): Ditto.
12237         (gnus-default-article-saver): Mention functions may have properties.
12238         (gnus-article-save): Override gnus-save-all-headers and
12239         gnus-saved-headers by :headers property which saver function may have.
12240         (gnus-summary-save-in-file): Add :headers property.
12241         (gnus-summary-write-to-file): Ditto.
12242
12243         * gnus-sum.el (gnus-summary-save-article): Bind
12244         gnus-prompt-before-saving to t when saving many articles in a file;
12245         always show all headers.
12246
12247         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12248
12249 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12252         marks.
12253
12254         * message.el (message-indent-citation): Add optional arguments to allow
12255         using it outside of message buffers.
12256
12257         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12258         (gnus-article-treat-unfold-headers): Use it.
12259         (gnus-article-truncate-lines): New variable.
12260         (gnus-article-mode): Use it.
12261         (gnus-article-toggle-truncate-lines): New function.
12262
12263         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12264         Add gnus-article-toggle-truncate-lines.
12265
12266         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12267         coding system in XEmacs, use binary.
12268
12269 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12272         after-load-alist.
12273
12274         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12275         this function should save decoded articles.
12276         (gnus-summary-write-to-file): Use property to specify this function
12277         should save decoded articles and specify gnus-summary-save-in-file
12278         should be used to save articles other than the first one when saving
12279         many articles.
12280         (gnus-summary-save-body-in-file): Use property to specify this
12281         function should save decoded articles.
12282         (gnus-summary-write-body-to-file): Use property to specify this
12283         function should save decoded articles and specify
12284         gnus-summary-save-body-in-file should be used to save articles other
12285         than the first one when saving many articles.
12286
12287         * gnus-sum.el (gnus-summary-save-article): Simplify.
12288
12289 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-art.el (gnus-default-article-saver):
12292         Add gnus-summary-write-body-to-file.
12293         (gnus-article-save-coding-system): Don't use coding system object
12294         in XEmacs.
12295         (gnus-read-save-file-name): Add optional `dir-var' argument which
12296         specifies directory in which files are saved; work even if optional
12297         `variable' argument is not specified.
12298         (gnus-summary-write-to-file): Read file name.
12299         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12300         (gnus-summary-write-body-to-file): New function.
12301
12302         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12303         (gnus-summary-local-variables): Add it.
12304         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12305         (gnus-summary-save-article): Remove optional `decode' argument;
12306         determine whether to decode articles by the value of
12307         gnus-default-article-saver; when saving many files using
12308         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12309         it first and use gnus-summary-save-in-file or
12310         gnus-summary-save-body-in-file thereafter unless
12311         gnus-prompt-before-saving is always; move point to article which
12312         will be saved.
12313         (gnus-summary-save-article-file): Revert.
12314         (gnus-summary-write-article-file): Revert.
12315         (gnus-summary-save-article-body-file): Revert.
12316         (gnus-summary-write-article-body-file): New function.
12317
12318 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (gnus-default-article-saver): Doc fix.
12321         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12322         from gnus-summary-save-article-coding-system, and default to a
12323         certain coding system.
12324         (gnus-output-to-file): Add coding cookie and encode text according
12325         to gnus-article-save-coding-system; don't use mm-append-to-file.
12326
12327         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12328         gnus-art.el and rename to gnus-article-save-coding-system.
12329         (gnus-summary-save-article): Require gnus-art; don't show all
12330         headers if it decodes articles; don't add coding cookie here;
12331         don't bind mm-text-coding-system-for-write.
12332         (gnus-summary-save-article-file): Save decoded articles.
12333         (gnus-summary-write-article-file): When saving many files, use
12334         gnus-summary-write-to-file first and gnus-summary-save-in-file
12335         thereafter unless gnus-prompt-before-saving is always.
12336         (gnus-summary-save-article-body-file): Save decoded articles.
12337
12338         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12339
12340 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * nnrss.el (nnrss-check-group): Bind hash-index.
12343
12344 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12345
12346         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12347         its hash index.  Store this hash in `nnrss-group-data'.
12348         (nnrss-read-group-data): Update accordingly.
12349
12350 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12353         entry.
12354
12355         * gnus-sum.el (gnus-summary-make-menu-bar):
12356         Add gnus-article-browse-html-article.
12357
12358 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12359
12360         * gnus-sum.el (gnus-summary-mime-map):
12361         Add gnus-article-browse-html-article.
12362
12363         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12364
12365 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12368         suitable coding systems in customize.
12369
12370 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * mail-source.el (mail-sources): Fix custom type.
12373
12374 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12377         (gnus-summary-expire-articles-now): Shorten prompt.
12378
12379         * gmm-utils.el (wid-edit): Require.
12380         (defun-gmm): Rename from `gmm-defun-compat'.
12381         (gmm-image-search-load-path): Use it.
12382         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12383
12384 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-sum.el (gnus-summary-save-article-coding-system):
12387         New variable.
12388         (gnus-summary-save-article): Add optional `decode' argument.
12389         If it is set and gnus-summary-save-article-coding-system is non-nil,
12390         save decoded article.
12391         (gnus-summary-write-article-file): Save decoded article if
12392         gnus-summary-save-article-coding-system is non-nil.
12393
12394         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12395         type.
12396
12397 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12400
12401 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12404         first to test gnus-single-article-buffer which may be buffer-local.
12405
12406         * gnus-sum.el (gnus-summary-setup-buffer):
12407         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12408         group; make gnus-article-buffer, gnus-article-current, and
12409         gnus-original-article-buffer always buffer-local.
12410         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12411         group.
12412         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12413
12414 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * nnml.el (nnml-request-compact-group): Compressed files might not
12417         have .gz extension.
12418
12419 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12420
12421         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12422         (mm-copy-to-buffer): Use with-current-buffer.
12423         (mm-display-part): Simplify.
12424         (mm-inlinable-p): Add optional arg `type'.
12425
12426 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12427
12428         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12429         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12430         Try harder to show the attachment internally or externally using
12431         gnus-mime-view-part-as-type.
12432
12433 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * message.el (message-from-style, message-signature-separator)
12436         (message-user-organization-file, message-send-mail-function)
12437         (message-citation-line-function, message-yank-prefix)
12438         (message-indent-citation-function, message-signature)
12439         (message-signature-file, message-signature-insert-empty-line):
12440         Remove autoloads.
12441
12442         * gnus-art.el (gnus-buttonized-mime-types):
12443         Remove "multipart/signed".  Revert 2006-04-26 change.
12444
12445 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * gnus.el (gnus-version-number): Bump version.
12448
12449 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12450
12451         * gnus.el: No Gnus v0.5 is released.
12452
12453 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12454
12455         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12456         fetching articles by message-id.
12457
12458 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459
12460         * message.el (hashcash): Require hashcash as normal.
12461
12462         * ecomplete.el (ecomplete-highlight-match-line):
12463         Use point-at-eol.
12464         (ecomplete-highlight-match-line): Use `highlight', because that
12465         face exists in both Emacs and XEmacs.
12466
12467         * message.el (message-display-abbrev): Use point-at-bol.
12468
12469         * mail-source.el: Don't require timer/timer-funcs.
12470
12471         * gnus-async.el: Ditto.
12472
12473         * password.el: Ditto.
12474
12475         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12476
12477         * mm-url.el: Ditto.
12478
12479         * gnus-xmas.el: Don't require timer-funcs.
12480
12481         * mm-util.el: Require timer/timer-funcs.
12482
12483 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12484
12485         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12486         Close.
12487
12488 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12491         unibyte after clear-decrypt function runs.
12492
12493         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12494         returns as a unibyte string.
12495
12496 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * lpath.el: Revert.
12499
12500         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12501         (pgg-gpg-process-sentinel): Revert.
12502
12503         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12504         (pgg-pgp-lookup-key): Revert.
12505
12506         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12507         (pgg-pgp5-lookup-key): Revert.
12508
12509         * pgg.el (pgg-fetch-key): Revert.
12510
12511 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * lpath.el: Fbind string-as-multibyte for XEmacs.
12514
12515         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12516         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12517         (mml1991-pgg-encrypt): Ditto.
12518
12519         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12520         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12521         a multibyte buffer.
12522
12523         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12524         (pgg-pgp-lookup-key): Ditto.
12525
12526         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12527         (pgg-pgp5-lookup-key): Ditto.
12528
12529         * pgg.el (pgg-fetch-key): Ditto.
12530
12531 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * message.el (message-user-organization-file): Check several
12534         locations of the organization file.
12535
12536         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12537         Add gnus-article-view-part-as-type.
12538
12539         * gnus-art.el (gnus-article-view-part-as-type): New function.
12540
12541         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12542         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12543
12544         * mml.el: Simplify autoload.
12545         (mml-mode): defvar dnd-protocol-alist instead of using
12546         symbol-value.
12547         (mml-default-directory): New variable.
12548         (mml-minibuffer-read-file): Use it.
12549         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12550
12551         * message.el (message-citation-line-format): New variable.
12552         (message-insert-formated-citation-line): New function.
12553         (message-citation-line-function):
12554         Add `message-insert-formated-citation-line' to custom type.
12555
12556         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12557         to doc string.
12558
12559         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12560         depending on mm-verify-option.
12561
12562 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12565         binding pgg-* variables; reimplement the section which prevents
12566         MIME header from being signed.
12567         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12568         pgg-text-mode; remove a blank line at the top of body.
12569
12570         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12571         lines at the top of body; use gnus-newsgroup-charset if there's no
12572         Charset header.
12573
12574 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * message.el (message-self-insert-commands): Doc fix.
12577
12578         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12579         (mm-uu-pgp-encrypted-test): Ditto.
12580         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12581         between header and body; return application/pgp-encrypted handle
12582         if decryption failed; decode decrypted body by charset.
12583
12584         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12585         element match to application/pgp-*.
12586
12587 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12588
12589         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12590         HTML.
12591
12592 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12593
12594         * mail-source.el (mail-source-call-script): Message the error
12595         string.
12596
12597 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus-util.el (gnus-byte-compile): Use it.
12600
12601 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12602
12603         * gnus-util.el (kill-empty-logs): New function.
12604
12605 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * message.el (message-mail-alias-type): Doc fix.
12608         (message-mail-alias-type-p): New function.
12609         (message-send): Use it.
12610         (message-mode): Ditto.
12611         (message-strip-forbidden-properties): Ditto.
12612
12613         * ecomplete.el (ecomplete-database-file-coding-system):
12614         New variable.
12615         (ecomplete-save): Use it.
12616         (ecomplete-setup): Use it.
12617
12618 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * message.el (message-self-insert-commands): New variable.
12621         (message-strip-forbidden-properties): Use it.
12622
12623 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12626         that doesn't make XEmacs choke.
12627
12628 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-util.el (gnus-replace-in-string):
12631         Prefer replace-regexp-in-string over of replace-in-string.
12632
12633 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-util.el (gnus-select-frame-set-input-focus):
12636         Use select-frame-set-input-focus if it is available in XEmacs; use
12637         definition defined in Emacs 22 for old Emacsen.
12638
12639         * dgnushack.el: Autoload unmorse-region for XEmacs.
12640
12641         * lpath.el: Bind cursor-in-non-selected-windows and
12642         select-frame-set-input-focus for XEmacs.
12643
12644 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12647
12648 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12649
12650         * gnus-registry.el (gnus-registry-cache-save): Remove text
12651         properties when saving via the temp buffer.
12652
12653 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * message.el (message-generate-hashcash): Honor custom type.
12656
12657 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * message.el (message-generate-hashcash): Default to non-nil when
12660         hashcash is found.
12661
12662         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12663         (gnus-refer-thread-limit): Increase default to 500.
12664
12665         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12666
12667         * flow-fill.el (fill-flowed): Allow delete-space.
12668
12669 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12672         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12673         Remove autoloads.
12674
12675 2006-04-18  Simon Josefsson  <jas@extundo.com>
12676
12677         * message.el (message-generate-hashcash): Default to.
12678
12679 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12682         concatenating segments rather than before concatenating them.
12683
12684 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12687
12688 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12689
12690         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12691
12692         * message.el (message-forward-make-body-plain):
12693         Allow message-forward-ignored-headers to be a list.
12694         (message-remove-ignored-headers): Factor out into function.
12695         (message-forward-make-body-mml): Use it.
12696
12697         * imap.el (imap-quote-specials): New function.
12698         (imap-login-auth): Quote specials.
12699
12700         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12701         (rfc2231-parse-string): Allow concatanation of parameters that
12702         aren't contiguous.  The test case is
12703           (mail-header-parse-content-type "message/external-body;
12704             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12705             access-type=LOCAL-FILE;
12706             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12707
12708 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12709
12710         * nntp.el (nntp-accept-process-output): Return the value of
12711         `nnheader-accept-process-output'.
12712
12713 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12714
12715         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12716         (gnus-button-alist): Recognize more diff formats.
12717         (gnus-button-patch): Strip directory.
12718
12719 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12722         Emacs 22 when setting focus.
12723
12724 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * gnus-art.el (gnus-article-treat-types): Do treatment of
12727         text/x-verbatim parts.
12728         (gnus-button-patch): New command.
12729
12730         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12731         addresses that contain invalid characters.
12732
12733 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * message.el (message-put-addresses-in-ecomplete):
12736         Use gnus-replace-in-string.
12737         (message-is-yours-p): Use the more correct
12738         mail-header-parse-address instead of
12739         mail-extract-address-components.
12740         (message-put-addresses-in-ecomplete): Fix typo.
12741
12742         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12743         keystroke.
12744
12745         * gnus-art.el (gnus-treatment-function-alist): Change order of
12746         newsgroups/generic header folding to avoid double-folding.
12747
12748         * message.el (message-hidden-headers): Add X-Draft-From.
12749
12750         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12751         New command.
12752         (gnus-summary-repeat-search-article-backward): New command.
12753
12754         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12755         groups in the parent topic.
12756
12757 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12758
12759         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12760         (spam-extra-header-to-number): Return the CRM114 number as a
12761         number instead of a string.
12762
12763 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12764
12765         * gnus-art.el (gnus-face-properties-alist): Move here from
12766         gnus-fun.
12767
12768         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12769
12770 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12771
12772         * message.el (message-strip-forbidden-properties): Only display on
12773         self-insert-command.
12774
12775         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12776         reindent.
12777         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12778
12779 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12780
12781         * smiley.el (smiley-style): Fix typo.
12782
12783 2006-03-23  Kenichi Handa  <handa@m17n.org>
12784
12785         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12786         instead of set-buffer-multibyte.
12787
12788 2006-03-23  Kenichi Handa  <handa@m17n.org>
12789
12790         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12791         buffer and then decode the buffer text if necessary.
12792         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12793         first, and after mm-encode-body, change the buffer to unibyte.
12794
12795 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796
12797         * hashcash.el (hashcash-insert-payment-async-2):
12798         Use message-goto-eoh instead of doing it manually.
12799         (mail-add-payment): Use message-narrow-to-header instead of trying
12800         to do the same itself.
12801
12802         * message.el (message-hidden-headers): Add Face.
12803
12804         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12805         reparenting code.
12806         (gnus-summary-reparent-children): Refactored out code.
12807         (gnus-summary-thread-map): New keystroke.
12808         (gnus-summary-reparent-children): Make into command.
12809
12810         * smiley.el (smiley-style): Default to `medium' if using a large
12811         font.
12812
12813         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12814         does it itself.
12815
12816         * message.el (message-point-in-header-p): Simplify definition.
12817
12818 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * nnagent.el (nnagent-request-set-mark): Silence log file
12821         writing.
12822         (nnagent-request-set-mark): Use write-region instead of
12823         append-to-file.
12824
12825         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12826         strange select method.
12827
12828         * ecomplete.el (ecomplete-display-matches): Get highlightling
12829         right.
12830         (ecomplete-display-matches): Use literals.
12831         (ecomplete-display-matches): Disable message logging.
12832
12833         * message.el (message-display-abbrev): Small optimization.
12834
12835         * ecomplete.el (ecomplete-display-matches): Allow automatic
12836         display.
12837
12838         * message.el (message-strip-forbidden-properties):
12839         Display abbrevs.
12840         (message-display-abbrev): Get automatic display right.
12841
12842         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12843         keystrokes.
12844
12845 2006-04-13  Romain Francoise  <romain@orebokech.com>
12846
12847         TODO: Backport to v5-10!
12848
12849         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12850         Move here (and rename) from gnus-registry.el.
12851
12852         * gnus-registry.el: Require gnus-util.
12853         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12854
12855 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12856
12857         * gnus-group.el (gnus-group-catchup-current):
12858         Change if-then-else-if-then-else into cond.
12859         (gnus-group-catchup): Indent.
12860         (group-name-at-point): New function.
12861         (gnus-fetch-group): Provide default from thing at point.
12862
12863 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * message.el (message-display-abbrev): Fix regexp.
12866
12867         * ecomplete.el (ecomplete-highlight-match-line):
12868         Reimplement choosing.
12869         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12870         dead variables.
12871
12872         * message.el (message-newline-and-indent): Remove debugging.
12873         (message-display-abbrev): Use new implementation.
12874
12875 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * gnus-art.el (gnus-article-mode):
12878         Set cursor-in-non-selected-windows to nil.
12879
12880         * smiley.el: Revert previous change.
12881         (smiley-data-directory): defvar it before using it in the
12882         defcustom of `smiley-style'.
12883
12884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12885
12886         * message.el (message-newline-and-indent): New function.
12887
12888         * ecomplete.el: Implement more bits.
12889
12890         * message.el (message-put-addresses-in-ecomplete): Clean up the
12891         string.
12892
12893         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12894
12895         * gnus-sum.el (gnus-summary-save-parts):
12896         Bind gnus-summary-save-parts-counter and use it to make unique file
12897         names.
12898
12899         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12900
12901         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12902         parameter to say whether to actually parse the individual
12903         addresses.
12904
12905         * message.el (message-put-addresses-in-ecomplete): New function.
12906         (ecomplete): Require.
12907         (message-mail-alias-type): Add ecomplete as an option.
12908
12909 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12910
12911         * flow-fill.el (fill-flowed): Remove trailing space from blank
12912         quoted lines.
12913
12914 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * smiley.el (smiley-style): Move definition later to avoid a
12917         compilation warning.
12918
12919 2006-04-12  Kenichi Handa  <handa@m17n.org>
12920
12921         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12922         buffer and then decode the buffer text if necessary.
12923         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12924         first, and after mm-encode-body, change the buffer to unibyte.
12925         Use mm-disable-multibyte instead of set-buffer-multibyte.
12926
12927 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12930         Content-Type header instead of Content-Disposition header.
12931         (gnus-mime-inline-part): Ditto.
12932         (gnus-mime-view-part-as-charset): Ignore charset that the part
12933         specifies.
12934
12935         * mm-decode.el (mm-display-part): Work with external parts and
12936         usual parts similarly.
12937
12938         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12939         instead of gnus-display-mime.
12940
12941         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12942         instead of with-temp-buffer.
12943
12944         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12945         tag to summarized topics part in order to encode non-ASCII text.
12946
12947 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * smiley.el (smiley-style): New variable.
12950         (smiley-directory): New function.
12951         (smiley-data-directory): Derive from `smiley-style' using
12952         `smiley-directory'.
12953         (smiley-regexp-alist): Add new entries.
12954
12955         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12956         (gnus-article-browse-delete-temp): Add :version.
12957
12958 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12959
12960         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12961         the sieve region.
12962
12963 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12964
12965         * gnus.el (gnus-version-number): Bump version.
12966
12967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * gnus.el: No Gnus v0.4 is released.
12970
12971 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12974         layout.
12975
12976         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12977         unknown charset.
12978
12979         * message.el (message-header-synonyms): Add Original-To to the
12980         default.
12981
12982         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12983         optional parameter.
12984
12985 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-fun.el (gnus): Require it for gnus-directory.
12988
12989 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12992
12993 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12994
12995         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12996
12997 2006-04-05  Simon Josefsson  <jas@extundo.com>
12998
12999         * password.el (password-reset): New function.
13000
13001 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13002
13003         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13004         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13005
13006 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13007
13008         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13009         Some whitespace was matched into the url, which broke browsing hits
13010         > 100 when mm-url-use-external was nil.
13011
13012 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13015         Check gnus-extra-headers for 'Newsgroups.
13016
13017         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13018         bound.
13019
13020 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13021
13022         * pgg-gpg.el: Clean up process buffers every time gpg processes
13023         complete.
13024
13025 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13028         doc string.
13029
13030 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13031
13032         * pgg-gpg.el (pgg-gpg-process-filter)
13033         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13034
13035         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13036         lines, temporary fix.
13037
13038 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13041
13042 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13043
13044         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13045         default-enable-multibyte-characters.  This reverts the change from
13046         revision 6.17 which is no longer necessary because the passphrase
13047         is sent separately now.  GnuPG messages are unreadable under
13048         multibyte locales with default-enable-multibyte-characters set to
13049         nil.
13050
13051 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * message.el (message-tool-bar-gnome): Move "spell".
13054
13055 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13058         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13059         instead.
13060
13061 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13062
13063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13064         Improve newsgroups handling for NNTP overviews which don't include
13065         Newsgroups.
13066
13067 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13068
13069         * message.el (message-resend): Bind message-generate-hashcash to nil.
13070
13071 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13072
13073         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13074         when searching for already-paid recipients.
13075
13076 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13077
13078         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13079         passphrases when it is not needed.
13080         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13081         passphrase stuff from gpg, should only be necessary when you use
13082         gpg with a smartcard.
13083
13084 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * mml.el (mml-insert-mime): Ignore cached contents of
13087         message/external-body part.
13088
13089         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13090         (mm-insert-part): Ditto.
13091
13092 2006-03-23  Simon Josefsson  <jas@extundo.com>
13093
13094         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13095         Reiner.
13096         (pgg-gpg-use-agent-p): Use it again.
13097
13098 2006-03-23  Simon Josefsson  <jas@extundo.com>
13099
13100         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13101         older emacsen.
13102         (pgg-gpg-use-agent-p): Don't use it.
13103
13104 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13107         if we can.
13108
13109 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13110
13111         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13112         (pgg-gpg-update-agent): New function.
13113         (pgg-gpg-use-agent-p): New function.
13114         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13115         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13116         (pgg-gpg-sign-region): Use it.
13117
13118 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13121         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13122
13123 2006-03-21  Simon Josefsson  <jas@extundo.com>
13124
13125         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13126         <wilde@sha-bang.de>.
13127         (pgg-gpg-use-agent): New variable.
13128         (pgg-gpg-process-region): Use it.
13129         (pgg-gpg-encrypt-region): Likewise.
13130         (pgg-gpg-encrypt-symmetric-region): Likewise.
13131         (pgg-gpg-decrypt-region): Likewise.
13132         (pgg-gpg-sign-region): Likewise.
13133         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13134
13135 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13138
13139         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13140         Add comment on version.
13141
13142 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * smiley.el: Add missing test smiley.
13145
13146 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mm-decode.el (mm-with-part): New macro.
13149         (mm-get-part): Use it; work with message/external-body as well.
13150         (mm-save-part): Treat name and filename equally.
13151
13152         * mm-extern.el (mm-extern-cache-contents): New function.
13153         (mm-inline-external-body): Use it; force the part to be displayed;
13154         move undisplayer added to the cached handle to the parent.
13155
13156         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13157         (gnus-mime-view-part-as-type): Work with message/external-body.
13158
13159         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13160
13161 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13164         images in image-load-path.  [Sync with image.el, revision 1.60, in
13165         Emacs.]
13166
13167 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13170         path rather than symbol.  Always return list of directories.
13171         Guarantee that image directory comes first.  [Sync with image.el,
13172         revision 1.59, in Emacs.]
13173
13174         * message.el (message-make-tool-bar): Adjust to new API of
13175         `gmm-image-load-path-for-library'.
13176
13177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13178
13179         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13180
13181 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13182
13183         * gnus-art.el (gnus-article-only-boring-p):
13184         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13185         intangible text.
13186         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13187
13188 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13191         Use `defun' instead of `gmm-defun-compat'.
13192
13193 2006-03-14  Simon Josefsson  <jas@extundo.com>
13194
13195         * message.el (message-unique-id): Don't use message-number-base36
13196         if (user-uid) is a float.
13197         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13198
13199 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13202
13203         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13204         empty line between a part and a message part.
13205
13206 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * smiley.el: Add more test smileys.
13209         (smiley-data-directory, smiley-regexp-alist)
13210         (gnus-smiley-file-types): Fix doc strings.
13211         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13212         adding new elements.
13213         (smiley-mouse-map): Unused code.  Make it a comment.
13214
13215 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13218         scan latest NoCeM messages instead of old ones.
13219         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13220         delimiters that are recently used.
13221         (gnus-nocem-load-cache): Add autoload cookie.
13222
13223         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13224
13225         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13226         level which is larger than gnus-use-nocem is specified.
13227
13228         * gnus-group.el (gnus-group-get-new-news): Ditto.
13229
13230 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * gnus-util.el (gnus-tool-bar-update): New function.
13233
13234         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13235         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13236
13237         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13238
13239         * gnus-group.el (gnus-group-redraw-when-idle)
13240         (gnus-group-redraw-check): Remove.
13241         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13242
13243 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13246         if optional last element is specified in splits (FIELD VALUE...).
13247
13248 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13251         to gmm-image-load-path-for-library.  Call with no-error argument.
13252         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13253
13254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13255
13256         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13257
13258         * gmm-utils.el (gmm-image-load-path): Remove alias.
13259
13260 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gmm-utils.el (gmm-image-load-path): Add alias.
13263
13264         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13265         nnml-generate-nov-databases-1.
13266         (nnml-generate-nov-databases): Use it.
13267         (nnml-generate-nov-databases-directory): Document no-active
13268         argument.
13269
13270         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13271         directory if path is t.  Add no-error.
13272
13273         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13274         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13275
13276         * gnus-art.el (gnus-article-browse-delete-temp-files):
13277         Simplify resetting gnus-article-browse-html-temp-list.
13278
13279         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13280         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13281         Add example to docstring.  Rename local variables.  Move error
13282         checks to default case in cond and simplify.
13283
13284 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13287         handle is multipart when calling it recursively.
13288         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13289
13290 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13291
13292         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13293         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13294
13295 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13298         is loaded.
13299
13300         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13301         loaded.
13302
13303 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13306         to "Emacs 23 (unicode)" in doc string.
13307
13308         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13309         "Emacs 23 (unicode)" in comment.
13310
13311 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13314
13315         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13316         characters 160 through 255 in Emacs 23.
13317
13318 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13321         gnus-article-browse-html-temp.
13322         (gnus-article-browse-delete-temp): Make it customizable.
13323         Add `file'.  Adjust doc string.
13324         (gnus-article-browse-delete-temp-files): Add argument.
13325         Allow query for each file.  Adjust doc string.
13326         (gnus-article-browse-html-parts):
13327         Add `gnus-article-browse-delete-temp-files' to
13328         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13329
13330 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13331
13332         * gnus-art.el (gnus-article-browse-html-temp)
13333         (gnus-article-browse-delete-temp): New variables.
13334         (gnus-article-browse-delete-temp-files): New function.
13335         (gnus-article-browse-html-parts): Use it.
13336
13337 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13340
13341         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13342         string.
13343
13344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13345         gnus-summary-insert-new-articles when unplugged.
13346         Remove gnus-summary-search-article-forward.
13347
13348         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13349         display-visual-class instead of display-color-cells.
13350
13351 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * dgnushack.el: Autoload customize-group for XEmacs.
13354
13355         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13356         message/* containing non-ASCII text properly.
13357
13358 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * message.el: Require gmm-utils, remove autoloads.
13361         (message-tool-bar): Set default based on
13362         gmm-tool-bar-style.
13363         (message-tool-bar-gnome): Add gmm-customize-mode.
13364
13365         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13366         gmm-tool-bar-style.
13367         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13368
13369         * gnus-group.el (gnus-group-tool-bar): Set default based on
13370         gmm-tool-bar-style.
13371         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13372
13373         * gmm-utils.el (gmm-image-directory): Rename variable from
13374         gmm-image-load-path.
13375         (gmm-image-load-path): Use gmm-image-directory.
13376         (gmm-customize-mode): New function.
13377         (gmm-tool-bar-style): New variable.
13378
13379         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13380         gnus-group-redraw-line-number.
13381         (gnus-group-redraw-check): Simplify.
13382         (gnus-group-tool-bar-update): Remove redraw check.
13383         (gnus-group-make-tool-bar): Add redraw check.
13384
13385 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13386
13387         * gnus-art.el (gnus-button): Add missing parentheses.
13388
13389 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * lpath.el: Fbind line-number-at-pos.
13392
13393 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13396
13397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * gnus-art.el (gnus-button): New face.
13400         (gnus-article-button-face): Use it.
13401
13402         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13403         Add gnus-summary-next-page.  Re-order.
13404
13405         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13406         next-node are now included.
13407         (gnus-group-redraw-line-number): New internal variable.
13408         (gnus-group-redraw-check): Helper function for updating the tool
13409         bar.
13410         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13411
13412         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13413
13414         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13415         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13416         Use it to match format of Spamassassin 3.0 and later.
13417         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13418         (spam-check-bogofilter)
13419         (spam-bogofilter-register-with-bogofilter): Fix args of
13420         `gnus-error' calls.
13421
13422 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13425         unnecessary interaction when sending queued mails.
13426         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13427
13428 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13431         first or last are nil.
13432
13433 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13434
13435         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13436
13437 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13440
13441 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442
13443         * dns.el (query-dns): Protect more against buggy tcp output.
13444
13445 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13448         nov.php.
13449
13450 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13451
13452         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13453         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13454         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13455         output on the server side.
13456         (nnweb-google-create-mapping): Update regexps and add some
13457         progress indication.
13458
13459 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-group.el (gnus-group-tool-bar-gnome):
13462         Fix gnus-agent-toggle-plugged.  Re-order icons.
13463         (gnus-group-tool-bar-gnome):
13464         Add gnus-group-{prev,next}-unread-group.
13465         (gnus-group-tool-bar-gnome): Re-order icons.
13466
13467         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13468         Move gnus-summary-insert-new-articles.
13469
13470         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13471         Fix comments.
13472
13473         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13474         also available in Emacs 21.3.
13475
13476         * message.el (message-fix-before-sending): Change "Emacs 22" to
13477         "Emacs 23 (unicode)" in comment.
13478
13479         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13480         "Emacs 23 (unicode)" in comment.
13481
13482         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13483         comment.
13484         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13485
13486         * mm-view.el (mm-fill-flowed): Add :version.
13487
13488 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13491         and load-path.
13492
13493 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * message.el: Autoload gmm-image-load-path.
13496         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13497         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13498         consitency.
13499
13500         * gmm-utils.el (gmm-image-load-path): Also search in
13501         "../etc/images".  Don't set gmm-image-load-path if we don't find
13502         the image.
13503
13504 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * gmm-utils.el (gmm-image-load-path): Don't make
13507         `gmm-image-load-path' include subdirectories which the second arg
13508         `image' might specify.
13509
13510         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13511         subdirectory to icon file names.
13512
13513         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13514
13515 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13516
13517         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13518         gmm-image-load-path calls.
13519
13520         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13521
13522         * message.el (message-make-tool-bar): Ditto.
13523
13524         * mml.el (mml-preview): Add comment concerning tool bar icons.
13525
13526         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13527         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13528
13529         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13530         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13531
13532         * message.el (message-tool-bar-gnome): Use new icon names.
13533         (message-make-tool-bar): Use `gmm-image-load-path'.
13534
13535         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13536         New functions from MH-E.
13537         (gmm-image-load-path): New variable from MH-E.
13538         (gmm-image-load-path): New function from MH-E.  Add arguments
13539         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13540         *-image-load-path-called-flag.
13541
13542 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13543
13544         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13545
13546 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13547
13548         * nnimap.el (nnimap-request-move-article): Change folder back to
13549         source group before deleting.
13550
13551 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13554
13555         * gnus-art.el (mm-url-insert-file-contents-external):
13556         Autoload mm-url.
13557
13558         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13559
13560 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13563         coding system which mm-charset-to-coding-system returns for a
13564         given charset is valid.
13565
13566 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13567
13568         * html2text.el (html2text-remove-tag-list):
13569         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13570
13571 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13572
13573         * gnus-cus.el: Revert 2005-10-17 change.
13574
13575 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-art.el (article-strip-banner):
13578         Call article-really-strip-banner only when the regexp match is made.
13579
13580 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (article-strip-banner):
13583         Use gnus-extract-address-components instead of
13584         mail-header-parse-addresses to make it work with non-ASCII text;
13585         remove mail-encode-encoded-word-string.
13586
13587         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13588         values which are surrounded with \"...\"; make it never cause a
13589         Lisp error; give up parsing of parameters if it failed in
13590         extracting type.
13591
13592 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13593
13594         * smime.el (smime-cert-by-ldap-1): Fix bug where
13595         `smime-ldap-search' returns results without userCertificates.
13596
13597 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13600
13601 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * spam.el (spam-check-spamassassin-headers): Adapt format for
13604         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13605         <ari@mbf.ocn.ne.jp>.
13606         (spam-list-of-processors): Add spam-use-gmane.
13607
13608 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13611         make-temp-file; make it work with XEmacs as well.
13612
13613         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13614         mm-make-temp-file.
13615
13616         * mm-decode.el (mm-display-external): Use the 3rd arg of
13617         mm-make-temp-file.
13618         (mm-create-image-xemacs): Ditto.
13619
13620 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13623         with message-narrow-to-headers.
13624         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13625         (gnus-draft-check-draft-articles): New function.
13626         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13627
13628 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-article-browse-html-parts):
13631         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13632         Don't use suffix argument for mm-make-temp-file for Emacs 21
13633         compatibility.  Remove useless `format'.
13634
13635 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13636
13637         * nnweb.el (nnweb-google-wash-article): Update regexps.
13638         (nnweb-group-alist): Use defvoo instead of defvar.
13639
13640 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13643         re-loading nn* modules.
13644
13645 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13648         for `tool-bar-mode' and don't check it's default-value.
13649
13650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13651
13652         * message.el (message-make-tool-bar): Ditto.
13653
13654         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13655         `substring'.  Shorten tmp-file name.
13656
13657         * gnus.el: Remove bogus comment.
13658
13659 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13660
13661         * gnus-art.el (gnus-article-browse-html-parts): New function.
13662         (gnus-article-browse-html-article): New function for viewing html
13663         articles with a browser.
13664
13665 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13666
13667         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13668         in elisp.
13669         (pgg-gpg-encrypt-symmetric-region): Ditto.
13670         (pgg-gpg-sign-region): Ditto.
13671
13672         * pgg-def.el (pgg-text-mode): New variable.
13673
13674         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13675         (mml2015-pgg-encrypt): Ditto.
13676
13677         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13678         (mml1991-pgg-encrypt): Ditto.
13679
13680 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * nnfolder.el (nnfolder-insert-newsgroup-line):
13683         Use message-make-date instead of current-time-string.
13684
13685         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13686         to gnus-decoded which mm-uu might set.
13687
13688 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13691         don't decode quoted parameters; remove misimported Emacs code.
13692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13693         (rfc2231-decode-encoded-string): Don't use split-string which
13694         behaves differently according to Emacs version; use
13695         mm-decode-coding-region to convert charset to coding-system.
13696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13697         (rfc2231-encode-string): Remove misimported Emacs code.
13698
13699 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13702         when calling mail-header-parse-content-type.
13703         (article-de-quoted-unreadable): Ditto.
13704         (article-de-base64-unreadable): Ditto.
13705         (article-wash-html): Ditto.
13706
13707         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13708         calling mail-header-parse-content-type and
13709         mail-header-parse-content-disposition.
13710         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13711         mail-header-parse-content-type.
13712
13713         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13714         insert charset and format parameters; encode description after
13715         inserting it to buffer.
13716         (mml-insert-parameter): Fold lines properly even if a parameter is
13717         segmented into two or more lines; change the max column to 76.
13718
13719         * rfc1843.el (rfc1843-decode-article-body): Don't use
13720         ignore-errors when calling mail-header-parse-content-type.
13721
13722         * rfc2231.el (rfc2231-parse-string): Return at least type if
13723         possible; don't cause an error even if it fails in parsing of
13724         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13725         (rfc2231-encode-string): Don't break lines at the beginning, leave
13726         it to mml-insert-parameter.
13727
13728         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13729         calling mail-header-parse-content-type.
13730
13731 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * spam-report.el (spam-report-gmane-use-article-number):
13734         Improve doc string.
13735         (spam-report-gmane-internal): Check if a suitable header was found
13736         in the article.
13737
13738 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13741         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13742
13743 2006-02-05  Romain Francoise  <romain@orebokech.com>
13744
13745         Update copyright notices of all files in the gnus directory.
13746
13747 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13748
13749         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13750
13751 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13754         segmented lines of parameter value to cope with Thunderbird 1.5
13755         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13757         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13758
13759 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13760
13761         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13762         parts.
13763
13764 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13765
13766         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13767         there's only one active file for all servers.
13768         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13769         solid groups.  Gnus might have used a FAST request to select the group.
13770         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13771         and nnweb-search redundantly in the active file.
13772         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13773         (nnweb-request-create-group): Don't use ARGS.
13774         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13775         initialisations.  Let nnoo do the work.
13776
13777 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13780         Say the part has been decoded.
13781
13782         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13783
13784 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13785
13786         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13787         mailcap-viewer-test-cache when there's no 'test clause, since that
13788         will invert the meaning of a "nil" test previously determined by
13789         mailcap-mailcap-entry-passes-test.
13790
13791 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13794         compiling.
13795
13796         * gnus-sum.el: Ditto.
13797
13798         * message.el: Don't bind tool-bar-map when compiling.
13799
13800 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13803
13804 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13805
13806         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13807         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13808         current Google Groups.
13809
13810 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13813         and tool-bar-mode.
13814
13815         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13816         and tool-bar-mode.
13817
13818         * message.el (message-tool-bar-update): Simplify.
13819         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13820
13821         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13822         gnus-summary-buffer.
13823         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13824         gnus-summary-reply.
13825
13826         * gmm-utils.el (gmm): Add :version.
13827
13828 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * Makefile.in (clean): New rule.
13831         (distclean): Use it.
13832
13833 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13834
13835         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13836         Don't autoload.
13837
13838 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gmm-utils.el (gmm-verbose): Add :group.
13841
13842 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * message.el: Change some comments WRT tool-bars.
13845
13846         * gnus-sum.el (gnus-summary-tool-bar)
13847         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13848         (gnus-summary-tool-bar-zap-list): New variables.
13849         (gnus-summary-make-tool-bar): Complete rewrite using
13850         `gmm-tool-bar-from-list'.
13851
13852         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13853         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13854         New variables.
13855         (gnus-group-make-tool-bar): Complete rewrite using
13856         `gmm-tool-bar-from-list'.
13857         (gnus-group-tool-bar-update): New function.
13858
13859         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13860
13861 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13864         is dissected into a single part of which the type is the same as
13865         the given one; decode charset.
13866
13867 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13868
13869         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13870         into alists as symbol not string, since that's what
13871         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13872         look for.
13873
13874 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13877         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13878
13879         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13880
13881 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13884         (gnus-xmas-mime-security-button-menu): New function.
13885
13886         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13887         (gnus-mime-security-button-menu): New definition.
13888         (gnus-mime-security-button-map): Use them.
13889         (gnus-mime-security-button-menu): New function.
13890         (gnus-insert-mime-security-button): Addition to help echo.
13891         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13892         (gnus-mime-security-pipe-part): New functions.
13893
13894         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13895         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13896
13897         * mm-decode.el (mm-handle-set-disposition): Remove.
13898         (mm-handle-set-description): Remove.
13899
13900 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13903         (mm-w3m-standalone-supports-m17n-p): New function.
13904         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13905         w3m usage.
13906
13907         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13908         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13909
13910 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * message.el (message-tool-bar-zap-list):
13913         Use gmm-tool-bar-zap-list as custom type.
13914         (message-tool-bar-update): New function.
13915         (message-tool-bar, message-tool-bar-gnome)
13916         (message-tool-bar-retro): Add message-tool-bar-update.
13917         (message-tool-bar-gnome): Add flyspell-buffer.
13918
13919         * gnus-util.el (gnus-error): Describe `args'.
13920
13921         * gmm-utils.el (gmm-error): Describe `args'.
13922         (gmm-tool-bar-zap-list): New widget.
13923         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13924
13925 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13928         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13929         the number of recursive calls.
13930
13931         * mm-decode.el (mm-handle-set-disposition): New macro.
13932         (mm-handle-set-description): New macro.
13933
13934 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13937         encoding.
13938
13939 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * message.el (message-tool-bar-zap-list, message-tool-bar)
13942         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13943         (message-tool-bar-local-item-from-menu): Remove.
13944         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13945         (message-make-tool-bar): New function.
13946         (message-mode): Use `message-make-tool-bar'.
13947
13948         * gmm-utils.el: New file.
13949         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13950         (gmm-lazy): New widget copied from `nnmail.el'.
13951         (gmm-tool-bar-from-list): New function for creating customizable
13952         tool bars.
13953         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13954         output.
13955         (gmm): Add :prefix to defgroup.
13956
13957 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13958
13959         * gmm-utils.el (gmm-widget-p): New function.
13960
13961 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * mml.el (mml-attach-file): Describe `description' in doc string.
13964         (mml-menu): Add Emacs MIME manual and PGG manual.
13965
13966 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13967
13968         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13969
13970 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13971
13972         * nntp.el (nntp-end-of-line): Doc fix.
13973
13974 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13975
13976         * imap.el (imap-open): Handle case where buffer is a buffer
13977         object.
13978
13979 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13980
13981         * gnus-delay.el (gnus-delay): Don't autoload.
13982         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13983         to be re-loaded when customizing the `gnus-delay' group.
13984
13985 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13986
13987         * message.el (message-insert-citation-line): Use newlines.
13988
13989 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13990
13991         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13992         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13993         these routines, so the passphrase can be managed externally and
13994         passed in to the system.
13995         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13996         pgg-add-passphrase-to-cache function.
13997
13998         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13999         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14000         these routines, so the passphrase can be managed externally and
14001         passed in to the system.
14002         (pgg-pgp5-sign-region): Use new name of
14003         pgg-add-passphrase-to-cache function.
14004
14005 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14006
14007         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14008         part of the decoded armor to find the key-identifier.
14009         (pgg-gpg-lookup-key-owner): New function to return the
14010         human-readable identifier of a key owner.
14011         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14012         itself.
14013         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14014         the key value) if we have a key and can match it against a secret
14015         key.  Also, added a note pointing out fact that the prompt only
14016         indicates the first matching key.
14017
14018         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14019         pgg-decrypt-region.
14020         (pgg-add-passphrase-to-cache): Rename from
14021         `pgg-add-passphrase-cache' to reduce confusion (all callers
14022         changed).
14023         (pgg-remove-passphrase-from-cache): Rename from
14024         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14025         changed).
14026         (pgg-read-passphrase, pgg-add-passphrase-cache)
14027         (pgg-remove-passphrase-cache): Add informative docstrings.
14028         (pgg-decrypt): Convey provided passphrase in subordinate call to
14029         pgg-decrypt-region.
14030
14031 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14032
14033         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14034         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14035         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14036         'passphrase' argument, so the passphrase can be managed externally
14037         and then passed in to the system.
14038
14039         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14040         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14041         so the passphrase cache can be used reliably with identifiers
14042         besides a pgp packet's key id.
14043
14044         * pgg-gpg.el (pgg-gpg-encrypt-region)
14045         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14046         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14047         these routines, so the passphrase can be managed externally and
14048         passed in to the system.
14049
14050         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14051         'notruncate' argument, so the passphrase cache can be used
14052         reliably with identifiers besides a pgp packet's key id.
14053
14054 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14055
14056         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14057         symmetric encryption.
14058         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14059         encrypted session key.
14060         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14061         message ask for the passphrase in a proper way.
14062
14063         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14064         New user commands for symmetric encryption.
14065
14066 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14069
14070         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14071
14072 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14073
14074         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14075
14076 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-decode.el (mm-inlined-types): Add application/pgp.
14079         (mm-automatic-display): Ditto.
14080
14081         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14082         part as text.
14083
14084 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * nnrss.el: Update copyright.
14087         (nnrss-opml-import): Query whether to subscribe to each entry.
14088
14089         * gnus-art.el:
14090         * gnus-sum.el:
14091         * gnus-xmas.el:
14092         * messagexmas.el:
14093         * mm-uu.el:
14094         * mm-view.el: Update copyright.
14095
14096 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * message.el (message-info): New function.
14099         (message-mode-menu): Add it.
14100         Update copyright.
14101
14102         * ChangeLog: Fix and update copyright.
14103
14104 2006-01-13  Romain Francoise  <romain@orebokech.com>
14105
14106         * message.el (message-forward-subject-name-subject): Prefer the
14107         address to 'nowhere' if the sender has no name.
14108         Fix typo.  Update copyright year.
14109
14110 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (article-wash-html):
14113         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14114         (gnus-article-wash-html-with-w3m-standalone): New function.
14115
14116         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14117         mm-inline-text-html-render-with-w3m-standalone.
14118         (mm-text-html-washer-alist): Map w3m-standalone to
14119         gnus-article-wash-html-with-w3m-standalone.
14120         (mm-inline-text-html-render-with-w3m-standalone): New function.
14121
14122 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14125         Improve LaTeX.
14126
14127 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14130         (nnrss-request-article): Render text/plain parts as HTML.
14131
14132         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14133         the buffer.
14134
14135 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14138         custom definition of `gnus-posting-styles'.
14139
14140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14141         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14142
14143 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14146         Use nntp for bug archive.
14147
14148 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14151         parts.
14152         (nnrss-normalize-date): New function converts ISO 8601 date into
14153         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14154         (nnrss-check-group): Use it.
14155
14156 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14159
14160         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14161         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14162         (nnrss-insert-w3): Ditto.
14163
14164 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14167         the articles to be forwarded including the case where neither a
14168         number of articles nor a region is specified.
14169
14170 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnrss.el (nnrss-request-article): Fix last change; fill
14173         text/plain parts.
14174
14175 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14178         in text/plain part.
14179         (nnrss-check-group): Don't add excessive newline to dc:subject.
14180
14181 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14182
14183         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14184         article.
14185
14186 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14189         (nnml-use-compressed-files, nnml-save-mail): Support other
14190         comression programs such as bzip2.
14191
14192 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14193
14194         * dns.el (query-dns): Make sure we check the buffer size before
14195         removing tcp headers.
14196
14197 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14200         remove MIME buttons associated with multipart/alternative parts.
14201         (gnus-mime-display-alternative): Tag buttons using `article-type'
14202         text property.
14203
14204         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14205         associated with multipart/alternative parts.
14206
14207         * gnus-art.el (gnus-signature-separator): Fix custom type.
14208
14209         * mm-decode.el (mm-inlined-types): Fix custom type.
14210         (mm-keep-viewer-alive-types): Ditto.
14211         (mm-automatic-display): Ditto.
14212         (mm-attachment-override-types): Ditto.
14213         (mm-inline-override-types): Ditto.
14214         (mm-automatic-external-display): Ditto.
14215
14216 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * spam-report.el (spam-report-user-mail-address)
14219         (spam-report-user-agent): New variables.
14220         (spam-report-url-ping-plain): Use spam-report-user-agent.
14221
14222 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14223
14224         * gnus-art.el (gnus-button-handle-custom): Do not just use
14225         `customize-apropos' for any "M-x customize-*" button but the
14226         function called for.  Accept both the function name and its
14227         argument in order to achieve this.
14228         (gnus-button-alist): Remove support for "custom:" URL's.
14229         Pass function name to `gnus-button-handle-custom' in case of "M-x
14230         customize-*" buttons.
14231
14232 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14235         multipart/alternative and add xref to mm-discouraged-alternatives
14236         in doc string.
14237
14238         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14239         gnus-buttonized-mime-types in doc string.
14240
14241 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14244         Suggest image/.* in the doc string.
14245
14246 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14249         message-marks (Debian bug #342521).
14250
14251 2005-12-12  Simon Josefsson  <jas@extundo.com>
14252
14253         * password.el (password-read-from-cache): Add.
14254         (password-read): Use it.
14255
14256 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * rfc2047.el (rfc2047-charset-to-coding-system):
14259         Recognize us-ascii as a MIME charset.
14260
14261         * mm-bodies.el (mm-decode-content-transfer-encoding):
14262         Protect against the case where the 2nd arg TYPE is nil.
14263
14264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * pop3.el (pop3-stream-type): Fix custom version.
14267
14268         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14269
14270 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14271
14272         * mm-decode.el (mm-display-external): Add missing cdr.
14273
14274 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14277         RFC1524) if it is in mailcap or add a suffix according to
14278         mailcap-mime-extensions when generating a temp filename; postpone
14279         deleting a temp file for 2 seconds for some wrappers, shell
14280         scripts, and so on, which might exit right after having started a
14281         viewer command as a background job.
14282
14283 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * nntp.el (nntp-marks-directory): Fix custom group.
14286
14287         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14288         steps when < 10.
14289
14290         * gnus-start.el (gnus-no-server-1):
14291         Mention `gnus-level-default-subscribed' in doc string.
14292
14293 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14294
14295         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14296         parens.
14297
14298 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-xmas.el (gnus-use-toolbar): Revert.
14301         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14302         gnus-use-toolbar is default.
14303
14304         * messagexmas.el (message-use-toolbar): Revert.
14305         (message-setup-toolbar): Use global default-toolbar if
14306         message-use-toolbar is default.
14307
14308 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14311         according to default-toolbar-visible-p.
14312
14313         * messagexmas.el (message-use-toolbar): Ditto.
14314
14315 2005-11-26  Dave Love  <fx@gnu.org>
14316
14317         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14318         (tls-program, tls-success): Provide openssl alternative.
14319
14320         * starttls.el: Doc fixes.
14321         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14322         SERVICE to PORT.
14323
14324         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14325         port null or service name.
14326         (starttls-negotiate): Autoload.
14327
14328 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * message.el (message-kill-to-signature): Fix interactive spec.
14331
14332 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * pop3.el (pop3-open-server): Recognize a string as a service name.
14335
14336 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14337
14338         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14339
14340 2005-11-23  Dave Love  <fx@gnu.org>
14341
14342         Add pop3s, pop3/starttls.
14343
14344         * pop3.el (pop3-authentication-scheme): Clarify doc.
14345         (open-tls-stream, starttls-open-stream): Autoload.
14346         (pop3-stream-type): New.
14347         (pop3-open-server): Use it.
14348
14349         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14350         for POP.
14351         (mail-source-keyword-map): Add :stream for POP.
14352         (mail-source-fetch-pop): Use pop3-stream-type.
14353
14354 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14357         of current-time-string.
14358
14359 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14360
14361         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14362         date header.
14363
14364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14365
14366         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14367         it can seriously impact performance as it bypasses the agent's
14368         local caches.
14369
14370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14371
14372         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14373         must be explicitly online rather than "not explicitly offline" for
14374         its flags to be synchronized.
14375
14376         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14377         that gnus-uu-unmark-thread will function correctly.
14378
14379         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14380         1024K is instead displayed as 1M.
14381
14382 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14383
14384         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14385
14386 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14387
14388         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14389
14390 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14391
14392         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14393         error message to display actual error condition.
14394         (gnus-agent-save-local): Avoid saving symbols that are bound to
14395         nil as they simply result in a warning message in
14396         gnus-agent-read-local.
14397
14398 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14401         rather than make-variable-buffer-local for file-precious-flag.
14402
14403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14404
14405         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14406         for duplicates which are removed.  The invalid sort check then
14407         triggers a rescan after the sort as sorting may have moved
14408         duplicate entries such that they can be cheaply detected.
14409
14410 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14413
14414 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14415
14416         * gnus-agent.el (gnus-agent-article-alist-save-format):
14417         Change internal variable to a custom variable.  Change default value
14418         from compressed(2) to uncompressed(1).
14419         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14420         support for uncompressed agentview files.  Taken together, reading
14421         the agentview file should now be 6-7 times faster.
14422
14423 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14424
14425         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14426         as a buffer-local variable.  This avoids creating truncated
14427         dribble files as a result of a hang up, eg.
14428
14429 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14430
14431         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14432         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14433         XEmacs.
14434
14435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * gnus-start.el (gnus-start-draft-setup):
14438         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14439
14440         * gnus.el (gnus-splash): Change custom group.
14441         (gnus-group-get-parameter, gnus-group-parameter-value):
14442         Describe allow-list argument.
14443
14444         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14445         string.
14446
14447 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * gnus-art.el (gnus-default-article-saver): Add user-defined
14450         `function' to custom type.
14451
14452 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14453
14454         * imap.el (imap-open): Handle case where buffer is a buffer
14455         object.
14456
14457 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14460         long lines.
14461         (gnus-cache-delete-group): Wrap doc strings.
14462
14463         * gnus-agent.el (gnus-agent-rename-group)
14464         (gnus-agent-delete-group): Wrap doc strings.
14465
14466 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * messagexmas.el (message-use-toolbar): Change the valid values
14469         into default, top, bottom, left, and right.
14470         (message-toolbar-thickness): New variable.
14471         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14472         well.
14473         (message-setup-toolbar): Make it work.
14474
14475         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14476         (gnus-use-toolbar): Change the valid values into default, top,
14477         bottom, left, and right.
14478         (gnus-toolbar-thickness): New variable.
14479         (gnus-xmas-setup-toolbar): New function.
14480         (gnus-xmas-setup-group-toolbar): Use it.
14481         (gnus-xmas-setup-summary-toolbar): Use it.
14482
14483 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484
14485         * gnus-start.el (gnus-1): Add "native" to
14486         gnus-predefined-server-alist.
14487
14488         * gnus.el (gnus-method-to-server): Don't add "native" to the
14489         lists here, because that leads to problems when
14490         gnus-select-method is bound.
14491
14492 2005-11-09  Simon Josefsson  <jas@extundo.com>
14493
14494         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14495         use (not sort-by-date) instead.
14496
14497 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14498
14499         * gnus-delay.el (gnus-delay-group): Don't autoload.
14500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14501         to be re-loaded when customizing the `gnus-delay' group.
14502
14503 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14504
14505         * message.el: Revert last changes.
14506         (message-insert-citation-line): Use newlines.
14507
14508 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14509
14510         * message.el (message-courtesy-message)
14511         (message-mark-insert-begin, message-mark-insert-end)
14512         (message-elide-ellipsis, message-cancel-message)
14513         (message-add-header, message-change-subject)
14514         (message-cross-post-followup-to-header)
14515         (message-cross-post-insert-note, message-reduce-to-to-cc)
14516         (message-widen-reply, message-delete-not-region)
14517         (message-kill-to-signature, message-insert-signature)
14518         (message-insert-importance-high, message-insert-importance-low)
14519         (message-insert-or-toggle-importance)
14520         (message-insert-disposition-notification-to)
14521         (message-indent-citation, message-yank-original)
14522         (message-cite-original-without-signature, message-cite-original)
14523         (message-insert-citation-line, message-position-on-field)
14524         (message-fix-before-sending, message-send-mail-partially)
14525         (message-send-mail, message-send-mail-with-sendmail)
14526         (message-send-mail-with-qmail, message-send-news)
14527         (message-check-news-header-syntax, message-generate-headers)
14528         (message-insert-courtesy-copy, message-fill-address)
14529         (message-fill-header, message-shorten-references)
14530         (message-setup-1, message-cancel-news)
14531         (message-forward-make-body-plain, message-forward-make-body-mime)
14532         (message-forward-make-body-mml, message-encode-message-body)
14533         (message-forward-make-body-digest-plain)
14534         (message-forward-make-body-digest-mime)
14535         (message-use-alternative-email-as-from): Insert `hard-newline'
14536         instead of ordinary newlines.
14537
14538 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * message.el (message-generate-headers): Downcase the argument
14541         given to message-check-element.
14542
14543 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14544
14545         * nntp.el (nntp-authinfo-rejected): New error condition.
14546         (nntp-wait-for): Use new error condition to signal authentication
14547         error.
14548         (nntp-retrieve-data): Rethrow new error condition to break out of
14549         recursive call to nntp-send-authinfo.
14550
14551 2005-11-08  Romain Francoise  <romain@orebokech.com>
14552
14553         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14554         (gnus-summary-exit-map): Bind to `Z p'.
14555         (gnus-summary-make-menu-bar): Add menu item.
14556
14557 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14560         (gnus-treat-*): Add `first' in all doc strings.
14561
14562         * gnus-group.el (gnus-group-compact-group): Fix typo.
14563
14564 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus.el (gnus-parameters-case-fold-search): New variable.
14567         (gnus-parameters-get-parameter): Use it.
14568
14569         * gnus-score.el (gnus-home-score-file): Doc fix.
14570
14571 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14572
14573         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14574
14575 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * mm-util.el (mm-special-display-p): New function.
14578
14579         * mml.el (mml-preview): Use it; doc fix.
14580
14581 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14582
14583         * imap.el (imap-open): Handle case where buffer is a buffer object.
14584
14585 2005-10-29  Romain Francoise  <romain@orebokech.com>
14586
14587         * message.el (message-fix-before-sending): Fix comment.
14588
14589 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14590
14591         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14592
14593 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14594
14595         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14596         Used in gnus-score.el.
14597
14598 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14601
14602 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14605         whitespace removed in revision 7.8.  Use concatenated string to
14606         protect trailing whitespace.
14607
14608 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14609
14610         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14611         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14612         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14613         Courier IMAP ("some version from 2004").  Mostly based on similar
14614         code in the same function.
14615
14616 2005-10-26  Didier Verna  <didier@xemacs.org>
14617
14618         * gnus-group.el (gnus-group-compact-group): Invalidate original
14619         article buffer.
14620         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14621         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14622         NOV database and in article itself.
14623         Invalidate article backlog.
14624
14625 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14628
14629 2005-10-26  Simon Josefsson  <jas@extundo.com>
14630
14631         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14632         part of 2004-07-25 change.
14633
14634 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * message.el (message-display-completion-list): New function.
14637         (message-expand-group): Use it; make sure the Completions buffer
14638         is modifiable.
14639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14640
14641         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14642         user-mail-name is an empty string.
14643
14644 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14647         depending on gnus-score-decay-constant.
14648
14649         * encrypt.el (encrypt-insert-file-contents)
14650         (encrypt-write-file-contents): Don't use `gnus-message'.
14651
14652         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14653         arguments.
14654         (mm-uu-type-alist): Add message-marks and insert-marks.
14655         Pass arguments to mm-uu-verbatim-marks-extract.
14656         (mm-uu-hide-markers): New variable.
14657         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14658
14659         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14660         (gnus-convert-image-to-face-command): Use "convert" by default to
14661         allow other input image formats.
14662         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14663         accordingly.
14664
14665 2005-10-23  Simon Josefsson  <jas@extundo.com>
14666
14667         * imap.el (imap-gssapi-program): Align command line parameters
14668         with latest GNU SASL.
14669         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14670
14671 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14672
14673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14674         HTML.
14675         (nnslashdot-request-article): Ditto.
14676
14677         * lpath.el (featurep): Add nobreak-char-display.
14678
14679 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14680
14681         * mail-source.el (mail-source-fetch-pop): Require pop3.
14682         (mail-source-check-pop): Ditto.
14683
14684 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14687         errors.
14688
14689 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14692         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14693
14694         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14695
14696         * mm-bodies.el (mm-decode-string):
14697         Call `mm-charset-to-coding-system' with allow-override argument.
14698
14699 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14702         (rfc2047-charset-to-coding-system): New function.
14703         (rfc2047-decode-encoded-words): New function.
14704         (rfc2047-decode-region): Use them.
14705         (rfc2047-decode-cte): Remove.
14706         (rfc2047-parse-and-decode): Remove.
14707         (rfc2047-decode): Remove.
14708
14709 2005-10-15  Kenichi Handa  <handa@m17n.org>
14710
14711         * rfc2047.el (rfc2047-decode-cte): New function.
14712         (rfc2047-decode-region): Change the way to decode successive
14713         encoded-words: decode B- or Q-encoding in each encoded-word,
14714         concatenate them, and decode it as charset.
14715
14716 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * lpath.el: Fbind codepage-setup for XEmacs.
14719
14720 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14721
14722         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14723         widget-move-and-invoke.
14724         (gnus-custom-mode): Use gnus-custom-map.
14725
14726 2005-10-15  Bill Wohler  <wohler@newt.com>
14727
14728         * message.el (message-tool-bar-map): Rename image file from
14729         mail_send to mail/send.
14730
14731 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14732
14733         * message.el (message-expand-group): Pass the common
14734         prefix substring of completion to `display-completion-list'.
14735
14736 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * mml-sec.el (mml-secure-method): New internal variable.
14739         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14740         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14741         New functions using mml-secure-method.
14742
14743         * mml.el (mml-mode-map): Add key bindings for those functions.
14744         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14745         Harder <harder@myrealbox.com>.
14746         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14747         Goto end of message if point is the headers of the message.
14748
14749         * message.el (message-in-body-p): New function.
14750
14751         * assistant.el: Autoload gnus-util and netrc.
14752
14753         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14754         Use `mm-charset-override-alist' only when decoding.
14755
14756         * mm-bodies.el (mm-decode-body):
14757         Call `mm-charset-to-coding-system' with allow-override argument.
14758
14759         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14760         `filename' from Content-Disposition if Content-Type doesn't
14761         provide `name'.
14762         (gnus-mime-view-part-as-type): Set default instead of
14763         initial-input.
14764
14765 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14766
14767         * format-spec.el (format-spec): Propagate text properties of % spec.
14768
14769 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-art.el (gnus-treat-predicate): Add `first'.
14772
14773 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14776         (mm-charset-override-alist): New variable.
14777         (mm-charset-to-coding-system): Use it.
14778         (mm-codepage-setup): New helper function.
14779         (mm-charset-eval-alist): New variable.
14780         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14781         Warn about unknown charsets.
14782
14783         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14784
14785 2005-10-04  David Hansen  <david.hansen@gmx.net>
14786
14787         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14788         (nnrss-check-group): Ditto.
14789
14790 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14793         Rename x-gnus-verbatim to x-verbatim.
14794         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14795
14796         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14797         x-verbatim.
14798
14799         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14800
14801         * gnus-util.el (gnus-remove-duplicates): Remove.
14802
14803         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14804         instead of gnus-remove-duplicates.
14805
14806         * message.el (message-remove-duplicates): Remove.
14807         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14808         message-remove-duplicates.
14809
14810         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14811         available, else use implementation from `delete-dups'.
14812
14813         * message.el (message-insert-expires): New function.
14814         (message-mode-map): Add key binding.
14815         (message-mode-field-menu): Add menu entry.
14816         (message-mode): Document it.
14817         (message-make-expires-date): Use `message-make-date'.
14818
14819 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14820
14821         * message.el (message-make-expires-date): New function.
14822
14823 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * Makefile.in (list-installed-shadows): New entry.
14826         (install): Use it.
14827         (remove-installed-shadows): New entry.
14828
14829         * dgnushack.el (dgnushack-default-load-path): New variable.
14830         (dgnushack-find-lisp-shadows): New function.
14831         (dgnushack-remove-lisp-shadows): New function.
14832
14833 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * Makefile.in (install-el-elc): New entry.
14836         (install): Use it so that .el files are necessarily installed.
14837
14838 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14841
14842 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14843
14844         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14845         function rather than the diff-mode.el package.
14846         (mm-display-external): Use with-current-buffer.
14847         (mm-viewer-completion-map, mm-viewer-completion-map):
14848         Move initialization inside declaration.
14849
14850 2005-09-29  Simon Josefsson  <jas@extundo.com>
14851
14852         * spam.el: Load hashcash when compiling, to avoid warnings.
14853         Don't autoload mail-check-payment.
14854         (spam-check-hashcash): Define unconditionally, since hashcash.el
14855         is part of Gnus now.  Ignore errors from payment checking.
14856
14857 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * message.el (message-bold-region, message-unbold-region):
14860         Rename from `bold-region' and `unbold-region'.
14861
14862         * message.el: Remove useless autoloads.
14863
14864 2005-09-28  Simon Josefsson  <jas@extundo.com>
14865
14866         * message.el (message-use-idna): Default to t.
14867         (message-use-idna): Test whether encoding works too.  Doc fix.
14868
14869 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * nntp.el (nntp-warn-about-losing-connection): Remove.
14872
14873 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14876         customizable.  Change default value.
14877         (mm-uu-diff-groups-regexp): Change default value.
14878         (mm-uu-type-alist): Add doc string.
14879         (mm-uu-configure): Add doc string.  Make it interactive.
14880         (mm-uu-tex-groups-regexp): New variable.
14881         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14882         (mm-uu-type-alist): Add LaTeX documents.
14883         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14884         of "text/verbatim".
14885         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14886
14887         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14888         instead of "text/verbatim".
14889
14890         * message.el (message-mark-inserted-region)
14891         (message-mark-insert-file): Use slrn style marks when called with
14892         prefix argument.
14893
14894 2005-09-27  Simon Josefsson  <jas@extundo.com>
14895
14896         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14897
14898 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14899
14900         * message.el (message-remove-duplicates): New function.
14901         Implementation borrowed from `gnus-remove-duplicates'.
14902         (message-idna-to-ascii-rhs): Also encode idna addresses in
14903         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14904         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14905         only ask about the same idna domain once per header and also tell
14906         in what header to replace the idna domain.
14907
14908         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14909         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14910         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14911         a header is decoded and not just the last one.
14912
14913 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14916         has been decoded.
14917
14918         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14919         (mm-insert-part): Don't modify text if it has been decoded.
14920
14921         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14922         decoded.
14923
14924         * mm-view.el (mm-inline-text): Don't strip text props unless
14925         decoding enriched or richtext parts.
14926
14927 2005-09-25  Romain Francoise  <romain@orebokech.com>
14928
14929         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14930         * gnus-start.el (gnus-subscribe-interactively):
14931         * gnus-uu.el (gnus-uu-grab-articles):
14932         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14933         space.
14934
14935 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14936
14937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14938         * mm-view.el (mm-view-pkcs7-decrypt):
14939         * gnus-sum.el (gnus-summary-limit-to-extra)
14940         (gnus-summary-respool-article, gnus-read-move-group-name):
14941         * gnus-score.el (gnus-summary-increase-score):
14942         * gnus-util.el (gnus-completing-read-with-default):
14943         * gnus-art.el (gnus-read-save-file-name)
14944         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14945         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14946         * message.el (message-check-news-header-syntax):
14947         Follow convention for reading with the minibuffer.
14948
14949 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * spam-report.el (spam-report-url-ping-plain):
14952         Use gnus-extended-version as User-Agent.
14953
14954         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14955         default value is nil.
14956
14957         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14958         (mm-uu-verbatim-marks-extract): New function.
14959         (mm-uu-extract): New face.
14960         (mm-uu-copy-to-buffer): Use it.
14961
14962         * spam-report.el (spam-report-gmane-ham): Rename from
14963         `spam-report-gmane-unspam'.
14964         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14965         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14966
14967         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14968         Autoload.
14969         (spam-report-gmane-unregister-routine):
14970         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14971
14972 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14975         (spam-report-gmane-unregister-routine): Add support for gmane
14976         unregistration.
14977
14978         * spam-report.el (spam-report-gmane-unspam)
14979         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14980         (spam-report-gmane): Change to take a single article and do unspam
14981         registration.
14982
14983 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * mm-url.el (mm-url-decode-entities): Fix regexp.
14986
14987 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14988
14989         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14990         default to nil, to be able to use Gnus at all.  If the default
14991         switches to something else, then the function should be fixed not
14992         be exceedingly slow.
14993
14994 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14997         fail hard.
14998
14999         * spam-report.el: Add better Keywords line.
15000
15001         * spam.el: Add Maintainer and better Keywords line.
15002
15003 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-art.el (gnus-article-replace-part)
15006         (gnus-mime-replace-part): New functions.
15007         (gnus-mime-action-alist, gnus-mime-button-commands)
15008         (gnus-mime-save-part-and-strip): Add file argument.
15009         (gnus-article-part-wrapper): Add interactive argument.
15010
15011         * gnus-sum.el (gnus-summary-mime-map):
15012         Add `gnus-article-replace-part'.
15013
15014 2005-09-19  Didier Verna  <didier@xemacs.org>
15015
15016         The nnml compaction feature:
15017         * nnml.el (nnml-request-compact-group): New function.
15018         * nnml.el (nnml-request-compact): New function.
15019         * gnus-int.el (gnus-request-compact-group): New function.
15020         * gnus-int.el (gnus-request-compact): New function.
15021         * gnus-group.el (gnus-group-compact-group): New function.
15022         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15023         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15024         * gnus-srvr.el (gnus-server-compact-server): New function.
15025         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15026         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15027
15028 2005-09-18  Deepak Goel  <deego@gnufans.org>
15029
15030         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15031         format spec.
15032
15033 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15036
15037 2005-09-15  Romain Francoise  <romain@orebokech.com>
15038
15039         * message.el (message-fill-paragraph): Clarify docstring.
15040
15041 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-art.el (gnus-mime-display-part): Protect against broken
15044         MIME messages.
15045
15046 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15049         before parsing header.
15050
15051 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15052
15053         * html2text.el (html2text-replace-list): Add new entities.
15054
15055 2005-09-11  Romain Francoise  <romain@orebokech.com>
15056
15057         * message.el (message-alternative-emails): Improve docstring.
15058         (message-setup-1): Call `message-use-alternative-email-as-from'
15059         after `message-setup-hook' to give it precedence over posting
15060         styles, etc.
15061         (message-use-alternative-email-as-from): Add docstring.
15062         Remove the original From header if present.
15063
15064         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15065         (nnml-save-mail): Use it.
15066
15067         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15068         articles.  Add new argument `silent'.
15069         (gnus-uu-mark-all): Report the total number of marked articles.
15070
15071 2005-09-10  Romain Francoise  <romain@orebokech.com>
15072
15073         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15074         (gnus-uu-mark-series): Likewise.
15075
15076 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * spam-report.el (spam-report-gmane): Fix generation of spam
15079         report URL.
15080
15081 2005-09-10  Simon Josefsson  <jas@extundo.com>
15082
15083         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15084         t, based on discussion on the ding list with Robert Epprecht
15085         <epprecht@solnet.ch>.
15086
15087 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * spam-report.el (spam-report-gmane): Make it work without
15090         X-Report-Spam header.  Gmane now only provides Archived-At.
15091         This is only used if `spam-report-gmane-use-article-number' is nil.
15092         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15093
15094         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15095         make `gnus-summary-sort-by-recipient' work with threading.
15096
15097         * nnweb.el (nnweb-google-wash-article): Print a message if article
15098         is not available.
15099
15100 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15101
15102         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15103         change.  Decode text/* parts content before displaying.
15104
15105 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15108
15109 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15112
15113         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15114         url-package-name, url-package-version,
15115         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15116         w3m-display-inline-images, and w3m-minor-mode-map.
15117
15118 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * message.el (message-tab-body-function): Fix mismatched custom type.
15121
15122         * gnus.el (gnus-group-change-level-function): Ditto.
15123
15124         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15125
15126         * gnus-art.el (gnus-signature-limit)
15127         (gnus-article-mime-part-function): Ditto.
15128
15129 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * mml.el (mml-mode): Silence the byte compiler.
15132
15133         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15134         using `(sit-for 0)' before moving the point to the specified part;
15135         skip unbuttonized parts.
15136         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15137         return to the summary window if gnus-auto-select-part is non-nil.
15138
15139 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15142         New variables.
15143         (mml-dnd-attach-file, mml-mode): Use them.
15144
15145         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15146         Make fetching article by MID work again for Google Groups.
15147         Add FIXME concerning gnus-group-make-web-group.
15148
15149         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15150         Don't depend on Gnus by using mail-extract-address-components if
15151         gnus-extract-address-components is not bound.
15152
15153 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15154
15155         * gnus-art.el (gnus-mime-display-security): Don't display the
15156         signature, but only the signed part.
15157
15158 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15161
15162         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15163         list, not listp.
15164
15165 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15166
15167         * mm-encode.el (mm-encode-content-transfer-encoding):
15168         Likewise when encoding.
15169
15170         * mm-bodies.el (mm-decode-content-transfer-encoding):
15171         De-canonicalize CRLF for all text content types, not just
15172         text/plain.
15173
15174 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15177         valid article; point arrow and cursor at the MIME button.
15178
15179 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15182         Suggested by Dan Christensen <jdc@uwo.ca>.
15183
15184         * mm-decode.el (mm-save-part): Enable change of prompt.
15185
15186 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15187
15188         * gnus-msg.el (gnus-inews-add-send-actions):
15189         Make `message-post-method' lambda parameter ARG `&optional'.
15190
15191 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * gnus-sum.el (gnus-summary-mime-map):
15194         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15195         gnus-article-jump-to-part.
15196
15197         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15198         (gnus-article-edit-part): Use it.
15199         (gnus-article-part-wrapper): Add no-handle argument.
15200         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15201         New functions.
15202
15203 2005-08-29  Romain Francoise  <romain@orebokech.com>
15204
15205         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15206         docstring.
15207         (gnus-face-from-file): Likewise.
15208
15209 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15212         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15213         non-nil.
15214         (gnus-auto-select-part): New variable.
15215         (gnus-article-jump-to-part): New function.
15216         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15217         (gnus-mime-delete-part): Allow selecting specified part after
15218         deleting or stripping parts.
15219         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15220         part if argument is bogus.
15221
15222 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15223
15224         * gnus-art.el (w3m-minor-mode-map):
15225         * gnus-spec.el (gnus-newsrc-file-version):
15226         * gnus-util.el (nnmail-active-file-coding-system)
15227         (gnus-original-article-buffer, gnus-user-agent):
15228         * gnus.el (gnus-ham-process-destinations)
15229         (gnus-parameter-ham-marks-alist)
15230         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15231         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15232         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15233         * mm-decode.el (gnus-current-window-configuration):
15234         * mm-extern.el (gnus-article-mime-handles):
15235         * mm-url.el (url-current-object, url-package-name)
15236         (url-package-version):
15237         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15238         (smime-keys, w3m-cid-retrieve-function-alist)
15239         (w3m-current-buffer, w3m-display-inline-images)
15240         (w3m-minor-mode-map):
15241         * mml-smime.el (gnus-extract-address-components):
15242         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15243         (gnus-newsrc-hashtb, message-default-charset)
15244         (message-deletable-headers, message-options)
15245         (message-posting-charset, message-required-mail-headers)
15246         (message-required-news-headers):
15247         * mml1991.el (mc-pgp-always-sign):
15248         * mml2015.el (mc-pgp-always-sign):
15249         * nnheader.el (nnmail-extra-headers):
15250         * rfc1843.el (gnus-decode-encoded-word-function)
15251         (gnus-decode-header-function, gnus-newsgroup-name):
15252         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15253
15254 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15255
15256         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15257         the end of the date treatments.
15258
15259 2005-08-15  Simon Josefsson  <jas@extundo.com>
15260
15261         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15262         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15263         Capello and Romain Francoise.
15264         (pgg-fetch-key-function): Remove, not used?
15265         (pgg-insert-url-with-w3): Require url, to get
15266         url-insert-file-contents regardless of where it is defined.
15267
15268 2005-08-13  Romain Francoise  <romain@orebokech.com>
15269
15270         * message.el (message-cite-original-1): New function.
15271         (message-cite-original): Use it.
15272         (message-cite-original-without-signature): Ditto.
15273
15274 2005-08-08  Romain Francoise  <romain@orebokech.com>
15275
15276         * message.el (message-yank-empty-prefix): New variable.
15277         (message-indent-citation): Use it.
15278         (message-cite-original-without-signature): Respect X-No-Archive.
15279
15280 2005-08-08  Simon Josefsson  <jas@extundo.com>
15281
15282         * pgg.el: Autoload url-insert-file-contents instead of loading
15283         w3/url.
15284         (pgg-insert-url-with-w3): Don't load url here.
15285
15286 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15287
15288         * message.el (message-kill-to-signature): Don't insert newline at
15289         bol.
15290         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15291
15292 2005-08-06  Romain Francoise  <romain@orebokech.com>
15293
15294         * message.el (message-user-fqdn): Fix typo in docstring.
15295
15296 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15297
15298         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15299
15300         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15301
15302 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-bodies.el (mm-encode-body): Use coding system rather than
15305         charset to encode text.
15306
15307         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15308         number of charsets if utf-8 is available (XEmacs).
15309
15310 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15313         taken from `gnus-button-mid-or-mail-regexp'.
15314         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15315         (gnus-button-alist): Improve regexp for domain part of the MIDs
15316         for news:localpart@domain buttons.
15317         (gnus-button-ctan-directory-regexp): Update.
15318
15319 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * sieve-manage.el (sieve-manage-interactive-login):
15322         Use make-local-variable rather than make-variable-buffer-local.
15323         (sieve-manage-open): Ditto.
15324         (sieve-manage-authenticate): Ditto.
15325
15326         * mml.el (mml-generate-mime-1): Make the content type default to
15327         text/plain if the filename is not specified.
15328
15329 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15332         instead of insert-buffer.
15333
15334         * message.el (message-yank-original): Ditto; set the mark at the
15335         end of the yanked message.
15336
15337 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15340         lines to scroll rather than to stop it.
15341
15342         * mml.el (mml-generate-default-type): Add doc string.
15343         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15344         default to application/octet-stream when determining the content
15345         type if it is not specified for the part or the mml contents; add
15346         a comment about mml-generate-default-type.
15347
15348 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15351         make it default to application/octet-stream when determining the
15352         content type if it is not specified for the external contents.
15353
15354 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15357         segmented parameter but also other parameters might be there.
15358
15359 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * mm-decode.el (mm-display-external): Delete temp file, directory
15362         and buffer immediately if the external process is exited.
15363
15364 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15367         fewer lines than that of scroll-margin.
15368         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15369
15370 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-article-next-page): Revert.
15373         (gnus-article-beginning-of-window): New macro.
15374         (gnus-article-next-page-1): Use it.
15375         (gnus-article-prev-page): Ditto.
15376         (gnus-article-edit-part): Use insert-buffer-substring instead of
15377         insert-buffer.
15378         (gnus-article-edit-exit): Ditto.
15379
15380         * gnus-util.el (gnus-beginning-of-window): Remove.
15381         (gnus-end-of-window): Remove.
15382
15383         * lpath.el: Don't bind header-line-format and scroll-margin.
15384
15385 2005-07-25  Simon Josefsson  <jas@extundo.com>
15386
15387         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15388         to have the url package without w3.  Reported by Daiki Ueno
15389         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15390
15391 2005-07-20  Didier Verna  <didier@xemacs.org>
15392
15393         * gnus-diary.el: Remove the description comment (nndiary is now
15394         properly documented in the Gnus manual).
15395         Fix the spelling of "Back End".
15396         * nndiary.el: Ditto.
15397         Fix the copyright notice.
15398
15399 2005-07-18  Romain Francoise  <romain@orebokech.com>
15400
15401         * gnus-sum.el (gnus-summary-to-prefix)
15402         (gnus-summary-newsgroup-prefix): New variables.
15403         (gnus-summary-from-or-to-or-newsgroups): Use them.
15404
15405 2005-07-17  Romain Francoise  <romain@orebokech.com>
15406
15407         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15408         space as it's generally not especially interesting to the user.
15409
15410 2005-07-16  Romain Francoise  <romain@orebokech.com>
15411
15412         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15413         nil to avoid prompting and file modification if one of the
15414         messages at the top of the nnfolder file contains a copyright
15415         notice.
15416         Update copyright notice.
15417
15418         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15419         instead of `current-time-string' as the latter creates a time
15420         string that is not RFC 2822 compliant (it lacks the zone).
15421         Update copyright notice.
15422
15423 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15424
15425         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15426         for text/rtf.  Display default in prompt.  Pass default for M-n.
15427
15428         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15429
15430 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15431
15432         * gnus-msg.el (gnus-button-mailto):
15433         Remove save-selected-window-window hackery because it relies on
15434         save-selected-window internals.
15435
15436 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15439         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15440         (gnus-article-prev-page): Ditto.
15441
15442         * gnus-util.el (gnus-beginning-of-window): New function.
15443         (gnus-end-of-window): New function.
15444
15445         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15446
15447 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15448
15449         * gnus-score.el (gnus-score-edit-all-score):
15450         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15451         gnus-message.
15452
15453 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * gnus-msg.el (gnus-button-mailto):
15456         Remove save-selected-window-window hackery because it relies on
15457         save-selected-window internals.
15458
15459 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15462         add-minor-mode.
15463         (gnus-binary-mode): Ditto.
15464
15465         * gnus-topic.el (gnus-topic-mode): Ditto.
15466
15467 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15468
15469         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15470         (gnus-article-prev-page): Take scroll-margin into consideration.
15471
15472 2005-07-04  Lute Kamstra  <lute@gnu.org>
15473
15474         Update FSF's address in GPL notices.
15475
15476 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15477
15478         * gnus.el (gnus-exit):
15479         * gnus-group.el (gnus-group-icons):
15480         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15481
15482         * gnus-nocem.el (gnus-nocem):
15483         * message.el (message-various, message-buffers, message-sending)
15484         (message-interface, message-forwarding, message-insertion)
15485         (message-headers, message-news, message-mail):
15486         * pgg-gpg.el (pgg-gpg):
15487         * pgg-parse.el (pgg-parse):
15488         * pgg-pgp.el (pgg-pgp):
15489         * pgg-pgp5.el (pgg-pgp5):
15490         * pop3.el (pop3): Finish `defgroup' description with period.
15491
15492 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (article-display-face): Improve the efficiency.
15495         (article-display-x-face): Ditto; remove grey x-face stuff.
15496
15497 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (article-display-face): Correct the position in
15500         which Faces are inserted.
15501
15502 2005-06-29  Didier Verna  <didier@xemacs.org>
15503
15504         * gnus-art.el (article-display-face): Display faces in correct
15505         order.
15506
15507 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15510         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15511         (gnus-nocem-check-article): Fetch the Type header.
15512         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15513         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15514         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15515         make sure gnus-nocem-hashtb is initialized.
15516         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15517         (gnus-nocem-unwanted-article-p): Ditto.
15518
15519         * pgg.el (pgg-verify): Return the verification result.
15520
15521 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15524         is ascii.
15525
15526 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15527
15528         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15529         `show-nonbreak-escape'.
15530
15531 2005-06-23  Lute Kamstra  <lute@gnu.org>
15532
15533         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15534
15535         * dig.el (dig-mode):
15536         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15537
15538 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15539
15540         * nnimap.el (nnimap-split-download-body): Fix spellings.
15541
15542 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15543
15544         * gnus-art.el (gnus-article-encrypt-body):
15545         * gnus-cus.el (gnus-score-customize):
15546         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15547         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15548
15549 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15550
15551         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15552         header by looking for magic "MII" at the beginnig.
15553
15554 2005-06-16  Miles Bader  <miles@gnu.org>
15555
15556         * gnus-xmas.el (gnus-xmas-group-startup-message):
15557         Use renamed gnus-splash face.
15558
15559         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15560         (assistant-field-face): New backward-compatibility alias for renamed
15561         face.
15562         (assistant-render-text): Use renamed assistant-field face.
15563
15564         * spam.el (spam): Remove "-face" suffix from face name.
15565         (spam-face): New backward-compatibility alias for renamed face.
15566         (spam-face, spam-initialize): Use renamed spam face.
15567
15568         * message.el (message-header-to, message-header-cc)
15569         (message-header-subject, message-header-newsgroups)
15570         (message-header-other, message-header-name)
15571         (message-header-xheader, message-separator, message-cited-text)
15572         (message-mml): Remove "-face" suffix from face names.
15573         (message-header-to-face, message-header-cc-face)
15574         (message-header-subject-face, message-header-newsgroups-face)
15575         (message-header-other-face, message-header-name-face)
15576         (message-header-xheader-face, message-separator-face)
15577         (message-cited-text-face, message-mml-face):
15578         New backward-compatibility aliases for renamed faces.
15579         (message-font-lock-keywords): Use renamed message faces.
15580
15581         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15582         (sieve-test-commands, sieve-tagged-arguments):
15583         Remove "-face" suffix from face names.
15584         (sieve-control-commands-face, sieve-action-commands-face)
15585         (sieve-test-commands-face, sieve-tagged-arguments-face):
15586         New backward-compatibility aliases for renamed faces.
15587         (sieve-control-commands-face, sieve-action-commands-face)
15588         (sieve-test-commands-face, sieve-tagged-arguments-face):
15589         Use renamed sieve faces.
15590
15591         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15592         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15593         (gnus-group-news-3-empty, gnus-group-news-4)
15594         (gnus-group-news-4-empty, gnus-group-news-5)
15595         (gnus-group-news-5-empty, gnus-group-news-6)
15596         (gnus-group-news-6-empty, gnus-group-news-low)
15597         (gnus-group-news-low-empty, gnus-group-mail-1)
15598         (gnus-group-mail-1-empty, gnus-group-mail-2)
15599         (gnus-group-mail-2-empty, gnus-group-mail-3)
15600         (gnus-group-mail-3-empty, gnus-group-mail-low)
15601         (gnus-group-mail-low-empty, gnus-summary-selected)
15602         (gnus-summary-cancelled, gnus-summary-high-ticked)
15603         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15604         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15605         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15606         (gnus-summary-low-undownloaded)
15607         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15608         (gnus-summary-low-unread, gnus-summary-normal-unread)
15609         (gnus-summary-high-read, gnus-summary-low-read)
15610         (gnus-summary-normal-read, gnus-splash):
15611         Remove "-face" suffix from face names.
15612         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15613         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15614         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15615         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15616         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15617         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15618         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15619         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15620         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15621         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15622         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15623         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15624         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15625         (gnus-summary-normal-ticked-face)
15626         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15627         (gnus-summary-normal-ancient-face)
15628         (gnus-summary-high-undownloaded-face)
15629         (gnus-summary-low-undownloaded-face)
15630         (gnus-summary-normal-undownloaded-face)
15631         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15632         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15633         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15634         (gnus-splash-face):
15635         New backward-compatibility aliases for renamed faces.
15636         (gnus-group-startup-message): Use renamed gnus faces.
15637
15638         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15639         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15640         (gnus-server-agent): Remove "-face" suffix from face names.
15641         (gnus-server-agent-face, gnus-server-opened-face)
15642         (gnus-server-closed-face, gnus-server-denied-face)
15643         (gnus-server-offline-face):
15644         New backward-compatibility aliases for renamed faces.
15645         (gnus-server-agent-face, gnus-server-opened-face)
15646         (gnus-server-closed-face, gnus-server-denied-face)
15647         (gnus-server-offline-face): Use renamed gnus faces.
15648
15649         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15650         Remove "-face" suffix from face names.
15651         (gnus-picon-xbm-face, gnus-picon-face):
15652         New backward-compatibility aliases for renamed faces.
15653
15654         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15655         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15656         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15657         (gnus-cite-11): Remove "-face" suffix from face names.
15658         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15659         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15660         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15661         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15662         New backward-compatibility aliases for renamed faces.
15663         (gnus-cite-attribution-face, gnus-cite-face-list)
15664         (gnus-article-boring-faces): Use renamed gnus faces.
15665
15666         * gnus-art.el (gnus-signature, gnus-header-from)
15667         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15668         (gnus-header-content): Remove "-face" suffix from face names.
15669         (gnus-signature-face, gnus-header-from-face)
15670         (gnus-header-subject-face, gnus-header-newsgroups-face)
15671         (gnus-header-name-face, gnus-header-content-face):
15672         New backward-compatibility aliases for renamed faces.
15673         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15674
15675         * gnus-sum.el (gnus-summary-selected-face)
15676         (gnus-summary-highlight): Use renamed gnus faces.
15677         * gnus-group.el (gnus-group-highlight): Likewise.
15678
15679 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15680
15681         * gnus-sieve.el (gnus-sieve-article-add-rule):
15682         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15683         * spam-stat.el (spam-stat-buffer-change-to-spam)
15684         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15685
15686         * message.el (message-is-yours-p):
15687         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15688
15689 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * mm-view.el (mm-inline-text): Withdraw the last change.
15692
15693 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15696         executing enriched-decode.
15697
15698 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15701         charset of tar files.
15702
15703 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15704
15705         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15706
15707 2005-06-04  Lute Kamstra  <lute@gnu.org>
15708
15709         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15710         information is never recorded.
15711
15712 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15713
15714         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15715
15716 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * pop3.el (pop3-apop): Run md5 in the binary mode.
15719
15720         * starttls.el (starttls-set-process-query-on-exit-flag):
15721         Use eval-and-compile.
15722
15723 2005-05-31  Simon Josefsson  <jas@extundo.com>
15724
15725         * smime.el (smime-replace-in-string): Define.
15726         (smime-cert-by-ldap-1): Use it.
15727
15728 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-art.el (article-display-x-face): Replace
15731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15732
15733         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15734         set-process-query-on-exit-flag or process-kill-without-query.
15735
15736         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15737         loop instead of replace-regexp.
15738
15739         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15740         instead of process-kill-without-query if it is available.
15741
15742         * lpath.el: Fbind ldap-search-entries.
15743
15744         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15745         instead of find-file-hooks if it is available.
15746
15747         * mml1991.el: Bind pgg-default-user-id when compiling.
15748
15749         * mml2015.el: Bind pgg-default-user-id when compiling.
15750
15751         * nndraft.el (nndraft-request-associate-buffer):
15752         Use write-contents-functions instead of write-contents-hooks if it is
15753         available.
15754
15755         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15756         instead of find-file-hooks if it is available.
15757
15758         * nntp.el (nntp-open-connection): Replace
15759         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15760         (nntp-open-ssl-stream): Ditto.
15761         (nntp-open-tls-stream): Ditto.
15762
15763         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15764         set-process-query-on-exit-flag or process-kill-without-query.
15765         (starttls-open-stream-gnutls): Use it instead of
15766         process-kill-without-query.
15767         (starttls-open-stream): Ditto.
15768
15769 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15770
15771         * smime.el (smime-cert-by-ldap-1): Don't use
15772         replace-regexp-in-string.
15773
15774 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15775
15776         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15777
15778         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15779         in PEM format.  Adjust to the XEmacs compability.
15780
15781 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15784         by `string-to-number'.
15785         * gnus-agent.el (gnus-agent-regenerate-group)
15786         (gnus-agent-fetch-articles): Ditto.
15787         * gnus-art.el (gnus-button-fetch-group): Ditto.
15788         * gnus-cache.el (gnus-cache-generate-active)
15789         (gnus-cache-articles-in-group): Ditto.
15790         * gnus-group.el (gnus-group-set-current-level)
15791         (gnus-group-insert-group-line): Ditto.
15792         * gnus-score.el (gnus-score-set-expunge-below)
15793         (gnus-score-set-mark-below, gnus-summary-score-effect)
15794         (gnus-summary-score-entry): Ditto.
15795         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15796         (gnus-soup-pack): Ditto.
15797         * gnus-spec.el (gnus-xmas-format): Ditto.
15798         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15799         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15800         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15801         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15802         * nndb.el (nndb-get-remote-expire-response): Ditto.
15803         * nndiary.el (nndiary-parse-schedule-value)
15804         (nndiary-string-to-number, nndiary-request-replace-article)
15805         (nndiary-request-article): Ditto.
15806         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15807         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15808         * nneething.el (nneething-make-head): Ditto.
15809         * nnfolder.el (nnfolder-request-article)
15810         (nnfolder-retrieve-headers): Ditto.
15811         * nnheader.el (nnheader-file-to-number): Ditto.
15812         * nnkiboze.el (nnkiboze-request-article): Ditto.
15813         * nnmail.el (nnmail-process-unix-mail-format)
15814         (nnmail-process-babyl-mail-format): Ditto.
15815         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15816         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15817         (nnmh-request-create-group, nnmh-request-list-1)
15818         (nnmh-request-group, nnmh-request-article): Ditto.
15819         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15820         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15821         * nnsoup.el (nnsoup-make-active): Ditto.
15822         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15823         * nntp.el (nntp-find-group-and-number)
15824         (nntp-retrieve-headers-with-xover): Ditto.
15825         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15826         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15827         (pgg-format-key-identifier): Ditto.
15828         * pop3.el (pop3-last, pop3-stat): Ditto.
15829         * qp.el (quoted-printable-decode-region): Ditto.
15830
15831         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15832         of concat.
15833
15834 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15837
15838         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15839
15840         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15841
15842         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15843
15844         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15845
15846         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15847
15848         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15849         (gnus-carpal-mode): Ditto.
15850
15851         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15852         (gnus-browse-mode): Ditto.
15853
15854         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15855
15856         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15857
15858 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15859
15860         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15861
15862 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-util.el (gnus-run-mode-hooks): New function.
15865
15866         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15867
15868         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15869         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15870
15871 2005-05-27  Lute Kamstra  <lute@gnu.org>
15872
15873         * dns-mode.el (dns-mode): Specify customization group.
15874
15875 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15876
15877         * gnus-agent.el (gnus-agent-make-mode-line-string):
15878         Use mode-line-highlight as mouse-face.
15879
15880 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * canlock.el (canlock): Change the parent group to news.
15883
15884         * deuglify.el (gnus-outlook-deuglify): Add :group.
15885
15886         * dig.el (dig): Add :group.
15887
15888         * dns-mode.el (dns-mode): Add :group.
15889
15890         * encrypt.el (encrypt): Add :group.
15891
15892         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15893         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15894         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15895         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15896         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15897
15898         * gnus-diary.el (gnus-diary): Add :group.
15899
15900         * gnus.el (gnus-group-news-1-face): Add :group.
15901         (gnus-group-news-1-empty-face): Ditto.
15902         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15903         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15904         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15905         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15906         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15907         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15908         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15909         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15910         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15911         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15912         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15913         (gnus-summary-high-ticked-face): Ditto.
15914         (gnus-summary-low-ticked-face): Ditto.
15915         (gnus-summary-normal-ticked-face): Ditto.
15916         (gnus-summary-high-ancient-face): Ditto.
15917         (gnus-summary-low-ancient-face): Ditto.
15918         (gnus-summary-normal-ancient-face): Ditto.
15919         (gnus-summary-high-undownloaded-face): Ditto.
15920         (gnus-summary-low-undownloaded-face): Ditto.
15921         (gnus-summary-normal-undownloaded-face): Ditto.
15922         (gnus-summary-high-unread-face): Ditto.
15923         (gnus-summary-low-unread-face): Ditto.
15924         (gnus-summary-normal-unread-face): Ditto.
15925         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15926         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15927
15928         * hashcash.el (hashcash): New custom group.
15929         (hashcash-default-payment): Add :group.
15930         (hashcash-payment-alist): Ditto.
15931         (hashcash-default-accept-payment): Ditto.
15932         (hashcash-accept-resources): Ditto.
15933         (hashcash-path): Ditto.
15934         (hashcash-extra-generate-parameters): Ditto.
15935         (hashcash-double-spend-database): Ditto.
15936         (hashcash-in-news): Ditto.
15937
15938         * message.el (message-minibuffer-local-map): Add :group.
15939
15940         * netrc.el (netrc): Add :group.
15941
15942         * sieve-manage.el (sieve-manage-log): Add :group.
15943         (sieve-manage-default-user): Diito.
15944         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15945         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15946         (sieve-manage-authenticators): Ditto.
15947         (sieve-manage-authenticator-alist): Ditto.
15948         (sieve-manage-default-port): Ditto.
15949
15950         * sieve-mode.el (sieve-control-commands-face): Add :group.
15951         (sieve-action-commands-face): Ditto.
15952         (sieve-test-commands-face): Ditto.
15953         (sieve-tagged-arguments-face): Ditto.
15954
15955         * smime.el (smime): Add :group.
15956
15957         * spam-report.el (spam-report): Add :group.
15958
15959         * spam.el (spam, spam-face): Add :group.
15960
15961 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15962
15963         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15964         return \n.\n.\n at the end of articles.  Protect against that.
15965         (nntp-with-open-group): Allow debugging.
15966
15967         * nnheader.el (mail-header-set-extra): Make into a function
15968         because I just could't understand how to quote the list properly.
15969
15970         * dns.el (query-dns-cached): New function.
15971
15972 2005-05-26  Lute Kamstra  <lute@gnu.org>
15973
15974         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15975
15976 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15979
15980         * gnus-art.el: Don't autoload mail-extract-address-components.
15981
15982         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15983         eval-and-compile to evaluate it.
15984
15985         * hashcash.el: Don't autoload executable-find.
15986
15987         * nndb.el: Don't declare the nndb back end two or more times; don't
15988         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15989
15990         * nntp.el: Autoload format-spec instead of format; use
15991         eval-and-compile to evaluate autoload forms.
15992
15993 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15994
15995         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15996
15997 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15998
15999         * gnus.el (gnus-version-number): Bump version.
16000
16001 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16002
16003         * gnus.el: No Gnus v0.3 is released.
16004
16005 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16006
16007         * lpath.el (featurep): Bind show-nonbreak-escape.
16008
16009 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-art.el (gnus-article-edit-part): Disable undo.
16012
16013 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16016         gnus-article-date-lapsed-new-header is t if date timer is active;
16017         skip headers in which the original date value is empty.
16018         (gnus-article-save-original-date): Redefine it as a macro.
16019         (gnus-display-mime): Use it.
16020
16021 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (article-date-ut): Support converting date in
16024         forwarded parts as well.
16025         (gnus-article-save-original-date): New function.
16026         (gnus-display-mime): Use it.
16027
16028 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16029
16030         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16031         enclosure element of <item>.
16032
16033 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * message.el (message-kill-buffer-query): Rename from
16036         `message-kill-buffer-query-if-modified'.  Add :version.
16037
16038 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16041         window layout.
16042
16043 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mml.el: Autoload dnd when compiling.
16046
16047 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16050         x-dnd-*.
16051
16052 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * qp.el (quoted-printable-encode-region): Save excursion.
16055
16056 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * message.el (message-kill-buffer-query-if-modified): Add new variable
16059         so the user can kill a modified message buffer quickly.
16060         (message-kill-buffer): Use it.
16061
16062 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * lpath.el: Fbind display-time-event-handler; don't fbind
16065         string-to-multibyte.
16066
16067         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16068
16069 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16072         contained in text because xml.el decodes entities) with LFs.
16073
16074 2005-04-11  Lute Kamstra  <lute@gnu.org>
16075
16076         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16077         differently.
16078
16079 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16080
16081         * mm-util.el (mm-detect-coding-region): Typo.
16082
16083 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16086
16087 2005-04-06  Deepak Goel  <deego@gnufans.org>
16088
16089         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16090         user-function allow user modifications of the scores.
16091         (spam-stat-score-buffer-user): New function, to allow
16092         user-computed modifications to the score.
16093         (spam-stat-score-buffer-user-functions): List of additional
16094         scoring functions.
16095         (spam-stat-error-holder): Global temporary error holder.
16096         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16097         variable.
16098
16099 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16100
16101         * gnus-registry.el (gnus-registry-clean-empty-function)
16102         (gnus-registry-trim, gnus-registry-fetch-groups)
16103         (gnus-registry-delete-group): Groups that match
16104         `gnus-registry-ignored-groups' are removed from the registry
16105         entries, not just ignored for splitting.  This helps clean up the
16106         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16107         to get all the groups a message ID is in.
16108
16109         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16110         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16111         (spam-stat-score-buffer-user-functions): Add :number custom type.
16112
16113 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16116         argument in XEmacs.
16117
16118         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16119         (nnrss-request-group): Decode group name first.
16120         (nnrss-request-article): Make a text/plain article if mml-to-mime
16121         failed.
16122         (nnrss-get-encoding): Return a compatible encoding according to
16123         nnrss-compatible-encoding-alist.
16124         (nnrss-find-el): Use consp instead of listp.
16125         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16126
16127 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16130         which Emacs 20 doesn't support.
16131         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16132
16133 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16136         silence the byte compiler inside the defun.
16137
16138         * gnus-demon.el (parse-time-string): Add autoload.
16139
16140         * gnus-delay.el (parse-time-string): Add autoload.
16141
16142         * gnus-art.el (parse-time-string): Add autoload.
16143
16144         * nnultimate.el (parse-time): Require for `parse-time-string'.
16145
16146 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16149
16150         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16151
16152         * smime.el (smime-ldap-host-list): Add :version.
16153
16154 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16155
16156         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16157         pass it to `gnus-browse-read-group'.
16158         (gnus-browse-read-group): Add NUMBER argument and pass it to
16159         `gnus-group-read-ephemeral-group'.
16160
16161         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16162         argument and pass it to `gnus-group-read-group'.
16163
16164 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16165
16166         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16167         mm-xemacs-find-mime-charset-1 if we have the mule feature
16168         available at runtime.
16169
16170 2005-03-25  Werner Lemberg  <wl@gnu.org>
16171
16172         * nnmaildir.el: Replace `illegal' with `invalid'.
16173
16174 2005-03-23  Lute Kamstra  <lute@gnu.org>
16175
16176         * time-date.el: Add comment on time value formats.
16177         Don't require parse-time.
16178         (with-decoded-time-value): New macro.
16179         (encode-time-value): New function.
16180         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16181         (days-to-time): Return a valid time value when arg is huge.
16182         (time-since): Use time-subtract.
16183         (time-to-number-of-days): Use time-to-seconds.
16184
16185 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16186
16187         * gnus-start.el (gnus-display-time-event-handler):
16188         Check display-time-timer at runtime rather than only at load time
16189         in case display-time-mode is turned off in the mean time.
16190
16191 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16192
16193         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16194         used.
16195
16196         * nneething.el (nneething-map-file-directory): Derive from
16197         `gnus-directory'.
16198
16199         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16200         the To/Cc button.
16201
16202 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * nnmaildir.el (nnmaildir-request-accept-article):
16205         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16206
16207 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16208
16209         * gnus-async.el: Require timer-funcs at compile time when in
16210         XEmacs for `run-with-idle-timer'.
16211
16212 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16213
16214         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16215         autoloaded function.
16216
16217 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16218
16219         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16220
16221 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16222
16223         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16224
16225 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16228         Add gnus-expert-user to default.
16229
16230 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16231
16232         * nnimap.el (nnimap-open-server): Ditto.
16233
16234         * imap.el (imap-authenticate): Fix typo.
16235
16236 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16237
16238         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16239         buffer (since IMAP server might return FETCH response out of
16240         order, and the nntp buffer must be sorted).
16241
16242 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16243
16244         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16245         comparison on string.
16246
16247         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16248         (gnus-agent-score): Rename category keywords to match gnus-cus.
16249         (gnus-agent-summary-fetch-series): Modify to protect against
16250         gnus-agent-summary-fetch-group clearing processable flags.
16251         (gnus-agent-synchronize-group-flags): Update live group buffer as
16252         synchronization may occur due to the user toggle the plugged
16253         status.
16254         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16255         successfully downloaded.
16256         (gnus-agent-expire-group-1): Avoid using markers when the overview
16257         is in ascending order; greatly improves performance.
16258         (gnus-agent-regenerate-group):
16259         Use gnus-agent-synchronize-group-flags to reset read status in both
16260         gnus and server.
16261         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16262
16263 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * message.el: Don't autoload former message-utils variables.
16266         (message-strip-subject-trailing-was): Change doc string.
16267
16268         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16269         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16270         (nnweb-google-search): Add "hl=en" here.
16271         (nnweb-google-parse-1, nnweb-google-create-mapping):
16272         Don't hardcode URL.
16273
16274 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16275
16276         * message.el (message-get-reply-headers, message-followup):
16277         Mention related variables `message-use-followup-to' and
16278         `message-use-mail-followup-to', in the information buffer.
16279
16280         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16281         of broken groups(-beta).google.com.
16282
16283 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16286         parameter to invoked gnus-request-move-article; remove the
16287         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16288         all at once instead of once per article.
16289         (gnus-summary-remove-process-mark): Accept a list of articles as
16290         well as a single article for processing.
16291
16292         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16293         parameter.
16294
16295         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16296
16297         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16298
16299         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16300         parameter.
16301
16302         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16303         parameter.
16304
16305         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16306         parameter and remove the gnus-sum-hint-move-is-internal variable.
16307
16308         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16309         parameter.
16310
16311         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16312         parameter.
16313
16314         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16315         parameter.
16316
16317         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16318
16319         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16320         parameter.
16321
16322         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16323         parameter.
16324
16325 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16326
16327         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16328         a more conservative way.
16329
16330 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16331
16332         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16333         buffer, so it moves the window's cursor.
16334
16335 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16336
16337         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16338         `mm-dissect-multipart' and receive the from field as an (optional)
16339         argument from `mm-dissect-multipart'.
16340         (mm-dissect-multipart): Receive the from field as an argument and
16341         pass it on when we call `mm-dissect-buffer' on MIME parts.
16342         Fixes verification/decryption of signed/encrypted MIME parts.
16343
16344 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * gnus-sum.el (gnus-summary-move-article):
16347         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16348         whatever it calls (right now, only nnimap-request-move article
16349         respects it).
16350
16351         * nnimap.el (nnimap-request-move-article):
16352         When gnus-sum-hint-move-is-internal is set, don't do the extra
16353         nnimap-request-article.
16354
16355 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16358
16359         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16360         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16361
16362         * gnus-sum.el (gnus-summary-caesar-message):
16363         Apply `gnus-treat-article' after rotation.
16364
16365         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16366         doc string.
16367
16368 2005-02-22  Simon Josefsson  <jas@extundo.com>
16369
16370         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16371         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16372         <arne@arnested.dk>.
16373         (encrypt): Add password-cache and password-cache-expiry as group
16374         members.
16375
16376 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16377
16378         * smime.el (smime-ldap-host-list): Doc fix.
16379         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16380         cache) password.
16381         (smime-sign-region): Use it.
16382         (smime-decrypt-region): Use it.
16383         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16384         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16385         fails.
16386         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16387         certificate from DER to PEM format rather than calling openssl.
16388
16389         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16390
16391         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16392         for signing/encryption.
16393
16394         * mml.el (mml-parse-1): Use them.
16395
16396 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16397
16398         * nnrss.el (nnrss-verbose): Remove.
16399         (nnrss-request-group): Use `nnheader-message' instead.
16400
16401 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16402
16403         * nnrss.el (nnrss-verbose): New variable.
16404         (nnrss-request-group): Make it say nnrss is requesting a group.
16405
16406 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16409         Handle news URL with given port correctly.
16410
16411 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16414         containing special characters.
16415
16416         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16417
16418         * mml.el (mime-to-mml): Ditto.
16419
16420         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16421         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16422         (rfc2047-decode-region): Quote decoded words containing special
16423         characters when rfc2047-quote-decoded-words-containing-tspecials
16424         is non-nil.
16425
16426 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16429
16430         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16431
16432 2005-02-15  Simon Josefsson  <jas@extundo.com>
16433
16434         * nnimap.el (nnimap-debug): Doc fix.
16435
16436         * imap.el (imap-debug): Doc fix.
16437
16438 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16441
16442 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16443
16444         * gnus.el (spam-contents): Improve docs for spam-contents
16445         parameter in its variable incarnation.
16446
16447 2005-02-14  Simon Josefsson  <jas@extundo.com>
16448
16449         * smime-ldap.el: Use require instead of load-library for ldap.
16450         (smime-ldap-search): Indent.
16451         (smime-ldap-search-internal): Shorten line.
16452
16453         * smime.el (smime-cert-by-dns): Add doc-string.
16454         (smime-cert-by-ldap-1): Indent.
16455
16456         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16457         mml-smime-get-dns-ldap.
16458         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16459
16460 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16461
16462         * smime.el: Require smime-ldap.
16463         (smime-ldap-host-list): New variable.
16464         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16465
16466         * mml-smime.el (mml-smime-encrypt-query): New function.
16467         (mml-smime-encrypt-query): Use it.
16468
16469         * smime-ldap.el: New file.
16470
16471 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16474
16475 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16478         argument in doc string.  Make query for type more clear.
16479
16480 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * gnus.el (gnus-group-startup-message): Search for gnus images in
16483         etc/images/gnus.
16484         * mm-util.el (mm-image-load-path): Likewise.
16485         * smiley.el (smiley-data-directory): Search for smilies in
16486         etc/images/smilies.
16487
16488 2005-02-09  Kim F. Storm  <storm@cua.dk>
16489
16490         Change Emacs release version from 21.4 to 22.1 throughout.
16491         Change Emacs development version from 21.3.50 to 22.0.50.
16492
16493 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16496
16497         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16498         non-Mule XEmacs as well.
16499         (mm-decompress-buffer): Signal an error intentionally if it does
16500         not decompress compressed data because auto-compression-mode is
16501         disabled.
16502
16503 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16506         an ID in the registry even if it has no groups.
16507
16508 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16511         merge it into mm-decompress-buffer.
16512         (gnus-mime-copy-part): Use the MIME part charset, the value which
16513         a user specified or gnus-newsgroup-charset for decoding, like
16514         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16515         save-buffer what was used.  Suggested by Kevin Ryde
16516         <user42@zip.com.au>.
16517         (gnus-mime-inline-part): Allow the name parameter as well as the
16518         filename parameter; force decompressing of compressed data; always
16519         display contents being not decoded as unibyte.
16520
16521         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16522         as well as the filename parameter.
16523
16524         * mm-util.el (mm-decompress-buffer):
16525         Merge gnus-mime-jka-compr-maybe-uncompress.
16526         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16527         of compressed data.
16528
16529 2005-02-08  Simon Josefsson  <jas@extundo.com>
16530
16531         * imap.el (imap-log): Doc fix.
16532
16533 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16536         the coding cookies; decompress compressed parts.
16537
16538         * mml.el (mml-generate-mime-1): Add the charset parameter according
16539         to the value which a user specified manually or the coding cookie.
16540
16541         * mm-util.el (mm-string-to-multibyte): New function.
16542         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16543         (mm-coding-system-to-mime-charset): New function.
16544         (mm-decompress-buffer): New function.
16545         (mm-find-buffer-file-coding-system): New function.
16546
16547         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16548         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16549         parts.
16550
16551 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16552
16553         * mm-view.el (mm-display-inline-fontify): Decode a part according
16554         to the charset parameter.
16555
16556 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16559         prefix arg is neither nil nor a number, as info specifies.
16560
16561 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16564         timestamps.
16565
16566 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16567
16568         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16569         groups error checking and notify user.
16570
16571 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16572
16573         * message.el (message-send-mail-function): Check existence of
16574         sendmail-program first before using default value
16575         `message-send-mail-with-sendmail'.  Otherwise use more generic
16576         `smtpmail-send-it'.
16577
16578 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * nntp.el (nntp-request-update-info): Always return nil.
16581
16582 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16583
16584         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16585
16586 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16587
16588         * message.el (message-beginning-of-line): Change the behavior when
16589         invoked between BOL and : so that it first moves backward.
16590
16591 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16594         article buffer when editing of the article is discarded.
16595         (gnus-article-prepare): Revert.
16596
16597 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-art.el (gnus-article-prepare):
16600         Remove message-strip-forbidden-properties from the local hook.
16601
16602 2005-01-27  Simon Josefsson  <jas@extundo.com>
16603
16604         * password.el (password-cache-add): Only start one timer per key.
16605         Reported by Derek Atkins <warlord@MIT.EDU>.
16606
16607 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16608
16609         * run-at-time.el: Remove.  It is no longer needed as
16610         timer-funcs.el in the xemacs-base package has a working version of
16611         `run-at-time'.
16612
16613         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16614
16615         * password.el: Require timer-funcs instead of run-at-time in
16616         XEmacs.
16617         Remove `password-run-at-time' macro.
16618         (password-cache-add): Use `run-at-time' instead of
16619         `password-run-at-time'.
16620
16621         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16622         Remove `nnheader-cancel-function-timers' alias,
16623         `cancel-function-timers' exists in XEmacs in timer-funcs.
16624
16625         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16626         for `run-with-idle-timer'.
16627
16628         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16629         for `run-at-time'.
16630
16631         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16632         for `with-timeout'.
16633
16634         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16635         the same as for XEmacs 21.4.
16636         No need to ignore `run-with-idle-timer', this function exists in
16637         XEmacs now in timer-funcs.el in the xemacs-base package.
16638         (dgnushack-compile): No need to delete
16639         run-at-time.el from the list of files to compile because it
16640         doesn't exist anymore.
16641
16642 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16645         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16646
16647 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16648
16649         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16650         sensitively.
16651
16652 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16653
16654         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16655
16656 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16659         which will be inserted according to the multibyteness of a buffer
16660         rather than the type of contents.  Suggested by ARISAWA Akihiro
16661         <ari@mbf.ocn.ne.jp>.
16662
16663         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16664         of string which old xml.el may return rather than a string.
16665
16666 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16669
16670 2005-01-16  Simon Josefsson  <jas@extundo.com>
16671
16672         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16673         idn/idna.el isn't available.
16674         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16675         <michael@waxrat.com>.
16676
16677         * hashcash.el: Remove non-FSF copyright header.
16678
16679         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16680         (hashcash-generate-payment): Use it.
16681         (hashcash-generate-payment-async): Use it.
16682
16683 2005-01-15  Simon Josefsson  <jas@extundo.com>
16684
16685         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16686         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16687
16688         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16689         gnus-summary-idna-message.
16690         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16691         (gnus-summary-idna-message): New function.
16692
16693 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16696         gnus-novice-user.
16697
16698 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * nnrss.el (nnrss-request-delete-group): Delete entries in
16701         nnrss-group-alist as well.
16702         (nnrss-save-server-data): Insert newline.
16703
16704 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16705
16706         * gnus.el (gnus-user-agent): Use list of symbols instead of
16707         symbols.  Display full version number for (S)XEmacs.
16708         Optionally display (S)XEmacs codename.
16709
16710         * gnus-util.el (gnus-emacs-version): Update for new
16711         `gnus-user-agent'.
16712
16713         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16714         Gnus version.
16715
16716 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16719         which is unreadable in some setups.
16720
16721 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-spec.el (gnus-update-format-specifications): Flush the
16724         group format spec cache if it doesn't support decoded group names.
16725
16726 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16729         Allow to apply decay on score files matching a regexp.
16730
16731 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16734         compatibility in %g and %c.
16735
16736 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16739         name for only %g and %c.
16740         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16741         of gnus-tmp-group to decoded group name.
16742         (gnus-group-make-rss-group): Exclude `/'s from group names.
16743
16744 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * nnrss.el (nnrss-get-encoding): Fix regexp.
16747
16748 2004-12-27  Simon Josefsson  <jas@extundo.com>
16749
16750         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16751         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16752         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16753
16754 2004-12-17  Kim F. Storm  <storm@cua.dk>
16755
16756         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16757
16758         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16759
16760 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16761
16762         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16763
16764 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * nnrss.el: Require rfc2047 and mml.
16767         (nnrss-file-coding-system): New variable.
16768         (nnrss-format-string): Redefine it as an inline function.
16769         (nnrss-decode-group-name): New function.
16770         (nnrss-string-as-multibyte): Remove.
16771         (nnrss-retrieve-headers): Decode group name; don't use
16772         nnrss-format-string.
16773         (nnrss-request-group): Decode group name.
16774         (nnrss-request-article): Decode group name; allow a Message-ID as
16775         well as an article number; don't use nnrss-format-string; encode a
16776         Message-ID string which may contain non-ASCII characters; use
16777         mml-to-mime to compose a MIME article.
16778         (nnrss-request-expire-articles): Decode group name.
16779         (nnrss-request-delete-group): Decode group name.
16780         (nnrss-fetch): Clarify error message.
16781         (nnrss-read-server-data): Use insert-file-contents instead of load;
16782         bind file-name-coding-system; use multibyte buffer.
16783         (nnrss-save-server-data): Bind coding-system-for-write to the
16784         value of nnrss-file-coding-system; bind file-name-coding-system;
16785         add coding cookie.
16786         (nnrss-read-group-data): Use insert-file-contents instead of load;
16787         bind file-name-coding-system; use multibyte buffer.
16788         (nnrss-save-group-data): Bind coding-system-for-write to the
16789         value of nnrss-file-coding-system; bind file-name-coding-system.
16790         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16791         make it work with non-ASCII text.
16792         (nnrss-find-el): Make it work with old xml.el as well.
16793
16794 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16795
16796         * nnrss.el (nnrss-get-encoding): New function.
16797         (nnrss-fetch): Use unibyte buffer initially; bind
16798         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16799         decode contents according to the encoding attribute.
16800         (nnrss-save-group-data): Add coding cookie.
16801         (nnrss-mime-encode-string): New function.
16802         (nnrss-check-group): Use it to encode subject and author.
16803
16804 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16805
16806         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16807         imaginary variable.
16808
16809 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16812         correctly even if there are wide characters.
16813
16814 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16817         downcased symbol names; make a new cache instead of reusing
16818         bbdb-hashtable.
16819
16820 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16823         concatenating segments rather than before concatenating them.
16824         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16825
16826         * message.el (message-get-reply-headers): Bind `extra'.
16827
16828 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * message.el (message-extra-wide-headers): New variable.
16831         (message-get-reply-headers): Use it.
16832
16833 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16836         (gnus-agent-group-pathname): Ditto.
16837
16838         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16839
16840         * gnus-group.el (gnus-group-make-group): Decode group name.
16841         (gnus-group-make-rss-group): Register the group data after opening
16842         the nnrss group.
16843
16844 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16845
16846         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16847         by expiry now get marked as read.
16848
16849 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16852
16853 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16854
16855         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16856         unify Latin characters in XEmacs.
16857         (mm-find-mime-charset-region): Use it.
16858
16859 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus-util.el (gnus-delete-directory): New function.
16862
16863         * gnus-agent.el (gnus-agent-delete-group): Use it.
16864
16865         * gnus-cache.el (gnus-cache-delete-group): Use it.
16866
16867 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16870         names.
16871
16872 2004-12-16  Simon Josefsson  <jas@extundo.com>
16873
16874         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16875
16876 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16879
16880         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16881         (gnus-group-set-current-level): Decode group name.
16882
16883 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16884
16885         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16886         failed.
16887
16888 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-group.el (gnus-group-delete-group): Decode group name.
16891         (gnus-group-make-rss-group): Encode group name.
16892         (gnus-group-catchup-current): Decode group name.
16893         (gnus-group-kill-group): Decode group name.
16894
16895 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16896
16897         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16898
16899 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-group.el (gnus-group-make-rss-group):
16902         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16903
16904         * gnus-start.el (gnus-setup-news): Honor user's setting to
16905         gnus-message-archive-method.  Suggested by Lute Kamstra
16906         <lute@gnu.org>.
16907
16908 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16909
16910         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16911         global counterparts of the buffer-local variables.
16912
16913 2004-11-16  Romain Francoise  <romain@orebokech.com>
16914
16915         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16916         counterparts of the buffer-local variables.
16917
16918 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * message.el (message-forbidden-properties): Fix typo in doc
16921         string.
16922
16923 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus-util.el (gnus-replace-in-string): Add doc string.
16926
16927         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16928         to avoid problems when splitting mails with many recipients.
16929
16930 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16931
16932         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16933         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16934
16935 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16936
16937         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16938         if there is no hashtable in memory or file modification time is
16939         newer than cached timestamp.
16940
16941 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * gnus-sum.el (gnus-summary-limit-to-recipient):
16944         Implement not-matching option.
16945
16946 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16949         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16950         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16951         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16952         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16953         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16954
16955 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * message.el (message-forward-make-body-mml): Remove headers
16958         according to message-forward-ignored-headers if a message is decoded.
16959
16960 2004-12-02  Romain Francoise  <romain@orebokech.com>
16961
16962         * message.el (message-forward-make-body-plain): Always remove
16963         headers according to message-forward-ignored-headers.
16964
16965 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * spam.el (spam-summary-prepare-exit): Remove the
16968         gnus-summary-limit pop for now, it has problems with ham marks for
16969         me.
16970
16971 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16974         correctly.
16975
16976 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16977
16978         * format-spec.el (format-spec): Message the char.
16979
16980 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16981
16982         * gnus-art.el (gnus-split-methods): Reformat comments.
16983
16984         * spam.el (spam-summary-prepare-exit): Remove article limits
16985         before exiting the summary buffer.
16986
16987 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16990         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16991
16992         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16993         order to silence the byte compiler.
16994
16995         * spam.el: Fix the way to silence the byte compiler, which
16996         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16997         bbdb-search-simple, spam-BBDB-register-routine,
16998         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16999         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17000         spam-stat-buffer-is-spam, spam-stat-load,
17001         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17002         spam-stat-save and spam-stat-split-fancy.
17003
17004 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17007         which may confuse users.
17008         (canlock-password-for-verify): Ditto.
17009
17010         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17011
17012         * gnus-art.el (gnus-emphasis-alist): Ditto.
17013
17014         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17015
17016         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17017
17018         * gnus-start.el (gnus-save-killed-list): Ditto.
17019
17020         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17021         (gnus-sum-thread-tree-root): Ditto.
17022         (gnus-sum-thread-tree-false-root): Ditto.
17023         (gnus-sum-thread-tree-single-indent): Ditto.
17024
17025         * message.el (message-courtesy-message): Ditto.
17026         (message-archive-note): Ditto.
17027         (message-subscribed-address-file): Ditto.
17028         (message-user-fqdn): Ditto.
17029
17030         * spam-report.el (spam-report-gmane-regex): Ditto.
17031
17032         * spam.el (spam-blackhole-good-server-regex): Ditto.
17033
17034 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * mml.el (mml-preview): Widen the message buffer before copying
17037         the contents to the preview buffer; sort headers before previewing.
17038
17039         * message.el (message-hidden-headers): Fix the way to avoid a bug
17040         in the `repeat' widget in Emacs 21.3 or earlier.
17041
17042 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * message.el (message-hidden-headers): Default to "^References:".
17045         Improve customization type.  Suggested by Reiner Steib
17046         <Reiner.Steib@gmx.de>.
17047
17048 2004-11-25  Romain Francoise  <romain@orebokech.com>
17049
17050         * message.el (message-strip-forbidden-properties): Remove check for
17051         obsolete `message-hidden' text property, hidden headers are not
17052         accessible in the buffer anymore.
17053
17054 2004-11-22  Romain Francoise  <romain@orebokech.com>
17055
17056         * message.el (message-header-format-alist): Add `From' in list
17057         so that it can be sorted.
17058         (message-fix-before-sending): Widen and sort headers before
17059         sending.
17060         (message-hide-headers): Use narrowing to hide headers by moving
17061         them to the top of the buffer and narrowing to the region
17062         underneath.
17063
17064 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * message.el (message-strip-forbidden-properties):
17067         Bind buffer-read-only (etc) to nil.
17068
17069 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17072         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17073
17074 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17075
17076         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17077
17078 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17079
17080         * dns.el (query-dns): Use sit-for to time instead of
17081         accept-process-output, since that doesn't seem to work on udp
17082         sockets.
17083
17084 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17087
17088 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17089
17090         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17091         doc string.  Improve doc string.
17092
17093 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * nntp.el (nntp-request-update-info): Return nil if
17096         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17097         may not call gnus-activate-group which uselessly issues the GROUP
17098         commands for all nntp groups and wastes time.  Reported by Romain
17099         Francoise <romain@orebokech.com>.
17100
17101         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17102
17103 2004-11-15  Simon Josefsson  <jas@extundo.com>
17104
17105         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17106         headers separately.
17107         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17108         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17109
17110 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-start.el (gnus-convert-old-newsrc):
17113         Assign legacy-gnus-agent to 5.10.7.
17114
17115 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17118         start of the lines.
17119
17120 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17121
17122         * hashcash.el (hashcash-default-payment): Change default to 20.
17123         (hashcash-default-accept-payment): Change default to 20.
17124         (hashcash-process-alist): New variable.
17125         (hashcash-generate-payment-async): Add.
17126         (hashcash-already-paid-p): Add.
17127         (hashcash-insert-payment): Don't generate payments twice.
17128         (hashcash-insert-payment-async): Add.
17129         (hashcash-insert-payment-async-2): Add.
17130         (hashcash-cancel-async): Add.
17131         (hashcash-wait-async): Add.
17132         (hashcash-processes-running-p): Add.
17133         (hashcash-wait-or-cancel): Add.
17134         (mail-add-payment): New optional argument.  Conditionally start
17135         asynchronous calculation.
17136         (mail-add-payment-async): Add.
17137
17138         * message.el (message-send-mail): Wait for asynchronous hashcash
17139         results.  Don't clobber existing X-Hashcash headers.
17140         (message-setup-1): Call mail-add-payment-async when
17141         message-generate-hashcash is non-nil.
17142
17143 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17144
17145         * message.el (message-use-alternative-email-as-from): Examine the
17146         From header as well; use message-make-from in order to include a
17147         user's full name.
17148
17149 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17152         default; improve customization type.
17153         (gnus-emphasis-custom-with-format): New macro.
17154         (gnus-emphasis-custom-value-to-external): New function.
17155         (gnus-emphasis-custom-value-to-internal): New function.
17156
17157 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17158
17159         * dns.el (query-dns): Resolve reverse addresses.
17160
17161 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17162
17163         * gnus-group.el (gnus-group-get-new-news): Use it.
17164
17165         * gnus-start.el (gnus-check-reasonable-setup): New function.
17166
17167 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17170         "Args out of range" error.  Reported by Arnaud Giersch
17171         <arnaud.giersch@free.fr>.
17172
17173 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17174
17175         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17176
17177 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17178
17179         * spam.el (spam group): Add :version.
17180
17181         * pgg-def.el (pgg group): Add :version.
17182
17183 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * gnus-art.el (gnus-article-edit-article): Don't associate the
17186         article buffer with a draft file.  This is a temporary measure
17187         against the 2004-08-22 change to gnus-article-edit-mode.
17188
17189 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17192         (html2text-format-tags): Remove unused variable `attr'.
17193
17194 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17197
17198         * tls.el (tls-process-connection-type, tls-success)
17199         (tls-certtool-program): Add :version.
17200
17201         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17202         (starttls-extra-arguments, starttls-process-connection-type)
17203         (starttls-connect, starttls-failure, starttls-success): Add :version.
17204
17205         * spam-stat.el (spam-stat): Add :version.
17206
17207         * sieve.el (sieve): Add :version.
17208
17209         * sha1.el (sha1): Add :version.
17210         (sha1-use-external): Remove redundant version.
17211
17212         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17213         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17214         (nnmail-split-fancy-match-partial-words)
17215         (nnmail-split-lowercase-expanded): Add :version.
17216
17217         * nndiary.el (nndiary): Add :version.
17218
17219         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17220
17221         * mml-sec.el (mml-default-sign-method)
17222         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17223         Add :version.
17224
17225         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17226
17227         * mm-url.el (mm-url-use-external, mm-url-program)
17228         (mm-url-arguments): Add :version.
17229
17230         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17231         (mm-attachment-file-modes, mm-decrypt-option)
17232         (mm-w3m-safe-url-regexp): Add :version.
17233
17234         * message.el (message-cite-prefix-regexp)
17235         (message-sendmail-envelope-from, message-minibuffer-local-map)
17236         (message-user-fqdn, message-completion-alist): Add :version.
17237
17238         * gnus-win.el (gnus-configure-windows-hook)
17239         (gnus-use-frames-on-any-display): Add :version.
17240
17241         * gnus-art.el (gnus-article-address-banner-alist)
17242         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17243         (gnus-treat-from-picon, gnus-treat-mail-picon)
17244         (gnus-treat-x-pgp-sig): Add :version.
17245
17246         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17247         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17248         (gnus-summary-article-delete-hook)
17249         (gnus-summary-display-while-building): Add :version.
17250
17251         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17252         (gnus-get-top-new-news-hook): Add :version.
17253
17254         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17255         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17256
17257         * gnus-registry.el (gnus-registry): Add :version.
17258
17259         * gnus-spec.el (gnus-use-correct-string-widths)
17260         (gnus-make-format-preserve-properties): Add :version.
17261
17262         * gnus.el (gnus-group-charter-alist)
17263         (gnus-group-fetch-control-use-browse-url)
17264         (gnus-install-group-spam-parameters): Add :version.
17265
17266         * gnus-diary.el (gnus-diary): Add :version.
17267
17268         * gnus-delay.el (gnus-delay): Add :version.
17269
17270         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17271         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17272         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17273         Add :version.
17274
17275         * gnus-agent.el (gnus-agent-max-fetch-size)
17276         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17277         (gnus-agent-prompt-send-queue): Add :version.
17278
17279         * deuglify.el (gnus-outlook-deuglify): Add :version.
17280
17281         * html2text.el: Beautify code.  Improve doc strings.
17282         Some checkdoc cleanup.
17283         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17284
17285 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17286
17287         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17288
17289 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17290
17291         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17292         when package is loaded.
17293
17294         * spam.el (spam-summary-score-preferred-header): Add global preference
17295         for people who want to override the default SpamAssassin over
17296         Bogofilter preference (when both are set).
17297         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17298         (spam-user-format-function-S):
17299         Check spam-summary-score-preferred-header.
17300         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17301         (spam-user-format-function-S): Format the score correctly.
17302
17303 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17306         signature file.  Suggested by Manoj Srivastava
17307         <srivasta@golden-gryphon.com>.
17308
17309         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17310         iso-2022-jp even in the Japanese language environment.
17311         Suggested by Jason Rumney <jasonr@gnu.org>.
17312
17313 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17316         use the same characters as the dummy marks; make it free from
17317         getting affected by the language environment.
17318         (gnus-summary-read-group-1): Update mark positions only when the
17319         format spec is updated.
17320
17321         * gnus-spec.el (gnus-update-format-specifications): Return a list
17322         of updated types.
17323
17324 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17327         of boundp to check if display-warning is available.
17328
17329 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17332
17333 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * nnspool.el (nnspool-spool-directory): Use news-path if the
17336         news-directory variable is not bound.
17337
17338         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17339         function instead of display-warning if it is not available.
17340
17341 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17342
17343         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17344         v5-10: Use `point-at-bol'.
17345
17346 2004-10-26  Simon Josefsson  <jas@extundo.com>
17347
17348         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17349         <chenggao@gmail.com>.
17350
17351 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17354         instead.
17355
17356 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17357
17358         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17359         to remove a server from the nnimap-server-buffer-alist.
17360         (nnimap-open-connection, nnimap-close-server): Use it.
17361
17362         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17363
17364 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17367         running the major-mode function.
17368
17369 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17372         dummy marks in the right way.
17373
17374 2004-10-18  David Edmondson  <dme@dme.org>
17375
17376         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17377         excessively.
17378
17379 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17380
17381         * gnus-util.el (gnus-split-references): Accept a nil references
17382         string and go on blissfully.
17383
17384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17385         cases where the references string is non-nil but has no references.
17386
17387         * encrypt.el: Add autoload tags.
17388
17389         * spam.el (spam-resolve-registrations-routine): Remove article
17390         from unregistration list too.  Reported by David Hanak
17391         <dhanak@isis.vanderbilt.edu>
17392
17393 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17396         nil.  Change custom type.
17397
17398 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17401
17402         * gnus-sum.el (gnus-summary-move-article): Use it.
17403
17404 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17405
17406         * encrypt.el: Add autoload cookies.
17407
17408         * spam.el (spam-backend-article-list-property)
17409         (spam-backend-get-article-todo-list)
17410         (spam-backend-put-article-todo-list)
17411         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17412         Resolve registrations separately.
17413         (spam-register-routine): Format comments.
17414         (spam-unregister-routine, spam-register-routine): Always call with
17415         specific-articles, no default list.
17416         (spam-summary-prepare-exit): Use the spam-classifications function.
17417
17418         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17419         gnus-encrypt.el.
17420
17421         * encrypt.el: Copied from gnus-encrypt.el.
17422
17423         * gnus-encrypt.el: Commented that it's obsolete.
17424
17425 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17428         (gnus-score-save): Use it.
17429
17430         * message.el (message-bury): Use `window-dedicated-p'.
17431
17432 2004-10-15  Simon Josefsson  <jas@extundo.com>
17433
17434         * pop3.el (top-level): Don't require nnheader.
17435         (pop3-read-timeout): Add.
17436         (pop3-accept-process-output): Add.
17437         (pop3-read-response, pop3-retr): Use it.
17438
17439 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * spam.el (spam-register-routine): Move comment.
17442         (spam-verify-bogofilter): Use 'unknown for the initial
17443         spam-bogofilter-valid state, not 'never.
17444
17445         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17446         for netrc-machine.
17447
17448         * nnimap.el (nnimap-open-connection):
17449         Use netrc-machine-user-or-password.
17450
17451 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17452
17453         * gnus-registry.el (gnus-registry-unload-hook):
17454         Set as a variable with add-hook.
17455
17456         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17457         of news-path.
17458
17459         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17460
17461         * spam.el: Delete duplicate `provide'.
17462         (spam-unload-hook): Set as a variable with add-hook.
17463
17464 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17467         in the doc string.
17468
17469         * message.el (message-ignored-news-headers)
17470         (message-ignored-supersedes-headers)
17471         (message-ignored-resent-headers)
17472         (message-forward-ignored-headers): Improve custom type.
17473
17474 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * message.el (message-tokenize-header): Fix 2004-09-06 change
17477         which used point-min in the wrong place.
17478
17479 2004-10-12  Simon Josefsson  <jas@extundo.com>
17480
17481         * tls.el (tls-certtool-program): New variable.
17482         (tls-certificate-information): New function, based on
17483         ssl-certificate-information.
17484
17485 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * compface.el: Move the version of ELisp-based uncompface program
17488         to the contrib directory because of the copyright problem.
17489
17490 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17491
17492         * message.el (message-kill-buffer): Raise the current frame.
17493
17494 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17495
17496         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17497
17498         * gnus.el (message-y-or-n-p): Autoload.
17499
17500         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17501         (pop3-password-required, pop3-authentication-scheme)
17502         (pop3-leave-mail-on-server): Make customizable.
17503         (pop3): New custom group.
17504         (pop3-retr): Remove `sleep-for' statements.
17505         Suggested by Dave Love <fx@gnu.org>.
17506
17507         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17508         Windows/DOS.
17509
17510         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17511         (imap-parse-body): Fix incorrect use of `assert'.
17512         Suggested by Dave Love <fx@gnu.org>.
17513
17514         * mml.el (mml-minibuffer-read-disposition): Require match.
17515         Suggested by Dave Love <fx@gnu.org>.
17516
17517 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17520         doc string.
17521
17522 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17525
17526 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17527
17528         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17529         instead of calling `mm-insert-inline', to decode text/* parts
17530         before displaying them.
17531
17532 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * mm-uu.el (mm-uu-text-plain-type): New variable.
17535         (mm-uu-pgp-signed-extract-1): Use it.
17536         (mm-uu-pgp-encrypted-extract-1): Use it.
17537         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17538         bind mm-uu-text-plain-type with that value.
17539         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17540         mm-uu-dissect.
17541
17542 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * gnus-group.el (gnus-update-group-mark-positions):
17545         * gnus-sum.el (gnus-update-summary-mark-positions):
17546         * message.el (message-check-news-body-syntax):
17547         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17548         of string-as-multibyte.
17549
17550 2004-10-05  Juri Linkov  <juri@jurta.org>
17551
17552         * gnus-group.el (gnus-update-group-mark-positions):
17553         * gnus-sum.el (gnus-update-summary-mark-positions):
17554         * message.el (message-check-news-body-syntax):
17555         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17556         8-bit unibyte values to a multibyte string for search functions.
17557
17558 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17561         (mm-uu-dissect-text-parts): New function.
17562
17563         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17564         dissect text parts.
17565
17566         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17567         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17568
17569         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17570
17571         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17572         Use gnus-current-topics instead of gnus-current-topic.
17573
17574 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17577
17578 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17579
17580         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17581         where approriate.
17582
17583         * nnml.el (nnml-generate-active-info): do.
17584
17585         * nndiary.el (nndiary-generate-active-info): do.
17586
17587         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17588         (gnus-topic-move): do.
17589
17590         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17591         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17592
17593         * gnus-srvr.el (gnus-server-prepare)
17594         (gnus-server-open-all-servers): do.
17595
17596         * gnus-msg.el (gnus-summary-cancel-article)
17597         (gnus-summary-resend-message)
17598         (gnus-summary-mail-crosspost-complaint): do.
17599
17600         * gnus-move.el (gnus-change-server): do.
17601
17602         * gnus-group.el (gnus-group-unmark-all-groups)
17603         (gnus-group-set-current-level): do.
17604
17605 2004-10-04  Simon Josefsson  <jas@extundo.com>
17606
17607         * message.el (message-generate-hashcash): Doc fix.
17608
17609 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17610
17611         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17612         avoid infinite recursion via gnus-get-function.
17613
17614 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17617
17618         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17619
17620         * nnmail.el (nnmail-split-history): do.
17621
17622         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17623         (nnml-request-delete-group): do.
17624
17625         * nnslashdot.el (nnslashdot-read-groups): do.
17626
17627         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17628         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17629
17630         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17631         (nnspool-sift-nov-with-sed): Use last.
17632         (nnspool-retrieve-headers-with-nov): Use mapc.
17633         (nnspool-request-newgroups): Use dolist.
17634         (nnspool-request-group): Use last.
17635
17636         * nntp.el (nntp-read-server-type): Use dolist.
17637
17638         * nnvirtual.el (nnvirtual-create-mapping)
17639         (nnvirtual-update-read-and-marked): Use dolist.
17640         (nnvirtual-convert-headers): Simplify.
17641
17642 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17643
17644         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17645         Add support for sync'ing tick marks.
17646
17647 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17650         there's no visible header.
17651
17652 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17653
17654         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17655         When necessary, pass full group name to gnus-request-set-marks.
17656
17657 2004-10-01  Simon Josefsson  <jas@extundo.com>
17658
17659         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17660         acroread.
17661
17662 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17663
17664         * spam-report.el (spam-report-gmane): Fix interactive.
17665
17666         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17667
17668         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17669         when writing file.
17670         (gnus-agent-synchronize-flags): Don't default to being
17671         interactive.
17672
17673 2004-09-30  Simon Josefsson  <jas@extundo.com>
17674
17675         * message.el (message-generate-hashcash): Add.
17676         (message-send-mail): Use it, call mail-add-payment.
17677
17678 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17679
17680         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17681
17682 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17683
17684         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17685         gnus-requst-update-info with explicit code to sync the in-memory
17686         info read flags with the marks being sync'd to the backend.
17687
17688         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17689
17690 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * spam.el (spam-verify-bogofilter): Add new function.
17693         (spam-check-bogofilter)
17694         (spam-bogofilter-register-with-bogofilter): Use it.
17695         (spam-verify-bogofilter): Add small fixes.
17696
17697 2004-09-28  Simon Josefsson  <jas@extundo.com>
17698
17699         * hashcash.el (hashcash-generate-payment): Revert.
17700
17701 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17704         Use gnus-extract-references instead of gnus-split-references.
17705
17706         * gnus-util.el (gnus-extract-references): Add new function, analogous
17707         to gnus-split-references but extracts only the message-ID without
17708         anything extra.
17709
17710         * hashcash.el (hashcash-generate-payment)
17711         (hashcash-check-payment): Do the right thing if hashcash-path is
17712         nil (because the hashcash program could not be found).
17713
17714         * spam.el (spam-use-hashcash): Remove comment.
17715
17716 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17719         (gnus-cache-enter-article, gnus-cache-remove-article)
17720         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17721
17722         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17723
17724         * gnus-art.el (article-hide-boring-headers)
17725         (article-translate-strings, article-display-face)
17726         (gnus-article-mime-match-handle-first)
17727         (gnus-article-highlight-headers)
17728         (gnus-article-add-buttons-to-head): do.
17729
17730 2004-09-27  Simon Josefsson  <jas@extundo.com>
17731
17732         * hashcash.el: New version, from
17733         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17734         ../contrib/.
17735
17736 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17739
17740 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * gnus-dup.el (gnus-dup-open): Use mapc.
17743         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17744
17745         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17746         Reported by Stefan Wiens <s.wi@gmx.net>.
17747
17748         * gnus.el (gnus-shutdown): Use dolist.
17749
17750         * gnus-undo.el (gnus-undo): Use mapc.
17751
17752         * nnrss.el (nnrss-generate-active): do.
17753
17754         * message.el (message-cite-original-without-signature)
17755         (message-cite-original): Use mapc.
17756         (message-do-actions, message-make-forward-subject): Use dolist.
17757
17758 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17759
17760         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17761         deletion to remove entire duplicate line.  Fixes merged article
17762         number bug.
17763
17764 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17765
17766         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17767         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17768         first ask if you want to open a server and then, even when you
17769         responded with no, asking if you want to synchronize the server's
17770         flags.
17771         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17772         multi-line expressions.
17773         (gnus-agent-synchronize-group-flags): New internal function.
17774         Updates marks in memory (in the info structure) AND in the
17775         backend.
17776
17777         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17778
17779         * nnagent.el (nnagent-request-set-mark):
17780         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17781         method, to ensure that synchronization updates marks in the
17782         backend and in the info (in memory) structure.
17783
17784 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17787         convention fully; don't miss the root article of a thread; make
17788         the X-Draft-From header with correct article numbers.
17789
17790 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17791
17792         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17793         unless plugged.  Disable the agent so that an open failure causes
17794         an error.
17795
17796         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17797         Revert 2004-09-21 change.  The backend must be opened while
17798         synchronizing flags even when the backend stores the flags
17799         locally.
17800
17801 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17802
17803         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17804         in `header' match.  Reported by Svend Tollak Munkejord.
17805
17806         * message.el (message-cite-original): Fix use of
17807         `message-cite-articles-with-x-no-archive'.
17808
17809 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17812         (gnus-window-to-buffer): Ditto.
17813
17814         * mml.el (mml-preview-buffer): New variable.
17815         (mml-preview): Manage window layout with gnus-buffer-configuration.
17816
17817         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17818         X-Draft-From header even if those articles aren't quoted.
17819
17820 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17821
17822         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17823         (gnus-request-set-mark, gnus-request-update-mark): Use new
17824         g-s-t-u-l-m to decide to use backend even when unplugged.
17825
17826 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17829         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17830
17831 2004-09-20  Simon Josefsson  <jas@extundo.com>
17832
17833         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17834         "utf-16-le".
17835
17836 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17837
17838         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17839
17840 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * uudecode.el (uudecode-use-external): Add :version.
17843
17844         * smime.el (smime-CA-file, smime-encrypt-cipher)
17845         (smime-dns-server): Add :version.
17846
17847         * smiley.el (gnus-smiley-file-types): Add :version.
17848
17849         * sha1.el (sha1-use-external): Add :version.
17850
17851         * pgg-def.el (pgg-query-keyserver): Add :version.
17852
17853         * nnmail.el (nnmail-fancy-expiry-targets)
17854         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17855         Add :version.
17856
17857         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17858         (nnimap-retrieve-groups-asynchronous): Add :version.
17859         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17860
17861         * mml.el (mml-content-disposition-parameters)
17862         (mml-insert-mime-headers-always): Add :version.
17863
17864         * mm-util.el (mm-coding-system-priorities): Add :version.
17865
17866         * mm-decode.el (mm-inline-text-html-with-images)
17867         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17868         (mm-verify-option): Add :version.
17869         (mm-text-html-renderer): Change :version.
17870
17871         * message.el (message-fcc-externalize-attachments)
17872         (message-required-headers, message-draft-headers)
17873         (message-subject-trailing-was-query)
17874         (message-subject-trailing-was-ask-regexp)
17875         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17876         (message-mark-insert-end, message-archive-header)
17877         (message-archive-note, message-cross-post-default)
17878         (message-cross-post-note, message-followup-to-note)
17879         (message-cross-post-note-function, message-use-mail-followup-to)
17880         (message-subscribed-address-functions)
17881         (message-subscribed-address-file, message-subscribed-addresses)
17882         (message-subscribed-regexps, message-allow-no-recipients)
17883         (message-yank-cited-prefix, message-signature-insert-empty-line)
17884         (message-hidden-headers, message-hierarchical-addresses)
17885         (message-mail-user-agent, message-use-idna)
17886         (message-valid-fqdn-regexp)
17887         (message-strip-special-text-properties, message-header-synonyms)
17888         (message-beginning-of-line, message-tab-body-function): Add :version.
17889         (message-insert-canlock, message-wide-reply-confirm-recipients):
17890         Change :version.
17891
17892         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17893         and :version.
17894         (mail-source-delete-old-incoming-confirm)
17895         (mail-source-movemail-program): Add :version.
17896
17897         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17898         (gnus-agent-cache, gnus-agent): Change :version.
17899
17900         * gnus-util.el (gnus-use-byte-compile): Change :version.
17901
17902         * gnus-sum.el (gnus-summary-make-false-root-always)
17903         (gnus-summary-default-high-score)
17904         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17905         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17906         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17907         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17908         (gnus-sum-thread-tree-single-indent)
17909         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17910         (gnus-sum-thread-tree-leaf-with-other)
17911         (gnus-sum-thread-tree-single-leaf): Add :version.
17912         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17913         (gnus-article-loose-mime): Change :version.
17914
17915         * gnus-start.el (gnus-backup-startup-file)
17916         (gnus-save-startup-file-via-temp-buffer): Add :version.
17917
17918         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17919         (gnus-server-offline-face): Add :version.
17920
17921         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17922
17923         * gnus-msg.el (gnus-gcc-externalize-attachments)
17924         (gnus-debug-files, gnus-debug-exclude-variables)
17925         (gnus-discouraged-post-methods): Change :version.
17926         (gnus-confirm-mail-reply-to-news)
17927         (gnus-confirm-treat-mail-like-news): Add :version.
17928
17929         * gnus-int.el (gnus-server-unopen-status): Add :version.
17930
17931         * gnus-group.el (gnus-group-jump-to-group-prompt)
17932         (gnus-large-ephemeral-newsgroup)
17933         (gnus-fetch-old-ephemeral-headers): Add :version.
17934
17935         * gnus-fun.el (gnus-x-face-directory)
17936         (gnus-convert-pbm-to-x-face-command)
17937         (gnus-convert-image-to-x-face-command)
17938         (gnus-convert-image-to-face-command): Add :version.
17939
17940         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17941
17942         * gnus-cite.el (gnus-cite-blank-line-after-header)
17943         (gnus-article-boring-faces): Add :version.
17944
17945         * gnus-art.el (gnus-buttonized-mime-types)
17946         (gnus-inhibit-mime-unbuttonizing)
17947         (gnus-treat-display-face)
17948         (gnus-treat-body-boundary): Change :version.
17949         (gnus-body-boundary-delimiter, gnus-picon-databases)
17950         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17951         (gnus-treat-date-english, gnus-treat-fold-headers)
17952         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17953         (gnus-treat-mail-picon, gnus-treat-wash-html)
17954         (gnus-article-encrypt-protocol)
17955         (gnus-use-idna, gnus-article-over-scroll)
17956         (gnus-mime-display-multipart-alternative-as-mixed)
17957         (gnus-mime-display-multipart-related-as-mixed)
17958         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17959         (gnus-ctan-url, gnus-button-ctan-handler)
17960         (gnus-button-handle-ctan-bogus-regexp)
17961         (gnus-button-ctan-directory-regexp)
17962         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17963         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17964         (gnus-button-man-level, gnus-button-emacs-level)
17965         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17966
17967         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17968         (gnus-agent-go-online): Change :version.
17969         (gnus-agent-expire-unagentized-dirs)
17970         (gnus-agent-auto-agentize-methods): Add :version.
17971
17972         * flow-fill.el (fill-flowed-display-column)
17973         (fill-flowed-encode-column): Add :version.
17974
17975         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17976         (gnus-outlook-deuglify-unwrap-max)
17977         (gnus-outlook-deuglify-cite-marks)
17978         (gnus-outlook-deuglify-unwrap-stop-chars)
17979         (gnus-outlook-deuglify-no-wrap-chars)
17980         (gnus-outlook-deuglify-attrib-cut-regexp)
17981         (gnus-outlook-deuglify-attrib-verb-regexp)
17982         (gnus-outlook-deuglify-attrib-end-regexp)
17983         (gnus-outlook-display-hook): Add :version.
17984
17985         * binhex.el (binhex-use-external): Add :version.
17986
17987 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17990         and `invisible'.
17991
17992 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17993
17994         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17995         in gnus-registry-trim.
17996
17997 2004-09-13  Simon Josefsson  <jas@extundo.com>
17998
17999         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18000
18001         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18002
18003         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18004         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18005         <yamaoka@jpl.org>.
18006         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18007         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18008         <yamaoka@jpl.org>.
18009
18010         * sieve.el (sieve-manage-mode): Ditto.
18011
18012 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18015
18016 2004-09-11  Simon Josefsson  <jas@extundo.com>
18017
18018         * dns-mode.el: Add.
18019
18020         * mm-view.el (mm-display-dns-inline): Add.
18021
18022         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18023         (mm-automatic-display): Ditto.
18024
18025         * mailcap.el (mailcap-mime-data): Add text/dns.
18026         (mailcap-mime-extensions): Map .soa to text/dns.
18027
18028 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18029
18030         * gnus-art.el (article-decode-mime-words, article-babel)
18031         (gnus-article-highlight-signature, gnus-article-add-buttons)
18032         (gnus-signature-toggle): Remove unnecessary bindings of
18033         `inhibit-read-only' inherited from v5.10 merge.
18034
18035 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * nntp.el (nntp): New customization group.
18038         (nntp-authinfo-file): Add customization group.
18039
18040         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18041
18042         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18043
18044         * gnus.el (to-address, to-list, subscribed)
18045         (large-newsgroup-initial): Ditto.
18046
18047         * flow-fill.el (fill-flowed-display-column)
18048         (fill-flowed-encode-column): Ditto.
18049
18050 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18051
18052         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18053         Use point-min rather than 1.
18054         (message-send-mail): Use buffer-size rather than point-max.
18055
18056         * gnus-sum.el (gnus-summary-search-article-forward):
18057         Signal a specific `search-failed' rather than a generic `error'.
18058
18059         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18060         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18061         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18062
18063 2004-09-10  Simon Josefsson  <jas@extundo.com>
18064
18065         * nndb.el (require): Remove tcp and duplicate cl.
18066
18067 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-agent.el (directory-files-and-attributes): Move forward.
18070
18071 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18072
18073         * gnus-agent.el (directory-files-and-attributes):
18074         Optionally defined to support XEmacs.
18075
18076 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18077
18078         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18079         to avoid run-time CL dependencies.
18080         (gnus-agent-unfetch-articles): New function.
18081         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18082         article numbers even when local .overview file is missing.
18083         (gnus-agent-read-article-number): New function.  Only accepts
18084         27-bit article numbers.
18085         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18086         Use gnus-agent-read-article-number.
18087         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18088         from backend while recognizing that article numbers in .overview
18089         must be valid.
18090         (gnus-agent-update-files-total-fetched-for):
18091         Use directory-files-and-attributes to improve performance.
18092         * gnus-int.el (gnus-request-move-article):
18093         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18094         improve performance.
18095
18096         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18097         some users confused by references to .newsrc when they only have a
18098         .newsrc.eld file.
18099         (gnus-convert-mark-converter-prompt)
18100         (gnus-convert-converter-needs-prompt): Fix use of property list.
18101         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18102         New function.  Used internally to only display 'gnus converting
18103         files' message when actually necessary.
18104
18105         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18106         methods now autoloaded.
18107
18108 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18111         identifiers.
18112
18113 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * gnus-picon.el: Fix indentation and closing parenthesis.
18116
18117 2004-09-01  Simon Josefsson  <jas@extundo.com>
18118
18119         * message.el (message-canlock-generate): Require sha1, not
18120         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18121         to require within a function.  Sadly, if sha1.el isn't loaded, the
18122         let binding in m-c-g will hide the defcustom definition, which is
18123         bad.)
18124
18125         * canlock.el: Require sha1, not sha1-el.
18126
18127         * message.el: Don't autoload sha1 (there is a autoload cookie in
18128         sha1.el).
18129
18130         * sha1-el.el: Rename to sha1.el.
18131
18132 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18133
18134         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18135
18136 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18137
18138         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18139
18140 2004-08-30  Kim F. Storm  <storm@cua.dk>
18141
18142         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18143
18144         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18145         Add :group 'nnimap.
18146
18147 2004-08-30  Andreas Schwab  <schwab@suse.de>
18148
18149         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18150         ?* and ?\;.
18151
18152         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18153         and ?\' to symbol instead of whitespace.
18154
18155 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18158
18159         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18160         instead of re-search-forward.
18161
18162         * gnus-uu.el (gnus-uu-save-article): Ditto.
18163         (gnus-uu-post-encode-uuencode): Ditto.
18164
18165         * html2text.el (html2text-clean-list-items): Ditto.
18166         (html2text-clean-dtdd): Ditto.
18167         (html2text-format-tags): Ditto.
18168
18169         * message.el (message-send-mail-with-sendmail): Fix regexp.
18170         (message-fill-field-general): Use search-forward instead of
18171         re-search-forward.
18172         (unbold-region): Ditto.
18173
18174         * nnrss.el (nnrss-request-article): Ditto.
18175
18176         * nnslashdot.el (nnslashdot-request-article): Ditto.
18177
18178         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18179
18180         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18181         "Unrecognized menu descriptor" error in XEmacs.
18182
18183 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18184
18185         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18186         parent article of a sparse article in the thread hashtb.
18187
18188 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18189
18190         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18191         (nnmail-expand-newtext): Lowercase expanded entries if
18192         nnmail-split-lowercase-expanded is non-nil.
18193
18194 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18197
18198         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18199         of gnus-tmp-news-method into string under XEmacs.  It will be
18200         passed to gnus-correct-length which takes only a string argument.
18201
18202 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-util.el (gnus-bind-print-variables): New macro.
18205         (gnus-prin1): Use it.
18206         (gnus-prin1-to-string): Use it.
18207         (gnus-pp): New function.
18208         (gnus-pp-to-string): New function.
18209
18210         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18211         Replace pp-to-string with gnus-pp-to-string.
18212         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18213         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18214         * gnus-msg.el (gnus-debug): Ditto.
18215         * gnus-score.el (gnus-score-save): Ditto.
18216         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18217         gnus-pp-to-string.
18218         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18219         with gnus-pp.
18220         * score-mode.el (gnus-score-pretty-print): Ditto.
18221         * webmail.el (webmail-debug): Ditto.
18222
18223 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-art.el (article-display-face, article-display-x-face):
18226         Use buffer-read-only.
18227
18228 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-art.el (article-hide-list-identifiers):
18231         Bind inhibit-read-only as t.
18232
18233 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18236
18237 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18238
18239         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18240         (gnus-narrow-to-page): Don't assume point-min == 1.
18241         (gnus-article-edit-mode): Derive from message-mode.
18242
18243         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18244         point-min == 1.
18245
18246         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18247         Disable incorrect use of `assert'.
18248
18249         * message.el (message-mode): Set comment-start-skip.
18250
18251
18252 2004-08-22  Sam Steingold  <sds@gnu.org>
18253
18254         * pop3.el (pop3-leave-mail-on-server): New user variable.
18255         (pop3-movemail): Delete mail only when it is nil.
18256
18257 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18260
18261         * mml.el (mml-preview): Use `pop-to-buffer'.
18262
18263         * message.el (message-goto-mail-followup-to): Insert after "To".
18264         (message-carefully-insert-headers): Add comment.
18265
18266         * gnus.el: Remove unused variable `gnus-article-check-size'.
18267
18268         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18269
18270         * gnus-art.el (gnus-button-alist):
18271         Improve `gnus-button-handle-library' entry.
18272
18273 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18274
18275         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18276         Use downcase, since XEmacs capitalizes error messages differently.
18277
18278 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * nntp.el: Add (require 'gnus) due to reference to
18281         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18282
18283 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18284
18285         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18286         Bind `mm-fill-flowed'.
18287
18288         * mm-decode.el (mm-dissect-singlepart): Check it.
18289
18290 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18291
18292         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18293         'imap' for netrc parsing.
18294
18295 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18296
18297         * mailcap.el (mailcap-mime-data): Mark as risky.
18298
18299 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18302         may be included in the encoded word.
18303         (rfc2047-encode): Don't append a space if the encoded word
18304         includes close parenthesis.
18305
18306 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18309         of text within parentheses.
18310
18311 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18312
18313         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18314         (gnus-encrypt-write-file-contents): Make the password key the file
18315         name PLUS the cipher, not just the cipher.  Also remove failed
18316         passwords from the cache.
18317
18318 2004-08-06  Simon Josefsson  <jas@extundo.com>
18319
18320         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18321         Doc fix.
18322
18323 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18326         LWSP.
18327
18328 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18329
18330         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18331         Try to append in-reply-to: data to the references: header.
18332
18333         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18334         (netrc-parse): Use gnus-encrypt.el functions.
18335
18336         * gnus-encrypt.el: Add new file for encryption support; currently
18337         does only a few GPG ciphers and an internal XOR cipher.
18338
18339         * password.el: Add comments on using password-read-and-add.
18340         (password-read-and-add): Add function to read and add the
18341         password to the cache at once.
18342
18343 2004-07-28  Simon Josefsson  <jas@extundo.com>
18344
18345         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18346         parameter (but don't use it, for now).
18347
18348         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18349         instead of hard coding to nil.
18350
18351 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18354         as mm-inline-image-xemacs does.
18355
18356 2004-07-26  Simon Josefsson  <jas@extundo.com>
18357
18358         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18359         Revert part of 2004-07-17 change below.
18360
18361 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18364         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18365
18366 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18367
18368         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18369         quotes that actually start with ">" at the beginning of the
18370         lines.
18371
18372 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * rfc2047.el (rfc2047-encode-region): Fix last change.
18375         (rfc2047-encode-parameter): Remove useless concat.
18376
18377 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18380         encode special characters; fix some kind of misconfigured headers;
18381         signal a real error if debug-on-quit or debug-on-error is non-nil.
18382         (rfc2047-encode-max-chars): New variable.
18383         (rfc2047-encode-1): Use it.
18384         (rfc2047-encode-parameter): New function.
18385
18386         * mml.el (mml-insert-parameter): Remove an excessive space.
18387
18388 2004-07-17  Simon Josefsson  <jas@extundo.com>
18389
18390         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18391         Kai Grossjohann <kai@emptydomain.de>.
18392         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18393         (gnus-group-make-menu-bar): Ditto.
18394
18395         * gnus-util.el (gnus-group-server): Add.
18396
18397 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * message.el (message-clone-locals): Clone sendmail and smtp
18400         variables.
18401
18402 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * rfc2047.el (rfc2047-encode-region): Fix last change.
18405
18406 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18409         characters as non-special.
18410
18411 2004-07-09  Simon Josefsson  <jas@extundo.com>
18412
18413         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18414         Users will lose all flag changes made while unplugged with
18415         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18416         good default.  See numerous reports on ding mailing list.
18417
18418 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18421         add generate-head-function and generate-article-function to the
18422         rfc822-forward entry.
18423         (nndoc-rfc822-forward-generate-article): New function.
18424         (nndoc-rfc822-forward-generate-head): New function.
18425
18426         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18427
18428 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18429
18430         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18431         respect display group parameter and gnus-summary-expunge-below.
18432         (gnus-articles-to-read): Remove unused reference to display group
18433         parameter.
18434
18435 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * nnheader.el (nnheader-uniquify-message-id): New experimental
18438         variable.
18439         (nnheader-nov-read-message-id): Use it.
18440
18441         * spam-report.el (spam-report-gmane): Add interactive.
18442
18443 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * mm-encode.el (mm-content-transfer-encoding-defaults):
18446         Use qp-or-base64 for the application/* types.
18447
18448 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18449
18450         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18451
18452 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18453
18454         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18455         trim value.
18456
18457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18458
18459         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18460         New macro and function.
18461         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18462
18463 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18466         after-load-alist.
18467
18468 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18469
18470         * gnus-group.el (gnus-group-get-new-news-this-group):
18471         Don't update info that isn't there.
18472
18473 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18474
18475         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18476         entry.
18477
18478 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * mm-view.el (mm-inline-render-with-function): Use multibyte
18481         buffer; decode html source by charset.
18482
18483         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18484
18485         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18486         Mule-UCS is loaded under XEmacs.
18487         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18488
18489 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18490
18491         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18492
18493 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * mm-util.el (mm-coding-system-p): Return a coding-system.
18496         (mm-mime-mule-charset-alist): Use shift_jis instead of
18497         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18498         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18499         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18500         instead of japanese-shift-jis and iso-latin-1 respectively in
18501         order to share the default value with both Emacs and XEmacs-mule.
18502         (mm-mule-charset-to-mime-charset):
18503         Make mm-coding-system-priorities effective.
18504         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18505         while predicating of candidates upon the priorities.
18506
18507 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * gnus-sum.el (gnus-summary-make-menu-bar):
18510         Add gnus-uu-invert-processable.
18511
18512         * gnus.el: Autoload gnus-uu-invert-processable.
18513
18514 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * mm-util.el (mm-with-multibyte-buffer): New macro.
18517
18518         * rfc2047.el (rfc2047-encode-string): Use it.
18519         (rfc2047-encode-region): Move point to the end of the region after
18520         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18521
18522 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18525         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18526
18527 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18530         (gnus-cite-parse): Ignore quoted envelope From_.
18531         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18532
18533 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18534
18535         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18536         invalid addresses.
18537
18538 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18539
18540         * spam.el: Change section markers, revise TODO list.
18541         (spam-backends): Make new master list of all installed backends.
18542         (spam-summary-exit-behavior): Add new variable to determine how
18543         messages moves are done at summary exit.
18544         (spam-move-spam-nonspam-groups-only)
18545         (spam-process-ham-in-nonham-groups)
18546         (spam-process-ham-in-spam-groups): Remove variables, the
18547         spam-summary-exit-behavior variable should be used to manage this
18548         behavior.
18549         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18550         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18551         and spam-old-spam-articles.
18552         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18553         Add empty variables, placeholders for the backends they represent.
18554         (spam-set-difference): Move, unchanged.
18555         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18556         unless the user has a processor variable.
18557         (spam-classifications, spam-classification-valid-p)
18558         (spam-backend-properties, spam-backend-property-valid-p)
18559         (spam-backend-function-type-valid-p)
18560         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18561         (spam-report-articles-gmane, spam-report-articles-resend):
18562         Remove functions, they are not needed.
18563         (spam-install-backend-super, spam-backend-list)
18564         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18565         (spam-backend-function, spam-backend-ham-registration-function)
18566         (spam-backend-spam-registration-function)
18567         (spam-backend-ham-unregistration-function)
18568         (spam-backend-spam-unregistration-function)
18569         (spam-backend-statistical-p, spam-backend-mover-p)
18570         (spam-install-backend-alias, spam-install-checkonly-backend)
18571         (spam-install-mover-backend, spam-install-nocheck-backend)
18572         (spam-install-backend, spam-install-statistical-backend)
18573         (spam-install-statistical-checkonly-backend): Add backend installation
18574         support.
18575         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18576         (spam-group-processor-p): Use the new backend code and respect the
18577         summary exit behavior.
18578         (spam-mark-spam-as-expired-and-move-routine): Remove.
18579         (spam-summary-prepare): Change to use the new spam-old-articles
18580         variable.
18581         (spam-copy-or-move-routine, spam-copy-spam-routine)
18582         (spam-move-spam-routine, spam-copy-ham-routine)
18583         (spam-move-ham-routine): Add code to copy/move ham or spam.
18584         (spam-fetch-field-fast): Improve doc and code, plus allow the
18585         'number request.
18586         (spam-list-of-checks, spam-list-of-statistical-checks):
18587         Remove variables.
18588         (spam-split, spam-find-spam): Use the new backend code.
18589         (spam-registration-functions): Remove variable.
18590         (spam-unregister-routine): Add convenience wrapper.
18591         (spam-log-undo-registration, spam-register-routine)
18592         (spam-log-processing-to-registry)
18593         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18594         where possible.
18595         (spam-check-gmane-xref, spam-check-regex-headers)
18596         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18597         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18598         (spam-check-bogofilter-headers, spam-check-spamoracle)
18599         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18600         (spam-check-crm114-headers): Use the spam-split-group that
18601         spam-split prepares, no need to determine it every time.
18602
18603         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18604         to the nnheader-parse-naked-head call.
18605
18606         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18607
18608         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18609         the nnheader-nov-read-message-id call.
18610
18611 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18614         gnus-activate-group twice.  Suggested by Markus Peter
18615         <warp@spin.de>.
18616
18617 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-art.el (gnus-article-time-format): Exchange the order of
18620         day and month in the default value; fix customization type.
18621         (article-date-ut): Use add-text-properties.
18622         (article-make-date-line): Use message-make-date instead of
18623         current-time-string.
18624
18625         * message.el (message-fetch-field): Don't use set-text-properties.
18626         (message-make-date): Simplify.
18627
18628         * messagexmas.el (message-xmas-make-date): New function.
18629         (message-xmas-redefine): Defalias message-make-date to it.
18630
18631 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18634         (rfc2047-encode-region): Treat text within parentheses as special;
18635         show the original text when error has occurred.
18636
18637         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18638         already-computed method to gnus-activate-group.
18639
18640         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18641         same select-methods identical Lisp objects.
18642
18643         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18644         object when modifying the info.
18645
18646 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18649         gnus-opened-servers since it has never been opened with the new
18650         configuration yet.
18651
18652 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18655         arg to nnheader-generate-fake-message-id.
18656
18657 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18658
18659         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18660         number and build a fake message ID localized to a group and
18661         article number (so it's repeatable from that point on).
18662         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18663         ID format.
18664
18665         * gnus-sum.el (gnus-get-newsgroup-headers):
18666         Call nnheader-generate-fake-message-id with the article number.
18667
18668 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18669
18670         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18671         end-of-buffer.
18672
18673 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18674
18675         * message.el (message-ignored-supersedes-headers): Add Approved.
18676
18677 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18680         goto-char.
18681         (rfc2047-encode): Fold the line before encoding.
18682
18683 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18684
18685         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18686         folding -- not all headers can be folded, and this should be done
18687         by the message composition mode.  Probably.  I think.
18688
18689 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18692         fast.
18693
18694         * gnus-ems.el (gnus-remove-image): Don't use
18695         message-text-with-property; remove only the image found first.
18696
18697         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18698         found first.
18699
18700 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18701
18702         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18703
18704 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * message.el (message-text-with-property): Make it fast and accept
18707         optional arguments.
18708         (message-strip-forbidden-properties): Use it.
18709         (message-fix-before-sending): Follow the m-t-w-p change.
18710
18711         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18712
18713 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-art.el (article-hide-headers): Don't change the buffer
18716         mistakenly when performing mml-preview even if
18717         gnus-single-article-buffer is nil.
18718
18719 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18720
18721         * message.el (message-expand-name-databases): New user option.
18722         (message-expand-name): Use it.
18723
18724 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18725
18726         * spam.el (spam-report-articles-resend)
18727         (spam-report-resend-register-routine): Allow ham reporting.
18728         (spam-report-resend-register-ham-routine): Add wrapper.
18729         (spam-registration-functions): Add ham resending functions.
18730         (spam-list-of-processors): Add ham resend processor.
18731
18732         * gnus.el (ham-resend-to): Add new group parameter.
18733         (spam-process): Add ham resend option.
18734
18735         * spam-report.el (spam-report-resend): Allow reporting ham.
18736         (spam-report-resend-ham): Add wrapper.
18737
18738 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18739
18740         * message.el (message-cite-articles-with-x-no-archive):
18741         New variable.
18742         (message-cite-original): Use it.
18743
18744 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18745
18746         * message.el (message-cite-original): Respect X-No-Archive.
18747
18748 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * gnus-art.el (article-hide-headers): Refer to the values for
18751         gnus-ignored-headers and gnus-visible-headers in the summary
18752         buffer since a user may have set them as group parameters.
18753
18754 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18755
18756         * assistant.el (assistant-node-name): Add convenience function.
18757         (assistant-render-text, assistant-render-node): Add error handling,
18758         plus handle multiple next nodes.
18759         (assistant-find-next-node): Comment out for now.
18760         (assistant-find-next-nodes): Add function, returns list of next
18761         nodes.
18762
18763 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18764
18765         * mail-source.el (mail-source-directory): Fix doc-string.
18766
18767 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         * assistant.el (assistant-render-text, assistant-eval): Add :set
18770         widget type, which is different because it takes and returns a
18771         list.  Much hilarity ensues.
18772
18773 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18774
18775         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18776
18777         * gnus-group.el (gnus-group-get-new-news-this-group):
18778         Add doc-string.
18779
18780         * gnus-start.el (gnus-activate-group): Add doc-string.
18781
18782 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18785
18786 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18787
18788         * assistant.el (assistant-render-text): Try to add a :set
18789         widget, more to come.
18790
18791         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18792         strings.
18793         (spam-report-articles-resend)
18794         (spam-register-routine): Do registration iff any articles warrant
18795         it.
18796         (spam-summary-prepare-exit): Change log message for nil group
18797         destinations.
18798
18799 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18800
18801         * spam.el (spam-report-resend-register-routine):
18802         Allow spam-report-resend-to to be a group parameter or a global value.
18803
18804 2004-05-26  Simon Josefsson  <jas@extundo.com>
18805
18806         * starttls.el: Merge with my GNUTLS based starttls.el.
18807         (starttls-gnutls-program, starttls-use-gnutls)
18808         (starttls-extra-arguments, starttls-process-connection-type)
18809         (starttls-connect, starttls-failure, starttls-success):
18810         New variables.
18811         (starttls-program, starttls-extra-args): Doc fix.
18812         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18813         New functions.
18814         (starttls-negotiate, starttls-open-stream):
18815         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18816         function if it is set.
18817
18818 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18821         structured fields.
18822
18823 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18826
18827 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18828
18829         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18830         Add variable.
18831         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18832         assigning the spam-mark to new messages.
18833
18834 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18835
18836         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18837
18838 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18841
18842         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18843         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18844         default.
18845
18846 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18847
18848         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18849         correct data.
18850
18851 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18852
18853         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18854         (spam-group-processor-p): Fix function.
18855         (spam-group-processor-multiple-p)
18856         (spam-group-spam-processor-report-gmane-p)
18857         (spam-group-spam-processor-report-resend-p)
18858         (spam-group-spam-processor-bogofilter-p)
18859         (spam-group-spam-processor-blacklist-p)
18860         (spam-group-spam-processor-ifile-p)
18861         (spam-group-ham-processor-ifile-p)
18862         (spam-group-spam-processor-spamoracle-p)
18863         (spam-group-spam-processor-crm114-p)
18864         (spam-group-ham-processor-bogofilter-p)
18865         (spam-group-spam-processor-stat-p)
18866         (spam-group-ham-processor-stat-p)
18867         (spam-group-ham-processor-whitelist-p)
18868         (spam-group-ham-processor-BBDB-p)
18869         (spam-group-ham-processor-spamoracle-p)
18870         (spam-group-ham-processor-copy-p): Remove functions with some
18871         prejudice against unneeded code.
18872         (spam-report-articles-resend)
18873         (spam-report-resend-register-routine): Allow the group/topic
18874         spam-resend-to value to override spam-report-resend-to.
18875         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18876         properly now.
18877
18878         * gnus.el (spam-resend-to): Add group/topic parameter.
18879         (spam-process): Move the OBSOLETE processors to the end of the
18880         choices.
18881
18882 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18883
18884         * spam-report.el (spam-report-resend-to, spam-report-resend):
18885         Start with resend-to set to nil, and then ask the user if necessary.
18886         (spam-report-resend): spam-report-resend takes a list of articles, not
18887         separate article numbers.
18888
18889 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18892         addition to emacs-w3m.
18893
18894 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18895
18896         * assistant.el (assistant-authinfo-data): New function.
18897         (assistant-eval): Eval for entire assistant.
18898
18899         * netrc.el (netrc-services-file): New variable.
18900         (netrc-parse-services): New function.
18901         (netrc-find-service-name): New function.
18902         (netrc-find-service-number): New function.
18903         (netrc-port-equal): New function.
18904         (netrc-machine): Use it.
18905
18906         * nnimap.el (nnimap-open-connection): Use netrc.
18907
18908         * gnus-util.el (gnus-netrc-get): Remove aliases.
18909
18910         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18911
18912         * assistant.el (wid-edit): Fix compilation.
18913
18914         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18915
18916 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18917
18918         * gnus-util.el (gnus-set-file-modes): New function.  (small
18919         patch).
18920
18921 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18922
18923         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18924
18925         * assistant.el (assistant-render-node): Fix up rendering and
18926         read-only text.
18927         (assistant-render-node): Reset.
18928         (assistant-make-read-only): Not sticky.
18929
18930 2004-05-20  Danny Siu  <dsiu@adobe.com>
18931
18932         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18933         centered even when gnus-auto-center-summary is t.
18934
18935 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * dns.el (dns-get-txt-answer): New function.
18938         (dns-read-txt): Ditto.
18939         (query-dns): Use it.
18940
18941 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18944         active for foreign groups even if the group level is higher than
18945         the specified value.
18946
18947 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18948
18949         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18950         non-active groups.
18951
18952         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18953
18954 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18955
18956         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18957
18958 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18961         (spam-crm114-header, spam-crm114-spam-switch)
18962         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18963         (spam-crm114-positive-spam-header)
18964         (spam-crm114-database-directory, spam-list-of-processors)
18965         (spam-group-spam-processor-crm114-p)
18966         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18967         (spam-generic-score, spam-list-of-checks)
18968         (spam-list-of-statistical-checks, spam-registration-functions)
18969         (spam-check-crm114-headers, spam-crm114-score)
18970         (spam-check-crm114, spam-crm114-register-with-crm114)
18971         (spam-crm114-register-spam-routine)
18972         (spam-crm114-unregister-spam-routine)
18973         (spam-crm114-register-ham-routine)
18974         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18975         From asjo@koldfront.dk (Adam Sjøgren).
18976
18977         * gnus.el: Add spam-use-crm114.
18978
18979         * spam.el (spam-list-of-processors, spam-registration-functions):
18980         Add spam-use-resend.
18981         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18982         (spam-report-articles-gmane): Add doc fix.
18983         (spam-report-articles-resend, spam-report-resend-register-routine):
18984         Add wrappers around spam-report-resend-to.
18985
18986         * spam-report.el (spam-report-resend-to, spam-report-resend):
18987         Add support for resending spam.
18988         (spam-report-gmane): Fix line length >80.
18989
18990         * gnus.el (spam-process): Add spam-use-resend.
18991
18992 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18993
18994         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18995         number of processed spam messages.
18996         (spam-ham-copy-or-move-routine): Return the number of processed
18997         ham messages.
18998         (spam-summary-prepare-exit): Use the above values to decide
18999         whether status messages shouled be displayed.
19000
19001 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19002
19003         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19004         `rfc2047-encoding-function-alist' in order to avoid conflicting
19005         with the old version.
19006         (rfc2047-encode-region): Concatenate words containing non-ASCII
19007         characters in structured fields; don't encode space-delimited
19008         ASCII words even in unstructured fields; don't break words at
19009         char-category boundaries.
19010         (rfc2047-encode-1): New function.
19011         (rfc2047-encode): Use it; encode text so that it occupies the
19012         maximum width within 76-column; work correctly on Q encoding for
19013         iso-2022-* charsets.
19014         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19015         sure not to break a line just after the header name.
19016         (rfc2047-b-encode-region): Remove.
19017         (rfc2047-b-encode-string): New function.
19018         (rfc2047-q-encode-region): Remove.
19019         (rfc2047-q-encode-string): New function.
19020
19021         * mm-util.el (mm-replace-in-string): New function.
19022
19023 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19024
19025         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19026         Really get it right.
19027         (gnus-inews-make-draft): Really.
19028
19029 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19030
19031         * nnmh.el (nnmh-request-list-1): Don't check the link count
19032         before descending.  (small patch)
19033
19034 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19037         stuff.
19038
19039         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19040         Match on real group name.
19041
19042         * gnus-art.el (gnus-signature-limit): Doc fix.
19043
19044         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19045
19046         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19047
19048 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19049
19050         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19051         isn't a string.
19052
19053 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19054
19055         * gnus-draft.el (gnus-draft-send):
19056         Bind rfc2047-encode-encoded-words.
19057
19058         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19059         (rfc2047-encodable-p): Say that =? needs encoding.
19060         (rfc2047-encode-encoded-words): New variable.
19061
19062         * gnus-group.el (gnus-group-select-group): Doc fix.
19063
19064         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19065
19066         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19067         to nil.
19068
19069         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19070
19071         * nnheader.el (nnheader-get-lines-and-char): New function.
19072
19073 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19074
19075         * gnus-msg.el (gnus-summary-followup-with-original):
19076         Document yanking of region when active.
19077
19078 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19081         groups if the group level is higher than the specified value.
19082
19083 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19086         (gnus-group-jump-to-group): Add prefix argument using
19087         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19088         non-active group.
19089
19090         * compface.el (uncompface): Be verbose when changing
19091         `uncompface-use-external'.
19092
19093         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19094         handle manual section.
19095
19096 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19097
19098         * gnus-art.el (gnus-button-alist): Revert previous change.
19099
19100 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19101
19102         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19103
19104 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19105
19106         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19107         whether backend can accept message.
19108
19109         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19110
19111 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19112
19113         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19114         Avoid creating directory when nntp-marks-is-evil is true.
19115         Reported by Reiner Steib.
19116
19117 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19118
19119         * gnus-picon.el (gnus-picon-style): New variable.
19120         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19121         (gnus-picon-transform-address): Support `gnus-picon-style'.
19122         From Jesper Harder <harder@ifa.au.dk>.
19123
19124 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * message.el (message-fill-field): Return point.
19127         (message-generate-headers): Go to end of field.
19128
19129         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19130         stuff for non-living groups.
19131
19132 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * gnus-art.el (gnus-article-followup-with-original)
19135         (gnus-article-reply-with-original): gnus-mark-active-p ->
19136         gnus-region-active-p.
19137
19138 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19141         only when there is spam or ham to be processed.
19142
19143 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19144
19145         * mail-source.el (mail-source-delete-crash-box): Refactor.
19146         (mail-source-fetch): Use it.
19147         (mail-source-fetch-file): Ditto.
19148         (mail-source-fetch-directory): Run postscript in loop.
19149         (mail-source-fetch-pop): Delete.
19150         (mail-source-fetch-maildir): Ditto.
19151         (mail-source-fetch-imap): Ditto.
19152
19153         * imap.el (imap-authenticators): Comment out sasl.
19154
19155         * message.el (message-skip-to-next-address): New function.
19156         (message-fill-header-address): Refactor.
19157         (message-fill-address): Use it.
19158         (message-delete-address): Use it.
19159         (message-fill-header-general): Refactor.
19160         (message-fill-field-address): Rename.
19161         (message-narrow-to-field): Find the start of the header.
19162         (message-header-format-alist): Don't pre-fill.
19163         (message-fill-header): Remove.
19164         (message-insert-header): New function.
19165         (message-shorten-references): Use it.
19166
19167         * rfc2047.el (rfc2047-field-value): Strip props.
19168
19169         * mail-parse.el (mail-header-make-address): New alias.
19170
19171         * ietf-drums.el (ietf-drums-make-address): New function.
19172
19173         * imap.el: Add compiler directives.
19174
19175         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19176
19177         * gnus-art.el (article-decode-idna-rhs): Don't use
19178         message-idna-inside-rhs-p.
19179
19180 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19181
19182         * message.el (message-idna-inside-rhs-p): Remove.
19183         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19184
19185         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19186         false positives.
19187
19188 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19189
19190         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19191
19192 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19193
19194         * nneething.el (nneething-file-name): Don't create spurious
19195         files.
19196
19197         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19198         (gnus-inews-do-gcc): Remove sleep.
19199
19200         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19201         part under point.
19202
19203         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19204         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19205
19206 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19207
19208         * spam.el (spam-summary-prepare-exit): Fix (length).
19209
19210 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19213         as expired without moving it" message when there are spam
19214         messages left.
19215
19216 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19217
19218         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19219         header is not nil.
19220
19221 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19222
19223         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19224         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19225         (nntp-marks-changed-p): New arg SERVER.
19226         (nntp-request-update-info): Adjust caller.
19227
19228 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19229
19230         * nntp.el (nntp-save-marks): Pass missing arg.
19231
19232 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19233
19234         * nntp.el: Support marks.
19235         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19236         (nntp-marks-modtime, nntp-marks-directory): New variables.
19237         (nntp-request-set-mark, nntp-request-update-info)
19238         (nntp-possibly-create-directory, nntp-marks-changed-p)
19239         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19240         New functions.
19241
19242 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19243
19244         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19245         (gnus-xmas-redefine): Rename.
19246
19247         * gnus-score.el (gnus-score-insert-help):
19248         Use gnus-select-lowest-window.
19249
19250         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19251         appt-select-lowest-window and rename to gnus-select-lowest-window.
19252
19253         * gnus.el: do.
19254
19255 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19256
19257         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19258         encodings of MIME-encoded words, in order to improve
19259         interoperability with several broken MUAs.
19260
19261 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19262
19263         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19264         tags, only when charsets are not specified in headers.
19265         (mm-inline-text-html-render-with-w3m): Ditto.
19266
19267         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19268         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19269
19270 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19271
19272         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19273         instead of MIME-decoded from fields when checking
19274         `gnus-article-address-banner-alist'.
19275
19276 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19277
19278         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19279         description rather than subject.
19280
19281 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19282
19283         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19284
19285 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19286
19287         * gnus.el (gnus-version-number): Bump.
19288
19289 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19290
19291         * gnus.el: No Gnus v0.2 is released.
19292
19293 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294
19295         * gnus-agent.el (gnus-agent-read-agentview):
19296         Inline gnus-uncompress-range.
19297
19298 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19299
19300         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19301         `exec-installed-p'.
19302
19303 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19304
19305         * gnus.el (spam-process, spam-autodetect-methods):
19306         Add bsfilter and bsfilter-headers.
19307
19308         * spam.el (spam-bsfilter): New customize group.
19309         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19310         (spam-bsfilter-header, spam-bsfilter-probability-header)
19311         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19312         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19313         (spam-bsfilter-database-directory): New options.
19314         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19315         (spam-list-of-statistical-checks, spam-registration-functions):
19316         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19317         (spam-bsfilter-score): New command.
19318         (spam-check-bsfilter-headers, spam-check-bsfilter)
19319         (spam-bsfilter-register-with-bsfilter)
19320         (spam-bsfilter-register-spam-routine)
19321         (spam-bsfilter-unregister-spam-routine)
19322         (spam-bsfilter-register-ham-routine)
19323         (spam-bsfilter-unregister-ham-routine): New functions.
19324         (spam-generic-score): Support bsfilter; Accept an optional argument
19325         to recalcurate spam score even if scoring header has already been
19326         added.
19327         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19328         optional argument to recalcurate spam score even if scoring header
19329         has already been added.
19330
19331 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19332
19333         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19334         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19335         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19336         link is missing.
19337
19338 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19341         (html2text-get-attr): Rewrite.
19342
19343         * message.el (message-setup-1): Remove redundant put-text-property
19344         on mail-header-separator.
19345
19346 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19347
19348         * gnus-registry.el (gnus-registry-cache-whitespace)
19349         (gnus-registry-action, gnus-registry-spool-action)
19350         (gnus-registry-split-fancy-with-parent): Change message levels
19351         from 5 to 3 or 7, as needed.
19352
19353         * spam.el (spam-summary-prepare-exit)
19354         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19355         (spam-split, spam-find-spam, spam-log-undo-registration)
19356         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19357         level from 5 to 6.
19358
19359 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19362         2004-03-04 change).
19363
19364 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19365
19366         * sieve-manage.el (sieve-manage-open):
19367         * nnweb.el (nnweb-insert-html):
19368         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19369         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19370         * nnspool.el (nnspool-request-group):
19371         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19372         * nnml.el (nnml-request-update-info):
19373         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19374         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19375         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19376         (nnimap-request-set-mark):
19377         * nnfolder.el (nnfolder-request-update-info):
19378         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19379         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19380         * gnus-uu.el (gnus-uu-find-articles-matching):
19381         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19382         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19383         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19384         * gnus-nocem.el (gnus-nocem-scan-groups):
19385         * gnus-int.el (gnus-start-news-server):
19386         * gnus-group.el (gnus-group-make-kiboze-group)
19387         (gnus-group-browse-foreign-server):
19388         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19389         Use mapc when appropriate.
19390
19391 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19392
19393         FIXME: Make separate entries for each person.
19394
19395         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19396         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19397         <shields@msrl.com>:
19398
19399         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19400         may need for spam sorting and scoring.
19401         (spam-user-format-function-S): Add user format function suitable for
19402         general use.
19403         (spam-article-sort-by-spam-status): Add sorting function for summary
19404         sorting.
19405         (spam-extra-header-to-number): Add function to get a score from a
19406         header.
19407         (spam-summary-score): Add function to get a numeric score from the
19408         headers.
19409         (spam-generic-score): Fix function doc, was in wrong place.
19410         (spam-initialize): Take symbols when it's run, and install the
19411         extra headers that spam-necessary-extra-headers thinks we need.
19412
19413 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19416         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19417
19418 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19419
19420         * gnus-sum.el (gnus-set-global-variables)
19421         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19422         (gnus-article-get-xrefs, gnus-summary-best-group)
19423         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19424         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19425         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19426         Use with-current-buffer.
19427
19428 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19429
19430         * spam.el (spam-summary-prepare-exit): Simplify logic.
19431         (spam-fetch-article-header): Read the article header if it's not
19432         available.
19433         (spam-list-articles): Simplify logic.
19434         (spam-filelist-register-routine): Fix bug with unregister-list.
19435
19436         * gnus-registry.el: Fix comments at beginning.
19437
19438 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19439
19440         * message.el (message-cater-to-broken-inn): Remove.
19441         (message-shorten-references): Make sure the total folded length of
19442         References is shorter than 998 characters to cater to a bug in INN
19443         2.3.  Also, don't pretend that references aren't folded -- this
19444         hasn't worked for a while.
19445
19446 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19447
19448         * gnus-agent.el (gnus-agentize):
19449         gnus-agent-send-mail-real-function no longer set to current value
19450         of message-send-mail-function but rather a lambda that calls
19451         message-send-mail-function.  The change makes the agent real-time
19452         responsive to user changes to message-send-mail-function.
19453
19454 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19455
19456         * legacy-gnus-agent.el
19457         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19458         help from Florian Weimer <fw@deneb.enyo.de>
19459
19460 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * nnmail.el (nnmail-cache-insert): Revert last change.
19463
19464 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * nnmail.el (nnmail-cache-insert): Always check whether
19467         nnmail-cache-ignore-groups matches a group name.
19468
19469 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19472         (spam-find-spam, spam-log-processing-to-registry)
19473         (spam-log-registered-p, spam-log-unregistration-needed-p)
19474         (spam-log-undo-registration): Use gnus-message instead of
19475         gnus-error, none of these errors are fatal.
19476
19477         * gnus-registry.el (gnus-registry-clean-empty-function)
19478         (gnus-registry-clean-empty): Remove only empty entries without
19479         extra data.
19480
19481 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19482
19483         * spam-stat.el (spam-stat-buffer-change-to-spam)
19484         (spam-stat-buffer-change-to-non-spam): Change (error) to
19485         (gnus-message 8) invocation.
19486
19487 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * nntp.el (nntp-via-netcat-command): New variable.
19490         (nntp-via-netcat-switches): New variable.
19491         (nntp-open-via-rlogin-and-netcat): New function.
19492         (nntp-open-connection-function): Doc fix.
19493         (nntp-telnet-command): Doc fix.
19494         (nntp-end-of-line): Doc fix.
19495         (nntp-via-rlogin-command): Doc fix.
19496         (nntp-via-user-name): Doc fix.
19497         (nntp-via-address): Doc fix.
19498
19499 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19502         error in Emacs 21.1.
19503
19504 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19505
19506         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19507
19508 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19509
19510         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19511         (gnus-agent-with-refreshed-group): New macro.
19512         (gnus-agent-rename-group): New function.
19513         (gnus-agent-delete-group): New function.
19514         (gnus-agent-save-group-info): Use gnus-command-method when
19515         `method' parameter is nil.  Don't write nil entries into the
19516         active file.
19517         (gnus-agent-get-group-info): New function.
19518         (gnus-agent-fetch-articles):
19519         Use gnus-agent-update-files-total-fetched-for to increment disk space
19520         used.
19521         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19522         Use gnus-agent-update-view-total-fetched-for to increment disk space
19523         used.
19524         (gnus-agent-get-local): Add optional parameters to avoid calling
19525         gnus-group-real-name and gnus-find-method-for-group.
19526         (gnus-agent-set-local): Delete stored entry if either min, or max,
19527         are nil.
19528         (gnus-agent-fetch-session): Reworded error/quit messages.
19529         On quit, use gnus-agent-regenerate-group to record existance of any
19530         articles fetched to disk before the quit occurred.
19531         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19532         gnus-agent-update-view-total-fetched-for, and
19533         gnus-agent-update-files-total-fetched-for to decrement disk space
19534         used.
19535         (gnus-agent-retrieve-headers):
19536         Use gnus-agent-update-view-total-fetched-for to increment disk space
19537         used.
19538         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19539         with gnus-agent-update-files-total-fetched-for to decrement disk
19540         space and fresh group buffer.
19541         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19542         (gnus-agent-need-update-total-fetched-for): New variable.
19543         (gnus-agent-update-files-total-fetched-for): New function.
19544         (gnus-agent-update-view-total-fetched-for): New function.
19545         (gnus-agent-total-fetched-for): New function.
19546
19547         * gnus-cache.el (gnus-cache-save-buffers):
19548         Use gnus-cache-update-overview-total-fetched-for to change disk space
19549         used by this group.
19550         (gnus-cache-possibly-enter-article):
19551         Use gnus-cache-update-file-total-fetched-for to increment disk space
19552         used by this group.
19553         (gnus-cache-possibly-remove-article):
19554         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19555         used by this group.
19556         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19557         (gnus-cache-rename-group): New function.
19558         (gnus-cache-delete-group): New function.
19559         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19560         (gnus-cache-need-update-total-fetched-for): New variable.
19561         (gnus-cache-with-refreshed-group): New macro.
19562         (gnus-cache-update-file-total-fetched-for): New function.
19563         (gnus-cache-update-overview-total-fetched-for): New function.
19564         (gnus-cache-rename-group-total-fetched-for): New function.
19565         (gnus-cache-delete-group-total-fetched-for): New function.
19566         (gnus-cache-total-fetched-for): New function.
19567
19568         * gnus-group.el: Require gnus-sum and autoload functions to
19569         resolve warnings when gnus-group.el compiled alone.
19570         (gnus-group-line-format): Documented new %F.
19571         (size of Fetched data) group line format; identifies disk space
19572         used by agent and cache.
19573         (gnus-group-line-format-alist): Defined new F format.
19574         (gnus-total-fetched-for): New function.
19575         (gnus-group-delete-group): No longer update
19576         gnus-cache-active-altered as gnus-request-delete-group now keeps
19577         the cache in sync.
19578         (gnus-group-list-active): Let the agent store a server's active
19579         list if currently plugged.
19580
19581         * gnus-int.el (gnus-request-delete-group):
19582         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19583         local disk in sync with the server.
19584         (gnus-request-rename-group):
19585         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19586         local disk in sync with the server.
19587
19588         * gnus-start.el (gnus-get-unread-articles):
19589         Cosmetic simplification to logic.
19590
19591         * gnus-util.el (gnus-rename-file): New function.
19592
19593 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19594
19595         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19596
19597 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19598
19599         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19600         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19601
19602 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19603
19604         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19605         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19606
19607 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19608
19609         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19610
19611 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19612
19613         * spam.el (spam-set-difference): Add function to replace
19614         gnus-set-difference in spam.el.
19615         (spam-summary-prepare-exit): Use spam-set-difference.
19616
19617 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19618
19619         * gnus-registry.el (gnus-registry-cache-file): Update to use
19620         gnus-dribble-directory OR gnus-home-directory OR ~.
19621         (gnus-registry-split-fancy-with-parent): Fix doc.
19622
19623 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * message.el (message-exchange-point-and-mark):
19626         Use message-mark-active-p.  Suggested by Jesper Harder
19627         <harder@ifa.au.dk>.
19628
19629 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * message.el (message-exchange-point-and-mark): Don't activate
19632         region if it was inactive.  Suggested by Hiroshi Fujishima
19633         <pooh@nature.tsukuba.ac.jp>.
19634
19635 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus-art.el (article-display-face): Display Faces in the same
19638         order as X-Faces.
19639
19640 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19643
19644 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19647         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19648         (gnus-article-mime-hierarchy): Remove.
19649         (gnus-article-mime-hierarchy-next): Remove.
19650         (gnus-article-mode): Revert 2004-03-19 change.
19651         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19652         (gnus-insert-mime-button): Revert 2004-03-19 change.
19653         (gnus-mime-accumulate-hierarchy): Remove.
19654         (gnus-mime-enter-multipart): Remove.
19655         (gnus-mime-leave-multipart): Remove.
19656         (gnus-mime-display-part): Revert 2004-03-19 change.
19657         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19658
19659         * mml.el (mml-preview): Revert 2004-03-19 change.
19660
19661 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19662
19663         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19664
19665 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19668         t while entering a file name using the mm-with-multibyte macro.
19669         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19670
19671         * mm-util.el (mm-with-multibyte): New macro.
19672
19673 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19676         New user option.
19677         (gnus-mime-multipart-functions): Doc and customization fix.
19678         (gnus-article-mime-hierarchy): New variable.
19679         (gnus-article-mime-hierarchy-next): New variable.
19680         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19681         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19682         gnus-article-mime-hierarchy-next to nil.
19683         (gnus-insert-mime-button): Show hierarchy numbers.
19684         (gnus-mime-accumulate-hierarchy): New function.
19685         (gnus-mime-enter-multipart): New function.
19686         (gnus-mime-leave-multipart): New function.
19687         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19688         (gnus-mime-display-alternative): Show hierarchy numbers.
19689
19690         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19691         gnus-article-mime-hierarchy-next to nil.
19692
19693 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19694
19695         * dns.el: Don't require gnus-xmas.
19696
19697 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19698
19699         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19700         inline PGP.
19701         (mml-menu): Disable mml-quote-region if mark is inactive.
19702
19703 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19704
19705         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19706         when the group's active is not available.
19707
19708 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19711         error.
19712
19713 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19714
19715         * imap.el (imap-store-password): New variable.
19716         (imap-interactive-login): Use it.
19717         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19718
19719 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19722         window-start and hscroll to summary window.
19723
19724 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19725
19726         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19727         conversion message to newsrc-dribble when an actual conversion is
19728         performed.
19729
19730 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19731
19732         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19733
19734 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * mm-decode.el (mm-complicated-handles): New function reviving
19737         former definition of mm-multiple-handles.
19738
19739         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19740         (gnus-mime-delete-part): Use it.
19741
19742 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19743
19744         * gnus-agent.el (gnus-agent-read-local):
19745         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19746         avoid the implicit assumption that they will always be equal.
19747         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19748         coding-system-for-write, as the with-temp-file macro first prints
19749         to a buffer then saves the buffer.
19750
19751 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * gnus-art.el (gnus-article-edit-part): New function.
19754         (gnus-mime-save-part-and-strip): Use it; do query instead of
19755         signaling an error; don't use mm-multiple-handles.
19756         (gnus-mime-delete-part): Ditto.
19757
19758 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19759
19760         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19761         old file versions.
19762         (gnus-group-prepare-hook): Remove function that converted list
19763         form of gnus-agent-expire-days to group properties.
19764
19765         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19766         (gnus-request-accept-article): Re-indented.
19767
19768         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19769         converters to handle old agent file formats.  Add logic for a
19770         "backup before upgrading warning".
19771         (gnus-convert-mark-converter-prompt): Developers can mark
19772         functions as needing (default), or not needing,
19773         gnus-convert-old-newsrc's "backup before upgrading warning".
19774         (gnus-convert-converter-needs-prompt): Tests whether the user
19775         should be protected from potentially irreversable changes by the
19776         function.
19777
19778         * legacy-gnus-agent.el: New.  Provides converters that are only
19779         loaded when gnus-convert-old-newsrc needs to call them.
19780
19781 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * mail-source.el (mail-source-touch-pop): Doc fix.
19784
19785         * message.el (message-smtpmail-send-it): Doc fix.
19786
19787 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19788
19789         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19790
19791         * nnmail.el (nnmail-split-fancy): do.
19792
19793         * gnus-kill.el (gnus-kill, gnus-execute): do.
19794
19795 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19796
19797         * gnus-sum.el (gnus-widget-reversible-match)
19798         (gnus-widget-reversible-to-internal)
19799         (gnus-widget-reversible-to-external): New functions.
19800         (gnus-widget-reversible): New widget.
19801         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19802
19803 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19804
19805         * gnus-sum.el (gnus-thread-sort-functions)
19806         (gnus-article-sort-functions): Document `(not F)' items.
19807
19808 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19809
19810         * spam.el (spam-use-gmane-xref): Add new backend.
19811         (spam-gmane-xref-spam-group): Add variable to control the name of the
19812         Gmane spam group.
19813         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19814         (spam-regex-headers-spam, spam-regex-headers-ham)
19815         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19816         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19817         backends and checks.
19818         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19819
19820         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19821         an autodetect method.
19822
19823 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19824
19825         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19826         articles are being added to a group.
19827         (gnus-request-replace-article): Inform the agent that articles
19828         need to be uncached as the cached contents are no longer valid.
19829
19830 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19831
19832         * binhex.el: Don't autoload executable-find.
19833
19834         * canlock.el: Don't autoload mail-fetch-field.
19835
19836         * dgnushack.el: Autoload c-mode for XEmacs.
19837
19838         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19839
19840         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19841         rmail-dont-reply-to and rmail-output.
19842
19843         * gnus-score.el: Don't autoload ffap-string-at-point.
19844
19845         * gnus-setup.el: Don't autoload sc-cite-original.
19846
19847         * imap.el: Don't autoload base64-decode-string,
19848         base64-encode-string and md5.
19849
19850         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19851         and rmail-msg-restore-non-pruned-header.
19852
19853         * mm-decode.el: Don't autoload executable-find.
19854
19855         * mm-url.el: Don't autoload executable-find.
19856
19857         * mm-view.el: Don't autoload diff-mode.
19858
19859         * nndb.el: Don't autoload news-reply-mode, news-setup,
19860         cancel-timer and telnet.
19861
19862         * password.el: Don't autoload run-at-time for Emacs.
19863
19864         * sha1-el.el: Don't autoload executable-find.
19865
19866         * sieve-mode.el: Don't autoload c-mode.
19867
19868         * uudecode.el: Don't autoload executable-find.
19869
19870 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19871
19872         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19873         (gnus-agent-possibly-alter-active): Avoid null in numeric
19874         comparison.
19875         (gnus-agent-set-local): Refuse to save null in local object table.
19876         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19877         list of articles that will be marked as unread.
19878
19879 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19882
19883 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19884
19885         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19886         language tags.
19887
19888 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19889
19890         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19891         Don't bind "obarray".
19892
19893         * gnus-sum.el (gnus-thread-sort-functions):
19894         Add `gnus-thread-sort-by-most-recent-number' and
19895         `gnus-thread-sort-by-most-recent-date'.
19896         Reported by Kai Grossjohann <kai@emptydomain.de>.
19897
19898 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19901
19902 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19903
19904         * gnus-cus.el (gnus-agent-customize-category):
19905         Remove ignore-errors macro reference that required cl to be loaded at
19906         run-time.
19907
19908         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19909         single-interval range of the form (min . max).  Previously the
19910         range had to look like ((min . max)).  Likewise, return
19911         (min . max) rather than ((min . max)).
19912         (gnus-range-map): Use gnus-range-normalize to accept
19913         single-interval range.
19914
19915         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19916         the cache, but not the agent, now appear with their usual face.
19917
19918         * dgnushack.el (loaddir): New variable that is bound to the
19919         directory containing the dgnushack.el file. Use loaddir, rather
19920         than srcdir, to update load-path. Change lets dgnushack compile
19921         code in directories other than GNUS/lisp.
19922
19923 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * lpath.el: Don't bind w3m-safe-url-regexp.
19926
19927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19928         w3m-safe-url-regexp variable buffer-local.
19929
19930         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19931
19932 2004-02-27  Simon Josefsson  <jas@extundo.com>
19933
19934         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19935         gnus-group-real-prefix.
19936         (gnus-summary-move-article): Use it, instead of
19937         gnus-group-real-prefix.
19938
19939 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * lpath.el: Bind w3m-safe-url-regexp.
19942
19943         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19944         w3m-safe-url-regexp variable buffer-local and set it as the value
19945         of mm-w3m-safe-url-regexp.
19946
19947         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19948
19949         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19950         parsing gnus-posting-styles when the message is not for replying.
19951
19952         * dgnushack.el: Autoload sgml-mode for XEmacs.
19953
19954         * nnrss.el (nnrss-opml-export):
19955         Use mm-set-buffer-file-coding-system instead of
19956         set-buffer-file-coding-system.
19957
19958 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19959
19960         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19961         of checkdoc.el).
19962         * nnrss.el: do.
19963         * gnus-mlspl.el: do.
19964         * gnus-ml.el: do.
19965         * gnus-srvr.el: do.
19966
19967         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19968
19969 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19970
19971         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19972         Corrections to custom-manual links.
19973
19974         * gnus-art.el (gnus-article): Ditto.
19975
19976         * mm-decode.el (mime-display, mime-security): Ditto.
19977
19978 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19979
19980         * flow-fill.el: Typo.
19981
19982 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19983
19984         * spam-wash.el: New file.
19985
19986 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19987
19988         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19989
19990 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19991
19992         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19993         to be run with new-articles as LIST1, not LIST2.
19994         (spam-registration-functions): Add spam-use-ham-copy as a nil
19995         registration backend.
19996
19997 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19998
19999         * spam-stat.el (spam-stat-washing-hook): New option.
20000         (spam-stat-buffer-words): Use it.
20001         (spam-stat-process-directory, spam-stat-test-directory):
20002         Use insert-file-contents-literally.
20003         (spam-stat-coding-system): New variable.
20004         (spam-stat-load, spam-stat-save): Use it.
20005
20006 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * spam-report.el (spam-report-plug-agent):
20009         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20010
20011 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20014         Allow / in mailto URLs.
20015
20016 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * spam-report.el (spam-report-process-queue): Fix interactive use.
20019         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20020         (spam-report-unplug-agent): Doc fixes.
20021         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20022         (spam-report-agentize, spam-report-deagentize): Autoload.
20023
20024 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20025
20026         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20027
20028         * message.el (message-setup-fill-variables): Add mml tags to
20029         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20030         <ajk@iu.edu>.
20031         (message-mode): Don't modify paragraph-separate there.
20032
20033 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * compface.el (uncompface-use-external): Default to undecided.
20036         (uncompface-use-external-threshold): New variable.
20037         (uncompface-float-time): New macro.
20038         (uncompface): Determine whether to use the external decoder if
20039         uncompface-use-external is undecided.
20040
20041 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20042
20043         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20044         after images.
20045
20046         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20047
20048 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20049
20050         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20051
20052         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20053
20054         * gnus-sum.el (gnus-summary-limit-to-age)
20055         (gnus-summary-limit-children): do.
20056
20057         * gnus-int.el (gnus-request-scan): do.
20058
20059         * gnus-group.el (gnus-group-suspend): do.
20060
20061         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20062
20063         * gnus-cite.el (gnus-cite-parse-attributions): do.
20064
20065         * gnus-agent.el (gnus-summary-set-agent-mark)
20066         (gnus-agent-regenerate-group): do.
20067
20068         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20069
20070         * binhex.el (binhex-decode-region-internal): do.
20071
20072 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * gnus-fun.el (gnus-face-properties-alist): New user option.
20075         (gnus-display-x-face-in-from): Use it.
20076
20077         * gnus-art.el (article-display-face): Ditto.
20078
20079         * compface.el (uncompface-use-external): Default to nil.
20080
20081 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20082
20083         * nntp.el (nntp-erase-buffer): New function.
20084         (nntp-retrieve-data, nntp-send-command)
20085         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20086         (nntp-possibly-change-group): Use it.
20087
20088         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20089         Use with-current-buffer.
20090
20091 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20092
20093         * compface.el: Merge the ELisp-based uncompface program.
20094         (compface): New customization group.
20095         (uncompface-use-external): New user option.
20096         (uncompface): Call uncompface-internal if uncompface-use-external
20097         is nil.
20098         (uncompface-internal): New function.  Note that there are also
20099         some other functions and variables added for this function.
20100
20101 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20102
20103         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20104         if necessary.
20105
20106 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20107
20108         * spam-report.el (spam-report-unplug-agent)
20109         (spam-report-plug-agent, spam-report-deagentize)
20110         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20111         Add support for the Agent in spam-report: when unplugged, report to a
20112         file; when plugged, submit all the requests.
20113
20114         * spam.el (spam-register-routine): Fix message about
20115         registration.
20116
20117 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20118
20119         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20120         dependencies.
20121         (rfc2047-encode): Use it.
20122
20123         * gnus-art.el (gnus-button-marker-list): Move before first
20124         reference.
20125
20126         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20127         (imap-parse-body): Fix format string mismatch.
20128
20129         * gnus-score.el (gnus-summary-increase-score): do.
20130
20131         * nnrss.el (nnrss-close): New function.
20132
20133 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20134
20135         * nnrss.el (nnrss-make-filename): New function.
20136         (nnrss-request-delete-group, nnrss-read-server-data)
20137         (nnrss-save-server-data, nnrss-read-group-data)
20138         (nnrss-save-group-data): Use it.
20139         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20140         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20141         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20142
20143 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20144
20145         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20146
20147 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20150         files.
20151
20152         * message.el (message-generate-headers-first): Don't quote nil
20153         and t in docstrings.
20154
20155         * imap.el (imap-id): do.
20156
20157         * gnus-agent.el (gnus-agent-consider-all-articles)
20158         (gnus-agent-queue-mail): do.
20159
20160 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20161
20162         * spam-report.el (spam-report-process-queue): New function.
20163         Process requests from `spam-report-requests-file'.
20164         (spam-report-process-queue): Doc fix.
20165
20166 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20167
20168         * spam.el (spam-register-routine)
20169         (spam-log-processing-to-registry, spam-log-registered-p)
20170         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20171         Change "check" to "spam-check" for semi-clarity.
20172
20173 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20174
20175         * pop3.el: Require nnheader.
20176
20177         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20178
20179         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20180
20181         * gnus-picon.el: Require cl.
20182
20183         * gnus-fun.el: Require gnus-ems and gnus-util.
20184
20185         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20186
20187         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20188
20189         * gnus-art.el (gnus-article-edit-mode): Define before first
20190         reference.
20191
20192 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20193
20194         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20195         (gnus-uu-post-encoded): Use point-at-bol.
20196
20197         * gnus-topic.el (gnus-group-active-topic-p): do.
20198
20199         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20200
20201         * gnus-group.el (gnus-group-kill-region): do.
20202
20203         * gnus-art.el (article-date-ut): do.
20204
20205         * message.el (message-fetch-field): Remove redundant
20206         case-fold-search binding.
20207         (message-narrow-to-field): Simplify.
20208
20209 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20210
20211         * spam.el (spam-directory): Derive from `gnus-directory'.
20212
20213         * spam-report.el (spam-report-url-to-file)
20214         (spam-report-requests-file): New function and variable for offline
20215         reporting.
20216         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20217         and user defined function.
20218         (spam-report-url-ping-mm-url): Remove doubled slash.
20219
20220 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20221
20222         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20223
20224 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20227         Fix format string mismatch.
20228
20229         * sieve.el (sieve-deactivate-all): do.
20230
20231         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20232
20233         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20234
20235         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20236
20237         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20238
20239 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20240
20241         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20242         the list of checks.
20243
20244 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20245
20246         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20247         padding.
20248
20249 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20250
20251         * mm-view.el (mm-fill-flowed): New variable.
20252         (mm-inline-text): Use it.
20253
20254 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20255
20256         * spam.el (spam-spamassassin-register-ham-routine)
20257         (spam-spamassassin-register-spam-routine): Fix function names.
20258
20259 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * gnus.el (gnus-tmp-grouplens): Remove.
20262         (gnus-summary-line-format): Remove grouplens.
20263
20264         * gnus-group.el (gnus-group-line-format): Ditto.
20265
20266         * gnus-spec.el (gnus-format-specs): Ditto.
20267         (gnus-update-format-specifications): Flush the group format spec
20268         cache if there's the grouplens stuff.
20269         (gnus-parse-simple-format): Replace %l with the empty string.
20270
20271 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20272
20273         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20274         omission.
20275
20276 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20279         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20280
20281 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20282
20283         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20284         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20285         New macros and functions.
20286         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20287         Handle > NLINK_MAX messages.
20288         * nnmaildir.el (nnmaildir-request-set-mark):
20289         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20290
20291 2004-01-25  Alex Schroeder  <alex@gnu.org>
20292
20293         * spam-stat.el (spam-stat-process-directory-age): New option.
20294         (spam-stat-process-directory): Use it.
20295
20296 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20297
20298         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20299         (spam-stat-save): Accept prefix argument.
20300
20301 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20302
20303         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20304         links" error.
20305
20306 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20307
20308         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20309         the rest of the and/or forms.
20310
20311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20312
20313         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20314         compatibility with old .newsrc.eld files.
20315
20316         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20317
20318         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20319
20320         * gnus-start.el (gnus-1): do.
20321
20322         * gnus-group.el (gnus-group-line-format-alist): do.
20323
20324         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20325
20326         * gnus-gl.el: Remove.
20327
20328 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20329
20330         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20331         marks consisting of a single range {for example, (3 . 5)} rather
20332         than a list of a single range { ((3 . 5)) }.
20333
20334 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20335
20336         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20337         Use with-current-buffer.
20338         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20339         avoid consing a string.
20340
20341         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20342         Remove obsolete entries for big5 and gb2312.
20343
20344 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20345
20346         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20347         uncompressed list.
20348
20349 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20350
20351         * spam-stat.el (spam-stat-strip-xref): New function.
20352         (spam-stat-process-directory): Use it.
20353
20354         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20355         here -- it's done in message-fetch-field.
20356
20357 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20358
20359         * gnus-agent.el (gnus-agent-queue-mail)
20360         (gnus-agent-prompt-send-queue): New variables.
20361         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20362         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20363         "nndraft:queue" along to gnus-draft-send.
20364         Use gnus-agent-prompt-send-queue.
20365         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20366         is "nndraft:queue".  Suggested by Gaute Strokkenes
20367         <gs234@srcf.ucam.org>
20368
20369         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20370         (agent-enable-undownloaded-faces): Add.
20371         (gnus-agent-cat-groups): Use eval-and-compile, not
20372         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20373         method of gnus-agent-cat-groups even when the buffer has been
20374         evaled.
20375         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20376         delete gnus-agent-save-active-1.
20377         (gnus-agent-save-groups): Delete.  Identical to
20378         gnus-agent-save-active.
20379         (gnus-agent-write-active): No longer adjust agent's copy of active
20380         file as agent's adjustments are now stored in their own
20381         file.  Remove optional parameter.
20382         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20383         servers.  Add use of min/max range limits from server's local
20384         file.
20385         (gnus-agent-save-alist): Remove unused optional argument.
20386         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20387         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20388         (gnus-agent-set-local): A per-server file that keeps min/max range
20389         limits for articles known to the agent.  Provides a fast mechanism
20390         for altering many active ranges.
20391         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20392         active file (local makes it unnecessary).
20393         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20394
20395         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20396         (agent-enable-undownloaded-faces): Add.
20397
20398         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20399         disable it when sending to "nndraft:queue".
20400         (gnus-group-send-queue): Add safety check to avoid sending queue
20401         when unplugged.
20402
20403         * gnus-group.el (gnus-group-catchup): Use new
20404         gnus-sequence-of-unread-articles, not
20405         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20406         numbers of articles.  Use gnus-range-map to avoid having to
20407         uncompress the unread list.
20408         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20409         Fix invalid ange-ftp reference.
20410
20411         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20412         (gnus-sorted-range-intersection): Intersection of two ranges
20413         without requiring that they first be uncompressed.
20414
20415         * gnus-start.el (gnus-activate-group): Unless blocked by the
20416         caller, possibly expand the active range to include both cached
20417         and agentized articles.
20418         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20419         multiple version-dependent converters.
20420         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20421         gnus-agent-save-active.
20422         (gnus-save-newsrc-file): Save dirty agent range limits.
20423
20424         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20425         gnus-agent-possibly-alter-active.
20426         (gnus-adjust-marked-articles): Faster handling of simple lists.
20427
20428 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20429
20430         * spam-stat.el (spam-stat-test-directory): New optional argument
20431         displays a list of files detected.  Suggested by Andrew Cohen
20432         <cohen@andy.bu.edu>.
20433         (spam-stat-buffer-words-with-scores): Don't narrow and change
20434         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20435
20436 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20437
20438         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20439         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20440         (spam-spamassassin-arguments)
20441         (spam-spamassassin-spam-flag-header)
20442         (spam-spamassassin-positive-spam-flag-header)
20443         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20444         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20445         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20446         (spam-list-of-processors, spam-list-of-checks)
20447         (spam-list-of-statistical-checks, spam-registration-functions)
20448         (spam-check-spamassassin-headers, spam-check-spamassassin)
20449         (spam-spamassassin-score)
20450         (spam-spamassassin-register-with-sa-learn)
20451         (spam-spamassassin-register-spam-routine)
20452         (spam-spamassassin-register-ham-routine)
20453         (spam-assassin-register-spam-routine)
20454         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20455         (spam-bogofilter-score): Fix to show article before scoring.
20456
20457 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20458
20459         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20460         default scoring function.
20461         (spam-generic-score): Call spam-spamassassin-score if
20462         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20463         spam-bogofilter-score otherwise.
20464
20465         * gnus.el (spam-process, spam-autodetect-methods):
20466         Add spamassassin and spamassassin-headers.
20467
20468 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20469
20470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20471         Suppress unnecessary messages.
20472
20473 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20474
20475         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20476         make-hash-table.
20477
20478 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * canlock.el (base64-encode-string): Don't autoload it.
20481
20482 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20483
20484         * run-at-time.el: Remove useless (require 'itimer),
20485         eval-and-compile and (featurep 'xemacs).
20486
20487 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20488
20489         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20490         GROUP is a virtual group.
20491
20492 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20493
20494         * gnus.el: Autoload `message-y-or-n-p'.
20495
20496 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20497
20498         * pgg-parse.el: Remove unnecessary (require 'custom).
20499
20500         * pgg-def.el: do.
20501
20502         * nnmail.el: do.
20503
20504         * gnus-undo.el: do.
20505
20506         * gnus-picon.el: do.
20507
20508         * gnus-util.el: do.
20509
20510 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20511
20512         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20513
20514 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20517         handle, as well as a list.
20518
20519         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20520         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20521         (mm-w3m-cid-retrieve): Simplify.
20522
20523 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20524
20525         * message.el (message-kill-to-signature): Allow prefix arg to
20526         specify number of lines to keep before signature.
20527
20528 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20529
20530         * message.el (message-kill-to-signature): Change docstring.
20531
20532 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * canlock.el: Always require sha1-el.
20535         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20536
20537         * message.el: Autoload sha1 only when compiling.
20538
20539         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20540         eudc-expand-inline for XEmacs.
20541
20542 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * message.el (message-canlock-generate): Require sha1-el.
20545
20546 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20547
20548         * message.el (message-expand-name): Silence the byte compiler.
20549
20550         * lpath.el: Add detect-coding-system.
20551
20552         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20553         cus-edit.
20554
20555 2004-01-13  Simon Josefsson  <jas@extundo.com>
20556
20557         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20558         Invoke gnus-score-mode.
20559         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20560
20561         * gnus-range.el (gnus-compress-sequence): Doc fix.
20562         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20563
20564 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20565
20566         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20567
20568 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20569
20570         * spam.el (spam-get-article-as-string): Update to use
20571         gnus-request-article-this-buffer, much simpler.
20572         (spam-get-article-as-buffer): Remove.
20573
20574 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20575
20576         * message.el (message-expand-name): Use EUDC if the user uses that.
20577
20578 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20579
20580         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20581         character for the encoding to avoid consing a string.
20582
20583         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20584         unnecessarily.
20585
20586         * mm-util.el (mm-replace-chars-in-string): Remove.
20587
20588         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20589         of mm-replace-chars-in-string.
20590
20591 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20594
20595         * mm-util.el (mm-subst-char-in-string): Support inplace.
20596
20597         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20598         a new string in every iteration.  Use shy groups.
20599
20600 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20601
20602         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20603         * gnus-soup.el (gnus-soup-group-brew):
20604         * gnus-msg.el (gnus-put-message):
20605         * gnus-move.el (gnus-group-move-group-to-server):
20606         * gnus-kill.el (gnus-batch-score):
20607         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20608         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20609         (gnus-group-update-group, gnus-group-read-group)
20610         (gnus-group-make-group, gnus-group-make-help-group)
20611         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20612         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20613         (gnus-group-sort-by-unread, gnus-group-catchup)
20614         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20615         (gnus-group-yank-group, gnus-group-set-info)
20616         (gnus-group-list-groups):
20617         * gnus.el (gnus-generate-new-group-name):
20618         * gnus-delay.el (gnus-delay-send-queue):
20619         * nnvirtual.el (nnvirtual-catchup-group):
20620         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20621         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20622         (gnus-group-prepare-topics, gnus-topic-check-topology):
20623         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20624         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20625         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20626         (gnus-group-make-articles-read):
20627         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20628         (gnus-group-change-level, gnus-kill-newsgroup)
20629         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20630         (gnus-get-unread-articles, gnus-make-articles-unread)
20631         (gnus-make-ascending-articles-unread): Use accessor
20632         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20633         to get group information for improved readability.
20634
20635
20636 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20637
20638         * gnus-art.el (article-decode-mime-words, article-babel)
20639         (gnus-article-highlight-signature, gnus-article-add-buttons)
20640         (gnus-signature-toggle): Use gnus-with-article-buffer.
20641
20642         * gnus-art.el (gnus-article-highlight-headers)
20643         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20644
20645         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20646         (gnus-article-set-globals, gnus-request-article-this-buffer)
20647         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20648         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20649         (gnus-mime-display-alternative): Use with-current-buffer.
20650
20651 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20652
20653         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20654         also under 80 char limit, and call gnus-error if needed.
20655         (spam-fetch-article-header): Fix - it was a
20656         buffer-local variable (gnus-newsgroup-data).
20657         (spam-find-spam): Use spam-generate-fake-headers, forget about
20658         spam-insert-fake-headers.
20659         (spam-insert-fake-headers): Remove.
20660
20661 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20662
20663         * deuglify.el (gnus-article-outlook-unwrap-lines)
20664         (gnus-outlook-rearrange-article)
20665         (gnus-outlook-repair-attribution-outlook)
20666         (gnus-outlook-repair-attribution-block)
20667         (gnus-outlook-repair-attribution-other): Remove redundant
20668         save-excursion.
20669
20670 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20671
20672         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20673         (spam-fetch-field-subject-fast)
20674         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20675         (spam-fetch-article-header): Add functions to deal with Gnus
20676         internals for fast retrieval of article header data.
20677         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20678
20679 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20680
20681         * pop3.el (pop3-md5): Remove.
20682         (pop3-apop): Replace pop3-md5 with md5.
20683
20684         * mm-bodies.el: base64 is always built-in.
20685
20686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20687         Use with-current-buffer.
20688
20689 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * canlock.el (canlock-insert-header): Remove excessive grouping in
20692         regexp.
20693
20694         * gnus-sum.el (gnus-summary-read-document): Ditto.
20695
20696         * gnus-uu.el (gnus-uu-part-number): Ditto.
20697
20698         * html2text.el (html2text-remove-tags): Ditto.
20699         (html2text-format-tags): Ditto.
20700         (html2text-format-single-elements): Ditto.
20701
20702         * mml.el (mml-parse-1): Ditto.
20703
20704 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20705
20706         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20707
20708         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20709
20710         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20711
20712         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20713
20714 2003-11-15  Simon Josefsson  <jas@extundo.com>
20715
20716         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20717         (pgg-gpg-lookup-key): Use regexp match instead of
20718         split-string (split-string is different between emacs 21.2 and
20719         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20720
20721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20722
20723         * gnus-art.el (gnus-mime-view-all-parts)
20724         (gnus-article-part-wrapper, gnus-article-view-part):
20725         Use with-current-buffer.
20726
20727 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20728
20729         * spam.el (spam-disable-spam-split-during-ham-respool)
20730         (spam-spamoracle-database, spam-cache-lookups)
20731         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20732         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20733         (spam-group-ham-marks, spam-group-spam-marks)
20734         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20735         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20736         also add spam-use-blackholes to the statistical checks.
20737         (spam-fetch-field-fast): Add interface to fetching fields, may
20738         become a macro.
20739         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20740         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20741         (spam-insert-fake-headers): Fake an article when needed.
20742         (spam-find-spam): Fake article when possible.
20743         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20744         (spam-check-bogofilter-headers): Use message-fetch-field instead
20745         of nnmail-fetch-field.
20746
20747 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20748
20749         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20750
20751 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20752
20753         * spam.el (spam-split): Do not require spam-use-CHECK to be
20754         enabled if that check is passed to spam-split explicitly; also
20755         fix so 'spam doesn't get converted to spam-split-group when
20756         spam-split-symbolic-return is t.
20757         (spam-find-spam): Find registrations of the article and use those
20758         instead of re-running spam-split to find the spam/ham
20759         classification of the article.
20760         (spam-log-processing-to-registry, spam-log-registered-p)
20761         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20762         Use gnus-error instead of gnus-message.
20763         (spam-log-registration-type): Add function to determine the
20764         classification of a message based on registry entries; will
20765         return nil if both 'spam and 'ham are found.
20766         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20767         a reasonably fast local cache without the loading errors.
20768         (spam-cache-lookups): Set to t by default.
20769         (spam-find-spam): Don't try to guess spam-cache-lookups.
20770         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20771         spam-caches entry.
20772         (spam-filelist-build-cache, spam-filelist-check-cache):
20773         Fix caching of whitelist/blacklist entries.
20774         (spam-check-whitelist, spam-check-blacklist):
20775         Invoke spam-from-listed-p with a type, not a cache variable.
20776         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20777
20778 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20779
20780         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20781
20782         * nnmail.el (nnmail-split-fancy): do.
20783
20784         * mml.el (mml-parse): do.
20785
20786         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20787         (gnus-score-adaptive): do.
20788
20789 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20792         (gnus-mime-button-map): Don't set keymap parent.
20793         (gnus-button-ctan-directory-regexp): Use shy grouping.
20794         (gnus-prev-page-map): Don't set keymap parent.
20795         (gnus-prev-page-map): Remove duplicated one.
20796         (gnus-next-page-map): Don't set keymap parent.
20797         (gnus-mime-security-button-map): Ditto.
20798
20799         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20800         version number.
20801
20802         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20803
20804 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * canlock.el (canlock-sha1-function): Remove.
20807         (canlock-sha1-function-for-verify): Remove.
20808         (canlock-openssl-program): Remove.
20809         (canlock-openssl-args): Remove.
20810         (canlock-ignore-errors): Remove.
20811         (canlock-sha1-with-openssl): Remove.
20812         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20813         (canlock-verify): Don't use canlock-ignore-errors.
20814
20815         * sha1-el.el (sha1-string-external): Make it can return a string
20816         in binary form.
20817         (sha1-region-external): Ditto.
20818         (sha1-string-internal): Ditto.
20819         (sha1-region-internal): Ditto.
20820         (sha1-region): Ditto.
20821         (sha1-string): Ditto.
20822         (sha1): Ditto.
20823
20824 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20825
20826         * spam.el (spam-report-articles-gmane): New command.
20827
20828 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20831
20832         * run-at-time.el (run-at-time-saved): Remove.
20833         (run-at-time): Doc fix.
20834
20835 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20836
20837         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20838         (gnus-summary-limit-map): Add it.
20839         (gnus-summary-make-menu-bar): do.
20840
20841 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20842
20843         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20844         Make attempt at some caching support (done for BBDB only now).
20845         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20846         addresses to be checked.
20847         (spam-clear-cache-BBDB): Add function, to be invoked by
20848         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20849         (spam-check-BBDB): Check and use the caches, if
20850         spam-cache-lookups is on, remove superfluous (provide).
20851
20852 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20853
20854         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20855
20856 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20857
20858         * run-at-time.el (run-at-time-saved): Move to after the definition
20859         of `run-at-time'.
20860
20861         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20862
20863 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20866         mm-w3m-local-map-property.
20867
20868         * mm-view.el (mm-w3m-mode-map): Remove.
20869         (mm-w3m-local-map-property): Remove.
20870         (mm-inline-text-html-render-with-w3m): Don't use
20871         mm-w3m-local-map-property.
20872
20873 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20874
20875         * run-at-time.el: New file.
20876
20877         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20878         under Emacs.
20879
20880         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20881         of gnus-set-text-properties.
20882
20883         * gnus-uu.el (gnus-uu-save-article): Ditto.
20884
20885         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20886
20887         * gnus-cite.el (gnus-cite-parse): Ditto.
20888
20889         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20890         of gnus-.
20891
20892         * gnus-xmas.el (run-at-time): Require run-at-time.
20893
20894         * gnus.el: Change calls to nnheader-run-at-time and
20895         password-run-at-time throughout to use run-at-time directly.
20896
20897         * password.el: Remove definition of run-at-time.
20898
20899         * nnheaderxm.el: Remove definition of run-at-time.
20900
20901 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20902
20903         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20904         in prompt.
20905
20906 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20907
20908         * messagexmas.el (message-xmas-redefine): Alias
20909         `message-make-caesar-translation-table' to
20910         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20911         version.
20912
20913         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20914         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20915         `gnus-xmas-set-text-properties'.
20916         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20917         `gnus-xmas-completing-read'.
20918         (gnus-xmas-completing-read): Removed.
20919         (gnus-xmas-open-network-stream): Removed.
20920
20921         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20922         XEmacs version.
20923
20924         * dns.el (dns-make-network-process): Use `open-network-stream'
20925         instead of `gnus-xmas-open-network-stream'.
20926
20927         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20928
20929         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20930
20931 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20932
20933         * gnus-art.el (gnus-mime-display-alternative)
20934         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20935         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20936         Don't use gnus-local-map-property.
20937
20938         * gnus-util.el (gnus-local-map-property): Remove.
20939
20940         * mm-view.el (mm-view-pkcs7-decrypt):
20941         Replace gnus-completing-read-maybe-default with completing-read.
20942
20943         * gnus-util.el (gnus-completing-read): do.
20944         (gnus-completing-read-maybe-default): Remove.
20945
20946 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20947
20948         * password.el: Only autoload `run-at-time' if not XEmacs.
20949         Only autoload the itimer functions if XEmacs.
20950
20951 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20954         XEmacsen.
20955
20956         * dgnushack.el: Autoload executable-find for XEmacs.
20957
20958 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20959
20960         * gnus-art.el (gnus-read-string): Remove.
20961         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20962         read-string.
20963
20964 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20965
20966         * netrc.el: Autoload password-read.
20967         (netrc): Add configuration group.
20968         (netrc-encoding-method, netrc-openssl-path):
20969         Add variables for encoding and decoding of files with symmetric
20970         ciphers.
20971         (netrc-encode): Add assistant function to encode a file with
20972         netrc-encoding-method.
20973         (netrc-parse): Add interactive parameter, added optional
20974         decoding if netrc-encoding-method is non-nil but otherwise
20975         behavior is standard.
20976         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20977         Do s/encode/encrypt/ everywhere.
20978
20979         * spam.el: Remove executable-find autoload.
20980
20981 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20982
20983         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20984
20985         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20986
20987 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * gnus-art.el (gnus-treat-ansi-sequences)
20990         (article-treat-ansi-sequences): New variable and function.
20991         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20992
20993         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20994         Use it.
20995
20996 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20997
20998         * mm-util.el (mm-quote-arg): Remove.
20999
21000         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21001         shell-quote-argument.
21002
21003         * gnus-uu.el (gnus-uu-command): do.
21004
21005         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21006
21007         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21008         with make-char.
21009
21010         * mm-util.el (mm-make-char): Remove.
21011
21012         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21013         add-minor-mode.
21014
21015         * gnus-undo.el (gnus-undo-mode): do.
21016
21017         * gnus-topic.el (gnus-topic-mode): do.
21018
21019         * gnus-sum.el (gnus-dead-summary-mode): do.
21020
21021         * gnus-start.el (gnus-slave-mode): do.
21022
21023         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21024
21025         * gnus-ml.el (gnus-mailing-list-mode): do.
21026
21027         * gnus-gl.el (gnus-grouplens-mode): do.
21028
21029         * gnus-draft.el (gnus-draft-mode): do.
21030
21031         * gnus-dired.el (gnus-dired-mode): do.
21032
21033         * gnus-ems.el (gnus-add-minor-mode): Remove.
21034
21035         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21036         Replace gnus-char-width with char-width.
21037
21038         * gnus-ems.el (gnus-char-width): Remove.
21039
21040         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21041         Replace gnus-char-width with char-width.
21042
21043         * gnus-ems.el (gnus-char-width): Remove.
21044
21045         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21046         definition.
21047         Remove Emacs 20 hash table compatibility code.
21048
21049         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21050         20 compatibility code.
21051
21052         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21053
21054         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21055
21056         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21057         Replace with point-at-{eol,bol}.
21058
21059         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21060
21061         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21062
21063         * flow-fill.el (fill-flowed-point-at-bol)
21064         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21065
21066         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21067         Replace with point-at-{eol,bol} throughout all files.
21068
21069 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * ntlm.el (ntlm-string-as-unibyte): New macro.
21072         (ntlm-build-auth-response): Use it.
21073
21074         Remove Emacs 20 stuff:
21075         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21076         (butlast, mapc, remove): Remove the compiler macros.
21077         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21078         of delq and copy-sequence.
21079         * gnus-art.el (popup-menu): Remove the compiler macro.
21080         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21081         Emacs 20.
21082
21083 2004-01-05  Simon Josefsson  <jas@extundo.com>
21084
21085         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21086         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21087         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21088         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21089         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21090         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21091         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21092         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21093         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21094         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21095         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21096         string-xor into ntlm-string-xor.
21097         Suggested by Jesper Harder <harder@myrealbox.com>.
21098
21099         * ntlm.el: Don't include poem.
21100
21101         * md4.el (print-int32, print-string-hexa): Remove.
21102         Suggested by Jesper Harder <harder@myrealbox.com>.
21103
21104         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21105
21106         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21107         probably breaks emacs with DL patch, but do we care? Is anyone
21108         still using the DL stuff?)
21109
21110         * sieve-manage.el: Use the password package.
21111         (sieve-manage-read-passwd): Remove.
21112         (sieve-manage-interactive-login): Use password.  Re-add
21113         condition-case around loop.
21114
21115         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21116         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21117         Use the password package.
21118
21119 2003-02-19  Simon Josefsson  <jas@extundo.com>
21120
21121         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21122         token.
21123
21124 2002-08-07  Simon Josefsson  <jas@extundo.com>
21125
21126         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21127         (sieve-manage-authenticators):
21128         (sieve-manage-authenticator-alist): Add some SASL mechs.
21129         (sieve-sasl-auth): New function.
21130         (sieve-manage-cram-md5-auth):
21131         (sieve-manage-plain-auth): Rewrite using SASL library.
21132         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21133         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21134         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21135         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21136
21137 2004-01-05  Simon Josefsson  <jas@extundo.com>
21138
21139         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21140         New files.
21141
21142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21143
21144         * gnus-group.el (gnus-no-groups-message): Update.
21145
21146         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21147
21148 2003-11-09  Simon Josefsson  <jas@extundo.com>
21149
21150         * imap.el: Support for ID IMAP extension (RFC 2971).
21151         (imap-local-variables): Add imap-id.
21152         (imap-id): New variable.
21153         (imap-id): New function.
21154         (imap-parse-response): Parse untagged ID response.
21155         * nnimap.el (nnimap-id): New variable.
21156         (nnimap-open-connection): Use it.
21157
21158 2003-12-28  Simon Josefsson  <jas@extundo.com>
21159
21160         * gnus-score.el (gnus-score-edit-all-score): New.
21161         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21162
21163 2004-01-04  Simon Josefsson  <jas@extundo.com>
21164
21165         * password.el: Add.
21166
21167 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21168
21169         * dns.el (dns-query-types): Fix typo.
21170         (dns-query-types): New function.
21171         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21172         PTR and SOA replies, see RFC 1035.
21173
21174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21175
21176         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21177
21178         * Move to Changelog.2.
21179
21180 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21181
21182         * gnus.el (gnus-version-number): Bump version.
21183
21184 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21185
21186         * gnus.el: No Gnus v0.1 is released.
21187
21188 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21189
21190         * gnus.el: No Gnus v0.0 is released.
21191
21192 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21193
21194         * gnus.el (gnus-version-number): Bump.
21195         (gnus-version): No.
21196
21197 See ChangeLog.2 for earlier changes.
21198
21199   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21200
21201   This file is part of GNU Emacs.
21202
21203   GNU Emacs is free software: you can redistribute it and/or modify
21204   it under the terms of the GNU General Public License as published by
21205   the Free Software Foundation, either version 3 of the License, or
21206   (at your option) any later version.
21207
21208   GNU Emacs is distributed in the hope that it will be useful,
21209   but WITHOUT ANY WARRANTY; without even the implied warranty of
21210   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21211   GNU General Public License for more details.
21212
21213   You should have received a copy of the GNU General Public License
21214   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21215
21216 ;; Local Variables:
21217 ;; coding: utf-8
21218 ;; fill-column: 79
21219 ;; add-log-time-zone-rule: t
21220 ;; End: