sieve: fix script name when uploading
[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
8 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * gnus-group.el (gnus-import-other-newsrc-file): New function.
11
12 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * auth-source.el (auth-source-search): Cache empty result sets.
15
16         * password-cache.el (password-in-cache-p): Convenience function to
17         check if a key is in the cache, even if the value is nil.
18
19         * auth-source.el (auth-source-save-behavior): New variable to replace
20         `auth-source-never-create'.
21         (auth-source-netrc-create): Use it.
22         (auth-source-never-save): Remove.
23
24 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
25
26         * nnimap.el (nnimap-stream): Doc fix.
27         (nnimap-open-connection-1): Reverse the order of the ports to that the
28         prompted-for port is first.
29
30         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
31         retrieval by the no-group selection.
32
33         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
34         numerical parameters.
35
36 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * auth-source.el (auth-source-creation-prompts): New variable to manage
39         creation-time prompts.
40         (auth-source-search): Document it.
41         (auth-source-format-prompt): Add utility function.
42         (auth-source-netrc-create): Don't default the user name to
43         user-login-name.  Use `auth-source-creation-prompts' and some default
44         prompts for user, host, port, and password (the default generic prompt
45         remains ugly).
46         (auth-source-never-save): Add customizable option to never save info.
47         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
48         mode excursion.
49
50 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
53         argument that XEmacs doesn't support.
54
55         * dgnushack.el (dgnushack-compile): Exclude color.el from being
56         compiled for Emacsen having no `libxml-parse-html-region' support.
57
58         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
59
60         * lpath.el: Bind buffer-save-without-query for XEmacs.
61
62 2011-02-23  Julien Danjou  <julien@danjou.info>
63
64         * gnus-art.el (article-make-date-line): Ignore errors if time is
65         invalid and not convertible.
66         (article-make-date-line): Only add lapsed time if time is not nil.
67
68 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
71         `read-char-choice' for backwards compatibility.
72         (auth-source-netrc-element-or-first): New function to DTRT for
73         parameter extraction.
74         (auth-source-netrc-create): Use it and fix multiple parameter print
75         bug.  Use the default passed from above (given-default) or the
76         built-in (user-login-name for :user).
77
78 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-start.el (gnus-dribble-read-file): Set
81         buffer-save-without-query, since we always want to save the dribble
82         file, probably.
83
84         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
85         nnimap.
86
87         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
88         -summary- since it's a user-visible variable.
89
90         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
91         first time you use the new Gnus.
92
93 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * auth-source.el: Don't load netrc.el.
96         (auth-sources): Search ~/.netrc as well by default.
97         (auth-source-debug): Add 'trivia option for extra output.
98         (auth-source-do-trivia): Use it.
99         (auth-source-search): Simplify logic to use
100         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
101         appropriate.  Don't keep a running count at this level.  Layer :create
102         and :delete options appropriately on the first and second passes.
103         Don't track the backend with the search results.
104         (auth-source-search-backends): New function to search a list of
105         backends for a processed spec.
106         (auth-source-netrc-parse): Cache all netrc files, making
107         auth-source-netrc-cache an alist keyed by the file name and using the
108         file mtime as the caching criterion.  Keep the obfuscated data secret
109         with a lexical bind.
110         (auth-source-netrc-search): Don't calculate the length of the results
111         unnecessarily.
112         (auth-source-search-backends): Fix bug.
113         (auth-source-netrc-create): Rework prompts.
114
115 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
116
117         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
118         Lower case names of search constraints.
119         (nnir-run-query): Cache and reuse search constraints for all imap
120         servers.
121
122 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
125         after exit.
126         (gnus-setup-message): Define missing variable from last checkin.
127
128         * gnus-sum.el (gnus-summary-show-article): When called with t as the
129         value, show the raw article.
130
131 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
132
133         * gnus.el: No Gnus v0.13 is released.
134
135 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
136
137         * nnimap.el (nnimap-open-connection-1): Revert last change, since
138         auth-source now accepts numbers.
139
140         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
141         spec, too.
142         (auth-source-ensure-strings): New function.
143
144         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
145         (gnus-article-setup-buffer): Always restart the date timer so that user
146         changes to the frequency is respected.
147
148         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
149         port numbers, so make sure it gets that if nnimap-server-port is
150         explicit.
151
152 2011-02-21  Simon Josefsson  <simon@josefsson.org>
153
154         * nnimap.el (nnimap-inbox): Doc fix.
155
156 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
157
158         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
159         Autoload.  Add optional arg FRAME, and pass it to color-values.
160         (color-complement): Caller changed.  Doc fix.
161         (color-gradient): Rewrite for better clarity and efficiency.
162
163 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
164
165         * shr-color.el (shr-color->hexadecimal): Use renamed function names
166         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
167         color-lab-to-srgb.
168
169 2011-02-20  Drew Adams  <drew.adams@oracle.com>
170
171         * color.el: First part of merge from hexrgb.el.
172         (color-rgb-to-hex): Rename from color-rgb->hex.
173         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
174         saturation to zero if the value is too small.
175         (color-rgb-to-hsl): Rename from color-rgb->hsl.
176         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
177         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
178         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
179         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
180         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
181         (color-cie-de2000): Doc fix.
182
183 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
184
185         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
186         given method as in the group name if we're using an extended method.
187         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
188         command, if we're using that, instead of waiting for the beginning.
189
190         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
191         we're sure to get unique server names, and we don't output two async
192         commands in the same buffer.  This fixes an NNTP hang for some users.
193
194 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
195
196         * gnus.el: No Gnus v0.11 is released.
197
198 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
201         summary buffer before reading going to the next buffer.  This avoids
202         putting the point in the group buffer if you `C-g' the command.
203
204         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
205         cache (for now) to make ~/.authinfo.gpg files usable.
206
207         * nnfolder.el (copyright-update): Define for the compiler.
208
209         * auth-source.el (auth-source-search): Fix unbound variable.
210
211 2011-02-19  Glenn Morris  <rgm@gnu.org>
212
213         * gnus.el (gnus-meta): Doc fix.
214
215 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
216
217         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
218         in case it's not yet loaded.
219
220 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
221
222         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
223         line we're waiting for.
224
225 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
226
227         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
228         face with line-width greater than zero will cause RET in gnus summary
229         buffer to scroll down article page-wise because auto vscroll happens,
230         it should be temporalily disabled when doing a scroll-up.
231
232 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
235         outputs from the server.
236
237 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
238
239         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
240         later so that bbdb can hook in easier.
241
242 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
243
244         * auth-source.el (auth-source-search): Don't try to create credentials
245         if the caller doesn't want that.
246         (auth-source-search): If we don't find a match, don't bug out on
247         non-bound variables.
248         (auth-source-search): Only ask a single backend to create the
249         credentials.
250
251         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
252         logging.
253         (nnimap-credentials): Protect against auth-source-search returning nil.
254         (nnimap-request-list): Protect against not being able to open the
255         server.
256
257 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * auth-source.el (auth-source-search): Do a two-phase search, one with
260         no :create to get the responses from all backends.
261
262         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
263         when getting credentials.
264
265         * gnus-util.el (gnus-delete-duplicates): New function.
266
267 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * nnimap.el (nnimap-credentials): Instead of picking the first port as
270         a creation default, pass the whole port list down.  It will be
271         completed.
272
273         * auth-source.el (auth-source-search): Updated docs to talk about
274         multiple creation choices.
275         (auth-source-netrc-create): Accept a list as a value (from the search
276         parameters) and do completion on that list.  Keep a separate netrc line
277         with the password obscured for showing the user.
278
279         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
280         first choice to `auth-source-search' so it will be used for entry
281         creation instead of the server's Gnus-specific name.
282         (nnimap-credentials): Rely on the auth-source library to select which
283         port is actually wanted in the new netrc entry, so don't override
284         `auth-source-creation-defaults'.
285
286         * auth-source.el (auth-source-netrc-parse): Use :port instead of
287         :protocol and accept a missing user, host, or port as a wildcard match.
288         (auth-source-debug): Default to off.
289
290         (auth-source-netrc-search, auth-source-netrc-create)
291         (auth-source-secrets-search, auth-source-secrets-create)
292         (auth-source-user-or-password, auth-source-backend, auth-sources)
293         (auth-source-backend-parse-parameters, auth-source-search): Use :port
294         instead of :protocol.
295
296         * nnimap.el (nnimap-credentials): Pass a port default to
297         `auth-source-search' in case an entry needs to be created.
298         (nnimap-open-connection-1): Use :port instead of :protocol.
299
300 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * auth-source.el: Bind load-path when loading EIEIO from
303         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
304         21.4 doesn't support, to `require'.
305         (auth-source-secrets-search): Use mm-delete-duplicates instead of
306         delete-dups that is not available in XEmacs 21.4.
307
308 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
309
310         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
311         as EIEIO must also be loaded when auth-source.el is being
312         byte-compiled.
313
314 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
317
318         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
319
320         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
321
322         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
323
324         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
325
326         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
327
328         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
329
330         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
331         necessary.
332
333 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
336         nil means that nnimap doesn't get updated.
337
338 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * auth-source.el (auth-source-netrc-create): Return a synthetic search
341         result when the user doesn't want to write to the file.
342         (auth-source-netrc-search): Expect a synthetic result and proceed
343         accordingly.
344         (auth-source-cache-expiry): New variable to override
345         `password-cache-expiry'.
346         (auth-source-remember): Use it.
347
348         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
349         parameter.  Create entry if necessary by using :create t.
350         (nnimap-open-connection-1): Don't pass `inhibit-create'.
351
352 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * auth-source.el (auth-source-debug): Enable by default and don't
355         mention the obsolete `auth-source-hide-passwords'.
356         (auth-source-do-warn): New function to debug unconditionally.
357         (auth-source-do-debug): Use it.
358         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
359         and for Secrets API entries when the secrets.el library is not
360         available.
361
362 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-sum.el (gnus-propagate-marks): Default to nil.
365         (gnus-summary-exit): Kill the correct article buffer on exit from a
366         `C-d' group.
367
368         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
369         gnus-propagate-marks.
370
371         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
372         before killing the buffers so that a non-full window conf gets handled
373         correctly.
374         (gnus-summary-exit): Ditto.
375         (gnus-summary-read-group-1): Ditto.
376
377         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
378         async code again so that we can debug it properly.
379
380         * message.el (message-reply): Take an optional switch-buffer parameter
381         so that Gnus window confs are respected better.
382
383 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
386         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
387         docstring.
388         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
389         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
390         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
391         Login collection is "Login" and not "login".
392
393 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
396         multiple headers.
397
398         * nnimap.el (nnimap-inhibit-logging): New variable.
399         (nnimap-log-command): Don't log login commands.
400
401         * auth-source.el (auth-source-netrc-search): The asserts seem to want
402         to have more parameters.
403
404         * nnimap.el (nnimap-send-command): Mark the command time for each
405         command, so that we don't get NOOPs stepping on our toes.
406
407         * gnus-art.el (article-date-ut): Get the date from the Date header on
408         `t'.
409
410 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * auth-source.el (auth-source-search): Use copy-sequence instead of
413         the cl.el copy-list.
414
415 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * imap.el: Bring it back (revert
418         84d800cd31de3064f0ed39617d725709a2f8f42f).
419
420 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
421
422         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
423         Improve prompt.
424
425 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-art.el (gnus-article-mode-line-format): Remove the article
428         washing status from the default format.  It isn't very informative.
429
430 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
431
432         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
433         Gcc processing on imap.
434
435 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * imap.el: Remove file.  All the functionality is in nnimap.el.
438
439 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
440
441         * message.el (message-bury): Don't pop up a new window when selected
442         window is dedicated.
443
444 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
445
446         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
447
448 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
449
450         * sieve-manage.el: Autoload `auth-source-search'.
451         (sieve-sasl-auth): Use it.
452
453 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * nnimap.el: Autoload `auth-source-forget+'.
456         (nnimap-open-connection-1): Use it if the connection fails.
457
458         * auth-source.el: Require `password-cache'.
459         (auth-source-hide-passwords, auth-source-cache): Remove and mark
460         obsolete.
461         (auth-source-magic): Marker for `password-cache' keys.
462         (auth-source-do-cache): Update docstring.
463         (auth-source-search): Use and check cache.
464         (auth-source-forget-all-cached, auth-source-remember)
465         (auth-source-recall, auth-source-forget, auth-source-forget+)
466         (auth-source-specmatchp): Caching support functions.
467         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
468         Remove and obsolete.
469         (auth-source-user-or-password): Remove caching to further discourage
470         using it.  Always hide passwords.
471
472         * password-cache.el (password-cache-remove): Accept secrets that are
473         not strings.
474
475 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
476
477         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
478         code for now, since it doesn't work for all users.
479
480 2011-02-09  Julien Danjou  <julien@danjou.info>
481
482         * message.el (message-options): Make message-options really buffer
483         local.
484
485 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
486
487         * mail-source.el: Autoload `auth-source-search'.
488         (mail-source-keyword-map): Note order matters.
489         (mail-source-set-1): Get all the mail-source source values and
490         defaults and search auth-source on those if needed.  This can all
491         probably be simplified.
492
493         * nnimap.el: Autoload `auth-source-search'.
494         (nnimap-credentials): Use it.
495         (nnimap-open-connection-1): Ask for the virtual server and physical
496         address in one shot.
497
498         * nntp.el: Autoload `auth-source-search'.
499         (nntp-send-authinfo): Use it.  Note TODO.
500
501 2011-02-08  Julien Danjou  <julien@danjou.info>
502
503         * shr.el (shr-tag-body): Add support for text attribute in body
504         markups.
505
506         * message.el (message-options): Make message-options a local variable.
507
508 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * auth-source.el (auth-source-secrets-search)
511         (auth-source-user-or-password): Use `append' instead of `nconc'.
512         (auth-source-user-or-password): Build return list better and protect
513         against nil :secret.
514
515 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
516
517         * nnimap.el (nnimap-update-info): Refactor slightly.
518         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
519         (nnimap-update-info): Clean up slightly.
520         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
521         characters.
522         (nnimap-process-quirk): Rename function to avoid collision.
523         (nnimap-update-info): Fix macrology bug-out.
524         (nnimap-update-info): Simplify split history test.
525
526 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
527
528         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
529         `secrets-get-attributes' instead of `secrets-get-attribute'.
530         (auth-source-secrets-search): Limit search when `max' is greater than
531         number of results.
532
533 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
534
535         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
536         part not returning any data.
537
538         * proto-stream.el (open-protocol-stream): Document the return value.
539
540 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * auth-source.el (auth-source-secrets-search): Add examples.
543
544 2011-02-06  Julien Danjou  <julien@danjou.info>
545
546         * message.el (message-setup-1): Handle message-generate-headers-first
547         set to t.
548
549 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
552         API with a string "secrets:collection-name" and with 'default.
553         (auth-source-backend-parse): Parse "secrets:collection-name" and
554         'default.  Recurse on parses instead of repeating code.  Use the
555         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
556         message when ignoring a source.
557         (auth-source-search): List ignored search keys at the top level.
558         (auth-source-netrc-create): Use `case' instead of `cond'.
559         (auth-source-secrets-search): Created with TODOs.
560         (auth-source-secrets-create): Created with TODOs.
561         (auth-source-retrieve, auth-source-create, auth-source-delete)
562         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
563         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
564         (auth-source-user-or-password-sftp)
565         (auth-source-user-or-password-smtp): Removed.
566         (auth-source-user-or-password): Deprecated and modified to be a wrapper
567         around `auth-source-search'.  Not tested thoroughly.
568
569 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * auth-source.el: Bring in assoc and eioeio libraries.
572         (secrets-enabled): New variable to track the status of the Secrets API.
573         (auth-source-backend): New EIOEIO class to represent a backend.
574         (auth-source-creation-defaults): New variable to set prompt defaults
575         during token creation (see the `auth-source-search' docstring for
576         details).
577         (auth-sources): Simplify to allow a simple string as a netrc backend
578         spec.
579         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
580         (auth-source-backend-parse-parameters): Fill in the backend parameters.
581         (auth-source-search): Main auth-source API entry point.
582         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
583         (auth-source-search-collection): Helper function for searching.
584         (auth-source-netrc-parse, auth-source-netrc-normalize)
585         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
586         Supports search, create, and delete.
587         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
588         backend stubs.
589         (auth-source-user-or-password): Call `auth-source-search' but it's not
590         ready yet.
591
592 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
593
594         * message.el (message-setup-1): Remove the read-only stuff, since it
595         doesn't work under XEmacs, for some reason.
596
597         * gnus-sum.el (gnus-user-date): Rename back from
598         gnus-summary-user-date since user code refers to it.
599
600         * shr.el (shr-render-td): Store the actual background colour used.
601
602         * message.el (message-setup-1): Don't bind the constant
603         -forbidden-properties.
604         (message-setup-1): Revert previous change, since it needs to bind the
605         props to insert them.
606         (message-resend): Allow removing the read-only separator line.
607
608 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
609
610         * nnimap.el (nnimap-request-accept-article): Give an error message if
611         the APPEND wasn't successful.
612
613 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
614
615         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
616         that have no groups.
617
618 2011-02-03  Julien Danjou  <julien@danjou.info>
619
620         * gnus-draft.el: Remove progn around gnus-draft-setup.
621
622 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-start.el (gnus-read-active-for-groups): This function is never
625         called with a nil `infos', so clean that up.
626         (gnus-get-unread-articles): Request active files from primary/secondary
627         methods that have no groups (yet).
628
629 2011-02-03  Julien Danjou  <julien@danjou.info>
630
631         * message.el (message-setup-1): Always generate References first.
632         (message-mail): Return the return value of message-setup, not always t.
633         (message-setup-1): Insert mail-header-separator with read-only and
634         intangible properties set.
635
636         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
637         user-date in docstring.
638
639         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
640
641         * gnus.el (gnus-summary-line-format): Mention &user-date format in
642         docstring.
643
644         * gnus.el (gnus-user-date-format-alist): Change default value. Use
645         defcustom, with type and group. Move from gnus-util.el. Rename to
646         gnus-summary-user-date-format-alist.
647
648 2011-02-03  Glenn Morris  <rgm@gnu.org>
649
650         * nnimap.el (gnus-fetch-headers): Declare.
651
652         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
653
654 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
655
656         * message.el (message-forward-make-body-digest-plain)
657         (message-followup, message-reply): Clean up things noted by Stefan.
658
659         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
660         gnus-article-update-date-headers is nil.
661         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
662         it didn't really work with defcustom.
663         (article-update-date-lapsed): Make sure the window start doesn't move,
664         either.
665
666 2011-02-01  Julien Danjou  <julien@danjou.info>
667
668         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
669         format.
670
671         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
672         standard in Emacs nowadays.
673
674         * color.el (color-gradient): Add a color-gradient function.
675
676 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
677
678         * message.el (message-expand-name): Don't trust the return value of
679         bbdb-complete-name.
680         (message-check-news-header-syntax): Remove unused var `start'.
681         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
682         (message-inhibit-body-encoding): Move to before first use.
683         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
684         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
685         (Organization, Message-ID, Date, mh-previous-window-config):
686         Defvar the vars using dynamic scoping.
687
688 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * shr.el (shr-render-td): Only do colours at the final rendering.
691         Should be slightly faster.
692         (shr-insert-table): Fix up TD background colours when doing the
693         vertical padding.
694
695         * gnus-art.el (article-date-ut): Protect against articles with no Date
696         header.
697         (article-update-date-lapsed): Don't use current-column to find the
698         horizontal position.  It's fragile in the presence of \003 characters.
699
700         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
701
702 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
703
704         * gnus-art.el (article-transform-date): Rewrite to still work when
705         there are several rfc2822 parts.
706         (article-transform-date): Fix infinite recursion.
707         (article-date-ut): Replace infinitely many Date headers with a single
708         one when called interactively.
709
710         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
711         secure manner.
712
713         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
714         move around by not using save-window-excursion.  It seems to work...
715
716 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-art.el (article-make-date-line): Work for user-defined format.
719
720 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
721
722         * nntp.el (nntp-retrieve-group-data-early)
723         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
724         fetching functions.
725
726         * gnus-start.el (gnus-read-active-for-groups): Read the active files
727         thoroughly for all backends that have no known groups.  This should
728         allow new nnml methods to retrieve mail.
729
730         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
731         that Gnus doesn't know exists again.
732
733         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
734         (gnus-treat-date-ut): Ditto.
735         (gnus-article-update-date-header): Renamed.
736         (gnus-treat-date-local): Removed.
737         (gnus-treat-date-english): Removed.
738         (gnus-treat-date-lapsed): Removed.
739         (gnus-treat-date-combined-lapsed): Removed.
740         (gnus-treat-date-original): Removed.
741         (gnus-treat-date-iso8601): Removed.
742         (gnus-treat-date-user-defined): Removed.
743         (gnus-article-date-headers): New variable to control all the date
744         header options.
745         (article-date-ut): Rewrite to allow using the new way to format date
746         headers(s).
747
748 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
749
750         * nnmail.el (nnmail-article-group): Check for a direct fancy split
751         method.
752         (nnmail-article-group): A better test for fanciness.
753
754         * nnimap.el (nnimap-request-head): Protect against not finding the
755         article by Message-ID.
756
757 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * gnus-art.el (article-update-date-lapsed): Try a better way to really
760         keep point at the "same place".
761
762 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
765         data if the group is unactivated.
766
767 2011-01-28  Julien Danjou  <julien@danjou.info>
768
769         * gnus-win.el: Remove dead function gnus-window-configuration-element.
770         (gnus-all-windows-visible-p): Remove old compatibility code.
771         (gnus-window-top-edge): Add docstring.
772
773         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
774
775 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
778         older request-update-info.
779
780         * gnus-art.el (article-make-date-line): Limit the length a bit more.
781
782 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
783
784         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
785         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
786
787 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
790         groups.  This makes the nndraft:queue group pop up if it's not already
791         there.
792
793         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
794         messages" logic, which was reversed.
795
796         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
797         the "same place" even if point is on the line being replaced.
798         (article-update-date-lapsed): Allow updating both the combined lapsed
799         and the lapsed headers.
800         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
801         (article-make-date-line): Limit the number of segments dynamically to
802         avoid too-long lines.
803
804 2011-01-27  Julien Danjou  <julien@danjou.info>
805
806         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
807         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
808
809 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
812         Use plist-get instead of the cl function getf.
813
814 2011-01-27  Glenn Morris  <rgm@gnu.org>
815
816         * gnus-util.el (float-time): Get rid of compiler warning, again.
817
818 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
819
820         * shr.el (shr-put-color): Special-case background colours: Do put them
821         at the blank parts at the front of the lines.
822
823         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
824         exit hook to nix out all data on readedness on group exit.
825
826         * gnus-util.el (float-time): If float-time is bound, always use it on
827         all Emacsen.  It's unclear why the subrp check was there.
828         (time-date): Require to make some autoload issues on XEmacs go away.
829
830         * shr.el (shr-put-color): Don't do the box padding in tables, since
831         they're already padded.
832
833 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-art.el (gnus-article-next-page): When the last line of the
836         article is displayed, scroll down once more instead of going to the
837         next article at once.
838         (article-lapsed-string): Refactor out and allow specifying how many
839         segments you want.
840         (gnus-article-setup-buffer): Start updating the lapsed header directly.
841         (gnus-article-update-lapsed-header): New variable.
842
843         * shr.el: Revert change that made headings use different-sized faces.
844         The Emacs display engine isn't advanced enough that, for instance,
845         tables can comfortably use differntly-sized faces.
846
847 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
848
849         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
850         used.
851         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
852         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
853         we're using an encrypted connection.
854
855         * proto-stream.el: Alter the interface functions to also return the
856         actual stream type used: network or tls.
857
858 2011-01-25  Julien Danjou  <julien@danjou.info>
859
860         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
861         (mm-display-javascript-inline): New function.
862
863         * mm-decode.el (mm-inline-media-tests): Add application/javascript
864         viewing function.
865
866 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * shr.el (shr-expand-newlines): Fix variable name.
869
870 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * shr.el (shr-expand-newlines): Make nested boxes work.
873
874 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
877         backgrounds.
878         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
879         in a more sensible manner.
880
881 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
884         if EPG is loaded.
885
886 2011-01-24  Julien Danjou  <julien@danjou.info>
887
888         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
889         tags.
890
891 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
894         commands.
895
896         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
897         in the article buffer.
898         (gnus-gravatar-insert): Use blank space from the current buffer to
899         avoid breaking text properties.  This makes X-Sent updating work again.
900
901         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
902
903 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
906         fix the bug in url-http.el instead.
907
908         * shr.el (shr-image-fetched): Ditto.
909
910         * shr.el (shr-image-fetched): Avoid having point move in the article
911         buffer.
912
913         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
914         buffer after being called.  It's apparently being killed by url.el, and
915         killing it made point move to end-of-buffer in a random buffer.
916
917         * shr.el (shr-image-fetched): Ditto.
918
919 2011-01-23  Julien Danjou  <julien@danjou.info>
920
921         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
922
923         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
924         text/x-org.
925
926 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-sum.el (gnus-summary-move-article): Protect against backends
929         (i.e., nnimap) returning nil as the article number.
930
931 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
932
933         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
934         "DelSp" parameter in RFC3676.
935
936 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * message.el (message-check-recipients): Display the encoded version of
939         the bogus address if they differ.
940
941         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
942         after sending.
943
944         * gnus-agent.el (gnus-agent-send-mail): Ditto.
945
946         * gnus-group.el (gnus-group-refresh-group): New convenience function.
947
948         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
949         group buffer after sending the queue.
950
951         * gnus-agent.el (gnus-agent-send-mail): Ditto.
952
953 2011-01-22  Julien Danjou  <julien@danjou.info>
954
955         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
956
957 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
958
959         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
960         nested related parts.
961
962         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
963         unexpired articles.  This fixes the regression that led expiry marks to
964         disappear from nnfolder groups.
965
966 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
969         Don't confuse the "ret" of "retrograde" with RET.
970
971 2011-01-21  Julien Danjou  <julien@danjou.info>
972
973         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
974         than mm-insert-inline.
975
976 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
979         Widen article buffer.
980
981 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
984         the temp buffer.
985         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
986
987 2011-01-20  Julien Danjou  <julien@danjou.info>
988
989         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
990
991         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
992         than mm-insert-inline to insert inline part: this respect
993         mm-inline-media-tests displayers.
994
995         * mm-view.el (mm-display-shell-script-inline): New function.
996
997         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
998
999         * mm-uu.el (mm-uu-type-alist): Add org block.
1000         (mm-uu-org-src-code-block-extract): New function.
1001
1002         * mm-view.el (mm-display-org-inline): New function.
1003
1004         * mm-decode.el (mm-automatic-display): Add text/org.
1005
1006         * mailcap.el (mailcap-mime-extensions): Add .org.
1007
1008 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1011         gnus-article-add-buttons.
1012
1013 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1014
1015         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1016         From header with a date and "nobody" as the sender.
1017
1018 2011-01-19  Julien Danjou  <julien@danjou.info>
1019
1020         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1021         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1022         if you have the same regexp several times.
1023         (gnus-button-push): Fix matching when regexp is symbol.
1024
1025 2011-01-15  Glenn Morris  <rgm@gnu.org>
1026
1027         * message.el (message-mail): A compose-mail function should
1028         accept headers as strings.
1029
1030 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1031
1032         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1033         Add :vert-only tags.
1034         (message-mail): New arg RETURN-ACTION.
1035         (message-return-action): New var.
1036         (message-bury): Use it.
1037         (message-mode): Make it buffer-local.
1038         (message-send-and-exit): Always call message-bury.
1039
1040         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1041         message-mail.
1042
1043 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * nnimap.el (nnimap-convert-partial-article): Protect against
1046         zero-length body parts.
1047
1048         * mm-decode.el (mm-preferred-alternative-precedence):
1049         Discourage showing empty parts.
1050
1051         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1052         and stuff if the backend didn't return the article number.  This fixes
1053         an Exchange-related nnimap bug.
1054
1055         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1056         group window, because it does the wrong thing when a separate frame
1057         displays the group buffer.
1058
1059         * proto-stream.el (open-protocol-stream): Protect against the low-level
1060         transport functions returning nil.
1061
1062 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1063
1064         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1065         (mml2015-epg-find-usable-secret-key): New function.
1066         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1067         mml2015-epg-find-usable-key (Bug#7797).
1068         (mml2015-epg-encrypt): Ditto.
1069
1070 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * dgnushack.el (rot13-string): Fix the way to get the argument.
1073
1074 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1077
1078 2011-01-03  Glenn Morris  <rgm@gnu.org>
1079
1080         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1081
1082         * sieve.el (sieve-open-server): Give a more explicit error if
1083         sieve-manage-open returns nil.  (Bug#7720)
1084
1085 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1086
1087         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1088
1089 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1092         This avoids sending passwords in plain text over non-encrypted
1093         channels.
1094
1095         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1096
1097         * nnimap.el (nnimap-login): Refactored out into own function, and
1098         implement CRAM-MD5.
1099         (nnimap-wait-for-line): Refactored out.
1100
1101         * mm-view.el (mml-smime): Require.
1102
1103 2010-12-20  David Engster  <deng@eml.cc>
1104
1105         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1106         use EPG to decrypt S/MIME messages instead of openssl.
1107
1108 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1111
1112         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1113         status is the group clearly is unreachable.
1114
1115         * auth-source.el (auth-source-create): Add the optional second
1116         parameter to `local-variable-p' to be compatible with XEmacs.
1117
1118 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1119
1120         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1121         work when using a compressed nnml folder.
1122
1123 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1126         backends after sanitising on entry, because this never makes sense:
1127         If the articles have gone missing, then the data no longer exists on
1128         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1129         overwrite anything anyway.
1130
1131         * shr.el (shr-insert-document): Bind shr-width dynamically to
1132         window-width if it's nil.
1133
1134 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1135
1136         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1137         with the meaning of using the full emacs window width for rendering.
1138
1139 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1140
1141         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1142         case when sender is not given.
1143
1144 2010-12-23  Julien Danjou  <julien@danjou.info>
1145
1146         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1147         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1148         the addresses, otherwise we might misplaced the gravatar.
1149
1150 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1151
1152         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1153         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1154         obsolete in Emacs.
1155
1156 2010-12-20  Julien Danjou  <julien@danjou.info>
1157
1158         * gnus-util.el (gnus-rescale-image): Revert last change.
1159
1160 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1161
1162         * binhex.el: Improve commentary (Bug#7482).
1163
1164 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * gnus-group.el (gnus-group-delete-articles): New command.
1167
1168 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1169
1170         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1171
1172 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1175         here, since it's up to the backends to do CRLF removal if their
1176         protocol has it.
1177
1178         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1179
1180 2010-12-17  Julien Danjou  <julien@danjou.info>
1181
1182         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1183         they are from file. Can also scale up.
1184
1185 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1186
1187         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1188         gnus-use-agent.
1189         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1190
1191         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1192
1193 2010-12-17  Julien Danjou  <julien@danjou.info>
1194
1195         * gravatar.el (gravatar-retrieve-synchronously): New function.
1196         (gravatar-get-data): Make more robust.
1197
1198 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1201
1202 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1205         to really consider the last line.
1206
1207 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1208
1209         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1210         list of recipient keys, or use symmetric encryption if not a list.
1211         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1212         EPA override, replacing the call to `netrc-store-data'.
1213
1214 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1215
1216         * gnus-srvr.el: Avoid passing nil regexp argument to
1217         delete-matching-lines.
1218
1219 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1222         fetching stops when Gnus exits.
1223
1224         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1225         function.
1226         (nnfolder-request-expire-articles): Save all the buffers after doing
1227         expiry.
1228
1229         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1230         the last article", since that led to serious performance regressions
1231         when expiring nnml groups.
1232
1233 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1234
1235         * nnir.el: Improve customizations.
1236
1237 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1240
1241         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1242         group has been killed.
1243         (gnus-group-yank-group): Ditto.
1244
1245         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1246
1247         * nnimap.el (nnimap-request-update-group-status): New function.
1248
1249         * gnus-int.el (gnus-request-update-group-status): New interface
1250         function.
1251
1252         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1253         copying read-ness to the backends.
1254
1255         * nnimap.el (nnimap-quirk): New function.
1256         (nnimap-retrieve-group-data-early): Use it.
1257         (nnimap-quirks): New alist.
1258
1259 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1262         don't delete it within indentation.
1263
1264 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1267         previous line.
1268
1269 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1272         QRESYNC command by deleting a superfluous space which broke Cyrus
1273         servers.  This change will break other servers that are buggy the other
1274         way around.
1275
1276 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1277
1278         * spam.el: Reindent and fix long lines.
1279         (spam-copy-or-move-routine): Exclude invalid move destinations.
1280
1281 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1282
1283         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1284         installed the registry.
1285
1286 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1289
1290 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1291
1292         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1293         groupname doesn't contain "gmane".
1294
1295 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1298         and netrc-bound-and-true-p bindings.
1299         (netrc-parse): Cache the netrc contents.
1300
1301         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1302         (gnus-1): Don't create the nndrafts group twice.
1303         (gnus-setup-news): There's no need to read the active file here, since
1304         that's done again later on a per-backend basis.
1305         (gnus-start-draft-setup): Make sure that the new group is started out
1306         empty.
1307
1308         * gnus-agent.el (gnus-agentize): Don't create the queue group
1309         automatically on startup.  It'll be created later, if needed.
1310
1311         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1312         of automatically subscribed groups.
1313         (gnus-auto-subscribed-categories): New variable.
1314         (gnus-matches-options-n): Use it.
1315         (gnus-default-subscribed-newsgroups): Remove unused variable.
1316         (gnus-start-draft-setup): Message a bit less.
1317
1318 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1319
1320         * nnir.el (nnir-run-imap): Return article list in order of increasing
1321         UID.
1322
1323 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-sum.el (gnus-summary-enter-digest-group):
1326         Mention gnus-auto-select-on-ephemeral-exit.
1327
1328         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1329         convention of the network-only option.
1330
1331 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * proto-stream.el (proto-stream-open-network-only): New function to
1334         have a way to specify non-STARTTLS upgrade connections.
1335
1336 2010-12-10  Julien Danjou  <julien@danjou.info>
1337
1338         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1339         email address is nil.
1340
1341         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1342
1343 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1344
1345         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1346         deletion.
1347         (nnir-run-imap): Only need to parse list once.
1348
1349 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-tag-script): Ignore <script>.
1352         (shr-tag-label): Add <label> support.
1353
1354 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1357
1358         * shr.el (shr-image-displayer): Work for images lined side by side.
1359
1360 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1361
1362         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1363         parameter, since XEmacs doesn't accept t as a parameter.
1364
1365 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1366
1367         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1368         ids.
1369         (nnir-run-gmane): Simplify groupspec formatting.
1370         (nnir-request-expire-articles): New function.
1371
1372 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1375         overflow, possibly.
1376
1377         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1378         (shr-render-td): Handle td style="" better.
1379         (shr-tag-table): Use the color from the style sheet.
1380         (shr-render-td): Make sure we copy over all the overlays, too.
1381
1382 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1383
1384         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1385         (nnir-request-article): Improve article retrieval.
1386
1387 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * mm-util.el (mm-extra-numeric-entities): New variable.
1390
1391         * mm-url.el (mm-url-decode-entities):
1392         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1393
1394         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1395
1396 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1397
1398         * message.el: Use completion-at-point.
1399         (message-completion-function): New fun, extracted from message-tab.
1400         (message-mode): Use it for completion-at-point-functions.
1401         (message-tab): Use it and completion-at-point.
1402
1403 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1406         character if a non-breakable character follows.
1407
1408 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1411         any stream.
1412
1413         * shr.el (shr-tag-font): Colorize the region.
1414         (shr-tag-body): Ditto.
1415         (shr-tag-font): Actually let the styles be inherited instead of
1416         overwriting them.
1417         (shr-tag-font): Get the background color right.
1418         (shr-tag-style): Ignore all <style> tags for the moment.
1419
1420         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1421         a Message-ID to avoid having nnimap depend on gnus-sum.
1422
1423         * shr.el (shr-descend): Only colorize something if we have a node that
1424         sets colors.
1425
1426 2010-12-06  Julien Danjou  <julien@danjou.info>
1427
1428         * shr.el (shr-render-td): Render td content with shr-descend, so style
1429         will be applied to <td> too.
1430         (shr-colorize-region): Colorize region even if we only have a background.
1431         (shr-tag-body): Fix color and background color inheritance.
1432         Do not recolorize after shr-generic.
1433         (shr-tag-font): Let shr-generic colorize via inheritance.
1434
1435 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1438
1439 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1440
1441         * nnir.el (nnir-request-move-article): Remove obsolete code.
1442
1443 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1446
1447 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-sum.el (gnus-summary-respool-article): The completion function
1450         expects a list instead of an alist.
1451
1452         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1453         string as the parameter.
1454
1455         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1456
1457         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1458         styles.
1459         (shr-colorize-region): New function.
1460         (shr-insert-background-overlay): Remove.
1461         (shr-render-td): Background setting should be taken care of on a higher
1462         level.
1463         (shr-tag-body): Use post-hoc colorizations.
1464         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1465         (shr-put-color-1): Don't overwrite old colors.
1466         (shr-colorize-region): When the background color isn't explicit, use
1467         a fixed background.
1468
1469         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1470         nnmail variables.
1471
1472 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1473
1474         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1475         unless necessary.
1476
1477 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1478
1479         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1480         server.
1481
1482 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1485         so that TAB works.
1486
1487         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1488         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1489
1490         * shr.el (shr-urlify): Show the URL before the title to avoid
1491         misleading URLs.
1492
1493 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1494
1495         * shr.el (shr-urlify): Display the title in <a> tags.
1496
1497 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1498
1499         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1500
1501 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1502
1503         * nnir.el: Rearrange code to allow macros to be autoloaded by
1504         gnus-sum.el.
1505         (nnir-retrieve-headers-override-function): Make this variable
1506         customizable.
1507         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1508
1509         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1510         from nnir.el.
1511
1512 2010-12-03  Julien Danjou  <julien@danjou.info>
1513
1514         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1515
1516 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1519         allow optional argument `environment'.
1520
1521 2010-12-03  Glenn Morris  <rgm@gnu.org>
1522
1523         * mm-extern.el (message-goto-body): Update declaration.
1524
1525 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-util.el (gnus-macroexpand-all): New function.
1528
1529         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1530         instead of macroexpand-all that is unavailable in XEmacs.
1531
1532 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1533
1534         * nnir.el (nnir-summary-line-format): New variable.
1535         (nnir-mode): Use it.
1536         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1537         (nnir-article-ids): Reimplement as defsubst.
1538         (nnir-retrieve-headers): Don't mangle the subject header.
1539         (nnir-run-imap): Use 100 as RSV score.
1540         (nnir-run-find-grep): Fix for full server searching.
1541         (nnir-run-gmane): Better restriction to gmane groups.
1542
1543         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1544         summary buffers.
1545
1546 2010-12-02  Julien Danjou  <julien@danjou.info>
1547
1548         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1549
1550         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1551
1552         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1553         support.
1554
1555 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1556
1557         * nnir.el: Update to handle the registry better.
1558         (autoload): Silence byte-compiler.
1559         (nnir-open-server): Add a hook for nnir groups.
1560         (nnir-request-move-article): Don't mangle the header. Better to use
1561         formating variables (which will be added in the future).
1562         (nnir-registry-action): Update the registry using the original article
1563         group name.
1564         (nnir-mode): Install nnir-specific hooks for updating the registry.
1565
1566         * gnus-sum.el
1567         (gnus-article-original-subject,gnus-newsgroup-original-name):
1568         Remove obsolete variables.
1569         (gnus-summary-move-article): Remove use of obsolete variables.
1570         (gnus-summary-local-variables): Make move and delete hooks local to
1571         summary buffers.
1572
1573 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * rtree.el: New file.
1576
1577 2010-12-01  Julien Danjou  <julien@danjou.info>
1578
1579         * message.el (message-user-organization): Do not use
1580         gnus-local-organization.
1581
1582         * gnus.el: Remove gnus-local-organization.
1583
1584         * gnus-msg.el: Remove nastygram thing.
1585
1586 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1587
1588         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1589         funcall.
1590
1591 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1594         names.
1595
1596         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1597         characters.
1598
1599         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1600         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1601         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1602         (gnus-gravatar-transform-address): Use mail-extract-address-components
1603         that supports non-ASCII names rather than mail-header-parse-addresses.
1604
1605 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * proto-stream.el (open-protocol-stream): All starttls connections are
1608         handled by the network handler.
1609
1610 2010-11-30  Julien Danjou  <julien@danjou.info>
1611
1612         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1613         (nnimap-open-connection-1): Fix PREAUTH.
1614
1615         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1616
1617 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1620         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1621         (shr-insert): Use them.
1622         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1623
1624 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1625
1626         * nnir.el (nnir-request-move-article): Bail out if original group
1627         doesn't support article moves.
1628         (nnir-get-active): Improve active list retrieval.
1629
1630 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1633
1634 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1635
1636         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1637         seem to accept strings-with-numbers as port numbers,
1638
1639 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1640
1641         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1642         change the registry.
1643
1644 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1647         delete-dups that is not available in XEmacs 21.4.
1648
1649         * mm-util.el (mm-delete-duplicates): Add comment.
1650
1651 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1652
1653         * nnir.el (nnir-ignored-newsgroups): New variable.
1654         (nnir-get-active): Use it.
1655
1656 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * proto-stream.el (proto-stream-open-network): Add some comments.
1659
1660         * nntp.el (nntp-open-connection): Provide a :success condition.
1661
1662         * nnimap.el (nnimap-open-connection-1): Ditto.
1663
1664         * proto-stream.el (proto-stream-open-network): See what the response to
1665         the STARTTLS command is.
1666
1667         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1668         backwards compatibility).
1669         (nnimap-open-connection-1): Really respect nnimap-server-port.
1670
1671         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1672         TLS upgrades we don't really care about the identity of the peer.
1673         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1674         that what we've checked for.
1675         (proto-stream-always-use-starttls): Only default to t if
1676         open-gnutls-stream exists.
1677         (proto-stream-open-network): If STARTTLS failed, then just open a
1678         normal connection.
1679         (proto-stream-open-network): Wait until the greeting before doing
1680         STARTTLS.
1681
1682         * nntp.el (nntp-open-connection): Report what the connection error is.
1683
1684         * proto-stream.el (open-protocol-stream): Rename from
1685         open-proto-stream.
1686
1687 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * nnimap.el (nnimap-stream): Change default to `undecided'.
1690         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1691         first, and then network.
1692         (nnimap-open-connection-1): Respect nnimap-server-port.
1693         (nnimap-open-connection): Be more backwards-compatible.
1694
1695         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1696         (proto-stream-open-starttls): De-duplicate the starttls code.
1697         (proto-stream-open-starttls): Folded back into the main function.
1698         (proto-stream-open-network): Fix typo in the gnutls path.
1699         (proto-stream-command): Refactor out.
1700
1701         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1702
1703         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1704         starttls.el STARTTLS.
1705
1706         * color.el (color-lab->srgb): Fix function call name.
1707
1708         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1709         if we're using tls.el.
1710         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1711         built in, then don't try to establish a STARTTLS connection.
1712
1713         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1714         servers.
1715
1716         * proto-stream.el (open-proto-stream): Use network, not stream.
1717         (open-proto-stream): Add a way to specify what the end of a command is.
1718
1719         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1720         connections types.
1721         (nntp-open-network-stream): Remove.
1722         (nntp-open-ssl-stream): Remove.
1723         (nntp-open-tls-stream): Remove.
1724         (nntp-ssl-program): Remove.
1725
1726         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1727
1728 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1729
1730         * nnir.el: Fix typos.
1731         (nnir-retrieve-headers-override-function): Rename variable to reflect
1732         new semantics.
1733         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1734         macros.
1735         (nnir-request-article, nnir-request-move-article): Use them.
1736         (nnir-categorize): New function.
1737         (nnir-run-query): Use it.
1738         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1739         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1740         sorted.
1741         (nnir-group-full-name): Use gnus-group-full-name instead.
1742         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1743         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1744
1745 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1748
1749         * proto-stream.el: New library to provide protocol-specific
1750         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1751         protocols.
1752         (open-proto-stream): Complete the documentation.
1753         (proto-stream-open-network): Fix some typos.
1754
1755         * nnimap.el (nnimap-open-connection): Use it.
1756
1757 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1758
1759         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1760         negotiation.
1761
1762 2010-11-26  Julien Danjou  <julien@danjou.info>
1763
1764         * color.el: Rename various rgb functions to srgb.
1765
1766 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1769         names.
1770
1771 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * shr.el (shr-insert): Revert last change.
1774         (shr-find-fill-point): Never leave point being at bol;
1775         relax the kinsoku limitation when rendering tables.
1776
1777 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1780         results from -accept-article.
1781
1782         * shr-color.el: Require cl when compiling.
1783
1784         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1785         checkin.
1786
1787         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1788
1789         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1790
1791         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1792         'add and 'delete to set backend marks.
1793
1794         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1795
1796         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1797
1798         * nntp.el (nntp-request-set-mark): Use it.
1799
1800         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1801
1802         * nnml.el (nnml-request-set-mark): Ditto.
1803
1804         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1805         introduces regressions in article selection.
1806         (nnimap-find-uid-response): New function.
1807         (nnimap-request-accept-article): Use the UID returned, if any.
1808         (nnimap-request-move-article): Use the UID returned, if any.
1809         (nnimap-get-groups): Reimplement to work with folded lines.
1810         (nnimap-find-uid-response): The UID is the last element in the list.
1811         (nnimap-request-set-mark): Extend syntax with 'set.
1812
1813         * nnml.el (nnml-request-set-mark): Ditto.
1814
1815         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1816
1817         * nntp.el (nntp-request-set-mark): Ditto.
1818
1819 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * message.el (message-called-interactively-p): A temporary macro.
1822         (message-goto-body): Use it temporarily.
1823
1824 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1827         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1828         (nnimap-last-response-string): Fix last unfolding fix.
1829
1830 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * shr.el (shr-insert): Fix the way to fold lines.
1833
1834 2010-11-25  Julien Danjou  <julien@danjou.info>
1835
1836         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1837
1838         * color.el: Rename from color-lab.el
1839         (color-rgb->hex): Add.
1840         (color-complement): Add.
1841         (color-complement-hex): Add.
1842
1843         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1844
1845 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1848         don't exist.
1849
1850 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1853         assuming that article displaying or another mml-preview may be
1854         interrupted for an error or for the like.
1855
1856         * shr.el (shr-get-background): Fix argument name.
1857
1858 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1861
1862         * gnus-sum.el (gnus-summary-include-articles): New function.
1863
1864         * message.el (message-goto-body): called-interactively-p needs a
1865         parameter, so use `any'.
1866
1867         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1868         clear marks before moving, since they're synced from the Gnus side
1869         first.
1870
1871         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1872         (gnus-summary-move-article): Copy over all marks before moving, so that
1873         IMAP doesn't think a new article has arrived.
1874
1875 2010-11-24  Julien Danjou  <julien@danjou.info>
1876
1877         * shr.el (shr-insert-background-overlay): Fix typo.
1878         (shr-render-td): Copy the background before rendering.
1879
1880         * shr-color.el (shr-color-visible): Fix docstring.
1881
1882         * shr.el (shr-tag-table): Add bgcolor support.
1883         (shr-render-td): Add bgcolor support.
1884         (shr-get-background): Add.
1885         (shr-insert-foreground-overlay): Use shr-get-background.
1886
1887         * message.el (message-goto-body): Use called-interactively-p.
1888         (message-in-body-p): message-goto-body returns point.
1889
1890 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1893         Fixes something or other in Emacs 23, and is backwards compatible.
1894
1895         * message.el (message-goto-body): Remove the <#secure special-casing,
1896         which is too special.
1897
1898         * shr.el (shr-parse-style): Drop !important from styles.
1899
1900 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1901
1902         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1903         this function to return incorrect results when calling it with an
1904         explicit article argument different from
1905         (gnus-summary-article-number).
1906
1907 2010-11-24  Julien Danjou  <julien@danjou.info>
1908
1909         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1910         (shr-tag-body): Add background support.
1911         (shr-descend): Add background support.
1912         (shr-tag-title): Add.
1913
1914         * shr-color.el (shr-color-visible): Really return original background
1915         if fixed.
1916
1917 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * shr.el (shr-color-check): Protect against non-existant colour names.
1920
1921 2010-11-24  Julien Danjou  <julien@danjou.info>
1922
1923         * color-lab.el: Require 'cl when compiling.
1924
1925         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1926
1927         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1928         matched part.
1929
1930         * color-lab.el: Fix all expt calls to use float type.
1931
1932 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1935         expression to shr-color-check as is.
1936
1937         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1938
1939         * color-lab.el: Add coding cookie.
1940         (float-pi): Use eval-and-compile.
1941
1942         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1943         compiled for Emacsen having no `libxml-parse-html-region' support.
1944
1945 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * shr.el (shr-insert-color-overlay): Split stuff like
1948         "#444444 !important" to find the real colour.
1949         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1950         parse <font color="red"> entries.
1951
1952 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1953
1954         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1955         point when parsing headers.
1956
1957         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1958         is positioned properly when parsing headers.
1959
1960 2010-11-23  Julien Danjou  <julien@danjou.info>
1961
1962         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1963
1964         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1965
1966         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1967
1968         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1969         Use shr-color-hue-to-rgb.
1970         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1971
1972 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * shr.el (shr-color->hexadecimal): Autoload.
1975         (shr-descend): Add color to all tags.
1976
1977 2010-11-22  Julien Danjou  <julien@danjou.info>
1978
1979         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1980         shr-color->hexadecimal.
1981
1982         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1983         RGB() or HSL() color representation.
1984
1985         * shr.el (shr-tag-font): Add.
1986         (shr-tag-color-check): New function to get better colors.
1987         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1988         tag-span.
1989
1990         * shr-color.el: New file.
1991
1992         * color-lab.el: New file.
1993
1994         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1995
1996 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1997
1998         * nnir.el: Fix typo in comments.
1999         (nnir-run-imap): Simplify code. No need to reverse artlist.
2000         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2001
2002 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2005
2006         * nnimap.el (nnimap-get-capabilities): Refactor out.
2007         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2008
2009 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2010
2011         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2012         appearing when `mm-uu-hide-markers' is nil.
2013
2014 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * nnimap.el (nnimap-unselect-group): Make into its own function.
2017         (nnimap-request-rename-group): Unselect group before renaming.
2018         This had gotten lost somewhere.
2019         (nnimap-request-accept-article): Keep track of examined groups, and
2020         unselect the group before APPENDing to read-only groups.
2021         (nnimap-request-move-article): Clear flags before moving so that they
2022         can be re-set later.
2023
2024 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2027         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2028
2029 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (gnus-mime-display-single)
2032         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2033         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2034         parameter.
2035
2036 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2039         (shr-table-vertical-line): New variable.
2040         (shr-insert-table): Use it.
2041
2042 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-html.el (gnus-html-wash-images): Don't display images if
2045         gnus-inhibit-images is non-nil; register displayer for cid images.
2046         (gnus-html-display-image): Work for cid image.
2047         (gnus-html-insert-image): Allow arguments.
2048         (gnus-html-put-image): Inhibit read-only.
2049         (gnus-html-prefetch-images): Don't prefetch images if
2050         gnus-inhibit-images is non-nil.
2051
2052 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * shr.el (shr-put-image): Break lines when inserting big pictures.
2055
2056 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2057
2058         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2059         sender, thanks Katsumi Yamaoka.
2060
2061 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2062
2063         * nnir.el (nnir-run-imap): Reverse the article list for each group
2064         rather than the whole list.
2065
2066 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * shr.el (shr-image-displayer): Protect function against non-existent
2069         image source.
2070
2071         * gnus-art.el (gnus-inhibit-images): New user option.
2072         (gnus-mime-display-single): Don't display image if it is non-nil.
2073
2074         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2075         gnus-inhibit-images.
2076
2077         * shr.el (shr-image-displayer): New function.
2078         (shr-tag-img): Use it.
2079
2080 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2081
2082         * mml2015.el (mml2015-epg-sign): Use From header.
2083
2084 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2087
2088         * gnus-util.el (gnus-find-text-property-region): Return markers.
2089
2090         * shr.el (shr-tag-img): Put a displayer in the text property.
2091
2092         * gnus-util.el (gnus-find-text-property-region): New utility function.
2093
2094         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2095         (gnus-html-show-images): Remove.
2096
2097         * gnus-art.el (gnus-article-show-images): New, more general function.
2098
2099         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2100         image url text properties.
2101
2102         * shr.el: Ditto.
2103
2104         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2105         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2106
2107 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2110         work for two or more articles.
2111
2112 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2115         divide an image that's in an html article to two or more when washing
2116         non-ASCII characters in alt text of it.
2117
2118 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2121         smime-decrypt-region using function argument.
2122         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2123
2124         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2125
2126         * smime.el (smime-decrypt-region): Catch it.
2127
2128 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2129
2130         * smime.el (smime-mode-map): Move initialization into declaration.
2131         (gnus-run-mode-hooks): Don't autoload.
2132         (smime-mode): Use define-derived-mode.
2133
2134 2010-11-11  Glenn Morris  <rgm@gnu.org>
2135
2136         * smime.el (from): Restrict declaration to XEmacs.
2137
2138         * nnir.el (gnus-group-topic-name): Autoload.
2139
2140 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * shr.el (shr-insert): Don't break long line if it is because of
2143         kinsoku-bol characters in the line end.
2144
2145 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2146
2147         * nnir.el (nnir-request-move-article): Fix to provide original group
2148         and subject.
2149         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2150         been retrieved.
2151
2152         * gnus-sum.el (gnus-summary-move-article): Use original group and
2153         subject for virtual articles such as those in an nnir summary buffer.
2154
2155 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2158         least 21.5).
2159
2160         * smime.el (from): Declare it again for XEmacs.
2161
2162 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * message.el (message-resend): Don't disable encoding unless it's
2165         already encoded.
2166
2167         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2168         low-numbered articles.
2169
2170 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * rfc2047.el (rfc2047-syntax-table): Simplify.
2173
2174         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2175
2176         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2177         set-char-table-range for XEmacs.
2178
2179 2010-11-10  Glenn Morris  <rgm@gnu.org>
2180
2181         * time-date.el (time-to-seconds): Always an alias on Emacs,
2182         never a real function.
2183         (with-no-warnings): Remove compat stub, now unused.
2184         (time-less-p): Doc fix.
2185         (time-to-number-of-days): Simplify.
2186
2187         * smime.el (from): Remove unused declaration.
2188
2189         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2190         (gnus-float-time): On Emacs, always an alias.
2191
2192         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2193         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2194
2195 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * dgnushack.el: Don't use ignore-errors in the top level form since it
2198         is unavailable in XEmacs even if cl is loaded.
2199
2200         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2201
2202 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * shr.el (browse-url-mailto): Autoload.
2205
2206         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2207
2208         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2209         regexp doesn't need quoting.
2210
2211 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2212
2213         * message.el (message-subject-trailing-was-ask-regexp)
2214         (message-subject-trailing-was-regexp): Match was: in addition to was.
2215
2216 2010-11-09  Glenn Morris  <rgm@gnu.org>
2217
2218         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2219         (nnbabyl-check-mbox): Use point-at-bol.
2220
2221 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2224
2225         * message.el (message-mailto): New function.
2226         (message-mailto): Should accept other parameters.
2227         (message-mailto): Remove since it duplicates browse-url-mailto
2228         functionality.
2229
2230 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2233         methods.
2234         (gnus-read-active-file): Ditto.
2235
2236         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2237         ": " from the prompt.
2238         (gnus-group-make-group): Ditto.
2239
2240 2010-11-07  Glenn Morris  <rgm@gnu.org>
2241
2242         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2243         (gnus-bookmark-kill-line): Use point-at-eol.
2244
2245 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2248         asterisks in From header.
2249
2250 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2253         string to avoid making the From headers syntactically invalid.
2254
2255         * message.el (message-send-mail): Don't insert courtesy messages if the
2256         message already has List-Post and List-ID messages.
2257
2258 2010-11-06  Glenn Morris  <rgm@gnu.org>
2259
2260         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2261         `condition', `type', `length' a prefix.
2262         (gnus-treat-predicate): Update for above name changes.
2263
2264 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2265
2266         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2267         binding.  Handled by `gnus-summary-refer-thread' instead.
2268         (nnir-warp-to-article): New backend function.
2269
2270         * nnimap.el (nnimap-request-thread): Force dependency updating.
2271
2272         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2273         (gnus-summary-refer-thread): Rework to improve thread-referral.
2274
2275         * gnus-int.el (gnus-warp-to-article): New function.
2276
2277         * gnus-sum.el (gnus-summary-article-map): Bind it.
2278
2279 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2280
2281         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2282         gnus-summary-refer-thread.
2283
2284         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2285         headers.
2286         (gnus-summary-limit-include-thread): Prevent articles in thread from
2287         being cut in gnus-cut-threads.
2288         (gnus-summary-refer-thread): Limit retrieved headers to those in
2289         thread.
2290
2291 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * message.el (message-send-mail): Use the value of
2294         message-courtesy-message from the message buffer.
2295
2296         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2297
2298         * shr.el (shr-browse-url): Implement mailto: URLs.
2299
2300         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2301         "raw".
2302
2303         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2304         if it's already selected.
2305
2306         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2307
2308 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2311         to measure the length and truncate alt text.
2312
2313 2010-11-03  Glenn Morris  <rgm@gnu.org>
2314
2315         * nndiary.el (nndiary-generate-nov-databases-1)
2316         (nndiary-generate-active-info): Rename dynamic variable `files' to
2317         something less generic.
2318
2319 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2320
2321         * nnir.el (nnir-request-move-article): Call the underlying backend to
2322         move articles from nnir.
2323
2324 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2327
2328 2010-11-02  Julien Danjou  <julien@danjou.info>
2329
2330         * nnir.el: Remove wais support.
2331
2332 2010-11-02  Glenn Morris  <rgm@gnu.org>
2333
2334         * gnus-html.el: Reorder requirements to quieten compiler.
2335
2336 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2339         properly for XEmacs as well.
2340         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2341         (gnus-article-natural-long-line-p): Use window-width rather than
2342         frame-width.
2343
2344 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2345
2346         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2347         (nnir-read-parms): Don't modify query.
2348         (nnir-run-query): Add ability to search topic on current line.
2349         (nnir-get-active): Clean up.
2350
2351 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2354         degenerate articles.
2355
2356         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2357         (gnus-print-buffer): Just print the buffer as is, without any copying
2358         to a buffer and then re-highlighting.
2359
2360         * nnimap.el (nnimap-request-group): Store the new updated info.
2361         (nnimap-request-group): Select the group when we don't know whether it
2362         exists or not.
2363
2364         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2365         groups.
2366
2367         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2368         groups.
2369
2370         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2371         groups.
2372
2373         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2374         long-lines case by only filling the long lines.
2375
2376         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2377         (bug #7311).
2378
2379 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * shr.el: No need to declare `declare-function' since shr.el is for
2382         only Emacsen that provide `libxml-parse-html-region'.
2383
2384         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2385         effective only in a file it is referred to.
2386
2387 2010-11-01  Glenn Morris  <rgm@gnu.org>
2388
2389         * mm-util.el (gnus-completing-read): Autoload.
2390         (mm-read-coding-system): Simplify Emacs definition.
2391
2392         * nnmail.el (gnus-activate-group):
2393         * nnimap.el (gnutls-negotiate):
2394         * nntp.el (netrc-parse): Fix declarations.
2395
2396 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2399         string-match-p in Emacs >=23.
2400
2401         * gnus-msg.el (gnus-configure-posting-styles)
2402         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2403
2404 2010-11-01  Glenn Morris  <rgm@gnu.org>
2405
2406         * nnir.el (declare-function): Add compat stub.
2407         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2408         (nnir-run-gmane): Require 'mm-url.
2409
2410         * mm-util.el (mm-string-to-multibyte): Simplify.
2411
2412         * shr.el (declare-function): Add compat stub.
2413         (url-cache-create-filename): Declare.
2414         (mm-disable-multibyte, widget-convert-button): Autoload.
2415
2416         * smime.el (ldap-search): Declare.
2417         (smime-cert-by-ldap-1): Require ldap on Emacs.
2418
2419         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2420         (nnimap-keepalive): Use gnus-float-time.
2421
2422         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2423         (mail-source-delete-crash-box): Use gnus-float-time.
2424
2425         * gnus-dired.el (gnus-completing-read): Autoload.
2426
2427         * mm-view.el (gnus-rescale-image): Autoload.
2428
2429         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2430
2431         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2432
2433         * sieve-manage.el: Require 'cl when compiling.
2434
2435         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2436         (gnus-iswitchb-completing-read): Require iswitchb.
2437         (gnus-select-frame-set-input-focus): Silence compiler.
2438
2439 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * message.el (message-subject-trailing-was-query): Change default to t,
2442         since I think that's what most people want.
2443
2444         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2445         appending for easier debugging.
2446         (nnimap-wait-for-connection): Take a regexp.
2447         (nnimap-request-accept-article): Wait for the continuation line before
2448         sending anything unless we're streaming.
2449
2450         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2451         leave the header washing to take place.
2452
2453 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2454
2455         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2456         regular expression match and replace in posting styles.
2457
2458 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2459
2460         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2461         an entire server.
2462         (nnir-get-active): New function.
2463         (nnir-run-imap): Use it.
2464         (nnir-run-gmane): Who knew, gmane search returns an article score!
2465
2466         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2467         server on the current line with nnir.
2468
2469 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2472         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2473         left edge.
2474         (gnus-article-foldable-buffer): Skip past the prefix when determining
2475         raggedness.
2476
2477         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2478         the raw article, and change `C-u g' to show the article without doing
2479         treatments.
2480
2481         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2482         on to `gnus-treat-article'.
2483         (gnus-inhibit-article-treatments): New variable.
2484
2485         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2486
2487         * gnus-art.el (gnus-treatment-function-alist): Have
2488         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2489         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2490         sections.
2491
2492         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2493         parameter.
2494         (gnus-article-fill-cited-long-lines): New function.
2495         (gnus-article-fill-cited-article): Allow filling only long sections.
2496
2497         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2498         and non-punctuation (like after the apostrophe in "'We").
2499
2500         * gnus-sum.el (gnus-summary-select-article): Make sure
2501         gnus-original-article-buffer is alive.
2502
2503         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2504         reflect the order they're in in the digest.
2505
2506         * gnus.el (gnus-group-startup-message): Move point to the start of the
2507         buffer.
2508
2509         * nnimap.el (nnimap-capability): New function.
2510         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2511         is set.
2512
2513 2010-10-31  David Engster  <dengste@eml.cc>
2514
2515         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2516         conform with changes to gnus-completing-read.
2517
2518 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2521
2522 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2523
2524         * nnir.el: Move defvar, defcustom around to keep file organized
2525         and keep byte-compiler quiet.
2526         (nnir-read-parms): Accept search-engine as arg.
2527         (nnir-run-query): Pass search-engine as arg.
2528         (nnir-search-engine): Remove.
2529
2530 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * shr.el (shr-generic): The text nodes should be text, not :text.
2533
2534         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2535         later in the file.
2536
2537 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2538
2539         * nnir.el: General clean up.  Allow searching with multiple engines.
2540         Allow separate extra-parameters for each engine.
2541         Batch queries when possible.
2542         (nnir-imap-default-search-key,nnir-method-default-engines):
2543         Add customize interface.
2544         (nnir-run-gmane): New engine.
2545         (nnir-engines): Use it.  Qualify all prompts with engine name.
2546         (nnir-search-engine): Remove global variable.
2547         (nnir-run-hyrex): Restore for now.
2548         (nnir-extra-parms,nnir-search-history): New variables.
2549         (gnus-group-make-nnir-group): Use them.
2550         (nnir-group-server): Remove in favor of gnus-group-server.
2551         (nnir-request-group): Avoid searching twice.
2552         (nnir-sort-groups-by-server): New function.
2553
2554 2010-10-30  Julien Danjou  <julien@danjou.info>
2555
2556         * gnus-group.el: Remove gnus-group-fetch-control.
2557
2558         * gnus-start.el (gnus-find-new-newsgroups):
2559         Remove gnus-check-first-time-used.
2560
2561         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2562
2563 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2564
2565         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2566         set on groups that don't have \* permanentflags.
2567
2568 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2571         control the background color.
2572         (shr-tag-img): Ignore very small web bug type images.
2573         (shr-put-image): Add help-echo alt texts to the images.
2574         (shr-tag-video): Show the video poster image.
2575
2576 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * shr.el (shr-table-depth): New variable.
2579         (shr-tag-table-1): Only insert the images after the top-level table.
2580
2581         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2582
2583         * gnus-util.el (gnus-list-memq-of-list): New function.
2584
2585         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2586         selected.
2587         (nnimap-unsplittable-articles): New slot.
2588         (nnimap-new-articles): Use it.
2589
2590 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2591
2592         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2593         move to the previous line on `M-g'.
2594
2595 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2598         *-request-group, which seems unnecessary.
2599
2600         * nnimap.el (nnimap-quote-specials): Function copied over from
2601         imap.el.
2602         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2603         they support that.  Suggested by Tom Regner.
2604
2605 2010-10-29  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2608         defalias.
2609         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2610
2611         * gnus.el: Remove `gnus-nntp-service' variable.
2612         (gnus-secondary-servers): Make obsolete.
2613         (gnus-nntp-server): Make obsolete.
2614
2615         * gnus-start.el (gnus-1): Remove x-splash calls.
2616
2617         * gnus-ems.el (gnus-x-splash): Remove.
2618
2619         * gnus.el (gnus-group-startup-message): Simplify/update code.
2620
2621         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2622         definition.
2623
2624         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2625         capability before doing anything.
2626         (gnus-group-insert-group-line): Remove useless
2627         gnus-group-remove-excess-properties.
2628
2629 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2632
2633 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2636         config after reselecting.
2637
2638 2010-10-28  Julien Danjou  <julien@danjou.info>
2639
2640         * shr.el (shr-put-image): Use point even if only inserting text.
2641         (shr-put-image): Save excursion when inserting alt text on non-graphic
2642         display, so the behaviour is the same when we are on a graphic display.
2643
2644         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2645
2646 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2649         (gnus-mime-copy-part): Check coding system, not charset.
2650         (gnus-mime-view-part-externally): Never remove part.
2651         (gnus-mime-view-part-internally): Don't remove part here.
2652         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2653         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2654         multipart/alternative.
2655
2656         * mm-decode.el (mm-display-part): Take optional arg `force'.
2657
2658 2010-10-26  Julien Danjou  <julien@danjou.info>
2659
2660         * gnus-group.el (gnus-group-default-list-level): Add this function to
2661         compute the default list level.
2662         (gnus-group-default-list-level): Add possibility to use a function.
2663
2664 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2667
2668         * gnus-group.el (gnus-group-completing-read)
2669         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2670         gnus-replace-in-string.
2671
2672 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * shr.el (shr-tag-div): Add.
2675
2676         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2677
2678 2010-10-25  Julien Danjou  <julien@danjou.info>
2679
2680         * gnus-util.el: Remove `gnus-with-local-quit'.
2681
2682         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2683
2684 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2687         the original article buffer.
2688
2689 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * nnimap.el (nnimap-request-head): New function.
2692         (nnimap-request-move-article): Try to be slighly faster by not
2693         requesting the entire message when moving.
2694         (nnimap-transform-headers): Don't bug out on bodiless articles.
2695         (nnimap-send-command): Have no outstanding messages if the IMAP server
2696         doesn't support streaming.
2697         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2698
2699 2010-10-24  Julien Danjou  <julien@danjou.info>
2700
2701         * message.el (message-default-headers): Fix type.
2702
2703 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2706         prefetching images.
2707
2708         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2709         backend for unknown groups.  This is mainly useful for nnimap groups.
2710
2711         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2712         group isn't covered by the agent.
2713
2714 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2715
2716         * nnir.el (nnir-method-default-engines): New variable.
2717         (nnir-run-query): Use it.
2718         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2719         (gnus-summary-nnir-goto-thread): Change group if needed.
2720
2721         * gnus-group.el (gnus-group-group-map): Add key binding for
2722         gnus-group-make-nnir-group.
2723
2724 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * shr.el (shr-tag-object): Add.
2727
2728         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2729         original article buffer live.
2730         (gnus-summary-select-article-buffer):
2731         Mention gnus-widen-article-buffer.
2732
2733 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * shr.el (shr-tag-strong): Add.
2736
2737 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2740         group names.  They mess up the group buffer badly.
2741
2742         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2743
2744         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2745         instead of the summary one.
2746
2747 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * mml.el (mml-preview): Work properly when editing article.
2750
2751         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2752         gnus-have-read-active-file if it's already been in.
2753
2754 2010-10-22  Tom Tromey  <tromey@redhat.com>
2755
2756         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2757         gnus-group-completing-read.
2758
2759 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * message.el (message-mode-map): Don't bind M-; to comment region, to
2762         allow the global comment-dwim to work.
2763
2764 2010-10-21  Julien Danjou  <julien@danjou.info>
2765
2766         * message.el (message-setup-1): Allow message-default-headers to be a
2767         function.
2768
2769 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * shr.el (shr-tag-table): Simplify.
2772
2773 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2776         to avoid trying to snarf invalid stuff.
2777
2778         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2779
2780         * gnus.el (gnus-message-archive-group): Quote value.
2781         (gnus-message-archive-group): Mark as changed.
2782
2783         * shr.el (shr-add-font): Don't put the font properties on the newline
2784         or the indentation.
2785
2786         * message.el (message-fix-before-sending): Change options when sending
2787         non-printable characters.
2788
2789         * gnus.el (gnus-message-archive-method): Change the default to
2790         monthly outgoing groups.
2791
2792         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2793         that have gotten new numbers.
2794
2795         * nnimap.el (nnimap-request-replace-article): New function.
2796
2797 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2800         (nnrss-request-article): Don't use special html washing code.
2801
2802 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * shr.el (shr-tag-table): Remove useless nconc.
2805
2806 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-art.el (article-wash-html): Simplify and remove the charset
2809         stuff.  Use the normal html rendering code instead of the special html
2810         washing code.
2811
2812         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2813         `gnus-w3m' symbols.
2814         (mm-text-html-washer-alist): Remove.
2815
2816         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2817         (mm-inline-media-tests): Remove use.
2818         (mm-text-html-renderer): Change default to the `shr' symbol.
2819
2820         * mm-view.el (mm-inline-text-html): Remove use.
2821
2822         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2823         `gnus-blocked-images' to be a function.
2824         (gnus-article-wash-function): Remove.
2825
2826 2010-10-20  Julien Danjou  <julien@danjou.info>
2827
2828         * spam.el (spam-list-of-processors): Mark as obsolete.
2829
2830         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2831         (nnimap-insert-partial-structure): Fix boundary detection.
2832
2833 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2834
2835         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2836         run file-truename on remote files.  This can be expensive and even
2837         prevent one from editing drafts if some unrelated buffer has a stale
2838         connection.
2839
2840 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2843         kinsoku-eol regardless of shr-kinsoku-shorten.
2844         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2845         (shr-tag-table): Support caption, thead, and tfoot.
2846
2847 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2850         lines.
2851         (shr-save-contents): New command and keystroke.
2852
2853         * nndoc.el (nndoc-type-alist): Add git support.
2854         (nndoc-git-type-p): New function.
2855         (nndoc-transform-git-article): Ditto.
2856         (nndoc-transform-git-headers): Ditto.
2857         (nndoc-transform-git-headers): Generate Subject headers.
2858
2859         * shr.el (shr-parse-style): New function.
2860         (shr-tag-span): Ditto.
2861
2862         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2863         to `G G' to avoid collisions.
2864
2865 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * shr.el: Load kinsoku if necessary.
2868         (shr-kinsoku-shorten): New internal variable.
2869         (shr-find-fill-point): Make kinsoku shorten text line if
2870         shr-kinsoku-shorten is bound to non-nil.
2871         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2872         shr-indentation too when testing if table is wider than frame width.
2873         (shr-insert-table): Use `string-width' instead of `length' to measure
2874         text width.
2875         (shr-insert-table-ruler): Make sure indentation is done at bol.
2876
2877 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2878
2879         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2880         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2881         undecoded network data.
2882
2883 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2886         name in the mode line spec so that the mode line menu works
2887         (bug #2431).
2888
2889         * message.el (message-get-reply-headers): If we're fed `to-address',
2890         then always use that.
2891
2892         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2893         aren't so wide as to need to switch off the edit menu.
2894
2895         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2896         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2897
2898         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2899         `M-g'.
2900         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2901         the permanent marks.
2902
2903 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2904
2905         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2906         Splitting according to references/in-reply-to obeys the ignore-groups
2907         variable, while splitting by sender and subject do not.
2908
2909 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2912         alist, so that we can look for non-Unicode chars.
2913         (article-translate-strings): Allow both character and string maps.
2914
2915 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * shr.el (shr-insert): Don't insert space behind a wide character
2918         categorized as kinsoku-bol, or between characters both categorized as
2919         nospace.
2920
2921 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2922
2923         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2924         headers to gnus-newsgroup-headers.
2925
2926 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * shr.el (shr-tag-img): Don't align images -- since we're not
2929         rescaling, this often leads to ugly displays.
2930
2931 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2932
2933         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2934         duplicates.
2935
2936 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2937
2938         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2939         call.
2940
2941 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus.el: Autoload gnus-html-show-images.
2944
2945         * nnimap.el: Use nnheader-message throughout.
2946
2947         * shr.el (shr-tag-img): Ignore images with no data.
2948
2949 2010-10-15  Julien Danjou  <julien@danjou.info>
2950
2951         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2952         a possibility to disable format=flow encoding when using hard newlines.
2953
2954 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * shr.el (shr-insert): Remove space inserted before or after a
2957         breakable character or at the beginning or the end of a line.
2958         (shr-find-fill-point): Do kinsoku; find the second best point or give
2959         it up if there's no breakable point.
2960
2961 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nnimap.el (nnimap-open-connection): Message when opening connection
2964         for debugging purposes.
2965
2966         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2967         on every setup buffer call to allow this to change from article to
2968         article.
2969
2970         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2971         buffers where we have a wide table.
2972
2973 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2974
2975         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2976         uses *-request-thread.
2977
2978 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2981         incantation, which is no longer valid.
2982
2983 2010-10-14  Julien Danjou  <julien@danjou.info>
2984
2985         * shr.el: Fix defcustom type (char -> character).
2986
2987 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2990         programs.
2991
2992 2010-10-14  Julien Danjou  <julien@danjou.info>
2993
2994         * shr.el (shr-tag-a): Use url-link as widget type.
2995
2996         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2997         `gnus-group-get-icon'.
2998
2999 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3002         This should make server editing work better.
3003
3004         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3005
3006         * tls.el (tls-program): Remove spurious %s from openssl.
3007
3008         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3009         (nnimap-parse-flags): Fix regexp.
3010
3011         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3012         probably work for CJVK text, too.
3013
3014         * nnimap.el (nnimap-extend-tls-programs): Remove.
3015         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3016
3017         * tls.el (tls-starttls-switches): Remove starttls hack.
3018         (open-tls-stream): Ditto.
3019         (tls-find-starttls-argument): Ditto.
3020
3021 2010-10-13  Julien Danjou  <julien@danjou.info>
3022
3023         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3024         responses.
3025
3026 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3029
3030         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3031         anything in Emacs.
3032
3033         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3034
3035 2010-10-13  Julien Danjou  <julien@danjou.info>
3036
3037         * shr.el (shr-width): Make shr-width a defcustom with default to
3038         fill-column.
3039         (shr-tag-img): Use shr-width rather than fill-column.
3040
3041 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * dgnushack.el (byte-optimize-apply)
3044         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3045
3046         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3047         position when (X-)Faces exist.
3048         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3049         avatars when called interactively.
3050
3051 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3054         gnus-article-x-face-too-ugly is bound.
3055
3056 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3059
3060         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3061         mailbox that doesn't exist.
3062
3063 2010-10-12  Julien Danjou  <julien@danjou.info>
3064
3065         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3066         (shr-get-image-data): Encode URL properly when fetching from cache.
3067         (shr-tag-img): Use aligned-to spaces to align correctly images.
3068
3069         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3070         before inserting the Gravatar.
3071
3072         * shr.el (shr-tag-img): Add align attribute support for <img>.
3073
3074 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-gravatar.el (gnus-art): Require.
3077
3078         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3079         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3080         Remove long obsoleted functions.
3081
3082 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3085
3086         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3087
3088         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3089         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3090         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3091         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3092         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3093         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3094         * sieve-manage.el, smime.el, spam.el:
3095         Fix comment for declare-function.
3096
3097 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-request-rename-group): Select group read-only
3100         before renaming it.
3101
3102         * shr.el (shr-insert): Fix up the white space only regexp.
3103
3104         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3105         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3106
3107         * shr.el (shr-current-column): New function.
3108         (shr-find-fill-point): New function.
3109
3110 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3111
3112         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3113         numbers.
3114
3115 2010-10-11  Julien Danjou  <julien@danjou.info>
3116
3117         * shr.el (shr-hr-line): Add.
3118         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3119         display hr lines.
3120         (shr-max-columns): Do not change state to nil if we just inserting
3121         spaces.
3122
3123 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3126         select the last group.
3127
3128 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3131
3132 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3133
3134         * dig.el (dig-mode-map): Declare and define in one step.
3135
3136 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3139         for Gnus.
3140         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3141         (nnimap-update-qresync-info): Mark \Seen articles as read.
3142
3143         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3144         non-variable, too.
3145
3146         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3147         available.
3148         (nnimap-update-info): Rely more on the current active than the param
3149         active to avoid marking articles as read too much.
3150
3151         * auth-source.el (auth-source-create): Use (user-login-name) for the
3152         user name default.
3153
3154         * nnimap.el (nnimap-update-info): If the server doesn't return any
3155         useful info, just use the previous info.
3156         (nnimap-update-info): Prefer old info over start-article.
3157         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3158
3159 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3160
3161         * nnir.el (autoload): Clean up autoloads.
3162         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3163         Use key rather than value.
3164         (nnir-imap-search-other): New variable.
3165         (nnir-read-parm): Use it.
3166         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3167         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3168
3169 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3170
3171         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3172         the process, too.
3173
3174 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * spam.el (gnus-summary-mode-map): Bind to "$".
3177         Suggested by Russ Allbery.
3178
3179         * shr.el: Rework the way things are indented by <li> slightly.
3180
3181         * gnus.el (gnus-group-set-parameter): Fix typo.
3182
3183         * nnimap.el: Start implementing QRESYNC support.
3184
3185 2010-10-09  Julien Danjou  <julien@danjou.info>
3186
3187         * nnir.el (nnir-engines): Fix too many arguments.
3188
3189 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3192         group is the "last", so that the backends like nnfolder actually save
3193         their folders.
3194
3195         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3196         try to use that for the tls stream.
3197         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3198         UIDVALIDITY and find out which groups are read-only and not.
3199         (nnimap-get-flags): Use the same marks parsing code as the rest of
3200         nnimap.
3201
3202 2010-10-09  Julien Danjou  <julien@danjou.info>
3203
3204         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3205
3206         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3207         retrieving gravatars.
3208
3209         * shr.el (shr-table-corner): Add.
3210         (shr-table-line): Add.
3211         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3212
3213 2010-10-08  Julien Danjou  <julien@danjou.info>
3214
3215         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3216
3217 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3220
3221         * gnus-sum.el (gnus-mark-article-as-unread)
3222         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3223         (gnus-summary-set-bookmark): Use it.
3224
3225         * gnus-msg.el (gnus-setup-message): Use it.
3226
3227         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3228
3229         * gnus.el (gnus-group-remove-parameter): Use it.
3230
3231         * gnus-group.el (gnus-group-make-web-group): Use it.
3232
3233         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3234
3235         * nnregistry.el: Update docs to mention manual.
3236
3237         * gnus-registry.el: Update docs to mention nnregistry.el.
3238         (gnus-registry-initialize): Don't install nnregistry refer method
3239         automatically.
3240         (gnus-registry-install-nnregistry): Remove it.
3241
3242 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * shr.el (shr-insert): Don't insert double spaces.
3245
3246 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3247
3248         * gnus-gravatar.el (gnus-treat-from-gravatar)
3249         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3250         called interactively.
3251
3252         * gnus-art.el (gnus-mime-view-part-externally)
3253         (gnus-mime-view-part-internally): Make predicate function passed to
3254         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3255         of a mime type.
3256
3257         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3258
3259 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * shr.el (require): Require cl when compiling.
3262         (shr-tag-hr): New function.
3263
3264         * nnimap.el (nnimap-update-info): Remove double setting of high.
3265         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3266         This makes nnimap work properly on Courier again.
3267
3268         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3269         the variable for backwards compatability.
3270
3271         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3272         the file name before using to avoid setting mm-default-directory to
3273         nil.
3274
3275         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3276         bidning gnus-agent variables.
3277
3278         * shr.el (shr-render-td): Use a cache for the table rendering function
3279         to avoid getting an exponential rendering behaviour in nested tables.
3280         (shr-insert): Rework the line-breaking algorithm.
3281         (shr-insert): Don't leave trailing spaces.
3282         (shr-insert-table): Also insert empty TDs.
3283         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3284
3285 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3286
3287         * gnus-sum.el (gnus-number): Rename from `number'.
3288         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3289         (gnus-summary-limit-children): Update uses correspondingly.
3290
3291 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3294         (gnus-gravatar-transform-address): Don't show avatars of people of
3295         which mail addresses match gnus-gravatar-too-ugly.
3296
3297 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * shr.el (shr-table-widths): Expand TD elements to fill available
3300         space.
3301
3302 2010-10-07  Julien Danjou  <julien@danjou.info>
3303
3304         * nnimap.el (nnimap-request-rename-group): Add this method.
3305
3306 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3309         name from XEmacs' function-arglist.
3310
3311         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3312         gravatar under XEmacs.
3313
3314 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3315
3316         * auth-source.el: Update docs with TODO items.
3317
3318         * gnus-sync.el: Update docs to explain state and plans.
3319
3320         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3321         Hooks for mark updates.
3322         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3323
3324         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3325         hooks with arguments, which is needed for mark update hooks.
3326
3327 2010-10-06  Julien Danjou  <julien@danjou.info>
3328
3329         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3330         was matched.
3331
3332         * sieve-manage.el: Update example in `Commentary'.
3333
3334         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3335
3336         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3337         not 2000.
3338         (sieve-manage-authenticate): Re-add function.
3339
3340 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * shr.el (shr-insert): Get 'space transition right.
3343         (shr-render-td): Only delete space at the end of the TD.
3344
3345         * nnimap.el (nnimap-open-connection): Prepare to support
3346         open-gnutls-stream.
3347
3348         * shr.el: Rearrange function order to be more logical.
3349
3350 2010-10-06  Julien Danjou  <julien@danjou.info>
3351
3352         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3353         (nnrss-discover-feed): Remove 404 URL in docstring.
3354
3355         * nnir.el: Fix Swish-E URL.
3356         Fix Namazu URL.
3357
3358         * message.el (message-change-subject): Remove 404 URL in a comment.
3359
3360 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3363         called interactively.
3364
3365         * gnus-util.el (gnus-remove-if): Allow hash table.
3366         (gnus-remove-if-not): New function.
3367
3368         * gnus-art.el (gnus-mime-view-part-as-type)
3369         * gnus-score.el (gnus-summary-score-effect)
3370         * gnus-sum.el (gnus-read-move-group-name):
3371         Replace remove-if-not with gnus-remove-if-not.
3372
3373         * gnus-group.el (gnus-group-completing-read):
3374         Regard collection as a hash table if it is not a list.
3375
3376 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3379
3380         * shr.el: Document the table-rendering algorithm.
3381
3382 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3385         for Emacsen having no `libxml-parse-html-region' support.
3386
3387 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3390         invalid URLs.
3391
3392         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3393         line-broken.
3394         (shr-tag-img): Ignore image fetching errors.
3395         (shr-overlays-in-region): Compute overlay positions correctly.
3396
3397         * mm-decode.el (mm-shr): Require shr.
3398
3399         * gnus-art.el (gnus-blocked-images): Move variable here.
3400
3401         * shr.el (shr-insert-table): Bind free variable.
3402
3403         * mm-decode.el (mm-shr): Bind shr-content-function.
3404
3405         * shr.el (shr-content-function): New variable.
3406
3407         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3408         added for symmetry.
3409
3410         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3411
3412         * gnus-group.el (gnus-group-make-group): Doc fix.
3413
3414         * nnimap.el (nnimap-request-newgroups): Return success.
3415
3416         * shr.el (shr-find-elements): New function.
3417         (shr-tag-table): Put all the images after the table.
3418         (shr-tag-table): Really inhibit images inside the table.
3419         (shr-collect-overlays): Copy over overlays from the TD elements to the
3420         main document.
3421
3422         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3423         gnus-blocked-images.
3424
3425 2010-10-05  Julien Danjou  <julien@danjou.info>
3426
3427         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3428
3429         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3430         (gnus-html-maximum-image-size): Add this function.
3431         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3432
3433         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3434         server-value of the capability is nil.
3435
3436 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * shr.el (shr-tag-em): Add <EM> tag.
3439
3440 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3441
3442         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3443         customizable.
3444
3445         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3446         handing broken links to browse-url.
3447
3448 2010-10-05  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-util.el (gnus-emacs-completing-read)
3451         (gnus-iswitchb-completing-read): Use autoload rather than require.
3452
3453 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3456         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3457         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3458         iswitchb-temp-buflist for XEmacs.
3459
3460         * gnus-util.el (gnus-completing-read-function): Exclude
3461         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3462         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3463         XEmacs.
3464
3465         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3466         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3467
3468         * gnus-html.el: Don't require help-fns under XEmacs.
3469         (gnus-html-schedule-image-fetching): Work for XEmacs.
3470
3471         * mm-decode.el (mm-shr): Decode contents by charset.
3472
3473 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3476         unknown.
3477
3478         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3479         (shr-get-image-data): Ensure against the cache file missing.
3480
3481         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3482         for data.
3483
3484         * spam-report.el (spam-report-url-ping-plain): Don't query about
3485         killing the process.
3486
3487         * shr.el (shr-render-td): Protect against too-wide text.
3488
3489 2010-10-04  Julien Danjou  <julien@danjou.info>
3490
3491         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3492         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3493
3494         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3495         retrieved.
3496
3497 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * shr.el (browse-url): Require.
3500         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3501         lines.
3502         (shr-show-alt-text, shr-browse-image): New commands.
3503         (shr-browse-url, shr-copy-url): New commands.
3504
3505         * gnus-sum.el (gnus-widen-article-window): New variable.
3506         (gnus-summary-select-article-buffer): Use it.
3507
3508         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3509         without @ signs.
3510
3511 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3512
3513         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3514
3515 2010-10-04  Julien Danjou  <julien@danjou.info>
3516
3517         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3518         for XEmacs.
3519
3520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3523
3524         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3525         (nnimap-close-server): Implement.
3526
3527         * dgnushack.el (iswitchb): Require to shut up the compiler.
3528
3529         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3530         (shr-insert): Tweak line breaking.
3531         (shr-insert): Handle <pre> better.
3532         (shr-tag-li): Get <li> indentation right.
3533         (shr-tag-li): Get <li> indentation even righter.
3534         (shr-tag-blockquote): Ensure paragraph start.
3535         (shr-make-table): Tweak table generation.
3536         (shr-make-table): Fix typo.
3537
3538         * shr.el: Implement table rendering.
3539
3540 2010-10-04  Julien Danjou  <julien@danjou.info>
3541
3542         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3543
3544 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * shr.el (shr-insert): Use string anchors instead of line anchors.
3547
3548 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * shr.el: Add headings.
3551         (shr-ensure-paragraph): Actually work.
3552         (shr-tag-li): Make <ul> prettier.
3553         (shr-insert): Get white space at the beginning/end of elements right.
3554         (shr-tag-p): Collapse subsequent <p>s.
3555         (shr-ensure-paragraph): Don't insert double line feeds after blank
3556         lines.
3557         (shr-insert): \t is also space.
3558         (shr-tag-s): Fix "s" tag name function.
3559         (shr-tag-s): Fix face prop name.
3560
3561 2010-10-03  Julien Danjou  <julien@danjou.info>
3562
3563         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3564
3565         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3566         gnus-window-inside-pixel-edges.
3567
3568         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3569         gnus-ems.
3570
3571         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3572
3573         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3574         function.
3575
3576         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3577         resize choice.
3578
3579 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3582         beginning of the buffer.
3583
3584         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3585         article buffer again.
3586
3587         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3588
3589         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3590         when it's at the start of the buffer.
3591
3592         * shr.el (shr-tag-blockquote): Convert name.
3593         (shr-rescale-image): Use the right image-size variant.
3594
3595         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3596         buffer isn't shown, then select the current article first instead of
3597         bugging out.
3598         (gnus-summary-select-article-buffer): Show both the article and summary
3599         buffers again.
3600
3601         * shr.el (shr-fontize-cont): Protect against regions with no text.
3602         Rename tag functions to shr-tag-* for enhanced security.
3603         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3604
3605 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3606
3607         * shr.el (shr-insert):
3608         * pop3.el (pop3-movemail):
3609         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3610         loaded.
3611
3612 2010-10-03  Glenn Morris  <rgm@gnu.org>
3613
3614         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3615
3616         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3617
3618         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3619
3620         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3621
3622         * gnus-util.el (gnus-make-local-hook): Simplify.
3623
3624 2010-10-02  Julien Danjou  <julien@danjou.info>
3625
3626         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3627         (gnus-ido-completing-read): New function.
3628         (gnus-emacs-completing-read): New function.
3629         (gnus-completing-read): Use gnus-completing-read-function.
3630         Add gnus-completing-read-function.
3631
3632 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * shr.el (shr-insert-document): Autoload.
3635         (shr-img): Be silent.
3636         (shr-insert): Add a newline after every picture before text.
3637         (shr-add-font): Use overlays for combining faces.
3638         (shr-insert): Pass upwards the text start point.
3639
3640         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3641         possible.
3642         (mm-shr): New function.
3643
3644 2010-10-02  Julien Danjou  <julien@danjou.info>
3645
3646         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3647         should go backward.
3648
3649 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3650
3651         * shr.el (shr): Fix typo in provide call.
3652
3653 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * shr.el: New file.
3656
3657         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3658
3659         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3660         completing read.
3661
3662 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3665         we're being queried about.  Suggested by Dan Jacobson.
3666
3667         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3668         Suggested by Jason Eisner.
3669
3670         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3671         table, too.  Suggested by Stefan Wiens.
3672         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3673         the table unnecessary.  Suggested by Stefan Wiens.
3674
3675         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3676         longer needed, and probably doesn't work either, as pointed out by
3677         Stefan Wiens.
3678         (gnus-summary-exit): Remove call to the clearing function.
3679         (gnus-summary-exit-no-update): Ditto.
3680
3681         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3682         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3683         Reported by Stefan Monnier.
3684         (gnus-summary-save-in-rmail): Ditto.
3685
3686         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3687         article buffer, instead of both the article buffer and the summary
3688         buffer.  Sort of suggested by Dan Jacobson.
3689
3690         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3691
3692         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3693         Suggested by Dan Jacobson.
3694
3695         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3696         documentation clearer.
3697
3698         * message.el (message-shorten-references): Comment on the number "21".
3699         Suggested by Stefan Monnier.
3700
3701         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3702         Suggested by Dan Jacobson.
3703
3704         * gnus.el (gnus-large-newsgroup):
3705         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3706
3707         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3708         externalize attachments.  Bug reported by Steve Wen.
3709
3710         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3711         really message anything to the user.
3712
3713         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3714         directly.
3715
3716         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3717         messages in empty groups.
3718
3719 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3720
3721         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3722         non-UIDNEXT group.
3723
3724 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3727         not the value from the collection.
3728
3729         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3730         values.  This sometimes happens on some groups that have no info.
3731         (nnimap-request-newgroups): New function.
3732
3733 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3736         check into `gnus-registry-initialize'.
3737         (gnus-registry-initialize): Ditto.
3738         Fix and extend header docs.
3739
3740 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3743         regexp backtrace overflows.
3744
3745         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3746         for starttls that tls.el implements; i.e. openssl.
3747
3748         * tls.el (tls-starttls-switches): Give up on using starttls with
3749         gnutls-cli.
3750         (tls-program): Add --insecure to be consistent with the defaults from
3751         openssl s_client.  Now all three commands are insecure.
3752
3753 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * lpath.el: Bind completion-styles-alist for XEmacs.
3756
3757         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3758         (gravatar-create-image): New function that's an alias to
3759         gnus-xmas-create-image, gnus-create-image, or create-image.
3760         (gravatar-data->image): Use it.
3761
3762 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3765         install the nnregistry refer method.
3766         (gnus-registry-install-hooks): Use it.
3767         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3768         unfollowed groups.
3769
3770 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3771
3772         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3773         expanding threads.
3774
3775 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * nnir.el: Use the server names without suffixes (bug #7009).
3778
3779         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3780         unencrypted to STARTTLS, if possible.
3781
3782 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3783
3784         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3785         headers before superseding.
3786
3787 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnrss.el (nnrss-use-local): Add documentation.
3790
3791         * nnimap.el (nnimap-extend-tls-programs): New function.
3792         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3793         (nnimap-wait-for-connection): Accept the greeting from the stupid
3794         output from openssl s_client -starttls, too.
3795
3796         * tls.el (tls-starttls-switches): New variable.
3797         (tls-find-starttls-argument): Use it.
3798         (open-tls-stream): Ditto.
3799
3800         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3801         (netrc-machine): Ditto.
3802
3803         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3804         article number.
3805         (nnimap-split-fancy): New variable.
3806         (nnimap-split-incoming-mail): Use it.
3807
3808         * nntp.el (nntp-server-list-active-group): Document.
3809
3810         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3811         SELECT to get the message-id.
3812
3813         * mail-source.el (mail-sources): Remove webmail support.
3814         (defvar): Ditto.
3815         (mail-source-fetcher-alist): Ditto.
3816         (mail-source-fetch-webmail): Remove.
3817
3818         * webmail.el: Remove -- doesn't seem relevant any more.
3819
3820         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3821
3822         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3823         the \r.
3824
3825 2010-09-30  Julien Danjou  <julien@danjou.info>
3826
3827         * gnus-agent.el (gnus-agent-add-group): Fix call to
3828         gnus-completing-read.
3829
3830 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nndoc.el (nndoc-retrieve-groups): New function.
3833
3834         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3835         `default', use nnmail-split-methods.
3836         (nnimap-request-article): Downcase the NILs so that they are nil.
3837
3838         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3839         symbol.
3840
3841         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3842         code, since if the user has requested network, that's what they ought
3843         to get.
3844         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3845         (nnimap-split-rule): Mark as obsolete.
3846
3847         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3848         New variable.
3849
3850         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3851         correct slot, too.
3852
3853 2010-09-29  Julien Danjou  <julien@danjou.info>
3854
3855         * gnus.el (gnus-local-domain): Declare variable obsolete.
3856
3857         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3858         Fix history computing.
3859         (gnus-ido-completing-read): Require ido.
3860
3861 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3864         build Gnus.
3865
3866         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3867         when interpreting the structures.
3868         (nnimap-request-accept-article): Add \r\n to the lines to make this
3869         work with Cyrus.
3870
3871         * nndraft.el (nndraft-request-expire-articles): Use the group name
3872         instead if "nndraft".  Fix found by Nils Ackermann.
3873
3874 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3875
3876         * nnregistry.el: Add.
3877
3878 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3879
3880         * nnmail.el (group, group-art-list, group-art):
3881         Remove unneeded directives.
3882
3883 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3886         (mm-mime-charset)
3887         * rfc2047.el (rfc2047-syntax-table)
3888         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3889
3890         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3891         rather than `insert-file-contents' and `eval-region'.
3892
3893         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3894         construction.
3895
3896         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3897
3898         * time-date.el: No need to require cl for Emacs 21.
3899
3900 2010-09-29  Julien Danjou  <julien@danjou.info>
3901
3902         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3903         replacement of `gnus-gravatar-relief' to mimic
3904         `gnus-faces-properties-alist'.
3905         Add :version property.
3906
3907 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * mail-source.el (mail-source-report-new-mail)
3910         * message.el (message-default-mail-headers)
3911         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3912
3913         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3914
3915 2010-09-28  Julien Danjou  <julien@danjou.info>
3916
3917         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3918         mail-address contains the same string as real-name.
3919
3920         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3921         non-blank in header, otherwise it'll get stripped.
3922
3923         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3924         real-name, and then for mail address rather than doing : or , search.
3925
3926 2010-09-27  Julien Danjou  <julien@danjou.info>
3927
3928         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3929         right completing-read function.
3930         (gnus-use-ido): New variable
3931         (gnus-completing-read-with-default): Remove.
3932         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3933         (gnus-agent-add-group):
3934         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3935         * mm-view.el (mm-view-pkcs7-decrypt):
3936         * mm-util.el (mm-codepage-setup):
3937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3938         * mml-smime.el (mml-smime-openssl-sign-query):
3939         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3940         (mml-insert-multipart):
3941         * gnus-msg.el (gnus-summary-yank-message):
3942         * gnus-int.el (gnus-start-news-server):
3943         * mm-decode.el (mm-interactively-view-part):
3944         * gnus-dired.el (gnus-dired-attach):
3945         * gnus.el (gnus-read-method):
3946         * gnus-bookmark.el (gnus-bookmark-jump):
3947         * gnus-art.el (gnus-mime-view-part-as-type)
3948         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3949         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3950         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3951         * nnmairix.el (nnmairix-create-server-and-default-group)
3952         (nnmairix-update-groups, nnmairix-get-server)
3953         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3954         (nnmairix-get-group-from-file-path):
3955         * nnrss.el (nnrss-find-rss-via-syndic8):
3956         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3957         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3958         (gnus-group-browse-foreign-server):
3959         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3960         (gnus-summary-execute-command, gnus-summary-respool-article)
3961         (gnus-read-move-group-name):
3962         * gnus-score.el (gnus-summary-increase-score)
3963         (gnus-summary-score-effect):
3964         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3965
3966 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3969         x-focus-frame.
3970
3971         * nnimap.el (auth-source-forget-user-or-password)
3972         (auth-source-user-or-password): Autoload.
3973
3974         * message.el (message-from-style, message-interactive)
3975         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3976         (message-yank-prefix, message-indentation-spaces, message-signature)
3977         (message-signature-file): Add comment.
3978
3979 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3982         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3983         new articles.
3984
3985         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3986         parts.
3987         (nnimap-request-article): Work with the t setting, too.
3988
3989         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3990         that you don't get flashes of other buffers.
3991         (gnus-summary-show-complete-article): Intern before setting.
3992
3993 2010-09-27  David Engster  <dengste@eml.cc>
3994
3995         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3996         well as HEADERS.
3997         (nnmairix-retrieve-headers): Provide new argument for the above.
3998
3999 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-sum.el (gnus-summary-move-article): Don't alter
4002         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4003         group.
4004
4005         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4006
4007         * message.el (message-cite-prefix-regexp): Revert my last edit.
4008
4009         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4010         variable instead of the Gnus variable.
4011
4012         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4013
4014         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4015
4016         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4017         since some servers don't like it.
4018         (nnimap-open-connection): Forget credentials if the server says the
4019         password was wrong.
4020         (nnimap-parse-line): Protect against invalid data.
4021
4022         * gnus-sum.el (gnus-summary-move-article): Add comment.
4023         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4024         nothing alters it while scanning for new messages.
4025
4026         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4027         which may or may not help.
4028         (nnimap-open-connection): If we're doing a stream connection, and then
4029         discover we're on a STARTTLS-capable server, then open a STARTTLS
4030         connection instead.
4031
4032 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * nnimap.el (utf7): Require.
4035
4036         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4037         prefix.
4038
4039 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4040
4041         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4042
4043 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnimap.el (nnimap-request-accept-article): Message the error on
4046         error.
4047
4048 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4051
4052 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * nndoc.el (nndoc-request-list): Return success always.
4055
4056         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4057         `fetch-old' -- we only want to fetch the articles we've requested.
4058         The rest are in the agent, probably.
4059         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4060         disappeared server" to something low.  It's not important.
4061
4062         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4063         arrived before the FETCH data.
4064
4065         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4066         target here, because we don't know the Gnus name of the group.
4067
4068         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4069         for the correct group.
4070
4071         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4072
4073         * gnus.el (gnus): Give a final warning after startup.
4074
4075         * gnus-util.el (gnus-action-message-log): New variable.
4076         (gnus-message): Use it.
4077         (gnus-final-warning): New function.
4078
4079         * nnimap.el (nnimap-open-connection): Record the greeting.
4080         (nnimap): Add greeting.
4081
4082 2010-09-26  Julien Danjou  <julien@danjou.info>
4083
4084         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4085         arguments.
4086         (gnus-html-wash-images): Fix spec computing to include start/end.
4087
4088         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4089
4090 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4093         deletion.
4094         (nnimap-retrieve-headers): Don't select the group, because that's
4095         already done by nnimap-possibly-change-group.
4096
4097         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4098         (gnus-picon-transform-address): Use it.
4099
4100         * mail-source.el (mail-source-value): Revert previous patch.
4101
4102         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4103         on failure.
4104         (nnimap-open-connection): Look up both virtual and physical server name
4105         credentials.
4106
4107         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4108
4109 2009-02-07  Dave Love  <fx@gnu.org>
4110
4111         * tls.el (open-tls-stream): Don't query killing process.
4112
4113 2009-02-08  Dave Love  <fx@gnu.org>
4114
4115         * gnus-win.el (gnus-window-to-buffer-helper)
4116         (gnus-all-windows-visible-p): Function needn't be a symbol.
4117
4118         * mail-source.el (mail-source-value): Function needn't be a symbol.
4119
4120 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * message.el (message-cite-prefix-regexp): Remove } from the cite
4123         prefix.
4124
4125         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4126         highlight again, so that the highlight is correct.
4127
4128         * gnus-picon.el (gnus-picon): Remove again.
4129         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4130
4131         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4132         doing the header highlightling, so that the background colour of the
4133         picon is correct.
4134
4135         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4136         (gnus-picon): Ditto.
4137         (gnus-picon): Reinstate.  The background colour for picons is white.
4138         (gnus-picon-insert-glyph): Make the background white.
4139
4140         * nnml.el (nnml-open-nov): Don't return dead buffers.
4141
4142         * auth-source.el (auth-source-create): Query the user for whether to
4143         store the credentials.
4144
4145         * netrc.el (netrc-store-data): New function.
4146
4147         * auth-source.el (auth-source-user-or-password): Use the existing auth
4148         sources, if any, for creation.
4149
4150         * gnus.el (gnus-group-fast-parameter): Return the last matching
4151         parameter instead of the first matching parameter.
4152
4153 2010-09-26  Julien Danjou  <julien@danjou.info>
4154
4155         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4156
4157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * mml2015.el (mml2015-use): Remove gpg support.
4160
4161         * mml1991.el (mml1991-function-alist): Remove gpg function.
4162         (mml1991-gpg-sign): Remove.
4163
4164 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4165
4166         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4167         (gnus-browse-unsubscribe-current-group): Document it.
4168         (gnus-browse-unsubscribe-group): Use it.
4169
4170 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4171
4172         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4173         address to the To list for easier response.
4174
4175         * gnus.el (gnus-play-startup-jingle): Remove.
4176         (gnus-splash): Don't play jingle.
4177         (gnus): Silence gnus-load message.
4178
4179         * gnus-art.el (gnus-treat-play-sounds): Remove.
4180
4181         * gnus.el (gnus-play-jingle): Remove audio support.
4182
4183         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4184
4185         * earcon.el: Remove -- no users.
4186
4187         * gnus-audio.el: Remove -- no users of this package.
4188
4189         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4190
4191         * gnus-start.el (gnus-setup-news): Remove nocem support.
4192
4193         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4194
4195         * gnus.el (gnus-use-nocem): Remove.
4196
4197         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4198         Remove.
4199
4200         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4201         uses NoCeM any more.
4202
4203         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4204         (gnus-button-ctan-handler): Ditto.
4205         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4206         (gnus-button-ctan-directory-regexp): Ditto.
4207         (gnus-button-handle-ctan): Ditto.
4208         (gnus-button-tex-level): Ditto.
4209         (gnus-button-alist): Remove CTAN stuff.
4210
4211 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4214         nnimap-streaming test.
4215
4216         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4217         servers twice.
4218
4219         * nnimap.el (nnimap-open-connection): Add more error reporting when
4220         nnimap fails early.
4221
4222         * nnheader.el (nnheader-get-report-string): New function.
4223         (nnheader-get-report): Use it.
4224
4225         * gnus-int.el (gnus-check-server): Say what the error was when opening
4226         failed.
4227
4228         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4229         using streaming.
4230
4231 2010-09-25  Julien Danjou  <julien@danjou.info>
4232
4233         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4234         gnus-window-inside-pixel-edges.
4235
4236 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4239
4240         * mm-decode.el (mm-save-part): Allow saving to other directories the
4241         normal Emacs way.
4242
4243         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4244         Suggested by Jay Berkenbilt.
4245
4246         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4247         there isn't a single byte.
4248
4249         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4250         just do it.  It doesn't really seem to matter what the user responds
4251         here, I think, so it's just a confusing question.
4252
4253         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4254         non-streaming case.
4255
4256         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4257         (gnus-article-encrypt-body): Use it.
4258
4259         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4260         keystroke.
4261
4262         * nnimap.el (nnimap-find-wanted-parts-1):
4263         Use gnus-fetch-partial-articles.
4264
4265         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4266
4267         * nnimap.el (nnimap-insert-partial-structure): New function.
4268         (nnimap-get-partial-article): New function.
4269         (nnimap-request-article): Use it.
4270         (nnimap-wait-for-response): Return whether the wait was successful.
4271         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4272         retrieval wasn't successful.
4273         (nnimap-retrieve-group-data-early): Allow throttling servers.
4274         (nnimap-streaming): New variable.
4275         (nnimap-fetch-partial-articles): Remove.
4276
4277         * mm-decode.el (mm-with-part): Protect against killed buffers.
4278
4279         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4280         for prettier summary display.
4281
4282 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4283
4284         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4285
4286 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4289         apparently third-party libraries depend on it.
4290
4291         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4292         before starting negotiation.
4293
4294         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4295         privacy reasons.
4296         (gnus-treat-mail-gravatar): Ditto.
4297
4298         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4299         buffer when inserting images.  Inserting text into the headers, for
4300         instance, can make them invalid.
4301
4302 2010-09-25  Julien Danjou  <julien@danjou.info>
4303
4304         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4305         variables.
4306
4307         * nnheader.el: Remove useless variables news-reply-yank-from and
4308         news-reply-yank-message-id.
4309
4310         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4311         variables.
4312
4313         * mml1991.el: Remove useless mml1991-verbose.
4314
4315         * gnus.el: Remove useless variable gnus-use-generic-from.
4316         Remove obsolete variable gnus-topic-indentation.
4317
4318         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4319
4320         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4321
4322         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4323
4324         * gnus-group.el: Remove useless gnus-group-icon-cache.
4325         Remove useless gnus-ephemeral-group-server.
4326
4327         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4328
4329         * mml2015.el: Remove useless mml2015-verbose.
4330
4331         * mml-smime.el: Remove useless mml-smime-verbose.
4332
4333         * gnus.el: Remove useless gnus-local-domain.
4334
4335         * gnus-gravatar.el (gnus-gravatar-transform-address):
4336         Use gnus-gravatar-size.
4337
4338         * gnus-art.el: Remove useless gnus-treat-translate.
4339
4340 2010-09-24  Julien Danjou  <julien@danjou.info>
4341
4342         * gnus-sum.el: Add support for Gravatars.
4343
4344         * gnus-art.el: Add support for Gravatars.
4345
4346         * gnus-gravatar.el: Add this file.
4347
4348         * gravatar.el: Add this file.
4349
4350 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4353
4354         * gnus-group.el (gnus-group-fetch-faq): Remove.
4355
4356         * gnus.el (gnus-group-faq-directory): Remove.
4357
4358         * gnus-group.el (gnus-group-fetch-charter): Remove.
4359
4360         * gnus.el (gnus-group-charter-alist): Remove.
4361
4362         * gnus-group.el (gnus-group-archive-directory): Remove.
4363         (gnus-group-recent-archive-directory): Ditto.
4364         (gnus-group-make-archive-group): Remove.
4365
4366         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4367
4368         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4369         use the same article number for all the cached articles.
4370
4371         * nnimap.el (nnimap-command): Register the last command time so
4372         that we can use it for idling NOOPs.
4373         (nnimap-open-connection): Start the keeplive timer.
4374         (nnimap-make-process-buffer): Store all the process buffers.
4375         (nnimap-keepalive): New function.
4376
4377         * starttls.el (starttls-open-stream): Add autoload cookie.
4378
4379 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4380
4381         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4382         handling.
4383
4384 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4387         its data structures.
4388
4389         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4390         instead of the cl.el copy-list.
4391         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4392         equalp.
4393
4394 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4397         and tool-bar-local-item-from-menu.
4398
4399         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4400         mode-line-highlight face for Emacs.
4401
4402         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4403         loading gnus-sum.elc; fix comment for canlock-verify.
4404         (gnus-article-jump-to-part): Use read-number.
4405         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4406         Remove Emacs pre-21 compatible code for help-echo.
4407         (gnus-article-next-page-1): No need to adjust the number of lines.
4408         (gnus-article-describe-bindings): Always use help-buffer.
4409
4410         * gnus-audio.el (gnus-audio-inline-sound)
4411         * gnus-cus.el (gnus-custom-mode)
4412         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4413
4414         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4415
4416         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4417         compatible code.
4418
4419 2010-09-24  Glenn Morris  <rgm@gnu.org>
4420
4421         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4422         visiting the fcc file in rmail-mode.
4423
4424         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4425
4426 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * nnir.el: Silence the byte compiler.
4429
4430         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4431         alias to browse-url-url-encode-chars if any.
4432         (gnus-html-encode-url): Use it.
4433
4434 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus-start.el (gnus-use-backend-marks): New variable.
4437         (gnus-get-unread-articles-in-group): Use it.
4438
4439         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4440         makeover.
4441
4442 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4443
4444         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4445
4446 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4449         Remove.
4450         (gnus-setup-news-hook):
4451         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4452
4453         * gnus-int.el (gnus-request-update-info): Protect against backends not
4454         having the function.
4455
4456         * nnimap.el (nnimap-stream): Mention starttls.
4457         (nnimap-open-connection): Add starttls support.
4458
4459 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4460
4461         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4462
4463 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4466         BODYSTRUCTUREs.
4467         (nnimap-transform-headers): Unfold quoted {42} headers.
4468
4469         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4470         the info.
4471         (gnus-get-unread-articles): Only call updatep on backends that support
4472         it.
4473
4474         * nnweb.el (nnweb-request-update-info): NOOP.
4475
4476         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4477
4478         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4479         since it only deals with marks.
4480
4481         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4482         gnus-request-marks, and make a new gnus-request-update-info.
4483
4484         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4485         the active instead of the high number, which is usually too low.
4486
4487 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4488
4489         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4490         * encrypt.el: Remove.
4491
4492 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4495         server in symbolic form.
4496
4497         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4498
4499 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4502         (nnimap-update-info): Fix up code slightly.
4503
4504         * gnus-int.el (gnus-open-server): Add tracing for performance
4505         debugging.
4506
4507         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4508         (gnus-group-insert-group-line): Pass the real group name so that it
4509         gets the right data.
4510
4511         * gnus-start.el (gnus-get-unread-articles): Don't have
4512         `gnus-get-unread-articles-in-group' update info, since that can be
4513         really slow and doesn't seem to be needed?
4514
4515 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4516
4517         * time-date.el (date-to-time): Try using parse-time-string first before
4518         using the slower timezone-make-date-arpa-standard.
4519
4520 2010-09-22  Julien Danjou  <julien@danjou.info>
4521
4522         * gnus-group.el (gnus-group-insert-group-line):
4523         Call gnus-group-highlight-line.
4524         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4525         default hook list.
4526         (gnus-group-update-eval-form): Add new function.
4527         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4528         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4529
4530 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4533         immediate, then expire all articles.
4534         (nnimap-update-info): Fix off-by-one errors.
4535         (nnimap-flags-to-marks): Would return no marks lists for group with no
4536         flags.  Instead return the other data.
4537
4538 2010-09-22  Julien Danjou  <julien@danjou.info>
4539
4540         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4541         Only return an icon.
4542         (gnus-group-insert-group-line): Compute icon to return.
4543
4544         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4545         (gnus-html-image-fetched): Only cache if
4546         gnus-html-image-automatic-caching is set.
4547         (gnus-html-image-fetched): Check for errors.
4548
4549 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550
4551         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4552         once per method on `g'.  This ensures that backends like nnfolder don't
4553         open all their folders.
4554
4555         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4556         (nnimap-request-list): Nix out group in the correct buffer.
4557         (nnimap-parse-flags): Implement by using `read' instead of
4558         hand-parsing.
4559         (nnimap-flags-to-marks): Pass on permanent-flags.
4560         (nnimap-make-process-buffer): Record the server name.
4561         (nnimap-parse-flags): Fix typo.
4562         (nnimap-request-scan): Run split on the server in general, not just a
4563         single group.
4564
4565         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4566         parameter, and propagate this downwards.
4567
4568         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4569         since EXAMINE changes it on the server.
4570
4571         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4572         this command might take a while.
4573
4574 2010-09-22  Julien Danjou  <julien@danjou.info>
4575
4576         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4577         harmful if you have 2 images side-by-side, they can't be properly
4578         update on text deletion.  Using text-property is safer here.
4579         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4580         data.
4581
4582 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * nnimap.el (nnimap-expunge-inbox): Remove.
4585         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4586         (nnimap-expunge): Flip default to t.
4587
4588         * gnus.el (gnus-method-to-server): Don't push things to the cache
4589         unless it's unique.
4590         (gnus-server-to-method): Ditto.
4591
4592 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4595
4596 2010-09-22  Julien Danjou  <julien@danjou.info>
4597
4598         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4599         get the start of data.
4600         (gnus-html-encode-url): Add this function to encode special chars in
4601         URL.
4602         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4603         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4604
4605         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4606         default.
4607         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4608
4609         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4610         images alt-text.
4611         (gnus-html-put-image): Put alt-text as help-echo.
4612
4613 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4616         * mm-util.el (mm-decompress-buffer)
4617         * nnir.el (nnir-run-find-grep)
4618         * pop3.el (pop3-list): Use 3rd arg of split-string.
4619
4620         * time-date.el (format-seconds): Comment fix.
4621
4622         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4623         and byte-optimize-form-code-walker.
4624         (dgnushack-make-auto-load): Don't advise make-autoload.
4625
4626         * lpath.el: Remove Emacs 21 stuff.
4627
4628 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4631         outside the active range.  Suggested by Dan Christensen.
4632
4633         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4634         slightly later to avoid double-getting it.
4635
4636         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4637         previous patch.
4638
4639         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4640
4641 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4642
4643         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4644
4645 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-int.el (gnus-open-server): Give a better error message in the
4648         "go offline" case.
4649
4650         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4651         marks for nnimap, which is seldom the right thing to do.
4652
4653         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4654         (gnus-same-method-different-name): New function.
4655
4656         * nnimap.el (parse-time): Require.
4657
4658         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4659         method in the presence of many similar methods.
4660
4661         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4662
4663         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4664         nnml-inhibit-expiry.
4665
4666         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4667         find out whether methods are equal.
4668
4669         * nnimap.el (nnimap-find-expired-articles): New function.
4670         (nnimap-process-expiry-targets): New function.
4671         (nnimap-request-move-article): Request the article before looking at
4672         what the Message-ID is.  Fix found by Andrew Cohen.
4673         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4674
4675         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4676         for oldness in addition to being a predicate.
4677
4678         * nnimap.el (nnimap-request-group): When we have zero articles, return
4679         the right data to Gnus.
4680         (nnimap-request-expire-articles): Only delete articles immediately if
4681         the target is 'delete.
4682
4683         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4684         method, this would bug out.
4685
4686         * gnus-group.el (gnus-group-expunge-group): Rename from
4687         gnus-group-nnimap-expunge, and implemented as a normal interface
4688         function.
4689
4690         * gnus-int.el (gnus-request-expunge-group): New function.
4691
4692         * nnimap.el (nnimap-request-create-group): Implement.
4693         (nnimap-request-expunge-group): New function.
4694
4695 2010-09-21  Julien Danjou  <julien@danjou.info>
4696
4697         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4698         (gnus-html-cache-expired): Add new function.
4699         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4700         wethever we should display image for fetch it.
4701         Compute alt-text earlier to pass it to the fetching function too.
4702         (gnus-html-schedule-image-fetching): Change function argument to only
4703         get one image at a time, not a list.
4704         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4705         cache.
4706         (gnus-html-get-image-data): New function to retrieve image data from
4707         cache.
4708         (gnus-html-put-image): Change buffer argument to use image data rather
4709         than file, and place image above region rather than inserting a new
4710         one.  Do not take alt-text as argument, since it's useless now: we place
4711         the image above alt-text.
4712         (gnus-html-prune-cache): Remove.
4713         (gnus-html-show-images): Start to fetch image when we find one, do not
4714         push into a temporary list.
4715         (gnus-html-prefetch-images): Only fetch image if they have expired.
4716         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4717         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4718
4719 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4722
4723 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4726         spec inser "*" if the group isn't active instead of 0.
4727
4728         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4729         opening the server.
4730         (nnimap-request-delete-group): Implement group deletion.
4731         (nnimap-transform-headers): Return the size of the entire message in
4732         the Bytes header, not just the size of the first part.
4733         (nnimap-request-move-article): When moving an article from nnimap,
4734         request the article first so the accepting form has an article to
4735         accept.  Reported by Dan Christensen.
4736         (nnimap-command): Make sure that the error message doesn't error out.
4737
4738 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4739
4740         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4741         we haven't requested anything.
4742
4743 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4746         "".  Fix found by Andrew Cohen.
4747
4748         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4749         instead of -encode-string.
4750
4751 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4754
4755         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4756         by mm-subst-char-in-string.
4757
4758 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4761         waiting for the connection string.
4762
4763         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4764         arriving.
4765
4766         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4767         bogus characters.  This allows selecting certain Gmail groups.
4768
4769         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4770         (nnimap-fetch-partial-articles): New variable.
4771         (nnimap-open-connection): When looking for credentials, also use the
4772         nnimap-server-port.
4773         (nnimap-request-article): Return the group/article number, so that Gnus
4774         `^' works as expected.
4775         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4776
4777         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4778         comments.
4779         (gnus-methods-sloppily-equal): New function.
4780         (gnus): When using the development version of Gnus, load the gnus-load
4781         file.
4782
4783         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4784         `gnus-open-server' on each method before trying to scan them etc.
4785         This ensures that all the backend parameters are set correctly.
4786
4787         * nnimap.el (nnimap-authenticator): New variable.
4788         (nnimap-open-connection): Allow anonymous login.
4789         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4790         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4791
4792         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4793         patch, found by Knut Anders Hatlen.
4794
4795 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4796
4797         * gnus-agent.el (gnus-agent-batch-confirmation)
4798         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4799         to gnus-message.
4800         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4801         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4802         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4803         * gnus-int.el (gnus-open-server): Likewise.
4804         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4805         (gnus-score-check-syntax): Likewise.
4806         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4807         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4808         Likewise.
4809         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4810
4811 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4814         calling conventions so that prefetch doesn't bug out.
4815
4816 2010-09-19  Julien Danjou  <julien@danjou.info>
4817
4818         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4819         rather than `subst-char-in-region' in order to be able to replace ASCII
4820         char by UTF-8 ones.
4821
4822         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4823         than curl.
4824         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4825         the right URL and ALT text on images.
4826         (gnus-html-wash-tags): Fix tag case.
4827         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4828         (gnus-article-html): Add -o display_ins_del=2 option.
4829         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4830
4831 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4834         the extra mail headers, which sometimes seem to happen for unknown
4835         reasons.
4836
4837         * mail-parse.el (mail-header-encode-parameter): Define as
4838         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4839         (or most, perhaps?) mail readers don't understand the latter, but do
4840         understand the former.
4841
4842         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4843         to nil, so that no methods are automatically agentized.  I think this
4844         is probably what most users want.
4845
4846         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4847         from url-retrieve, for instance about invalid URLs.
4848
4849         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4850         groups that have no articles.
4851         (nnimap-request-article): Check that we really got an article when we
4852         requested one.
4853
4854         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4855         doesn't exist.
4856
4857         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4858         nntp buffer so the agent can save it.
4859         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4860         that CRLF doesn't get translated to \n.
4861         (nnimap-open-connection): Don't make 'shell commands only send \n.
4862
4863 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4866         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4867         Update var name.
4868         (nnml-generate-nov-file): Use dolist.
4869         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4870         Use with-current-buffer.
4871
4872 2010-09-18  Julien Danjou  <julien@danjou.info>
4873
4874         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4875         parallel.
4876
4877 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4880         the range update right.
4881         (nnimap-request-group): Don't make `M-g' bug out on group with no
4882         marks.
4883         (nnoo): Require, so that other packages can require nnimap.
4884         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4885         command we're looking for.  This helps when the server sends more
4886         responses after we've gotten everything we expected.
4887         (nnimap): Add a `newlinep' field to keep track of end-of-line
4888         conventions.
4889         Don't send CRLF to things that don't want it.
4890         (nnimap-request-accept-article): Ditto.
4891
4892 2010-09-18  Julien Danjou  <julien@danjou.info>
4893
4894         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4895         than curl to retrieve images.
4896
4897 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4900         the marks.
4901         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4902         (nnimap-wait-for-connection): New function.
4903         (nnimap-open-connection): If we have PREAUTH, don't query for login
4904         credentials.
4905         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4906         when doing a partial update.
4907
4908 2010-09-18  Julien Danjou  <julien@danjou.info>
4909
4910         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4911         tags.
4912
4913 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * nnimap.el (nnimap-credentials): New function.
4916         (nnimap-open-connection): Use the new function to look for credentials
4917         also on the numeric equivalents of "imap" and "imaps".
4918
4919         * gnus-start.el (gnus-activate-group): Send the info to
4920         gnus-request-group.
4921
4922         * nnimap.el (nnimap-request-group): Have the "check" version of the
4923         function parse flags and update the info, so that a `M-g' get a total
4924         resync of all flags from the group.
4925
4926         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4927         to allow backends to alter the info on group selection.  Also alter all
4928         the backend -request-group functions to take the parameter.
4929
4930         * nnimap.el (nnimap-store-info): New function.
4931         (nnimap-update-info): Store the info for later usage.
4932         (nnimap-request-group): Use the stored info for the dont-check case, so
4933         that we don't retrieve all marks when we enter a group.
4934
4935         * nnimap.el: Use deffoo instead of defun for interface functions.
4936
4937         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4938         update the group info.  This makes the nndraft groups, for instance, go
4939         back to their old behaviour.
4940
4941         * gnus-sum.el (gnus-select-newsgroup): Indent.
4942
4943         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4944         in.
4945         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4946         nothing.
4947
4948         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4949         from methods that are denied.
4950
4951         * gnus-int.el (gnus-method-denied-p): New function.
4952
4953         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4954         store the password instead of netrc.
4955         (nnimap-open-connection): Don't error out when we can't make a
4956         connections.
4957
4958         * auth-source.el (auth-source-create): In the password prompt, say what
4959         we're querying for.  Also prompt for user name if that hasn't been
4960         given.
4961
4962         * nnimap.el (nnimap-with-process-buffer): Remove.
4963
4964 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4967         method when we're reading from the agent.
4968
4969         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4970
4971         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4972         that's probably most useful for users.
4973
4974         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4975         "failed" all the time.
4976
4977         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4978         ...)) with (with-current-buffer ... ).
4979
4980         * nntp.el (nntp-open-server): Return whether the open was successful or
4981         not.
4982
4983         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4984         select an unread unseen article first.
4985
4986         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4987         /etc/services, supply some sensible port defaults.
4988
4989         * dgnushack.el: Define netrc-credentials.
4990
4991 2010-09-17  Julien Danjou  <julien@danjou.info>
4992
4993         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4994
4995 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4996
4997         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4998         doesn't have any parameters.
4999
5000 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5003         only upcased checks.
5004
5005         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5006
5007         * nnimap.el (nnimap-open-shell-stream): New function.
5008         (nnimap-open-connection): Use it.
5009         (nnimap-transform-headers): Get the number of lines in each message.
5010         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5011         number of lines.
5012         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5013         problem.
5014
5015         * utf7.el (utf7-encode): Autoload.
5016
5017         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5018         to allow the mail splitting to not return a default group.  This is
5019         useful for nnimap, which will leave unmatched mail in the inbox.
5020
5021         * nnimap.el: Rewritten.
5022
5023         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5024         nnimap usage.
5025
5026         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5027         if the move is internal, so that nnimap can do fast internal moves.
5028
5029         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5030         data.
5031         (gnus-read-active-for-groups): Support finishing the early retrieval of
5032         data.
5033
5034         * gnus-range.el (gnus-range-nconcat): New function.
5035
5036         * gnus-int.el (gnus-finish-retrieve-group-infos)
5037         (gnus-retrieve-group-data-early): New functions.
5038
5039 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5042         (nnrss-retrieve-groups):
5043         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5044         (pop3-quit): Use with-current-buffer.
5045
5046 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5049         instead of nnheader-accept-process-output.
5050
5051         * dgnushack.el (dgnushack-compile): Add comment.
5052
5053         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5054
5055         * gnus-html.el (gnus-html-schedule-image-fetching)
5056         (gnus-html-prefetch-images): Replace process-kill-without-query by
5057         gnus-set-process-query-on-exit-flag.
5058
5059 2010-09-16  Romain Francoise  <romain@orebokech.com>
5060
5061         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5062
5063 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5066         parameter to unintern is mandatory-ish in Emacs 24.
5067
5068         * gnus-html.el (gnus-html-schedule-image-fetching)
5069         (gnus-html-prefetch-images): Check for curl before using it.
5070
5071         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5072         depend on curl, which isn't essential.
5073
5074         * imap.el: Revert back to version
5075         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5076         seem problematic.
5077
5078 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5079
5080         * gnus-registry.el (gnus-registry-install-shortcuts):
5081         Explicitly pass `obarray' to `unintern' to avoid a warning.
5082
5083 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084
5085         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5086         change.
5087
5088         * nnrss.el (nnrss-request-list): Remove this function and related
5089         functions, including the moreover stuff.
5090
5091 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * nnrss.el (nnrss-retrieve-groups): New function.
5094
5095 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5096
5097         * .dir-locals.el: Add no-byte-compile cookie.
5098
5099 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * time-date.el (format-seconds): Comment fix.
5102
5103         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5104         for back end that doesn't support request-scan.
5105
5106 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5109         then do request scans from the backends.
5110
5111         * netrc.el (netrc-credentials): New conveniency function.
5112
5113         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5114         avoid running a hook per line, since this takes a lot of time,
5115         profiling shows.
5116         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5117         directly if gnus-visual-p is true.
5118
5119 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5122         groups; replace mapcar with dolist which is a bit faster; pass groups
5123         info to gnus-read-active-file-1.
5124         (gnus-read-active-file-1): Scan only specified groups if the new
5125         optional arg `infos' is given.
5126
5127 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5130
5131         * pop3.el (pop3-movemail): Remove.
5132         (pop3-streaming-movemail): Rename to pop3-movemail.
5133
5134         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5135         don't restrict end-tag searches to the end of the line.
5136
5137 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5140         articles of every unchecked group to t, which means unknown since the
5141         server has never been opened.
5142
5143 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * gnus-html.el (gnus-html-show-alt-text): New command.
5146         (gnus-html-browse-image): Ditto.
5147         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5148         to browse the image directly.
5149         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5150         better.
5151
5152         * gnus-async.el (gnus-async-article-callback):
5153         Call `gnus-html-prefetch-images' unconditionally.
5154
5155         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5156         before feeding URLs to curl.
5157
5158 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5161         internal images as deletable by `W D D'.
5162
5163         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5164         (gnus-async-article-callback): Fix typo.
5165
5166 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5169         current line to work around bugs in the output from w3m.
5170
5171         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5172         for groups that want that.
5173
5174         * nntp.el (nntp-wait-for-string): Supply a timeout for
5175         accept-process-output to ensure progress.
5176
5177         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5178         level to get unread articles from, then use that for foreign groups,
5179         too.
5180
5181         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5182         confuses the rest of the function.
5183
5184         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5185         for the methods that support -retrieve-groups, too.
5186
5187         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5188
5189 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5192         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5193
5194         * pop3.el: Require cl when compiling.
5195         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5196
5197 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5200         that aren't going to be activated.
5201         (gnus-get-unread-articles): Fix up the last commit.
5202
5203         * gnus-html.el (gnus-article-html): Allow calling without specifying
5204         the handle.  In that case, dissect the buffer first.
5205
5206         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5207
5208         * nnimap.el (nnimap-open-connection): Revert the change that would look
5209         into authinfo for imaps instead of imap.
5210
5211         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5212         say that you don't want to call gnus-request-group with don-check, but
5213         do check the reponse.  This is for virtual groups only.
5214         (gnus-get-unread-articles): Count the archive groups as secondary, so
5215         that they're activated the same way as before.
5216
5217         * imap.el (imap-message-map): Removed optional buffer parameter, since
5218         no callers use it.
5219         (imap-message-get): Ditto.
5220         (imap-message-put): Ditto.
5221         (imap-mailbox-map): Ditto.
5222         (imap-mailbox-put): Ditto.
5223         (imap-mailbox-get): Ditto.
5224         (imap-mailbox-get): Revert last change for this function.
5225
5226         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5227         case-insensitively.
5228         (nnimap-debug): Remove.
5229
5230         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5231         to use `imap-fetch' instead.  According to the comments, this should be
5232         safe, since all other IMAP clients use the 1:* syntax.
5233         (imap-enable-exchange-bug-workaround): Removed.
5234         (imap-debug): Removed -- doesn't seem very useful.
5235
5236         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5237         mail from a file, and the file doesn't exist.
5238
5239         * imap.el (imap-log): New convenience function used throughout instead
5240         of repeating the same code all over the place.
5241
5242         * pop3.el (pop3-streaming-movemail): Return t for success.
5243
5244         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5245         .authinfo if we're using ssl connection.
5246
5247         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5248         already have if we're in a main Gnus `g' run.
5249
5250         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5251
5252 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5255
5256         * nnmh.el (nnmh-request-list-1): Bind `file'.
5257
5258         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5259         alias to set-process-query-on-exit-flag or process-kill-without-query.
5260         (pop3-open-server): Use it.
5261
5262 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5265         box to the Incoming file.  Fixes mistake in previous checkin.
5266
5267         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5268         request loop (for debugging purposes) removed.
5269
5270         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5271         culprit is more visible.
5272         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5273         (nnml-add-incremental-nov): New functions to do "incremental" nov
5274         updates, where we just append to the end of the existing nov files
5275         without reading/writing them in full.
5276
5277         * mail-source.el (mail-source-delete-crash-box): Really only check the
5278         incoming files once in a while.
5279
5280         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5281
5282         * mail-source.el (mail-source-delete-crash-box): Only check the
5283         incoming files for deletion once per day to save a lot of file
5284         accesses.
5285
5286         * pop3.el (pop3-logon): Fix up unbound variable typo.
5287
5288         * mail-source.el (pop3-streaming-movemail): Autoload.
5289
5290         * pop3.el (pop3-streaming-movemail):
5291         Respect pop3-leave-mail-on-server.
5292
5293         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5294         retrieval.
5295
5296         * pop3.el (pop3-process-filter): Remove unused function.
5297         (pop3-streaming-movemail, pop3-send-streaming-command)
5298         (pop3-wait-for-messages, pop3-write-to-file)
5299         (pop3-number-of-responses): New functions for streaming pop3
5300         retrieval.
5301
5302         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5303         come from no known methods.
5304         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5305         list.
5306
5307         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5308         message sizes.
5309         (pop3-movemail): Use erase-buffer instead of looping and deleting
5310         regions, which seems rather odd.
5311
5312         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5313         file once per `g' run.
5314
5315         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5316         directories.  This makes the draft queue directory work.
5317
5318         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5319         data from the backends, so that we only request the list of groups from
5320         each method once.  This should speed things up considerably.
5321
5322         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5323         detect that it's not implemented.
5324
5325         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5326         we actually do recurse down into the tree, but don't stat all leaf
5327         nodes.
5328
5329         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5330         then say so instead of bugging out.
5331
5332         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5333         files exist before trying to read them.
5334
5335         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5336         around <pre_int>.
5337
5338         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5339
5340         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5341
5342 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * mm-util.el (mm-image-load-path): Just return the image directories,
5345         not all directories in the path in addition to the image directories.
5346         (mm-image-load-path): Maintain a cache of the image directories so that
5347         the `g' command in Gnus doesn't have to stat dozens of directories each
5348         time.
5349
5350         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5351         (gnus-html-wash-tags): Add a new `i' command to insert images.
5352         (gnus-html-insert-image): New command and keystroke.
5353         (gnus-html-redisplay-with-images): New command and keystroke.
5354         (gnus-html-show-images): Rename command.
5355         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5356         spacers.
5357         (gnus-html-wash-tags): Decode entities at the end, so that entities
5358         inside the tags don't mess up the rest of the "parsing".
5359
5360         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5361         so that nnimap methods aren't agentized by default.  There's apparently
5362         many problems related to agent/imap behaviour.
5363
5364         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5365
5366         * gnus-html.el: Doc fix.
5367
5368 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5371         specifier-spec-list for Emacs 21.
5372
5373         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5374         glyph-width and glyph-height instead of display-graphic-p and
5375         image-size; make avoidance of displaying small images work for XEmacs.
5376
5377         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5378         for XEmacs.
5379
5380         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5381         of symbol that holds plist data.
5382         (gnus-process-plist): Remove plist of process after getting it.
5383
5384 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * message.el (message-generate-hashcash): Change default to
5387         'opportunistic if hashcash is installed.
5388
5389         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5390         (gnus-html-put-image): Only call image-size once, since it's somewhat
5391         time-consuming on remote X servers.
5392
5393 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5396         type on data, not a file name.
5397
5398         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5399         window-pixel-edges for Emacs 21.
5400
5401         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5402         decoded contents.
5403         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5404
5405 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5408         group line format, since it isn't very interesting.
5409
5410         * gnus-agent.el (gnus-agent-short-article),
5411         (gnus-agent-long-article): Increase values for these two variables,
5412         since most people are likely to have more network connection and
5413         storage than before.
5414
5415         * gnus.el (gnus-refer-article-method): Change default to 'current.
5416         When referring an article, the common behaviour is to refer it from the
5417         current select method, not the native select method.  The chances of
5418         the native select method having the message in question is rather slim
5419         these days.
5420
5421         * gnus-sum.el (gnus-auto-select-subject): Change default to
5422         `unseen-or-unread'.  I think it's likely that most people want to
5423         select an unseen article over a previously seen, but unread one.
5424
5425         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5426         means that in the article buffer none of the minor mode elements will
5427         be shown, usually, and this is not desirable in most cases.
5428
5429         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5430         that commands like `d' (and the like) go to the next line in the
5431         buffer, instead of the next unread article.  I think this is the
5432         behaviour that is most natural for most users.
5433         (gnus-single-article-buffer): Change default to nil, so that people can
5434         have as many article buffers open as they have summary buffer.  I think
5435         this is the most natural way for the groups to behave.
5436
5437         * message.el (message-generate-new-buffers): Change default to
5438         `unsent', so that all new message buffers start their names with the
5439         string "*unsent", and it's easier to find the buffers if you move from
5440         them.
5441
5442 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5445         small.  They're probably tracking images.
5446         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5447         (gnus-html-rescale-image): Yet another try at getting the image sizing
5448         right.
5449
5450         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5451         nntp-marks-file-name is nil.
5452
5453 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5454
5455         * gnus-html.el (gnus-html-wash-tags)
5456         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5457         Better logging.
5458
5459 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5462
5463         * gnus-html.el (gnus-html-wash-tags): Check the value of
5464         gnus-blocked-images in the summary buffer.
5465
5466 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5469
5470 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5473         like "a", it seems like.
5474         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5475         since it needs to be picked from the correct buffer.
5476
5477         * nnwfm.el: Remove.
5478
5479         * nnlistserv.el: Remove.
5480
5481 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5484         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5485
5486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * nnkiboze.el: Remove.
5489
5490         * nndb.el: Remove.
5491
5492         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5493         alt text.
5494         (gnus-html-rescale-image): Try to get the rescaling logic right for
5495         images that are just wide and not tall.
5496
5497         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5498         overshadow variable bindings.
5499
5500 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * gnus-html.el (gnus-html-wash-tags)
5503         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5504         Add extra logging.
5505
5506 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5509         (gnus-max-image-proportion): New variable.
5510         (gnus-html-rescale-image): New function.
5511         (gnus-html-put-image): Rescale images.
5512
5513 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         Fix up some byte-compiler warnings.
5516         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5517         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5518         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5519         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5520         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5521         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5522         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5523
5524 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-html.el (gnus-article-html): Decode contents by charset.
5527
5528 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5531         (gnus-html-frame-width, gnus-blocked-images)
5532         * message.el (message-prune-recipient-rules): Add custom version.
5533         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5534
5535         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5536         functions.
5537
5538         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5539         gnus-process-get.
5540
5541 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5542
5543         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5544         instead of lsub directly.
5545
5546 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * nnwarchive.el: Remove.
5549
5550         * gnus-soup.el: Remove.
5551
5552         * nnsoup.el: Remove.
5553
5554         * nnultimate.el: Remove.
5555
5556         * gnus-html.el (gnus-blocked-images): New variable.
5557
5558         * message.el (message-prune-recipients): New function.
5559         (message-prune-recipient-rules): New variable.
5560
5561         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5562         guess whether a long line is natural text or not.
5563
5564         * gnus-html.el (gnus-html-schedule-image-fetching):
5565         Use gnus-process-plist and friends for compatibility.
5566
5567 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5568
5569         * gnus-html.el: Require packages that define macros used in this file.
5570         (gnus-article-mouse-face): Declare to silence byte-compiler.
5571         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5572         process-get.
5573         (gnus-html-put-image): Use plist-get to avoid getf.
5574         (gnus-html-prefetch-images): Use with-current-buffer.
5575
5576 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-ems.el: Provide compatibility functions for
5579         gnus-set-process-plist.
5580
5581         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5582         header-line-format for XEmacs 21.4.
5583
5584         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5585         * gnus.el (gnus-valid-select-methods)
5586         * message.el (message-send-mail-partially-limit)
5587         * mm-decode.el (mm-text-html-renderer)
5588         * mml.el (mml-insert-mime-headers-always)
5589         * smiley.el (smiley-regexp-alist): Bump custom version.
5590
5591 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-html.el: require mm-url.
5594         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5595         with the url to `url'.
5596         (gnus-html-wash-tags): Support cid: URLs/images.
5597
5598 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5601         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5602         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5603
5604         * gnus-move.el: Remove file, since it doesn't really work.
5605
5606         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5607         UTF-8.  This seems to fix problems with some German web feeds.
5608
5609         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5610         at the top so that the proper colours are applied.
5611
5612         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5613         don't have dots in their names.
5614
5615         * gnus-art.el (gnus-article-view-part): Doc fix.
5616
5617         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5618         XEmacs-compatible.
5619         (gnus-html-put-image): Don't do images on non-graphic displays.
5620
5621         * nnslashdot.el: Remove this unused backend.
5622
5623         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5624         actions.
5625         (gnus-undo-register-1): Revert last change.
5626
5627         * gnus-group.el (gnus-group-completing-read): Protect against not
5628         having completion-styles bound.
5629
5630         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5631         make broken recipients happier.
5632
5633         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5634
5635         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5636         point parameter.
5637
5638         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5639
5640         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5641         completion-styles for group selection.
5642
5643 2009-02-04  Andreas Schwab  <schwab@suse.de>
5644
5645         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5646         headers and regexp-quote the match if necessary.
5647
5648 2009-03-24  Miles Bader  <miles@gnu.org>
5649
5650         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5651         the blinking smiley.
5652
5653 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5654
5655         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5656         blink smiley.
5657
5658 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5661         where the dribbel file lives exists.
5662
5663         * message.el (message-send-mail-partially-limit): Change the default to
5664         nil, since most people don't want this.
5665
5666         * mm-url.el (mm-url-decode-entities): Also decode entities like
5667         &#x3212.
5668
5669 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5670
5671         * gnus-sum.el (gnus-summary-idna-message):
5672         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5673         Hyperlink urls in docstrings with URL `...'.
5674
5675 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5676
5677         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5678         functions.
5679
5680 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5683         say what the mouseover text should be.
5684
5685         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5686         version of the mm-w3m-safe-url-regexp variable to only download images
5687         in the groups where we want that to happen.
5688
5689         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5690
5691         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5692         easier debugging.
5693         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5694         big pictures in the article buffer.
5695
5696         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5697         gnus-article-html.
5698         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5699         w3m.
5700
5701         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5702
5703 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5706         which doesn't exist.
5707
5708         * message.el (message-inhibit-ecomplete): New variable to allow some
5709         function to inhibit ecomplete address storage.
5710         (message-resend): Disable ecomplete message storage when resending
5711         messages.
5712
5713         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5714
5715 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5718         Save excursion while copying, moving, and deleting articles in order to
5719         prevent the cursor from jumping to unforeseen place.
5720
5721 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * lpath.el: No need to bind bookmark-current-buffer,
5724         bookmark-yank-point and bookmark-make-record-function.
5725
5726 2010-08-17  Glenn Morris  <rgm@gnu.org>
5727
5728         * gnus-sync.el: Require gnus components whose functions are used.
5729
5730         * gnus-art.el (bookmark-make-record-function):
5731         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5732         Declare for compiler.
5733
5734         * mm-url.el (mml-compute-boundary): Autoload.
5735
5736 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5739
5740 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         Typo fix "hoo4a" -> "hook".
5743
5744         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5745
5746 2010-08-14  Glenn Morris  <rgm@gnu.org>
5747
5748         * gnus-sync.el (gnus-sync): Fix defgroup version.
5749
5750 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5751
5752         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5753
5754         * gnus-sync.el: Fix docs.
5755         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5756         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5757
5758 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         Optimizations for gnus-sync.el.
5761
5762         * gnus-sync.el: Add docs about gnus-sync-backend
5763         possibilities.
5764         (gnus-sync-save): Remove unnecessary message.
5765         (gnus-sync-read): Optimize and show what groups were skipped.
5766
5767 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         Minor bug fixes for gnus-sync.el.
5770
5771         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5772         Don't read the sync on get-new-news.
5773
5774         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5775         quiet.
5776
5777         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5778         (fix typo).
5779
5780 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5781
5782         Make saving and restoring of hidden threads work with overlays.
5783         Patch applied by Ted Zlatanov.
5784
5785         * gnus-sum.el (gnus-hidden-threads-configuration)
5786         (gnus-restore-hidden-threads-configuration): Update to deal with text
5787         properties, rather than searching for a magic character.
5788
5789 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         New gnus-sync.el library for synchronization of marks.
5792
5793         * gnus-sync.el: New library for synchronization of marks.
5794
5795         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5796         renamed from `gnus-registry-grep-in-list'.
5797
5798         * gnus-registry.el (gnus-registry-follow-group-p):
5799         Use `gnus-grep-in-list'.
5800
5801         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5802
5803 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5806         determining charset of text fails.
5807
5808 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * nnmail.el (nnmail-get-new-mail-1): Revert.
5811
5812         * nnml.el (nnml-active-number): Make sure names of newly created groups
5813         in nnml-group-alist are encoded.
5814
5815 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5818         containing non-ASCII characters in active file for nnml back end.
5819
5820 2010-07-24  David Engster  <dengste@eml.cc>
5821
5822         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5823         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5824
5825 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5826
5827         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5828         tag (Bug#6654).
5829
5830 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5833         the article buffer, not the summary buffer.
5834
5835 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5838         Emacs 23 as well.
5839
5840 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5843         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5844
5845 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5846
5847         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5848         Patch applied by Karl Fogel.
5849
5850         * gnus-sum.el (gnus-summary-bookmark-make-record):
5851         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5852
5853 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5854
5855         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5856         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5857         C-w still not working correctly from Article buffers; Thierry's
5858         patch to fix that will be applied after this.
5859
5860         * gnus-art.el (bookmark-make-record-function): New local variable.
5861
5862         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5863         article buffer.
5864         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5865
5866 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5867
5868         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5869         on changes in bookmark.el.
5870
5871 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5874         `no-log' instead of message not to log prompt string.
5875
5876 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5877
5878         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5879         the *other* type of HTML form submission.
5880
5881 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5882
5883         * auth-source.el (auth-source-pick): If choice does not contain a
5884         questioned keyword, set the check to t.
5885
5886 2010-06-12  Romain Francoise  <romain@orebokech.com>
5887
5888         * gnus-util.el (gnus-date-get-time): Move up before first use.
5889
5890 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5893         (gnus-article-edit-part): Bind it to make last part that is substituted
5894         or deleted visible.
5895         (gnus-mime-display-single): Buttonize part of which id equals to
5896         gnus-mime-buttonized-part-id.
5897
5898 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5899
5900         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5901         (gnus-dd-mmm): Use gnus-date-get-time.
5902         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5903         simplify logic.
5904         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5905         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5906
5907 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5908
5909         * auth-source.el (top): Autoload `secrets-list-collections',
5910         `secrets-create-item', `secrets-delete-item'.
5911         (auth-sources): Fix tag string.
5912         (auth-get-source, auth-source-retrieve, auth-source-create)
5913         (auth-source-delete): New defuns.
5914         (auth-source-pick): Rewrite in order to avoid 2 passes.
5915         (auth-source-forget-user-or-password): New parameter USERNAME.
5916         (auth-source-user-or-password): New parameters CREATE-MISSING and
5917         DELETE-EXISTING.  Retrieve password interactively, if needed.
5918
5919 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5920
5921         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5922         deleting unused directories when gnus-expert-user is t.
5923
5924 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5927         for each temp file when gnus-article-browse-delete-temp is ask.
5928
5929 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5930
5931         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5932         Lisp calls to delete-backward-char by calls to delete-char.
5933
5934 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5935
5936         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5937
5938 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5939
5940         * password-cache.el (password-cache-remove): Fix docstring.
5941
5942 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5945         article unless decoding article to be saved.
5946
5947 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5950         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5951         generated within the mm-with-unibyte-current-buffer macro.
5952
5953 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5956         to nil when we're in a mml-preview buffer and no group is selected.
5957
5958 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5959
5960         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5961         when catching the `C-g'.  Reported by "Leo".
5962
5963 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * message.el (message-forward-make-body-plain)
5966         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5967         multibyte-string-p.
5968
5969         * lpath.el: Revert.
5970
5971 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * message.el (message-forward-make-body-mml): Assume original message
5974         is multibyte string; error on unibyte.
5975         (message-forward-make-body-plain): Ditto; don't add excessive newline
5976         in body end.
5977
5978         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5979
5980 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5981
5982         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5983         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5984
5985 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * mm-extern.el (mm-extern-url): Don't use
5988         mm-with-unibyte-current-buffer.
5989         (mm-extern-cache-contents): Use with-current-buffer instead of
5990         save-excursion + set-buffer.
5991
5992 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * mm-util.el (mm-emacs-mule): Remove.
5995
5996 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5997
5998         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5999         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6000         change.
6001
6002 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6005         bind the default value of enable-multibyte-characters to nil.
6006
6007 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * message.el (message-forward-make-body-plain)
6010         (message-forward-make-body-mml):
6011         Don't use mm-with-unibyte-current-buffer.
6012
6013 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6016
6017 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6018
6019         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6020         (Bug#5592).
6021
6022 2010-05-07  Julien Danjou  <julien@danjou.info>
6023
6024         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6025         it to mm-pipe-part.
6026
6027         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6028         it is given.
6029
6030 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * binhex.el (binhex-decode-region-internal)
6033         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6034         (dns-query)
6035         * nnweb.el (nnweb-gmane-search)
6036         * pgg-parse.el (pgg-parse-armor)
6037         * pgg.el (pgg-verify-region)
6038         * sha1.el (sha1-string-external)
6039         * uudecode.el (uudecode-decode-region-internal)
6040         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6041         XEmacs.
6042
6043         * gnus-art.el (gnus-article-browse-html-parts)
6044         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6045         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6046         make-temp-file.
6047
6048         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6049         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6050         compiling.
6051
6052         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6053         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6054         XEmacs when compiling.
6055
6056         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6057         gnus-pick-mode-off-hook for XEmacs when compiling.
6058         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6059         gnus-binary-mode-off-hook for XEmacs when compiling.
6060
6061         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6062         Return nil if char-charset is not available.
6063
6064         * imap.el (imap-disable-multibyte)
6065         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6066         macros.
6067
6068         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6069         instead of encode-coding-string.
6070
6071         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6072         'xemacs) instead of mm-emacs-mule to switch function definitions.
6073         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6074
6075         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6076         bind temporary-file-directory for XEmacs;
6077         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6078         timer-set-function for XEmacs 21.4 and SXEmacs;
6079         bind timer-list for XEmacs 21.4 and SXEmacs;
6080         fbind char-charset and find-charset-region for non-Mule XEmacs;
6081         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6082         encode-coding-region and encode-coding-string for XEmacs having no
6083         file-coding feature.
6084
6085 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6086
6087         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6088
6089 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6092         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6093
6094 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6095
6096         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6097         alias `jka-compr-delete-temp-file' no longer exists.
6098
6099 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         Use define-minor-mode in Gnus where applicable.
6102         * mml.el (mml-mode): Use define-minor-mode.
6103         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6104         (gnus-undo-mode): Use define-minor-mode.
6105         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6106         (gnus-dead-summary-mode): Use define-minor-mode.
6107         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6108         Initialize in declaration.
6109         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6110         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6111         (gnus-mailing-list-mode): Use define-minor-mode.
6112         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6113         (gnus-draft-mode): Use define-minor-mode.
6114         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6115         (gnus-dired-mode): Use define-minor-mode.
6116
6117 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6118
6119         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6120         handles on recursive mml-to-mime translation and check them for
6121         boundary delimiter collisions.  Reported by Greg Troxel.
6122
6123 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6126
6127 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6128
6129         * mm-util.el (mm-find-buffer-file-coding-system):
6130         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6131
6132 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6133
6134         * message.el (message-generate-headers): Record insertion of optional
6135         headers as well.  Otherwise the check to prevent repeated insertion of
6136         optional headers is a no-op.
6137
6138 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * smime.el: Don't mention CVS.
6141
6142         * nnrss.el (nnrss-fetch): Don't mention CVS.
6143
6144         * nnir.el: Don't mention CVS.
6145
6146 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6147
6148         * gnus-sum.el (gnus-summary-bookmark-make-record):
6149         Add `location' field.
6150
6151 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * lpath.el: Fbind bookmark-default-handler,
6154         bookmark-get-bookmark-record, bookmark-make-record-default,
6155         bookmark-prop-get for Emacs <23 and XEmacs.
6156
6157 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6158
6159         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6160         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6161         Use with-current-buffer to silence the byte-compiler.
6162         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6163         bother to require `gnus'.
6164         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6165
6166 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6167
6168         * gnus-sum.el (gnus-summary-bookmark-make-record)
6169         (gnus-summary-bookmark-jump): New functions.
6170         (gnus-summary-mode): Setup bookmark support.
6171
6172 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6173
6174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6175         if set.
6176
6177 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6180         gnus-article-browse-html-save-cid-image; make it work recursively for
6181         forwarded messages as well.
6182         (gnus-article-browse-html-parts): Work when prefix arg is given.
6183         (gnus-article-browse-html-article): Doc fix.
6184
6185 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6186
6187         * message.el (message-default-mail-headers):
6188         (message-default-headers): Carry the value mail-default-headers over
6189         into message-default-mail-headers, rather than message-default-headers.
6190
6191 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6192
6193         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6194         charset.
6195
6196         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6197         charset into the <meta> tag when the article is encoded to utf-8.
6198
6199 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-art.el (gnus-article-browse-delete-temp-files):
6202         Delete directories as well.
6203         (gnus-article-browse-html-parts): Work for images that do not specify
6204         file names; delete temp directory when quitting; insert header at the
6205         right place; use file: scheme for image files.
6206
6207 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6208
6209         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6210         (gnus-article-browse-html-parts): Use it to make temporary cid image
6211         files in addition to html file so that browser may display them.
6212
6213 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6216
6217 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6220
6221 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * auth-source.el (auth-sources): Change default to be simpler.
6224         Explain about Secret Service API sources.  Improve Customize options.
6225         (auth-source-pick): Change to accept any number of search parameters.
6226         Implement fallbacks iteratively, not recursively.  Add scoring on the
6227         second pass and sort by score.  Call Secret Service API when needed.
6228         (auth-source-user-or-password): Use it.  Call Secret Service API
6229         directly when needed to get the user name and the password.
6230
6231 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6232
6233         * message.el (message-interactive): Doc fix.
6234         (message-qmail-inject-args): Reflow.
6235         (message-kill-to-signature): Fix typo in docstring.
6236
6237         * smiley.el (smiley-buffer): Fix typo in docstring.
6238
6239 2010-03-24  Glenn Morris  <rgm@gnu.org>
6240
6241         * mail-source.el (gnus-message): Declare.
6242         (mail-source-delete-old-incoming): Require gnus-util.
6243
6244 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6247
6248         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6249
6250         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6251         password-cache's default if it is not bound.
6252         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6253         password-cache-expiry's default if it is not bound.
6254
6255         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6256         available in Emacs 21.
6257
6258         * lpath.el: Suppress compiler warnings for:
6259         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6260         XEmacs;
6261         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6262         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6263         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6264
6265 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * auth-source.el (auth-sources): Fix up definition so extra parameters
6268         are always inline.
6269
6270 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6271
6272         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6273         wasn't updated after mismatch.  Clear cached mailbox info correctly
6274         when uidvalidity changes.
6275         (nnimap-group-prefixed-name): New function to avoid some code
6276         duplication.
6277         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6278         (nnimap-request-group): Use it.
6279         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6280         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6281         with many imap folders.  This is done by caching the group status from
6282         the imap server persistently in a group parameter `imap-status'.  (This
6283         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6284         but not persistently, so every Gnus startup was still very slow.)
6285
6286 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6289         delete the extra newline.  Otherwise editing of :string and :number
6290         types don't work.
6291
6292 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6295         secrets.el dependency.
6296         (auth-sources): Add optional user name.  Add secrets.el configuration
6297         choice (unused right now).
6298
6299 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         * gnus-sum.el (gnus-summary-make-menu-bar):
6302         Let `gnus-registry-install-shortcuts' fill in the functions.
6303
6304         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6305         warnings.
6306         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6307         (gnus-registry-install-shortcuts): Populate and use it in a
6308         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6309
6310 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6311
6312         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6313         In-place substitutions for the group name encoding/decoding.
6314         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6315         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6316         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6317         (nnimap-update-unseen, nnimap-request-list)
6318         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6319         (nnimap-request-set-mark, nnimap-split-to-groups)
6320         (nnimap-split-articles, nnimap-request-newgroups)
6321         (nnimap-request-create-group, nnimap-request-accept-article)
6322         (nnimap-request-delete-group, nnimap-request-rename-group)
6323         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6324         `encoded-mbx' for consistency.
6325         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6326         variable `imap-current-mailbox'.
6327
6328         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6329         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6330
6331 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6332
6333         * pop3.el (pop3-display-message-size-flag): Display message size byte
6334         counts during POP3 download.
6335         (pop3-movemail): Use it.
6336         (pop3-list): Implement listing of available messages.
6337
6338 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6339
6340         * nnir.el (nnir-get-article-nov-override-function): New function to
6341         override the normal NOV retrieval.
6342         (nnir-retrieve-headers): Use it.
6343
6344 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6345
6346         * auth-source.el (netrc-machine-user-or-password): Autoload.
6347
6348 2010-03-19  Glenn Morris  <rgm@gnu.org>
6349
6350         Stop message.el from loading about 40 libraries it doesn't always need.
6351         The general approach is to autoload rather than require, and to
6352         require in the specific functions rather than the file.  (Bug#5642)
6353
6354         * gmm-utils.el: Don't require wid-edit.
6355         (widget-create-child-value, widget-convert, widget-default-get):
6356         Autoload.
6357
6358         * gnus-util.el: Don't require time-date, netrc.
6359         (message-fetch-field, gnus-group-name-decode): Declare rather than
6360         autoloading.
6361         (gnus-fetch-field): Require message.
6362         (gnus-decode-newsgroups): Require gnus-group.
6363
6364         * ietf-drums.el: Don't require time-date.
6365
6366         * message.el: Don't require hashcash, canlock, ecomplete.
6367         Do require mail-utils.  Require nnheader only when compiling.
6368         (smtpmail-default-smtp-server): Remove declaration.
6369         (message-send-mail-function): Check smtpmail-default-smtp-server
6370         is bound rather than requiring smtpmail.
6371         (message-auto-save-directory, message-insert-signature):
6372         Use expand-file-name rather than nnheader-concat.
6373         (nnheader-insert-file-contents): Autoload.
6374         (hashcash-wait-async): Declare.
6375         (message-send-mail): Only call gnus-setup-posting-charset if
6376         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6377         (message-send-mail-with-sendmail): Require sendmail.
6378         (canlock-password, canlock-password-for-verify): Declare.
6379         (message-canlock-password): Require canlock.
6380         (nnheader-get-report): Autoload.
6381         (gnus-setup-posting-charset): Declare.
6382         (message-send-news): Require gnus-msg.
6383         (message-make-references, message-make-in-reply-to): Use mail-header-id
6384         rather than the alias mail-header-message-id.
6385         (ecomplete-add-item, ecomplete-save): Declare.
6386         (message-put-addresses-in-ecomplete): Require ecomplete.
6387         (ecomplete-display-matches): Autoload.
6388
6389         * mm-decode.el: Don't require mailcap, gnus-util.
6390         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6391         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6392         Autoload.
6393         (mailcap-mime-extensions): Declare.
6394
6395         * mm-encode.el: Don't require mailcap.
6396         (mailcap-extension-to-mime): Autoload.
6397
6398         * mml-sec.el: Don't require password-cache.
6399
6400         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6401         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6402         (mml-minibuffer-read-type): Require mailcap.
6403         (mml-preview): Require gnus-msg.
6404
6405         * mml1991.el: Require password-cache.
6406         (password-cache-expiry): Remove declaration.
6407
6408         * mml2015.el: Require password-cache.
6409         (password-cache-expiry): Remove declaration.
6410
6411         * nneething.el (mailcap): Require mailcap.
6412
6413         * nnheader.el (declare-function): Add compatibility stub.
6414         (message-remove-header): Declare rather than autoload.
6415         (nnheader-replace-header): Require message.
6416
6417         * nnimap.el (declare-function): Add compatibility stub.
6418         (netrc-parse, netrc-machine-user-or-password): Declare.
6419         (nnimap-open-connection): Require netrc.
6420
6421         * nntp.el (declare-function): Add compatibility stub.
6422         (netrc-parse, netrc-machine, netrc-get): Declare.
6423         (nntp-send-authinfo): Require netrc.
6424
6425         * rfc2047.el: Don't require qp.
6426         (quoted-printable-encode-region, quoted-printable-decode-string):
6427         Autoload.
6428
6429         * sieve-mode.el: Don't require easymenu.
6430         (easy-menu-add-item): Autoload it.
6431
6432         * spam-stat.el (time-to-number-of-days): Autoload it.
6433
6434 2010-03-19  Glenn Morris  <rgm@gnu.org>
6435
6436         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6437
6438 2010-03-18  Glenn Morris  <rgm@gnu.org>
6439
6440         * hashcash.el (declare-function): Remove duplicate definition.
6441
6442 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6443
6444         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6445         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6446         value if any backslash escapes).
6447
6448 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6451         if it is available.  (bug#5647)
6452
6453         * lpath.el: Suppress compiler warning for coding-system-from-name for
6454         Emacs 21 and XEmacs.
6455
6456 2010-03-14  Juri Linkov  <juri@jurta.org>
6457
6458         * hmac-def.el:
6459         * hmac-md5.el:
6460         * netrc.el: Fix keywords.
6461
6462 2010-02-26  Glenn Morris  <rgm@gnu.org>
6463
6464         * message.el (message-send-mail-function): Change the default, so that
6465         it inherits from a customized send-mail-function.  (Bug#5643)
6466
6467 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6470         shell-command-to-string signals an error (bug#5299).
6471
6472 2010-02-24  Glenn Morris  <rgm@gnu.org>
6473
6474         * message.el (message-smtpmail-send-it)
6475         (message-send-mail-with-mailclient): Doc fixes.
6476
6477 2010-02-16  Glenn Morris  <rgm@gnu.org>
6478
6479         * message.el (message-default-mail-headers): Change the default value
6480         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6481
6482 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6485         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6486
6487 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6488
6489         * time-date.el (date-to-time): Doc fix (Bug#5408).
6490
6491 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6492
6493         * message.el (message-mail): Just pass yank-action on to message-setup.
6494         (message-setup): Handle (FUN . ARGS) form of yank-action.
6495         (message-with-reply-buffer, message-widen-reply)
6496         (message-yank-original): Handle non-buffer values of
6497         message-reply-buffer (Bug#4080).
6498         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6499
6500 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6501
6502         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6503         Fix typo in docstring.
6504
6505 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6506
6507         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6508         response.
6509
6510 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6513
6514         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6515
6516         * message.el (message-check-news-header-syntax): Protect against a
6517         string that `rfc822-addresses' returns when parsing fails.
6518
6519 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6522         (gnus-previous-char-property-change): New functions.
6523
6524         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6525
6526 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6527
6528         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6529         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6530
6531 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6532
6533         * message.el (message-exchange-point-and-mark): Rework last change to
6534         avoid using optional arg of exchange-point-and-mark, for backward
6535         compatibility.
6536
6537 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6538
6539         * message.el (message-exchange-point-and-mark):
6540         Call exchange-point-and-mark with an argument rather than setting
6541         mark-active by hand (Bug#5175).
6542
6543 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * nntp.el (nntp-service-to-port): Work for service expressed with
6546         numeric string; replace [:digit:] with [0-9] for XEmacs.
6547
6548 2009-12-17  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-group.el (gnus-bug-group-download-format-alist):
6551         Change emacs entry to debbugs.gnu.org.  Bump :version.
6552
6553 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6556
6557 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * message.el (message-info): Explain why we use `Info-goto-node'.
6560
6561 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6564
6565 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6566
6567         * message.el (message-completion-in-region): New compatibility function.
6568         (message-expand-group): Use it.
6569
6570 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6573         with no unread article should be listed if the 2nd arg `predicate' is
6574         given.
6575
6576 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6579
6580 2009-11-29  Juri Linkov  <juri@jurta.org>
6581
6582         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6583         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6584         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6585
6586 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6587
6588         * sha1.el (sha1-string-external): default-directory "/" in case
6589         otherwise non-existent.  process-connection-type pipe for touch of
6590         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6591
6592 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6593
6594         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6595         it's comms related and sgml-mode.el has "comm" on that basis too.
6596
6597 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6600         containing tspecial characters if they have been already quoted.
6601
6602 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6603
6604         * dns-mode.el (auto-mode-alist): Purecopy string.
6605
6606 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6607
6608         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6609
6610 2009-10-24  Glenn Morris  <rgm@gnu.org>
6611
6612         * gnus-art.el (help-xref-stack-item): Define for compiler.
6613
6614 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6615
6616         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6617
6618 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6621
6622 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6625         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6626
6627 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6630         (gnus-overlays-in): New alias to overlays-in.
6631
6632         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6633         gnus-overlay-get, and gnus-delete-overlay.
6634         (gnus-summary-show-thread): Make it work as well for systems in which
6635         next-single-char-property-change is not available.
6636         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6637
6638         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6639         (gnus-overlay-get): New alias to extent-property.
6640         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6641
6642         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6643         SXEmacs.
6644
6645         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6646         SXEmacs.
6647
6648 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6651
6652 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6653
6654         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6655         and XEmacs that don't have `remove-overlays'.
6656
6657 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6658
6659         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6660         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6661         selective display.  Use overlays instead.
6662
6663 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6664
6665         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6666
6667 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6668
6669         * spam-stat.el (spam-stat-load): Fix typo in message.
6670
6671 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6672
6673         * dig.el (dig-invoke): Fix typo in docstring.
6674         (query-dig): Reflow docstring.
6675
6676 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6677
6678         * gnus-art.el (gnus-article-encrypt-body):
6679         * message.el (message-check-recipients):
6680         * mm-util.el (mm-codepage-setup):
6681         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6682         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6683
6684 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6685
6686         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6687         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6688         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6689         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6690         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6691
6692 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6693
6694         * dig.el: Add "Keywords: comm", as per net-utils.el.
6695
6696 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6697
6698         * dig.el (dig-mode): Use define-derived-mode.
6699
6700 2009-09-19  Glenn Morris  <rgm@gnu.org>
6701
6702         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6703
6704 2009-09-18  Glenn Morris  <rgm@gnu.org>
6705
6706         * gnus-diary.el (gnus-diary-check-message):
6707         * message.el (message-insert-formatted-citation-line):
6708         * nnbabyl.el (top-level):
6709         * nndiary.el (nndiary-schedule):
6710         Fix typos in condition-case handlers.
6711
6712 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6715         configuration that provides the sole article window in a frame;
6716         position point correctly after deleting a part.
6717
6718 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6719
6720         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6721         (spam-resolve-registrations-routine): Use it to unregister articles
6722         that change status.
6723
6724 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6727         with XEmacs.
6728         (parse-time-string-chars): Use it.
6729
6730 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * imap.el (imap-interactive-login): Better messages.
6733         (imap-open): Fix bug with renamed buffer on reconnect.
6734         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6735         for easier debugging and cleaner code.  On successful (guessed based on
6736         server capabilities) secondary authentication, set imap-state
6737         correctly.
6738         (imap-last-authenticator): Define imap-last-authenticator as a variable
6739         to avoid warnings.
6740
6741 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * nnrss.el (nnrss-request-article): Remove binding of
6744         default-enable-multibyte-characters that has gotten needless by
6745         the 2007-07-13 change in rfc2047-encode-message-header.
6746
6747         * mml.el (mml-insert-multipart): Error on the message header.
6748         (mml-insert-part): Error on the message header; position point at
6749         the end of a MIME tag.
6750
6751 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * time-date.el (autoload): Expand define-obsolete-function-alias into
6754         defalias and make-obsolete for old Emacsen that Gnus supports.
6755         (with-no-warnings): Define it for old Emacsen.
6756         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6757         is available.
6758         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6759         float-time is available; suppress compile warning for time-to-seconds.
6760
6761         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6762         (gnus-float-time): Alias to float-time if it exists.
6763
6764         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6765         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6766         float-time is available; suppress compile warning for time-to-seconds.
6767
6768         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6769         XEmacs.
6770
6771 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6772
6773         * imap.el (imap-message-map): Docstring fix.
6774
6775 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6778         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6779         Add the optional argument `encoding' that overrides the default.
6780
6781         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6782         mm-encode-buffer.
6783
6784 2009-09-04  Glenn Morris  <rgm@gnu.org>
6785
6786         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6787         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6788         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6789         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6790         * mm-util.el (mm-with-unibyte-current-buffer)
6791         (mm-find-buffer-file-coding-system):
6792         * yenc.el (yenc-decode-region): Use default-value rather than
6793         default-enable-multibyte-characters.
6794
6795 2009-09-03  Glenn Morris  <rgm@gnu.org>
6796
6797         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6798         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6799         than default-enable-multibyte-characters.
6800
6801 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6802
6803         * gnus-art.el (gnus-article-read-summary-keys):
6804         Fix gnus-buffer-configuration's value temporarily used.
6805
6806 2009-09-02  Glenn Morris  <rgm@gnu.org>
6807
6808         * gnus-util.el (gnus-float-time): New function.
6809         * gnus-delay.el (gnus-delay-article):
6810         * gnus-sum.el (gnus-thread-latest-date):
6811         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6812         * nnspool.el (nnspool-request-newgroups):
6813         Use gnus-float-time rather than time-to-seconds.
6814         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6815
6816         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6817         (gnus-header-subject-face, gnus-header-newsgroups-face)
6818         (gnus-header-name-face, gnus-header-content-face):
6819         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6820         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6821         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6822         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6823         (gnus-cite-face-11):
6824         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6825         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6826         (gnus-server-closed-face, gnus-server-denied-face)
6827         (gnus-server-offline-face):
6828         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6829         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6830         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6831         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6832         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6833         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6834         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6835         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6836         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6837         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6838         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6839         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6840         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6841         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6842         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6843         (gnus-summary-high-undownloaded-face)
6844         (gnus-summary-low-undownloaded-face)
6845         (gnus-summary-normal-undownloaded-face)
6846         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6847         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6848         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6849         (gnus-splash-face):
6850         * message.el (message-header-to-face, message-header-cc-face)
6851         (message-header-subject-face, message-header-newsgroups-face)
6852         (message-header-other-face, message-header-name-face)
6853         (message-header-xheader-face, message-separator-face)
6854         (message-cited-text-face, message-mml-face):
6855         * sieve-mode.el (sieve-control-commands-face)
6856         (sieve-action-commands-face, sieve-test-commands-face)
6857         (sieve-tagged-arguments-face):
6858         * spam.el (spam-face):
6859         Mark face aliases with "-face" in the name as obsolete.
6860
6861 2009-09-01  Glenn Morris  <rgm@gnu.org>
6862
6863         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6864         than goto-line.
6865
6866 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6869         Don't move point if the command is invoked inside the message header.
6870
6871 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6872
6873         * imap.el (imap-send-command): Simplify.
6874         (imap-wait-for-tag): point-max -> buffer-size.
6875
6876 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6877
6878         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6879         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6880         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6881         * nnir.el (nnir-swish-e-index-file):
6882         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6883         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6884         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6885         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6886         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6887         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6888
6889 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6892         Don't save excursion.
6893
6894 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6895
6896         * nnheader.el (nnheader-find-file-noselect):
6897         * mm-util.el (mm-insert-file-contents):
6898         Use (default-value 'major-mode) instead of default-major-mode.
6899
6900 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6901
6902         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6903
6904 2009-08-26  Glenn Morris  <rgm@gnu.org>
6905
6906         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6907         than placing in files.el.
6908
6909 2009-08-25  Glenn Morris  <rgm@gnu.org>
6910
6911         * nnir.el (top-level): Don't require cl at run-time.
6912         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6913         Replace cl-function substitute with gnus-replace-in-string.
6914         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6915         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6916         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6917         simplified expansions.
6918
6919 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6920
6921         * dig.el (dig): Add autoload cookie.
6922
6923 2009-08-22  Glenn Morris  <rgm@gnu.org>
6924
6925         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6926         goto-line.
6927
6928 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6929
6930         * parse-time.el (parse-time-string-chars): Save match data.
6931
6932 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6933
6934         * parse-time.el (parse-time-string-chars): Compute using character
6935         classes, to handle non-ascii characters (Bug#3190).
6936
6937 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6940
6941         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6942         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6943         (gnus-mm-display-part, gnus-mime-display-single)
6944         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6945         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6946
6947         * gnus-sum.el
6948         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6949         (gnus-summary-move-article): Add expirable mark to articles copied or
6950         moved to group that has auto-expire turned on if the option is non-nil.
6951
6952 2009-07-24  Glenn Morris  <rgm@gnu.org>
6953
6954         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6955         Fix typo.  (Bug#3903)
6956
6957 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6960         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6961         that should not be used for draft articles.
6962         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6963         that has no concern in minor mode keys.
6964         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6965         Abolish.
6966
6967 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6970         article without making inquiry to a user for unknown encoding.
6971
6972         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6973         (nnmaildir--scan): Assume i-node and device number that file-attributes
6974         returns might be cons-cell.
6975
6976         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6977
6978         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6979
6980 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6981
6982         * auth-source.el: Remove docs now in auth.texi.  Don't use
6983         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6984         `auth-source-hide-passwords' and use them.
6985
6986 2009-07-15  Glenn Morris  <rgm@gnu.org>
6987
6988         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6989
6990 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6993         excessive whitespace from the default values of title and description.
6994
6995 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6998         mail-fetch-field to fetch Content-Description header in order to
6999         exclude newlines.
7000
7001 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7002
7003         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7004         format used by GnuPG 2.0.11.
7005
7006 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7009         to deleted part.
7010
7011 2009-05-30  David Engster  <dengste@eml.cc>
7012
7013         * nnmairix.el: Remove old documentation in the commentary block.
7014         (nnmairix-request-group): Do not update active file for nnml back ends.
7015         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7016         end so that overview files are ignored.
7017         (nnmairix-update-groups): Make updating the groups more robust by using
7018         marks.
7019         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7020         with dollar characters in message-id.
7021
7022 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7025         2008-12-25 in dns.el.
7026
7027 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7028
7029         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7030         could happen if the text is only composed of spaces and/or tabs.
7031
7032 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7033
7034         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7035         when sending a queued message to avoid extra mml tags.
7036
7037 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7040
7041 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7044         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7045         rmail-toggle-header for XEmacs;
7046         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7047
7048 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-dired.el: Remove autoload for gnus-setup-message.
7051         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7052         displaying Gnus logo; always use compose-mail.
7053
7054 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7057
7058 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7061         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7062         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7063         available.
7064         (gnus-nocem-epg-verify): New function.
7065
7066 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7069
7070 2009-02-15  Glenn Morris  <rgm@gnu.org>
7071
7072         * gnus-util.el (rmail-insert-rmail-file-header)
7073         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7074         autoloads.
7075         (rmail-default-rmail-file): Remove unnecessary declaration.
7076         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7077
7078 2009-02-14  Glenn Morris  <rgm@gnu.org>
7079
7080         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7081         variable (only used in gnus-util, which declares it anyway).
7082         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7083         which was only needed by gnus-art (changed to not use it any more).
7084         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7085         only used in gnus-util, which autoloads it itself.
7086         (rmail-update-summary): Fix autoload.
7087
7088         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7089         rather than rmail-output-to-rmail-file.
7090
7091 2009-02-07  Glenn Morris  <rgm@gnu.org>
7092
7093         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7094         autoload of function that no longer exists.
7095         (rmail-toggle-header): Declare.
7096         (message-forward-rmail-make-body): Handle mbox Rmail.
7097
7098 2009-01-31  Glenn Morris  <rgm@gnu.org>
7099
7100         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7101         2009-01-09 change.
7102
7103 2009-01-31  Dave Love  <fx@gnu.org>
7104
7105         * imap.el (imap-fetch-safe): Bind debug-on-error.
7106         (imap-debug): Add imap-fetch-safe.
7107
7108 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7109
7110         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7111         (auth-source-forget-all-cached): New convenience function.
7112         (auth-source-user-or-password): Accept list of modes or a single mode.
7113
7114         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7115         auth-source modes.
7116
7117         * netrc.el (netrc-machine-user-or-password): Use list of
7118         auth-source modes.
7119
7120         * nnimap.el (nnimap-open-connection): Use list of
7121         auth-source modes.
7122
7123         * nntp.el (nntp-send-authinfo): Use list of
7124         auth-source modes.
7125
7126 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7129         now.
7130
7131 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7134         coding system in XEmacs; add a workaround for XEmacs.
7135
7136         * lpath.el: Fbind coding-system-aliasee.
7137
7138 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7141         of current-language-environment.
7142
7143 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7146         available at runtime.
7147
7148 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7151
7152 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7153
7154         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7155         the greatest positive fixnum value doesn't work under an XEmacs with
7156         bignum support; use the most-positive-fixnum constant instead,
7157         available since Emacs 21.1 with cl and XEmacs 21.1.
7158
7159 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7162         XEmacs gets not to work.
7163
7164 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * mm-util.el (mm-coding-system-priorities): Allow the value like
7167         "Japanese (UTF-8)" of current-language-environment.
7168
7169 2009-01-09  Glenn Morris  <rgm@gnu.org>
7170
7171         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7172         with last-command-event.
7173
7174 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7177         in the doc string.
7178
7179         * message.el (message-fix-before-sending): Amend comment.
7180
7181 2009-01-08  Dave Love  <fx@gnu.org>
7182
7183         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7184
7185 2009-01-07  David Engster  <dengste@eml.cc>
7186
7187         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7188         simplified server definitions by converting it via
7189         gnus-server-to-method.
7190
7191 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7194         parameter's operands.
7195
7196 2009-01-06  David Engster  <dengste@eml.cc>
7197
7198         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7199         primary select method (for gnus-group-mark-article-as-read).
7200
7201 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7202
7203         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7204         `(gnus)Face', not `(gnus)X-Face'.
7205
7206 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * mm-util.el (mm-ucs-to-char): New function.
7209
7210         * mm-url.el (mm-url-decode-entities): Use it.
7211
7212         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7213         unicode-to-char.
7214
7215 2009-01-05  Dave Love  <fx@gnu.org>
7216
7217         * time-date.el: Require cl for `declare'.
7218
7219 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7222         Dave Love.
7223
7224 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * message.el (message-fix-before-sending): Add `eight-bit' to
7227         illegible-text check.
7228
7229 2009-01-03  Michael Olson  <mwolson@gnu.org>
7230
7231         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7232         `headers' is nil.  This can occur if the IMAP server does not have
7233         permissions to read messages from a folder, but can write new messages
7234         to the folder.
7235         (nnimap-request-article-part): Do not insert `data' if it is nil.
7236
7237         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7238         characters which will confuse `read', so skip past them.
7239
7240 2009-01-01  Dave Love  <fx@gnu.org>
7241
7242         * imap.el (imap-string-to-integer): Fix typo.
7243         (imap-fetch-safe): New function.
7244         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7245
7246         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7247
7248         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7249         (imap-parse-greeting): Fix doc strings.
7250         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7251         (imap-parse-flag-list): Make messages unique.
7252         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7253
7254         * nnimap.el: Fix author email.
7255         (nnimap-split-rule): Add FIXME comment.
7256         (nnimap-debug): Fix doc string.
7257
7258 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7261
7262 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7265         nslookup if resolv.conf isn't available.
7266         (dns-query): Rename from query-dns.
7267         (dns-query-cached): Rename from query-dns-cached.
7268
7269 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7272         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7273         to check if those variables exist (first appeared in Emacs 18.50).
7274
7275 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * mm-util.el (mm-line-number-at-pos): New function.
7278
7279         * spam-report.el (spam-report-process-queue): Use it.
7280
7281 2008-12-24  David Engster  <dengste@eml.cc>
7282
7283         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7284         parameters that haven't existed as variables as buffer-local variables.
7285
7286 2008-12-23  Dave Love  <fx@gnu.org>
7287
7288         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7289         cadar.
7290
7291         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7292         imap-starttls-p.
7293         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7294
7295 2008-12-22  Dave Love  <fx@gnu.org>
7296
7297         * imap.el: Fix author email.  Doc fixes.
7298         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7299         reply.
7300
7301 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * spam-report.el (spam-report-gmane-max-requests): New constant.
7304         (spam-report-gmane-wait): New variable.
7305         (spam-report-gmane-ham, spam-report-gmane-spam)
7306         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7307         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7308         the server.
7309
7310         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7311         Add explanations.
7312
7313         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7314         nnheader-accept-process-output and nnheader-read-timeout if available.
7315         (pop3-movemail): Use it.
7316
7317         * message.el (message-check-news-body-syntax): Fix signature check if
7318         there's an attachment.
7319
7320 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-util.el: Add comments to the mm- emulating functions.
7323
7324 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7327         Reported by Stephen Berman <stephen.berman@gmx.net>.
7328
7329 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * mm-util.el (mm-substring-no-properties): New function.
7332         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7333         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7334         (mm-string-to-multibyte): Doc fix.
7335
7336         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7337
7338 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * mml.el (mml-attach-file): Strip text properties from file name.
7341         (Bug#1574)
7342
7343 2008-12-16  Glenn Morris  <rgm@gnu.org>
7344
7345         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7346
7347 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7350         knows since the charset specified might be a bogus alias that
7351         mm-charset-synonym-alist provides.
7352
7353 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7356         "ISO_8859-1".
7357
7358         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7359
7360 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * mm-util.el (mm-charset-eval-alist):
7363         Define it before mm-charset-to-coding-system.
7364         (mm-charset-to-coding-system): Add optional argument `silent';
7365         define it before mm-charset-override-alist.
7366         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7367         default value if it can be used in Emacs currently running;
7368         silence mm-charset-to-coding-system.
7369
7370 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7373         `allow-override' which says whether to use `mm-charset-override-alist'.
7374         (rfc2047-decode-encoded-words): Use it.
7375
7376         * mm-util.el (mm-charset-override-alist): Fix custom type;
7377         add `(gb2312 . gbk)' to choices.
7378
7379 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7382         fast.
7383
7384         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7385
7386         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7387
7388 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7389
7390         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7391         on links.
7392
7393         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7394
7395 2008-12-03  Lute Kamstra  <lute@gnu.org>
7396
7397         * sha1.el: Remove leading * from docstrings of defcustoms,
7398         deffaces, defconsts and defuns.
7399
7400 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7403         users' addresses that don't have domain parts.
7404         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7405         rather than message-narrow-to-head since there will be the message
7406         header separator.
7407
7408 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7409
7410         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7411         since the result is inserted in a unibyte buffer anyway.
7412         (nnimap-demule-use-string-to-multibyte): Remove.
7413         (nnimap-demule): Alias it to mm-string-to-multibyte.
7414
7415 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7418         variable for debugging bug#464 and bug#1174.
7419         (nnimap-demule): Use it.
7420
7421 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7424         score calculation correctly.
7425
7426 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7427
7428         * message.el (message-send-mail): Just set the buffer to unibyte
7429         rather than use mm-with-unibyte-current-buffer which does a lot more.
7430         (message-send-mail-partially): Don't bother with
7431         mm-with-unibyte-current-buffer since it's already been made unibyte by
7432         message-send-mail.
7433
7434 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7437
7438 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7439
7440         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7441
7442 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7445         require itself and to remove `with-no-warnings'.
7446
7447 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * starttls.el (starttls-any-program-available): Get the name of the
7450         available TLS layer program.
7451         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7452         well as the host name in the "opening" message.
7453
7454         * auth-source.el (auth-source-cache, auth-source-do-cache)
7455         (auth-source-user-or-password): Cache passwords and logins by default,
7456         allow override with `auth-source-do-cache'.
7457         (auth-source-forget-user-or-password): Allow users to remove cache
7458         entries if needed.
7459
7460 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7461
7462         * md4.el (md4-buffer): Fix typo in docstring.
7463         (md4, md4-64): Doc fixes.
7464         (md4-pack-int32): Reflow docstring.
7465
7466 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7469         condition-case to only the forward-sexp call.
7470
7471 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7474         quotes contained.  Make it more robust regardless by an extra
7475         condition-case wrapper.
7476
7477 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7480
7481 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * nnml.el (nnml-request-expire-articles): Check if the function set to
7484         `nnmail-expiry-target' returns the symbol `delete'.
7485
7486         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7487
7488         * nnmail.el (nnmail-expiry-target): Fix custom type.
7489
7490 2008-10-02  Glenn Morris  <rgm@gnu.org>
7491
7492         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7493         Silence compiler warning.
7494
7495 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7496
7497         * tls.el (open-tls-stream): Show the actual command being
7498         executed, instead of the format string.
7499
7500 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * lpath.el: Fbind codepage-setup for Emacs 23.
7503
7504 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7505
7506         * mml.el (mml-menu): Don't assume mml2015 is bound.
7507
7508 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7511         exists.
7512
7513 2008-09-27  Glenn Morris  <rgm@gnu.org>
7514
7515         * gnus-util.el (mail-header-remove-comments): Autoload it.
7516
7517 2008-09-27  Andreas Schwab  <schwab@suse.de>
7518
7519         * gnus-util.el (gnus-split-references): Strip comments.
7520         (gnus-parent-id): Likewise.
7521
7522 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * message.el (message-confirm-send): Fix version.
7525
7526 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * message.el (message-idna-to-ascii-rhs-1): Use
7529         mail-extract-address-components rather than mail-header-parse-addresses
7530         that is an alias by default to ietf-drums-parse-addresses that does not
7531         support non-ASCII names in headers' contents.
7532
7533 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7534
7535         * message.el (message-confirm-send): Fix variable documentation to
7536         avoid the "y/n" wording.
7537
7538 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7539
7540         * message.el (message-set-auto-save-file-name): Save to a different
7541         filename so multiple messages (especially drafts) can be recovered.
7542
7543 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7544
7545         * message.el (message-confirm-send): Add appropriate version.
7546
7547 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7550         defvar.
7551
7552 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7553
7554         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7555         (mm-pkcs7-enveloped-magic): Ditto.
7556
7557 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7558
7559         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7560         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7561
7562 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7565         default, it's better.
7566
7567 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7570         summary line gnus-number property and ignore them (with a warning
7571         message).
7572
7573 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7576         macro caddr in the interactive form since it won't be expanded.
7577
7578 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7581         `charset'; fix name of function called recursively.
7582         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7583
7584 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7587         (gnus-mime-set-charset-parameters): New function.
7588         (gnus-mime-view-part-as-charset): Use it to correctly display part
7589         specifying wrong charset.
7590
7591 2008-09-08  David Engster  <dengste@eml.cc>
7592
7593         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7594         in completing-read for back end server.
7595
7596 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7597
7598         * message.el (message-confirm-send): New variable to confirm sending a
7599         message.
7600         (message-send): Use it.
7601
7602 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7603
7604         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7605
7606 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7609
7610 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7613         prevent tracking too many groups.
7614         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7615         Use it.
7616
7617 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7618
7619         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7620         moving point to the bottom of the window in order to avoid recentering.
7621
7622 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7625
7626         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7627         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7628         (gnus-article-beginning-of-window): Fix calculation.
7629
7630 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-msg.el (gnus-summary-supersede-article)
7633         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7634         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7635         message header.
7636
7637 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7638
7639         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7640         pending output coming after the status change.
7641
7642 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7643
7644         * message.el:
7645         * gnus-start.el:
7646         * gnus-registry.el: Remove VMS support.
7647
7648 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7651         macro.
7652         (rfc2104-hash): Use it.
7653
7654 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7657         (gnus-summary-sort-by-most-recent-date): New commands.
7658         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7659         and menu entries.
7660
7661 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7664         don't redisplay article for raw contents; remove plural articles stuff.
7665
7666         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7667         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7668         on gnus-summary-save-article; display results properly.
7669
7670 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * lpath.el: No need to fbind ns-focus-frame.
7673
7674 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7677
7678 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-art.el (gnus-summary-save-in-pipe):
7681         Consider gnus-save-all-headers.
7682
7683 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7684
7685         * gnus-util.el (ns-focus-frame): Remove declaration.
7686         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7687         like x.
7688
7689 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7690
7691         * rfc2104.el (rfc2104-zero): Delete defconst.
7692         (rfc2104-hex-alist): Likewise.
7693         (rfc2104-hex-to-int): Delete func.
7694         (rfc2104-hexstring-to-bitstring): Likewise.
7695         (rfc2104-nybbles): New defconst.
7696         (rfc2104-hash): Rewrite for speed.
7697
7698 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * tls.el (open-tls-stream): Make it work with the 2nd argument
7701         BUFFER that is a string but does not exist as a buffer object, as
7702         mentioned in the doc-string.
7703
7704 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7707         SXEmacs.
7708
7709 2008-07-16  Glenn Morris  <rgm@gnu.org>
7710
7711         * gnus-util.el (ns-focus-frame): Declare for compiler.
7712
7713 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7716         set as a group parameter.
7717         (gnus-summary-save-in-pipe): Work when it is called independently.
7718         (gnus-summary-pipe-to-muttprint): Don't modify
7719         gnus-summary-pipe-output-default-command.
7720
7721 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7722
7723         * message.el (message-send-mail-with-sendmail):
7724         Display the error message.
7725
7726 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-default-article-saver):
7729         Add gnus-summary-save-in-pipe to choices.
7730         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7731         gnus-summary-pipe-output-default-command as the default command.
7732         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7733         instead of gnus-last-shell-command.
7734
7735         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7736         New user option.
7737         (gnus-summary-muttprint-program): Mention the value will be changed.
7738         (gnus-summary-save-article): Force showing of all headers.
7739         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7740
7741 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7742
7743         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7744
7745 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7746
7747         * nnimap.el (nnimap-id):
7748         * sieve-manage.el (sieve-manage-open): Doc fixes.
7749
7750 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7751
7752         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7753         if available.
7754
7755 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7756
7757         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7758
7759         * nnkiboze.el (nnkiboze-generate-group):
7760         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7761
7762         * nnmairix.el: Require CL.
7763
7764 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * dgnushack.el: Autoload get-display-table and put-display-table for
7767         XEmacs 21.5.
7768
7769         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7770         21.4 and SXEmacs.
7771
7772 2008-06-15  David Engster  <dengste@eml.cc>
7773
7774         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7775
7776 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7777
7778         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7779         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7780         runtime choice under XEmacs.
7781
7782         * gnus-sum.el (gnus-summary-set-display-table):
7783         Use `gnus-put-display-table', `gnus-get-display-table',
7784         `gnus-set-display-table' for the display table, instead of `aset'.
7785
7786         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7787         Use `gnus-put-display-table', `gnus-get-display-table',
7788         `gnus-set-display-table' for the display table.
7789
7790 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * nnmairix.el: Add autoloads.
7793
7794 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * nnmairix.el (nnmairix-delete-recreate-group)
7797         (nnmairix-update-and-clear-marks): Fix error messages.
7798
7799 2008-06-14  David Engster  <dengste@eml.cc>
7800
7801         * nnmairix.el: Upgrade to version 0.6.
7802         (nnmairix-group-toggle-propmarks-this-group)
7803         (nnmairix-group-toggle-readmarks-this-group)
7804         (nnmairix-group-delete-recreate-this-group)
7805         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7806         (nnmairix-remove-tick-mark-original-article): New commands.
7807         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7808         (nnmairix-propagate-marks-to-nnmairix-groups)
7809         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7810         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7811         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7812         functions needed for marks propagation and manipulation of read marks.
7813         (nnmairix-update-groups): New function.
7814         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7815         (nnmairix-determine-original-group-from-registry)
7816         (nnmairix-determine-original-group-from-path)
7817         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7818         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7819         New helper functions.
7820         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7821         keystrokes for new commands.
7822         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7823         (nnmairix-request-group): Check allow-fast group parameter.
7824         (nnmairix-request-create-group): Set allow-fast group parameter if
7825         nnmairix-allowfast-default is set.
7826         (nnmairix-close-group): Propagate marks upon closing if needed.
7827         (nnmairix-group-toggle-threads-this-group): Use new.
7828         nnmairix-group-toggle-parameter helper function.
7829         (nnmairix-search): Better check for empty search result.
7830         (nnmairix-goto-original-article): Use new helper functions for
7831         determining original article.
7832         (nnmairix-show-original-article): Make sure message-id is in brackets.
7833         (nnmairix-call-mairix-binary): Change variable name.
7834         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7835         helper function.
7836         (nnmairix-widget-toggle-activate): Fix doc string.
7837
7838 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * nnir.el: Require edmacro when compiling with XEmacs.
7841         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7842         available in Emacs 21.
7843
7844 2008-06-11  Glenn Morris  <rgm@gnu.org>
7845
7846         * gnus-util.el (x-focus-frame):
7847         * gnus.el (image-size):
7848         * mm-decode.el (image-size): Declare.
7849
7850         * gnus-picon.el (declare-function): Add compat definition.
7851         (image-size): Declare.
7852
7853         * gnus-group.el (tool-bar-map):
7854         * gnus-sum.el (tool-bar-map): Define for compiler.
7855
7856         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7857
7858         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7859
7860         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7861         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7862         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7863         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7864         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7865         * sieve-manage.el, spam-report.el, spam.el:
7866         Remove unnecessary eval-and-compile of autoloads.
7867
7868 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7869
7870         * auth-source.el: Precise Tramp doc.
7871
7872 2008-06-07  Glenn Morris  <rgm@gnu.org>
7873
7874         * nnmairix.el: Remove unnecessary eval-when-compile.
7875
7876 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * lpath.el: Fbind propertize for XEmacs 21.4.
7879
7880 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * nnir.el: Move here from ../contrib.
7883
7884 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * gnus-util.el (gnus-read-shell-command): New function.
7887         * mm-decode.el (mm-pipe-part):
7888         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7889
7890 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7893
7894 2008-06-03  Glenn Morris  <rgm@gnu.org>
7895
7896         * pop3.el (nnheader-accept-process-output): Autoload it.
7897
7898 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7901         are not 2-digit hexadecimal characters that follow `%'s.
7902
7903 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * message.el (message-bogus-recipient-p): Fix type in doc string.
7906         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7907         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7908         Improve custom options.
7909         (message-bogus-recipient-p): Adjust accordingly.
7910
7911 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7912
7913         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7914         long-form month and day names.
7915
7916 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * dgnushack.el: Autoload debug, eudc-expand-inline and
7919         pgg-snarf-keys-region for XEmacs.
7920
7921         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7922
7923         * nnmairix.el: Require edmacro when compiling with XEmacs.
7924
7925 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7928         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7929
7930 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * auth-source.el: Add more docs.
7933
7934         * netrc.el (netrc-machine): Always match if the port is not given.
7935
7936 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7939         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7940         retrieval faster in some cases, but might make CPU usage larger.
7941         If this has any bad side effects, we might revert this change.
7942
7943         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7944         seems to make mail retrieval much, much faster.
7945         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7946         unconditionally.
7947
7948         * gnus-draft.el (gnus-group-send-queue):
7949         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7950
7951 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7954
7955         * message.el (message-bogus-address-regexp): Fix and improve custom
7956         type.
7957         (message-setup-hook): Add message-check-recipients as custom option.
7958
7959 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * message.el (message-cite-function): Remove bogus autoload which crept
7962         in during merge from v5-10.
7963
7964 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7967
7968         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7969
7970         * auth-source.el: Preliminary Tramp docs.
7971         (auth-sources): Change the default auth-sources to use
7972         EPA .gpg files.
7973
7974 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * nntp.el: Autoload `auth-source-user-or-password'.
7977         (nntp-send-authinfo): Use it.
7978
7979         * nnimap.el: Autoload `auth-source-user-or-password'.
7980         (nnimap-open-connection): Use it.
7981
7982         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7983         for the gnus-message function.
7984         (auth-source-user-or-password): Use it.
7985
7986 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7987
7988         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7989         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7990         (rfc2104-hash): Use it.
7991
7992 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7993
7994         * gnus-art.el (gnus-article-toggle-truncate-lines):
7995         Don't use `iff' in docstring.
7996
7997 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8000
8001         * gnus-util.el (gnus-extract-address-component-name)
8002         (gnus-extract-address-component-email): Convenience functions around
8003         `gnus-extract-address-components'.
8004
8005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8006         Use `gnus-extract-address-component-email' to fix bug of comparing full
8007         sender name to `user-mail-address'.
8008
8009 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8012         catch/throw to optimize.
8013         (gnus-registry-find-keywords): Just use member to find a keyword.
8014
8015 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8018         is current before calling gnus-server-prepare.
8019         (gnus-server-setup-buffer, gnus-server-update-server)
8020         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8021
8022 2008-05-04  Juri Linkov  <juri@jurta.org>
8023
8024         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8025         (mailcap-file-default-commands): Use mailcap-replace-in-string
8026         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8027         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8028
8029 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8030
8031         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8032
8033 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8034
8035         * gnus.el: Bump version to 0.11.
8036
8037 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8038
8039         * gnus.el: No Gnus v0.10 is released.
8040
8041 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8044         hooks.
8045         (gnus-update-read-articles): Speed up non-marks-using users.
8046         (gnus-use-marks): Define gnus-use-marks.
8047         (gnus-propagate-marks): Rename variable to something more sensible.
8048
8049 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8050
8051         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8052         (gmm-image-load-path-for-library): Fix typos in docstrings.
8053         (gmm-message): Reflow docstring.
8054
8055 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * mail-source.el (mail-source-set-1, mail-source-bind):
8058         Move auth-source code out of the macro to clean it up and fix bugs.
8059
8060 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8063         by sender if it's equal to user-mail-address, it's likely to be
8064         useless.
8065
8066         * mail-source.el (mail-source-bind): Don't use user or password if they
8067         are not bound.  Unintern them if they are nil.  Don't use server unless
8068         it's bound, and default it to empty string otherwise.
8069
8070 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8071
8072         * mail-source.el: Load auth-source.el.
8073         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8074         get user name or password, if auth-sources is set up.
8075
8076         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8077         strategy of splitting with parent.
8078         (gnus-registry-split-fancy-with-parent)
8079         (gnus-registry-post-process-groups): Use it and fix prior
8080         bug (returning a list as the split result).
8081
8082         * auth-source.el (auth-sources): Remove server parameter.
8083         (auth-source-pick, auth-source-user-or-password)
8084         (auth-source-user-or-password-imap)
8085         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8086         (auth-source-user-or-password-sftp)
8087         (auth-source-user-or-password-smtp): Remove server parameter.
8088
8089 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8090
8091         * smime.el (smime-sign-region, smime-encrypt-region)
8092         (smime-decrypt-region):
8093         Remove redundant calls to `generate-new-buffer-name'.
8094
8095 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8096
8097         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8098         Don't use QP for message/rfc822.
8099         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8100
8101 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8102
8103         * sieve-manage.el (sieve-string-bytes): Remove.
8104         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8105         correct byte-length only if the process's coding-system is the same as
8106         the one used internally by Emacs to represent strings.
8107
8108 2008-04-22  Juri Linkov  <juri@jurta.org>
8109
8110         * mailcap.el (mailcap-file-default-commands): New function.
8111
8112 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * message.el (message-signature-separator, message-cite-function):
8115         Change custom version.
8116
8117 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8118
8119         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8120         commands.
8121         (tls-checktrust): Ditto.
8122
8123 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * mm-decode.el (mm-display-external): Make temp file read-only.
8126
8127 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8130         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8131         `C-c C-f d'.
8132
8133 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8134
8135         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8136
8137 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus.el: Bump version to 0.9.
8140
8141 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus.el: No Gnus v0.8 is released.
8144
8145 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8146
8147         * mail-source.el (mail-source-value):
8148         Prefer fboundp to functionp so it works with macros as well.
8149
8150 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8153         Fix last change in case the element is not even a symbol.
8154
8155 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8156
8157         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8158         Prefer fboundp to functionp so it works with macros as well.
8159
8160 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * auth-source.el: Add docs.
8163         (auth-sources): Modify format to support server.
8164         (auth-source-pick, auth-source-user-or-password)
8165         (auth-source-user-or-password-imap)
8166         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8167         (auth-source-user-or-password-sftp)
8168         (auth-source-user-or-password-smtp): Add server parameter.
8169
8170 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * gnus-registry.el: Initialize the registry when gnus-registry-install
8173         is t.
8174
8175 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * compface.el (uncompface): Make buffer unibyte.
8178
8179 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8180
8181         * mail-source.el (mail-source-value):
8182         Prefer fboundp to functionp so it works with macros as well.
8183
8184 2008-04-05  Glenn Morris  <rgm@gnu.org>
8185
8186         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8187
8188 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8191         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8192
8193         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8194         multibyteness after rather than before erasing it.
8195
8196         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8197         mm-with-multibyte.
8198         (gnus-request-article-this-buffer): Make sure the proper decoding is
8199         used if gnus-original-article-buffer happens to be unibyte.
8200
8201         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8202         default-enable-multibyte-characters.
8203
8204         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8205         default-enable-multibyte-characters.
8206
8207         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8208
8209         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8210
8211 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8212
8213         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8214         Fix last change in case the element is not even a symbol.
8215
8216 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8217
8218         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8219         (imap-message-copyuid-1): Use it.
8220         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8221         J. Williams in
8222         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8223
8224         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8225         imap-enable-exchange-bug-workaround.
8226         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8227
8228 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8229
8230         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8231         a 100 byte status-checks into a 2-3MB transfer for each group.
8232         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8233         to enable bug workaround or not.
8234         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8235
8236 2008-03-31  Glenn Morris  <rgm@gnu.org>
8237
8238         * message.el (mml2015-use): Declare for compiler.
8239         (message-info): Require mml2015 when appropriate.
8240
8241 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8244         whitespace.
8245
8246 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8247
8248         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8249         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8250         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8251         (nntp-service-to-port): New function.
8252         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8253         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8254         (nntp-open-netcat-stream): New function.
8255         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8256
8257 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8258
8259         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8260
8261 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8262
8263         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8264
8265 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8266
8267         * dns.el (dns-write): Use set-buffer-multibyte.
8268
8269 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8270
8271         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8272
8273 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * message.el (message-signature-separator): Change default.
8276         Improve custom type.
8277         (message-cite-function): Change default to
8278         message-cite-original-without-signature.
8279
8280         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8281         toggle.
8282
8283         * message.el (message-check-news-body-syntax): Fix signature check.
8284         (message-setup-1): Mark buffer as unmodified _after_ running
8285         message-setup-hook and handling message-alternative-emails.
8286         (message-shorten-references): Be more strict when building list of
8287         valid references to comply with GNKSA.
8288
8289         * gnus-group.el (gnus-read-ephemeral-bug-group)
8290         (gnus-read-ephemeral-debian-bug-group)
8291         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8292
8293         * message.el (message-info): Don't use booleanp which isn't supported
8294         in Emacs 21 and XEmacs.
8295
8296 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8299         gnus-group-gmane-group-download-format.
8300         (gnus-group-read-ephemeral-gmane-group): Rename from
8301         gnus-group-read-ephemeral-gmane-group.
8302         (gnus-read-ephemeral-gmane-group-url): Rename from
8303         gnus-group-read-ephemeral-gmane-group-url.
8304         (gnus-bug-group-download-format-alist): New variable.
8305         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8306         (gnus-read-ephemeral-emacs-bug-group): New commands.
8307
8308 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8311         (gnus-visible-headers): Improve custom type.
8312
8313 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * mml.el (mml-menu): Add workarounds for XEmacs.
8316
8317         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8318         X-Boundary header.
8319
8320         * message.el (message-simplify-recipients): Fix previous commit.
8321
8322 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8323
8324         * mm-util.el (mm-set-buffer-multibyte): New function.
8325         * mm-decode.el (mm-copy-to-buffer): Use it.
8326
8327         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8328         Prefer fboundp to functionp so it works with macros as well.
8329
8330 2008-03-19  Glenn Morris  <rgm@gnu.org>
8331
8332         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8333         Accidentally removed in the sync process with Emacs.
8334
8335 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * message.el (message-alter-recipients-discard-bogus-full-name):
8338         New function.
8339         (message-alter-recipients-function): New variable.
8340         (message-get-reply-headers): Use it.
8341         (message-replace-header): New helper function.
8342         (message-recipients-without-full-name): New variable.
8343         (message-simplify-recipients): New command.
8344
8345         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8346
8347         * message.el (message-info): Handle EasyPG manual.
8348
8349         * mml.el (mml-menu): Add entry for EasyPG.
8350
8351 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8352
8353         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8354         parameter.
8355
8356         * message.el (message-disassociate-draft): Specify drafts group name
8357         fully.
8358
8359 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8360
8361         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8362         Eliminate unnecessary duplicates from the match list.
8363
8364 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8367
8368         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8369
8370         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8371         args of `how-many' of which the XEmacs version doesn't take; declare
8372         Info-index-next as function.
8373
8374 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * gnus-score.el (gnus-score-headers): Fix handling of
8377         gnus-inhibit-slow-scoring.
8378
8379         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8380         string.
8381         (gnus-button-url-regexp): Improve handling of parenthesis.
8382         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8383         (gnus-button-handle-info-keystrokes): Handle index entries.
8384
8385 2008-03-15  Glenn Morris  <rgm@gnu.org>
8386
8387         * parse-time.el (parse-time-string): Simplify.
8388
8389 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8392         Incoming* files.
8393
8394 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8395
8396         * auth-source.el (auth-sources): Rename from auth-source-choices.
8397         (auth-source-pick): Use it.
8398
8399 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * binhex.el (binhex-decode-region-internal):
8402         * uudecode.el (uudecode-decode-region-internal):
8403         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8404         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8405         setting default-enable-multibyte-characters.
8406
8407 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * auth-source.el (auth-source-protocols)
8410         (auth-source-protocols-customize, auth-source-choices): Add and
8411         modified variable customizations and defaults.
8412         (auth-source-pick, auth-source-user-or-password)
8413         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8414         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8415         (auth-source-user-or-password-sftp)
8416         (auth-source-user-or-password-smtp): Use new variables and provide an
8417         interface to netrc.el.
8418
8419 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8422         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8423         Make sure the nntp port to specify is a string.
8424
8425 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8426
8427         * nntp.el: Use with-current-buffer.
8428         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8429         dubious mm-with-unibyte-current-buffer.
8430         (nntp-with-open-group-function): New function extracted from
8431         nntp-with-open-group macro.
8432         (nntp-with-open-group): Use the function, so it's easier to debug.
8433         Add indentation and debugging info.
8434         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8435         Recommend the use of the netcat alternatives.
8436
8437         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8438         Avoid mm-string-as-multibyte as well.
8439
8440         * nnweb.el (nnweb-insert-html):
8441         Remove use of nnheader-string-as-multibyte.
8442
8443         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8444         (nnheader-string-as-multibyte): Remove.
8445
8446         * mm-view.el: Use inhibit-read-only.
8447         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8448         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8449         or unibyte-string.
8450
8451         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8452         (mm-uu-yenc-extract): Use with-current-buffer.
8453
8454         * gnus-soup.el (gnus-soup-send-packet): Don't use
8455         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8456
8457         * nnmh.el: Use with-current-buffer.
8458         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8459         mm-string-as-multibyte on the output of mm-encode-coding-string.
8460
8461         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8462         (nnimap-request-move-article): Use with-current-buffer.
8463
8464         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8465         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8466         conversion uses string-make-unibyte rather than string-as-unibyte.
8467
8468         * gnus-msg.el: Use with-current-buffer.
8469
8470         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8471
8472 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8473
8474         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8475         string for caching if it is 'PIN.
8476
8477 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * lpath.el: Consider the case without Emacs/W3.
8480
8481 2008-03-08  Glenn Morris  <rgm@gnu.org>
8482
8483         * time-date.el (date-to-time, time-subtract, time-add)
8484         (safe-date-to-time): Doc fixes.
8485
8486 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * mail-source.el (mail-source-delete-old-incoming-confirm):
8489         Change default to nil.
8490         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8491
8492 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * lpath.el: Rearrange.
8495
8496         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8497         (gnus-article-goto-prev-page): Work for articles having ^L's.
8498
8499         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8500
8501         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8502
8503 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8504
8505         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8506         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8507         (gnus-bookmark-jump): Adjust some variable names.
8508
8509 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * auth-source.el: New package.
8512         (auth-source-choices): Add customization entry point variable.
8513
8514         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8515         bug.
8516
8517 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8520         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8521         (gnus-registry-install-shortcuts): Rename from
8522         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8523         the `gnus-registry-mark-map' keymap dynamically from
8524         `gnus-registry-marks'.  The generated functions update the summary line
8525         when a registry mark is added or deleted, and will call
8526         `gnus-registry-install-p' (see the comments in the code).
8527         (gnus-registry-user-format-function-M): Use concat intelligently.
8528
8529         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8530         the registry mark functions.
8531
8532 2008-03-05  Glenn Morris  <rgm@gnu.org>
8533
8534         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8535         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8536         gnus-art.
8537         (top-level): No need to load own source when compiling.
8538
8539 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8542         Suggested by <chris.anderton@zetnet.co.uk>.
8543
8544 2008-03-04  Glenn Morris  <rgm@gnu.org>
8545
8546         * gnus-sum.el (top-level): No need to require gnus when compiling,
8547         since unconditionally required near start of file.
8548         (gnus-summary-display-while-building): Move definition before use.
8549
8550 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8551
8552         * gnus-registry.el (gnus-registry-user-format-function-M):
8553         Add formatting function.
8554
8555 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8558         with plists.
8559         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8560         Use new format.
8561
8562 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8565         `where-is-internal' that returns a range of key sequences.
8566
8567 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8568
8569         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8570
8571         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8572         (gnus-summary-jump-to-group): Consider windows on other displayed
8573         frames as well.  Similar changes might be needed elsewhere, but that's
8574         the one I've bumped into during my use.
8575
8576         * nndoc.el (nndoc-oe-dbx-type-p):
8577         * gnus-msg.el (gnus-debug):
8578         * gnus-group.el (gnus-update-group-mark-positions):
8579         Use mm-string-to-multibyte.
8580
8581 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8584         doesn't handle NotDashEscaped.
8585
8586         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8587         (mml-dnd-attach-options): Fix typo in custom choice.
8588
8589         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8590         Change nndoc-article-type to mbox.
8591         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8592
8593         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8594         to nil, instead of html2text.
8595
8596         * imap.el (imap-debug): Add `imap-ping-server'.
8597
8598         * gnus-bookmark.el: Add FIXMEs.
8599
8600         * message.el (message-form-letter-separator)
8601         (message-send-form-letter-delay): New variables.
8602         (message-send-form-letter): Use them.  New command to send form
8603         letters.  Requested by Uwe Siart.
8604         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8605
8606 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * Update copyright years.
8609
8610 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         Sync from EMACS_22_BASE.
8613
8614         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8615
8616 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8617
8618         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8619         empty author.
8620
8621 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * gnus-registry.el (gnus-registry-marks): Add variable for
8624         customization of marks and their appearance.
8625         (gnus-registry-read-mark): Use it.
8626         (gnus-registry-do-marks): Add utility function to loop through
8627         `gnus-registry-marks'.
8628         (gnus-registry-install-shortcuts-and-menus): Add function to install
8629         shortcuts and menus.
8630         (gnus-registry-initialize): Use it.
8631         (gnus-registry-default-mark): Clarify documentation.
8632
8633 2008-02-29  Glenn Morris  <rgm@gnu.org>
8634
8635         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8636         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8637         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8638         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8639         Change defcustom :version from 23.0 to 23.1.
8640
8641 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8642
8643         * gnus-registry.el (gnus-registry-follow-group-p)
8644         (gnus-registry-post-process-groups): Add functions to aid registry
8645         splitting and improve logging.  Clarify behavior in function
8646         documentation.
8647         (gnus-registry-split-fancy-with-parent): Use them.
8648
8649 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8650
8651         * gnus-art.el: Use with-current-buffer.
8652
8653 2008-02-27  David Engster  <dengste@eml.cc>
8654
8655         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8656         Express real group name in the response.
8657
8658 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8661         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8662         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8663         autoload gnus-registry-fetch-group when compiling.
8664         (nnmairix-request-group-with-article-number-correction):
8665         Remove unreferenced argument passed to nnmairix-call-backend.
8666
8667 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8670         (mm-uu-extract): Improve face for low color ttys.
8671         Reported by Sascha Wilde.
8672
8673 2008-02-27  Glenn Morris  <rgm@gnu.org>
8674
8675         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8676         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8677         variables to defconsts.  Convert comments to doc-strings.
8678         (nnmairix-last-server, nnmairix-current-server): Convert from free
8679         variables to defvars.  Convert comments to doc-strings.
8680         (gnus-registry-fetch-group): Autoload.
8681         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8682         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8683         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8684         caddr.
8685         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8686         nnmairix-request-group-with-article-number-correction call.
8687         (nnmairix-fast, nnmairix-group): New, less general names, for free
8688         variables passed from nnmairix-request-group to
8689         nnmairix-request-group-with-article-number-correction.  Declare.
8690         (nnmairix-request-group-with-article-number-correction):
8691         Use nnmairix-fast, nnmairix-group rather than fast, group.
8692
8693 2008-02-26  David Engster  <dengste@eml.cc>
8694
8695         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8696         version 0.5.
8697
8698 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8701         instead of making an extra function call.  Don't add the current group
8702         to articles only when they have the group.  Use
8703         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8704         Reported by David <de_bb@arcor.de>.
8705
8706 2008-02-24  Miles Bader  <miles@gnu.org>
8707
8708         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8709         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8710         (mm-find-mime-charset-region):
8711         * mm-bodies.el (mm-encode-body):
8712         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8713
8714 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8717         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8718
8719 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * mail-source.el (mail-source-delete-incoming): Change default.
8722         Supplement doc string.
8723
8724         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8725
8726 2008-02-14  Glenn Morris  <rgm@gnu.org>
8727
8728         * time-date.el (format-seconds): New function.
8729
8730 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * nnmail.el (nnmail-message-id-cache-file): Derive from
8733         `gnus-home-directory'.
8734
8735 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8738         Document negative prefix.
8739
8740         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8741
8742 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * message.el (message-unsent-separator): Add the Exim bounce
8745         separator.
8746
8747 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8748
8749         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8750         list.
8751         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8752         recipient/signer list.
8753
8754 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * Makefile.in (datarootdir): Define.
8757         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8758         name that might contain whitespace.
8759
8760 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8763         fbound (Emacs 23 unicode), signal an error.
8764
8765 2008-02-08  Glenn Morris  <rgm@gnu.org>
8766
8767         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8768
8769 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8770
8771         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8772         ports to the calls to `netrc-machine-user-or-password' in addition to
8773         "imap" and "imaps".
8774
8775 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8776
8777         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8778
8779         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8780
8781 2008-02-01  Kenichi Handa  <handa@m17n.org>
8782
8783         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8784         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8785         (rfc2104-hash): Convert the result of concat to unibyte string.
8786
8787 2008-02-01  Dave Love  <fx@gnu.org>
8788
8789         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8790         coding-system-for-read.
8791         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8792
8793 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8796         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8797         <hanche@math.ntnu.no>.
8798
8799 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8802
8803         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8804
8805 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8806
8807         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8808         * message.el (message-beginning-of-line): Use featurep instead of bound
8809         tests in order to resolve conditionals at compile time.
8810
8811 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8812
8813         * mail-source.el (mail-sources): Add `group' choice.
8814
8815         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8816         parameter `in-group' to control into which group the articles go.
8817         Add treatment of `group' mail-source.
8818
8819 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8822
8823         * mm-decode.el (mm-dissect-buffer): Decode description.
8824
8825         * mml.el (mml-to-mime): Encode message header first.
8826
8827 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8830         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8831
8832         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8833         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8834
8835 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8838
8839 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8842         prefix keys.
8843         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8844         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8845         gnus-xmas.el.
8846
8847         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8848         (gnus-xmas-article-describe-bindings): New function.
8849         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8850         gnus-xmas-article-describe-bindings.
8851
8852         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8853
8854 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8855
8856         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8857         Add new variables for article mark management.
8858         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8859         list of extra data entries which, when present, will indicate that the
8860         article ID should not be trimmed from the registry.
8861         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8862         functions.
8863         (gnus-registry-read-mark): New function to read a mark name from the
8864         user.
8865         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8866         (gnus-registry-set-article-mark-internal): New functions to add and
8867         remove marks.
8868         (gnus-registry-get-article-marks): New function to show the marks for
8869         an article, or retrieve them for further use.
8870
8871 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8874         keys when no argument is given.
8875
8876 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * imap.el (imap-ping-server): New variable.
8879         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8880         (imap-ping-server): Minor doc string fixes.
8881
8882 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8883
8884         * imap.el (imap-ping-server): New function.
8885         (imap-opened): Call imap-ping-server.
8886
8887 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-sum.el (gnus-article-sort-by-random)
8890         (gnus-thread-sort-by-random): Fix doc strings.
8891         Reported by jidanni@jidanni.org.
8892
8893 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-article-describe-bindings): New function.
8896         (gnus-article-read-summary-keys): Use it.
8897         (gnus-article-mode-map): Bind `C-h b' to it.
8898
8899 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8902         XEmacs.
8903         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8904         Protect against non-character events.
8905
8906         * lpath.el: Fbind map-keymap for Emacs 21.
8907
8908 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8911         New command.
8912         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8913         instead of END.  Change name of the temp file.
8914         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8915         customizable.
8916
8917 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8920         bind `S W' to gnus-article-wide-reply-with-original; set default
8921         binding to gnus-article-read-summary-send-keys.
8922         (gnus-article-read-summary-keys): Fix the order of keys; display
8923         continuation keys correctly in the echo area; describe bindings
8924         correctly when keys end with `C-h'.
8925         (gnus-article-read-summary-send-keys): New function.
8926         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8927         Work for gnus-article-read-summary-send-keys; display continuation keys
8928         correctly in the echo area.
8929         (gnus-article-reply-with-original): Ignore prefix argument.
8930         (gnus-article-wide-reply-with-original): New function.
8931
8932         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8933         Emacs 21.
8934
8935 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8938         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8939
8940 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8943         (gnus-group-read-ephemeral-gmane-group): New command.
8944
8945 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8946
8947         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8948
8949 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * message.el (message-send-mail-function): Increase custom version.
8952
8953         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8954         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8955
8956 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8957
8958         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8959         for the cases where imap-authenticate is called with a nil buffer
8960         parameter.
8961
8962 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8965         html parts correctly; support forwarded messages.
8966         (gnus-article-browse-html-article): Remove work buffers.
8967
8968         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8969         compiling.
8970         (netrc-bound-and-true-p): New macro.
8971         (netrc-parse): Use it instead of bound-and-true-p that is not available
8972         in XEmacs 21.4.
8973
8974 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8975
8976         * gnus-registry.el (gnus-registry-mark-article)
8977         (gnus-registry-article-marks): Add functionality to mark articles
8978         through the Gnus registry.
8979
8980         * encrypt.el: Clarify documentation for the new pgg method.
8981         (encrypt-file-alist): Add PGG option.
8982         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8983         functionality.  Abstract password key and messaging to external
8984         functions.
8985         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8986         (encrypt-message-method-and-cipher): Add new convenience external
8987         functions.
8988         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8989         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8990
8991         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8992         (netrc-parse): Use encrypt-file-alist to determine if
8993         encrypt-find-model or encrypt-insert-file-contents should be used.
8994
8995         * encrypt.el: Clarify documentation.  Load password-cache or
8996         password, whichever one is found first, instead of autoloading.
8997
8998 2007-12-19  Glenn Morris  <rgm@gnu.org>
8999
9000         * mml.el (message-options-set, message-narrow-to-head)
9001         (message-in-body-p, message-mail-p, message-encode-message-body):
9002         Autoload.
9003         (message-remove-header, message-narrow-to-headers-or-head)
9004         (message-subscribed-p, message-make-mail-followup-to)
9005         (message-position-on-field, message-news-p)
9006         (message-options-set-recipient, message-generate-headers)
9007         (message-sort-headers): Declare as functions.
9008
9009 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9012         convention in doc string.
9013
9014 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9017         title to html parts.
9018         (gnus-article-browse-html-article): Pass message header to it.
9019
9020         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9021
9022 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9025         or password compatible with XEmacs.
9026
9027 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9030         format document.
9031         (gnus-mime-delete-part): Don't write description line if empty.
9032         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9033
9034 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9035
9036         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9037         (gnus-summary-mark-read-and-unread-as-read)
9038         (gnus-summary-mark-current-read-and-unread-as-read)
9039         (gnus-summary-mark-unread-as-ticked): Doc fix.
9040         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9041
9042 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9045         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9046
9047 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9050         yes-or-no-p.
9051
9052 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * mm-decode.el (mm-add-meta-html-tag): New function.
9055         (mm-save-part-to-file, mm-pipe-part): Use it.
9056
9057         * gnus-art.el (gnus-article-browse-delete-temp-files):
9058         Use gnus-y-or-n-p instead of y-or-n-p.
9059         (gnus-article-browse-html-parts): Work with message/external-body; use
9060         mm-add-meta-html-tag.
9061
9062 2007-12-11  Glenn Morris  <rgm@gnu.org>
9063
9064         * gnus-cache.el: Require gnus-sum not just when compiling.
9065
9066         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9067
9068         * gnus-int.el (gnus-server-opened, gnus-status-message):
9069         Move definitions before use.
9070
9071         * mm-decode.el: Require gnus-util.
9072         (mm-remove-part): Only call delete-annotation on XEmacs.
9073
9074         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9075
9076         * nnmail.el: Require gnus-int.
9077
9078         * spam.el: Move `require's before `eval-when-compile's.
9079
9080         * gnus-ems.el (gnus-alive-p):
9081         * gnus-fun.el (message-goto-eoh):
9082         * gnus-util.el (gnus-group-name-decode):
9083         * mail-source.el (gnus-compress-sequence):
9084         * message.el (Info-goto-node, format-spec):
9085         * mm-bodies.el (message-options-get):
9086         * mm-decode.el (mm-view-pkcs7):
9087         * mm-util.el (gmm-write-region):
9088         * mml-smime.el (mml-compute-boundary)
9089         (gnus-completing-read-with-default):
9090         * mml.el (widget-button-press, gnus-make-hashtable):
9091         * mml1991.el (mm-decode-content-transfer-encoding)
9092         (mm-encode-content-transfer-encoding)
9093         (message-options-get, message-options-set):
9094         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9095         * nnfolder.el (gnus-request-group):
9096         * nnheader.el (ietf-drums-unfold-fws):
9097         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9098         * smime.el (gnus-run-mode-hooks):
9099         * spam-stat.el (gnus-message): Autoload.
9100
9101         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9102         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9103         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9104         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9105         Add declare-function compatibility definition.
9106
9107         * gnus-cache.el (nnvirtual-find-group-art):
9108         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9109         (gnus-add-image, gnus-add-wash-type):
9110         * gnus-group.el (nnkiboze-score-file):
9111         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9112         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9113         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9114         (message-tokenize-header, gnus-get-buffer-create)
9115         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9116         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9117         * gnus.el (gnus-group-decoded-name):
9118         * mail-source.el (imap-capability):
9119         * mm-bodies.el (message-options-set):
9120         * mm-decode.el (gnus-configure-windows):
9121         * mm-extern.el (message-goto-body):
9122         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9123         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9124         (epg-sub-key-validity, message-options-set):
9125         * mml.el (widget-event-point, gnus-configure-windows):
9126         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9127         * mml2015.el (epg-check-configuration, epg-configuration)
9128         (message-options-set):
9129         * nndb.el (nndb-request-article):
9130         * nnfolder.el (gnus-request-create-group):
9131         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9132         * nnmaildir.el (gnus-group-mark-article-read):
9133         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9134         * rfc1843.el (message-fetch-field):
9135         * spam.el (gnus-extract-address-components):
9136         Declare as functions.
9137
9138 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9141
9142         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9143
9144         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9145         bind show-trailing-whitespace for XEmacs.
9146
9147 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9150         new no-op macro for backward compatibility.
9151
9152         * imap.el (imap-string-to-integer): New function.
9153
9154 2007-12-09  Glenn Morris  <rgm@gnu.org>
9155
9156         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9157
9158         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9159         * message.el, mm-view.el, sieve-manage.el, smime.el:
9160         Add declare-function compatibility definition.
9161
9162         * gnus-art.el (w3-region, w3m-region, Info-menu):
9163         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9164         * gnus-sum.el (gnus-get-predicate):
9165         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9166         * message.el (mail-abbrev-in-expansion-header-p):
9167         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9168         (w3m-detect-meta-charset, w3m-region):
9169         * sieve-manage.el (password-read, password-cache-add)
9170         (password-cache-remove):
9171         * smime.el (password-read-and-add): Declare as functions.
9172
9173 2007-12-08  David Kastrup  <dak@gnu.org>
9174
9175         * gnus-sum.el (gnus-summary-simplify-subject-query):
9176         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9177         `message'.
9178
9179 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9182         it to bind idna-program, installation-directory, defined-colors, and
9183         face-attribute for XEmacs of the version that compiles defcustom forms.
9184
9185 2007-12-07  Glenn Morris  <rgm@gnu.org>
9186
9187         * gnus-art.el (article-make-date-line): Revert previous change.
9188
9189 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9192
9193 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9194
9195         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9196         Call gnus-add-to-range ranges only once with a prepared article-list.
9197
9198 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9199
9200         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9201         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9202         group names with backslashes.
9203         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9204
9205 2007-12-06  Deepak Goel  <deego3@gmail.com>
9206
9207         * gnus-art.el (article-make-date-line):
9208         * gnus-start.el (gnus-load):
9209         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9210
9211 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-use-idna)
9214         * gnus-start.el (gnus-site-init-file)
9215         * message.el (message-use-idna)
9216         * mm-uu.el (mm-uu-hide-markers)
9217         * smiley.el (smiley-style): Revert changes that suppress warnings.
9218
9219 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9222         specify charset to html source.
9223         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9224
9225 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9228         idna-program in order to suppress byte compile warning issued by XEmacs
9229         that came to byte compile the default value section of defcustom forms
9230         recently.
9231
9232         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9233         value of installation-directory.
9234
9235         * message.el (message-use-idna): Don't directly refer to the value of
9236         idna-program.
9237
9238         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9239
9240         * smiley.el (smiley-style): Don't directly call face-attribute.
9241
9242 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9245
9246         * gnus-dired.el: Reduce Gnus dependencies.
9247         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9248         Don't require.  Use autoloads instead.
9249         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9250         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9251         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9252         (gnus-dired-mode): Adjust doc string.
9253         (gnus-dired-mail-mode): New variable.
9254         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9255         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9256         (gnus-dired-mail-buffers): New function.  Return mail or message
9257         composition buffers.
9258         (gnus-dired-attach): Use it.
9259         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9260         NO-DECODE.
9261         (gnus-dired-print): Use `gnus-print-buffer' depending on
9262         `gnus-dired-mail-mode'.
9263
9264 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * rfc2047.el (rfc2047-encoded-word-regexp)
9267         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9268         explaining what regexp patterns are for.
9269
9270 2007-12-04  Glenn Morris  <rgm@gnu.org>
9271
9272         * password.el: Move to password-cache.el.
9273
9274         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9275         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9276         * mml-smime.el (password-read, password-cache-add)
9277         (password-cache-remove):
9278         No need to autoload, since mml-sec requires password.
9279
9280         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9281         * message.el (gnus-extract-address-components):
9282         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9283
9284         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9285         password.
9286
9287 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * mailcap.el: Reduce dependencies.
9290         (mail-header-parse-content-type): Autoload.
9291         (mailcap-delete-duplicates): New alias.
9292         (mailcap-mime-info): Add optional argument NO-DECODE.
9293         (mailcap-mime-types): Use mailcap-delete-duplicates.
9294
9295         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9296
9297 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9298
9299         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9300         (imap-parse-status): Upcase status-att for servers that sends them
9301         lower-case (e.g., MS Exchange 2007).
9302
9303 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9306         function.
9307
9308         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9309         (gnus-uu-yenc-article): New function.
9310
9311         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9312
9313         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9314
9315 2007-12-02  Glenn Morris  <rgm@gnu.org>
9316
9317         * binhex.el (binhex): New custom group.
9318         (binhex-decoder-program, binhex-decoder-switches)
9319         (binhex-use-external): Move to the binhex custom group.
9320
9321         * uudecode.el (uudecode): New custom group.
9322         (uudecode-decoder-program, uudecode-decoder-switches)
9323         (uudecode-use-external): Move to the uudecode custom group.
9324
9325         * netrc.el (top-level): Don't load `encrypt' features.
9326         (netrc-parse): Don't use encrypt.
9327         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9328
9329         * encrypt.el: Remove file.
9330
9331 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9334         matches on patches.
9335
9336         * gnus-art.el (gnus-article-browse-html-article):
9337         Mention `mm-text-html-renderer' in the doc string.
9338
9339         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9340         string.  Add comments.
9341
9342         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9343         if rhs is ASCII.
9344
9345 2007-12-01  Glenn Morris  <rgm@gnu.org>
9346
9347         * mail-source.el (top-level): Require format-spec before
9348         eval-when-compile.
9349
9350 2007-11-30  Glenn Morris  <rgm@gnu.org>
9351
9352         * encrypt.el: Require password, rather than autoloading password-read.
9353
9354 2007-11-29  Glenn Morris  <rgm@gnu.org>
9355
9356         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9357         (sasl-make-client, sasl-next-step, sasl-step-data)
9358         (sasl-step-set-data): Declare as functions.
9359
9360 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9363
9364 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9365
9366         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9367         certs should be verified and what is to be done in the event of a
9368         verification failure.
9369
9370         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9371         caller can indicate whether the cache should be disregarded for this
9372         call.  This way the result of the call is reproducible at all times and
9373         can be considered a canonical server name for the supplied method.
9374         (gnus-agent-method-p): Canonicalize server names by pushing their
9375         method through `gnus-method-to-server' using the no-cache argument.
9376
9377         * gnus-srvr.el (gnus-server-insert-server-line):
9378         Call `gnus-method-to-server' with `no-cache' argument.
9379
9380         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9381         gnus-agent-possibly-synchronize-flags as this should be called when the
9382         server is actually being opened.
9383         (gnus-agent-possibly-synchronize-flags)
9384         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9385         flags file of an agentized server to the latter function.
9386
9387         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9388         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9389         after a connection has been established successfully.
9390
9391 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-art.el (article-display-face): Force to display face if called
9394         interactively; check if gnus-article-x-face-too-ugly matches author.
9395         (article-display-x-face): Display face even if From header is missing
9396         as article-display-face does.
9397
9398 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9399
9400         * hashcash.el (message-narrow-to-headers-or-head)
9401         (message-fetch-field, message-goto-eoh)
9402         (message-narrow-to-headers): Declare as functions.
9403
9404 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * mail-source.el (mail-sources): Default to fetch from file for
9407         compatibility with default of nnmail-spool-file.
9408
9409 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9412         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9413         to look for encoded word that should be encoded again.
9414         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9415         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9416         encoding pattern.
9417         (rfc2047-decode-region): Switch strict regexp and loose one according
9418         to rfc2047-allow-irregular-q-encoded-words.
9419
9420 2007-11-25  Romain Francoise  <romain@orebokech.com>
9421
9422         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9423
9424 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * tls.el (tls-program): Provide more custom choices from
9427         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9428         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9429
9430 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9433         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9434
9435         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9436         `nnmail-spool-file'.
9437
9438         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9439         `nnmail-spool-file'.
9440
9441         * gnus-move.el (gnus-change-server): Ditto.
9442
9443         * gnus-kill.el (gnus-batch-score): Ditto.
9444
9445         * gnus-cache.el (gnus-jog-cache): Ditto.
9446
9447         * gnus-msg.el (gnus-summary-reply):
9448         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9449
9450 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9453         version.  Minor improvement to doc strings.
9454         (tls-program): Add comment.
9455
9456 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9457
9458         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9459         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9460         mismatch between the hostname provided in the certificate and the name
9461         of the host connnecting to.
9462         (open-tls-stream): Use them.  Check certificates against trusted root
9463         certificates.
9464
9465 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-cache.el (gnus-cache-generate-nov-databases):
9468         Use nnml-generate-nov-databases-directory instead of
9469         nnml-generate-nov-databases-1.
9470
9471 2007-11-24  Glenn Morris  <rgm@gnu.org>
9472
9473         * message.el (message-tool-bar-retro): Update for rename
9474         mail_send.xpm->mail-send.xpm.
9475
9476 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9479         `smime-ldap-search' for Emacs 22 and up.
9480
9481 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9482
9483         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9484
9485         * message.el (message-send-mail-function): Fix error convention.
9486         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9487         (message-widen-reply, message-send-mail, message-talkative-question)
9488         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9489         (message-clone-locals, message-send-news): Use with-current-buffer.
9490         (message-insert-or-toggle-importance): Remove unused var `valid'.
9491         (message-make-references): Remove unused var `new-references'.
9492         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9493
9494 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9495
9496         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9497         (spam-split-symbolic-return-positive): Reflow docstring.
9498         (spam-backends, spam-summary-exit-behavior)
9499         (spam-mark-ham-unread-before-move-from-spam-group)
9500         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9501         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9502         (spam-clear-cache, spam-backend-check, spam-install-backend)
9503         (spam-install-statistical-backend, spam-list-of-processors)
9504         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9505         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9506         (spam-check-crm114, spam-initialize, spam-unload-hook):
9507         Fix typos in docstrings.
9508
9509 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9512         been checked if they have never been read and those group levels are
9513         higher than the one that a user specified.
9514
9515 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9518         foreign groups unless a group level is specified by a user.
9519         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9520
9521 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-send-mail-function): Require sendmail.
9524
9525 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * message.el (message-send-mail-function): Check for smtpmail too.
9528
9529         * utf7.el (utf7-encode, utf7-decode): Use coding system
9530         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9531
9532         * message.el (message-send-mail-function): New function.
9533         (message-send-mail-function): Set default using
9534         message-send-mail-function.  Adjust doc string.
9535         (message-send-mail-with-mailclient): New function.
9536
9537 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9538
9539         * smime.el (from):
9540         * rfc2047.el (message-posting-charset):
9541         * qp.el (mm-use-ultra-safe-encoding):
9542         * pop3.el (parse-time-months):
9543         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9544         * nnml.el (files):
9545         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9546         (jka-compr-compression-info-list, ange-ftp-path-format)
9547         (efs-path-regexp):
9548         * nndiary.el (files):
9549         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9550         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9551         (epg-digest-algorithm-alist, inhibit-redisplay)
9552         (password-cache-expiry):
9553         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9554         (pgg-output-buffer, password-cache-expiry):
9555         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9556         (efs-path-regexp):
9557         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9558         (inhibit-redisplay):
9559         * mm-uu.el (file-name, start-point, end-point, entry)
9560         (gnus-newsgroup-name, gnus-newsgroup-charset):
9561         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9562         (latin-unity-ucs-list):
9563         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9564         (mm-uu-binhex-decode-function):
9565         * message.el (gnus-message-group-art, gnus-list-identifiers)
9566         (rmail-enable-mime-composing, gnus-local-organization)
9567         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9568         (gnus-read-active-file, facemenu-add-face-function)
9569         (facemenu-remove-face-function, gnus-article-decoded-p)
9570         (tool-bar-mode):
9571         * mail-source.el (display-time-mail-function):
9572         * gnus-util.el (nnmail-pathname-coding-system)
9573         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9574         (gnus-original-article-buffer, gnus-user-agent)
9575         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9576         (xemacs-codename, sxemacs-codename, emacs-program-version):
9577         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9578         * gnus-start.el (gnus-agent-covered-methods)
9579         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9580         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9581         (gnus-newsgroup-headers, gnus-group-list-mode)
9582         (gnus-group-mark-positions, gnus-newsgroup-data)
9583         (gnus-newsgroup-unreads, nnoo-state-alist)
9584         (gnus-current-select-method, mail-sources)
9585         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9586         (nnmail-spool-file, gnus-cache-active-hashtb):
9587         * gnus-mh.el (mh-lib-progs):
9588         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9589         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9590         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9591         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9592         (gnus-group-buffer):
9593         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9594         (font-lock-set-defaults):
9595         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9596         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9597         (gnus-summary-post-menu, total-parts, type, condition, length):
9598         * gnus-agent.el (gnus-agent-read-agentview):
9599         * flow-fill.el (show-trailing-whitespace):
9600         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9601         eval-and-compile wrappers for byte compiler pacifiers.
9602
9603         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9604         (mm-display-inline-fontify): Check for featurep 'xemacs not
9605         extent-list.
9606
9607         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9608         itimer-list.
9609         (mm-create-image-xemacs): Only do something for XEmacs.
9610         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9611
9612         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9613
9614         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9615         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9616
9617 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9618
9619         * nnimap.el (nnimap-split-download-body):
9620         * gnus-demon.el (gnus-demon):
9621         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9622
9623 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9626         New macros.
9627         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9628         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9629         copy data from unibyte buffer to multibyte current buffer.
9630         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9631         to copy data from unibyte current buffer to multibyte buffer.
9632         (nntp-make-process-buffer): Make process buffer unibyte.
9633
9634         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9635
9636 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9637
9638         * pop3.el (pop3-open-server): Accept and process data more robustly at
9639         connexion start to avoid spurious "POP SSL connexion failed" errors.
9640
9641 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9644         read group names.
9645
9646 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9649
9650 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9653         (nnmail-save-active): Use a unibyte buffer when saving active file,
9654         which may contain non-ASCII group names.
9655
9656         * nnml.el (nnml-request-group): Decode group names in messages.
9657
9658 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * message.el (message-citation-line-function)
9661         (message-insert-formatted-citation-line): Fix spelling of
9662         `message-insert-formated-citation-line'.
9663
9664 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9667
9668 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9671         nnmail-pathname-coding-system.
9672
9673         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9674         that a user enters; decode group names in messages.
9675
9676         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9677
9678 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9681
9682         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9683
9684         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9685         risky local variable.
9686
9687         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9688
9689 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9690
9691         * encrypt.el: Improve documentation to fix function name typo.
9692         Reported by Daiki Ueno <ueno@unixuser.org>.
9693
9694 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9697         even if the point is not in the last page of an article.
9698         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9699         back to the previous page.
9700
9701 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9704
9705 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9708
9709 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9710
9711         * message.el (message-check-news-body-syntax):
9712         Avoid mm-string-as-multibyte.
9713         (message-hide-headers): Don't assume (point-min)==1.
9714
9715 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * message.el (message-remove-blank-cited-lines): Fix if remove is
9718         given.
9719         (message-bogus-address-regexp): New variable.
9720         (message-bogus-recipient-p): New function.
9721         (message-check-recipients): New command.
9722         (message-syntax-checks): Add `bogus-recipient'.
9723         (message-fix-before-sending): Add `bogus-recipient'.
9724
9725         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9726         (gnus-treat-body-boundary): Don't test window-system.
9727
9728 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9729
9730         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9731
9732 2007-10-28  Miles Bader  <miles@gnu.org>
9733
9734         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9735         at compile-time too.
9736
9737 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * gnus-msg.el (gnus-message-setup-hook):
9740         Add `message-remove-blank-cited-lines' to options.
9741
9742 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * message.el (message-remove-blank-cited-lines): New function.
9745         Suggested by Karl Plästerer.
9746
9747 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9750         mapc.
9751
9752         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9753         (top-level): Use mapc to set functions to be traced for debugging.
9754
9755         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9756         called for effect with while loop.
9757
9758         * message.el (message-talkative-question): Replace mapcar called for
9759         effect with mapc.
9760
9761         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9762         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9763         called for effect with dolist.
9764
9765         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9766
9767         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9768         gnus-extra-headers and nnmail-extra-headers.
9769
9770         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9771         called for effect with dolist.
9772         (top-level): Use mapc to set functions to be traced for debugging.
9773
9774         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9775         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9776         dolist.
9777
9778         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9779         Replace mapcar called for effect with mapc.
9780         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9781         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9782         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9783         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9784
9785         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9786         remove-if that's a cl function.
9787
9788         * webmail.el (webmail-debug): Replace mapcar called for effect with
9789         dolist.
9790
9791         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9792         with mapc.
9793
9794 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9797         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9798         with while loop.
9799
9800         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9801         functions from article-* functions.
9802         (gnus-multi-decode-header): Replace mapcar called for effect with
9803         dolist.
9804
9805         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9806         (gnus-bookmark-show-details): Replace mapcar called for effect with
9807         while loop.
9808
9809         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9810         called for effect with while loop.
9811
9812         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9813         with dolist.
9814
9815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9816         Replace mapcar called for effect with dolist.
9817
9818         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9819
9820         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9821         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9822         Replace mapcar called for effect with dolist.
9823         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9824         mapc.
9825
9826         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9827         Replace mapcar called for effect with dolist.
9828         (gnus-topic-list): Replace mapcar called for effect with mapc.
9829
9830         * gnus.el: Use mapc instead of mapcar to add autoloads.
9831
9832 2007-10-23  Richard Stallman  <rms@gnu.org>
9833
9834         * gnus-group.el (gnus-group-highlight): Mark as risky.
9835
9836 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus.el (gnus-server-to-method): Return method found first in
9839         gnus-newsrc-alist.
9840
9841         * gnus-art.el (gnus-article-highlight-signature)
9842         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9843         button overlay without the front stickiness.
9844
9845 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9846
9847         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9848         overview buffer needed a catch to receive its throw.
9849         (gnus-agent-flush-cache): Declare as interactive to make this function
9850         easier to use.
9851
9852 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9855         `next-line'.
9856
9857 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9860         exclude address matching message-dont-reply-to-names.
9861
9862 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-util.el (gnus-string<): New function.
9865
9866         * gnus-sum.el (gnus-article-sort-by-author)
9867         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9868
9869 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9872         the frame-focus tag is set in gnus-buffer-configuration.
9873
9874 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9877         the front stickiness.
9878
9879 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9882         url pattern; remove duplicate one.
9883         (gnus-article-extend-url-button): New function.
9884         (gnus-article-add-buttons): Use it.
9885         (gnus-button-push): Use concatenated url that it makes.
9886
9887 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9888
9889         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9890
9891 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9892
9893         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9894         Don't hardcode point-min==1.
9895
9896 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9899         Fix comment about "iso8859-1".
9900
9901 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9902
9903         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9904         ones returned from the verify-function.
9905
9906         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9907         Call mml2015-extract-cleartext-signature if extraction failed.
9908
9909 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9910
9911         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9912         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9913         failed.
9914
9915 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9918
9919 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9922         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9923         recommends to use EasyPG instead of PGG.
9924
9925         * pgg.el: Revert to revision 6.23.2.16.
9926
9927         * pgg-def.el: Revert to revision 6.6.2.14.
9928
9929         * pgg-gpg.el: Revert to revision 6.23.2.34.
9930
9931 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9934         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9935         thread for both the null and zero (kill/expire thread) universal prefix
9936         cases.
9937         (gnus-summary-expire-thread): Add new function to expire a thread,
9938         using gnus-summary-kill-thread.
9939         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9940         shortcuts for gnus-summary-expire-thread.
9941         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9942         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9943
9944 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9945
9946         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9947         extras value, so an extras entry can be deleted.
9948         (gnus-registry-delete-extra-entry): Use it.
9949         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9950         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9951         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9952         storage through the gnus-registry, and provide an appropriate API for
9953         it.
9954
9955 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9958         Suggested by Leo <sdl.web@gmail.com>.
9959
9960         * gnus.el: Do.
9961
9962 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9965         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9966
9967         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9968
9969         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9970         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9971
9972 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9975         newline.
9976         (nnmbox-request-accept-article): Don't change article in source buffer;
9977         narrow to header to use message-fetch-field rather than
9978         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9979         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9980         as delimiters; make sure article ends with newline.
9981         (nnmbox-delete-mail): Correct last position of article to be deleted;
9982         ignore X-Gnus-Newsgroup header in article body.
9983         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9984         positions; make sure article ends with newline.
9985
9986         * message.el (message-display-abbrev): Don't infloop when a user
9987         inserts SPC in the beginning of header.
9988
9989         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9990         coding-system-for-read and coding-system-for-write for XEmacs having no
9991         file-coding feature.
9992
9993         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9994
9995 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9998         list of groups not followed by default.  Fix type to be regexp.
9999         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10000
10001 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10002
10003         * hmac-def.el (define-hmac-function): Switch from old-style to
10004         new-style backquotes.
10005
10006         * md4.el (md4-make-step): Likewise.
10007
10008 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10011         raw-text coding system when saving .newsrc file, which may contain
10012         non-ASCII group names.
10013
10014 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-cus.el (gnus-score-extra): New widget.
10017         (gnus-score-extra-convert): New function.
10018         (gnus-score-customize): Use it for Extra.
10019
10020 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10021
10022         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10023         (mml2015-mailcrypt-clear-verify): Use it.
10024         (mml2015-gpg-clear-verify): Use it.
10025         (mml2015-pgg-clear-verify): Use it.
10026         (mml2015-epg-clear-verify): Replace the current part with the output
10027         from GnuPG; don't extract the plaintext by itself.
10028
10029         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10030         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10031         mml2015-clear-verify-function; don't touch the armor headers or
10032         dash-escaped text here.
10033
10034 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10037         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10038         parts, or application/octet-stream as a last resort.
10039         (gnus-mime-view-part-as-type): Don't toggle display.
10040         (gnus-mime-view-part-as-charset): Don't turn off display before
10041         querying charset.
10042
10043         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10044         stuff to undisplayer function in Emacs.
10045         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10046
10047         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10048         text/calendar parts.
10049
10050 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10053         decoding text/calendar parts.
10054
10055         * message.el (message-forward-make-body-mime): Always mark body as
10056         having no illegible text; remove signed-or-encrypted argument.
10057         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10058
10059         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10060         (mml-generate-mime-1): Don't encode body if it is specified to be in
10061         raw form; don't make buffer be unibyte when inserting multibyte string.
10062
10063 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10064
10065         * sha1.el: Fix up comment style.
10066         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10067         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10068
10069         * hex-util.el: Fix up comment style.
10070         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10071
10072         * gnus-salt.el: Use with-current-buffer.
10073         (gnus-pick-setup-message): Fix long-standing typo.
10074
10075 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * imap.el (imap-logout-timeout): New variable.
10078         (imap-logout, imap-logout-wait): New functions.
10079         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10080
10081         * nnimap.el (nnimap-logout-timeout): New server variable.
10082         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10083         nnimap-logout-timeout.
10084
10085         * gnus-art.el (gnus-article-summary-command-nosave)
10086         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10087
10088 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus.el (gnus-maximum-newsgroup): New variable.
10091
10092         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10093         according to gnus-maximum-newsgroup.
10094
10095         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10096         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10097         Limit the range of articles according to gnus-maximum-newsgroup.
10098
10099 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10100
10101         * gnus-art.el (gnus-sticky-article): Fix problems described in
10102         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10103         Don't perform gnus-configure-windows here; reuse existing sticky
10104         article buffer.
10105
10106         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10107         it doesn't exist in gnus-article-mode.
10108
10109 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10112         (gnus-agent-decoded-group-name): New function.
10113         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10114         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10115
10116 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10117
10118         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10119         Add binding for gnus-sticky-article.
10120         (gnus-summary-exit): Don't kill sticky article buffers.
10121
10122         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10123         article buffer.
10124         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10125         (gnus-kill-sticky-article-buffers): New commands.
10126
10127 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * nntp.el (nntp-xref-number-is-evil): New server variable.
10130         (nntp-find-group-and-number): If it is non-nil, don't trust article
10131         numbers in the Xref header.
10132
10133 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-agent.el (gnus-agent-read-group): New function.
10136         (gnus-agent-flush-group, gnus-agent-expire-group)
10137         (gnus-agent-regenerate-group): Use it.
10138         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10139         nnmail-pathname-coding-system.
10140
10141 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10144
10145         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10146         that are unread as unread, and also as selected so that information of
10147         marks having been changed by a user may be updated when exiting group.
10148
10149 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10150
10151         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10152
10153 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10156         calculated ignoring signature parts to gnus-treat-article.
10157
10158 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10161         a point here in order to keep the window start.
10162         (gnus-insert-mime-security-button): Make a button overlay without the
10163         front stickiness.
10164         (gnus-mime-display-security): Goto the end of a button.
10165
10166         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10167
10168 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10169
10170         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10171         group-name-at-point.
10172         (gnus-group-completing-read): New function that offers decoded
10173         non-ASCII group names for completion.
10174         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10175         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10176         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10177         (gnus-group-fetch-control): Use it.
10178         (gnus-fetch-group): Use group-name-at-point for the initial value
10179         rather than the default value; use gnus-alive-p.
10180
10181         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10182         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10183         (gnus-summary-post-news): Use gnus-group-completing-read.
10184
10185         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10186         (gnus-read-move-group-name): Decode group name for completion.
10187
10188 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10189
10190         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10191         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10192         Yamaoka slightly modified the code).
10193
10194 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10197         (nnmail-split-incoming): Bind it.
10198
10199         * nnml.el (nnml-group-name-charset): New function.
10200         (nnml-decoded-group-name): Use it; don't decode group name if
10201         nnmail-group-names-not-encoded-p is non-nil.
10202         (nnml-encoded-group-name): New function.
10203         (nnml-group-pathname): Inline nnml-decoded-group-name.
10204         (nnml-request-expire-articles): Decode group name in message.
10205         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10206         nnmail-pathname-coding-system.
10207         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10208         not decoded ones according to nnmail-group-names-not-encoded-p.
10209         (nnml-generate-active-info): Use nnml-encoded-group-name.
10210
10211 2007-08-08  Glenn Morris  <rgm@gnu.org>
10212
10213         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10214         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10215         doc-strings and comments.
10216
10217 2007-07-25  Glenn Morris  <rgm@gnu.org>
10218
10219         * Relicense all FSF files to GPLv3 or later.
10220
10221 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-sum.el (gnus-summary-move-article):
10224         Make gnus-summary-respool-article work.
10225
10226 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10229         string.
10230
10231 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10232
10233         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10234         that should be ignored when comparing distant RSS articles with local
10235         ones.
10236         (nnrss-make-hash-index): New function.  Create a hash index according
10237         to the ignored fields.
10238         (nnrss-check-group): Use it.
10239
10240 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10243
10244         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10245
10246         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10247         the new optional argument ENCODED is non-nil.
10248         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10249         coding system for encoding group name.
10250         (gnus-group-make-rss-group): Pass un-encoded group name to
10251         gnus-group-make-group.
10252         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10253         encoded.
10254
10255         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10256         Encode group name to which articles are moved or copied.
10257         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10258         coding system for encoding Newsgroup, Followup-To and Xref headers.
10259
10260         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10261         marks; use nnheader-file-coding-system to write a file.
10262         (nnagent-retrieve-headers): Bind file-name-coding-system to
10263         nnmail-pathname-coding-system.
10264
10265         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10266
10267         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10268         (nnml-request-article, nnml-request-create-group)
10269         (nnml-request-rename-group, nnml-find-id)
10270         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10271         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10272         (nnml-save-marks): Use nnml-group-pathname instead of
10273         nnmail-group-pathname.
10274
10275         (nnml-request-create-group, nnml-request-expire-articles)
10276         (nnml-request-move-article, nnml-request-delete-group)
10277         (nnml-deletable-article-p, nnml-possibly-create-directory)
10278         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10279         (nnml-open-marks): Bind file-name-coding-system to
10280         nnmail-pathname-coding-system.
10281
10282         (nnml-request-article): Pass server argument to nnml-find-group-number.
10283         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10284         Pass server argument to nnml-possibly-create-directory.
10285         (nnml-request-accept-article): Pass server argument to
10286         nnml-active-number and nnml-save-mail.
10287         (nnml-find-group-number): Pass server argument to nnml-find-id.
10288         (nnml-request-update-info): Pass server argument to
10289         nnml-marks-changed-p.
10290
10291         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10292         (nnml-save-mail, nnml-active-number): Add server argument.
10293
10294         (nnml-request-delete-group): Warn if group is missing.
10295         (nnml-get-nov-buffer): Decode group name.
10296         (nnml-generate-active-info): Encode group name.
10297         (nnml-open-marks): Decode group name in messages.
10298
10299 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10302         if it is not specified.
10303         (gnus-article-pipe-part, gnus-article-save-part)
10304         (gnus-article-interactively-view-part, gnus-article-copy-part)
10305         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10306         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10307         (gnus-article-replace-part, gnus-article-delete-part)
10308         (gnus-article-view-part-as-type): Pass raw prefix argument to
10309         gnus-article-part-wrapper.
10310
10311 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-agent.el (gnus-agent-save-active):
10314         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10315
10316         * gnus-cache.el (gnus-cache-save-buffers)
10317         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10318         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10319         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10320         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10321         (gnus-cache-generate-active, gnus-cache-rename-group)
10322         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10323         (gnus-cache-update-overview-total-fetched-for):
10324         Bind file-name-coding-system to nnmail-pathname-coding-system.
10325         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10326         New variables.
10327         (gnus-cache-decoded-group-name): New function.
10328         (gnus-cache-file-name): Use it.
10329         (gnus-cache-generate-active): Use non-decoded group name for active.
10330
10331         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10332         right place.
10333         (gnus-write-active-file): Don't break non-ASCII group names.
10334
10335         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10336         nnmail-pathname-coding-system.
10337
10338         * lpath.el: Bind default-file-name-coding-system,
10339         file-name-coding-system and language-info-alist for XEmacs.
10340
10341         * gnus-uu.el (gnus-uu-decode-save): Typo.
10342
10343 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10346
10347 2007-07-14  David Kastrup  <dak@gnu.org>
10348
10349         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10350         finishing actions if we did not edit the article.
10351
10352 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10355         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10356         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10357         (gnus-agent-flush-group, gnus-agent-flush-cache)
10358         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10359         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10360         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10361         (gnus-agent-regenerate-group)
10362         (gnus-agent-update-files-total-fetched-for)
10363         (gnus-agent-update-view-total-fetched-for):
10364         Bind file-name-coding-system to nnmail-pathname-coding-system.
10365         (gnus-agent-group-pathname): Don't encode file names by
10366         nnmail-pathname-coding-system.
10367         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10368         coding-system-for-write instead of buffer-file-coding-system to
10369         gnus-agent-file-coding-system.
10370
10371         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10372         Decode group name.
10373
10374         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10375
10376         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10377         (gnus-read-newsrc-el-file): Make group names unibyte.
10378
10379         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10380         nnmail-pathname-coding-system.
10381
10382         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10383         (nnrss-request-delete-group): Bind file-name-coding-system to
10384         nnmail-pathname-coding-system.
10385         (nnrss-read-server-data, nnrss-read-group-data):
10386         Bind file-name-coding-system correctly.
10387         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10388
10389         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10390         (nntp-server-to-method-cache): New variable.
10391         (nntp-group-pathname): New function that decodes non-ASCII group names.
10392         (nntp-possibly-create-directory, nntp-marks-changed-p)
10393         (nntp-save-marks, nntp-open-marks): Use it.
10394         (nntp-possibly-create-directory, nntp-open-marks):
10395         Bind file-name-coding-system to nnmail-pathname-coding-system.
10396         (nntp-open-marks): Decode group names when bootstrapping marks.
10397
10398         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10399         Newsgroups and Folowup-To headers.
10400
10401 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10404         (gnus-server-closed-face, gnus-server-denied-face)
10405         (gnus-server-offline-face): Remove variable.
10406         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10407
10408         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10409         of modifying message-stack directly for XEmacs.
10410
10411         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10412         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10413         if the coding-system argument is nil for XEmacs.
10414
10415         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10416         mm-charset-override-alist.
10417
10418         * rfc2047.el: Don't require base64; require rfc2045 for the function
10419         rfc2045-encode-string.
10420         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10421         to quote the parameter value.
10422
10423 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10426         form in gnus-group-name-charset-method-alist.
10427
10428         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10429         overrides the default layout edit-form.
10430
10431         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10432
10433         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10434
10435 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10438         as unfetched articles.
10439
10440 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10443
10444 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10447         original back end that keeps marks in the local system.
10448
10449 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10452         arg of pop-to-buffer for XEmacs.
10453         (gnus-article-read-summary-keys): Ditto; don't restore window
10454         configuration if summary command ends up with neither article buffer
10455         nor summary buffer; describe bindings if summary keys end with C-h.
10456
10457 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * message.el (message-fix-before-sending): Skip raw message part to be
10460         forwarded while checking illegible text.
10461         (message-forward-make-body-mime, message-forward-make-body):
10462         Mark signed or encrypted raw message as having no illegible text.
10463
10464 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10467         (gnus-message-with-timestamp-1): New macro.
10468         (gnus-message-with-timestamp): New function.
10469         (gnus-message): Use them.
10470
10471         * nnheader.el (nnheader-message): Use them.
10472
10473 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10476         .newsrc.eld file.
10477
10478 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-agent.el (gnus-agent-fetch-headers)
10481         (gnus-agent-retrieve-headers):
10482         Bind gnus-decode-encoded-address-function to identity.
10483
10484         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10485         available also when the server returns simply a dot.
10486
10487         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10488
10489 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10492
10493 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-ems.el (gnus-x-splash): Make it work.
10496
10497         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10498         from being used.
10499
10500         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10501
10502 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10505         4th and the 5th arguments.
10506
10507         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10508         the front stickiness.
10509         (gnus-article-summary-command-nosave): Correct the order of the
10510         arguments passed to pop-to-buffer.
10511         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10512         summary command ends up with the article buffer.
10513
10514         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10515         the same faces.
10516
10517 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10518
10519         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10520
10521 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10522
10523         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10524         * gnus-sum.el (gnus-summary-highlight):
10525         * pgg.el (pgg-sign-region, pgg-sign):
10526         * mail-source.el (mail-source-delete-old-incoming-confirm):
10527         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10528
10529 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-art.el (gnus-mime-view-part-externally)
10532         (gnus-mime-view-part-internally): Fix predicate function passed to
10533         completing-read.
10534
10535         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10536
10537         * gnus.el (gnus-update-message-archive-method): Add :version.
10538
10539 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus.el (gnus-update-message-archive-method): New variable.
10542
10543         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10544         according to gnus-message-archive-method if
10545         gnus-update-message-archive-method is non-nil.
10546
10547 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10550         Suggested by Loic Dachary <loic@dachary.org>.
10551         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10552
10553 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * message.el (message-pop-to-buffer): Add switch-function argument.
10556         (message-mail): Pass switch-function argument to it.
10557
10558 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10561         Improve doc string.
10562
10563 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10566         (gnus-header-content)
10567         * gnus-cite.el (gnus-cite-10)
10568         * gnus-srvr.el (gnus-server-closed)
10569         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10570         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10571         (gnus-group-mail-3-empty, gnus-group-mail-low)
10572         (gnus-group-mail-low-empty, gnus-splash)
10573         * message.el (message-header-to, message-header-cc)
10574         (message-header-subject, message-header-other, message-header-name)
10575         (message-header-xheader, message-separator, message-cited-text)
10576         (message-mml): Lighten colors of faces used for dark background.
10577
10578 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10579
10580         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10581         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10582
10583 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * message.el (message-narrow-to-headers-or-head):
10586         Ignore mail-header-separator in the body.
10587
10588 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10591         same as window size.
10592
10593 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10594
10595         * message.el (message-font-lock-keywords): Use message-header-xheader
10596         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10597         ahead of the anything pattern, to get it recognised.
10598
10599 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10602         spam.el loads uses it in the compiled defadvice form.
10603
10604 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10605
10606         * gnus-sum.el (gnus-articles-to-read)
10607         (gnus-summary-insert-old-articles): Don't truncate group name for
10608         `read-string'.
10609
10610         * gnus-util.el (gnus-limit-string): Delete this function.
10611
10612         * gnus-sum.el (gnus-simplify-subject-fully):
10613         Use `truncate-string-to-width' instead.
10614
10615 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10616
10617         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10618         Tell if, on summary exit, the next group has to be selected.
10619         (gnus-summary-exit): Use it.
10620
10621 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10624         non-break space.
10625
10626 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10629         Check if group is not a directory.
10630         (nnfolder-request-expire-articles): Don't delete articles if the target
10631         group is not available.
10632
10633         * nnml.el (nnml-request-create-group): Properly check if group is not a
10634         file.
10635         (nnml-request-expire-articles): Don't delete articles if the target
10636         group is not available.
10637
10638         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10639         Don't quote characters that are within parentheses.
10640
10641 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10644         (gnus-handle-ephemeral-exit): Select article according to it.
10645
10646 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * message.el (message-insert-formated-citation-line): Remove newline.
10649         (message-citation-line-format): Add final \n here so that the user can
10650         avoid a blank line.
10651
10652 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10653
10654         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10655         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10656         Update lanl/arXiv support.
10657
10658 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus.el: Bump version number.
10661
10662 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus.el (gnus-version-number): Bump version.
10665
10666 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10667
10668         * gnus.el: No Gnus v0.6 is released.
10669
10670 2007-04-27  Didier Verna  <didier@xemacs.org>
10671
10672         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10673         * gmm-utils.el (gmm-regexp-concat): ... here.
10674         * message.el: Don't require 'gnus-util.
10675         (message-dont-reply-to-names): Handle name change above.
10676         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10677
10678 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10681         since the initial value varies according to the system.
10682
10683 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10686
10687 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10688
10689         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10690
10691 2007-04-24  Didier Verna  <didier@xemacs.org>
10692
10693         Improve the type of gnus-ignored-from-addresses.
10694         * gnus-util.el (gnus-orify-regexp): New function.
10695         * message.el (gnus-util): Require it.
10696         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10697         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10698         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10699
10700 2007-04-24  Didier Verna  <didier@xemacs.org>
10701
10702         * gnus-sum.el:
10703         * gnus-utils.el: Fix some trailing whitespaces.
10704
10705 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10708         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10709         article's Message-ID; refer parent article in summary buffer.
10710
10711         * message.el (message-bounce): Call mime-to-mml.
10712
10713         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10714         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10715         optimize and/or forms properly.
10716
10717 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10720         URL.
10721
10722 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10725
10726 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10729         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10730         displayed of multipart/alternative part if it is invoked from summary
10731         buffer.
10732
10733         * mm-view.el (mm-inline-text-html-render-with-w3m)
10734         (mm-inline-text-html-render-with-w3m-standalone)
10735         (mm-inline-render-with-function): Use mail-parse-charset by default.
10736
10737 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10738
10739         * parse-time.el (parse-time-string-chars): Check if CHAR
10740         is less than the length of parse-time-syntax.
10741
10742 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10745         from gnus-newsgroup-processable.
10746
10747 2007-04-16  Didier Verna  <didier@xemacs.org>
10748
10749         * gnus-msg.el (gnus-configure-posting-styles):
10750         Handle message-signature-directory properly with :file syntax.
10751         Reported by "Leo".
10752
10753 2007-04-11  Didier Verna  <didier@xemacs.org>
10754
10755         New user option: message-signature-directory.
10756         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10757         * message.el (message-insert-signature): Ditto.
10758         * message.el (message-signature-file): Doc update.
10759         * message.el (message-signature-directory): New.
10760
10761 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-msg.el (gnus-inews-yank-articles):
10764         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10765
10766 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * message.el (message-yank-original): Make sure cited text ends with
10769         newline; don't exchange point and mark.
10770
10771 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10772
10773         * tls.el (open-tls-stream): Properly handle case where there
10774         is no associated buffer.
10775
10776 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10777
10778         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10779         message-yank-original, make sure (< mark TEXT point).
10780
10781 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * message.el (message-fill-column): New variable.
10784         (message-mode): Use it.  Add comment on a possible new hook.
10785
10786         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10787         (nnmail-get-new-mail): Reformat.
10788
10789         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10790
10791         * gmm-utils.el: Fix Commentary.
10792         (gmm-tool-bar-from-list): Fix typo in doc string.
10793
10794 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10795
10796         * message.el (message-yank-original): Don't switch point and mark
10797         unnecessarily to put point and mark as documented.
10798
10799 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10802         from the message heads.
10803
10804 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10805
10806         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10807         article buffer does not have a window.  This may not be the best
10808         solution but is certainly better than setting the start of the null,
10809         that is the current, window.
10810
10811 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10814         (gnus-draft-setup): Run it.
10815
10816         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10817         gnus-score-fast-scoring.  Allow regexp.
10818         (gnus-score-headers): Use it.
10819
10820         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10821         XEmacs.
10822
10823         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10824         string.
10825         (gnus-button-alist): Also catch `<f1> k ...'.
10826         (gnus-treat-display-x-face): Fix doc string.
10827
10828 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10829
10830         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10831         evaluation of gnus-extended-version to ensure correct generation of the
10832         User-Agent header when message-generate-headers-first is used.
10833
10834 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10835
10836         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10837         hashcash-path is nil.  Don't call callback with incorrect number of
10838         parameters if val is 0.
10839
10840 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10841
10842         * message.el (message-required-news-headers):
10843         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10844
10845 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10846
10847         * tls.el (open-tls-stream): In handshake-waiting loop,
10848         don't wait more if there is output available to process.
10849
10850 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10851
10852         * tls.el (tls-program): Doc fix.
10853
10854 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * message.el (message-generate-new-buffers): Change the meaning of the
10857         nil value; add `standard' to the choices; treat t as `unique'; improve
10858         doc string.
10859         (gnus-select-frame-set-input-focus): Autoload.
10860         (message-buffer-name): Search for the existing message buffer if
10861         message-generate-new-buffers is nil or `standard'; treat the value t of
10862         message-generate-new-buffers as `unique'.
10863         (message-pop-to-buffer): Raise the frame already displaying the message
10864         buffer; clear the echo area after querying.
10865         (message-setup): Pass the `continue' argument to compose-mail.
10866         (message-mail): Prefer `switch-function' if it is given; search for the
10867         existing message buffer if the `continue' argument is non-nil; pass
10868         continue and switch-function arguments to compose-mail by way of
10869         message-setup.
10870         (message-mail-other-window): Adjust argument of message-setup.
10871         (message-mail-other-frame): Ditto.
10872
10873 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10876         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10877         to turn font-lock on when turning gnus-message-citation-mode on.
10878
10879 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10880
10881         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10882         (mml-smime-function-alist): New variable; add epg as the backend.
10883         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10884         mml-smime- functions instead.
10885         * mm-view.el: Require smime.
10886
10887 2007-03-05  Didier Verna  <didier@xemacs.org>
10888
10889         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10890         instead of just inheritance for posting styles.
10891         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10892
10893 2007-02-24  Chris Moore  <dooglus@gmail.com>
10894
10895         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10896         * pgg-pgp.el (pgg-pgp-encrypt-region):
10897         * pgg-gpg.el (pgg-gpg-encrypt-region):
10898         Check pgg-encrypt-for-me if no other recipients.
10899
10900 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10901
10902         * tls.el (tls-certtool-program): Fix custom type.
10903
10904 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10907         and point-at-eol instead of line-(beginning|end)-position.
10908
10909         * assistant.el (assistant-parse-buffer): Ditto.
10910
10911         * netrc.el (netrc-parse-services): Ditto.
10912
10913 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10914
10915         * mml2015.el (mml2015-epg-find-usable-key): New function.
10916         (mml2015-epg-sign): Use it.
10917         (mml2015-epg-encrypt): Use it.
10918
10919 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * message.el (message-make-in-reply-to): Quote name containing
10922         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10923         if there are special characters.  Reported by NAKAJI Hiroyuki
10924         <nakaji@jp.freebsd.org>.
10925
10926 2007-02-27  Didier Verna  <didier@xemacs.org>
10927
10928         Include the group parameters as well as the topic ones in the
10929         inheritance filter process.
10930         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10931         argument GROUP-PARAMS-LIST.
10932         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10933
10934 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * nntp.el (nntp-never-echoes-commands)
10937         (nntp-open-connection-functions-never-echo-commands): New variables.
10938         (nntp-send-command): Use them.
10939
10940 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10941
10942         * mml2015.el (mml2015-epg-verify): Simplify.
10943
10944 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * mml.el (mml-content-disposition-alist): New user option.
10947         (mml-content-disposition): New function.
10948         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10949         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10950
10951 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10952
10953         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10954         verification.
10955
10956 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10957
10958         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10959         articles posted in the last 24 hours.
10960
10961 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10962
10963         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10964
10965 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10966
10967         * nntp.el (nntp-send-command): Don't wait for echoes when
10968         nntp-open-ssl-stream is used.
10969
10970 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10973         (gnus-message-add-citation-keywords)
10974         (gnus-message-remove-citation-keywords): Remove.
10975         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10976         directly, make the variables in font-lock-defaults buffer-local, add
10977         gnus-message-citation-keywords to them and then update the value of
10978         font-lock-keywords.
10979
10980 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * message.el (message-cite-original-1): Don't call
10983         gnus-article-highlight-citation.
10984
10985         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10986         citations; fix line count.
10987
10988 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10991         (gnus-message-add-citation-keywords)
10992         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10993         versions of font-lock-add-keywords and font-lock-remove-keywords to
10994         work with XEmacs correctly.
10995
10996 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-cite.el (gnus-cite-face-list): Set the values of
10999         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11000         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11001         (gnus-message-cite-prefix-regexp): New variable.
11002         (gnus-message-search-citation-line): Use it; protect against long
11003         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11004         the 0th match data for Emacs.
11005         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11006         (gnus-message-add-citation-keywords): Append keywords rather than
11007         prepending; emulate font-lock-add-keywords if it is not available.
11008         (gnus-message-remove-citation-keywords):
11009         Emulate font-lock-remove-keywords if it is not available.
11010
11011         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11012
11013         * message.el (message-cite-prefix-regexp): Set the value of
11014         gnus-message-cite-prefix-regexp.
11015
11016 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11017
11018         * nnweb.el (nnweb-google-parse-1): Update parser.
11019
11020 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11021
11022         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11023
11024 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11025
11026         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11027         regexp.
11028
11029 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11032         string-to-multibyte.
11033         (uudecode-decode-region-internal): Use it.
11034
11035         * lpath.el: Fbind string-as-multibyte for XEmacs.
11036
11037 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11040         Fix custom choice.
11041
11042         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11043
11044 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11045
11046         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11047
11048         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11049         `write-region' to respect `mm-inhibit-file-name-handlers'.
11050
11051 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11054         Use gnus-home-directory instead of "~/" or "$HOME".
11055
11056 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11057
11058         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11059         to mention filename.
11060         Add comments at beginning regarding usage.
11061         (encrypt-write-file-contents): Change interactive so a string is
11062         acceptable.  If the file has no associated model, show an error instead
11063         of a nonsense prompt.
11064
11065 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11066
11067         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11068         Thanks to Yoshihiko Yamada for kind notification of this typo.
11069
11070 2007-01-12  Kenichi Handa  <handa@m17n.org>
11071
11072         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11073         multibyte buffer.
11074
11075 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-score.el (gnus-score-fast-scoring): New variable.
11078         (gnus-score-headers): Use it.
11079
11080         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11081
11082         * message.el (message-cite-original-1):
11083         Call gnus-article-highlight-citation if requested.
11084         (message-make-from): Allow name and address as optional arguments.
11085
11086         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11087
11088         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11089         bugs to doc string.
11090         (gnus-button-alist): Add mid\\|message-id.
11091         (gnus-button-fetch-group): Extend for use in
11092         `browse-url-browser-function'.
11093         (gnus-button-url-regexp): Try to catch paired parentheses like in
11094         Wikipedia URLs.
11095
11096         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11097         Suggested by Simon Krahnke <overlord@gmx.li>.
11098
11099 2007-01-13  Romain Francoise  <romain@orebokech.com>
11100
11101         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11102         Update copyright.
11103
11104 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11105
11106         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11107
11108 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * gnus-registry.el (gnus-registry-unfollowed-groups)
11111         (gnus-registry-split-fancy-with-parent): Fix documentation.
11112
11113 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11114
11115         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11116         from nnweb groups.
11117
11118 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11121         Xref urls.  Erase buffer before requesting head.
11122
11123         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11124
11125 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11128         customizable.
11129
11130 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11131
11132         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11133         no signing key is found.
11134         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11135         no encrypting and/or signing key is found.
11136
11137 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11140
11141 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11142
11143         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11144         headers read from disk with the ones newly found in the current search.
11145         This should no longer cause problems, because the article numbers in
11146         Gmane's `nov.php' output are ignored since the previous change.
11147
11148 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11149
11150         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11151
11152 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11155         replace-regexp-in-string; bind url-version; fbind display-images-p and
11156         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11157         find-face and set-itimer-function for Emacs; bind itimer-list for
11158         Emacs.
11159
11160         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11161
11162 2007-01-01  Romain Francoise  <romain@orebokech.com>
11163
11164         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11165
11166 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11167
11168         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11169         `define-minor-mode' macro definition expanded properly.
11170         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11171         exclude it there.
11172
11173         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11174         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11175         `fboundp' test.
11176         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11177         This is OK to autoload in (S)XEmacs now.
11178
11179 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11182         keystroke.
11183         (gnus-summary-limit-to-singletons): Fix typo.
11184
11185         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11186         else fails.
11187
11188 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11189
11190         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11191         docstring.
11192
11193         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11194         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11195         (gnus-summary-insert-dormant-articles): Fix typo in message.
11196
11197 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11200         nil for XEmacs.
11201         (gnus-message-citation-mode): Don't autoload in XEmacs.
11202
11203         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11204
11205 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11206
11207         * nnimap.el (nnimap-expunge-search-string):
11208         Mention nnimap-search-uids-not-since-is-evil in docstring.
11209
11210 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * spam.el: Revert to make-obsolete-variable because
11213         define-obsolete-variable-alias is not supported in Emacs 21.
11214
11215         * spam.el (spam-ifile-path, spam-ifile-database-path)
11216         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11217         make-obsolete-variable.
11218         (spam-bsfilter-path, spam-bsfilter-program)
11219         (spam-spamassassin-path, spam-spamassassin-program)
11220         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11221         Don't use "path" inappropriately.
11222         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11223         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11224         variable names.
11225
11226 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11227
11228         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11229         summary buffer.
11230
11231         * password.el (password-cache-remove): Use clear-string to burn
11232         password, if available.
11233
11234 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11237
11238         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11239
11240         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11241         (gnus-message-highlight-citation): Move defcustom here from
11242         gnus-cite.el.
11243         (gnus-message-citation-mode): Autoload.
11244
11245         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11246         checks to make it compile with XEmacs.
11247         (gnus-message-citation-mode): New minor mode.
11248         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11249         (gnus-message-highlight-citation): New variables.
11250         (gnus-message-search-citation-line)
11251         (gnus-message-add-citation-keywords)
11252         (gnus-message-remove-citation-keywords)
11253         (turn-on-gnus-message-citation-mode)
11254         (turn-off-gnus-message-citation-mode): New functions.
11255
11256 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11257
11258         * gnus-cite.el: Enable highlighting of different citation levels in
11259         message-mode.
11260
11261 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * message.el (message-make-fqdn): Fix comment.
11264         (message-bogus-system-names): Add ".local".
11265
11266         * spam.el (spam-ifile-path, spam-ifile-program)
11267         (spam-ifile-database-path, spam-ifile-database)
11268         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11269         Don't use "path" inappropriately.
11270         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11271         strings.
11272         (spam-check-ifile, spam-ifile-register-with-ifile)
11273         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11274         Use new variable names.
11275
11276         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11277         (gnus-treat-display-smileys): Simplify using
11278         gnus-image-type-available-p.
11279
11280         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11281         available.
11282
11283         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11284         Use `display-images-p' if available.
11285
11286 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11289         one after turning on the buffer's multibyteness instead of decoding
11290         them directly in the unibyte buffer that causes unexpected conversion
11291         in Emacs 23 (unicode).
11292
11293 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11294
11295         * message.el (message-generate-hashcash): Fix custom type.
11296
11297 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11300
11301 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11304         disconnect icons.  Add help text.
11305
11306 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11307
11308         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11309         negated to be consistent with the others we handle.
11310
11311 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11314         version of gnus-summary-buffer to something, so that we can use two
11315         article buffers at the same time.
11316
11317 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11318
11319         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11320         trigger all the extra headers.
11321         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11322         sorting.
11323
11324 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11325
11326         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11327         solid groups.
11328
11329 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11330
11331         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11332
11333 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * legacy-gnus-agent.el: Add Copyright notice.
11336
11337 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11338
11339         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11340
11341 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11344
11345         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11346         to make it work reliably in CVS Emacs.
11347         (gnus-summary-limit-strange-charsets-predicate)
11348         (gnus-summary-limit-to-predicate): New functions.
11349
11350 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11351
11352         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11353         specifying array size.
11354         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11355         array if it is too small.
11356         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11357         (gnus-sort-threads-loop): New function.
11358
11359 2006-12-06  Chris Moore  <dooglus@gmail.com>
11360
11361         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11362         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11363
11364 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11365
11366         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11367         options.
11368
11369 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11372         DOS-ing the recipient.
11373
11374         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11375         the headers when creating the mapping to avoid mismappings.
11376         (nnweb-gmane-create-mapping): Always nix out old mapping.
11377
11378 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11381         and mm-verify-option to never.
11382
11383 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * message.el (message-signed-or-encrypted-p): New function.
11386         (message-forward-make-body): Use it.
11387
11388         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11389         Replace encode-coding-string with mm-encode-coding-string.
11390
11391 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * nneething.el (nneething-decode-file-name):
11394         Replace decode-coding-string with mm-decode-coding-string.
11395
11396         * gnus-int.el (gnus-open-server): Say failed server's name.
11397
11398 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11399
11400         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11401         strings to a single string.  Quote `errors-file-name'.
11402         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11403         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11404         Adjust calls.  Use `shell-quote-argument'.
11405
11406 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11407
11408         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11409         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11410
11411         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11412         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11413         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11414         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11415         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11416         (gnus-subscribe-newsgroup, gnus-1):
11417         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11418         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11419         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11420         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11421
11422 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11423
11424         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11425         keystroke.
11426         (gnus-summary-limit-to-bodies): Implement headersp.
11427
11428 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11431
11432 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11435
11436 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * message.el (message-generate-hashcash): Expand range of values to
11439         include `opportunistic'.
11440         (message-send-mail): Use it.
11441
11442 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11443
11444         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11445         and comment it.
11446
11447         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11448
11449 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-util.el (gnus-extract-address-components): Improve comment.
11452
11453 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-util.el (gnus-extract-address-components): Work with address in
11456         which the name portion contains @.
11457
11458         * lpath.el: Fbind custom-autoload.
11459
11460 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gnus.el (gnus-start): Move custom group up.
11463         (gnus-select-method): Don't autoload, but make it available for
11464         `customize-variable'.
11465         (gnus-getenv-nntpserver): Don't autoload.
11466
11467 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11468
11469         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11470
11471 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * message.el (message-sendmail-extra-arguments): New variable.
11474         (message-send-mail-with-sendmail): Use it.
11475
11476 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11479         mm-with-unibyte-current-buffer to make string unibyte.
11480
11481         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11482         mm-string-as-multibyte.
11483
11484 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11485
11486         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11487         Reported by Werner Koch <wk@gnupg.org>.
11488
11489 2006-11-14  Daiki Ueno  <ueno@p360>
11490
11491         * mml2015.el: Autoload epa-select-keys when compiling.
11492
11493 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11496         message-options.
11497         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11498
11499 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11500
11501         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11502         EasyPG (< 0.0.6).
11503         (mml2015-always-trust): New user option.
11504         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11505         prompt.
11506
11507 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * nntp.el (nntp-authinfo-force): New variable.
11510         (nntp-send-authinfo): Use it.
11511
11512 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11515         decode encoded words.  Improve prompt.  Add comment about forwarding.
11516         (message-replacement-char): Move up.
11517
11518 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11519
11520         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11521         instead of gnus-intersection because arguments of gnus-sorted-nunion
11522         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11523
11524 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11527         (message-simplify-subject-functions):
11528         Enable message-strip-subject-encoded-words by default.
11529
11530 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * message.el (message-strip-subject-encoded-words): New function.
11533         (message-simplify-subject-functions): New variable.
11534         (message-simplify-subject): Use it.  Fix typo in doc string.
11535         Support message-strip-subject-encoded-words.
11536
11537 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11538
11539         * gnus-diary.el (gnus-diary-delay-format-function):
11540         * nndiary.el (nndiary-reminders):
11541         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11542
11543 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-art.el (article-hide-boring-headers): Fetch date from
11546         gnus-original-article-buffer to avoid problems with localized date
11547         strings.
11548
11549 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11552
11553 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11556         New variables.
11557         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11558         (mm-charset-synonym-alist): Move some entries to
11559         mm-codepage-iso-8859-list.
11560         (mm-charset-synonym-alist, mm-charset-override-alist):
11561         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11562
11563 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11566
11567 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11570         with Emacs 21 and XEmacs.
11571
11572 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11573
11574         * spam.el (spam-parse-address): New function for better parsing,
11575         catching errors, etc.
11576         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11577
11578 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * mm-view.el: Add interactive arg to html2text autoload.
11581
11582 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11585
11586 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11589         New variables.
11590         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11591         (mm-charset-synonym-alist): Move some entries to
11592         mm-codepage-iso-8859-list.
11593
11594         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11595
11596 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * message.el (message-citation-line-format)
11599         (message-insert-formated-citation-line): Fix implementation of %E, %N
11600         and %n according to the doc string.
11601
11602 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11603
11604         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11605         Use car-safe to avoid bad parses.
11606
11607 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11610         names.
11611
11612         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11613
11614 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11617         header.
11618
11619         * message.el (message-draft-headers): Add Date.
11620         (message-headers-to-generate): Fix typo in docstring.
11621
11622         * nndraft.el (nndraft-required-headers): New variable.
11623         (nndraft-generate-headers): Use it.
11624
11625         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11626
11627 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11628
11629         * gnus-registry.el (gnus-registry-wash-for-keywords)
11630         (gnus-registry-find-keywords): New functions to allow easy searching of
11631         articles that are in the registry.
11632
11633 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11636         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11637         Reported by Damien Elmes <damien@repose.cx>.
11638
11639 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus.el (gnus-mime): Remove unused custom group.
11642
11643 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11644
11645         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11646         "blank line" when searching for end of armor headers.
11647
11648 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gmm-utils.el (gmm-write-region): Fix variable name.
11651
11652 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gmm-utils.el (gmm-write-region): New function based on compatibility
11655         code from `mm-make-temp-file'.
11656
11657         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11658
11659         * nnmaildir.el (nnmaildir--update-nov)
11660         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11661         Use `gmm-write-region'.
11662
11663 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11666         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11667
11668         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11669
11670         * message.el (message-replacement-char): New variable.
11671         (message-fix-before-sending): Use it.
11672         (message-simplify-subject): New function to remove duplicate code.
11673         (message-reply, message-followup): Use it.
11674
11675         * gnus-sum.el (gnus-summary-make-menu-bar):
11676         Clarify gnus-summary-limit-to-articles.
11677
11678 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-util.el (gnus-with-local-quit): New macro.
11681
11682         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11683
11684 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11687         ignore non-string data.
11688
11689 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11692         non-string data (needs to be done in the registry too).
11693
11694 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11695
11696         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11697         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11698         (gnus-registry-split-fancy-with-parent)
11699         (gnus-registry-fetch-simplified-message-subject-fast)
11700         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11701         Remove text properties on ingress into the registry and when it's saved.
11702         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11703         registry from entries with no groups.
11704
11705 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11708         function to remove string properties.
11709
11710 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gmm-utils.el (gmm): Adjust custom version.
11713
11714         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11715         Adjust custom version.
11716
11717         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11718
11719 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-art.el (gnus-insert-prev-page-button)
11722         (gnus-insert-next-page-button): Simplify.  Reformat.
11723
11724 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11725
11726         * gnus-art.el (gnus-insert-prev-page-button)
11727         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11728
11729 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11730
11731         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11732
11733 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11734
11735         * gnus-art.el (gnus-insert-mime-button)
11736         (gnus-insert-mime-security-button):
11737         Apply gnus-article-button-face to MIME and security buttons.
11738
11739 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11742         readable.
11743
11744 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11747
11748 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11749
11750         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11751         `browse-url-of-file' instead of `browse-url'.
11752
11753 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11754
11755         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11756         regexp.  Articles containing quotation were cut prematurely.
11757
11758 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * message.el (message-cite-original-1): Use nobody by default for the
11761         value of From header.
11762         (message-reply): Ditto.
11763
11764 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11765
11766         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11767         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11768         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11769
11770 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11773         mails in the doc string.  Add some URLs in comment.
11774         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11775
11776 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11779         backslashes handling and the way to find boundaries of quoted strings.
11780
11781 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11782
11783         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11784         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11785         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11786         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11787
11788 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11791         doc string.
11792         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11793
11794 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * lpath.el: Fbind epg-check-configuration.
11797
11798 2006-09-06  Simon Josefsson  <jas@extundo.com>
11799
11800         * mml2015.el (mml2015-use): Doc fix, mention epg.
11801
11802 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11803
11804         * mml2015.el (mml2015-use): Default to epg, if available.
11805
11806 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11807
11808         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11809         message-sender.
11810         (mml1991-epg-encrypt): Ditto.
11811         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11812         message-sender.
11813         (mml2015-epg-encrypt): Ditto.
11814
11815 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11816
11817         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11818         several common directories.
11819
11820 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11821
11822         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11823         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11824
11825 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (article-decode-encoded-words): Make it fast.
11828
11829 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11832
11833         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11834         in quoted string into `\'.
11835
11836 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11839         Use standard-syntax-table.
11840
11841 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-art.el (gnus-decode-address-function): New variable.
11844         (article-decode-encoded-words): Use it to decode headers which are
11845         assumed to contain addresses.
11846         (gnus-mime-delete-part): Remove useless `or'.
11847
11848         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11849         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11850         (gnus-nov-parse-line): Use it to decode From header.
11851         (gnus-get-newsgroup-headers): Ditto.
11852         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11853
11854         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11855         (mail-decode-encoded-address-string): New alias.
11856
11857         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11858         New function.
11859         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11860         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11861         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11862         (rfc2047-decode-string): Ditto.
11863         (rfc2047-decode-address-region): New function.
11864         (rfc2047-decode-address-string): New function.
11865
11866 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * message.el (message-caesar-buffer-body): Allow rotating headers.
11869
11870         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11871
11872         * message.el (message-insert-formated-citation-line): Fix %f.
11873         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11874
11875 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11878         (gnus-bookmark-mouse-available-p): New macro.
11879         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11880         (gnus-bookmark-bmenu-show-infos): Use it.
11881         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11882         (gnus-bookmark-bmenu-hide-infos): Ditto.
11883         (gnus-bookmark-remove-properties): New function.
11884         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11885         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11886         (gnus-bookmark-write-file): Bind coding-system-for-write.
11887         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11888         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11889         group before selecting it.
11890         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11891         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11892         quit-window if it is not available; use gnus-mouse-2 and bind it to
11893         gnus-bookmark-bmenu-select-by-mouse.
11894         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11895         (gnus-bookmark-bmenu-select-by-mouse): New function.
11896
11897 2006-08-13  Romain Francoise  <romain@orebokech.com>
11898
11899         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11900         space.
11901
11902 2006-08-10  Romain Francoise  <romain@orebokech.com>
11903
11904         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11905         (dns-mode-soa-auto-increment-serial): New user option.
11906         (dns-mode-soa-maybe-increment-serial): New function.
11907         (dns-mode): Add the latter to `write-contents-functions'.
11908
11909 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * compface.el (uncompface): Use binary rather than raw-text-unix.
11912
11913 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * compface.el (uncompface): Make sure the eol conversion doesn't take
11916         place when communicating with the external programs.
11917         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11918
11919 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11922
11923 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11924
11925         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11926         Make it more robust by parsing author and date independently.
11927
11928 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11931
11932 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11933
11934         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11935         first matching secret key.
11936         (mml2015-epg-encrypt): Ditto.
11937
11938         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11939         first matching secret key.
11940         (mml1991-epg-encrypt): Ditto.
11941
11942         * mml2015.el (mml2015-encrypt-to-self): New user option.
11943         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11944         mml2015-epg-encrypt-to-self is set.
11945
11946         * mml1991.el (mml1991-encrypt-to-self): New variable.
11947         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11948         mml1991-epg-encrypt-to-self is set.
11949
11950         * mml2015.el (mml2015-signers): New user option.
11951         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11952         (mml2015-epg-encrypt): Allow to select signing keys.
11953
11954         * mml1991.el (mml1991-signers): New variable.
11955         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11956         (mml1991-epg-encrypt): Allow to select signing keys.
11957
11958 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * nnheader.el (nnheader-insert-head): Make it work even if the file
11961         uses CRLF for the line-break code.
11962
11963 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11964
11965         * mml2015.el: Require mml-sec instead of password.
11966         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11967         (mml2015-cache-passphrase): Inherit the default value from
11968         mml-secure-cache-passphrase.
11969         (mml2015-passphrase-cache-expiry): Inherit the default value from
11970         mml-secure-passphrase-cache-expiry.
11971
11972         * mml1991.el: Require mml-sec instead of password.
11973         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11974         (mml1991-cache-passphrase): Inherit the default value from
11975         mml-secure-cache-passphrase.
11976         (mml1991-passphrase-cache-expiry): Inherit the default value from
11977         mml-secure-passphrase-cache-expiry.
11978
11979         * mml-sec.el: Require password.
11980         (mml-secure-verbose): New user option.
11981         (mml-secure-cache-passphrase): New user option.
11982         (mml-secure-passphrase-cache-expiry): New user option.
11983
11984 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11985
11986         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11987         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11988         andreas@altroot.de (Andreas Vögele).
11989
11990         FIXME: Use `tiny change'?
11991
11992 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11993
11994         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11995         workaround for the url package included with Emacs.
11996
11997         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11998
11999 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12002         correctly.  This fixes a bug caused by the 2006-05-12 change.
12003
12004 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12005
12006         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12007         some information about the error when saying that the `bogus' mail
12008         group will be used.
12009
12010 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12013         string.
12014
12015 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12016
12017         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12018
12019 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12020
12021         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12022
12023 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12024
12025         * mml1991.el (mml1991-function-alist): Add epg.
12026         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12027         (mml1991-epg-encrypt): New functions.
12028
12029 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12030
12031         * mml2015.el (mml2015-verbose): New variable.
12032         (mml2015-cache-passphrase): Ditto.
12033         (mml2015-passphrase-cache-expiry): Ditto.
12034         (mml2015-function-alist): Add epg.
12035         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12036         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12037         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12038         New functions.
12039
12040 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12041
12042         * message.el (message-cite-original-1): Preserve region when removing
12043         quoted text due to X-No-Archive in order to avoid bogus attribution
12044         when citing multiple messages.
12045
12046 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12047
12048         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12049         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12050
12051 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gnus-diary.el (gnus-user-format-function-d)
12054         (gnus-user-format-function-D): Autoload.
12055
12056         * imap.el (Commentary): Fix typo.
12057
12058         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12059         2006-04-22 contribution.
12060
12061 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12062
12063         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12064         It didn't really fix the bogosity I'm seeing with solid web groups.
12065
12066 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12067
12068         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12069         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12070         created using server names.  If we use the feature without declaring
12071         it, Gnus does not properly manage server and group state.
12072
12073         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12074         bound.
12075
12076 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12077
12078         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12079         looking up the method using GROUP's prefix before inventing a new one.
12080         It is used on killed/unknown groups in various places where returning
12081         an all-new method isn't expected by the caller.
12082
12083         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12084         and match semantics of gnus-group-real-prefix.
12085
12086 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * nnmail.el (nnmail-broken-references-mailers): New variable.
12089         (nnmail-ignore-broken-references): New function generalizing
12090         nnmail-fix-eudora-headers.
12091         (nnmail-fix-eudora-headers): Now obsolete.
12092
12093         * gnus-art.el (gnus-button-handle-custom):
12094         Support `customize-apropos*'.
12095
12096 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12099
12100         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12101         articles.
12102
12103 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * message.el (message-cite-reply-above): New variable.
12106         (message-yank-original): Use it.
12107
12108 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12111
12112 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12115         as read.
12116
12117         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12118
12119 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12122         (gnus-bookmark-default-file): Use gnus-directory.
12123         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12124         Remove "*" in doc string.
12125         (gnus-bookmark-write-file): Simplify.
12126         (gnus-bookmark-maybe-sort-alist): Use `when'.
12127         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12128         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12129         Add FIXME about Emacs 21 and XEmacs compatibility.
12130         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12131         compatibility.
12132         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12133         compatibility.
12134         (gnus-bookmark-menu-heading): Fix version.
12135
12136 2006-06-19  Bastien Guerry  <bzg@altern.org>
12137
12138         * gnus-bookmark.el: New file.
12139
12140 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * message.el (message-syntax-checks): Doc fix.
12143
12144 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12145
12146         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12147         unsubscribed groups as if they were killed ones.  It causes duplicate
12148         entries in gnus-newsrc-alist.
12149
12150 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * message.el (message-syntax-checks): Doc fix.
12153         (message-send-mail): Add check for continuation headers.
12154         (message-check-news-header-syntax): Fix regexp used to check for
12155         continuation headers.
12156
12157 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12160
12161 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12164
12165 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12168         default-truncate-lines.
12169
12170 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12173         to fill the utf-8 entry.
12174
12175         * lpath.el: Fbind unicode-precedence-list.
12176
12177 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12178
12179         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12180
12181 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12182
12183         * gnus-agent.el (directory-files-and-attributes): Move all the way
12184         forward (the third and final move).
12185         (gnus-agent-read-agentview): Trap reconstruction errors due to
12186         nonexistent directory.  Handle by returning nil.
12187
12188 2006-05-30  Didier Verna  <didier@xemacs.org>
12189
12190         * message.el (message-dont-reply-to-names): Update the custom type.
12191         * message.el (message-dont-reply-to-names): New defsubst: potentially
12192         convert a list of regexps into a single one.
12193         * message.el (message-get-reply-headers): Use it.
12194         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12195
12196 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-agent.el (directory-files-and-attributes): Move forward.
12199
12200 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * gnus-ml.el (gnus-mailing-list-subscribe)
12203         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12204         (gnus-mailing-list-message): Fix doc strings.
12205
12206 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12207
12208         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12209         of doing it manually.
12210
12211 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12214         comment.
12215
12216 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12217
12218         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12219         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12220         (gnus-agent-read-local): All symbols allocated in my-obarray.
12221         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12222         (gnus-agent-regenerate-group): Check numeric names to see if they are
12223         messages or groups.
12224         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12225         better way of do this...)
12226
12227         * gnus-cache.el (gnus-agent-total-fetched-for):
12228         Ignore 'dummy.group' (there should be a better way of do this...)
12229
12230 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12233         (gnus-saved-headers): Ditto.
12234         (gnus-default-article-saver): Mention functions may have properties.
12235         (gnus-article-save): Override gnus-save-all-headers and
12236         gnus-saved-headers by :headers property which saver function may have.
12237         (gnus-summary-save-in-file): Add :headers property.
12238         (gnus-summary-write-to-file): Ditto.
12239
12240         * gnus-sum.el (gnus-summary-save-article): Bind
12241         gnus-prompt-before-saving to t when saving many articles in a file;
12242         always show all headers.
12243
12244         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12245
12246 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12249         marks.
12250
12251         * message.el (message-indent-citation): Add optional arguments to allow
12252         using it outside of message buffers.
12253
12254         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12255         (gnus-article-treat-unfold-headers): Use it.
12256         (gnus-article-truncate-lines): New variable.
12257         (gnus-article-mode): Use it.
12258         (gnus-article-toggle-truncate-lines): New function.
12259
12260         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12261         Add gnus-article-toggle-truncate-lines.
12262
12263         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12264         coding system in XEmacs, use binary.
12265
12266 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12269         after-load-alist.
12270
12271         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12272         this function should save decoded articles.
12273         (gnus-summary-write-to-file): Use property to specify this function
12274         should save decoded articles and specify gnus-summary-save-in-file
12275         should be used to save articles other than the first one when saving
12276         many articles.
12277         (gnus-summary-save-body-in-file): Use property to specify this
12278         function should save decoded articles.
12279         (gnus-summary-write-body-to-file): Use property to specify this
12280         function should save decoded articles and specify
12281         gnus-summary-save-body-in-file should be used to save articles other
12282         than the first one when saving many articles.
12283
12284         * gnus-sum.el (gnus-summary-save-article): Simplify.
12285
12286 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-art.el (gnus-default-article-saver):
12289         Add gnus-summary-write-body-to-file.
12290         (gnus-article-save-coding-system): Don't use coding system object
12291         in XEmacs.
12292         (gnus-read-save-file-name): Add optional `dir-var' argument which
12293         specifies directory in which files are saved; work even if optional
12294         `variable' argument is not specified.
12295         (gnus-summary-write-to-file): Read file name.
12296         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12297         (gnus-summary-write-body-to-file): New function.
12298
12299         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12300         (gnus-summary-local-variables): Add it.
12301         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12302         (gnus-summary-save-article): Remove optional `decode' argument;
12303         determine whether to decode articles by the value of
12304         gnus-default-article-saver; when saving many files using
12305         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12306         it first and use gnus-summary-save-in-file or
12307         gnus-summary-save-body-in-file thereafter unless
12308         gnus-prompt-before-saving is always; move point to article which
12309         will be saved.
12310         (gnus-summary-save-article-file): Revert.
12311         (gnus-summary-write-article-file): Revert.
12312         (gnus-summary-save-article-body-file): Revert.
12313         (gnus-summary-write-article-body-file): New function.
12314
12315 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (gnus-default-article-saver): Doc fix.
12318         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12319         from gnus-summary-save-article-coding-system, and default to a
12320         certain coding system.
12321         (gnus-output-to-file): Add coding cookie and encode text according
12322         to gnus-article-save-coding-system; don't use mm-append-to-file.
12323
12324         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12325         gnus-art.el and rename to gnus-article-save-coding-system.
12326         (gnus-summary-save-article): Require gnus-art; don't show all
12327         headers if it decodes articles; don't add coding cookie here;
12328         don't bind mm-text-coding-system-for-write.
12329         (gnus-summary-save-article-file): Save decoded articles.
12330         (gnus-summary-write-article-file): When saving many files, use
12331         gnus-summary-write-to-file first and gnus-summary-save-in-file
12332         thereafter unless gnus-prompt-before-saving is always.
12333         (gnus-summary-save-article-body-file): Save decoded articles.
12334
12335         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12336
12337 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * nnrss.el (nnrss-check-group): Bind hash-index.
12340
12341 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12342
12343         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12344         its hash index.  Store this hash in `nnrss-group-data'.
12345         (nnrss-read-group-data): Update accordingly.
12346
12347 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12350         entry.
12351
12352         * gnus-sum.el (gnus-summary-make-menu-bar):
12353         Add gnus-article-browse-html-article.
12354
12355 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12356
12357         * gnus-sum.el (gnus-summary-mime-map):
12358         Add gnus-article-browse-html-article.
12359
12360         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12361
12362 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12365         suitable coding systems in customize.
12366
12367 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * mail-source.el (mail-sources): Fix custom type.
12370
12371 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12374         (gnus-summary-expire-articles-now): Shorten prompt.
12375
12376         * gmm-utils.el (wid-edit): Require.
12377         (defun-gmm): Rename from `gmm-defun-compat'.
12378         (gmm-image-search-load-path): Use it.
12379         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12380
12381 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-sum.el (gnus-summary-save-article-coding-system):
12384         New variable.
12385         (gnus-summary-save-article): Add optional `decode' argument.
12386         If it is set and gnus-summary-save-article-coding-system is non-nil,
12387         save decoded article.
12388         (gnus-summary-write-article-file): Save decoded article if
12389         gnus-summary-save-article-coding-system is non-nil.
12390
12391         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12392         type.
12393
12394 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12397
12398 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12401         first to test gnus-single-article-buffer which may be buffer-local.
12402
12403         * gnus-sum.el (gnus-summary-setup-buffer):
12404         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12405         group; make gnus-article-buffer, gnus-article-current, and
12406         gnus-original-article-buffer always buffer-local.
12407         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12408         group.
12409         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12410
12411 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * nnml.el (nnml-request-compact-group): Compressed files might not
12414         have .gz extension.
12415
12416 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12417
12418         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12419         (mm-copy-to-buffer): Use with-current-buffer.
12420         (mm-display-part): Simplify.
12421         (mm-inlinable-p): Add optional arg `type'.
12422
12423 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12424
12425         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12426         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12427         Try harder to show the attachment internally or externally using
12428         gnus-mime-view-part-as-type.
12429
12430 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * message.el (message-from-style, message-signature-separator)
12433         (message-user-organization-file, message-send-mail-function)
12434         (message-citation-line-function, message-yank-prefix)
12435         (message-indent-citation-function, message-signature)
12436         (message-signature-file, message-signature-insert-empty-line):
12437         Remove autoloads.
12438
12439         * gnus-art.el (gnus-buttonized-mime-types):
12440         Remove "multipart/signed".  Revert 2006-04-26 change.
12441
12442 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * gnus.el (gnus-version-number): Bump version.
12445
12446 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12447
12448         * gnus.el: No Gnus v0.5 is released.
12449
12450 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12451
12452         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12453         fetching articles by message-id.
12454
12455 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * message.el (hashcash): Require hashcash as normal.
12458
12459         * ecomplete.el (ecomplete-highlight-match-line):
12460         Use point-at-eol.
12461         (ecomplete-highlight-match-line): Use `highlight', because that
12462         face exists in both Emacs and XEmacs.
12463
12464         * message.el (message-display-abbrev): Use point-at-bol.
12465
12466         * mail-source.el: Don't require timer/timer-funcs.
12467
12468         * gnus-async.el: Ditto.
12469
12470         * password.el: Ditto.
12471
12472         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12473
12474         * mm-url.el: Ditto.
12475
12476         * gnus-xmas.el: Don't require timer-funcs.
12477
12478         * mm-util.el: Require timer/timer-funcs.
12479
12480 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12481
12482         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12483         Close.
12484
12485 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12488         unibyte after clear-decrypt function runs.
12489
12490         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12491         returns as a unibyte string.
12492
12493 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * lpath.el: Revert.
12496
12497         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12498         (pgg-gpg-process-sentinel): Revert.
12499
12500         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12501         (pgg-pgp-lookup-key): Revert.
12502
12503         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12504         (pgg-pgp5-lookup-key): Revert.
12505
12506         * pgg.el (pgg-fetch-key): Revert.
12507
12508 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * lpath.el: Fbind string-as-multibyte for XEmacs.
12511
12512         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12513         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12514         (mml1991-pgg-encrypt): Ditto.
12515
12516         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12517         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12518         a multibyte buffer.
12519
12520         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12521         (pgg-pgp-lookup-key): Ditto.
12522
12523         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12524         (pgg-pgp5-lookup-key): Ditto.
12525
12526         * pgg.el (pgg-fetch-key): Ditto.
12527
12528 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * message.el (message-user-organization-file): Check several
12531         locations of the organization file.
12532
12533         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12534         Add gnus-article-view-part-as-type.
12535
12536         * gnus-art.el (gnus-article-view-part-as-type): New function.
12537
12538         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12539         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12540
12541         * mml.el: Simplify autoload.
12542         (mml-mode): defvar dnd-protocol-alist instead of using
12543         symbol-value.
12544         (mml-default-directory): New variable.
12545         (mml-minibuffer-read-file): Use it.
12546         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12547
12548         * message.el (message-citation-line-format): New variable.
12549         (message-insert-formated-citation-line): New function.
12550         (message-citation-line-function):
12551         Add `message-insert-formated-citation-line' to custom type.
12552
12553         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12554         to doc string.
12555
12556         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12557         depending on mm-verify-option.
12558
12559 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12562         binding pgg-* variables; reimplement the section which prevents
12563         MIME header from being signed.
12564         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12565         pgg-text-mode; remove a blank line at the top of body.
12566
12567         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12568         lines at the top of body; use gnus-newsgroup-charset if there's no
12569         Charset header.
12570
12571 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * message.el (message-self-insert-commands): Doc fix.
12574
12575         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12576         (mm-uu-pgp-encrypted-test): Ditto.
12577         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12578         between header and body; return application/pgp-encrypted handle
12579         if decryption failed; decode decrypted body by charset.
12580
12581         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12582         element match to application/pgp-*.
12583
12584 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12585
12586         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12587         HTML.
12588
12589 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590
12591         * mail-source.el (mail-source-call-script): Message the error
12592         string.
12593
12594 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * gnus-util.el (gnus-byte-compile): Use it.
12597
12598 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12599
12600         * gnus-util.el (kill-empty-logs): New function.
12601
12602 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603
12604         * message.el (message-mail-alias-type): Doc fix.
12605         (message-mail-alias-type-p): New function.
12606         (message-send): Use it.
12607         (message-mode): Ditto.
12608         (message-strip-forbidden-properties): Ditto.
12609
12610         * ecomplete.el (ecomplete-database-file-coding-system):
12611         New variable.
12612         (ecomplete-save): Use it.
12613         (ecomplete-setup): Use it.
12614
12615 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * message.el (message-self-insert-commands): New variable.
12618         (message-strip-forbidden-properties): Use it.
12619
12620 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12623         that doesn't make XEmacs choke.
12624
12625 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gnus-util.el (gnus-replace-in-string):
12628         Prefer replace-regexp-in-string over of replace-in-string.
12629
12630 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-util.el (gnus-select-frame-set-input-focus):
12633         Use select-frame-set-input-focus if it is available in XEmacs; use
12634         definition defined in Emacs 22 for old Emacsen.
12635
12636         * dgnushack.el: Autoload unmorse-region for XEmacs.
12637
12638         * lpath.el: Bind cursor-in-non-selected-windows and
12639         select-frame-set-input-focus for XEmacs.
12640
12641 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12644
12645 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12646
12647         * gnus-registry.el (gnus-registry-cache-save): Remove text
12648         properties when saving via the temp buffer.
12649
12650 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * message.el (message-generate-hashcash): Honor custom type.
12653
12654 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655
12656         * message.el (message-generate-hashcash): Default to non-nil when
12657         hashcash is found.
12658
12659         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12660         (gnus-refer-thread-limit): Increase default to 500.
12661
12662         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12663
12664         * flow-fill.el (fill-flowed): Allow delete-space.
12665
12666 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12669         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12670         Remove autoloads.
12671
12672 2006-04-18  Simon Josefsson  <jas@extundo.com>
12673
12674         * message.el (message-generate-hashcash): Default to.
12675
12676 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12679         concatenating segments rather than before concatenating them.
12680
12681 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12684
12685 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12688
12689         * message.el (message-forward-make-body-plain):
12690         Allow message-forward-ignored-headers to be a list.
12691         (message-remove-ignored-headers): Factor out into function.
12692         (message-forward-make-body-mml): Use it.
12693
12694         * imap.el (imap-quote-specials): New function.
12695         (imap-login-auth): Quote specials.
12696
12697         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12698         (rfc2231-parse-string): Allow concatanation of parameters that
12699         aren't contiguous.  The test case is
12700           (mail-header-parse-content-type "message/external-body;
12701             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12702             access-type=LOCAL-FILE;
12703             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12704
12705 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12706
12707         * nntp.el (nntp-accept-process-output): Return the value of
12708         `nnheader-accept-process-output'.
12709
12710 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711
12712         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12713         (gnus-button-alist): Recognize more diff formats.
12714         (gnus-button-patch): Strip directory.
12715
12716 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12719         Emacs 22 when setting focus.
12720
12721 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12722
12723         * gnus-art.el (gnus-article-treat-types): Do treatment of
12724         text/x-verbatim parts.
12725         (gnus-button-patch): New command.
12726
12727         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12728         addresses that contain invalid characters.
12729
12730 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * message.el (message-put-addresses-in-ecomplete):
12733         Use gnus-replace-in-string.
12734         (message-is-yours-p): Use the more correct
12735         mail-header-parse-address instead of
12736         mail-extract-address-components.
12737         (message-put-addresses-in-ecomplete): Fix typo.
12738
12739         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12740         keystroke.
12741
12742         * gnus-art.el (gnus-treatment-function-alist): Change order of
12743         newsgroups/generic header folding to avoid double-folding.
12744
12745         * message.el (message-hidden-headers): Add X-Draft-From.
12746
12747         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12748         New command.
12749         (gnus-summary-repeat-search-article-backward): New command.
12750
12751         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12752         groups in the parent topic.
12753
12754 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12755
12756         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12757         (spam-extra-header-to-number): Return the CRM114 number as a
12758         number instead of a string.
12759
12760 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761
12762         * gnus-art.el (gnus-face-properties-alist): Move here from
12763         gnus-fun.
12764
12765         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12766
12767 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * message.el (message-strip-forbidden-properties): Only display on
12770         self-insert-command.
12771
12772         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12773         reindent.
12774         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12775
12776 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12777
12778         * smiley.el (smiley-style): Fix typo.
12779
12780 2006-03-23  Kenichi Handa  <handa@m17n.org>
12781
12782         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12783         instead of set-buffer-multibyte.
12784
12785 2006-03-23  Kenichi Handa  <handa@m17n.org>
12786
12787         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12788         buffer and then decode the buffer text if necessary.
12789         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12790         first, and after mm-encode-body, change the buffer to unibyte.
12791
12792 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12793
12794         * hashcash.el (hashcash-insert-payment-async-2):
12795         Use message-goto-eoh instead of doing it manually.
12796         (mail-add-payment): Use message-narrow-to-header instead of trying
12797         to do the same itself.
12798
12799         * message.el (message-hidden-headers): Add Face.
12800
12801         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12802         reparenting code.
12803         (gnus-summary-reparent-children): Refactored out code.
12804         (gnus-summary-thread-map): New keystroke.
12805         (gnus-summary-reparent-children): Make into command.
12806
12807         * smiley.el (smiley-style): Default to `medium' if using a large
12808         font.
12809
12810         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12811         does it itself.
12812
12813         * message.el (message-point-in-header-p): Simplify definition.
12814
12815 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * nnagent.el (nnagent-request-set-mark): Silence log file
12818         writing.
12819         (nnagent-request-set-mark): Use write-region instead of
12820         append-to-file.
12821
12822         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12823         strange select method.
12824
12825         * ecomplete.el (ecomplete-display-matches): Get highlightling
12826         right.
12827         (ecomplete-display-matches): Use literals.
12828         (ecomplete-display-matches): Disable message logging.
12829
12830         * message.el (message-display-abbrev): Small optimization.
12831
12832         * ecomplete.el (ecomplete-display-matches): Allow automatic
12833         display.
12834
12835         * message.el (message-strip-forbidden-properties):
12836         Display abbrevs.
12837         (message-display-abbrev): Get automatic display right.
12838
12839         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12840         keystrokes.
12841
12842 2006-04-13  Romain Francoise  <romain@orebokech.com>
12843
12844         TODO: Backport to v5-10!
12845
12846         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12847         Move here (and rename) from gnus-registry.el.
12848
12849         * gnus-registry.el: Require gnus-util.
12850         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12851
12852 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * gnus-group.el (gnus-group-catchup-current):
12855         Change if-then-else-if-then-else into cond.
12856         (gnus-group-catchup): Indent.
12857         (group-name-at-point): New function.
12858         (gnus-fetch-group): Provide default from thing at point.
12859
12860 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12861
12862         * message.el (message-display-abbrev): Fix regexp.
12863
12864         * ecomplete.el (ecomplete-highlight-match-line):
12865         Reimplement choosing.
12866         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12867         dead variables.
12868
12869         * message.el (message-newline-and-indent): Remove debugging.
12870         (message-display-abbrev): Use new implementation.
12871
12872 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-art.el (gnus-article-mode):
12875         Set cursor-in-non-selected-windows to nil.
12876
12877         * smiley.el: Revert previous change.
12878         (smiley-data-directory): defvar it before using it in the
12879         defcustom of `smiley-style'.
12880
12881 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12882
12883         * message.el (message-newline-and-indent): New function.
12884
12885         * ecomplete.el: Implement more bits.
12886
12887         * message.el (message-put-addresses-in-ecomplete): Clean up the
12888         string.
12889
12890         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12891
12892         * gnus-sum.el (gnus-summary-save-parts):
12893         Bind gnus-summary-save-parts-counter and use it to make unique file
12894         names.
12895
12896         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12897
12898         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12899         parameter to say whether to actually parse the individual
12900         addresses.
12901
12902         * message.el (message-put-addresses-in-ecomplete): New function.
12903         (ecomplete): Require.
12904         (message-mail-alias-type): Add ecomplete as an option.
12905
12906 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12907
12908         * flow-fill.el (fill-flowed): Remove trailing space from blank
12909         quoted lines.
12910
12911 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12912
12913         * smiley.el (smiley-style): Move definition later to avoid a
12914         compilation warning.
12915
12916 2006-04-12  Kenichi Handa  <handa@m17n.org>
12917
12918         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12919         buffer and then decode the buffer text if necessary.
12920         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12921         first, and after mm-encode-body, change the buffer to unibyte.
12922         Use mm-disable-multibyte instead of set-buffer-multibyte.
12923
12924 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12927         Content-Type header instead of Content-Disposition header.
12928         (gnus-mime-inline-part): Ditto.
12929         (gnus-mime-view-part-as-charset): Ignore charset that the part
12930         specifies.
12931
12932         * mm-decode.el (mm-display-part): Work with external parts and
12933         usual parts similarly.
12934
12935         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12936         instead of gnus-display-mime.
12937
12938         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12939         instead of with-temp-buffer.
12940
12941         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12942         tag to summarized topics part in order to encode non-ASCII text.
12943
12944 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * smiley.el (smiley-style): New variable.
12947         (smiley-directory): New function.
12948         (smiley-data-directory): Derive from `smiley-style' using
12949         `smiley-directory'.
12950         (smiley-regexp-alist): Add new entries.
12951
12952         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12953         (gnus-article-browse-delete-temp): Add :version.
12954
12955 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12956
12957         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12958         the sieve region.
12959
12960 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12961
12962         * gnus.el (gnus-version-number): Bump version.
12963
12964 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * gnus.el: No Gnus v0.4 is released.
12967
12968 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12971         layout.
12972
12973         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12974         unknown charset.
12975
12976         * message.el (message-header-synonyms): Add Original-To to the
12977         default.
12978
12979         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12980         optional parameter.
12981
12982 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-fun.el (gnus): Require it for gnus-directory.
12985
12986 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12989
12990 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12991
12992         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12993
12994 2006-04-05  Simon Josefsson  <jas@extundo.com>
12995
12996         * password.el (password-reset): New function.
12997
12998 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12999
13000         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13001         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13002
13003 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13004
13005         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13006         Some whitespace was matched into the url, which broke browsing hits
13007         > 100 when mm-url-use-external was nil.
13008
13009 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13012         Check gnus-extra-headers for 'Newsgroups.
13013
13014         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13015         bound.
13016
13017 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13018
13019         * pgg-gpg.el: Clean up process buffers every time gpg processes
13020         complete.
13021
13022 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13025         doc string.
13026
13027 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13028
13029         * pgg-gpg.el (pgg-gpg-process-filter)
13030         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13031
13032         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13033         lines, temporary fix.
13034
13035 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13038
13039 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13040
13041         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13042         default-enable-multibyte-characters.  This reverts the change from
13043         revision 6.17 which is no longer necessary because the passphrase
13044         is sent separately now.  GnuPG messages are unreadable under
13045         multibyte locales with default-enable-multibyte-characters set to
13046         nil.
13047
13048 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * message.el (message-tool-bar-gnome): Move "spell".
13051
13052 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13055         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13056         instead.
13057
13058 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13059
13060         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13061         Improve newsgroups handling for NNTP overviews which don't include
13062         Newsgroups.
13063
13064 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13065
13066         * message.el (message-resend): Bind message-generate-hashcash to nil.
13067
13068 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13069
13070         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13071         when searching for already-paid recipients.
13072
13073 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13074
13075         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13076         passphrases when it is not needed.
13077         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13078         passphrase stuff from gpg, should only be necessary when you use
13079         gpg with a smartcard.
13080
13081 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * mml.el (mml-insert-mime): Ignore cached contents of
13084         message/external-body part.
13085
13086         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13087         (mm-insert-part): Ditto.
13088
13089 2006-03-23  Simon Josefsson  <jas@extundo.com>
13090
13091         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13092         Reiner.
13093         (pgg-gpg-use-agent-p): Use it again.
13094
13095 2006-03-23  Simon Josefsson  <jas@extundo.com>
13096
13097         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13098         older emacsen.
13099         (pgg-gpg-use-agent-p): Don't use it.
13100
13101 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13104         if we can.
13105
13106 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13107
13108         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13109         (pgg-gpg-update-agent): New function.
13110         (pgg-gpg-use-agent-p): New function.
13111         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13112         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13113         (pgg-gpg-sign-region): Use it.
13114
13115 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13118         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13119
13120 2006-03-21  Simon Josefsson  <jas@extundo.com>
13121
13122         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13123         <wilde@sha-bang.de>.
13124         (pgg-gpg-use-agent): New variable.
13125         (pgg-gpg-process-region): Use it.
13126         (pgg-gpg-encrypt-region): Likewise.
13127         (pgg-gpg-encrypt-symmetric-region): Likewise.
13128         (pgg-gpg-decrypt-region): Likewise.
13129         (pgg-gpg-sign-region): Likewise.
13130         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13131
13132 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13135
13136         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13137         Add comment on version.
13138
13139 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * smiley.el: Add missing test smiley.
13142
13143 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * mm-decode.el (mm-with-part): New macro.
13146         (mm-get-part): Use it; work with message/external-body as well.
13147         (mm-save-part): Treat name and filename equally.
13148
13149         * mm-extern.el (mm-extern-cache-contents): New function.
13150         (mm-inline-external-body): Use it; force the part to be displayed;
13151         move undisplayer added to the cached handle to the parent.
13152
13153         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13154         (gnus-mime-view-part-as-type): Work with message/external-body.
13155
13156         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13157
13158 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13161         images in image-load-path.  [Sync with image.el, revision 1.60, in
13162         Emacs.]
13163
13164 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13167         path rather than symbol.  Always return list of directories.
13168         Guarantee that image directory comes first.  [Sync with image.el,
13169         revision 1.59, in Emacs.]
13170
13171         * message.el (message-make-tool-bar): Adjust to new API of
13172         `gmm-image-load-path-for-library'.
13173
13174         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13175
13176         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13177
13178 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13179
13180         * gnus-art.el (gnus-article-only-boring-p):
13181         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13182         intangible text.
13183         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13184
13185 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13188         Use `defun' instead of `gmm-defun-compat'.
13189
13190 2006-03-14  Simon Josefsson  <jas@extundo.com>
13191
13192         * message.el (message-unique-id): Don't use message-number-base36
13193         if (user-uid) is a float.
13194         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13195
13196 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13199
13200         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13201         empty line between a part and a message part.
13202
13203 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * smiley.el: Add more test smileys.
13206         (smiley-data-directory, smiley-regexp-alist)
13207         (gnus-smiley-file-types): Fix doc strings.
13208         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13209         adding new elements.
13210         (smiley-mouse-map): Unused code.  Make it a comment.
13211
13212 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13215         scan latest NoCeM messages instead of old ones.
13216         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13217         delimiters that are recently used.
13218         (gnus-nocem-load-cache): Add autoload cookie.
13219
13220         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13221
13222         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13223         level which is larger than gnus-use-nocem is specified.
13224
13225         * gnus-group.el (gnus-group-get-new-news): Ditto.
13226
13227 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-util.el (gnus-tool-bar-update): New function.
13230
13231         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13232         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13233
13234         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13235
13236         * gnus-group.el (gnus-group-redraw-when-idle)
13237         (gnus-group-redraw-check): Remove.
13238         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13239
13240 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13243         if optional last element is specified in splits (FIELD VALUE...).
13244
13245 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13248         to gmm-image-load-path-for-library.  Call with no-error argument.
13249         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13250
13251         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13252
13253         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13254
13255         * gmm-utils.el (gmm-image-load-path): Remove alias.
13256
13257 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gmm-utils.el (gmm-image-load-path): Add alias.
13260
13261         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13262         nnml-generate-nov-databases-1.
13263         (nnml-generate-nov-databases): Use it.
13264         (nnml-generate-nov-databases-directory): Document no-active
13265         argument.
13266
13267         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13268         directory if path is t.  Add no-error.
13269
13270         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13271         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13272
13273         * gnus-art.el (gnus-article-browse-delete-temp-files):
13274         Simplify resetting gnus-article-browse-html-temp-list.
13275
13276         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13277         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13278         Add example to docstring.  Rename local variables.  Move error
13279         checks to default case in cond and simplify.
13280
13281 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13284         handle is multipart when calling it recursively.
13285         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13286
13287 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13288
13289         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13290         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13291
13292 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13295         is loaded.
13296
13297         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13298         loaded.
13299
13300 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13303         to "Emacs 23 (unicode)" in doc string.
13304
13305         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13306         "Emacs 23 (unicode)" in comment.
13307
13308 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13311
13312         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13313         characters 160 through 255 in Emacs 23.
13314
13315 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13318         gnus-article-browse-html-temp.
13319         (gnus-article-browse-delete-temp): Make it customizable.
13320         Add `file'.  Adjust doc string.
13321         (gnus-article-browse-delete-temp-files): Add argument.
13322         Allow query for each file.  Adjust doc string.
13323         (gnus-article-browse-html-parts):
13324         Add `gnus-article-browse-delete-temp-files' to
13325         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13326
13327 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13328
13329         * gnus-art.el (gnus-article-browse-html-temp)
13330         (gnus-article-browse-delete-temp): New variables.
13331         (gnus-article-browse-delete-temp-files): New function.
13332         (gnus-article-browse-html-parts): Use it.
13333
13334 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13335
13336         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13337
13338         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13339         string.
13340
13341         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13342         gnus-summary-insert-new-articles when unplugged.
13343         Remove gnus-summary-search-article-forward.
13344
13345         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13346         display-visual-class instead of display-color-cells.
13347
13348 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * dgnushack.el: Autoload customize-group for XEmacs.
13351
13352         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13353         message/* containing non-ASCII text properly.
13354
13355 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * message.el: Require gmm-utils, remove autoloads.
13358         (message-tool-bar): Set default based on
13359         gmm-tool-bar-style.
13360         (message-tool-bar-gnome): Add gmm-customize-mode.
13361
13362         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13363         gmm-tool-bar-style.
13364         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13365
13366         * gnus-group.el (gnus-group-tool-bar): Set default based on
13367         gmm-tool-bar-style.
13368         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13369
13370         * gmm-utils.el (gmm-image-directory): Rename variable from
13371         gmm-image-load-path.
13372         (gmm-image-load-path): Use gmm-image-directory.
13373         (gmm-customize-mode): New function.
13374         (gmm-tool-bar-style): New variable.
13375
13376         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13377         gnus-group-redraw-line-number.
13378         (gnus-group-redraw-check): Simplify.
13379         (gnus-group-tool-bar-update): Remove redraw check.
13380         (gnus-group-make-tool-bar): Add redraw check.
13381
13382 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13383
13384         * gnus-art.el (gnus-button): Add missing parentheses.
13385
13386 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * lpath.el: Fbind line-number-at-pos.
13389
13390 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13393
13394 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-art.el (gnus-button): New face.
13397         (gnus-article-button-face): Use it.
13398
13399         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13400         Add gnus-summary-next-page.  Re-order.
13401
13402         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13403         next-node are now included.
13404         (gnus-group-redraw-line-number): New internal variable.
13405         (gnus-group-redraw-check): Helper function for updating the tool
13406         bar.
13407         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13408
13409         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13410
13411         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13412         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13413         Use it to match format of Spamassassin 3.0 and later.
13414         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13415         (spam-check-bogofilter)
13416         (spam-bogofilter-register-with-bogofilter): Fix args of
13417         `gnus-error' calls.
13418
13419 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13422         unnecessary interaction when sending queued mails.
13423         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13424
13425 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13428         first or last are nil.
13429
13430 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13431
13432         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13433
13434 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13437
13438 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439
13440         * dns.el (query-dns): Protect more against buggy tcp output.
13441
13442 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13445         nov.php.
13446
13447 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13448
13449         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13450         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13451         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13452         output on the server side.
13453         (nnweb-google-create-mapping): Update regexps and add some
13454         progress indication.
13455
13456 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-group.el (gnus-group-tool-bar-gnome):
13459         Fix gnus-agent-toggle-plugged.  Re-order icons.
13460         (gnus-group-tool-bar-gnome):
13461         Add gnus-group-{prev,next}-unread-group.
13462         (gnus-group-tool-bar-gnome): Re-order icons.
13463
13464         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13465         Move gnus-summary-insert-new-articles.
13466
13467         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13468         Fix comments.
13469
13470         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13471         also available in Emacs 21.3.
13472
13473         * message.el (message-fix-before-sending): Change "Emacs 22" to
13474         "Emacs 23 (unicode)" in comment.
13475
13476         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13477         "Emacs 23 (unicode)" in comment.
13478
13479         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13480         comment.
13481         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13482
13483         * mm-view.el (mm-fill-flowed): Add :version.
13484
13485 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13488         and load-path.
13489
13490 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * message.el: Autoload gmm-image-load-path.
13493         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13494         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13495         consitency.
13496
13497         * gmm-utils.el (gmm-image-load-path): Also search in
13498         "../etc/images".  Don't set gmm-image-load-path if we don't find
13499         the image.
13500
13501 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gmm-utils.el (gmm-image-load-path): Don't make
13504         `gmm-image-load-path' include subdirectories which the second arg
13505         `image' might specify.
13506
13507         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13508         subdirectory to icon file names.
13509
13510         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13511
13512 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13515         gmm-image-load-path calls.
13516
13517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13518
13519         * message.el (message-make-tool-bar): Ditto.
13520
13521         * mml.el (mml-preview): Add comment concerning tool bar icons.
13522
13523         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13524         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13525
13526         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13527         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13528
13529         * message.el (message-tool-bar-gnome): Use new icon names.
13530         (message-make-tool-bar): Use `gmm-image-load-path'.
13531
13532         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13533         New functions from MH-E.
13534         (gmm-image-load-path): New variable from MH-E.
13535         (gmm-image-load-path): New function from MH-E.  Add arguments
13536         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13537         *-image-load-path-called-flag.
13538
13539 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13540
13541         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13542
13543 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13544
13545         * nnimap.el (nnimap-request-move-article): Change folder back to
13546         source group before deleting.
13547
13548 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13551
13552         * gnus-art.el (mm-url-insert-file-contents-external):
13553         Autoload mm-url.
13554
13555         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13556
13557 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13560         coding system which mm-charset-to-coding-system returns for a
13561         given charset is valid.
13562
13563 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13564
13565         * html2text.el (html2text-remove-tag-list):
13566         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13567
13568 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13569
13570         * gnus-cus.el: Revert 2005-10-17 change.
13571
13572 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-art.el (article-strip-banner):
13575         Call article-really-strip-banner only when the regexp match is made.
13576
13577 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-art.el (article-strip-banner):
13580         Use gnus-extract-address-components instead of
13581         mail-header-parse-addresses to make it work with non-ASCII text;
13582         remove mail-encode-encoded-word-string.
13583
13584         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13585         values which are surrounded with \"...\"; make it never cause a
13586         Lisp error; give up parsing of parameters if it failed in
13587         extracting type.
13588
13589 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13590
13591         * smime.el (smime-cert-by-ldap-1): Fix bug where
13592         `smime-ldap-search' returns results without userCertificates.
13593
13594 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13597
13598 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * spam.el (spam-check-spamassassin-headers): Adapt format for
13601         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13602         <ari@mbf.ocn.ne.jp>.
13603         (spam-list-of-processors): Add spam-use-gmane.
13604
13605 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13608         make-temp-file; make it work with XEmacs as well.
13609
13610         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13611         mm-make-temp-file.
13612
13613         * mm-decode.el (mm-display-external): Use the 3rd arg of
13614         mm-make-temp-file.
13615         (mm-create-image-xemacs): Ditto.
13616
13617 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13620         with message-narrow-to-headers.
13621         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13622         (gnus-draft-check-draft-articles): New function.
13623         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13624
13625 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13626
13627         * gnus-art.el (gnus-article-browse-html-parts):
13628         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13629         Don't use suffix argument for mm-make-temp-file for Emacs 21
13630         compatibility.  Remove useless `format'.
13631
13632 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13633
13634         * nnweb.el (nnweb-google-wash-article): Update regexps.
13635         (nnweb-group-alist): Use defvoo instead of defvar.
13636
13637 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13640         re-loading nn* modules.
13641
13642 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13645         for `tool-bar-mode' and don't check it's default-value.
13646
13647         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13648
13649         * message.el (message-make-tool-bar): Ditto.
13650
13651         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13652         `substring'.  Shorten tmp-file name.
13653
13654         * gnus.el: Remove bogus comment.
13655
13656 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13657
13658         * gnus-art.el (gnus-article-browse-html-parts): New function.
13659         (gnus-article-browse-html-article): New function for viewing html
13660         articles with a browser.
13661
13662 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13663
13664         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13665         in elisp.
13666         (pgg-gpg-encrypt-symmetric-region): Ditto.
13667         (pgg-gpg-sign-region): Ditto.
13668
13669         * pgg-def.el (pgg-text-mode): New variable.
13670
13671         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13672         (mml2015-pgg-encrypt): Ditto.
13673
13674         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13675         (mml1991-pgg-encrypt): Ditto.
13676
13677 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * nnfolder.el (nnfolder-insert-newsgroup-line):
13680         Use message-make-date instead of current-time-string.
13681
13682         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13683         to gnus-decoded which mm-uu might set.
13684
13685 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13688         don't decode quoted parameters; remove misimported Emacs code.
13689         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13690         (rfc2231-decode-encoded-string): Don't use split-string which
13691         behaves differently according to Emacs version; use
13692         mm-decode-coding-region to convert charset to coding-system.
13693         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13694         (rfc2231-encode-string): Remove misimported Emacs code.
13695
13696 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13699         when calling mail-header-parse-content-type.
13700         (article-de-quoted-unreadable): Ditto.
13701         (article-de-base64-unreadable): Ditto.
13702         (article-wash-html): Ditto.
13703
13704         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13705         calling mail-header-parse-content-type and
13706         mail-header-parse-content-disposition.
13707         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13708         mail-header-parse-content-type.
13709
13710         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13711         insert charset and format parameters; encode description after
13712         inserting it to buffer.
13713         (mml-insert-parameter): Fold lines properly even if a parameter is
13714         segmented into two or more lines; change the max column to 76.
13715
13716         * rfc1843.el (rfc1843-decode-article-body): Don't use
13717         ignore-errors when calling mail-header-parse-content-type.
13718
13719         * rfc2231.el (rfc2231-parse-string): Return at least type if
13720         possible; don't cause an error even if it fails in parsing of
13721         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13722         (rfc2231-encode-string): Don't break lines at the beginning, leave
13723         it to mml-insert-parameter.
13724
13725         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13726         calling mail-header-parse-content-type.
13727
13728 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * spam-report.el (spam-report-gmane-use-article-number):
13731         Improve doc string.
13732         (spam-report-gmane-internal): Check if a suitable header was found
13733         in the article.
13734
13735 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13738         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13739
13740 2006-02-05  Romain Francoise  <romain@orebokech.com>
13741
13742         Update copyright notices of all files in the gnus directory.
13743
13744 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13745
13746         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13747
13748 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13751         segmented lines of parameter value to cope with Thunderbird 1.5
13752         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13753         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13754         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13755
13756 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13757
13758         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13759         parts.
13760
13761 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13762
13763         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13764         there's only one active file for all servers.
13765         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13766         solid groups.  Gnus might have used a FAST request to select the group.
13767         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13768         and nnweb-search redundantly in the active file.
13769         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13770         (nnweb-request-create-group): Don't use ARGS.
13771         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13772         initialisations.  Let nnoo do the work.
13773
13774 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13777         Say the part has been decoded.
13778
13779         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13780
13781 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13782
13783         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13784         mailcap-viewer-test-cache when there's no 'test clause, since that
13785         will invert the meaning of a "nil" test previously determined by
13786         mailcap-mailcap-entry-passes-test.
13787
13788 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13791         compiling.
13792
13793         * gnus-sum.el: Ditto.
13794
13795         * message.el: Don't bind tool-bar-map when compiling.
13796
13797 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13800
13801 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13802
13803         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13804         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13805         current Google Groups.
13806
13807 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13810         and tool-bar-mode.
13811
13812         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13813         and tool-bar-mode.
13814
13815         * message.el (message-tool-bar-update): Simplify.
13816         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13817
13818         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13819         gnus-summary-buffer.
13820         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13821         gnus-summary-reply.
13822
13823         * gmm-utils.el (gmm): Add :version.
13824
13825 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * Makefile.in (clean): New rule.
13828         (distclean): Use it.
13829
13830 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13831
13832         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13833         Don't autoload.
13834
13835 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * gmm-utils.el (gmm-verbose): Add :group.
13838
13839 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13840
13841         * message.el: Change some comments WRT tool-bars.
13842
13843         * gnus-sum.el (gnus-summary-tool-bar)
13844         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13845         (gnus-summary-tool-bar-zap-list): New variables.
13846         (gnus-summary-make-tool-bar): Complete rewrite using
13847         `gmm-tool-bar-from-list'.
13848
13849         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13850         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13851         New variables.
13852         (gnus-group-make-tool-bar): Complete rewrite using
13853         `gmm-tool-bar-from-list'.
13854         (gnus-group-tool-bar-update): New function.
13855
13856         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13857
13858 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13861         is dissected into a single part of which the type is the same as
13862         the given one; decode charset.
13863
13864 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13865
13866         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13867         into alists as symbol not string, since that's what
13868         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13869         look for.
13870
13871 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13874         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13875
13876         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13877
13878 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13881         (gnus-xmas-mime-security-button-menu): New function.
13882
13883         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13884         (gnus-mime-security-button-menu): New definition.
13885         (gnus-mime-security-button-map): Use them.
13886         (gnus-mime-security-button-menu): New function.
13887         (gnus-insert-mime-security-button): Addition to help echo.
13888         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13889         (gnus-mime-security-pipe-part): New functions.
13890
13891         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13892         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13893
13894         * mm-decode.el (mm-handle-set-disposition): Remove.
13895         (mm-handle-set-description): Remove.
13896
13897 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13900         (mm-w3m-standalone-supports-m17n-p): New function.
13901         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13902         w3m usage.
13903
13904         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13905         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13906
13907 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * message.el (message-tool-bar-zap-list):
13910         Use gmm-tool-bar-zap-list as custom type.
13911         (message-tool-bar-update): New function.
13912         (message-tool-bar, message-tool-bar-gnome)
13913         (message-tool-bar-retro): Add message-tool-bar-update.
13914         (message-tool-bar-gnome): Add flyspell-buffer.
13915
13916         * gnus-util.el (gnus-error): Describe `args'.
13917
13918         * gmm-utils.el (gmm-error): Describe `args'.
13919         (gmm-tool-bar-zap-list): New widget.
13920         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13921
13922 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13925         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13926         the number of recursive calls.
13927
13928         * mm-decode.el (mm-handle-set-disposition): New macro.
13929         (mm-handle-set-description): New macro.
13930
13931 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13934         encoding.
13935
13936 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * message.el (message-tool-bar-zap-list, message-tool-bar)
13939         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13940         (message-tool-bar-local-item-from-menu): Remove.
13941         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13942         (message-make-tool-bar): New function.
13943         (message-mode): Use `message-make-tool-bar'.
13944
13945         * gmm-utils.el: New file.
13946         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13947         (gmm-lazy): New widget copied from `nnmail.el'.
13948         (gmm-tool-bar-from-list): New function for creating customizable
13949         tool bars.
13950         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13951         output.
13952         (gmm): Add :prefix to defgroup.
13953
13954 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13955
13956         * gmm-utils.el (gmm-widget-p): New function.
13957
13958 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * mml.el (mml-attach-file): Describe `description' in doc string.
13961         (mml-menu): Add Emacs MIME manual and PGG manual.
13962
13963 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13964
13965         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13966
13967 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13968
13969         * nntp.el (nntp-end-of-line): Doc fix.
13970
13971 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13972
13973         * imap.el (imap-open): Handle case where buffer is a buffer
13974         object.
13975
13976 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13977
13978         * gnus-delay.el (gnus-delay): Don't autoload.
13979         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13980         to be re-loaded when customizing the `gnus-delay' group.
13981
13982 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13983
13984         * message.el (message-insert-citation-line): Use newlines.
13985
13986 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13987
13988         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13989         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13990         these routines, so the passphrase can be managed externally and
13991         passed in to the system.
13992         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13993         pgg-add-passphrase-to-cache function.
13994
13995         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13996         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13997         these routines, so the passphrase can be managed externally and
13998         passed in to the system.
13999         (pgg-pgp5-sign-region): Use new name of
14000         pgg-add-passphrase-to-cache function.
14001
14002 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14003
14004         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14005         part of the decoded armor to find the key-identifier.
14006         (pgg-gpg-lookup-key-owner): New function to return the
14007         human-readable identifier of a key owner.
14008         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14009         itself.
14010         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14011         the key value) if we have a key and can match it against a secret
14012         key.  Also, added a note pointing out fact that the prompt only
14013         indicates the first matching key.
14014
14015         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14016         pgg-decrypt-region.
14017         (pgg-add-passphrase-to-cache): Rename from
14018         `pgg-add-passphrase-cache' to reduce confusion (all callers
14019         changed).
14020         (pgg-remove-passphrase-from-cache): Rename from
14021         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14022         changed).
14023         (pgg-read-passphrase, pgg-add-passphrase-cache)
14024         (pgg-remove-passphrase-cache): Add informative docstrings.
14025         (pgg-decrypt): Convey provided passphrase in subordinate call to
14026         pgg-decrypt-region.
14027
14028 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14029
14030         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14031         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14032         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14033         'passphrase' argument, so the passphrase can be managed externally
14034         and then passed in to the system.
14035
14036         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14037         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14038         so the passphrase cache can be used reliably with identifiers
14039         besides a pgp packet's key id.
14040
14041         * pgg-gpg.el (pgg-gpg-encrypt-region)
14042         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14043         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14044         these routines, so the passphrase can be managed externally and
14045         passed in to the system.
14046
14047         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14048         'notruncate' argument, so the passphrase cache can be used
14049         reliably with identifiers besides a pgp packet's key id.
14050
14051 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14052
14053         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14054         symmetric encryption.
14055         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14056         encrypted session key.
14057         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14058         message ask for the passphrase in a proper way.
14059
14060         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14061         New user commands for symmetric encryption.
14062
14063 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14066
14067         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14068
14069 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14070
14071         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14072
14073 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * mm-decode.el (mm-inlined-types): Add application/pgp.
14076         (mm-automatic-display): Ditto.
14077
14078         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14079         part as text.
14080
14081 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * nnrss.el: Update copyright.
14084         (nnrss-opml-import): Query whether to subscribe to each entry.
14085
14086         * gnus-art.el:
14087         * gnus-sum.el:
14088         * gnus-xmas.el:
14089         * messagexmas.el:
14090         * mm-uu.el:
14091         * mm-view.el: Update copyright.
14092
14093 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * message.el (message-info): New function.
14096         (message-mode-menu): Add it.
14097         Update copyright.
14098
14099         * ChangeLog: Fix and update copyright.
14100
14101 2006-01-13  Romain Francoise  <romain@orebokech.com>
14102
14103         * message.el (message-forward-subject-name-subject): Prefer the
14104         address to 'nowhere' if the sender has no name.
14105         Fix typo.  Update copyright year.
14106
14107 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (article-wash-html):
14110         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14111         (gnus-article-wash-html-with-w3m-standalone): New function.
14112
14113         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14114         mm-inline-text-html-render-with-w3m-standalone.
14115         (mm-text-html-washer-alist): Map w3m-standalone to
14116         gnus-article-wash-html-with-w3m-standalone.
14117         (mm-inline-text-html-render-with-w3m-standalone): New function.
14118
14119 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14122         Improve LaTeX.
14123
14124 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14127         (nnrss-request-article): Render text/plain parts as HTML.
14128
14129         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14130         the buffer.
14131
14132 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14135         custom definition of `gnus-posting-styles'.
14136
14137         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14138         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14139
14140 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14143         Use nntp for bug archive.
14144
14145 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14148         parts.
14149         (nnrss-normalize-date): New function converts ISO 8601 date into
14150         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14151         (nnrss-check-group): Use it.
14152
14153 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14156
14157         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14158         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14159         (nnrss-insert-w3): Ditto.
14160
14161 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14164         the articles to be forwarded including the case where neither a
14165         number of articles nor a region is specified.
14166
14167 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * nnrss.el (nnrss-request-article): Fix last change; fill
14170         text/plain parts.
14171
14172 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14175         in text/plain part.
14176         (nnrss-check-group): Don't add excessive newline to dc:subject.
14177
14178 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14179
14180         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14181         article.
14182
14183 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14186         (nnml-use-compressed-files, nnml-save-mail): Support other
14187         comression programs such as bzip2.
14188
14189 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * dns.el (query-dns): Make sure we check the buffer size before
14192         removing tcp headers.
14193
14194 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14197         remove MIME buttons associated with multipart/alternative parts.
14198         (gnus-mime-display-alternative): Tag buttons using `article-type'
14199         text property.
14200
14201         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14202         associated with multipart/alternative parts.
14203
14204         * gnus-art.el (gnus-signature-separator): Fix custom type.
14205
14206         * mm-decode.el (mm-inlined-types): Fix custom type.
14207         (mm-keep-viewer-alive-types): Ditto.
14208         (mm-automatic-display): Ditto.
14209         (mm-attachment-override-types): Ditto.
14210         (mm-inline-override-types): Ditto.
14211         (mm-automatic-external-display): Ditto.
14212
14213 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * spam-report.el (spam-report-user-mail-address)
14216         (spam-report-user-agent): New variables.
14217         (spam-report-url-ping-plain): Use spam-report-user-agent.
14218
14219 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14220
14221         * gnus-art.el (gnus-button-handle-custom): Do not just use
14222         `customize-apropos' for any "M-x customize-*" button but the
14223         function called for.  Accept both the function name and its
14224         argument in order to achieve this.
14225         (gnus-button-alist): Remove support for "custom:" URL's.
14226         Pass function name to `gnus-button-handle-custom' in case of "M-x
14227         customize-*" buttons.
14228
14229 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14232         multipart/alternative and add xref to mm-discouraged-alternatives
14233         in doc string.
14234
14235         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14236         gnus-buttonized-mime-types in doc string.
14237
14238 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14241         Suggest image/.* in the doc string.
14242
14243 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14246         message-marks (Debian bug #342521).
14247
14248 2005-12-12  Simon Josefsson  <jas@extundo.com>
14249
14250         * password.el (password-read-from-cache): Add.
14251         (password-read): Use it.
14252
14253 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * rfc2047.el (rfc2047-charset-to-coding-system):
14256         Recognize us-ascii as a MIME charset.
14257
14258         * mm-bodies.el (mm-decode-content-transfer-encoding):
14259         Protect against the case where the 2nd arg TYPE is nil.
14260
14261 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14262
14263         * pop3.el (pop3-stream-type): Fix custom version.
14264
14265         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14266
14267 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14268
14269         * mm-decode.el (mm-display-external): Add missing cdr.
14270
14271 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14274         RFC1524) if it is in mailcap or add a suffix according to
14275         mailcap-mime-extensions when generating a temp filename; postpone
14276         deleting a temp file for 2 seconds for some wrappers, shell
14277         scripts, and so on, which might exit right after having started a
14278         viewer command as a background job.
14279
14280 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * nntp.el (nntp-marks-directory): Fix custom group.
14283
14284         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14285         steps when < 10.
14286
14287         * gnus-start.el (gnus-no-server-1):
14288         Mention `gnus-level-default-subscribed' in doc string.
14289
14290 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14291
14292         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14293         parens.
14294
14295 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-xmas.el (gnus-use-toolbar): Revert.
14298         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14299         gnus-use-toolbar is default.
14300
14301         * messagexmas.el (message-use-toolbar): Revert.
14302         (message-setup-toolbar): Use global default-toolbar if
14303         message-use-toolbar is default.
14304
14305 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14308         according to default-toolbar-visible-p.
14309
14310         * messagexmas.el (message-use-toolbar): Ditto.
14311
14312 2005-11-26  Dave Love  <fx@gnu.org>
14313
14314         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14315         (tls-program, tls-success): Provide openssl alternative.
14316
14317         * starttls.el: Doc fixes.
14318         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14319         SERVICE to PORT.
14320
14321         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14322         port null or service name.
14323         (starttls-negotiate): Autoload.
14324
14325 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * message.el (message-kill-to-signature): Fix interactive spec.
14328
14329 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * pop3.el (pop3-open-server): Recognize a string as a service name.
14332
14333 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14334
14335         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14336
14337 2005-11-23  Dave Love  <fx@gnu.org>
14338
14339         Add pop3s, pop3/starttls.
14340
14341         * pop3.el (pop3-authentication-scheme): Clarify doc.
14342         (open-tls-stream, starttls-open-stream): Autoload.
14343         (pop3-stream-type): New.
14344         (pop3-open-server): Use it.
14345
14346         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14347         for POP.
14348         (mail-source-keyword-map): Add :stream for POP.
14349         (mail-source-fetch-pop): Use pop3-stream-type.
14350
14351 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14354         of current-time-string.
14355
14356 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14357
14358         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14359         date header.
14360
14361 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14362
14363         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14364         it can seriously impact performance as it bypasses the agent's
14365         local caches.
14366
14367 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14368
14369         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14370         must be explicitly online rather than "not explicitly offline" for
14371         its flags to be synchronized.
14372
14373         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14374         that gnus-uu-unmark-thread will function correctly.
14375
14376         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14377         1024K is instead displayed as 1M.
14378
14379 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14380
14381         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14382
14383 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14384
14385         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14386
14387 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14388
14389         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14390         error message to display actual error condition.
14391         (gnus-agent-save-local): Avoid saving symbols that are bound to
14392         nil as they simply result in a warning message in
14393         gnus-agent-read-local.
14394
14395 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14398         rather than make-variable-buffer-local for file-precious-flag.
14399
14400 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14401
14402         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14403         for duplicates which are removed.  The invalid sort check then
14404         triggers a rescan after the sort as sorting may have moved
14405         duplicate entries such that they can be cheaply detected.
14406
14407 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14410
14411 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14412
14413         * gnus-agent.el (gnus-agent-article-alist-save-format):
14414         Change internal variable to a custom variable.  Change default value
14415         from compressed(2) to uncompressed(1).
14416         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14417         support for uncompressed agentview files.  Taken together, reading
14418         the agentview file should now be 6-7 times faster.
14419
14420 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14421
14422         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14423         as a buffer-local variable.  This avoids creating truncated
14424         dribble files as a result of a hang up, eg.
14425
14426 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14427
14428         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14429         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14430         XEmacs.
14431
14432 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * gnus-start.el (gnus-start-draft-setup):
14435         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14436
14437         * gnus.el (gnus-splash): Change custom group.
14438         (gnus-group-get-parameter, gnus-group-parameter-value):
14439         Describe allow-list argument.
14440
14441         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14442         string.
14443
14444 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-art.el (gnus-default-article-saver): Add user-defined
14447         `function' to custom type.
14448
14449 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14450
14451         * imap.el (imap-open): Handle case where buffer is a buffer
14452         object.
14453
14454 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14457         long lines.
14458         (gnus-cache-delete-group): Wrap doc strings.
14459
14460         * gnus-agent.el (gnus-agent-rename-group)
14461         (gnus-agent-delete-group): Wrap doc strings.
14462
14463 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * messagexmas.el (message-use-toolbar): Change the valid values
14466         into default, top, bottom, left, and right.
14467         (message-toolbar-thickness): New variable.
14468         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14469         well.
14470         (message-setup-toolbar): Make it work.
14471
14472         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14473         (gnus-use-toolbar): Change the valid values into default, top,
14474         bottom, left, and right.
14475         (gnus-toolbar-thickness): New variable.
14476         (gnus-xmas-setup-toolbar): New function.
14477         (gnus-xmas-setup-group-toolbar): Use it.
14478         (gnus-xmas-setup-summary-toolbar): Use it.
14479
14480 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14481
14482         * gnus-start.el (gnus-1): Add "native" to
14483         gnus-predefined-server-alist.
14484
14485         * gnus.el (gnus-method-to-server): Don't add "native" to the
14486         lists here, because that leads to problems when
14487         gnus-select-method is bound.
14488
14489 2005-11-09  Simon Josefsson  <jas@extundo.com>
14490
14491         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14492         use (not sort-by-date) instead.
14493
14494 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14495
14496         * gnus-delay.el (gnus-delay-group): Don't autoload.
14497         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14498         to be re-loaded when customizing the `gnus-delay' group.
14499
14500 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14501
14502         * message.el: Revert last changes.
14503         (message-insert-citation-line): Use newlines.
14504
14505 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14506
14507         * message.el (message-courtesy-message)
14508         (message-mark-insert-begin, message-mark-insert-end)
14509         (message-elide-ellipsis, message-cancel-message)
14510         (message-add-header, message-change-subject)
14511         (message-cross-post-followup-to-header)
14512         (message-cross-post-insert-note, message-reduce-to-to-cc)
14513         (message-widen-reply, message-delete-not-region)
14514         (message-kill-to-signature, message-insert-signature)
14515         (message-insert-importance-high, message-insert-importance-low)
14516         (message-insert-or-toggle-importance)
14517         (message-insert-disposition-notification-to)
14518         (message-indent-citation, message-yank-original)
14519         (message-cite-original-without-signature, message-cite-original)
14520         (message-insert-citation-line, message-position-on-field)
14521         (message-fix-before-sending, message-send-mail-partially)
14522         (message-send-mail, message-send-mail-with-sendmail)
14523         (message-send-mail-with-qmail, message-send-news)
14524         (message-check-news-header-syntax, message-generate-headers)
14525         (message-insert-courtesy-copy, message-fill-address)
14526         (message-fill-header, message-shorten-references)
14527         (message-setup-1, message-cancel-news)
14528         (message-forward-make-body-plain, message-forward-make-body-mime)
14529         (message-forward-make-body-mml, message-encode-message-body)
14530         (message-forward-make-body-digest-plain)
14531         (message-forward-make-body-digest-mime)
14532         (message-use-alternative-email-as-from): Insert `hard-newline'
14533         instead of ordinary newlines.
14534
14535 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * message.el (message-generate-headers): Downcase the argument
14538         given to message-check-element.
14539
14540 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14541
14542         * nntp.el (nntp-authinfo-rejected): New error condition.
14543         (nntp-wait-for): Use new error condition to signal authentication
14544         error.
14545         (nntp-retrieve-data): Rethrow new error condition to break out of
14546         recursive call to nntp-send-authinfo.
14547
14548 2005-11-08  Romain Francoise  <romain@orebokech.com>
14549
14550         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14551         (gnus-summary-exit-map): Bind to `Z p'.
14552         (gnus-summary-make-menu-bar): Add menu item.
14553
14554 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14557         (gnus-treat-*): Add `first' in all doc strings.
14558
14559         * gnus-group.el (gnus-group-compact-group): Fix typo.
14560
14561 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * gnus.el (gnus-parameters-case-fold-search): New variable.
14564         (gnus-parameters-get-parameter): Use it.
14565
14566         * gnus-score.el (gnus-home-score-file): Doc fix.
14567
14568 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14569
14570         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14571
14572 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * mm-util.el (mm-special-display-p): New function.
14575
14576         * mml.el (mml-preview): Use it; doc fix.
14577
14578 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14579
14580         * imap.el (imap-open): Handle case where buffer is a buffer object.
14581
14582 2005-10-29  Romain Francoise  <romain@orebokech.com>
14583
14584         * message.el (message-fix-before-sending): Fix comment.
14585
14586 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14587
14588         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14589
14590 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14591
14592         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14593         Used in gnus-score.el.
14594
14595 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14598
14599 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14602         whitespace removed in revision 7.8.  Use concatenated string to
14603         protect trailing whitespace.
14604
14605 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14606
14607         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14608         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14609         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14610         Courier IMAP ("some version from 2004").  Mostly based on similar
14611         code in the same function.
14612
14613 2005-10-26  Didier Verna  <didier@xemacs.org>
14614
14615         * gnus-group.el (gnus-group-compact-group): Invalidate original
14616         article buffer.
14617         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14618         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14619         NOV database and in article itself.
14620         Invalidate article backlog.
14621
14622 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14625
14626 2005-10-26  Simon Josefsson  <jas@extundo.com>
14627
14628         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14629         part of 2004-07-25 change.
14630
14631 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * message.el (message-display-completion-list): New function.
14634         (message-expand-group): Use it; make sure the Completions buffer
14635         is modifiable.
14636 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14637
14638         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14639         user-mail-name is an empty string.
14640
14641 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14644         depending on gnus-score-decay-constant.
14645
14646         * encrypt.el (encrypt-insert-file-contents)
14647         (encrypt-write-file-contents): Don't use `gnus-message'.
14648
14649         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14650         arguments.
14651         (mm-uu-type-alist): Add message-marks and insert-marks.
14652         Pass arguments to mm-uu-verbatim-marks-extract.
14653         (mm-uu-hide-markers): New variable.
14654         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14655
14656         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14657         (gnus-convert-image-to-face-command): Use "convert" by default to
14658         allow other input image formats.
14659         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14660         accordingly.
14661
14662 2005-10-23  Simon Josefsson  <jas@extundo.com>
14663
14664         * imap.el (imap-gssapi-program): Align command line parameters
14665         with latest GNU SASL.
14666         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14667
14668 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14669
14670         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14671         HTML.
14672         (nnslashdot-request-article): Ditto.
14673
14674         * lpath.el (featurep): Add nobreak-char-display.
14675
14676 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14677
14678         * mail-source.el (mail-source-fetch-pop): Require pop3.
14679         (mail-source-check-pop): Ditto.
14680
14681 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14684         errors.
14685
14686 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14689         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14690
14691         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14692
14693         * mm-bodies.el (mm-decode-string):
14694         Call `mm-charset-to-coding-system' with allow-override argument.
14695
14696 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14699         (rfc2047-charset-to-coding-system): New function.
14700         (rfc2047-decode-encoded-words): New function.
14701         (rfc2047-decode-region): Use them.
14702         (rfc2047-decode-cte): Remove.
14703         (rfc2047-parse-and-decode): Remove.
14704         (rfc2047-decode): Remove.
14705
14706 2005-10-15  Kenichi Handa  <handa@m17n.org>
14707
14708         * rfc2047.el (rfc2047-decode-cte): New function.
14709         (rfc2047-decode-region): Change the way to decode successive
14710         encoded-words: decode B- or Q-encoding in each encoded-word,
14711         concatenate them, and decode it as charset.
14712
14713 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * lpath.el: Fbind codepage-setup for XEmacs.
14716
14717 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14718
14719         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14720         widget-move-and-invoke.
14721         (gnus-custom-mode): Use gnus-custom-map.
14722
14723 2005-10-15  Bill Wohler  <wohler@newt.com>
14724
14725         * message.el (message-tool-bar-map): Rename image file from
14726         mail_send to mail/send.
14727
14728 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14729
14730         * message.el (message-expand-group): Pass the common
14731         prefix substring of completion to `display-completion-list'.
14732
14733 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * mml-sec.el (mml-secure-method): New internal variable.
14736         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14737         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14738         New functions using mml-secure-method.
14739
14740         * mml.el (mml-mode-map): Add key bindings for those functions.
14741         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14742         Harder <harder@myrealbox.com>.
14743         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14744         Goto end of message if point is the headers of the message.
14745
14746         * message.el (message-in-body-p): New function.
14747
14748         * assistant.el: Autoload gnus-util and netrc.
14749
14750         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14751         Use `mm-charset-override-alist' only when decoding.
14752
14753         * mm-bodies.el (mm-decode-body):
14754         Call `mm-charset-to-coding-system' with allow-override argument.
14755
14756         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14757         `filename' from Content-Disposition if Content-Type doesn't
14758         provide `name'.
14759         (gnus-mime-view-part-as-type): Set default instead of
14760         initial-input.
14761
14762 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14763
14764         * format-spec.el (format-spec): Propagate text properties of % spec.
14765
14766 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-art.el (gnus-treat-predicate): Add `first'.
14769
14770 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14773         (mm-charset-override-alist): New variable.
14774         (mm-charset-to-coding-system): Use it.
14775         (mm-codepage-setup): New helper function.
14776         (mm-charset-eval-alist): New variable.
14777         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14778         Warn about unknown charsets.
14779
14780         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14781
14782 2005-10-04  David Hansen  <david.hansen@gmx.net>
14783
14784         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14785         (nnrss-check-group): Ditto.
14786
14787 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14790         Rename x-gnus-verbatim to x-verbatim.
14791         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14792
14793         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14794         x-verbatim.
14795
14796         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14797
14798         * gnus-util.el (gnus-remove-duplicates): Remove.
14799
14800         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14801         instead of gnus-remove-duplicates.
14802
14803         * message.el (message-remove-duplicates): Remove.
14804         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14805         message-remove-duplicates.
14806
14807         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14808         available, else use implementation from `delete-dups'.
14809
14810         * message.el (message-insert-expires): New function.
14811         (message-mode-map): Add key binding.
14812         (message-mode-field-menu): Add menu entry.
14813         (message-mode): Document it.
14814         (message-make-expires-date): Use `message-make-date'.
14815
14816 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14817
14818         * message.el (message-make-expires-date): New function.
14819
14820 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * Makefile.in (list-installed-shadows): New entry.
14823         (install): Use it.
14824         (remove-installed-shadows): New entry.
14825
14826         * dgnushack.el (dgnushack-default-load-path): New variable.
14827         (dgnushack-find-lisp-shadows): New function.
14828         (dgnushack-remove-lisp-shadows): New function.
14829
14830 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * Makefile.in (install-el-elc): New entry.
14833         (install): Use it so that .el files are necessarily installed.
14834
14835 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14838
14839 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14840
14841         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14842         function rather than the diff-mode.el package.
14843         (mm-display-external): Use with-current-buffer.
14844         (mm-viewer-completion-map, mm-viewer-completion-map):
14845         Move initialization inside declaration.
14846
14847 2005-09-29  Simon Josefsson  <jas@extundo.com>
14848
14849         * spam.el: Load hashcash when compiling, to avoid warnings.
14850         Don't autoload mail-check-payment.
14851         (spam-check-hashcash): Define unconditionally, since hashcash.el
14852         is part of Gnus now.  Ignore errors from payment checking.
14853
14854 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * message.el (message-bold-region, message-unbold-region):
14857         Rename from `bold-region' and `unbold-region'.
14858
14859         * message.el: Remove useless autoloads.
14860
14861 2005-09-28  Simon Josefsson  <jas@extundo.com>
14862
14863         * message.el (message-use-idna): Default to t.
14864         (message-use-idna): Test whether encoding works too.  Doc fix.
14865
14866 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * nntp.el (nntp-warn-about-losing-connection): Remove.
14869
14870 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14873         customizable.  Change default value.
14874         (mm-uu-diff-groups-regexp): Change default value.
14875         (mm-uu-type-alist): Add doc string.
14876         (mm-uu-configure): Add doc string.  Make it interactive.
14877         (mm-uu-tex-groups-regexp): New variable.
14878         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14879         (mm-uu-type-alist): Add LaTeX documents.
14880         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14881         of "text/verbatim".
14882         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14883
14884         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14885         instead of "text/verbatim".
14886
14887         * message.el (message-mark-inserted-region)
14888         (message-mark-insert-file): Use slrn style marks when called with
14889         prefix argument.
14890
14891 2005-09-27  Simon Josefsson  <jas@extundo.com>
14892
14893         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14894
14895 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14896
14897         * message.el (message-remove-duplicates): New function.
14898         Implementation borrowed from `gnus-remove-duplicates'.
14899         (message-idna-to-ascii-rhs): Also encode idna addresses in
14900         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14901         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14902         only ask about the same idna domain once per header and also tell
14903         in what header to replace the idna domain.
14904
14905         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14906         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14907         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14908         a header is decoded and not just the last one.
14909
14910 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14913         has been decoded.
14914
14915         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14916         (mm-insert-part): Don't modify text if it has been decoded.
14917
14918         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14919         decoded.
14920
14921         * mm-view.el (mm-inline-text): Don't strip text props unless
14922         decoding enriched or richtext parts.
14923
14924 2005-09-25  Romain Francoise  <romain@orebokech.com>
14925
14926         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14927         * gnus-start.el (gnus-subscribe-interactively):
14928         * gnus-uu.el (gnus-uu-grab-articles):
14929         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14930         space.
14931
14932 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14933
14934         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14935         * mm-view.el (mm-view-pkcs7-decrypt):
14936         * gnus-sum.el (gnus-summary-limit-to-extra)
14937         (gnus-summary-respool-article, gnus-read-move-group-name):
14938         * gnus-score.el (gnus-summary-increase-score):
14939         * gnus-util.el (gnus-completing-read-with-default):
14940         * gnus-art.el (gnus-read-save-file-name)
14941         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14942         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14943         * message.el (message-check-news-header-syntax):
14944         Follow convention for reading with the minibuffer.
14945
14946 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * spam-report.el (spam-report-url-ping-plain):
14949         Use gnus-extended-version as User-Agent.
14950
14951         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14952         default value is nil.
14953
14954         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14955         (mm-uu-verbatim-marks-extract): New function.
14956         (mm-uu-extract): New face.
14957         (mm-uu-copy-to-buffer): Use it.
14958
14959         * spam-report.el (spam-report-gmane-ham): Rename from
14960         `spam-report-gmane-unspam'.
14961         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14962         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14963
14964         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14965         Autoload.
14966         (spam-report-gmane-unregister-routine):
14967         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14968
14969 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14970
14971         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14972         (spam-report-gmane-unregister-routine): Add support for gmane
14973         unregistration.
14974
14975         * spam-report.el (spam-report-gmane-unspam)
14976         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14977         (spam-report-gmane): Change to take a single article and do unspam
14978         registration.
14979
14980 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * mm-url.el (mm-url-decode-entities): Fix regexp.
14983
14984 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14985
14986         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14987         default to nil, to be able to use Gnus at all.  If the default
14988         switches to something else, then the function should be fixed not
14989         be exceedingly slow.
14990
14991 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14994         fail hard.
14995
14996         * spam-report.el: Add better Keywords line.
14997
14998         * spam.el: Add Maintainer and better Keywords line.
14999
15000 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * gnus-art.el (gnus-article-replace-part)
15003         (gnus-mime-replace-part): New functions.
15004         (gnus-mime-action-alist, gnus-mime-button-commands)
15005         (gnus-mime-save-part-and-strip): Add file argument.
15006         (gnus-article-part-wrapper): Add interactive argument.
15007
15008         * gnus-sum.el (gnus-summary-mime-map):
15009         Add `gnus-article-replace-part'.
15010
15011 2005-09-19  Didier Verna  <didier@xemacs.org>
15012
15013         The nnml compaction feature:
15014         * nnml.el (nnml-request-compact-group): New function.
15015         * nnml.el (nnml-request-compact): New function.
15016         * gnus-int.el (gnus-request-compact-group): New function.
15017         * gnus-int.el (gnus-request-compact): New function.
15018         * gnus-group.el (gnus-group-compact-group): New function.
15019         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15020         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15021         * gnus-srvr.el (gnus-server-compact-server): New function.
15022         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15023         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15024
15025 2005-09-18  Deepak Goel  <deego@gnufans.org>
15026
15027         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15028         format spec.
15029
15030 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15033
15034 2005-09-15  Romain Francoise  <romain@orebokech.com>
15035
15036         * message.el (message-fill-paragraph): Clarify docstring.
15037
15038 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-art.el (gnus-mime-display-part): Protect against broken
15041         MIME messages.
15042
15043 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15046         before parsing header.
15047
15048 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15049
15050         * html2text.el (html2text-replace-list): Add new entities.
15051
15052 2005-09-11  Romain Francoise  <romain@orebokech.com>
15053
15054         * message.el (message-alternative-emails): Improve docstring.
15055         (message-setup-1): Call `message-use-alternative-email-as-from'
15056         after `message-setup-hook' to give it precedence over posting
15057         styles, etc.
15058         (message-use-alternative-email-as-from): Add docstring.
15059         Remove the original From header if present.
15060
15061         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15062         (nnml-save-mail): Use it.
15063
15064         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15065         articles.  Add new argument `silent'.
15066         (gnus-uu-mark-all): Report the total number of marked articles.
15067
15068 2005-09-10  Romain Francoise  <romain@orebokech.com>
15069
15070         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15071         (gnus-uu-mark-series): Likewise.
15072
15073 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * spam-report.el (spam-report-gmane): Fix generation of spam
15076         report URL.
15077
15078 2005-09-10  Simon Josefsson  <jas@extundo.com>
15079
15080         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15081         t, based on discussion on the ding list with Robert Epprecht
15082         <epprecht@solnet.ch>.
15083
15084 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * spam-report.el (spam-report-gmane): Make it work without
15087         X-Report-Spam header.  Gmane now only provides Archived-At.
15088         This is only used if `spam-report-gmane-use-article-number' is nil.
15089         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15090
15091         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15092         make `gnus-summary-sort-by-recipient' work with threading.
15093
15094         * nnweb.el (nnweb-google-wash-article): Print a message if article
15095         is not available.
15096
15097 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15098
15099         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15100         change.  Decode text/* parts content before displaying.
15101
15102 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15105
15106 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15109
15110         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15111         url-package-name, url-package-version,
15112         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15113         w3m-display-inline-images, and w3m-minor-mode-map.
15114
15115 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * message.el (message-tab-body-function): Fix mismatched custom type.
15118
15119         * gnus.el (gnus-group-change-level-function): Ditto.
15120
15121         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15122
15123         * gnus-art.el (gnus-signature-limit)
15124         (gnus-article-mime-part-function): Ditto.
15125
15126 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * mml.el (mml-mode): Silence the byte compiler.
15129
15130         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15131         using `(sit-for 0)' before moving the point to the specified part;
15132         skip unbuttonized parts.
15133         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15134         return to the summary window if gnus-auto-select-part is non-nil.
15135
15136 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15139         New variables.
15140         (mml-dnd-attach-file, mml-mode): Use them.
15141
15142         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15143         Make fetching article by MID work again for Google Groups.
15144         Add FIXME concerning gnus-group-make-web-group.
15145
15146         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15147         Don't depend on Gnus by using mail-extract-address-components if
15148         gnus-extract-address-components is not bound.
15149
15150 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15151
15152         * gnus-art.el (gnus-mime-display-security): Don't display the
15153         signature, but only the signed part.
15154
15155 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15158
15159         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15160         list, not listp.
15161
15162 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15163
15164         * mm-encode.el (mm-encode-content-transfer-encoding):
15165         Likewise when encoding.
15166
15167         * mm-bodies.el (mm-decode-content-transfer-encoding):
15168         De-canonicalize CRLF for all text content types, not just
15169         text/plain.
15170
15171 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15174         valid article; point arrow and cursor at the MIME button.
15175
15176 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15179         Suggested by Dan Christensen <jdc@uwo.ca>.
15180
15181         * mm-decode.el (mm-save-part): Enable change of prompt.
15182
15183 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15184
15185         * gnus-msg.el (gnus-inews-add-send-actions):
15186         Make `message-post-method' lambda parameter ARG `&optional'.
15187
15188 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-sum.el (gnus-summary-mime-map):
15191         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15192         gnus-article-jump-to-part.
15193
15194         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15195         (gnus-article-edit-part): Use it.
15196         (gnus-article-part-wrapper): Add no-handle argument.
15197         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15198         New functions.
15199
15200 2005-08-29  Romain Francoise  <romain@orebokech.com>
15201
15202         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15203         docstring.
15204         (gnus-face-from-file): Likewise.
15205
15206 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15209         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15210         non-nil.
15211         (gnus-auto-select-part): New variable.
15212         (gnus-article-jump-to-part): New function.
15213         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15214         (gnus-mime-delete-part): Allow selecting specified part after
15215         deleting or stripping parts.
15216         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15217         part if argument is bogus.
15218
15219 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15220
15221         * gnus-art.el (w3m-minor-mode-map):
15222         * gnus-spec.el (gnus-newsrc-file-version):
15223         * gnus-util.el (nnmail-active-file-coding-system)
15224         (gnus-original-article-buffer, gnus-user-agent):
15225         * gnus.el (gnus-ham-process-destinations)
15226         (gnus-parameter-ham-marks-alist)
15227         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15228         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15229         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15230         * mm-decode.el (gnus-current-window-configuration):
15231         * mm-extern.el (gnus-article-mime-handles):
15232         * mm-url.el (url-current-object, url-package-name)
15233         (url-package-version):
15234         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15235         (smime-keys, w3m-cid-retrieve-function-alist)
15236         (w3m-current-buffer, w3m-display-inline-images)
15237         (w3m-minor-mode-map):
15238         * mml-smime.el (gnus-extract-address-components):
15239         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15240         (gnus-newsrc-hashtb, message-default-charset)
15241         (message-deletable-headers, message-options)
15242         (message-posting-charset, message-required-mail-headers)
15243         (message-required-news-headers):
15244         * mml1991.el (mc-pgp-always-sign):
15245         * mml2015.el (mc-pgp-always-sign):
15246         * nnheader.el (nnmail-extra-headers):
15247         * rfc1843.el (gnus-decode-encoded-word-function)
15248         (gnus-decode-header-function, gnus-newsgroup-name):
15249         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15250
15251 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15252
15253         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15254         the end of the date treatments.
15255
15256 2005-08-15  Simon Josefsson  <jas@extundo.com>
15257
15258         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15259         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15260         Capello and Romain Francoise.
15261         (pgg-fetch-key-function): Remove, not used?
15262         (pgg-insert-url-with-w3): Require url, to get
15263         url-insert-file-contents regardless of where it is defined.
15264
15265 2005-08-13  Romain Francoise  <romain@orebokech.com>
15266
15267         * message.el (message-cite-original-1): New function.
15268         (message-cite-original): Use it.
15269         (message-cite-original-without-signature): Ditto.
15270
15271 2005-08-08  Romain Francoise  <romain@orebokech.com>
15272
15273         * message.el (message-yank-empty-prefix): New variable.
15274         (message-indent-citation): Use it.
15275         (message-cite-original-without-signature): Respect X-No-Archive.
15276
15277 2005-08-08  Simon Josefsson  <jas@extundo.com>
15278
15279         * pgg.el: Autoload url-insert-file-contents instead of loading
15280         w3/url.
15281         (pgg-insert-url-with-w3): Don't load url here.
15282
15283 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15284
15285         * message.el (message-kill-to-signature): Don't insert newline at
15286         bol.
15287         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15288
15289 2005-08-06  Romain Francoise  <romain@orebokech.com>
15290
15291         * message.el (message-user-fqdn): Fix typo in docstring.
15292
15293 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15294
15295         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15296
15297         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15298
15299 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * mm-bodies.el (mm-encode-body): Use coding system rather than
15302         charset to encode text.
15303
15304         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15305         number of charsets if utf-8 is available (XEmacs).
15306
15307 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15310         taken from `gnus-button-mid-or-mail-regexp'.
15311         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15312         (gnus-button-alist): Improve regexp for domain part of the MIDs
15313         for news:localpart@domain buttons.
15314         (gnus-button-ctan-directory-regexp): Update.
15315
15316 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * sieve-manage.el (sieve-manage-interactive-login):
15319         Use make-local-variable rather than make-variable-buffer-local.
15320         (sieve-manage-open): Ditto.
15321         (sieve-manage-authenticate): Ditto.
15322
15323         * mml.el (mml-generate-mime-1): Make the content type default to
15324         text/plain if the filename is not specified.
15325
15326 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15329         instead of insert-buffer.
15330
15331         * message.el (message-yank-original): Ditto; set the mark at the
15332         end of the yanked message.
15333
15334 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15337         lines to scroll rather than to stop it.
15338
15339         * mml.el (mml-generate-default-type): Add doc string.
15340         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15341         default to application/octet-stream when determining the content
15342         type if it is not specified for the part or the mml contents; add
15343         a comment about mml-generate-default-type.
15344
15345 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15348         make it default to application/octet-stream when determining the
15349         content type if it is not specified for the external contents.
15350
15351 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15354         segmented parameter but also other parameters might be there.
15355
15356 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * mm-decode.el (mm-display-external): Delete temp file, directory
15359         and buffer immediately if the external process is exited.
15360
15361 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15364         fewer lines than that of scroll-margin.
15365         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15366
15367 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-art.el (gnus-article-next-page): Revert.
15370         (gnus-article-beginning-of-window): New macro.
15371         (gnus-article-next-page-1): Use it.
15372         (gnus-article-prev-page): Ditto.
15373         (gnus-article-edit-part): Use insert-buffer-substring instead of
15374         insert-buffer.
15375         (gnus-article-edit-exit): Ditto.
15376
15377         * gnus-util.el (gnus-beginning-of-window): Remove.
15378         (gnus-end-of-window): Remove.
15379
15380         * lpath.el: Don't bind header-line-format and scroll-margin.
15381
15382 2005-07-25  Simon Josefsson  <jas@extundo.com>
15383
15384         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15385         to have the url package without w3.  Reported by Daiki Ueno
15386         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15387
15388 2005-07-20  Didier Verna  <didier@xemacs.org>
15389
15390         * gnus-diary.el: Remove the description comment (nndiary is now
15391         properly documented in the Gnus manual).
15392         Fix the spelling of "Back End".
15393         * nndiary.el: Ditto.
15394         Fix the copyright notice.
15395
15396 2005-07-18  Romain Francoise  <romain@orebokech.com>
15397
15398         * gnus-sum.el (gnus-summary-to-prefix)
15399         (gnus-summary-newsgroup-prefix): New variables.
15400         (gnus-summary-from-or-to-or-newsgroups): Use them.
15401
15402 2005-07-17  Romain Francoise  <romain@orebokech.com>
15403
15404         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15405         space as it's generally not especially interesting to the user.
15406
15407 2005-07-16  Romain Francoise  <romain@orebokech.com>
15408
15409         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15410         nil to avoid prompting and file modification if one of the
15411         messages at the top of the nnfolder file contains a copyright
15412         notice.
15413         Update copyright notice.
15414
15415         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15416         instead of `current-time-string' as the latter creates a time
15417         string that is not RFC 2822 compliant (it lacks the zone).
15418         Update copyright notice.
15419
15420 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15421
15422         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15423         for text/rtf.  Display default in prompt.  Pass default for M-n.
15424
15425         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15426
15427 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * gnus-msg.el (gnus-button-mailto):
15430         Remove save-selected-window-window hackery because it relies on
15431         save-selected-window internals.
15432
15433 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15436         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15437         (gnus-article-prev-page): Ditto.
15438
15439         * gnus-util.el (gnus-beginning-of-window): New function.
15440         (gnus-end-of-window): New function.
15441
15442         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15443
15444 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15445
15446         * gnus-score.el (gnus-score-edit-all-score):
15447         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15448         gnus-message.
15449
15450 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15451
15452         * gnus-msg.el (gnus-button-mailto):
15453         Remove save-selected-window-window hackery because it relies on
15454         save-selected-window internals.
15455
15456 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15459         add-minor-mode.
15460         (gnus-binary-mode): Ditto.
15461
15462         * gnus-topic.el (gnus-topic-mode): Ditto.
15463
15464 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15465
15466         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15467         (gnus-article-prev-page): Take scroll-margin into consideration.
15468
15469 2005-07-04  Lute Kamstra  <lute@gnu.org>
15470
15471         Update FSF's address in GPL notices.
15472
15473 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15474
15475         * gnus.el (gnus-exit):
15476         * gnus-group.el (gnus-group-icons):
15477         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15478
15479         * gnus-nocem.el (gnus-nocem):
15480         * message.el (message-various, message-buffers, message-sending)
15481         (message-interface, message-forwarding, message-insertion)
15482         (message-headers, message-news, message-mail):
15483         * pgg-gpg.el (pgg-gpg):
15484         * pgg-parse.el (pgg-parse):
15485         * pgg-pgp.el (pgg-pgp):
15486         * pgg-pgp5.el (pgg-pgp5):
15487         * pop3.el (pop3): Finish `defgroup' description with period.
15488
15489 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (article-display-face): Improve the efficiency.
15492         (article-display-x-face): Ditto; remove grey x-face stuff.
15493
15494 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-art.el (article-display-face): Correct the position in
15497         which Faces are inserted.
15498
15499 2005-06-29  Didier Verna  <didier@xemacs.org>
15500
15501         * gnus-art.el (article-display-face): Display faces in correct
15502         order.
15503
15504 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15507         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15508         (gnus-nocem-check-article): Fetch the Type header.
15509         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15510         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15511         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15512         make sure gnus-nocem-hashtb is initialized.
15513         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15514         (gnus-nocem-unwanted-article-p): Ditto.
15515
15516         * pgg.el (pgg-verify): Return the verification result.
15517
15518 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15519
15520         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15521         is ascii.
15522
15523 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15524
15525         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15526         `show-nonbreak-escape'.
15527
15528 2005-06-23  Lute Kamstra  <lute@gnu.org>
15529
15530         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15531
15532         * dig.el (dig-mode):
15533         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15534
15535 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15536
15537         * nnimap.el (nnimap-split-download-body): Fix spellings.
15538
15539 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15540
15541         * gnus-art.el (gnus-article-encrypt-body):
15542         * gnus-cus.el (gnus-score-customize):
15543         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15544         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15545
15546 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15547
15548         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15549         header by looking for magic "MII" at the beginnig.
15550
15551 2005-06-16  Miles Bader  <miles@gnu.org>
15552
15553         * gnus-xmas.el (gnus-xmas-group-startup-message):
15554         Use renamed gnus-splash face.
15555
15556         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15557         (assistant-field-face): New backward-compatibility alias for renamed
15558         face.
15559         (assistant-render-text): Use renamed assistant-field face.
15560
15561         * spam.el (spam): Remove "-face" suffix from face name.
15562         (spam-face): New backward-compatibility alias for renamed face.
15563         (spam-face, spam-initialize): Use renamed spam face.
15564
15565         * message.el (message-header-to, message-header-cc)
15566         (message-header-subject, message-header-newsgroups)
15567         (message-header-other, message-header-name)
15568         (message-header-xheader, message-separator, message-cited-text)
15569         (message-mml): Remove "-face" suffix from face names.
15570         (message-header-to-face, message-header-cc-face)
15571         (message-header-subject-face, message-header-newsgroups-face)
15572         (message-header-other-face, message-header-name-face)
15573         (message-header-xheader-face, message-separator-face)
15574         (message-cited-text-face, message-mml-face):
15575         New backward-compatibility aliases for renamed faces.
15576         (message-font-lock-keywords): Use renamed message faces.
15577
15578         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15579         (sieve-test-commands, sieve-tagged-arguments):
15580         Remove "-face" suffix from face names.
15581         (sieve-control-commands-face, sieve-action-commands-face)
15582         (sieve-test-commands-face, sieve-tagged-arguments-face):
15583         New backward-compatibility aliases for renamed faces.
15584         (sieve-control-commands-face, sieve-action-commands-face)
15585         (sieve-test-commands-face, sieve-tagged-arguments-face):
15586         Use renamed sieve faces.
15587
15588         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15589         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15590         (gnus-group-news-3-empty, gnus-group-news-4)
15591         (gnus-group-news-4-empty, gnus-group-news-5)
15592         (gnus-group-news-5-empty, gnus-group-news-6)
15593         (gnus-group-news-6-empty, gnus-group-news-low)
15594         (gnus-group-news-low-empty, gnus-group-mail-1)
15595         (gnus-group-mail-1-empty, gnus-group-mail-2)
15596         (gnus-group-mail-2-empty, gnus-group-mail-3)
15597         (gnus-group-mail-3-empty, gnus-group-mail-low)
15598         (gnus-group-mail-low-empty, gnus-summary-selected)
15599         (gnus-summary-cancelled, gnus-summary-high-ticked)
15600         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15601         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15602         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15603         (gnus-summary-low-undownloaded)
15604         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15605         (gnus-summary-low-unread, gnus-summary-normal-unread)
15606         (gnus-summary-high-read, gnus-summary-low-read)
15607         (gnus-summary-normal-read, gnus-splash):
15608         Remove "-face" suffix from face names.
15609         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15610         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15611         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15612         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15613         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15614         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15615         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15616         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15617         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15618         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15619         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15620         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15621         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15622         (gnus-summary-normal-ticked-face)
15623         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15624         (gnus-summary-normal-ancient-face)
15625         (gnus-summary-high-undownloaded-face)
15626         (gnus-summary-low-undownloaded-face)
15627         (gnus-summary-normal-undownloaded-face)
15628         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15629         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15630         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15631         (gnus-splash-face):
15632         New backward-compatibility aliases for renamed faces.
15633         (gnus-group-startup-message): Use renamed gnus faces.
15634
15635         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15636         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15637         (gnus-server-agent): Remove "-face" suffix from face names.
15638         (gnus-server-agent-face, gnus-server-opened-face)
15639         (gnus-server-closed-face, gnus-server-denied-face)
15640         (gnus-server-offline-face):
15641         New backward-compatibility aliases for renamed faces.
15642         (gnus-server-agent-face, gnus-server-opened-face)
15643         (gnus-server-closed-face, gnus-server-denied-face)
15644         (gnus-server-offline-face): Use renamed gnus faces.
15645
15646         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15647         Remove "-face" suffix from face names.
15648         (gnus-picon-xbm-face, gnus-picon-face):
15649         New backward-compatibility aliases for renamed faces.
15650
15651         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15652         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15653         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15654         (gnus-cite-11): Remove "-face" suffix from face names.
15655         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15656         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15657         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15658         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15659         New backward-compatibility aliases for renamed faces.
15660         (gnus-cite-attribution-face, gnus-cite-face-list)
15661         (gnus-article-boring-faces): Use renamed gnus faces.
15662
15663         * gnus-art.el (gnus-signature, gnus-header-from)
15664         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15665         (gnus-header-content): Remove "-face" suffix from face names.
15666         (gnus-signature-face, gnus-header-from-face)
15667         (gnus-header-subject-face, gnus-header-newsgroups-face)
15668         (gnus-header-name-face, gnus-header-content-face):
15669         New backward-compatibility aliases for renamed faces.
15670         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15671
15672         * gnus-sum.el (gnus-summary-selected-face)
15673         (gnus-summary-highlight): Use renamed gnus faces.
15674         * gnus-group.el (gnus-group-highlight): Likewise.
15675
15676 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15677
15678         * gnus-sieve.el (gnus-sieve-article-add-rule):
15679         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15680         * spam-stat.el (spam-stat-buffer-change-to-spam)
15681         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15682
15683         * message.el (message-is-yours-p):
15684         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15685
15686 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * mm-view.el (mm-inline-text): Withdraw the last change.
15689
15690 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15693         executing enriched-decode.
15694
15695 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15698         charset of tar files.
15699
15700 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15701
15702         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15703
15704 2005-06-04  Lute Kamstra  <lute@gnu.org>
15705
15706         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15707         information is never recorded.
15708
15709 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15710
15711         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15712
15713 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * pop3.el (pop3-apop): Run md5 in the binary mode.
15716
15717         * starttls.el (starttls-set-process-query-on-exit-flag):
15718         Use eval-and-compile.
15719
15720 2005-05-31  Simon Josefsson  <jas@extundo.com>
15721
15722         * smime.el (smime-replace-in-string): Define.
15723         (smime-cert-by-ldap-1): Use it.
15724
15725 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-art.el (article-display-x-face): Replace
15728         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15729
15730         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15731         set-process-query-on-exit-flag or process-kill-without-query.
15732
15733         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15734         loop instead of replace-regexp.
15735
15736         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15737         instead of process-kill-without-query if it is available.
15738
15739         * lpath.el: Fbind ldap-search-entries.
15740
15741         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15742         instead of find-file-hooks if it is available.
15743
15744         * mml1991.el: Bind pgg-default-user-id when compiling.
15745
15746         * mml2015.el: Bind pgg-default-user-id when compiling.
15747
15748         * nndraft.el (nndraft-request-associate-buffer):
15749         Use write-contents-functions instead of write-contents-hooks if it is
15750         available.
15751
15752         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15753         instead of find-file-hooks if it is available.
15754
15755         * nntp.el (nntp-open-connection): Replace
15756         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15757         (nntp-open-ssl-stream): Ditto.
15758         (nntp-open-tls-stream): Ditto.
15759
15760         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15761         set-process-query-on-exit-flag or process-kill-without-query.
15762         (starttls-open-stream-gnutls): Use it instead of
15763         process-kill-without-query.
15764         (starttls-open-stream): Ditto.
15765
15766 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15767
15768         * smime.el (smime-cert-by-ldap-1): Don't use
15769         replace-regexp-in-string.
15770
15771 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15772
15773         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15774
15775         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15776         in PEM format.  Adjust to the XEmacs compability.
15777
15778 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15781         by `string-to-number'.
15782         * gnus-agent.el (gnus-agent-regenerate-group)
15783         (gnus-agent-fetch-articles): Ditto.
15784         * gnus-art.el (gnus-button-fetch-group): Ditto.
15785         * gnus-cache.el (gnus-cache-generate-active)
15786         (gnus-cache-articles-in-group): Ditto.
15787         * gnus-group.el (gnus-group-set-current-level)
15788         (gnus-group-insert-group-line): Ditto.
15789         * gnus-score.el (gnus-score-set-expunge-below)
15790         (gnus-score-set-mark-below, gnus-summary-score-effect)
15791         (gnus-summary-score-entry): Ditto.
15792         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15793         (gnus-soup-pack): Ditto.
15794         * gnus-spec.el (gnus-xmas-format): Ditto.
15795         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15796         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15797         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15798         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15799         * nndb.el (nndb-get-remote-expire-response): Ditto.
15800         * nndiary.el (nndiary-parse-schedule-value)
15801         (nndiary-string-to-number, nndiary-request-replace-article)
15802         (nndiary-request-article): Ditto.
15803         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15804         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15805         * nneething.el (nneething-make-head): Ditto.
15806         * nnfolder.el (nnfolder-request-article)
15807         (nnfolder-retrieve-headers): Ditto.
15808         * nnheader.el (nnheader-file-to-number): Ditto.
15809         * nnkiboze.el (nnkiboze-request-article): Ditto.
15810         * nnmail.el (nnmail-process-unix-mail-format)
15811         (nnmail-process-babyl-mail-format): Ditto.
15812         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15813         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15814         (nnmh-request-create-group, nnmh-request-list-1)
15815         (nnmh-request-group, nnmh-request-article): Ditto.
15816         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15817         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15818         * nnsoup.el (nnsoup-make-active): Ditto.
15819         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15820         * nntp.el (nntp-find-group-and-number)
15821         (nntp-retrieve-headers-with-xover): Ditto.
15822         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15823         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15824         (pgg-format-key-identifier): Ditto.
15825         * pop3.el (pop3-last, pop3-stat): Ditto.
15826         * qp.el (quoted-printable-decode-region): Ditto.
15827
15828         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15829         of concat.
15830
15831 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15834
15835         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15836
15837         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15838
15839         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15840
15841         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15842
15843         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15844
15845         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15846         (gnus-carpal-mode): Ditto.
15847
15848         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15849         (gnus-browse-mode): Ditto.
15850
15851         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15852
15853         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15854
15855 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15856
15857         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15858
15859 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-util.el (gnus-run-mode-hooks): New function.
15862
15863         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15864
15865         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15866         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15867
15868 2005-05-27  Lute Kamstra  <lute@gnu.org>
15869
15870         * dns-mode.el (dns-mode): Specify customization group.
15871
15872 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15873
15874         * gnus-agent.el (gnus-agent-make-mode-line-string):
15875         Use mode-line-highlight as mouse-face.
15876
15877 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * canlock.el (canlock): Change the parent group to news.
15880
15881         * deuglify.el (gnus-outlook-deuglify): Add :group.
15882
15883         * dig.el (dig): Add :group.
15884
15885         * dns-mode.el (dns-mode): Add :group.
15886
15887         * encrypt.el (encrypt): Add :group.
15888
15889         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15890         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15891         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15892         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15893         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15894
15895         * gnus-diary.el (gnus-diary): Add :group.
15896
15897         * gnus.el (gnus-group-news-1-face): Add :group.
15898         (gnus-group-news-1-empty-face): Ditto.
15899         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15900         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15901         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15902         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15903         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15904         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15905         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15906         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15907         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15908         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15909         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15910         (gnus-summary-high-ticked-face): Ditto.
15911         (gnus-summary-low-ticked-face): Ditto.
15912         (gnus-summary-normal-ticked-face): Ditto.
15913         (gnus-summary-high-ancient-face): Ditto.
15914         (gnus-summary-low-ancient-face): Ditto.
15915         (gnus-summary-normal-ancient-face): Ditto.
15916         (gnus-summary-high-undownloaded-face): Ditto.
15917         (gnus-summary-low-undownloaded-face): Ditto.
15918         (gnus-summary-normal-undownloaded-face): Ditto.
15919         (gnus-summary-high-unread-face): Ditto.
15920         (gnus-summary-low-unread-face): Ditto.
15921         (gnus-summary-normal-unread-face): Ditto.
15922         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15923         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15924
15925         * hashcash.el (hashcash): New custom group.
15926         (hashcash-default-payment): Add :group.
15927         (hashcash-payment-alist): Ditto.
15928         (hashcash-default-accept-payment): Ditto.
15929         (hashcash-accept-resources): Ditto.
15930         (hashcash-path): Ditto.
15931         (hashcash-extra-generate-parameters): Ditto.
15932         (hashcash-double-spend-database): Ditto.
15933         (hashcash-in-news): Ditto.
15934
15935         * message.el (message-minibuffer-local-map): Add :group.
15936
15937         * netrc.el (netrc): Add :group.
15938
15939         * sieve-manage.el (sieve-manage-log): Add :group.
15940         (sieve-manage-default-user): Diito.
15941         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15942         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15943         (sieve-manage-authenticators): Ditto.
15944         (sieve-manage-authenticator-alist): Ditto.
15945         (sieve-manage-default-port): Ditto.
15946
15947         * sieve-mode.el (sieve-control-commands-face): Add :group.
15948         (sieve-action-commands-face): Ditto.
15949         (sieve-test-commands-face): Ditto.
15950         (sieve-tagged-arguments-face): Ditto.
15951
15952         * smime.el (smime): Add :group.
15953
15954         * spam-report.el (spam-report): Add :group.
15955
15956         * spam.el (spam, spam-face): Add :group.
15957
15958 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959
15960         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15961         return \n.\n.\n at the end of articles.  Protect against that.
15962         (nntp-with-open-group): Allow debugging.
15963
15964         * nnheader.el (mail-header-set-extra): Make into a function
15965         because I just could't understand how to quote the list properly.
15966
15967         * dns.el (query-dns-cached): New function.
15968
15969 2005-05-26  Lute Kamstra  <lute@gnu.org>
15970
15971         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15972
15973 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15976
15977         * gnus-art.el: Don't autoload mail-extract-address-components.
15978
15979         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15980         eval-and-compile to evaluate it.
15981
15982         * hashcash.el: Don't autoload executable-find.
15983
15984         * nndb.el: Don't declare the nndb back end two or more times; don't
15985         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15986
15987         * nntp.el: Autoload format-spec instead of format; use
15988         eval-and-compile to evaluate autoload forms.
15989
15990 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15991
15992         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15993
15994 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15995
15996         * gnus.el (gnus-version-number): Bump version.
15997
15998 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15999
16000         * gnus.el: No Gnus v0.3 is released.
16001
16002 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * lpath.el (featurep): Bind show-nonbreak-escape.
16005
16006 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-art.el (gnus-article-edit-part): Disable undo.
16009
16010 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16013         gnus-article-date-lapsed-new-header is t if date timer is active;
16014         skip headers in which the original date value is empty.
16015         (gnus-article-save-original-date): Redefine it as a macro.
16016         (gnus-display-mime): Use it.
16017
16018 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-art.el (article-date-ut): Support converting date in
16021         forwarded parts as well.
16022         (gnus-article-save-original-date): New function.
16023         (gnus-display-mime): Use it.
16024
16025 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16026
16027         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16028         enclosure element of <item>.
16029
16030 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16031
16032         * message.el (message-kill-buffer-query): Rename from
16033         `message-kill-buffer-query-if-modified'.  Add :version.
16034
16035 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16038         window layout.
16039
16040 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * mml.el: Autoload dnd when compiling.
16043
16044 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16047         x-dnd-*.
16048
16049 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * qp.el (quoted-printable-encode-region): Save excursion.
16052
16053 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16054
16055         * message.el (message-kill-buffer-query-if-modified): Add new variable
16056         so the user can kill a modified message buffer quickly.
16057         (message-kill-buffer): Use it.
16058
16059 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * lpath.el: Fbind display-time-event-handler; don't fbind
16062         string-to-multibyte.
16063
16064         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16065
16066 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16069         contained in text because xml.el decodes entities) with LFs.
16070
16071 2005-04-11  Lute Kamstra  <lute@gnu.org>
16072
16073         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16074         differently.
16075
16076 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16077
16078         * mm-util.el (mm-detect-coding-region): Typo.
16079
16080 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16083
16084 2005-04-06  Deepak Goel  <deego@gnufans.org>
16085
16086         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16087         user-function allow user modifications of the scores.
16088         (spam-stat-score-buffer-user): New function, to allow
16089         user-computed modifications to the score.
16090         (spam-stat-score-buffer-user-functions): List of additional
16091         scoring functions.
16092         (spam-stat-error-holder): Global temporary error holder.
16093         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16094         variable.
16095
16096 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * gnus-registry.el (gnus-registry-clean-empty-function)
16099         (gnus-registry-trim, gnus-registry-fetch-groups)
16100         (gnus-registry-delete-group): Groups that match
16101         `gnus-registry-ignored-groups' are removed from the registry
16102         entries, not just ignored for splitting.  This helps clean up the
16103         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16104         to get all the groups a message ID is in.
16105
16106         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16107         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16108         (spam-stat-score-buffer-user-functions): Add :number custom type.
16109
16110 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16113         argument in XEmacs.
16114
16115         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16116         (nnrss-request-group): Decode group name first.
16117         (nnrss-request-article): Make a text/plain article if mml-to-mime
16118         failed.
16119         (nnrss-get-encoding): Return a compatible encoding according to
16120         nnrss-compatible-encoding-alist.
16121         (nnrss-find-el): Use consp instead of listp.
16122         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16123
16124 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16127         which Emacs 20 doesn't support.
16128         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16129
16130 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16133         silence the byte compiler inside the defun.
16134
16135         * gnus-demon.el (parse-time-string): Add autoload.
16136
16137         * gnus-delay.el (parse-time-string): Add autoload.
16138
16139         * gnus-art.el (parse-time-string): Add autoload.
16140
16141         * nnultimate.el (parse-time): Require for `parse-time-string'.
16142
16143 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16146
16147         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16148
16149         * smime.el (smime-ldap-host-list): Add :version.
16150
16151 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16154         pass it to `gnus-browse-read-group'.
16155         (gnus-browse-read-group): Add NUMBER argument and pass it to
16156         `gnus-group-read-ephemeral-group'.
16157
16158         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16159         argument and pass it to `gnus-group-read-group'.
16160
16161 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16162
16163         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16164         mm-xemacs-find-mime-charset-1 if we have the mule feature
16165         available at runtime.
16166
16167 2005-03-25  Werner Lemberg  <wl@gnu.org>
16168
16169         * nnmaildir.el: Replace `illegal' with `invalid'.
16170
16171 2005-03-23  Lute Kamstra  <lute@gnu.org>
16172
16173         * time-date.el: Add comment on time value formats.
16174         Don't require parse-time.
16175         (with-decoded-time-value): New macro.
16176         (encode-time-value): New function.
16177         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16178         (days-to-time): Return a valid time value when arg is huge.
16179         (time-since): Use time-subtract.
16180         (time-to-number-of-days): Use time-to-seconds.
16181
16182 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16183
16184         * gnus-start.el (gnus-display-time-event-handler):
16185         Check display-time-timer at runtime rather than only at load time
16186         in case display-time-mode is turned off in the mean time.
16187
16188 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16191         used.
16192
16193         * nneething.el (nneething-map-file-directory): Derive from
16194         `gnus-directory'.
16195
16196         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16197         the To/Cc button.
16198
16199 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * nnmaildir.el (nnmaildir-request-accept-article):
16202         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16203
16204 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16205
16206         * gnus-async.el: Require timer-funcs at compile time when in
16207         XEmacs for `run-with-idle-timer'.
16208
16209 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16210
16211         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16212         autoloaded function.
16213
16214 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16215
16216         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16217
16218 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16219
16220         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16221
16222 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16223
16224         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16225         Add gnus-expert-user to default.
16226
16227 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16228
16229         * nnimap.el (nnimap-open-server): Ditto.
16230
16231         * imap.el (imap-authenticate): Fix typo.
16232
16233 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16234
16235         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16236         buffer (since IMAP server might return FETCH response out of
16237         order, and the nntp buffer must be sorted).
16238
16239 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16240
16241         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16242         comparison on string.
16243
16244         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16245         (gnus-agent-score): Rename category keywords to match gnus-cus.
16246         (gnus-agent-summary-fetch-series): Modify to protect against
16247         gnus-agent-summary-fetch-group clearing processable flags.
16248         (gnus-agent-synchronize-group-flags): Update live group buffer as
16249         synchronization may occur due to the user toggle the plugged
16250         status.
16251         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16252         successfully downloaded.
16253         (gnus-agent-expire-group-1): Avoid using markers when the overview
16254         is in ascending order; greatly improves performance.
16255         (gnus-agent-regenerate-group):
16256         Use gnus-agent-synchronize-group-flags to reset read status in both
16257         gnus and server.
16258         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16259
16260 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16261
16262         * message.el: Don't autoload former message-utils variables.
16263         (message-strip-subject-trailing-was): Change doc string.
16264
16265         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16266         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16267         (nnweb-google-search): Add "hl=en" here.
16268         (nnweb-google-parse-1, nnweb-google-create-mapping):
16269         Don't hardcode URL.
16270
16271 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * message.el (message-get-reply-headers, message-followup):
16274         Mention related variables `message-use-followup-to' and
16275         `message-use-mail-followup-to', in the information buffer.
16276
16277         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16278         of broken groups(-beta).google.com.
16279
16280 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16283         parameter to invoked gnus-request-move-article; remove the
16284         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16285         all at once instead of once per article.
16286         (gnus-summary-remove-process-mark): Accept a list of articles as
16287         well as a single article for processing.
16288
16289         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16290         parameter.
16291
16292         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16293
16294         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16295
16296         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16297         parameter.
16298
16299         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16300         parameter.
16301
16302         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16303         parameter and remove the gnus-sum-hint-move-is-internal variable.
16304
16305         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16306         parameter.
16307
16308         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16309         parameter.
16310
16311         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16312         parameter.
16313
16314         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16315
16316         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16317         parameter.
16318
16319         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16320         parameter.
16321
16322 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16323
16324         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16325         a more conservative way.
16326
16327 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16328
16329         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16330         buffer, so it moves the window's cursor.
16331
16332 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16333
16334         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16335         `mm-dissect-multipart' and receive the from field as an (optional)
16336         argument from `mm-dissect-multipart'.
16337         (mm-dissect-multipart): Receive the from field as an argument and
16338         pass it on when we call `mm-dissect-buffer' on MIME parts.
16339         Fixes verification/decryption of signed/encrypted MIME parts.
16340
16341 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * gnus-sum.el (gnus-summary-move-article):
16344         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16345         whatever it calls (right now, only nnimap-request-move article
16346         respects it).
16347
16348         * nnimap.el (nnimap-request-move-article):
16349         When gnus-sum-hint-move-is-internal is set, don't do the extra
16350         nnimap-request-article.
16351
16352 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16355
16356         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16357         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16358
16359         * gnus-sum.el (gnus-summary-caesar-message):
16360         Apply `gnus-treat-article' after rotation.
16361
16362         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16363         doc string.
16364
16365 2005-02-22  Simon Josefsson  <jas@extundo.com>
16366
16367         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16368         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16369         <arne@arnested.dk>.
16370         (encrypt): Add password-cache and password-cache-expiry as group
16371         members.
16372
16373 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16374
16375         * smime.el (smime-ldap-host-list): Doc fix.
16376         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16377         cache) password.
16378         (smime-sign-region): Use it.
16379         (smime-decrypt-region): Use it.
16380         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16381         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16382         fails.
16383         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16384         certificate from DER to PEM format rather than calling openssl.
16385
16386         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16387
16388         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16389         for signing/encryption.
16390
16391         * mml.el (mml-parse-1): Use them.
16392
16393 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16394
16395         * nnrss.el (nnrss-verbose): Remove.
16396         (nnrss-request-group): Use `nnheader-message' instead.
16397
16398 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16399
16400         * nnrss.el (nnrss-verbose): New variable.
16401         (nnrss-request-group): Make it say nnrss is requesting a group.
16402
16403 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16406         Handle news URL with given port correctly.
16407
16408 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16411         containing special characters.
16412
16413         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16414
16415         * mml.el (mime-to-mml): Ditto.
16416
16417         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16418         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16419         (rfc2047-decode-region): Quote decoded words containing special
16420         characters when rfc2047-quote-decoded-words-containing-tspecials
16421         is non-nil.
16422
16423 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16426
16427         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16428
16429 2005-02-15  Simon Josefsson  <jas@extundo.com>
16430
16431         * nnimap.el (nnimap-debug): Doc fix.
16432
16433         * imap.el (imap-debug): Doc fix.
16434
16435 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16438
16439 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16440
16441         * gnus.el (spam-contents): Improve docs for spam-contents
16442         parameter in its variable incarnation.
16443
16444 2005-02-14  Simon Josefsson  <jas@extundo.com>
16445
16446         * smime-ldap.el: Use require instead of load-library for ldap.
16447         (smime-ldap-search): Indent.
16448         (smime-ldap-search-internal): Shorten line.
16449
16450         * smime.el (smime-cert-by-dns): Add doc-string.
16451         (smime-cert-by-ldap-1): Indent.
16452
16453         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16454         mml-smime-get-dns-ldap.
16455         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16456
16457 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16458
16459         * smime.el: Require smime-ldap.
16460         (smime-ldap-host-list): New variable.
16461         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16462
16463         * mml-smime.el (mml-smime-encrypt-query): New function.
16464         (mml-smime-encrypt-query): Use it.
16465
16466         * smime-ldap.el: New file.
16467
16468 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16471
16472 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16475         argument in doc string.  Make query for type more clear.
16476
16477 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * gnus.el (gnus-group-startup-message): Search for gnus images in
16480         etc/images/gnus.
16481         * mm-util.el (mm-image-load-path): Likewise.
16482         * smiley.el (smiley-data-directory): Search for smilies in
16483         etc/images/smilies.
16484
16485 2005-02-09  Kim F. Storm  <storm@cua.dk>
16486
16487         Change Emacs release version from 21.4 to 22.1 throughout.
16488         Change Emacs development version from 21.3.50 to 22.0.50.
16489
16490 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16493
16494         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16495         non-Mule XEmacs as well.
16496         (mm-decompress-buffer): Signal an error intentionally if it does
16497         not decompress compressed data because auto-compression-mode is
16498         disabled.
16499
16500 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16503         an ID in the registry even if it has no groups.
16504
16505 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16508         merge it into mm-decompress-buffer.
16509         (gnus-mime-copy-part): Use the MIME part charset, the value which
16510         a user specified or gnus-newsgroup-charset for decoding, like
16511         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16512         save-buffer what was used.  Suggested by Kevin Ryde
16513         <user42@zip.com.au>.
16514         (gnus-mime-inline-part): Allow the name parameter as well as the
16515         filename parameter; force decompressing of compressed data; always
16516         display contents being not decoded as unibyte.
16517
16518         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16519         as well as the filename parameter.
16520
16521         * mm-util.el (mm-decompress-buffer):
16522         Merge gnus-mime-jka-compr-maybe-uncompress.
16523         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16524         of compressed data.
16525
16526 2005-02-08  Simon Josefsson  <jas@extundo.com>
16527
16528         * imap.el (imap-log): Doc fix.
16529
16530 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16533         the coding cookies; decompress compressed parts.
16534
16535         * mml.el (mml-generate-mime-1): Add the charset parameter according
16536         to the value which a user specified manually or the coding cookie.
16537
16538         * mm-util.el (mm-string-to-multibyte): New function.
16539         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16540         (mm-coding-system-to-mime-charset): New function.
16541         (mm-decompress-buffer): New function.
16542         (mm-find-buffer-file-coding-system): New function.
16543
16544         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16545         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16546         parts.
16547
16548 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16549
16550         * mm-view.el (mm-display-inline-fontify): Decode a part according
16551         to the charset parameter.
16552
16553 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16556         prefix arg is neither nil nor a number, as info specifies.
16557
16558 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16561         timestamps.
16562
16563 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16564
16565         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16566         groups error checking and notify user.
16567
16568 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16569
16570         * message.el (message-send-mail-function): Check existence of
16571         sendmail-program first before using default value
16572         `message-send-mail-with-sendmail'.  Otherwise use more generic
16573         `smtpmail-send-it'.
16574
16575 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * nntp.el (nntp-request-update-info): Always return nil.
16578
16579 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16580
16581         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16582
16583 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16584
16585         * message.el (message-beginning-of-line): Change the behavior when
16586         invoked between BOL and : so that it first moves backward.
16587
16588 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16591         article buffer when editing of the article is discarded.
16592         (gnus-article-prepare): Revert.
16593
16594 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-article-prepare):
16597         Remove message-strip-forbidden-properties from the local hook.
16598
16599 2005-01-27  Simon Josefsson  <jas@extundo.com>
16600
16601         * password.el (password-cache-add): Only start one timer per key.
16602         Reported by Derek Atkins <warlord@MIT.EDU>.
16603
16604 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16605
16606         * run-at-time.el: Remove.  It is no longer needed as
16607         timer-funcs.el in the xemacs-base package has a working version of
16608         `run-at-time'.
16609
16610         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16611
16612         * password.el: Require timer-funcs instead of run-at-time in
16613         XEmacs.
16614         Remove `password-run-at-time' macro.
16615         (password-cache-add): Use `run-at-time' instead of
16616         `password-run-at-time'.
16617
16618         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16619         Remove `nnheader-cancel-function-timers' alias,
16620         `cancel-function-timers' exists in XEmacs in timer-funcs.
16621
16622         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16623         for `run-with-idle-timer'.
16624
16625         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16626         for `run-at-time'.
16627
16628         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16629         for `with-timeout'.
16630
16631         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16632         the same as for XEmacs 21.4.
16633         No need to ignore `run-with-idle-timer', this function exists in
16634         XEmacs now in timer-funcs.el in the xemacs-base package.
16635         (dgnushack-compile): No need to delete
16636         run-at-time.el from the list of files to compile because it
16637         doesn't exist anymore.
16638
16639 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16642         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16643
16644 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16645
16646         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16647         sensitively.
16648
16649 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16650
16651         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16652
16653 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16656         which will be inserted according to the multibyteness of a buffer
16657         rather than the type of contents.  Suggested by ARISAWA Akihiro
16658         <ari@mbf.ocn.ne.jp>.
16659
16660         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16661         of string which old xml.el may return rather than a string.
16662
16663 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16666
16667 2005-01-16  Simon Josefsson  <jas@extundo.com>
16668
16669         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16670         idn/idna.el isn't available.
16671         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16672         <michael@waxrat.com>.
16673
16674         * hashcash.el: Remove non-FSF copyright header.
16675
16676         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16677         (hashcash-generate-payment): Use it.
16678         (hashcash-generate-payment-async): Use it.
16679
16680 2005-01-15  Simon Josefsson  <jas@extundo.com>
16681
16682         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16683         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16684
16685         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16686         gnus-summary-idna-message.
16687         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16688         (gnus-summary-idna-message): New function.
16689
16690 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16693         gnus-novice-user.
16694
16695 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * nnrss.el (nnrss-request-delete-group): Delete entries in
16698         nnrss-group-alist as well.
16699         (nnrss-save-server-data): Insert newline.
16700
16701 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * gnus.el (gnus-user-agent): Use list of symbols instead of
16704         symbols.  Display full version number for (S)XEmacs.
16705         Optionally display (S)XEmacs codename.
16706
16707         * gnus-util.el (gnus-emacs-version): Update for new
16708         `gnus-user-agent'.
16709
16710         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16711         Gnus version.
16712
16713 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16716         which is unreadable in some setups.
16717
16718 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus-spec.el (gnus-update-format-specifications): Flush the
16721         group format spec cache if it doesn't support decoded group names.
16722
16723 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16726         Allow to apply decay on score files matching a regexp.
16727
16728 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16731         compatibility in %g and %c.
16732
16733 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16736         name for only %g and %c.
16737         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16738         of gnus-tmp-group to decoded group name.
16739         (gnus-group-make-rss-group): Exclude `/'s from group names.
16740
16741 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * nnrss.el (nnrss-get-encoding): Fix regexp.
16744
16745 2004-12-27  Simon Josefsson  <jas@extundo.com>
16746
16747         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16748         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16749         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16750
16751 2004-12-17  Kim F. Storm  <storm@cua.dk>
16752
16753         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16754
16755         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16756
16757 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16758
16759         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16760
16761 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * nnrss.el: Require rfc2047 and mml.
16764         (nnrss-file-coding-system): New variable.
16765         (nnrss-format-string): Redefine it as an inline function.
16766         (nnrss-decode-group-name): New function.
16767         (nnrss-string-as-multibyte): Remove.
16768         (nnrss-retrieve-headers): Decode group name; don't use
16769         nnrss-format-string.
16770         (nnrss-request-group): Decode group name.
16771         (nnrss-request-article): Decode group name; allow a Message-ID as
16772         well as an article number; don't use nnrss-format-string; encode a
16773         Message-ID string which may contain non-ASCII characters; use
16774         mml-to-mime to compose a MIME article.
16775         (nnrss-request-expire-articles): Decode group name.
16776         (nnrss-request-delete-group): Decode group name.
16777         (nnrss-fetch): Clarify error message.
16778         (nnrss-read-server-data): Use insert-file-contents instead of load;
16779         bind file-name-coding-system; use multibyte buffer.
16780         (nnrss-save-server-data): Bind coding-system-for-write to the
16781         value of nnrss-file-coding-system; bind file-name-coding-system;
16782         add coding cookie.
16783         (nnrss-read-group-data): Use insert-file-contents instead of load;
16784         bind file-name-coding-system; use multibyte buffer.
16785         (nnrss-save-group-data): Bind coding-system-for-write to the
16786         value of nnrss-file-coding-system; bind file-name-coding-system.
16787         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16788         make it work with non-ASCII text.
16789         (nnrss-find-el): Make it work with old xml.el as well.
16790
16791 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16792
16793         * nnrss.el (nnrss-get-encoding): New function.
16794         (nnrss-fetch): Use unibyte buffer initially; bind
16795         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16796         decode contents according to the encoding attribute.
16797         (nnrss-save-group-data): Add coding cookie.
16798         (nnrss-mime-encode-string): New function.
16799         (nnrss-check-group): Use it to encode subject and author.
16800
16801 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16802
16803         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16804         imaginary variable.
16805
16806 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16809         correctly even if there are wide characters.
16810
16811 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16812
16813         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16814         downcased symbol names; make a new cache instead of reusing
16815         bbdb-hashtable.
16816
16817 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16820         concatenating segments rather than before concatenating them.
16821         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16822
16823         * message.el (message-get-reply-headers): Bind `extra'.
16824
16825 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16826
16827         * message.el (message-extra-wide-headers): New variable.
16828         (message-get-reply-headers): Use it.
16829
16830 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16833         (gnus-agent-group-pathname): Ditto.
16834
16835         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16836
16837         * gnus-group.el (gnus-group-make-group): Decode group name.
16838         (gnus-group-make-rss-group): Register the group data after opening
16839         the nnrss group.
16840
16841 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16842
16843         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16844         by expiry now get marked as read.
16845
16846 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16849
16850 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16851
16852         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16853         unify Latin characters in XEmacs.
16854         (mm-find-mime-charset-region): Use it.
16855
16856 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * gnus-util.el (gnus-delete-directory): New function.
16859
16860         * gnus-agent.el (gnus-agent-delete-group): Use it.
16861
16862         * gnus-cache.el (gnus-cache-delete-group): Use it.
16863
16864 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16867         names.
16868
16869 2004-12-16  Simon Josefsson  <jas@extundo.com>
16870
16871         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16872
16873 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16876
16877         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16878         (gnus-group-set-current-level): Decode group name.
16879
16880 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16881
16882         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16883         failed.
16884
16885 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-group.el (gnus-group-delete-group): Decode group name.
16888         (gnus-group-make-rss-group): Encode group name.
16889         (gnus-group-catchup-current): Decode group name.
16890         (gnus-group-kill-group): Decode group name.
16891
16892 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16893
16894         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16895
16896 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-group.el (gnus-group-make-rss-group):
16899         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16900
16901         * gnus-start.el (gnus-setup-news): Honor user's setting to
16902         gnus-message-archive-method.  Suggested by Lute Kamstra
16903         <lute@gnu.org>.
16904
16905 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16906
16907         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16908         global counterparts of the buffer-local variables.
16909
16910 2004-11-16  Romain Francoise  <romain@orebokech.com>
16911
16912         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16913         counterparts of the buffer-local variables.
16914
16915 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * message.el (message-forbidden-properties): Fix typo in doc
16918         string.
16919
16920 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16921
16922         * gnus-util.el (gnus-replace-in-string): Add doc string.
16923
16924         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16925         to avoid problems when splitting mails with many recipients.
16926
16927 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16928
16929         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16930         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16931
16932 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16933
16934         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16935         if there is no hashtable in memory or file modification time is
16936         newer than cached timestamp.
16937
16938 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * gnus-sum.el (gnus-summary-limit-to-recipient):
16941         Implement not-matching option.
16942
16943 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16946         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16947         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16948         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16949         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16950         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16951
16952 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * message.el (message-forward-make-body-mml): Remove headers
16955         according to message-forward-ignored-headers if a message is decoded.
16956
16957 2004-12-02  Romain Francoise  <romain@orebokech.com>
16958
16959         * message.el (message-forward-make-body-plain): Always remove
16960         headers according to message-forward-ignored-headers.
16961
16962 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el (spam-summary-prepare-exit): Remove the
16965         gnus-summary-limit pop for now, it has problems with ham marks for
16966         me.
16967
16968 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16971         correctly.
16972
16973 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16974
16975         * format-spec.el (format-spec): Message the char.
16976
16977 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16978
16979         * gnus-art.el (gnus-split-methods): Reformat comments.
16980
16981         * spam.el (spam-summary-prepare-exit): Remove article limits
16982         before exiting the summary buffer.
16983
16984 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16987         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16988
16989         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16990         order to silence the byte compiler.
16991
16992         * spam.el: Fix the way to silence the byte compiler, which
16993         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16994         bbdb-search-simple, spam-BBDB-register-routine,
16995         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16996         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16997         spam-stat-buffer-is-spam, spam-stat-load,
16998         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16999         spam-stat-save and spam-stat-split-fancy.
17000
17001 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17004         which may confuse users.
17005         (canlock-password-for-verify): Ditto.
17006
17007         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17008
17009         * gnus-art.el (gnus-emphasis-alist): Ditto.
17010
17011         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17012
17013         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17014
17015         * gnus-start.el (gnus-save-killed-list): Ditto.
17016
17017         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17018         (gnus-sum-thread-tree-root): Ditto.
17019         (gnus-sum-thread-tree-false-root): Ditto.
17020         (gnus-sum-thread-tree-single-indent): Ditto.
17021
17022         * message.el (message-courtesy-message): Ditto.
17023         (message-archive-note): Ditto.
17024         (message-subscribed-address-file): Ditto.
17025         (message-user-fqdn): Ditto.
17026
17027         * spam-report.el (spam-report-gmane-regex): Ditto.
17028
17029         * spam.el (spam-blackhole-good-server-regex): Ditto.
17030
17031 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * mml.el (mml-preview): Widen the message buffer before copying
17034         the contents to the preview buffer; sort headers before previewing.
17035
17036         * message.el (message-hidden-headers): Fix the way to avoid a bug
17037         in the `repeat' widget in Emacs 21.3 or earlier.
17038
17039 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * message.el (message-hidden-headers): Default to "^References:".
17042         Improve customization type.  Suggested by Reiner Steib
17043         <Reiner.Steib@gmx.de>.
17044
17045 2004-11-25  Romain Francoise  <romain@orebokech.com>
17046
17047         * message.el (message-strip-forbidden-properties): Remove check for
17048         obsolete `message-hidden' text property, hidden headers are not
17049         accessible in the buffer anymore.
17050
17051 2004-11-22  Romain Francoise  <romain@orebokech.com>
17052
17053         * message.el (message-header-format-alist): Add `From' in list
17054         so that it can be sorted.
17055         (message-fix-before-sending): Widen and sort headers before
17056         sending.
17057         (message-hide-headers): Use narrowing to hide headers by moving
17058         them to the top of the buffer and narrowing to the region
17059         underneath.
17060
17061 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17062
17063         * message.el (message-strip-forbidden-properties):
17064         Bind buffer-read-only (etc) to nil.
17065
17066 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17069         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17070
17071 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17072
17073         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17074
17075 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17076
17077         * dns.el (query-dns): Use sit-for to time instead of
17078         accept-process-output, since that doesn't seem to work on udp
17079         sockets.
17080
17081 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17084
17085 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17086
17087         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17088         doc string.  Improve doc string.
17089
17090 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * nntp.el (nntp-request-update-info): Return nil if
17093         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17094         may not call gnus-activate-group which uselessly issues the GROUP
17095         commands for all nntp groups and wastes time.  Reported by Romain
17096         Francoise <romain@orebokech.com>.
17097
17098         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17099
17100 2004-11-15  Simon Josefsson  <jas@extundo.com>
17101
17102         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17103         headers separately.
17104         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17105         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17106
17107 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17108
17109         * gnus-start.el (gnus-convert-old-newsrc):
17110         Assign legacy-gnus-agent to 5.10.7.
17111
17112 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17115         start of the lines.
17116
17117 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17118
17119         * hashcash.el (hashcash-default-payment): Change default to 20.
17120         (hashcash-default-accept-payment): Change default to 20.
17121         (hashcash-process-alist): New variable.
17122         (hashcash-generate-payment-async): Add.
17123         (hashcash-already-paid-p): Add.
17124         (hashcash-insert-payment): Don't generate payments twice.
17125         (hashcash-insert-payment-async): Add.
17126         (hashcash-insert-payment-async-2): Add.
17127         (hashcash-cancel-async): Add.
17128         (hashcash-wait-async): Add.
17129         (hashcash-processes-running-p): Add.
17130         (hashcash-wait-or-cancel): Add.
17131         (mail-add-payment): New optional argument.  Conditionally start
17132         asynchronous calculation.
17133         (mail-add-payment-async): Add.
17134
17135         * message.el (message-send-mail): Wait for asynchronous hashcash
17136         results.  Don't clobber existing X-Hashcash headers.
17137         (message-setup-1): Call mail-add-payment-async when
17138         message-generate-hashcash is non-nil.
17139
17140 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17141
17142         * message.el (message-use-alternative-email-as-from): Examine the
17143         From header as well; use message-make-from in order to include a
17144         user's full name.
17145
17146 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17149         default; improve customization type.
17150         (gnus-emphasis-custom-with-format): New macro.
17151         (gnus-emphasis-custom-value-to-external): New function.
17152         (gnus-emphasis-custom-value-to-internal): New function.
17153
17154 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17155
17156         * dns.el (query-dns): Resolve reverse addresses.
17157
17158 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * gnus-group.el (gnus-group-get-new-news): Use it.
17161
17162         * gnus-start.el (gnus-check-reasonable-setup): New function.
17163
17164 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17167         "Args out of range" error.  Reported by Arnaud Giersch
17168         <arnaud.giersch@free.fr>.
17169
17170 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17171
17172         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17173
17174 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17175
17176         * spam.el (spam group): Add :version.
17177
17178         * pgg-def.el (pgg group): Add :version.
17179
17180 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-art.el (gnus-article-edit-article): Don't associate the
17183         article buffer with a draft file.  This is a temporary measure
17184         against the 2004-08-22 change to gnus-article-edit-mode.
17185
17186 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17189         (html2text-format-tags): Remove unused variable `attr'.
17190
17191 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17192
17193         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17194
17195         * tls.el (tls-process-connection-type, tls-success)
17196         (tls-certtool-program): Add :version.
17197
17198         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17199         (starttls-extra-arguments, starttls-process-connection-type)
17200         (starttls-connect, starttls-failure, starttls-success): Add :version.
17201
17202         * spam-stat.el (spam-stat): Add :version.
17203
17204         * sieve.el (sieve): Add :version.
17205
17206         * sha1.el (sha1): Add :version.
17207         (sha1-use-external): Remove redundant version.
17208
17209         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17210         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17211         (nnmail-split-fancy-match-partial-words)
17212         (nnmail-split-lowercase-expanded): Add :version.
17213
17214         * nndiary.el (nndiary): Add :version.
17215
17216         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17217
17218         * mml-sec.el (mml-default-sign-method)
17219         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17220         Add :version.
17221
17222         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17223
17224         * mm-url.el (mm-url-use-external, mm-url-program)
17225         (mm-url-arguments): Add :version.
17226
17227         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17228         (mm-attachment-file-modes, mm-decrypt-option)
17229         (mm-w3m-safe-url-regexp): Add :version.
17230
17231         * message.el (message-cite-prefix-regexp)
17232         (message-sendmail-envelope-from, message-minibuffer-local-map)
17233         (message-user-fqdn, message-completion-alist): Add :version.
17234
17235         * gnus-win.el (gnus-configure-windows-hook)
17236         (gnus-use-frames-on-any-display): Add :version.
17237
17238         * gnus-art.el (gnus-article-address-banner-alist)
17239         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17240         (gnus-treat-from-picon, gnus-treat-mail-picon)
17241         (gnus-treat-x-pgp-sig): Add :version.
17242
17243         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17244         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17245         (gnus-summary-article-delete-hook)
17246         (gnus-summary-display-while-building): Add :version.
17247
17248         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17249         (gnus-get-top-new-news-hook): Add :version.
17250
17251         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17252         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17253
17254         * gnus-registry.el (gnus-registry): Add :version.
17255
17256         * gnus-spec.el (gnus-use-correct-string-widths)
17257         (gnus-make-format-preserve-properties): Add :version.
17258
17259         * gnus.el (gnus-group-charter-alist)
17260         (gnus-group-fetch-control-use-browse-url)
17261         (gnus-install-group-spam-parameters): Add :version.
17262
17263         * gnus-diary.el (gnus-diary): Add :version.
17264
17265         * gnus-delay.el (gnus-delay): Add :version.
17266
17267         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17268         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17269         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17270         Add :version.
17271
17272         * gnus-agent.el (gnus-agent-max-fetch-size)
17273         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17274         (gnus-agent-prompt-send-queue): Add :version.
17275
17276         * deuglify.el (gnus-outlook-deuglify): Add :version.
17277
17278         * html2text.el: Beautify code.  Improve doc strings.
17279         Some checkdoc cleanup.
17280         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17281
17282 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17283
17284         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17285
17286 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17289         when package is loaded.
17290
17291         * spam.el (spam-summary-score-preferred-header): Add global preference
17292         for people who want to override the default SpamAssassin over
17293         Bogofilter preference (when both are set).
17294         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17295         (spam-user-format-function-S):
17296         Check spam-summary-score-preferred-header.
17297         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17298         (spam-user-format-function-S): Format the score correctly.
17299
17300 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17303         signature file.  Suggested by Manoj Srivastava
17304         <srivasta@golden-gryphon.com>.
17305
17306         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17307         iso-2022-jp even in the Japanese language environment.
17308         Suggested by Jason Rumney <jasonr@gnu.org>.
17309
17310 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17313         use the same characters as the dummy marks; make it free from
17314         getting affected by the language environment.
17315         (gnus-summary-read-group-1): Update mark positions only when the
17316         format spec is updated.
17317
17318         * gnus-spec.el (gnus-update-format-specifications): Return a list
17319         of updated types.
17320
17321 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17324         of boundp to check if display-warning is available.
17325
17326 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17329
17330 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * nnspool.el (nnspool-spool-directory): Use news-path if the
17333         news-directory variable is not bound.
17334
17335         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17336         function instead of display-warning if it is not available.
17337
17338 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17339
17340         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17341         v5-10: Use `point-at-bol'.
17342
17343 2004-10-26  Simon Josefsson  <jas@extundo.com>
17344
17345         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17346         <chenggao@gmail.com>.
17347
17348 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17351         instead.
17352
17353 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17354
17355         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17356         to remove a server from the nnimap-server-buffer-alist.
17357         (nnimap-open-connection, nnimap-close-server): Use it.
17358
17359         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17360
17361 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17364         running the major-mode function.
17365
17366 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17369         dummy marks in the right way.
17370
17371 2004-10-18  David Edmondson  <dme@dme.org>
17372
17373         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17374         excessively.
17375
17376 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17377
17378         * gnus-util.el (gnus-split-references): Accept a nil references
17379         string and go on blissfully.
17380
17381         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17382         cases where the references string is non-nil but has no references.
17383
17384         * encrypt.el: Add autoload tags.
17385
17386         * spam.el (spam-resolve-registrations-routine): Remove article
17387         from unregistration list too.  Reported by David Hanak
17388         <dhanak@isis.vanderbilt.edu>
17389
17390 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17393         nil.  Change custom type.
17394
17395 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17398
17399         * gnus-sum.el (gnus-summary-move-article): Use it.
17400
17401 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * encrypt.el: Add autoload cookies.
17404
17405         * spam.el (spam-backend-article-list-property)
17406         (spam-backend-get-article-todo-list)
17407         (spam-backend-put-article-todo-list)
17408         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17409         Resolve registrations separately.
17410         (spam-register-routine): Format comments.
17411         (spam-unregister-routine, spam-register-routine): Always call with
17412         specific-articles, no default list.
17413         (spam-summary-prepare-exit): Use the spam-classifications function.
17414
17415         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17416         gnus-encrypt.el.
17417
17418         * encrypt.el: Copied from gnus-encrypt.el.
17419
17420         * gnus-encrypt.el: Commented that it's obsolete.
17421
17422 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17423
17424         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17425         (gnus-score-save): Use it.
17426
17427         * message.el (message-bury): Use `window-dedicated-p'.
17428
17429 2004-10-15  Simon Josefsson  <jas@extundo.com>
17430
17431         * pop3.el (top-level): Don't require nnheader.
17432         (pop3-read-timeout): Add.
17433         (pop3-accept-process-output): Add.
17434         (pop3-read-response, pop3-retr): Use it.
17435
17436 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17437
17438         * spam.el (spam-register-routine): Move comment.
17439         (spam-verify-bogofilter): Use 'unknown for the initial
17440         spam-bogofilter-valid state, not 'never.
17441
17442         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17443         for netrc-machine.
17444
17445         * nnimap.el (nnimap-open-connection):
17446         Use netrc-machine-user-or-password.
17447
17448 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17449
17450         * gnus-registry.el (gnus-registry-unload-hook):
17451         Set as a variable with add-hook.
17452
17453         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17454         of news-path.
17455
17456         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17457
17458         * spam.el: Delete duplicate `provide'.
17459         (spam-unload-hook): Set as a variable with add-hook.
17460
17461 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17462
17463         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17464         in the doc string.
17465
17466         * message.el (message-ignored-news-headers)
17467         (message-ignored-supersedes-headers)
17468         (message-ignored-resent-headers)
17469         (message-forward-ignored-headers): Improve custom type.
17470
17471 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * message.el (message-tokenize-header): Fix 2004-09-06 change
17474         which used point-min in the wrong place.
17475
17476 2004-10-12  Simon Josefsson  <jas@extundo.com>
17477
17478         * tls.el (tls-certtool-program): New variable.
17479         (tls-certificate-information): New function, based on
17480         ssl-certificate-information.
17481
17482 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * compface.el: Move the version of ELisp-based uncompface program
17485         to the contrib directory because of the copyright problem.
17486
17487 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * message.el (message-kill-buffer): Raise the current frame.
17490
17491 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17494
17495         * gnus.el (message-y-or-n-p): Autoload.
17496
17497         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17498         (pop3-password-required, pop3-authentication-scheme)
17499         (pop3-leave-mail-on-server): Make customizable.
17500         (pop3): New custom group.
17501         (pop3-retr): Remove `sleep-for' statements.
17502         Suggested by Dave Love <fx@gnu.org>.
17503
17504         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17505         Windows/DOS.
17506
17507         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17508         (imap-parse-body): Fix incorrect use of `assert'.
17509         Suggested by Dave Love <fx@gnu.org>.
17510
17511         * mml.el (mml-minibuffer-read-disposition): Require match.
17512         Suggested by Dave Love <fx@gnu.org>.
17513
17514 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17515
17516         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17517         doc string.
17518
17519 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17522
17523 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17524
17525         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17526         instead of calling `mm-insert-inline', to decode text/* parts
17527         before displaying them.
17528
17529 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * mm-uu.el (mm-uu-text-plain-type): New variable.
17532         (mm-uu-pgp-signed-extract-1): Use it.
17533         (mm-uu-pgp-encrypted-extract-1): Use it.
17534         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17535         bind mm-uu-text-plain-type with that value.
17536         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17537         mm-uu-dissect.
17538
17539 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-group.el (gnus-update-group-mark-positions):
17542         * gnus-sum.el (gnus-update-summary-mark-positions):
17543         * message.el (message-check-news-body-syntax):
17544         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17545         of string-as-multibyte.
17546
17547 2004-10-05  Juri Linkov  <juri@jurta.org>
17548
17549         * gnus-group.el (gnus-update-group-mark-positions):
17550         * gnus-sum.el (gnus-update-summary-mark-positions):
17551         * message.el (message-check-news-body-syntax):
17552         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17553         8-bit unibyte values to a multibyte string for search functions.
17554
17555 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17558         (mm-uu-dissect-text-parts): New function.
17559
17560         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17561         dissect text parts.
17562
17563         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17564         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17565
17566         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17567
17568         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17569         Use gnus-current-topics instead of gnus-current-topic.
17570
17571 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17574
17575 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17576
17577         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17578         where approriate.
17579
17580         * nnml.el (nnml-generate-active-info): do.
17581
17582         * nndiary.el (nndiary-generate-active-info): do.
17583
17584         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17585         (gnus-topic-move): do.
17586
17587         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17588         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17589
17590         * gnus-srvr.el (gnus-server-prepare)
17591         (gnus-server-open-all-servers): do.
17592
17593         * gnus-msg.el (gnus-summary-cancel-article)
17594         (gnus-summary-resend-message)
17595         (gnus-summary-mail-crosspost-complaint): do.
17596
17597         * gnus-move.el (gnus-change-server): do.
17598
17599         * gnus-group.el (gnus-group-unmark-all-groups)
17600         (gnus-group-set-current-level): do.
17601
17602 2004-10-04  Simon Josefsson  <jas@extundo.com>
17603
17604         * message.el (message-generate-hashcash): Doc fix.
17605
17606 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17607
17608         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17609         avoid infinite recursion via gnus-get-function.
17610
17611 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17612
17613         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17614
17615         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17616
17617         * nnmail.el (nnmail-split-history): do.
17618
17619         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17620         (nnml-request-delete-group): do.
17621
17622         * nnslashdot.el (nnslashdot-read-groups): do.
17623
17624         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17625         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17626
17627         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17628         (nnspool-sift-nov-with-sed): Use last.
17629         (nnspool-retrieve-headers-with-nov): Use mapc.
17630         (nnspool-request-newgroups): Use dolist.
17631         (nnspool-request-group): Use last.
17632
17633         * nntp.el (nntp-read-server-type): Use dolist.
17634
17635         * nnvirtual.el (nnvirtual-create-mapping)
17636         (nnvirtual-update-read-and-marked): Use dolist.
17637         (nnvirtual-convert-headers): Simplify.
17638
17639 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17640
17641         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17642         Add support for sync'ing tick marks.
17643
17644 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17647         there's no visible header.
17648
17649 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17650
17651         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17652         When necessary, pass full group name to gnus-request-set-marks.
17653
17654 2004-10-01  Simon Josefsson  <jas@extundo.com>
17655
17656         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17657         acroread.
17658
17659 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17660
17661         * spam-report.el (spam-report-gmane): Fix interactive.
17662
17663         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17664
17665         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17666         when writing file.
17667         (gnus-agent-synchronize-flags): Don't default to being
17668         interactive.
17669
17670 2004-09-30  Simon Josefsson  <jas@extundo.com>
17671
17672         * message.el (message-generate-hashcash): Add.
17673         (message-send-mail): Use it, call mail-add-payment.
17674
17675 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17676
17677         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17678
17679 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17680
17681         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17682         gnus-requst-update-info with explicit code to sync the in-memory
17683         info read flags with the marks being sync'd to the backend.
17684
17685         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17686
17687 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * spam.el (spam-verify-bogofilter): Add new function.
17690         (spam-check-bogofilter)
17691         (spam-bogofilter-register-with-bogofilter): Use it.
17692         (spam-verify-bogofilter): Add small fixes.
17693
17694 2004-09-28  Simon Josefsson  <jas@extundo.com>
17695
17696         * hashcash.el (hashcash-generate-payment): Revert.
17697
17698 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17699
17700         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17701         Use gnus-extract-references instead of gnus-split-references.
17702
17703         * gnus-util.el (gnus-extract-references): Add new function, analogous
17704         to gnus-split-references but extracts only the message-ID without
17705         anything extra.
17706
17707         * hashcash.el (hashcash-generate-payment)
17708         (hashcash-check-payment): Do the right thing if hashcash-path is
17709         nil (because the hashcash program could not be found).
17710
17711         * spam.el (spam-use-hashcash): Remove comment.
17712
17713 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17716         (gnus-cache-enter-article, gnus-cache-remove-article)
17717         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17718
17719         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17720
17721         * gnus-art.el (article-hide-boring-headers)
17722         (article-translate-strings, article-display-face)
17723         (gnus-article-mime-match-handle-first)
17724         (gnus-article-highlight-headers)
17725         (gnus-article-add-buttons-to-head): do.
17726
17727 2004-09-27  Simon Josefsson  <jas@extundo.com>
17728
17729         * hashcash.el: New version, from
17730         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17731         ../contrib/.
17732
17733 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17736
17737 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * gnus-dup.el (gnus-dup-open): Use mapc.
17740         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17741
17742         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17743         Reported by Stefan Wiens <s.wi@gmx.net>.
17744
17745         * gnus.el (gnus-shutdown): Use dolist.
17746
17747         * gnus-undo.el (gnus-undo): Use mapc.
17748
17749         * nnrss.el (nnrss-generate-active): do.
17750
17751         * message.el (message-cite-original-without-signature)
17752         (message-cite-original): Use mapc.
17753         (message-do-actions, message-make-forward-subject): Use dolist.
17754
17755 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17756
17757         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17758         deletion to remove entire duplicate line.  Fixes merged article
17759         number bug.
17760
17761 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17762
17763         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17764         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17765         first ask if you want to open a server and then, even when you
17766         responded with no, asking if you want to synchronize the server's
17767         flags.
17768         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17769         multi-line expressions.
17770         (gnus-agent-synchronize-group-flags): New internal function.
17771         Updates marks in memory (in the info structure) AND in the
17772         backend.
17773
17774         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17775
17776         * nnagent.el (nnagent-request-set-mark):
17777         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17778         method, to ensure that synchronization updates marks in the
17779         backend and in the info (in memory) structure.
17780
17781 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17784         convention fully; don't miss the root article of a thread; make
17785         the X-Draft-From header with correct article numbers.
17786
17787 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17788
17789         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17790         unless plugged.  Disable the agent so that an open failure causes
17791         an error.
17792
17793         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17794         Revert 2004-09-21 change.  The backend must be opened while
17795         synchronizing flags even when the backend stores the flags
17796         locally.
17797
17798 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17799
17800         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17801         in `header' match.  Reported by Svend Tollak Munkejord.
17802
17803         * message.el (message-cite-original): Fix use of
17804         `message-cite-articles-with-x-no-archive'.
17805
17806 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17809         (gnus-window-to-buffer): Ditto.
17810
17811         * mml.el (mml-preview-buffer): New variable.
17812         (mml-preview): Manage window layout with gnus-buffer-configuration.
17813
17814         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17815         X-Draft-From header even if those articles aren't quoted.
17816
17817 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17818
17819         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17820         (gnus-request-set-mark, gnus-request-update-mark): Use new
17821         g-s-t-u-l-m to decide to use backend even when unplugged.
17822
17823 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17826         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17827
17828 2004-09-20  Simon Josefsson  <jas@extundo.com>
17829
17830         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17831         "utf-16-le".
17832
17833 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17834
17835         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17836
17837 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17838
17839         * uudecode.el (uudecode-use-external): Add :version.
17840
17841         * smime.el (smime-CA-file, smime-encrypt-cipher)
17842         (smime-dns-server): Add :version.
17843
17844         * smiley.el (gnus-smiley-file-types): Add :version.
17845
17846         * sha1.el (sha1-use-external): Add :version.
17847
17848         * pgg-def.el (pgg-query-keyserver): Add :version.
17849
17850         * nnmail.el (nnmail-fancy-expiry-targets)
17851         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17852         Add :version.
17853
17854         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17855         (nnimap-retrieve-groups-asynchronous): Add :version.
17856         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17857
17858         * mml.el (mml-content-disposition-parameters)
17859         (mml-insert-mime-headers-always): Add :version.
17860
17861         * mm-util.el (mm-coding-system-priorities): Add :version.
17862
17863         * mm-decode.el (mm-inline-text-html-with-images)
17864         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17865         (mm-verify-option): Add :version.
17866         (mm-text-html-renderer): Change :version.
17867
17868         * message.el (message-fcc-externalize-attachments)
17869         (message-required-headers, message-draft-headers)
17870         (message-subject-trailing-was-query)
17871         (message-subject-trailing-was-ask-regexp)
17872         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17873         (message-mark-insert-end, message-archive-header)
17874         (message-archive-note, message-cross-post-default)
17875         (message-cross-post-note, message-followup-to-note)
17876         (message-cross-post-note-function, message-use-mail-followup-to)
17877         (message-subscribed-address-functions)
17878         (message-subscribed-address-file, message-subscribed-addresses)
17879         (message-subscribed-regexps, message-allow-no-recipients)
17880         (message-yank-cited-prefix, message-signature-insert-empty-line)
17881         (message-hidden-headers, message-hierarchical-addresses)
17882         (message-mail-user-agent, message-use-idna)
17883         (message-valid-fqdn-regexp)
17884         (message-strip-special-text-properties, message-header-synonyms)
17885         (message-beginning-of-line, message-tab-body-function): Add :version.
17886         (message-insert-canlock, message-wide-reply-confirm-recipients):
17887         Change :version.
17888
17889         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17890         and :version.
17891         (mail-source-delete-old-incoming-confirm)
17892         (mail-source-movemail-program): Add :version.
17893
17894         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17895         (gnus-agent-cache, gnus-agent): Change :version.
17896
17897         * gnus-util.el (gnus-use-byte-compile): Change :version.
17898
17899         * gnus-sum.el (gnus-summary-make-false-root-always)
17900         (gnus-summary-default-high-score)
17901         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17902         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17903         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17904         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17905         (gnus-sum-thread-tree-single-indent)
17906         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17907         (gnus-sum-thread-tree-leaf-with-other)
17908         (gnus-sum-thread-tree-single-leaf): Add :version.
17909         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17910         (gnus-article-loose-mime): Change :version.
17911
17912         * gnus-start.el (gnus-backup-startup-file)
17913         (gnus-save-startup-file-via-temp-buffer): Add :version.
17914
17915         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17916         (gnus-server-offline-face): Add :version.
17917
17918         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17919
17920         * gnus-msg.el (gnus-gcc-externalize-attachments)
17921         (gnus-debug-files, gnus-debug-exclude-variables)
17922         (gnus-discouraged-post-methods): Change :version.
17923         (gnus-confirm-mail-reply-to-news)
17924         (gnus-confirm-treat-mail-like-news): Add :version.
17925
17926         * gnus-int.el (gnus-server-unopen-status): Add :version.
17927
17928         * gnus-group.el (gnus-group-jump-to-group-prompt)
17929         (gnus-large-ephemeral-newsgroup)
17930         (gnus-fetch-old-ephemeral-headers): Add :version.
17931
17932         * gnus-fun.el (gnus-x-face-directory)
17933         (gnus-convert-pbm-to-x-face-command)
17934         (gnus-convert-image-to-x-face-command)
17935         (gnus-convert-image-to-face-command): Add :version.
17936
17937         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17938
17939         * gnus-cite.el (gnus-cite-blank-line-after-header)
17940         (gnus-article-boring-faces): Add :version.
17941
17942         * gnus-art.el (gnus-buttonized-mime-types)
17943         (gnus-inhibit-mime-unbuttonizing)
17944         (gnus-treat-display-face)
17945         (gnus-treat-body-boundary): Change :version.
17946         (gnus-body-boundary-delimiter, gnus-picon-databases)
17947         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17948         (gnus-treat-date-english, gnus-treat-fold-headers)
17949         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17950         (gnus-treat-mail-picon, gnus-treat-wash-html)
17951         (gnus-article-encrypt-protocol)
17952         (gnus-use-idna, gnus-article-over-scroll)
17953         (gnus-mime-display-multipart-alternative-as-mixed)
17954         (gnus-mime-display-multipart-related-as-mixed)
17955         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17956         (gnus-ctan-url, gnus-button-ctan-handler)
17957         (gnus-button-handle-ctan-bogus-regexp)
17958         (gnus-button-ctan-directory-regexp)
17959         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17960         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17961         (gnus-button-man-level, gnus-button-emacs-level)
17962         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17963
17964         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17965         (gnus-agent-go-online): Change :version.
17966         (gnus-agent-expire-unagentized-dirs)
17967         (gnus-agent-auto-agentize-methods): Add :version.
17968
17969         * flow-fill.el (fill-flowed-display-column)
17970         (fill-flowed-encode-column): Add :version.
17971
17972         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17973         (gnus-outlook-deuglify-unwrap-max)
17974         (gnus-outlook-deuglify-cite-marks)
17975         (gnus-outlook-deuglify-unwrap-stop-chars)
17976         (gnus-outlook-deuglify-no-wrap-chars)
17977         (gnus-outlook-deuglify-attrib-cut-regexp)
17978         (gnus-outlook-deuglify-attrib-verb-regexp)
17979         (gnus-outlook-deuglify-attrib-end-regexp)
17980         (gnus-outlook-display-hook): Add :version.
17981
17982         * binhex.el (binhex-use-external): Add :version.
17983
17984 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17987         and `invisible'.
17988
17989 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17990
17991         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17992         in gnus-registry-trim.
17993
17994 2004-09-13  Simon Josefsson  <jas@extundo.com>
17995
17996         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17997
17998         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17999
18000         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18001         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18002         <yamaoka@jpl.org>.
18003         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18004         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18005         <yamaoka@jpl.org>.
18006
18007         * sieve.el (sieve-manage-mode): Ditto.
18008
18009 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18012
18013 2004-09-11  Simon Josefsson  <jas@extundo.com>
18014
18015         * dns-mode.el: Add.
18016
18017         * mm-view.el (mm-display-dns-inline): Add.
18018
18019         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18020         (mm-automatic-display): Ditto.
18021
18022         * mailcap.el (mailcap-mime-data): Add text/dns.
18023         (mailcap-mime-extensions): Map .soa to text/dns.
18024
18025 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18026
18027         * gnus-art.el (article-decode-mime-words, article-babel)
18028         (gnus-article-highlight-signature, gnus-article-add-buttons)
18029         (gnus-signature-toggle): Remove unnecessary bindings of
18030         `inhibit-read-only' inherited from v5.10 merge.
18031
18032 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * nntp.el (nntp): New customization group.
18035         (nntp-authinfo-file): Add customization group.
18036
18037         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18038
18039         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18040
18041         * gnus.el (to-address, to-list, subscribed)
18042         (large-newsgroup-initial): Ditto.
18043
18044         * flow-fill.el (fill-flowed-display-column)
18045         (fill-flowed-encode-column): Ditto.
18046
18047 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18048
18049         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18050         Use point-min rather than 1.
18051         (message-send-mail): Use buffer-size rather than point-max.
18052
18053         * gnus-sum.el (gnus-summary-search-article-forward):
18054         Signal a specific `search-failed' rather than a generic `error'.
18055
18056         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18057         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18058         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18059
18060 2004-09-10  Simon Josefsson  <jas@extundo.com>
18061
18062         * nndb.el (require): Remove tcp and duplicate cl.
18063
18064 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * gnus-agent.el (directory-files-and-attributes): Move forward.
18067
18068 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18069
18070         * gnus-agent.el (directory-files-and-attributes):
18071         Optionally defined to support XEmacs.
18072
18073 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18074
18075         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18076         to avoid run-time CL dependencies.
18077         (gnus-agent-unfetch-articles): New function.
18078         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18079         article numbers even when local .overview file is missing.
18080         (gnus-agent-read-article-number): New function.  Only accepts
18081         27-bit article numbers.
18082         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18083         Use gnus-agent-read-article-number.
18084         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18085         from backend while recognizing that article numbers in .overview
18086         must be valid.
18087         (gnus-agent-update-files-total-fetched-for):
18088         Use directory-files-and-attributes to improve performance.
18089         * gnus-int.el (gnus-request-move-article):
18090         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18091         improve performance.
18092
18093         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18094         some users confused by references to .newsrc when they only have a
18095         .newsrc.eld file.
18096         (gnus-convert-mark-converter-prompt)
18097         (gnus-convert-converter-needs-prompt): Fix use of property list.
18098         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18099         New function.  Used internally to only display 'gnus converting
18100         files' message when actually necessary.
18101
18102         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18103         methods now autoloaded.
18104
18105 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18108         identifiers.
18109
18110 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * gnus-picon.el: Fix indentation and closing parenthesis.
18113
18114 2004-09-01  Simon Josefsson  <jas@extundo.com>
18115
18116         * message.el (message-canlock-generate): Require sha1, not
18117         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18118         to require within a function.  Sadly, if sha1.el isn't loaded, the
18119         let binding in m-c-g will hide the defcustom definition, which is
18120         bad.)
18121
18122         * canlock.el: Require sha1, not sha1-el.
18123
18124         * message.el: Don't autoload sha1 (there is a autoload cookie in
18125         sha1.el).
18126
18127         * sha1-el.el: Rename to sha1.el.
18128
18129 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18130
18131         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18132
18133 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18134
18135         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18136
18137 2004-08-30  Kim F. Storm  <storm@cua.dk>
18138
18139         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18140
18141         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18142         Add :group 'nnimap.
18143
18144 2004-08-30  Andreas Schwab  <schwab@suse.de>
18145
18146         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18147         ?* and ?\;.
18148
18149         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18150         and ?\' to symbol instead of whitespace.
18151
18152 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18155
18156         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18157         instead of re-search-forward.
18158
18159         * gnus-uu.el (gnus-uu-save-article): Ditto.
18160         (gnus-uu-post-encode-uuencode): Ditto.
18161
18162         * html2text.el (html2text-clean-list-items): Ditto.
18163         (html2text-clean-dtdd): Ditto.
18164         (html2text-format-tags): Ditto.
18165
18166         * message.el (message-send-mail-with-sendmail): Fix regexp.
18167         (message-fill-field-general): Use search-forward instead of
18168         re-search-forward.
18169         (unbold-region): Ditto.
18170
18171         * nnrss.el (nnrss-request-article): Ditto.
18172
18173         * nnslashdot.el (nnslashdot-request-article): Ditto.
18174
18175         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18176
18177         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18178         "Unrecognized menu descriptor" error in XEmacs.
18179
18180 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18181
18182         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18183         parent article of a sparse article in the thread hashtb.
18184
18185 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18186
18187         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18188         (nnmail-expand-newtext): Lowercase expanded entries if
18189         nnmail-split-lowercase-expanded is non-nil.
18190
18191 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18194
18195         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18196         of gnus-tmp-news-method into string under XEmacs.  It will be
18197         passed to gnus-correct-length which takes only a string argument.
18198
18199 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * gnus-util.el (gnus-bind-print-variables): New macro.
18202         (gnus-prin1): Use it.
18203         (gnus-prin1-to-string): Use it.
18204         (gnus-pp): New function.
18205         (gnus-pp-to-string): New function.
18206
18207         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18208         Replace pp-to-string with gnus-pp-to-string.
18209         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18210         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18211         * gnus-msg.el (gnus-debug): Ditto.
18212         * gnus-score.el (gnus-score-save): Ditto.
18213         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18214         gnus-pp-to-string.
18215         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18216         with gnus-pp.
18217         * score-mode.el (gnus-score-pretty-print): Ditto.
18218         * webmail.el (webmail-debug): Ditto.
18219
18220 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * gnus-art.el (article-display-face, article-display-x-face):
18223         Use buffer-read-only.
18224
18225 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-art.el (article-hide-list-identifiers):
18228         Bind inhibit-read-only as t.
18229
18230 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18233
18234 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18235
18236         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18237         (gnus-narrow-to-page): Don't assume point-min == 1.
18238         (gnus-article-edit-mode): Derive from message-mode.
18239
18240         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18241         point-min == 1.
18242
18243         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18244         Disable incorrect use of `assert'.
18245
18246         * message.el (message-mode): Set comment-start-skip.
18247
18248
18249 2004-08-22  Sam Steingold  <sds@gnu.org>
18250
18251         * pop3.el (pop3-leave-mail-on-server): New user variable.
18252         (pop3-movemail): Delete mail only when it is nil.
18253
18254 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18257
18258         * mml.el (mml-preview): Use `pop-to-buffer'.
18259
18260         * message.el (message-goto-mail-followup-to): Insert after "To".
18261         (message-carefully-insert-headers): Add comment.
18262
18263         * gnus.el: Remove unused variable `gnus-article-check-size'.
18264
18265         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18266
18267         * gnus-art.el (gnus-button-alist):
18268         Improve `gnus-button-handle-library' entry.
18269
18270 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18271
18272         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18273         Use downcase, since XEmacs capitalizes error messages differently.
18274
18275 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18276
18277         * nntp.el: Add (require 'gnus) due to reference to
18278         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18279
18280 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18281
18282         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18283         Bind `mm-fill-flowed'.
18284
18285         * mm-decode.el (mm-dissect-singlepart): Check it.
18286
18287 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18288
18289         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18290         'imap' for netrc parsing.
18291
18292 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * mailcap.el (mailcap-mime-data): Mark as risky.
18295
18296 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18299         may be included in the encoded word.
18300         (rfc2047-encode): Don't append a space if the encoded word
18301         includes close parenthesis.
18302
18303 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18306         of text within parentheses.
18307
18308 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18309
18310         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18311         (gnus-encrypt-write-file-contents): Make the password key the file
18312         name PLUS the cipher, not just the cipher.  Also remove failed
18313         passwords from the cache.
18314
18315 2004-08-06  Simon Josefsson  <jas@extundo.com>
18316
18317         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18318         Doc fix.
18319
18320 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18323         LWSP.
18324
18325 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18326
18327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18328         Try to append in-reply-to: data to the references: header.
18329
18330         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18331         (netrc-parse): Use gnus-encrypt.el functions.
18332
18333         * gnus-encrypt.el: Add new file for encryption support; currently
18334         does only a few GPG ciphers and an internal XOR cipher.
18335
18336         * password.el: Add comments on using password-read-and-add.
18337         (password-read-and-add): Add function to read and add the
18338         password to the cache at once.
18339
18340 2004-07-28  Simon Josefsson  <jas@extundo.com>
18341
18342         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18343         parameter (but don't use it, for now).
18344
18345         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18346         instead of hard coding to nil.
18347
18348 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18351         as mm-inline-image-xemacs does.
18352
18353 2004-07-26  Simon Josefsson  <jas@extundo.com>
18354
18355         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18356         Revert part of 2004-07-17 change below.
18357
18358 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18361         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18362
18363 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18364
18365         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18366         quotes that actually start with ">" at the beginning of the
18367         lines.
18368
18369 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * rfc2047.el (rfc2047-encode-region): Fix last change.
18372         (rfc2047-encode-parameter): Remove useless concat.
18373
18374 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18377         encode special characters; fix some kind of misconfigured headers;
18378         signal a real error if debug-on-quit or debug-on-error is non-nil.
18379         (rfc2047-encode-max-chars): New variable.
18380         (rfc2047-encode-1): Use it.
18381         (rfc2047-encode-parameter): New function.
18382
18383         * mml.el (mml-insert-parameter): Remove an excessive space.
18384
18385 2004-07-17  Simon Josefsson  <jas@extundo.com>
18386
18387         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18388         Kai Grossjohann <kai@emptydomain.de>.
18389         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18390         (gnus-group-make-menu-bar): Ditto.
18391
18392         * gnus-util.el (gnus-group-server): Add.
18393
18394 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * message.el (message-clone-locals): Clone sendmail and smtp
18397         variables.
18398
18399 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * rfc2047.el (rfc2047-encode-region): Fix last change.
18402
18403 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18406         characters as non-special.
18407
18408 2004-07-09  Simon Josefsson  <jas@extundo.com>
18409
18410         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18411         Users will lose all flag changes made while unplugged with
18412         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18413         good default.  See numerous reports on ding mailing list.
18414
18415 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18418         add generate-head-function and generate-article-function to the
18419         rfc822-forward entry.
18420         (nndoc-rfc822-forward-generate-article): New function.
18421         (nndoc-rfc822-forward-generate-head): New function.
18422
18423         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18424
18425 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18426
18427         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18428         respect display group parameter and gnus-summary-expunge-below.
18429         (gnus-articles-to-read): Remove unused reference to display group
18430         parameter.
18431
18432 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18433
18434         * nnheader.el (nnheader-uniquify-message-id): New experimental
18435         variable.
18436         (nnheader-nov-read-message-id): Use it.
18437
18438         * spam-report.el (spam-report-gmane): Add interactive.
18439
18440 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * mm-encode.el (mm-content-transfer-encoding-defaults):
18443         Use qp-or-base64 for the application/* types.
18444
18445 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18446
18447         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18448
18449 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18450
18451         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18452         trim value.
18453
18454 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18455
18456         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18457         New macro and function.
18458         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18459
18460 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18463         after-load-alist.
18464
18465 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * gnus-group.el (gnus-group-get-new-news-this-group):
18468         Don't update info that isn't there.
18469
18470 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18471
18472         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18473         entry.
18474
18475 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * mm-view.el (mm-inline-render-with-function): Use multibyte
18478         buffer; decode html source by charset.
18479
18480         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18481
18482         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18483         Mule-UCS is loaded under XEmacs.
18484         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18485
18486 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18489
18490 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * mm-util.el (mm-coding-system-p): Return a coding-system.
18493         (mm-mime-mule-charset-alist): Use shift_jis instead of
18494         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18495         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18496         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18497         instead of japanese-shift-jis and iso-latin-1 respectively in
18498         order to share the default value with both Emacs and XEmacs-mule.
18499         (mm-mule-charset-to-mime-charset):
18500         Make mm-coding-system-priorities effective.
18501         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18502         while predicating of candidates upon the priorities.
18503
18504 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18505
18506         * gnus-sum.el (gnus-summary-make-menu-bar):
18507         Add gnus-uu-invert-processable.
18508
18509         * gnus.el: Autoload gnus-uu-invert-processable.
18510
18511 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * mm-util.el (mm-with-multibyte-buffer): New macro.
18514
18515         * rfc2047.el (rfc2047-encode-string): Use it.
18516         (rfc2047-encode-region): Move point to the end of the region after
18517         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18518
18519 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18522         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18523
18524 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18527         (gnus-cite-parse): Ignore quoted envelope From_.
18528         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18529
18530 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18533         invalid addresses.
18534
18535 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el: Change section markers, revise TODO list.
18538         (spam-backends): Make new master list of all installed backends.
18539         (spam-summary-exit-behavior): Add new variable to determine how
18540         messages moves are done at summary exit.
18541         (spam-move-spam-nonspam-groups-only)
18542         (spam-process-ham-in-nonham-groups)
18543         (spam-process-ham-in-spam-groups): Remove variables, the
18544         spam-summary-exit-behavior variable should be used to manage this
18545         behavior.
18546         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18547         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18548         and spam-old-spam-articles.
18549         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18550         Add empty variables, placeholders for the backends they represent.
18551         (spam-set-difference): Move, unchanged.
18552         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18553         unless the user has a processor variable.
18554         (spam-classifications, spam-classification-valid-p)
18555         (spam-backend-properties, spam-backend-property-valid-p)
18556         (spam-backend-function-type-valid-p)
18557         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18558         (spam-report-articles-gmane, spam-report-articles-resend):
18559         Remove functions, they are not needed.
18560         (spam-install-backend-super, spam-backend-list)
18561         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18562         (spam-backend-function, spam-backend-ham-registration-function)
18563         (spam-backend-spam-registration-function)
18564         (spam-backend-ham-unregistration-function)
18565         (spam-backend-spam-unregistration-function)
18566         (spam-backend-statistical-p, spam-backend-mover-p)
18567         (spam-install-backend-alias, spam-install-checkonly-backend)
18568         (spam-install-mover-backend, spam-install-nocheck-backend)
18569         (spam-install-backend, spam-install-statistical-backend)
18570         (spam-install-statistical-checkonly-backend): Add backend installation
18571         support.
18572         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18573         (spam-group-processor-p): Use the new backend code and respect the
18574         summary exit behavior.
18575         (spam-mark-spam-as-expired-and-move-routine): Remove.
18576         (spam-summary-prepare): Change to use the new spam-old-articles
18577         variable.
18578         (spam-copy-or-move-routine, spam-copy-spam-routine)
18579         (spam-move-spam-routine, spam-copy-ham-routine)
18580         (spam-move-ham-routine): Add code to copy/move ham or spam.
18581         (spam-fetch-field-fast): Improve doc and code, plus allow the
18582         'number request.
18583         (spam-list-of-checks, spam-list-of-statistical-checks):
18584         Remove variables.
18585         (spam-split, spam-find-spam): Use the new backend code.
18586         (spam-registration-functions): Remove variable.
18587         (spam-unregister-routine): Add convenience wrapper.
18588         (spam-log-undo-registration, spam-register-routine)
18589         (spam-log-processing-to-registry)
18590         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18591         where possible.
18592         (spam-check-gmane-xref, spam-check-regex-headers)
18593         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18594         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18595         (spam-check-bogofilter-headers, spam-check-spamoracle)
18596         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18597         (spam-check-crm114-headers): Use the spam-split-group that
18598         spam-split prepares, no need to determine it every time.
18599
18600         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18601         to the nnheader-parse-naked-head call.
18602
18603         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18604
18605         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18606         the nnheader-nov-read-message-id call.
18607
18608 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18611         gnus-activate-group twice.  Suggested by Markus Peter
18612         <warp@spin.de>.
18613
18614 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * gnus-art.el (gnus-article-time-format): Exchange the order of
18617         day and month in the default value; fix customization type.
18618         (article-date-ut): Use add-text-properties.
18619         (article-make-date-line): Use message-make-date instead of
18620         current-time-string.
18621
18622         * message.el (message-fetch-field): Don't use set-text-properties.
18623         (message-make-date): Simplify.
18624
18625         * messagexmas.el (message-xmas-make-date): New function.
18626         (message-xmas-redefine): Defalias message-make-date to it.
18627
18628 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18631         (rfc2047-encode-region): Treat text within parentheses as special;
18632         show the original text when error has occurred.
18633
18634         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18635         already-computed method to gnus-activate-group.
18636
18637         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18638         same select-methods identical Lisp objects.
18639
18640         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18641         object when modifying the info.
18642
18643 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18646         gnus-opened-servers since it has never been opened with the new
18647         configuration yet.
18648
18649 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18652         arg to nnheader-generate-fake-message-id.
18653
18654 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18655
18656         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18657         number and build a fake message ID localized to a group and
18658         article number (so it's repeatable from that point on).
18659         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18660         ID format.
18661
18662         * gnus-sum.el (gnus-get-newsgroup-headers):
18663         Call nnheader-generate-fake-message-id with the article number.
18664
18665 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18666
18667         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18668         end-of-buffer.
18669
18670 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18671
18672         * message.el (message-ignored-supersedes-headers): Add Approved.
18673
18674 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18677         goto-char.
18678         (rfc2047-encode): Fold the line before encoding.
18679
18680 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18681
18682         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18683         folding -- not all headers can be folded, and this should be done
18684         by the message composition mode.  Probably.  I think.
18685
18686 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18689         fast.
18690
18691         * gnus-ems.el (gnus-remove-image): Don't use
18692         message-text-with-property; remove only the image found first.
18693
18694         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18695         found first.
18696
18697 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18700
18701 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * message.el (message-text-with-property): Make it fast and accept
18704         optional arguments.
18705         (message-strip-forbidden-properties): Use it.
18706         (message-fix-before-sending): Follow the m-t-w-p change.
18707
18708         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18709
18710 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * gnus-art.el (article-hide-headers): Don't change the buffer
18713         mistakenly when performing mml-preview even if
18714         gnus-single-article-buffer is nil.
18715
18716 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18717
18718         * message.el (message-expand-name-databases): New user option.
18719         (message-expand-name): Use it.
18720
18721 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18722
18723         * spam.el (spam-report-articles-resend)
18724         (spam-report-resend-register-routine): Allow ham reporting.
18725         (spam-report-resend-register-ham-routine): Add wrapper.
18726         (spam-registration-functions): Add ham resending functions.
18727         (spam-list-of-processors): Add ham resend processor.
18728
18729         * gnus.el (ham-resend-to): Add new group parameter.
18730         (spam-process): Add ham resend option.
18731
18732         * spam-report.el (spam-report-resend): Allow reporting ham.
18733         (spam-report-resend-ham): Add wrapper.
18734
18735 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18736
18737         * message.el (message-cite-articles-with-x-no-archive):
18738         New variable.
18739         (message-cite-original): Use it.
18740
18741 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18742
18743         * message.el (message-cite-original): Respect X-No-Archive.
18744
18745 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-art.el (article-hide-headers): Refer to the values for
18748         gnus-ignored-headers and gnus-visible-headers in the summary
18749         buffer since a user may have set them as group parameters.
18750
18751 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18752
18753         * assistant.el (assistant-node-name): Add convenience function.
18754         (assistant-render-text, assistant-render-node): Add error handling,
18755         plus handle multiple next nodes.
18756         (assistant-find-next-node): Comment out for now.
18757         (assistant-find-next-nodes): Add function, returns list of next
18758         nodes.
18759
18760 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * mail-source.el (mail-source-directory): Fix doc-string.
18763
18764 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18765
18766         * assistant.el (assistant-render-text, assistant-eval): Add :set
18767         widget type, which is different because it takes and returns a
18768         list.  Much hilarity ensues.
18769
18770 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18773
18774         * gnus-group.el (gnus-group-get-new-news-this-group):
18775         Add doc-string.
18776
18777         * gnus-start.el (gnus-activate-group): Add doc-string.
18778
18779 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18782
18783 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18784
18785         * assistant.el (assistant-render-text): Try to add a :set
18786         widget, more to come.
18787
18788         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18789         strings.
18790         (spam-report-articles-resend)
18791         (spam-register-routine): Do registration iff any articles warrant
18792         it.
18793         (spam-summary-prepare-exit): Change log message for nil group
18794         destinations.
18795
18796 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18797
18798         * spam.el (spam-report-resend-register-routine):
18799         Allow spam-report-resend-to to be a group parameter or a global value.
18800
18801 2004-05-26  Simon Josefsson  <jas@extundo.com>
18802
18803         * starttls.el: Merge with my GNUTLS based starttls.el.
18804         (starttls-gnutls-program, starttls-use-gnutls)
18805         (starttls-extra-arguments, starttls-process-connection-type)
18806         (starttls-connect, starttls-failure, starttls-success):
18807         New variables.
18808         (starttls-program, starttls-extra-args): Doc fix.
18809         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18810         New functions.
18811         (starttls-negotiate, starttls-open-stream):
18812         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18813         function if it is set.
18814
18815 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18818         structured fields.
18819
18820 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18823
18824 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18825
18826         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18827         Add variable.
18828         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18829         assigning the spam-mark to new messages.
18830
18831 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18832
18833         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18834
18835 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18838
18839         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18840         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18841         default.
18842
18843 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18844
18845         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18846         correct data.
18847
18848 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18849
18850         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18851         (spam-group-processor-p): Fix function.
18852         (spam-group-processor-multiple-p)
18853         (spam-group-spam-processor-report-gmane-p)
18854         (spam-group-spam-processor-report-resend-p)
18855         (spam-group-spam-processor-bogofilter-p)
18856         (spam-group-spam-processor-blacklist-p)
18857         (spam-group-spam-processor-ifile-p)
18858         (spam-group-ham-processor-ifile-p)
18859         (spam-group-spam-processor-spamoracle-p)
18860         (spam-group-spam-processor-crm114-p)
18861         (spam-group-ham-processor-bogofilter-p)
18862         (spam-group-spam-processor-stat-p)
18863         (spam-group-ham-processor-stat-p)
18864         (spam-group-ham-processor-whitelist-p)
18865         (spam-group-ham-processor-BBDB-p)
18866         (spam-group-ham-processor-spamoracle-p)
18867         (spam-group-ham-processor-copy-p): Remove functions with some
18868         prejudice against unneeded code.
18869         (spam-report-articles-resend)
18870         (spam-report-resend-register-routine): Allow the group/topic
18871         spam-resend-to value to override spam-report-resend-to.
18872         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18873         properly now.
18874
18875         * gnus.el (spam-resend-to): Add group/topic parameter.
18876         (spam-process): Move the OBSOLETE processors to the end of the
18877         choices.
18878
18879 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18880
18881         * spam-report.el (spam-report-resend-to, spam-report-resend):
18882         Start with resend-to set to nil, and then ask the user if necessary.
18883         (spam-report-resend): spam-report-resend takes a list of articles, not
18884         separate article numbers.
18885
18886 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18889         addition to emacs-w3m.
18890
18891 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18892
18893         * assistant.el (assistant-authinfo-data): New function.
18894         (assistant-eval): Eval for entire assistant.
18895
18896         * netrc.el (netrc-services-file): New variable.
18897         (netrc-parse-services): New function.
18898         (netrc-find-service-name): New function.
18899         (netrc-find-service-number): New function.
18900         (netrc-port-equal): New function.
18901         (netrc-machine): Use it.
18902
18903         * nnimap.el (nnimap-open-connection): Use netrc.
18904
18905         * gnus-util.el (gnus-netrc-get): Remove aliases.
18906
18907         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18908
18909         * assistant.el (wid-edit): Fix compilation.
18910
18911         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18912
18913 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18914
18915         * gnus-util.el (gnus-set-file-modes): New function.  (small
18916         patch).
18917
18918 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18919
18920         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18921
18922         * assistant.el (assistant-render-node): Fix up rendering and
18923         read-only text.
18924         (assistant-render-node): Reset.
18925         (assistant-make-read-only): Not sticky.
18926
18927 2004-05-20  Danny Siu  <dsiu@adobe.com>
18928
18929         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18930         centered even when gnus-auto-center-summary is t.
18931
18932 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * dns.el (dns-get-txt-answer): New function.
18935         (dns-read-txt): Ditto.
18936         (query-dns): Use it.
18937
18938 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18941         active for foreign groups even if the group level is higher than
18942         the specified value.
18943
18944 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18947         non-active groups.
18948
18949         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18950
18951 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18952
18953         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18954
18955 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18958         (spam-crm114-header, spam-crm114-spam-switch)
18959         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18960         (spam-crm114-positive-spam-header)
18961         (spam-crm114-database-directory, spam-list-of-processors)
18962         (spam-group-spam-processor-crm114-p)
18963         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18964         (spam-generic-score, spam-list-of-checks)
18965         (spam-list-of-statistical-checks, spam-registration-functions)
18966         (spam-check-crm114-headers, spam-crm114-score)
18967         (spam-check-crm114, spam-crm114-register-with-crm114)
18968         (spam-crm114-register-spam-routine)
18969         (spam-crm114-unregister-spam-routine)
18970         (spam-crm114-register-ham-routine)
18971         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18972         From asjo@koldfront.dk (Adam Sjøgren).
18973
18974         * gnus.el: Add spam-use-crm114.
18975
18976         * spam.el (spam-list-of-processors, spam-registration-functions):
18977         Add spam-use-resend.
18978         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18979         (spam-report-articles-gmane): Add doc fix.
18980         (spam-report-articles-resend, spam-report-resend-register-routine):
18981         Add wrappers around spam-report-resend-to.
18982
18983         * spam-report.el (spam-report-resend-to, spam-report-resend):
18984         Add support for resending spam.
18985         (spam-report-gmane): Fix line length >80.
18986
18987         * gnus.el (spam-process): Add spam-use-resend.
18988
18989 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18990
18991         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18992         number of processed spam messages.
18993         (spam-ham-copy-or-move-routine): Return the number of processed
18994         ham messages.
18995         (spam-summary-prepare-exit): Use the above values to decide
18996         whether status messages shouled be displayed.
18997
18998 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19001         `rfc2047-encoding-function-alist' in order to avoid conflicting
19002         with the old version.
19003         (rfc2047-encode-region): Concatenate words containing non-ASCII
19004         characters in structured fields; don't encode space-delimited
19005         ASCII words even in unstructured fields; don't break words at
19006         char-category boundaries.
19007         (rfc2047-encode-1): New function.
19008         (rfc2047-encode): Use it; encode text so that it occupies the
19009         maximum width within 76-column; work correctly on Q encoding for
19010         iso-2022-* charsets.
19011         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19012         sure not to break a line just after the header name.
19013         (rfc2047-b-encode-region): Remove.
19014         (rfc2047-b-encode-string): New function.
19015         (rfc2047-q-encode-region): Remove.
19016         (rfc2047-q-encode-string): New function.
19017
19018         * mm-util.el (mm-replace-in-string): New function.
19019
19020 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19021
19022         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19023         Really get it right.
19024         (gnus-inews-make-draft): Really.
19025
19026 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19027
19028         * nnmh.el (nnmh-request-list-1): Don't check the link count
19029         before descending.  (small patch)
19030
19031 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19034         stuff.
19035
19036         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19037         Match on real group name.
19038
19039         * gnus-art.el (gnus-signature-limit): Doc fix.
19040
19041         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19042
19043         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19044
19045 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19046
19047         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19048         isn't a string.
19049
19050 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19051
19052         * gnus-draft.el (gnus-draft-send):
19053         Bind rfc2047-encode-encoded-words.
19054
19055         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19056         (rfc2047-encodable-p): Say that =? needs encoding.
19057         (rfc2047-encode-encoded-words): New variable.
19058
19059         * gnus-group.el (gnus-group-select-group): Doc fix.
19060
19061         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19062
19063         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19064         to nil.
19065
19066         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19067
19068         * nnheader.el (nnheader-get-lines-and-char): New function.
19069
19070 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19071
19072         * gnus-msg.el (gnus-summary-followup-with-original):
19073         Document yanking of region when active.
19074
19075 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19078         groups if the group level is higher than the specified value.
19079
19080 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19081
19082         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19083         (gnus-group-jump-to-group): Add prefix argument using
19084         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19085         non-active group.
19086
19087         * compface.el (uncompface): Be verbose when changing
19088         `uncompface-use-external'.
19089
19090         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19091         handle manual section.
19092
19093 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19094
19095         * gnus-art.el (gnus-button-alist): Revert previous change.
19096
19097 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19098
19099         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19100
19101 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19102
19103         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19104         whether backend can accept message.
19105
19106         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19107
19108 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19109
19110         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19111         Avoid creating directory when nntp-marks-is-evil is true.
19112         Reported by Reiner Steib.
19113
19114 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-picon.el (gnus-picon-style): New variable.
19117         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19118         (gnus-picon-transform-address): Support `gnus-picon-style'.
19119         From Jesper Harder <harder@ifa.au.dk>.
19120
19121 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19122
19123         * message.el (message-fill-field): Return point.
19124         (message-generate-headers): Go to end of field.
19125
19126         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19127         stuff for non-living groups.
19128
19129 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19130
19131         * gnus-art.el (gnus-article-followup-with-original)
19132         (gnus-article-reply-with-original): gnus-mark-active-p ->
19133         gnus-region-active-p.
19134
19135 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19136
19137         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19138         only when there is spam or ham to be processed.
19139
19140 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19141
19142         * mail-source.el (mail-source-delete-crash-box): Refactor.
19143         (mail-source-fetch): Use it.
19144         (mail-source-fetch-file): Ditto.
19145         (mail-source-fetch-directory): Run postscript in loop.
19146         (mail-source-fetch-pop): Delete.
19147         (mail-source-fetch-maildir): Ditto.
19148         (mail-source-fetch-imap): Ditto.
19149
19150         * imap.el (imap-authenticators): Comment out sasl.
19151
19152         * message.el (message-skip-to-next-address): New function.
19153         (message-fill-header-address): Refactor.
19154         (message-fill-address): Use it.
19155         (message-delete-address): Use it.
19156         (message-fill-header-general): Refactor.
19157         (message-fill-field-address): Rename.
19158         (message-narrow-to-field): Find the start of the header.
19159         (message-header-format-alist): Don't pre-fill.
19160         (message-fill-header): Remove.
19161         (message-insert-header): New function.
19162         (message-shorten-references): Use it.
19163
19164         * rfc2047.el (rfc2047-field-value): Strip props.
19165
19166         * mail-parse.el (mail-header-make-address): New alias.
19167
19168         * ietf-drums.el (ietf-drums-make-address): New function.
19169
19170         * imap.el: Add compiler directives.
19171
19172         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19173
19174         * gnus-art.el (article-decode-idna-rhs): Don't use
19175         message-idna-inside-rhs-p.
19176
19177 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19178
19179         * message.el (message-idna-inside-rhs-p): Remove.
19180         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19181
19182         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19183         false positives.
19184
19185 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19186
19187         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19188
19189 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190
19191         * nneething.el (nneething-file-name): Don't create spurious
19192         files.
19193
19194         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19195         (gnus-inews-do-gcc): Remove sleep.
19196
19197         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19198         part under point.
19199
19200         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19201         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19202
19203 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * spam.el (spam-summary-prepare-exit): Fix (length).
19206
19207 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19208
19209         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19210         as expired without moving it" message when there are spam
19211         messages left.
19212
19213 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19214
19215         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19216         header is not nil.
19217
19218 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19219
19220         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19221         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19222         (nntp-marks-changed-p): New arg SERVER.
19223         (nntp-request-update-info): Adjust caller.
19224
19225 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19226
19227         * nntp.el (nntp-save-marks): Pass missing arg.
19228
19229 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19230
19231         * nntp.el: Support marks.
19232         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19233         (nntp-marks-modtime, nntp-marks-directory): New variables.
19234         (nntp-request-set-mark, nntp-request-update-info)
19235         (nntp-possibly-create-directory, nntp-marks-changed-p)
19236         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19237         New functions.
19238
19239 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19240
19241         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19242         (gnus-xmas-redefine): Rename.
19243
19244         * gnus-score.el (gnus-score-insert-help):
19245         Use gnus-select-lowest-window.
19246
19247         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19248         appt-select-lowest-window and rename to gnus-select-lowest-window.
19249
19250         * gnus.el: do.
19251
19252 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19253
19254         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19255         encodings of MIME-encoded words, in order to improve
19256         interoperability with several broken MUAs.
19257
19258 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19259
19260         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19261         tags, only when charsets are not specified in headers.
19262         (mm-inline-text-html-render-with-w3m): Ditto.
19263
19264         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19265         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19266
19267 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19268
19269         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19270         instead of MIME-decoded from fields when checking
19271         `gnus-article-address-banner-alist'.
19272
19273 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19274
19275         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19276         description rather than subject.
19277
19278 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19279
19280         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19281
19282 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19283
19284         * gnus.el (gnus-version-number): Bump.
19285
19286 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19287
19288         * gnus.el: No Gnus v0.2 is released.
19289
19290 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19291
19292         * gnus-agent.el (gnus-agent-read-agentview):
19293         Inline gnus-uncompress-range.
19294
19295 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19296
19297         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19298         `exec-installed-p'.
19299
19300 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19301
19302         * gnus.el (spam-process, spam-autodetect-methods):
19303         Add bsfilter and bsfilter-headers.
19304
19305         * spam.el (spam-bsfilter): New customize group.
19306         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19307         (spam-bsfilter-header, spam-bsfilter-probability-header)
19308         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19309         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19310         (spam-bsfilter-database-directory): New options.
19311         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19312         (spam-list-of-statistical-checks, spam-registration-functions):
19313         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19314         (spam-bsfilter-score): New command.
19315         (spam-check-bsfilter-headers, spam-check-bsfilter)
19316         (spam-bsfilter-register-with-bsfilter)
19317         (spam-bsfilter-register-spam-routine)
19318         (spam-bsfilter-unregister-spam-routine)
19319         (spam-bsfilter-register-ham-routine)
19320         (spam-bsfilter-unregister-ham-routine): New functions.
19321         (spam-generic-score): Support bsfilter; Accept an optional argument
19322         to recalcurate spam score even if scoring header has already been
19323         added.
19324         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19325         optional argument to recalcurate spam score even if scoring header
19326         has already been added.
19327
19328 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19329
19330         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19331         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19332         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19333         link is missing.
19334
19335 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19336
19337         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19338         (html2text-get-attr): Rewrite.
19339
19340         * message.el (message-setup-1): Remove redundant put-text-property
19341         on mail-header-separator.
19342
19343 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19344
19345         * gnus-registry.el (gnus-registry-cache-whitespace)
19346         (gnus-registry-action, gnus-registry-spool-action)
19347         (gnus-registry-split-fancy-with-parent): Change message levels
19348         from 5 to 3 or 7, as needed.
19349
19350         * spam.el (spam-summary-prepare-exit)
19351         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19352         (spam-split, spam-find-spam, spam-log-undo-registration)
19353         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19354         level from 5 to 6.
19355
19356 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19357
19358         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19359         2004-03-04 change).
19360
19361 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19362
19363         * sieve-manage.el (sieve-manage-open):
19364         * nnweb.el (nnweb-insert-html):
19365         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19366         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19367         * nnspool.el (nnspool-request-group):
19368         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19369         * nnml.el (nnml-request-update-info):
19370         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19371         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19372         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19373         (nnimap-request-set-mark):
19374         * nnfolder.el (nnfolder-request-update-info):
19375         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19376         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19377         * gnus-uu.el (gnus-uu-find-articles-matching):
19378         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19379         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19380         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19381         * gnus-nocem.el (gnus-nocem-scan-groups):
19382         * gnus-int.el (gnus-start-news-server):
19383         * gnus-group.el (gnus-group-make-kiboze-group)
19384         (gnus-group-browse-foreign-server):
19385         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19386         Use mapc when appropriate.
19387
19388 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19389
19390         FIXME: Make separate entries for each person.
19391
19392         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19393         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19394         <shields@msrl.com>:
19395
19396         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19397         may need for spam sorting and scoring.
19398         (spam-user-format-function-S): Add user format function suitable for
19399         general use.
19400         (spam-article-sort-by-spam-status): Add sorting function for summary
19401         sorting.
19402         (spam-extra-header-to-number): Add function to get a score from a
19403         header.
19404         (spam-summary-score): Add function to get a numeric score from the
19405         headers.
19406         (spam-generic-score): Fix function doc, was in wrong place.
19407         (spam-initialize): Take symbols when it's run, and install the
19408         extra headers that spam-necessary-extra-headers thinks we need.
19409
19410 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19411
19412         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19413         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19414
19415 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * gnus-sum.el (gnus-set-global-variables)
19418         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19419         (gnus-article-get-xrefs, gnus-summary-best-group)
19420         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19421         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19422         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19423         Use with-current-buffer.
19424
19425 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19426
19427         * spam.el (spam-summary-prepare-exit): Simplify logic.
19428         (spam-fetch-article-header): Read the article header if it's not
19429         available.
19430         (spam-list-articles): Simplify logic.
19431         (spam-filelist-register-routine): Fix bug with unregister-list.
19432
19433         * gnus-registry.el: Fix comments at beginning.
19434
19435 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19436
19437         * message.el (message-cater-to-broken-inn): Remove.
19438         (message-shorten-references): Make sure the total folded length of
19439         References is shorter than 998 characters to cater to a bug in INN
19440         2.3.  Also, don't pretend that references aren't folded -- this
19441         hasn't worked for a while.
19442
19443 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19444
19445         * gnus-agent.el (gnus-agentize):
19446         gnus-agent-send-mail-real-function no longer set to current value
19447         of message-send-mail-function but rather a lambda that calls
19448         message-send-mail-function.  The change makes the agent real-time
19449         responsive to user changes to message-send-mail-function.
19450
19451 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19452
19453         * legacy-gnus-agent.el
19454         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19455         help from Florian Weimer <fw@deneb.enyo.de>
19456
19457 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * nnmail.el (nnmail-cache-insert): Revert last change.
19460
19461 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * nnmail.el (nnmail-cache-insert): Always check whether
19464         nnmail-cache-ignore-groups matches a group name.
19465
19466 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19467
19468         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19469         (spam-find-spam, spam-log-processing-to-registry)
19470         (spam-log-registered-p, spam-log-unregistration-needed-p)
19471         (spam-log-undo-registration): Use gnus-message instead of
19472         gnus-error, none of these errors are fatal.
19473
19474         * gnus-registry.el (gnus-registry-clean-empty-function)
19475         (gnus-registry-clean-empty): Remove only empty entries without
19476         extra data.
19477
19478 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19479
19480         * spam-stat.el (spam-stat-buffer-change-to-spam)
19481         (spam-stat-buffer-change-to-non-spam): Change (error) to
19482         (gnus-message 8) invocation.
19483
19484 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * nntp.el (nntp-via-netcat-command): New variable.
19487         (nntp-via-netcat-switches): New variable.
19488         (nntp-open-via-rlogin-and-netcat): New function.
19489         (nntp-open-connection-function): Doc fix.
19490         (nntp-telnet-command): Doc fix.
19491         (nntp-end-of-line): Doc fix.
19492         (nntp-via-rlogin-command): Doc fix.
19493         (nntp-via-user-name): Doc fix.
19494         (nntp-via-address): Doc fix.
19495
19496 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19499         error in Emacs 21.1.
19500
19501 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19504
19505 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19506
19507         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19508         (gnus-agent-with-refreshed-group): New macro.
19509         (gnus-agent-rename-group): New function.
19510         (gnus-agent-delete-group): New function.
19511         (gnus-agent-save-group-info): Use gnus-command-method when
19512         `method' parameter is nil.  Don't write nil entries into the
19513         active file.
19514         (gnus-agent-get-group-info): New function.
19515         (gnus-agent-fetch-articles):
19516         Use gnus-agent-update-files-total-fetched-for to increment disk space
19517         used.
19518         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19519         Use gnus-agent-update-view-total-fetched-for to increment disk space
19520         used.
19521         (gnus-agent-get-local): Add optional parameters to avoid calling
19522         gnus-group-real-name and gnus-find-method-for-group.
19523         (gnus-agent-set-local): Delete stored entry if either min, or max,
19524         are nil.
19525         (gnus-agent-fetch-session): Reworded error/quit messages.
19526         On quit, use gnus-agent-regenerate-group to record existance of any
19527         articles fetched to disk before the quit occurred.
19528         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19529         gnus-agent-update-view-total-fetched-for, and
19530         gnus-agent-update-files-total-fetched-for to decrement disk space
19531         used.
19532         (gnus-agent-retrieve-headers):
19533         Use gnus-agent-update-view-total-fetched-for to increment disk space
19534         used.
19535         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19536         with gnus-agent-update-files-total-fetched-for to decrement disk
19537         space and fresh group buffer.
19538         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19539         (gnus-agent-need-update-total-fetched-for): New variable.
19540         (gnus-agent-update-files-total-fetched-for): New function.
19541         (gnus-agent-update-view-total-fetched-for): New function.
19542         (gnus-agent-total-fetched-for): New function.
19543
19544         * gnus-cache.el (gnus-cache-save-buffers):
19545         Use gnus-cache-update-overview-total-fetched-for to change disk space
19546         used by this group.
19547         (gnus-cache-possibly-enter-article):
19548         Use gnus-cache-update-file-total-fetched-for to increment disk space
19549         used by this group.
19550         (gnus-cache-possibly-remove-article):
19551         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19552         used by this group.
19553         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19554         (gnus-cache-rename-group): New function.
19555         (gnus-cache-delete-group): New function.
19556         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19557         (gnus-cache-need-update-total-fetched-for): New variable.
19558         (gnus-cache-with-refreshed-group): New macro.
19559         (gnus-cache-update-file-total-fetched-for): New function.
19560         (gnus-cache-update-overview-total-fetched-for): New function.
19561         (gnus-cache-rename-group-total-fetched-for): New function.
19562         (gnus-cache-delete-group-total-fetched-for): New function.
19563         (gnus-cache-total-fetched-for): New function.
19564
19565         * gnus-group.el: Require gnus-sum and autoload functions to
19566         resolve warnings when gnus-group.el compiled alone.
19567         (gnus-group-line-format): Documented new %F.
19568         (size of Fetched data) group line format; identifies disk space
19569         used by agent and cache.
19570         (gnus-group-line-format-alist): Defined new F format.
19571         (gnus-total-fetched-for): New function.
19572         (gnus-group-delete-group): No longer update
19573         gnus-cache-active-altered as gnus-request-delete-group now keeps
19574         the cache in sync.
19575         (gnus-group-list-active): Let the agent store a server's active
19576         list if currently plugged.
19577
19578         * gnus-int.el (gnus-request-delete-group):
19579         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19580         local disk in sync with the server.
19581         (gnus-request-rename-group):
19582         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19583         local disk in sync with the server.
19584
19585         * gnus-start.el (gnus-get-unread-articles):
19586         Cosmetic simplification to logic.
19587
19588         * gnus-util.el (gnus-rename-file): New function.
19589
19590 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19591
19592         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19593
19594 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19595
19596         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19597         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19598
19599 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19600
19601         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19602         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19603
19604 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19605
19606         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19607
19608 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19609
19610         * spam.el (spam-set-difference): Add function to replace
19611         gnus-set-difference in spam.el.
19612         (spam-summary-prepare-exit): Use spam-set-difference.
19613
19614 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19615
19616         * gnus-registry.el (gnus-registry-cache-file): Update to use
19617         gnus-dribble-directory OR gnus-home-directory OR ~.
19618         (gnus-registry-split-fancy-with-parent): Fix doc.
19619
19620 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * message.el (message-exchange-point-and-mark):
19623         Use message-mark-active-p.  Suggested by Jesper Harder
19624         <harder@ifa.au.dk>.
19625
19626 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * message.el (message-exchange-point-and-mark): Don't activate
19629         region if it was inactive.  Suggested by Hiroshi Fujishima
19630         <pooh@nature.tsukuba.ac.jp>.
19631
19632 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19633
19634         * gnus-art.el (article-display-face): Display Faces in the same
19635         order as X-Faces.
19636
19637 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19640
19641 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19644         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19645         (gnus-article-mime-hierarchy): Remove.
19646         (gnus-article-mime-hierarchy-next): Remove.
19647         (gnus-article-mode): Revert 2004-03-19 change.
19648         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19649         (gnus-insert-mime-button): Revert 2004-03-19 change.
19650         (gnus-mime-accumulate-hierarchy): Remove.
19651         (gnus-mime-enter-multipart): Remove.
19652         (gnus-mime-leave-multipart): Remove.
19653         (gnus-mime-display-part): Revert 2004-03-19 change.
19654         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19655
19656         * mml.el (mml-preview): Revert 2004-03-19 change.
19657
19658 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19659
19660         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19661
19662 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19663
19664         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19665         t while entering a file name using the mm-with-multibyte macro.
19666         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19667
19668         * mm-util.el (mm-with-multibyte): New macro.
19669
19670 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19673         New user option.
19674         (gnus-mime-multipart-functions): Doc and customization fix.
19675         (gnus-article-mime-hierarchy): New variable.
19676         (gnus-article-mime-hierarchy-next): New variable.
19677         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19678         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19679         gnus-article-mime-hierarchy-next to nil.
19680         (gnus-insert-mime-button): Show hierarchy numbers.
19681         (gnus-mime-accumulate-hierarchy): New function.
19682         (gnus-mime-enter-multipart): New function.
19683         (gnus-mime-leave-multipart): New function.
19684         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19685         (gnus-mime-display-alternative): Show hierarchy numbers.
19686
19687         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19688         gnus-article-mime-hierarchy-next to nil.
19689
19690 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19691
19692         * dns.el: Don't require gnus-xmas.
19693
19694 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19695
19696         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19697         inline PGP.
19698         (mml-menu): Disable mml-quote-region if mark is inactive.
19699
19700 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19703         when the group's active is not available.
19704
19705 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19708         error.
19709
19710 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19711
19712         * imap.el (imap-store-password): New variable.
19713         (imap-interactive-login): Use it.
19714         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19715
19716 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19719         window-start and hscroll to summary window.
19720
19721 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19722
19723         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19724         conversion message to newsrc-dribble when an actual conversion is
19725         performed.
19726
19727 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19728
19729         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19730
19731 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * mm-decode.el (mm-complicated-handles): New function reviving
19734         former definition of mm-multiple-handles.
19735
19736         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19737         (gnus-mime-delete-part): Use it.
19738
19739 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19740
19741         * gnus-agent.el (gnus-agent-read-local):
19742         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19743         avoid the implicit assumption that they will always be equal.
19744         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19745         coding-system-for-write, as the with-temp-file macro first prints
19746         to a buffer then saves the buffer.
19747
19748 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-art.el (gnus-article-edit-part): New function.
19751         (gnus-mime-save-part-and-strip): Use it; do query instead of
19752         signaling an error; don't use mm-multiple-handles.
19753         (gnus-mime-delete-part): Ditto.
19754
19755 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19756
19757         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19758         old file versions.
19759         (gnus-group-prepare-hook): Remove function that converted list
19760         form of gnus-agent-expire-days to group properties.
19761
19762         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19763         (gnus-request-accept-article): Re-indented.
19764
19765         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19766         converters to handle old agent file formats.  Add logic for a
19767         "backup before upgrading warning".
19768         (gnus-convert-mark-converter-prompt): Developers can mark
19769         functions as needing (default), or not needing,
19770         gnus-convert-old-newsrc's "backup before upgrading warning".
19771         (gnus-convert-converter-needs-prompt): Tests whether the user
19772         should be protected from potentially irreversable changes by the
19773         function.
19774
19775         * legacy-gnus-agent.el: New.  Provides converters that are only
19776         loaded when gnus-convert-old-newsrc needs to call them.
19777
19778 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * mail-source.el (mail-source-touch-pop): Doc fix.
19781
19782         * message.el (message-smtpmail-send-it): Doc fix.
19783
19784 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19785
19786         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19787
19788         * nnmail.el (nnmail-split-fancy): do.
19789
19790         * gnus-kill.el (gnus-kill, gnus-execute): do.
19791
19792 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19793
19794         * gnus-sum.el (gnus-widget-reversible-match)
19795         (gnus-widget-reversible-to-internal)
19796         (gnus-widget-reversible-to-external): New functions.
19797         (gnus-widget-reversible): New widget.
19798         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19799
19800 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19801
19802         * gnus-sum.el (gnus-thread-sort-functions)
19803         (gnus-article-sort-functions): Document `(not F)' items.
19804
19805 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19806
19807         * spam.el (spam-use-gmane-xref): Add new backend.
19808         (spam-gmane-xref-spam-group): Add variable to control the name of the
19809         Gmane spam group.
19810         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19811         (spam-regex-headers-spam, spam-regex-headers-ham)
19812         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19813         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19814         backends and checks.
19815         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19816
19817         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19818         an autodetect method.
19819
19820 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19821
19822         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19823         articles are being added to a group.
19824         (gnus-request-replace-article): Inform the agent that articles
19825         need to be uncached as the cached contents are no longer valid.
19826
19827 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * binhex.el: Don't autoload executable-find.
19830
19831         * canlock.el: Don't autoload mail-fetch-field.
19832
19833         * dgnushack.el: Autoload c-mode for XEmacs.
19834
19835         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19836
19837         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19838         rmail-dont-reply-to and rmail-output.
19839
19840         * gnus-score.el: Don't autoload ffap-string-at-point.
19841
19842         * gnus-setup.el: Don't autoload sc-cite-original.
19843
19844         * imap.el: Don't autoload base64-decode-string,
19845         base64-encode-string and md5.
19846
19847         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19848         and rmail-msg-restore-non-pruned-header.
19849
19850         * mm-decode.el: Don't autoload executable-find.
19851
19852         * mm-url.el: Don't autoload executable-find.
19853
19854         * mm-view.el: Don't autoload diff-mode.
19855
19856         * nndb.el: Don't autoload news-reply-mode, news-setup,
19857         cancel-timer and telnet.
19858
19859         * password.el: Don't autoload run-at-time for Emacs.
19860
19861         * sha1-el.el: Don't autoload executable-find.
19862
19863         * sieve-mode.el: Don't autoload c-mode.
19864
19865         * uudecode.el: Don't autoload executable-find.
19866
19867 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19868
19869         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19870         (gnus-agent-possibly-alter-active): Avoid null in numeric
19871         comparison.
19872         (gnus-agent-set-local): Refuse to save null in local object table.
19873         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19874         list of articles that will be marked as unread.
19875
19876 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19879
19880 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19881
19882         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19883         language tags.
19884
19885 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19886
19887         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19888         Don't bind "obarray".
19889
19890         * gnus-sum.el (gnus-thread-sort-functions):
19891         Add `gnus-thread-sort-by-most-recent-number' and
19892         `gnus-thread-sort-by-most-recent-date'.
19893         Reported by Kai Grossjohann <kai@emptydomain.de>.
19894
19895 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19898
19899 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19900
19901         * gnus-cus.el (gnus-agent-customize-category):
19902         Remove ignore-errors macro reference that required cl to be loaded at
19903         run-time.
19904
19905         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19906         single-interval range of the form (min . max).  Previously the
19907         range had to look like ((min . max)).  Likewise, return
19908         (min . max) rather than ((min . max)).
19909         (gnus-range-map): Use gnus-range-normalize to accept
19910         single-interval range.
19911
19912         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19913         the cache, but not the agent, now appear with their usual face.
19914
19915         * dgnushack.el (loaddir): New variable that is bound to the
19916         directory containing the dgnushack.el file. Use loaddir, rather
19917         than srcdir, to update load-path. Change lets dgnushack compile
19918         code in directories other than GNUS/lisp.
19919
19920 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * lpath.el: Don't bind w3m-safe-url-regexp.
19923
19924         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19925         w3m-safe-url-regexp variable buffer-local.
19926
19927         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19928
19929 2004-02-27  Simon Josefsson  <jas@extundo.com>
19930
19931         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19932         gnus-group-real-prefix.
19933         (gnus-summary-move-article): Use it, instead of
19934         gnus-group-real-prefix.
19935
19936 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * lpath.el: Bind w3m-safe-url-regexp.
19939
19940         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19941         w3m-safe-url-regexp variable buffer-local and set it as the value
19942         of mm-w3m-safe-url-regexp.
19943
19944         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19945
19946         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19947         parsing gnus-posting-styles when the message is not for replying.
19948
19949         * dgnushack.el: Autoload sgml-mode for XEmacs.
19950
19951         * nnrss.el (nnrss-opml-export):
19952         Use mm-set-buffer-file-coding-system instead of
19953         set-buffer-file-coding-system.
19954
19955 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19956
19957         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19958         of checkdoc.el).
19959         * nnrss.el: do.
19960         * gnus-mlspl.el: do.
19961         * gnus-ml.el: do.
19962         * gnus-srvr.el: do.
19963
19964         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19965
19966 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19967
19968         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19969         Corrections to custom-manual links.
19970
19971         * gnus-art.el (gnus-article): Ditto.
19972
19973         * mm-decode.el (mime-display, mime-security): Ditto.
19974
19975 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * flow-fill.el: Typo.
19978
19979 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19980
19981         * spam-wash.el: New file.
19982
19983 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19984
19985         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19986
19987 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19988
19989         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19990         to be run with new-articles as LIST1, not LIST2.
19991         (spam-registration-functions): Add spam-use-ham-copy as a nil
19992         registration backend.
19993
19994 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19995
19996         * spam-stat.el (spam-stat-washing-hook): New option.
19997         (spam-stat-buffer-words): Use it.
19998         (spam-stat-process-directory, spam-stat-test-directory):
19999         Use insert-file-contents-literally.
20000         (spam-stat-coding-system): New variable.
20001         (spam-stat-load, spam-stat-save): Use it.
20002
20003 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20004
20005         * spam-report.el (spam-report-plug-agent):
20006         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20007
20008 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20009
20010         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20011         Allow / in mailto URLs.
20012
20013 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20014
20015         * spam-report.el (spam-report-process-queue): Fix interactive use.
20016         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20017         (spam-report-unplug-agent): Doc fixes.
20018         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20019         (spam-report-agentize, spam-report-deagentize): Autoload.
20020
20021 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20024
20025         * message.el (message-setup-fill-variables): Add mml tags to
20026         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20027         <ajk@iu.edu>.
20028         (message-mode): Don't modify paragraph-separate there.
20029
20030 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * compface.el (uncompface-use-external): Default to undecided.
20033         (uncompface-use-external-threshold): New variable.
20034         (uncompface-float-time): New macro.
20035         (uncompface): Determine whether to use the external decoder if
20036         uncompface-use-external is undecided.
20037
20038 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20039
20040         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20041         after images.
20042
20043         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20044
20045 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20048
20049         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20050
20051         * gnus-sum.el (gnus-summary-limit-to-age)
20052         (gnus-summary-limit-children): do.
20053
20054         * gnus-int.el (gnus-request-scan): do.
20055
20056         * gnus-group.el (gnus-group-suspend): do.
20057
20058         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20059
20060         * gnus-cite.el (gnus-cite-parse-attributions): do.
20061
20062         * gnus-agent.el (gnus-summary-set-agent-mark)
20063         (gnus-agent-regenerate-group): do.
20064
20065         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20066
20067         * binhex.el (binhex-decode-region-internal): do.
20068
20069 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20070
20071         * gnus-fun.el (gnus-face-properties-alist): New user option.
20072         (gnus-display-x-face-in-from): Use it.
20073
20074         * gnus-art.el (article-display-face): Ditto.
20075
20076         * compface.el (uncompface-use-external): Default to nil.
20077
20078 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20079
20080         * nntp.el (nntp-erase-buffer): New function.
20081         (nntp-retrieve-data, nntp-send-command)
20082         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20083         (nntp-possibly-change-group): Use it.
20084
20085         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20086         Use with-current-buffer.
20087
20088 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20089
20090         * compface.el: Merge the ELisp-based uncompface program.
20091         (compface): New customization group.
20092         (uncompface-use-external): New user option.
20093         (uncompface): Call uncompface-internal if uncompface-use-external
20094         is nil.
20095         (uncompface-internal): New function.  Note that there are also
20096         some other functions and variables added for this function.
20097
20098 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20099
20100         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20101         if necessary.
20102
20103 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20104
20105         * spam-report.el (spam-report-unplug-agent)
20106         (spam-report-plug-agent, spam-report-deagentize)
20107         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20108         Add support for the Agent in spam-report: when unplugged, report to a
20109         file; when plugged, submit all the requests.
20110
20111         * spam.el (spam-register-routine): Fix message about
20112         registration.
20113
20114 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20115
20116         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20117         dependencies.
20118         (rfc2047-encode): Use it.
20119
20120         * gnus-art.el (gnus-button-marker-list): Move before first
20121         reference.
20122
20123         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20124         (imap-parse-body): Fix format string mismatch.
20125
20126         * gnus-score.el (gnus-summary-increase-score): do.
20127
20128         * nnrss.el (nnrss-close): New function.
20129
20130 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * nnrss.el (nnrss-make-filename): New function.
20133         (nnrss-request-delete-group, nnrss-read-server-data)
20134         (nnrss-save-server-data, nnrss-read-group-data)
20135         (nnrss-save-group-data): Use it.
20136         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20137         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20138         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20139
20140 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20141
20142         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20143
20144 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20145
20146         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20147         files.
20148
20149         * message.el (message-generate-headers-first): Don't quote nil
20150         and t in docstrings.
20151
20152         * imap.el (imap-id): do.
20153
20154         * gnus-agent.el (gnus-agent-consider-all-articles)
20155         (gnus-agent-queue-mail): do.
20156
20157 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20158
20159         * spam-report.el (spam-report-process-queue): New function.
20160         Process requests from `spam-report-requests-file'.
20161         (spam-report-process-queue): Doc fix.
20162
20163 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * spam.el (spam-register-routine)
20166         (spam-log-processing-to-registry, spam-log-registered-p)
20167         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20168         Change "check" to "spam-check" for semi-clarity.
20169
20170 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20171
20172         * pop3.el: Require nnheader.
20173
20174         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20175
20176         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20177
20178         * gnus-picon.el: Require cl.
20179
20180         * gnus-fun.el: Require gnus-ems and gnus-util.
20181
20182         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20183
20184         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20185
20186         * gnus-art.el (gnus-article-edit-mode): Define before first
20187         reference.
20188
20189 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20190
20191         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20192         (gnus-uu-post-encoded): Use point-at-bol.
20193
20194         * gnus-topic.el (gnus-group-active-topic-p): do.
20195
20196         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20197
20198         * gnus-group.el (gnus-group-kill-region): do.
20199
20200         * gnus-art.el (article-date-ut): do.
20201
20202         * message.el (message-fetch-field): Remove redundant
20203         case-fold-search binding.
20204         (message-narrow-to-field): Simplify.
20205
20206 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20207
20208         * spam.el (spam-directory): Derive from `gnus-directory'.
20209
20210         * spam-report.el (spam-report-url-to-file)
20211         (spam-report-requests-file): New function and variable for offline
20212         reporting.
20213         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20214         and user defined function.
20215         (spam-report-url-ping-mm-url): Remove doubled slash.
20216
20217 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20218
20219         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20220
20221 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20222
20223         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20224         Fix format string mismatch.
20225
20226         * sieve.el (sieve-deactivate-all): do.
20227
20228         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20229
20230         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20231
20232         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20233
20234         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20235
20236 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20237
20238         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20239         the list of checks.
20240
20241 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20242
20243         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20244         padding.
20245
20246 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20247
20248         * mm-view.el (mm-fill-flowed): New variable.
20249         (mm-inline-text): Use it.
20250
20251 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20252
20253         * spam.el (spam-spamassassin-register-ham-routine)
20254         (spam-spamassassin-register-spam-routine): Fix function names.
20255
20256 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * gnus.el (gnus-tmp-grouplens): Remove.
20259         (gnus-summary-line-format): Remove grouplens.
20260
20261         * gnus-group.el (gnus-group-line-format): Ditto.
20262
20263         * gnus-spec.el (gnus-format-specs): Ditto.
20264         (gnus-update-format-specifications): Flush the group format spec
20265         cache if there's the grouplens stuff.
20266         (gnus-parse-simple-format): Replace %l with the empty string.
20267
20268 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20269
20270         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20271         omission.
20272
20273 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20276         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20277
20278 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20279
20280         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20281         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20282         New macros and functions.
20283         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20284         Handle > NLINK_MAX messages.
20285         * nnmaildir.el (nnmaildir-request-set-mark):
20286         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20287
20288 2004-01-25  Alex Schroeder  <alex@gnu.org>
20289
20290         * spam-stat.el (spam-stat-process-directory-age): New option.
20291         (spam-stat-process-directory): Use it.
20292
20293 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20294
20295         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20296         (spam-stat-save): Accept prefix argument.
20297
20298 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20299
20300         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20301         links" error.
20302
20303 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20306         the rest of the and/or forms.
20307
20308 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20309
20310         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20311         compatibility with old .newsrc.eld files.
20312
20313         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20314
20315         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20316
20317         * gnus-start.el (gnus-1): do.
20318
20319         * gnus-group.el (gnus-group-line-format-alist): do.
20320
20321         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20322
20323         * gnus-gl.el: Remove.
20324
20325 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20326
20327         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20328         marks consisting of a single range {for example, (3 . 5)} rather
20329         than a list of a single range { ((3 . 5)) }.
20330
20331 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20332
20333         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20334         Use with-current-buffer.
20335         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20336         avoid consing a string.
20337
20338         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20339         Remove obsolete entries for big5 and gb2312.
20340
20341 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20342
20343         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20344         uncompressed list.
20345
20346 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20347
20348         * spam-stat.el (spam-stat-strip-xref): New function.
20349         (spam-stat-process-directory): Use it.
20350
20351         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20352         here -- it's done in message-fetch-field.
20353
20354 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20355
20356         * gnus-agent.el (gnus-agent-queue-mail)
20357         (gnus-agent-prompt-send-queue): New variables.
20358         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20359         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20360         "nndraft:queue" along to gnus-draft-send.
20361         Use gnus-agent-prompt-send-queue.
20362         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20363         is "nndraft:queue".  Suggested by Gaute Strokkenes
20364         <gs234@srcf.ucam.org>
20365
20366         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20367         (agent-enable-undownloaded-faces): Add.
20368         (gnus-agent-cat-groups): Use eval-and-compile, not
20369         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20370         method of gnus-agent-cat-groups even when the buffer has been
20371         evaled.
20372         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20373         delete gnus-agent-save-active-1.
20374         (gnus-agent-save-groups): Delete.  Identical to
20375         gnus-agent-save-active.
20376         (gnus-agent-write-active): No longer adjust agent's copy of active
20377         file as agent's adjustments are now stored in their own
20378         file.  Remove optional parameter.
20379         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20380         servers.  Add use of min/max range limits from server's local
20381         file.
20382         (gnus-agent-save-alist): Remove unused optional argument.
20383         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20384         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20385         (gnus-agent-set-local): A per-server file that keeps min/max range
20386         limits for articles known to the agent.  Provides a fast mechanism
20387         for altering many active ranges.
20388         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20389         active file (local makes it unnecessary).
20390         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20391
20392         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20393         (agent-enable-undownloaded-faces): Add.
20394
20395         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20396         disable it when sending to "nndraft:queue".
20397         (gnus-group-send-queue): Add safety check to avoid sending queue
20398         when unplugged.
20399
20400         * gnus-group.el (gnus-group-catchup): Use new
20401         gnus-sequence-of-unread-articles, not
20402         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20403         numbers of articles.  Use gnus-range-map to avoid having to
20404         uncompress the unread list.
20405         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20406         Fix invalid ange-ftp reference.
20407
20408         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20409         (gnus-sorted-range-intersection): Intersection of two ranges
20410         without requiring that they first be uncompressed.
20411
20412         * gnus-start.el (gnus-activate-group): Unless blocked by the
20413         caller, possibly expand the active range to include both cached
20414         and agentized articles.
20415         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20416         multiple version-dependent converters.
20417         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20418         gnus-agent-save-active.
20419         (gnus-save-newsrc-file): Save dirty agent range limits.
20420
20421         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20422         gnus-agent-possibly-alter-active.
20423         (gnus-adjust-marked-articles): Faster handling of simple lists.
20424
20425 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20426
20427         * spam-stat.el (spam-stat-test-directory): New optional argument
20428         displays a list of files detected.  Suggested by Andrew Cohen
20429         <cohen@andy.bu.edu>.
20430         (spam-stat-buffer-words-with-scores): Don't narrow and change
20431         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20432
20433 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20434
20435         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20436         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20437         (spam-spamassassin-arguments)
20438         (spam-spamassassin-spam-flag-header)
20439         (spam-spamassassin-positive-spam-flag-header)
20440         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20441         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20442         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20443         (spam-list-of-processors, spam-list-of-checks)
20444         (spam-list-of-statistical-checks, spam-registration-functions)
20445         (spam-check-spamassassin-headers, spam-check-spamassassin)
20446         (spam-spamassassin-score)
20447         (spam-spamassassin-register-with-sa-learn)
20448         (spam-spamassassin-register-spam-routine)
20449         (spam-spamassassin-register-ham-routine)
20450         (spam-assassin-register-spam-routine)
20451         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20452         (spam-bogofilter-score): Fix to show article before scoring.
20453
20454 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20455
20456         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20457         default scoring function.
20458         (spam-generic-score): Call spam-spamassassin-score if
20459         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20460         spam-bogofilter-score otherwise.
20461
20462         * gnus.el (spam-process, spam-autodetect-methods):
20463         Add spamassassin and spamassassin-headers.
20464
20465 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20466
20467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20468         Suppress unnecessary messages.
20469
20470 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20471
20472         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20473         make-hash-table.
20474
20475 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20476
20477         * canlock.el (base64-encode-string): Don't autoload it.
20478
20479 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20480
20481         * run-at-time.el: Remove useless (require 'itimer),
20482         eval-and-compile and (featurep 'xemacs).
20483
20484 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20487         GROUP is a virtual group.
20488
20489 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20490
20491         * gnus.el: Autoload `message-y-or-n-p'.
20492
20493 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20494
20495         * pgg-parse.el: Remove unnecessary (require 'custom).
20496
20497         * pgg-def.el: do.
20498
20499         * nnmail.el: do.
20500
20501         * gnus-undo.el: do.
20502
20503         * gnus-picon.el: do.
20504
20505         * gnus-util.el: do.
20506
20507 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20508
20509         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20510
20511 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20512
20513         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20514         handle, as well as a list.
20515
20516         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20517         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20518         (mm-w3m-cid-retrieve): Simplify.
20519
20520 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20521
20522         * message.el (message-kill-to-signature): Allow prefix arg to
20523         specify number of lines to keep before signature.
20524
20525 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20526
20527         * message.el (message-kill-to-signature): Change docstring.
20528
20529 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * canlock.el: Always require sha1-el.
20532         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20533
20534         * message.el: Autoload sha1 only when compiling.
20535
20536         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20537         eudc-expand-inline for XEmacs.
20538
20539 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20540
20541         * message.el (message-canlock-generate): Require sha1-el.
20542
20543 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20544
20545         * message.el (message-expand-name): Silence the byte compiler.
20546
20547         * lpath.el: Add detect-coding-system.
20548
20549         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20550         cus-edit.
20551
20552 2004-01-13  Simon Josefsson  <jas@extundo.com>
20553
20554         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20555         Invoke gnus-score-mode.
20556         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20557
20558         * gnus-range.el (gnus-compress-sequence): Doc fix.
20559         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20560
20561 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20562
20563         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20564
20565 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20566
20567         * spam.el (spam-get-article-as-string): Update to use
20568         gnus-request-article-this-buffer, much simpler.
20569         (spam-get-article-as-buffer): Remove.
20570
20571 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20572
20573         * message.el (message-expand-name): Use EUDC if the user uses that.
20574
20575 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20576
20577         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20578         character for the encoding to avoid consing a string.
20579
20580         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20581         unnecessarily.
20582
20583         * mm-util.el (mm-replace-chars-in-string): Remove.
20584
20585         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20586         of mm-replace-chars-in-string.
20587
20588 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20589
20590         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20591
20592         * mm-util.el (mm-subst-char-in-string): Support inplace.
20593
20594         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20595         a new string in every iteration.  Use shy groups.
20596
20597 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20598
20599         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20600         * gnus-soup.el (gnus-soup-group-brew):
20601         * gnus-msg.el (gnus-put-message):
20602         * gnus-move.el (gnus-group-move-group-to-server):
20603         * gnus-kill.el (gnus-batch-score):
20604         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20605         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20606         (gnus-group-update-group, gnus-group-read-group)
20607         (gnus-group-make-group, gnus-group-make-help-group)
20608         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20609         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20610         (gnus-group-sort-by-unread, gnus-group-catchup)
20611         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20612         (gnus-group-yank-group, gnus-group-set-info)
20613         (gnus-group-list-groups):
20614         * gnus.el (gnus-generate-new-group-name):
20615         * gnus-delay.el (gnus-delay-send-queue):
20616         * nnvirtual.el (nnvirtual-catchup-group):
20617         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20618         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20619         (gnus-group-prepare-topics, gnus-topic-check-topology):
20620         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20621         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20622         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20623         (gnus-group-make-articles-read):
20624         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20625         (gnus-group-change-level, gnus-kill-newsgroup)
20626         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20627         (gnus-get-unread-articles, gnus-make-articles-unread)
20628         (gnus-make-ascending-articles-unread): Use accessor
20629         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20630         to get group information for improved readability.
20631
20632
20633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20634
20635         * gnus-art.el (article-decode-mime-words, article-babel)
20636         (gnus-article-highlight-signature, gnus-article-add-buttons)
20637         (gnus-signature-toggle): Use gnus-with-article-buffer.
20638
20639         * gnus-art.el (gnus-article-highlight-headers)
20640         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20641
20642         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20643         (gnus-article-set-globals, gnus-request-article-this-buffer)
20644         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20645         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20646         (gnus-mime-display-alternative): Use with-current-buffer.
20647
20648 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20649
20650         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20651         also under 80 char limit, and call gnus-error if needed.
20652         (spam-fetch-article-header): Fix - it was a
20653         buffer-local variable (gnus-newsgroup-data).
20654         (spam-find-spam): Use spam-generate-fake-headers, forget about
20655         spam-insert-fake-headers.
20656         (spam-insert-fake-headers): Remove.
20657
20658 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20659
20660         * deuglify.el (gnus-article-outlook-unwrap-lines)
20661         (gnus-outlook-rearrange-article)
20662         (gnus-outlook-repair-attribution-outlook)
20663         (gnus-outlook-repair-attribution-block)
20664         (gnus-outlook-repair-attribution-other): Remove redundant
20665         save-excursion.
20666
20667 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20668
20669         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20670         (spam-fetch-field-subject-fast)
20671         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20672         (spam-fetch-article-header): Add functions to deal with Gnus
20673         internals for fast retrieval of article header data.
20674         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20675
20676 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20677
20678         * pop3.el (pop3-md5): Remove.
20679         (pop3-apop): Replace pop3-md5 with md5.
20680
20681         * mm-bodies.el: base64 is always built-in.
20682
20683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20684         Use with-current-buffer.
20685
20686 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * canlock.el (canlock-insert-header): Remove excessive grouping in
20689         regexp.
20690
20691         * gnus-sum.el (gnus-summary-read-document): Ditto.
20692
20693         * gnus-uu.el (gnus-uu-part-number): Ditto.
20694
20695         * html2text.el (html2text-remove-tags): Ditto.
20696         (html2text-format-tags): Ditto.
20697         (html2text-format-single-elements): Ditto.
20698
20699         * mml.el (mml-parse-1): Ditto.
20700
20701 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20702
20703         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20704
20705         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20706
20707         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20708
20709         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20710
20711 2003-11-15  Simon Josefsson  <jas@extundo.com>
20712
20713         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20714         (pgg-gpg-lookup-key): Use regexp match instead of
20715         split-string (split-string is different between emacs 21.2 and
20716         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20717
20718 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20719
20720         * gnus-art.el (gnus-mime-view-all-parts)
20721         (gnus-article-part-wrapper, gnus-article-view-part):
20722         Use with-current-buffer.
20723
20724 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20725
20726         * spam.el (spam-disable-spam-split-during-ham-respool)
20727         (spam-spamoracle-database, spam-cache-lookups)
20728         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20729         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20730         (spam-group-ham-marks, spam-group-spam-marks)
20731         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20732         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20733         also add spam-use-blackholes to the statistical checks.
20734         (spam-fetch-field-fast): Add interface to fetching fields, may
20735         become a macro.
20736         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20737         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20738         (spam-insert-fake-headers): Fake an article when needed.
20739         (spam-find-spam): Fake article when possible.
20740         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20741         (spam-check-bogofilter-headers): Use message-fetch-field instead
20742         of nnmail-fetch-field.
20743
20744 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20745
20746         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20747
20748 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20749
20750         * spam.el (spam-split): Do not require spam-use-CHECK to be
20751         enabled if that check is passed to spam-split explicitly; also
20752         fix so 'spam doesn't get converted to spam-split-group when
20753         spam-split-symbolic-return is t.
20754         (spam-find-spam): Find registrations of the article and use those
20755         instead of re-running spam-split to find the spam/ham
20756         classification of the article.
20757         (spam-log-processing-to-registry, spam-log-registered-p)
20758         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20759         Use gnus-error instead of gnus-message.
20760         (spam-log-registration-type): Add function to determine the
20761         classification of a message based on registry entries; will
20762         return nil if both 'spam and 'ham are found.
20763         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20764         a reasonably fast local cache without the loading errors.
20765         (spam-cache-lookups): Set to t by default.
20766         (spam-find-spam): Don't try to guess spam-cache-lookups.
20767         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20768         spam-caches entry.
20769         (spam-filelist-build-cache, spam-filelist-check-cache):
20770         Fix caching of whitelist/blacklist entries.
20771         (spam-check-whitelist, spam-check-blacklist):
20772         Invoke spam-from-listed-p with a type, not a cache variable.
20773         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20774
20775 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20776
20777         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20778
20779         * nnmail.el (nnmail-split-fancy): do.
20780
20781         * mml.el (mml-parse): do.
20782
20783         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20784         (gnus-score-adaptive): do.
20785
20786 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20787
20788         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20789         (gnus-mime-button-map): Don't set keymap parent.
20790         (gnus-button-ctan-directory-regexp): Use shy grouping.
20791         (gnus-prev-page-map): Don't set keymap parent.
20792         (gnus-prev-page-map): Remove duplicated one.
20793         (gnus-next-page-map): Don't set keymap parent.
20794         (gnus-mime-security-button-map): Ditto.
20795
20796         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20797         version number.
20798
20799         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20800
20801 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20802
20803         * canlock.el (canlock-sha1-function): Remove.
20804         (canlock-sha1-function-for-verify): Remove.
20805         (canlock-openssl-program): Remove.
20806         (canlock-openssl-args): Remove.
20807         (canlock-ignore-errors): Remove.
20808         (canlock-sha1-with-openssl): Remove.
20809         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20810         (canlock-verify): Don't use canlock-ignore-errors.
20811
20812         * sha1-el.el (sha1-string-external): Make it can return a string
20813         in binary form.
20814         (sha1-region-external): Ditto.
20815         (sha1-string-internal): Ditto.
20816         (sha1-region-internal): Ditto.
20817         (sha1-region): Ditto.
20818         (sha1-string): Ditto.
20819         (sha1): Ditto.
20820
20821 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20822
20823         * spam.el (spam-report-articles-gmane): New command.
20824
20825 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20828
20829         * run-at-time.el (run-at-time-saved): Remove.
20830         (run-at-time): Doc fix.
20831
20832 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20833
20834         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20835         (gnus-summary-limit-map): Add it.
20836         (gnus-summary-make-menu-bar): do.
20837
20838 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20839
20840         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20841         Make attempt at some caching support (done for BBDB only now).
20842         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20843         addresses to be checked.
20844         (spam-clear-cache-BBDB): Add function, to be invoked by
20845         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20846         (spam-check-BBDB): Check and use the caches, if
20847         spam-cache-lookups is on, remove superfluous (provide).
20848
20849 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20850
20851         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20852
20853 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20854
20855         * run-at-time.el (run-at-time-saved): Move to after the definition
20856         of `run-at-time'.
20857
20858         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20859
20860 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20863         mm-w3m-local-map-property.
20864
20865         * mm-view.el (mm-w3m-mode-map): Remove.
20866         (mm-w3m-local-map-property): Remove.
20867         (mm-inline-text-html-render-with-w3m): Don't use
20868         mm-w3m-local-map-property.
20869
20870 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20871
20872         * run-at-time.el: New file.
20873
20874         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20875         under Emacs.
20876
20877         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20878         of gnus-set-text-properties.
20879
20880         * gnus-uu.el (gnus-uu-save-article): Ditto.
20881
20882         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20883
20884         * gnus-cite.el (gnus-cite-parse): Ditto.
20885
20886         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20887         of gnus-.
20888
20889         * gnus-xmas.el (run-at-time): Require run-at-time.
20890
20891         * gnus.el: Change calls to nnheader-run-at-time and
20892         password-run-at-time throughout to use run-at-time directly.
20893
20894         * password.el: Remove definition of run-at-time.
20895
20896         * nnheaderxm.el: Remove definition of run-at-time.
20897
20898 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20899
20900         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20901         in prompt.
20902
20903 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20904
20905         * messagexmas.el (message-xmas-redefine): Alias
20906         `message-make-caesar-translation-table' to
20907         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20908         version.
20909
20910         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20911         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20912         `gnus-xmas-set-text-properties'.
20913         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20914         `gnus-xmas-completing-read'.
20915         (gnus-xmas-completing-read): Removed.
20916         (gnus-xmas-open-network-stream): Removed.
20917
20918         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20919         XEmacs version.
20920
20921         * dns.el (dns-make-network-process): Use `open-network-stream'
20922         instead of `gnus-xmas-open-network-stream'.
20923
20924         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20925
20926         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20927
20928 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20929
20930         * gnus-art.el (gnus-mime-display-alternative)
20931         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20932         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20933         Don't use gnus-local-map-property.
20934
20935         * gnus-util.el (gnus-local-map-property): Remove.
20936
20937         * mm-view.el (mm-view-pkcs7-decrypt):
20938         Replace gnus-completing-read-maybe-default with completing-read.
20939
20940         * gnus-util.el (gnus-completing-read): do.
20941         (gnus-completing-read-maybe-default): Remove.
20942
20943 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20944
20945         * password.el: Only autoload `run-at-time' if not XEmacs.
20946         Only autoload the itimer functions if XEmacs.
20947
20948 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20949
20950         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20951         XEmacsen.
20952
20953         * dgnushack.el: Autoload executable-find for XEmacs.
20954
20955 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20956
20957         * gnus-art.el (gnus-read-string): Remove.
20958         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20959         read-string.
20960
20961 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20962
20963         * netrc.el: Autoload password-read.
20964         (netrc): Add configuration group.
20965         (netrc-encoding-method, netrc-openssl-path):
20966         Add variables for encoding and decoding of files with symmetric
20967         ciphers.
20968         (netrc-encode): Add assistant function to encode a file with
20969         netrc-encoding-method.
20970         (netrc-parse): Add interactive parameter, added optional
20971         decoding if netrc-encoding-method is non-nil but otherwise
20972         behavior is standard.
20973         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20974         Do s/encode/encrypt/ everywhere.
20975
20976         * spam.el: Remove executable-find autoload.
20977
20978 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20979
20980         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20981
20982         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20983
20984 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20985
20986         * gnus-art.el (gnus-treat-ansi-sequences)
20987         (article-treat-ansi-sequences): New variable and function.
20988         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20989
20990         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20991         Use it.
20992
20993 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20994
20995         * mm-util.el (mm-quote-arg): Remove.
20996
20997         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20998         shell-quote-argument.
20999
21000         * gnus-uu.el (gnus-uu-command): do.
21001
21002         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21003
21004         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21005         with make-char.
21006
21007         * mm-util.el (mm-make-char): Remove.
21008
21009         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21010         add-minor-mode.
21011
21012         * gnus-undo.el (gnus-undo-mode): do.
21013
21014         * gnus-topic.el (gnus-topic-mode): do.
21015
21016         * gnus-sum.el (gnus-dead-summary-mode): do.
21017
21018         * gnus-start.el (gnus-slave-mode): do.
21019
21020         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21021
21022         * gnus-ml.el (gnus-mailing-list-mode): do.
21023
21024         * gnus-gl.el (gnus-grouplens-mode): do.
21025
21026         * gnus-draft.el (gnus-draft-mode): do.
21027
21028         * gnus-dired.el (gnus-dired-mode): do.
21029
21030         * gnus-ems.el (gnus-add-minor-mode): Remove.
21031
21032         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21033         Replace gnus-char-width with char-width.
21034
21035         * gnus-ems.el (gnus-char-width): Remove.
21036
21037         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21038         Replace gnus-char-width with char-width.
21039
21040         * gnus-ems.el (gnus-char-width): Remove.
21041
21042         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21043         definition.
21044         Remove Emacs 20 hash table compatibility code.
21045
21046         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21047         20 compatibility code.
21048
21049         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21050
21051         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21052
21053         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21054         Replace with point-at-{eol,bol}.
21055
21056         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21057
21058         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21059
21060         * flow-fill.el (fill-flowed-point-at-bol)
21061         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21062
21063         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21064         Replace with point-at-{eol,bol} throughout all files.
21065
21066 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21067
21068         * ntlm.el (ntlm-string-as-unibyte): New macro.
21069         (ntlm-build-auth-response): Use it.
21070
21071         Remove Emacs 20 stuff:
21072         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21073         (butlast, mapc, remove): Remove the compiler macros.
21074         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21075         of delq and copy-sequence.
21076         * gnus-art.el (popup-menu): Remove the compiler macro.
21077         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21078         Emacs 20.
21079
21080 2004-01-05  Simon Josefsson  <jas@extundo.com>
21081
21082         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21083         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21084         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21085         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21086         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21087         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21088         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21089         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21090         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21091         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21092         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21093         string-xor into ntlm-string-xor.
21094         Suggested by Jesper Harder <harder@myrealbox.com>.
21095
21096         * ntlm.el: Don't include poem.
21097
21098         * md4.el (print-int32, print-string-hexa): Remove.
21099         Suggested by Jesper Harder <harder@myrealbox.com>.
21100
21101         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21102
21103         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21104         probably breaks emacs with DL patch, but do we care? Is anyone
21105         still using the DL stuff?)
21106
21107         * sieve-manage.el: Use the password package.
21108         (sieve-manage-read-passwd): Remove.
21109         (sieve-manage-interactive-login): Use password.  Re-add
21110         condition-case around loop.
21111
21112         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21113         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21114         Use the password package.
21115
21116 2003-02-19  Simon Josefsson  <jas@extundo.com>
21117
21118         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21119         token.
21120
21121 2002-08-07  Simon Josefsson  <jas@extundo.com>
21122
21123         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21124         (sieve-manage-authenticators):
21125         (sieve-manage-authenticator-alist): Add some SASL mechs.
21126         (sieve-sasl-auth): New function.
21127         (sieve-manage-cram-md5-auth):
21128         (sieve-manage-plain-auth): Rewrite using SASL library.
21129         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21130         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21131         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21132         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21133
21134 2004-01-05  Simon Josefsson  <jas@extundo.com>
21135
21136         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21137         New files.
21138
21139 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21140
21141         * gnus-group.el (gnus-no-groups-message): Update.
21142
21143         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21144
21145 2003-11-09  Simon Josefsson  <jas@extundo.com>
21146
21147         * imap.el: Support for ID IMAP extension (RFC 2971).
21148         (imap-local-variables): Add imap-id.
21149         (imap-id): New variable.
21150         (imap-id): New function.
21151         (imap-parse-response): Parse untagged ID response.
21152         * nnimap.el (nnimap-id): New variable.
21153         (nnimap-open-connection): Use it.
21154
21155 2003-12-28  Simon Josefsson  <jas@extundo.com>
21156
21157         * gnus-score.el (gnus-score-edit-all-score): New.
21158         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21159
21160 2004-01-04  Simon Josefsson  <jas@extundo.com>
21161
21162         * password.el: Add.
21163
21164 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21165
21166         * dns.el (dns-query-types): Fix typo.
21167         (dns-query-types): New function.
21168         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21169         PTR and SOA replies, see RFC 1035.
21170
21171 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21172
21173         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21174
21175         * Move to Changelog.2.
21176
21177 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21178
21179         * gnus.el (gnus-version-number): Bump version.
21180
21181 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21182
21183         * gnus.el: No Gnus v0.1 is released.
21184
21185 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21186
21187         * gnus.el: No Gnus v0.0 is released.
21188
21189 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21190
21191         * gnus.el (gnus-version-number): Bump.
21192         (gnus-version): No.
21193
21194 See ChangeLog.2 for earlier changes.
21195
21196   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21197
21198   This file is part of GNU Emacs.
21199
21200   GNU Emacs is free software: you can redistribute it and/or modify
21201   it under the terms of the GNU General Public License as published by
21202   the Free Software Foundation, either version 3 of the License, or
21203   (at your option) any later version.
21204
21205   GNU Emacs is distributed in the hope that it will be useful,
21206   but WITHOUT ANY WARRANTY; without even the implied warranty of
21207   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21208   GNU General Public License for more details.
21209
21210   You should have received a copy of the GNU General Public License
21211   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21212
21213 ;; Local Variables:
21214 ;; coding: utf-8
21215 ;; fill-column: 79
21216 ;; add-log-time-zone-rule: t
21217 ;; End: