65e391f64c5e0a1e3d7e27dabd00910385e46a5f
[gnus] / lisp / ChangeLog
1 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-save-behavior): New variable to replace
4         `auth-source-never-create'.
5         (auth-source-netrc-create): Use it.
6         (auth-source-never-save): Remove.
7
8 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
9
10         * nnimap.el (nnimap-stream): Doc fix.
11         (nnimap-open-connection-1): Reverse the order of the ports to that the
12         prompted-for port is first.
13
14         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
15         retrieval by the no-group selection.
16
17         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
18         numerical parameters.
19
20 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * auth-source.el (auth-source-creation-prompts): New variable to manage
23         creation-time prompts.
24         (auth-source-search): Document it.
25         (auth-source-format-prompt): Add utility function.
26         (auth-source-netrc-create): Don't default the user name to
27         user-login-name.  Use `auth-source-creation-prompts' and some default
28         prompts for user, host, port, and password (the default generic prompt
29         remains ugly).
30         (auth-source-never-save): Add customizable option to never save info.
31         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
32         mode excursion.
33
34 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
37         argument that XEmacs doesn't support.
38
39         * dgnushack.el (dgnushack-compile): Exclude color.el from being
40         compiled for Emacsen having no `libxml-parse-html-region' support.
41
42         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
43
44         * lpath.el: Bind buffer-save-without-query for XEmacs.
45
46 2011-02-23  Julien Danjou  <julien@danjou.info>
47
48         * gnus-art.el (article-make-date-line): Ignore errors if time is
49         invalid and not convertible.
50         (article-make-date-line): Only add lapsed time if time is not nil.
51
52 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
55         `read-char-choice' for backwards compatibility.
56         (auth-source-netrc-element-or-first): New function to DTRT for
57         parameter extraction.
58         (auth-source-netrc-create): Use it and fix multiple parameter print
59         bug.  Use the default passed from above (given-default) or the
60         built-in (user-login-name for :user).
61
62 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-start.el (gnus-dribble-read-file): Set
65         buffer-save-without-query, since we always want to save the dribble
66         file, probably.
67
68         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
69         nnimap.
70
71         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
72         -summary- since it's a user-visible variable.
73
74         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
75         first time you use the new Gnus.
76
77 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
78
79         * auth-source.el: Don't load netrc.el.
80         (auth-sources): Search ~/.netrc as well by default.
81         (auth-source-debug): Add 'trivia option for extra output.
82         (auth-source-do-trivia): Use it.
83         (auth-source-search): Simplify logic to use
84         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
85         appropriate.  Don't keep a running count at this level.  Layer :create
86         and :delete options appropriately on the first and second passes.
87         Don't track the backend with the search results.
88         (auth-source-search-backends): New function to search a list of
89         backends for a processed spec.
90         (auth-source-netrc-parse): Cache all netrc files, making
91         auth-source-netrc-cache an alist keyed by the file name and using the
92         file mtime as the caching criterion.  Keep the obfuscated data secret
93         with a lexical bind.
94         (auth-source-netrc-search): Don't calculate the length of the results
95         unnecessarily.
96         (auth-source-search-backends): Fix bug.
97         (auth-source-netrc-create): Rework prompts.
98
99 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
102         Lower case names of search constraints.
103         (nnir-run-query): Cache and reuse search constraints for all imap
104         servers.
105
106 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
109         after exit.
110         (gnus-setup-message): Define missing variable from last checkin.
111
112         * gnus-sum.el (gnus-summary-show-article): When called with t as the
113         value, show the raw article.
114
115 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
116
117         * gnus.el: No Gnus v0.13 is released.
118
119 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
120
121         * nnimap.el (nnimap-open-connection-1): Revert last change, since
122         auth-source now accepts numbers.
123
124         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
125         spec, too.
126         (auth-source-ensure-strings): New function.
127
128         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
129         (gnus-article-setup-buffer): Always restart the date timer so that user
130         changes to the frequency is respected.
131
132         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
133         port numbers, so make sure it gets that if nnimap-server-port is
134         explicit.
135
136 2011-02-21  Simon Josefsson  <simon@josefsson.org>
137
138         * nnimap.el (nnimap-inbox): Doc fix.
139
140 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
141
142         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
143         Autoload.  Add optional arg FRAME, and pass it to color-values.
144         (color-complement): Caller changed.  Doc fix.
145         (color-gradient): Rewrite for better clarity and efficiency.
146
147 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
148
149         * shr-color.el (shr-color->hexadecimal): Use renamed function names
150         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
151         color-lab-to-srgb.
152
153 2011-02-20  Drew Adams  <drew.adams@oracle.com>
154
155         * color.el: First part of merge from hexrgb.el.
156         (color-rgb-to-hex): Rename from color-rgb->hex.
157         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
158         saturation to zero if the value is too small.
159         (color-rgb-to-hsl): Rename from color-rgb->hsl.
160         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
161         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
162         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
163         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
164         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
165         (color-cie-de2000): Doc fix.
166
167 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
168
169         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
170         given method as in the group name if we're using an extended method.
171         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
172         command, if we're using that, instead of waiting for the beginning.
173
174         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
175         we're sure to get unique server names, and we don't output two async
176         commands in the same buffer.  This fixes an NNTP hang for some users.
177
178 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
179
180         * gnus.el: No Gnus v0.11 is released.
181
182 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
185         summary buffer before reading going to the next buffer.  This avoids
186         putting the point in the group buffer if you `C-g' the command.
187
188         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
189         cache (for now) to make ~/.authinfo.gpg files usable.
190
191         * nnfolder.el (copyright-update): Define for the compiler.
192
193         * auth-source.el (auth-source-search): Fix unbound variable.
194
195 2011-02-19  Glenn Morris  <rgm@gnu.org>
196
197         * gnus.el (gnus-meta): Doc fix.
198
199 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
200
201         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
202         in case it's not yet loaded.
203
204 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
207         line we're waiting for.
208
209 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
210
211         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
212         face with line-width greater than zero will cause RET in gnus summary
213         buffer to scroll down article page-wise because auto vscroll happens,
214         it should be temporalily disabled when doing a scroll-up.
215
216 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
219         outputs from the server.
220
221 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
222
223         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
224         later so that bbdb can hook in easier.
225
226 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * auth-source.el (auth-source-search): Don't try to create credentials
229         if the caller doesn't want that.
230         (auth-source-search): If we don't find a match, don't bug out on
231         non-bound variables.
232         (auth-source-search): Only ask a single backend to create the
233         credentials.
234
235         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
236         logging.
237         (nnimap-credentials): Protect against auth-source-search returning nil.
238         (nnimap-request-list): Protect against not being able to open the
239         server.
240
241 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * auth-source.el (auth-source-search): Do a two-phase search, one with
244         no :create to get the responses from all backends.
245
246         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
247         when getting credentials.
248
249         * gnus-util.el (gnus-delete-duplicates): New function.
250
251 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * nnimap.el (nnimap-credentials): Instead of picking the first port as
254         a creation default, pass the whole port list down.  It will be
255         completed.
256
257         * auth-source.el (auth-source-search): Updated docs to talk about
258         multiple creation choices.
259         (auth-source-netrc-create): Accept a list as a value (from the search
260         parameters) and do completion on that list.  Keep a separate netrc line
261         with the password obscured for showing the user.
262
263         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
264         first choice to `auth-source-search' so it will be used for entry
265         creation instead of the server's Gnus-specific name.
266         (nnimap-credentials): Rely on the auth-source library to select which
267         port is actually wanted in the new netrc entry, so don't override
268         `auth-source-creation-defaults'.
269
270         * auth-source.el (auth-source-netrc-parse): Use :port instead of
271         :protocol and accept a missing user, host, or port as a wildcard match.
272         (auth-source-debug): Default to off.
273
274         (auth-source-netrc-search, auth-source-netrc-create)
275         (auth-source-secrets-search, auth-source-secrets-create)
276         (auth-source-user-or-password, auth-source-backend, auth-sources)
277         (auth-source-backend-parse-parameters, auth-source-search): Use :port
278         instead of :protocol.
279
280         * nnimap.el (nnimap-credentials): Pass a port default to
281         `auth-source-search' in case an entry needs to be created.
282         (nnimap-open-connection-1): Use :port instead of :protocol.
283
284 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * auth-source.el: Bind load-path when loading EIEIO from
287         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
288         21.4 doesn't support, to `require'.
289         (auth-source-secrets-search): Use mm-delete-duplicates instead of
290         delete-dups that is not available in XEmacs 21.4.
291
292 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
293
294         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
295         as EIEIO must also be loaded when auth-source.el is being
296         byte-compiled.
297
298 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
301
302         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
303
304         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
305
306         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
307
308         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
309
310         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
311
312         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
313
314         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
315         necessary.
316
317 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
320         nil means that nnimap doesn't get updated.
321
322 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * auth-source.el (auth-source-netrc-create): Return a synthetic search
325         result when the user doesn't want to write to the file.
326         (auth-source-netrc-search): Expect a synthetic result and proceed
327         accordingly.
328         (auth-source-cache-expiry): New variable to override
329         `password-cache-expiry'.
330         (auth-source-remember): Use it.
331
332         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
333         parameter.  Create entry if necessary by using :create t.
334         (nnimap-open-connection-1): Don't pass `inhibit-create'.
335
336 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
337
338         * auth-source.el (auth-source-debug): Enable by default and don't
339         mention the obsolete `auth-source-hide-passwords'.
340         (auth-source-do-warn): New function to debug unconditionally.
341         (auth-source-do-debug): Use it.
342         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
343         and for Secrets API entries when the secrets.el library is not
344         available.
345
346 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
347
348         * gnus-sum.el (gnus-propagate-marks): Default to nil.
349         (gnus-summary-exit): Kill the correct article buffer on exit from a
350         `C-d' group.
351
352         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
353         gnus-propagate-marks.
354
355         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
356         before killing the buffers so that a non-full window conf gets handled
357         correctly.
358         (gnus-summary-exit): Ditto.
359         (gnus-summary-read-group-1): Ditto.
360
361         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
362         async code again so that we can debug it properly.
363
364         * message.el (message-reply): Take an optional switch-buffer parameter
365         so that Gnus window confs are respected better.
366
367 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
370         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
371         docstring.
372         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
373         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
374         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
375         Login collection is "Login" and not "login".
376
377 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
380         multiple headers.
381
382         * nnimap.el (nnimap-inhibit-logging): New variable.
383         (nnimap-log-command): Don't log login commands.
384
385         * auth-source.el (auth-source-netrc-search): The asserts seem to want
386         to have more parameters.
387
388         * nnimap.el (nnimap-send-command): Mark the command time for each
389         command, so that we don't get NOOPs stepping on our toes.
390
391         * gnus-art.el (article-date-ut): Get the date from the Date header on
392         `t'.
393
394 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * auth-source.el (auth-source-search): Use copy-sequence instead of
397         the cl.el copy-list.
398
399 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * imap.el: Bring it back (revert
402         84d800cd31de3064f0ed39617d725709a2f8f42f).
403
404 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
405
406         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
407         Improve prompt.
408
409 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-art.el (gnus-article-mode-line-format): Remove the article
412         washing status from the default format.  It isn't very informative.
413
414 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
415
416         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
417         Gcc processing on imap.
418
419 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * imap.el: Remove file.  All the functionality is in nnimap.el.
422
423 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
424
425         * message.el (message-bury): Don't pop up a new window when selected
426         window is dedicated.
427
428 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
429
430         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
431
432 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * sieve-manage.el: Autoload `auth-source-search'.
435         (sieve-sasl-auth): Use it.
436
437 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * nnimap.el: Autoload `auth-source-forget+'.
440         (nnimap-open-connection-1): Use it if the connection fails.
441
442         * auth-source.el: Require `password-cache'.
443         (auth-source-hide-passwords, auth-source-cache): Remove and mark
444         obsolete.
445         (auth-source-magic): Marker for `password-cache' keys.
446         (auth-source-do-cache): Update docstring.
447         (auth-source-search): Use and check cache.
448         (auth-source-forget-all-cached, auth-source-remember)
449         (auth-source-recall, auth-source-forget, auth-source-forget+)
450         (auth-source-specmatchp): Caching support functions.
451         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
452         Remove and obsolete.
453         (auth-source-user-or-password): Remove caching to further discourage
454         using it.  Always hide passwords.
455
456         * password-cache.el (password-cache-remove): Accept secrets that are
457         not strings.
458
459 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
460
461         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
462         code for now, since it doesn't work for all users.
463
464 2011-02-09  Julien Danjou  <julien@danjou.info>
465
466         * message.el (message-options): Make message-options really buffer
467         local.
468
469 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * mail-source.el: Autoload `auth-source-search'.
472         (mail-source-keyword-map): Note order matters.
473         (mail-source-set-1): Get all the mail-source source values and
474         defaults and search auth-source on those if needed.  This can all
475         probably be simplified.
476
477         * nnimap.el: Autoload `auth-source-search'.
478         (nnimap-credentials): Use it.
479         (nnimap-open-connection-1): Ask for the virtual server and physical
480         address in one shot.
481
482         * nntp.el: Autoload `auth-source-search'.
483         (nntp-send-authinfo): Use it.  Note TODO.
484
485 2011-02-08  Julien Danjou  <julien@danjou.info>
486
487         * shr.el (shr-tag-body): Add support for text attribute in body
488         markups.
489
490         * message.el (message-options): Make message-options a local variable.
491
492 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * auth-source.el (auth-source-secrets-search)
495         (auth-source-user-or-password): Use `append' instead of `nconc'.
496         (auth-source-user-or-password): Build return list better and protect
497         against nil :secret.
498
499 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-update-info): Refactor slightly.
502         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
503         (nnimap-update-info): Clean up slightly.
504         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
505         characters.
506         (nnimap-process-quirk): Rename function to avoid collision.
507         (nnimap-update-info): Fix macrology bug-out.
508         (nnimap-update-info): Simplify split history test.
509
510 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
511
512         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
513         `secrets-get-attributes' instead of `secrets-get-attribute'.
514         (auth-source-secrets-search): Limit search when `max' is greater than
515         number of results.
516
517 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
520         part not returning any data.
521
522         * proto-stream.el (open-protocol-stream): Document the return value.
523
524 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
525
526         * auth-source.el (auth-source-secrets-search): Add examples.
527
528 2011-02-06  Julien Danjou  <julien@danjou.info>
529
530         * message.el (message-setup-1): Handle message-generate-headers-first
531         set to t.
532
533 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
536         API with a string "secrets:collection-name" and with 'default.
537         (auth-source-backend-parse): Parse "secrets:collection-name" and
538         'default.  Recurse on parses instead of repeating code.  Use the
539         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
540         message when ignoring a source.
541         (auth-source-search): List ignored search keys at the top level.
542         (auth-source-netrc-create): Use `case' instead of `cond'.
543         (auth-source-secrets-search): Created with TODOs.
544         (auth-source-secrets-create): Created with TODOs.
545         (auth-source-retrieve, auth-source-create, auth-source-delete)
546         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
547         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
548         (auth-source-user-or-password-sftp)
549         (auth-source-user-or-password-smtp): Removed.
550         (auth-source-user-or-password): Deprecated and modified to be a wrapper
551         around `auth-source-search'.  Not tested thoroughly.
552
553 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         * auth-source.el: Bring in assoc and eioeio libraries.
556         (secrets-enabled): New variable to track the status of the Secrets API.
557         (auth-source-backend): New EIOEIO class to represent a backend.
558         (auth-source-creation-defaults): New variable to set prompt defaults
559         during token creation (see the `auth-source-search' docstring for
560         details).
561         (auth-sources): Simplify to allow a simple string as a netrc backend
562         spec.
563         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
564         (auth-source-backend-parse-parameters): Fill in the backend parameters.
565         (auth-source-search): Main auth-source API entry point.
566         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
567         (auth-source-search-collection): Helper function for searching.
568         (auth-source-netrc-parse, auth-source-netrc-normalize)
569         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
570         Supports search, create, and delete.
571         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
572         backend stubs.
573         (auth-source-user-or-password): Call `auth-source-search' but it's not
574         ready yet.
575
576 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
577
578         * message.el (message-setup-1): Remove the read-only stuff, since it
579         doesn't work under XEmacs, for some reason.
580
581         * gnus-sum.el (gnus-user-date): Rename back from
582         gnus-summary-user-date since user code refers to it.
583
584         * shr.el (shr-render-td): Store the actual background colour used.
585
586         * message.el (message-setup-1): Don't bind the constant
587         -forbidden-properties.
588         (message-setup-1): Revert previous change, since it needs to bind the
589         props to insert them.
590         (message-resend): Allow removing the read-only separator line.
591
592 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
593
594         * nnimap.el (nnimap-request-accept-article): Give an error message if
595         the APPEND wasn't successful.
596
597 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
598
599         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
600         that have no groups.
601
602 2011-02-03  Julien Danjou  <julien@danjou.info>
603
604         * gnus-draft.el: Remove progn around gnus-draft-setup.
605
606 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-start.el (gnus-read-active-for-groups): This function is never
609         called with a nil `infos', so clean that up.
610         (gnus-get-unread-articles): Request active files from primary/secondary
611         methods that have no groups (yet).
612
613 2011-02-03  Julien Danjou  <julien@danjou.info>
614
615         * message.el (message-setup-1): Always generate References first.
616         (message-mail): Return the return value of message-setup, not always t.
617         (message-setup-1): Insert mail-header-separator with read-only and
618         intangible properties set.
619
620         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
621         user-date in docstring.
622
623         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
624
625         * gnus.el (gnus-summary-line-format): Mention &user-date format in
626         docstring.
627
628         * gnus.el (gnus-user-date-format-alist): Change default value. Use
629         defcustom, with type and group. Move from gnus-util.el. Rename to
630         gnus-summary-user-date-format-alist.
631
632 2011-02-03  Glenn Morris  <rgm@gnu.org>
633
634         * nnimap.el (gnus-fetch-headers): Declare.
635
636         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
637
638 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
639
640         * message.el (message-forward-make-body-digest-plain)
641         (message-followup, message-reply): Clean up things noted by Stefan.
642
643         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
644         gnus-article-update-date-headers is nil.
645         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
646         it didn't really work with defcustom.
647         (article-update-date-lapsed): Make sure the window start doesn't move,
648         either.
649
650 2011-02-01  Julien Danjou  <julien@danjou.info>
651
652         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
653         format.
654
655         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
656         standard in Emacs nowadays.
657
658         * color.el (color-gradient): Add a color-gradient function.
659
660 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
661
662         * message.el (message-expand-name): Don't trust the return value of
663         bbdb-complete-name.
664         (message-check-news-header-syntax): Remove unused var `start'.
665         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
666         (message-inhibit-body-encoding): Move to before first use.
667         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
668         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
669         (Organization, Message-ID, Date, mh-previous-window-config):
670         Defvar the vars using dynamic scoping.
671
672 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
673
674         * shr.el (shr-render-td): Only do colours at the final rendering.
675         Should be slightly faster.
676         (shr-insert-table): Fix up TD background colours when doing the
677         vertical padding.
678
679         * gnus-art.el (article-date-ut): Protect against articles with no Date
680         header.
681         (article-update-date-lapsed): Don't use current-column to find the
682         horizontal position.  It's fragile in the presence of \003 characters.
683
684         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
685
686 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-art.el (article-transform-date): Rewrite to still work when
689         there are several rfc2822 parts.
690         (article-transform-date): Fix infinite recursion.
691         (article-date-ut): Replace infinitely many Date headers with a single
692         one when called interactively.
693
694         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
695         secure manner.
696
697         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
698         move around by not using save-window-excursion.  It seems to work...
699
700 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-art.el (article-make-date-line): Work for user-defined format.
703
704 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
705
706         * nntp.el (nntp-retrieve-group-data-early)
707         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
708         fetching functions.
709
710         * gnus-start.el (gnus-read-active-for-groups): Read the active files
711         thoroughly for all backends that have no known groups.  This should
712         allow new nnml methods to retrieve mail.
713
714         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
715         that Gnus doesn't know exists again.
716
717         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
718         (gnus-treat-date-ut): Ditto.
719         (gnus-article-update-date-header): Renamed.
720         (gnus-treat-date-local): Removed.
721         (gnus-treat-date-english): Removed.
722         (gnus-treat-date-lapsed): Removed.
723         (gnus-treat-date-combined-lapsed): Removed.
724         (gnus-treat-date-original): Removed.
725         (gnus-treat-date-iso8601): Removed.
726         (gnus-treat-date-user-defined): Removed.
727         (gnus-article-date-headers): New variable to control all the date
728         header options.
729         (article-date-ut): Rewrite to allow using the new way to format date
730         headers(s).
731
732 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * nnmail.el (nnmail-article-group): Check for a direct fancy split
735         method.
736         (nnmail-article-group): A better test for fanciness.
737
738         * nnimap.el (nnimap-request-head): Protect against not finding the
739         article by Message-ID.
740
741 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-art.el (article-update-date-lapsed): Try a better way to really
744         keep point at the "same place".
745
746 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
749         data if the group is unactivated.
750
751 2011-01-28  Julien Danjou  <julien@danjou.info>
752
753         * gnus-win.el: Remove dead function gnus-window-configuration-element.
754         (gnus-all-windows-visible-p): Remove old compatibility code.
755         (gnus-window-top-edge): Add docstring.
756
757         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
758
759 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
762         older request-update-info.
763
764         * gnus-art.el (article-make-date-line): Limit the length a bit more.
765
766 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
767
768         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
769         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
770
771 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
774         groups.  This makes the nndraft:queue group pop up if it's not already
775         there.
776
777         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
778         messages" logic, which was reversed.
779
780         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
781         the "same place" even if point is on the line being replaced.
782         (article-update-date-lapsed): Allow updating both the combined lapsed
783         and the lapsed headers.
784         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
785         (article-make-date-line): Limit the number of segments dynamically to
786         avoid too-long lines.
787
788 2011-01-27  Julien Danjou  <julien@danjou.info>
789
790         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
791         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
792
793 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
796         Use plist-get instead of the cl function getf.
797
798 2011-01-27  Glenn Morris  <rgm@gnu.org>
799
800         * gnus-util.el (float-time): Get rid of compiler warning, again.
801
802 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * shr.el (shr-put-color): Special-case background colours: Do put them
805         at the blank parts at the front of the lines.
806
807         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
808         exit hook to nix out all data on readedness on group exit.
809
810         * gnus-util.el (float-time): If float-time is bound, always use it on
811         all Emacsen.  It's unclear why the subrp check was there.
812         (time-date): Require to make some autoload issues on XEmacs go away.
813
814         * shr.el (shr-put-color): Don't do the box padding in tables, since
815         they're already padded.
816
817 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-art.el (gnus-article-next-page): When the last line of the
820         article is displayed, scroll down once more instead of going to the
821         next article at once.
822         (article-lapsed-string): Refactor out and allow specifying how many
823         segments you want.
824         (gnus-article-setup-buffer): Start updating the lapsed header directly.
825         (gnus-article-update-lapsed-header): New variable.
826
827         * shr.el: Revert change that made headings use different-sized faces.
828         The Emacs display engine isn't advanced enough that, for instance,
829         tables can comfortably use differntly-sized faces.
830
831 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
834         used.
835         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
836         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
837         we're using an encrypted connection.
838
839         * proto-stream.el: Alter the interface functions to also return the
840         actual stream type used: network or tls.
841
842 2011-01-25  Julien Danjou  <julien@danjou.info>
843
844         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
845         (mm-display-javascript-inline): New function.
846
847         * mm-decode.el (mm-inline-media-tests): Add application/javascript
848         viewing function.
849
850 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * shr.el (shr-expand-newlines): Fix variable name.
853
854 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * shr.el (shr-expand-newlines): Make nested boxes work.
857
858 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
861         backgrounds.
862         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
863         in a more sensible manner.
864
865 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
868         if EPG is loaded.
869
870 2011-01-24  Julien Danjou  <julien@danjou.info>
871
872         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
873         tags.
874
875 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
878         commands.
879
880         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
881         in the article buffer.
882         (gnus-gravatar-insert): Use blank space from the current buffer to
883         avoid breaking text properties.  This makes X-Sent updating work again.
884
885         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
886
887 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
890         fix the bug in url-http.el instead.
891
892         * shr.el (shr-image-fetched): Ditto.
893
894         * shr.el (shr-image-fetched): Avoid having point move in the article
895         buffer.
896
897         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
898         buffer after being called.  It's apparently being killed by url.el, and
899         killing it made point move to end-of-buffer in a random buffer.
900
901         * shr.el (shr-image-fetched): Ditto.
902
903 2011-01-23  Julien Danjou  <julien@danjou.info>
904
905         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
906
907         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
908         text/x-org.
909
910 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-sum.el (gnus-summary-move-article): Protect against backends
913         (i.e., nnimap) returning nil as the article number.
914
915 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
916
917         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
918         "DelSp" parameter in RFC3676.
919
920 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
921
922         * message.el (message-check-recipients): Display the encoded version of
923         the bogus address if they differ.
924
925         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
926         after sending.
927
928         * gnus-agent.el (gnus-agent-send-mail): Ditto.
929
930         * gnus-group.el (gnus-group-refresh-group): New convenience function.
931
932         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
933         group buffer after sending the queue.
934
935         * gnus-agent.el (gnus-agent-send-mail): Ditto.
936
937 2011-01-22  Julien Danjou  <julien@danjou.info>
938
939         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
940
941 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
942
943         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
944         nested related parts.
945
946         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
947         unexpired articles.  This fixes the regression that led expiry marks to
948         disappear from nnfolder groups.
949
950 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
951
952         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
953         Don't confuse the "ret" of "retrograde" with RET.
954
955 2011-01-21  Julien Danjou  <julien@danjou.info>
956
957         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
958         than mm-insert-inline.
959
960 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
963         Widen article buffer.
964
965 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
966
967         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
968         the temp buffer.
969         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
970
971 2011-01-20  Julien Danjou  <julien@danjou.info>
972
973         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
974
975         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
976         than mm-insert-inline to insert inline part: this respect
977         mm-inline-media-tests displayers.
978
979         * mm-view.el (mm-display-shell-script-inline): New function.
980
981         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
982
983         * mm-uu.el (mm-uu-type-alist): Add org block.
984         (mm-uu-org-src-code-block-extract): New function.
985
986         * mm-view.el (mm-display-org-inline): New function.
987
988         * mm-decode.el (mm-automatic-display): Add text/org.
989
990         * mailcap.el (mailcap-mime-extensions): Add .org.
991
992 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-art.el (gnus-article-highlight): Remove argument passed to
995         gnus-article-add-buttons.
996
997 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
998
999         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1000         From header with a date and "nobody" as the sender.
1001
1002 2011-01-19  Julien Danjou  <julien@danjou.info>
1003
1004         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1005         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1006         if you have the same regexp several times.
1007         (gnus-button-push): Fix matching when regexp is symbol.
1008
1009 2011-01-15  Glenn Morris  <rgm@gnu.org>
1010
1011         * message.el (message-mail): A compose-mail function should
1012         accept headers as strings.
1013
1014 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1015
1016         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1017         Add :vert-only tags.
1018         (message-mail): New arg RETURN-ACTION.
1019         (message-return-action): New var.
1020         (message-bury): Use it.
1021         (message-mode): Make it buffer-local.
1022         (message-send-and-exit): Always call message-bury.
1023
1024         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1025         message-mail.
1026
1027 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnimap.el (nnimap-convert-partial-article): Protect against
1030         zero-length body parts.
1031
1032         * mm-decode.el (mm-preferred-alternative-precedence):
1033         Discourage showing empty parts.
1034
1035         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1036         and stuff if the backend didn't return the article number.  This fixes
1037         an Exchange-related nnimap bug.
1038
1039         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1040         group window, because it does the wrong thing when a separate frame
1041         displays the group buffer.
1042
1043         * proto-stream.el (open-protocol-stream): Protect against the low-level
1044         transport functions returning nil.
1045
1046 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1047
1048         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1049         (mml2015-epg-find-usable-secret-key): New function.
1050         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1051         mml2015-epg-find-usable-key (Bug#7797).
1052         (mml2015-epg-encrypt): Ditto.
1053
1054 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * dgnushack.el (rot13-string): Fix the way to get the argument.
1057
1058 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1061
1062 2011-01-03  Glenn Morris  <rgm@gnu.org>
1063
1064         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1065
1066         * sieve.el (sieve-open-server): Give a more explicit error if
1067         sieve-manage-open returns nil.  (Bug#7720)
1068
1069 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1070
1071         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1072
1073 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1076         This avoids sending passwords in plain text over non-encrypted
1077         channels.
1078
1079         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1080
1081         * nnimap.el (nnimap-login): Refactored out into own function, and
1082         implement CRAM-MD5.
1083         (nnimap-wait-for-line): Refactored out.
1084
1085         * mm-view.el (mml-smime): Require.
1086
1087 2010-12-20  David Engster  <deng@eml.cc>
1088
1089         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1090         use EPG to decrypt S/MIME messages instead of openssl.
1091
1092 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1095
1096         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1097         status is the group clearly is unreachable.
1098
1099         * auth-source.el (auth-source-create): Add the optional second
1100         parameter to `local-variable-p' to be compatible with XEmacs.
1101
1102 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1103
1104         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1105         work when using a compressed nnml folder.
1106
1107 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1110         backends after sanitising on entry, because this never makes sense:
1111         If the articles have gone missing, then the data no longer exists on
1112         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1113         overwrite anything anyway.
1114
1115         * shr.el (shr-insert-document): Bind shr-width dynamically to
1116         window-width if it's nil.
1117
1118 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1119
1120         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1121         with the meaning of using the full emacs window width for rendering.
1122
1123 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1124
1125         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1126         case when sender is not given.
1127
1128 2010-12-23  Julien Danjou  <julien@danjou.info>
1129
1130         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1131         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1132         the addresses, otherwise we might misplaced the gravatar.
1133
1134 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1135
1136         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1137         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1138         obsolete in Emacs.
1139
1140 2010-12-20  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-util.el (gnus-rescale-image): Revert last change.
1143
1144 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1145
1146         * binhex.el: Improve commentary (Bug#7482).
1147
1148 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-group.el (gnus-group-delete-articles): New command.
1151
1152 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1153
1154         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1155
1156 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1159         here, since it's up to the backends to do CRLF removal if their
1160         protocol has it.
1161
1162         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1163
1164 2010-12-17  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1167         they are from file. Can also scale up.
1168
1169 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1170
1171         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1172         gnus-use-agent.
1173         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1174
1175         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1176
1177 2010-12-17  Julien Danjou  <julien@danjou.info>
1178
1179         * gravatar.el (gravatar-retrieve-synchronously): New function.
1180         (gravatar-get-data): Make more robust.
1181
1182 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1185
1186 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1189         to really consider the last line.
1190
1191 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1192
1193         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1194         list of recipient keys, or use symmetric encryption if not a list.
1195         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1196         EPA override, replacing the call to `netrc-store-data'.
1197
1198 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1199
1200         * gnus-srvr.el: Avoid passing nil regexp argument to
1201         delete-matching-lines.
1202
1203 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1206         fetching stops when Gnus exits.
1207
1208         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1209         function.
1210         (nnfolder-request-expire-articles): Save all the buffers after doing
1211         expiry.
1212
1213         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1214         the last article", since that led to serious performance regressions
1215         when expiring nnml groups.
1216
1217 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1218
1219         * nnir.el: Improve customizations.
1220
1221 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1224
1225         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1226         group has been killed.
1227         (gnus-group-yank-group): Ditto.
1228
1229         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1230
1231         * nnimap.el (nnimap-request-update-group-status): New function.
1232
1233         * gnus-int.el (gnus-request-update-group-status): New interface
1234         function.
1235
1236         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1237         copying read-ness to the backends.
1238
1239         * nnimap.el (nnimap-quirk): New function.
1240         (nnimap-retrieve-group-data-early): Use it.
1241         (nnimap-quirks): New alist.
1242
1243 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1246         don't delete it within indentation.
1247
1248 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1251         previous line.
1252
1253 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1256         QRESYNC command by deleting a superfluous space which broke Cyrus
1257         servers.  This change will break other servers that are buggy the other
1258         way around.
1259
1260 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * spam.el: Reindent and fix long lines.
1263         (spam-copy-or-move-routine): Exclude invalid move destinations.
1264
1265 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1266
1267         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1268         installed the registry.
1269
1270 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1273
1274 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1275
1276         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1277         groupname doesn't contain "gmane".
1278
1279 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1282         and netrc-bound-and-true-p bindings.
1283         (netrc-parse): Cache the netrc contents.
1284
1285         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1286         (gnus-1): Don't create the nndrafts group twice.
1287         (gnus-setup-news): There's no need to read the active file here, since
1288         that's done again later on a per-backend basis.
1289         (gnus-start-draft-setup): Make sure that the new group is started out
1290         empty.
1291
1292         * gnus-agent.el (gnus-agentize): Don't create the queue group
1293         automatically on startup.  It'll be created later, if needed.
1294
1295         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1296         of automatically subscribed groups.
1297         (gnus-auto-subscribed-categories): New variable.
1298         (gnus-matches-options-n): Use it.
1299         (gnus-default-subscribed-newsgroups): Remove unused variable.
1300         (gnus-start-draft-setup): Message a bit less.
1301
1302 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1303
1304         * nnir.el (nnir-run-imap): Return article list in order of increasing
1305         UID.
1306
1307 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-sum.el (gnus-summary-enter-digest-group):
1310         Mention gnus-auto-select-on-ephemeral-exit.
1311
1312         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1313         convention of the network-only option.
1314
1315 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * proto-stream.el (proto-stream-open-network-only): New function to
1318         have a way to specify non-STARTTLS upgrade connections.
1319
1320 2010-12-10  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1323         email address is nil.
1324
1325         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1326
1327 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1328
1329         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1330         deletion.
1331         (nnir-run-imap): Only need to parse list once.
1332
1333 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * shr.el (shr-tag-script): Ignore <script>.
1336         (shr-tag-label): Add <label> support.
1337
1338 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1341
1342         * shr.el (shr-image-displayer): Work for images lined side by side.
1343
1344 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1345
1346         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1347         parameter, since XEmacs doesn't accept t as a parameter.
1348
1349 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1350
1351         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1352         ids.
1353         (nnir-run-gmane): Simplify groupspec formatting.
1354         (nnir-request-expire-articles): New function.
1355
1356 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1359         overflow, possibly.
1360
1361         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1362         (shr-render-td): Handle td style="" better.
1363         (shr-tag-table): Use the color from the style sheet.
1364         (shr-render-td): Make sure we copy over all the overlays, too.
1365
1366 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1367
1368         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1369         (nnir-request-article): Improve article retrieval.
1370
1371 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mm-util.el (mm-extra-numeric-entities): New variable.
1374
1375         * mm-url.el (mm-url-decode-entities):
1376         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1377
1378         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1379
1380 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         * message.el: Use completion-at-point.
1383         (message-completion-function): New fun, extracted from message-tab.
1384         (message-mode): Use it for completion-at-point-functions.
1385         (message-tab): Use it and completion-at-point.
1386
1387 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1390         character if a non-breakable character follows.
1391
1392 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1395         any stream.
1396
1397         * shr.el (shr-tag-font): Colorize the region.
1398         (shr-tag-body): Ditto.
1399         (shr-tag-font): Actually let the styles be inherited instead of
1400         overwriting them.
1401         (shr-tag-font): Get the background color right.
1402         (shr-tag-style): Ignore all <style> tags for the moment.
1403
1404         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1405         a Message-ID to avoid having nnimap depend on gnus-sum.
1406
1407         * shr.el (shr-descend): Only colorize something if we have a node that
1408         sets colors.
1409
1410 2010-12-06  Julien Danjou  <julien@danjou.info>
1411
1412         * shr.el (shr-render-td): Render td content with shr-descend, so style
1413         will be applied to <td> too.
1414         (shr-colorize-region): Colorize region even if we only have a background.
1415         (shr-tag-body): Fix color and background color inheritance.
1416         Do not recolorize after shr-generic.
1417         (shr-tag-font): Let shr-generic colorize via inheritance.
1418
1419 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1422
1423 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1424
1425         * nnir.el (nnir-request-move-article): Remove obsolete code.
1426
1427 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1430
1431 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * gnus-sum.el (gnus-summary-respool-article): The completion function
1434         expects a list instead of an alist.
1435
1436         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1437         string as the parameter.
1438
1439         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1440
1441         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1442         styles.
1443         (shr-colorize-region): New function.
1444         (shr-insert-background-overlay): Remove.
1445         (shr-render-td): Background setting should be taken care of on a higher
1446         level.
1447         (shr-tag-body): Use post-hoc colorizations.
1448         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1449         (shr-put-color-1): Don't overwrite old colors.
1450         (shr-colorize-region): When the background color isn't explicit, use
1451         a fixed background.
1452
1453         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1454         nnmail variables.
1455
1456 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1457
1458         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1459         unless necessary.
1460
1461 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1462
1463         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1464         server.
1465
1466 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1469         so that TAB works.
1470
1471         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1472         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1473
1474         * shr.el (shr-urlify): Show the URL before the title to avoid
1475         misleading URLs.
1476
1477 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1478
1479         * shr.el (shr-urlify): Display the title in <a> tags.
1480
1481 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1482
1483         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1484
1485 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1486
1487         * nnir.el: Rearrange code to allow macros to be autoloaded by
1488         gnus-sum.el.
1489         (nnir-retrieve-headers-override-function): Make this variable
1490         customizable.
1491         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1492
1493         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1494         from nnir.el.
1495
1496 2010-12-03  Julien Danjou  <julien@danjou.info>
1497
1498         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1499
1500 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1503         allow optional argument `environment'.
1504
1505 2010-12-03  Glenn Morris  <rgm@gnu.org>
1506
1507         * mm-extern.el (message-goto-body): Update declaration.
1508
1509 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-util.el (gnus-macroexpand-all): New function.
1512
1513         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1514         instead of macroexpand-all that is unavailable in XEmacs.
1515
1516 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1517
1518         * nnir.el (nnir-summary-line-format): New variable.
1519         (nnir-mode): Use it.
1520         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1521         (nnir-article-ids): Reimplement as defsubst.
1522         (nnir-retrieve-headers): Don't mangle the subject header.
1523         (nnir-run-imap): Use 100 as RSV score.
1524         (nnir-run-find-grep): Fix for full server searching.
1525         (nnir-run-gmane): Better restriction to gmane groups.
1526
1527         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1528         summary buffers.
1529
1530 2010-12-02  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1533
1534         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1535
1536         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1537         support.
1538
1539 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1540
1541         * nnir.el: Update to handle the registry better.
1542         (autoload): Silence byte-compiler.
1543         (nnir-open-server): Add a hook for nnir groups.
1544         (nnir-request-move-article): Don't mangle the header. Better to use
1545         formating variables (which will be added in the future).
1546         (nnir-registry-action): Update the registry using the original article
1547         group name.
1548         (nnir-mode): Install nnir-specific hooks for updating the registry.
1549
1550         * gnus-sum.el
1551         (gnus-article-original-subject,gnus-newsgroup-original-name):
1552         Remove obsolete variables.
1553         (gnus-summary-move-article): Remove use of obsolete variables.
1554         (gnus-summary-local-variables): Make move and delete hooks local to
1555         summary buffers.
1556
1557 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * rtree.el: New file.
1560
1561 2010-12-01  Julien Danjou  <julien@danjou.info>
1562
1563         * message.el (message-user-organization): Do not use
1564         gnus-local-organization.
1565
1566         * gnus.el: Remove gnus-local-organization.
1567
1568         * gnus-msg.el: Remove nastygram thing.
1569
1570 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1573         funcall.
1574
1575 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1578         names.
1579
1580         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1581         characters.
1582
1583         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1584         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1585         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1586         (gnus-gravatar-transform-address): Use mail-extract-address-components
1587         that supports non-ASCII names rather than mail-header-parse-addresses.
1588
1589 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * proto-stream.el (open-protocol-stream): All starttls connections are
1592         handled by the network handler.
1593
1594 2010-11-30  Julien Danjou  <julien@danjou.info>
1595
1596         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1597         (nnimap-open-connection-1): Fix PREAUTH.
1598
1599         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1600
1601 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1604         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1605         (shr-insert): Use them.
1606         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1607
1608 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1609
1610         * nnir.el (nnir-request-move-article): Bail out if original group
1611         doesn't support article moves.
1612         (nnir-get-active): Improve active list retrieval.
1613
1614 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1617
1618 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1619
1620         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1621         seem to accept strings-with-numbers as port numbers,
1622
1623 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1626         change the registry.
1627
1628 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1631         delete-dups that is not available in XEmacs 21.4.
1632
1633         * mm-util.el (mm-delete-duplicates): Add comment.
1634
1635 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * nnir.el (nnir-ignored-newsgroups): New variable.
1638         (nnir-get-active): Use it.
1639
1640 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * proto-stream.el (proto-stream-open-network): Add some comments.
1643
1644         * nntp.el (nntp-open-connection): Provide a :success condition.
1645
1646         * nnimap.el (nnimap-open-connection-1): Ditto.
1647
1648         * proto-stream.el (proto-stream-open-network): See what the response to
1649         the STARTTLS command is.
1650
1651         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1652         backwards compatibility).
1653         (nnimap-open-connection-1): Really respect nnimap-server-port.
1654
1655         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1656         TLS upgrades we don't really care about the identity of the peer.
1657         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1658         that what we've checked for.
1659         (proto-stream-always-use-starttls): Only default to t if
1660         open-gnutls-stream exists.
1661         (proto-stream-open-network): If STARTTLS failed, then just open a
1662         normal connection.
1663         (proto-stream-open-network): Wait until the greeting before doing
1664         STARTTLS.
1665
1666         * nntp.el (nntp-open-connection): Report what the connection error is.
1667
1668         * proto-stream.el (open-protocol-stream): Rename from
1669         open-proto-stream.
1670
1671 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnimap.el (nnimap-stream): Change default to `undecided'.
1674         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1675         first, and then network.
1676         (nnimap-open-connection-1): Respect nnimap-server-port.
1677         (nnimap-open-connection): Be more backwards-compatible.
1678
1679         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1680         (proto-stream-open-starttls): De-duplicate the starttls code.
1681         (proto-stream-open-starttls): Folded back into the main function.
1682         (proto-stream-open-network): Fix typo in the gnutls path.
1683         (proto-stream-command): Refactor out.
1684
1685         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1686
1687         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1688         starttls.el STARTTLS.
1689
1690         * color.el (color-lab->srgb): Fix function call name.
1691
1692         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1693         if we're using tls.el.
1694         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1695         built in, then don't try to establish a STARTTLS connection.
1696
1697         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1698         servers.
1699
1700         * proto-stream.el (open-proto-stream): Use network, not stream.
1701         (open-proto-stream): Add a way to specify what the end of a command is.
1702
1703         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1704         connections types.
1705         (nntp-open-network-stream): Remove.
1706         (nntp-open-ssl-stream): Remove.
1707         (nntp-open-tls-stream): Remove.
1708         (nntp-ssl-program): Remove.
1709
1710         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1711
1712 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1713
1714         * nnir.el: Fix typos.
1715         (nnir-retrieve-headers-override-function): Rename variable to reflect
1716         new semantics.
1717         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1718         macros.
1719         (nnir-request-article, nnir-request-move-article): Use them.
1720         (nnir-categorize): New function.
1721         (nnir-run-query): Use it.
1722         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1723         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1724         sorted.
1725         (nnir-group-full-name): Use gnus-group-full-name instead.
1726         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1727         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1728
1729 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1732
1733         * proto-stream.el: New library to provide protocol-specific
1734         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1735         protocols.
1736         (open-proto-stream): Complete the documentation.
1737         (proto-stream-open-network): Fix some typos.
1738
1739         * nnimap.el (nnimap-open-connection): Use it.
1740
1741 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1742
1743         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1744         negotiation.
1745
1746 2010-11-26  Julien Danjou  <julien@danjou.info>
1747
1748         * color.el: Rename various rgb functions to srgb.
1749
1750 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1753         names.
1754
1755 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * shr.el (shr-insert): Revert last change.
1758         (shr-find-fill-point): Never leave point being at bol;
1759         relax the kinsoku limitation when rendering tables.
1760
1761 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1764         results from -accept-article.
1765
1766         * shr-color.el: Require cl when compiling.
1767
1768         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1769         checkin.
1770
1771         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1772
1773         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1774
1775         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1776         'add and 'delete to set backend marks.
1777
1778         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1779
1780         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1781
1782         * nntp.el (nntp-request-set-mark): Use it.
1783
1784         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1785
1786         * nnml.el (nnml-request-set-mark): Ditto.
1787
1788         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1789         introduces regressions in article selection.
1790         (nnimap-find-uid-response): New function.
1791         (nnimap-request-accept-article): Use the UID returned, if any.
1792         (nnimap-request-move-article): Use the UID returned, if any.
1793         (nnimap-get-groups): Reimplement to work with folded lines.
1794         (nnimap-find-uid-response): The UID is the last element in the list.
1795         (nnimap-request-set-mark): Extend syntax with 'set.
1796
1797         * nnml.el (nnml-request-set-mark): Ditto.
1798
1799         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1800
1801         * nntp.el (nntp-request-set-mark): Ditto.
1802
1803 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * message.el (message-called-interactively-p): A temporary macro.
1806         (message-goto-body): Use it temporarily.
1807
1808 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1811         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1812         (nnimap-last-response-string): Fix last unfolding fix.
1813
1814 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * shr.el (shr-insert): Fix the way to fold lines.
1817
1818 2010-11-25  Julien Danjou  <julien@danjou.info>
1819
1820         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1821
1822         * color.el: Rename from color-lab.el
1823         (color-rgb->hex): Add.
1824         (color-complement): Add.
1825         (color-complement-hex): Add.
1826
1827         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1828
1829 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1832         don't exist.
1833
1834 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1837         assuming that article displaying or another mml-preview may be
1838         interrupted for an error or for the like.
1839
1840         * shr.el (shr-get-background): Fix argument name.
1841
1842 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1845
1846         * gnus-sum.el (gnus-summary-include-articles): New function.
1847
1848         * message.el (message-goto-body): called-interactively-p needs a
1849         parameter, so use `any'.
1850
1851         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1852         clear marks before moving, since they're synced from the Gnus side
1853         first.
1854
1855         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1856         (gnus-summary-move-article): Copy over all marks before moving, so that
1857         IMAP doesn't think a new article has arrived.
1858
1859 2010-11-24  Julien Danjou  <julien@danjou.info>
1860
1861         * shr.el (shr-insert-background-overlay): Fix typo.
1862         (shr-render-td): Copy the background before rendering.
1863
1864         * shr-color.el (shr-color-visible): Fix docstring.
1865
1866         * shr.el (shr-tag-table): Add bgcolor support.
1867         (shr-render-td): Add bgcolor support.
1868         (shr-get-background): Add.
1869         (shr-insert-foreground-overlay): Use shr-get-background.
1870
1871         * message.el (message-goto-body): Use called-interactively-p.
1872         (message-in-body-p): message-goto-body returns point.
1873
1874 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1877         Fixes something or other in Emacs 23, and is backwards compatible.
1878
1879         * message.el (message-goto-body): Remove the <#secure special-casing,
1880         which is too special.
1881
1882         * shr.el (shr-parse-style): Drop !important from styles.
1883
1884 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1885
1886         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1887         this function to return incorrect results when calling it with an
1888         explicit article argument different from
1889         (gnus-summary-article-number).
1890
1891 2010-11-24  Julien Danjou  <julien@danjou.info>
1892
1893         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1894         (shr-tag-body): Add background support.
1895         (shr-descend): Add background support.
1896         (shr-tag-title): Add.
1897
1898         * shr-color.el (shr-color-visible): Really return original background
1899         if fixed.
1900
1901 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * shr.el (shr-color-check): Protect against non-existant colour names.
1904
1905 2010-11-24  Julien Danjou  <julien@danjou.info>
1906
1907         * color-lab.el: Require 'cl when compiling.
1908
1909         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1910
1911         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1912         matched part.
1913
1914         * color-lab.el: Fix all expt calls to use float type.
1915
1916 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1919         expression to shr-color-check as is.
1920
1921         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1922
1923         * color-lab.el: Add coding cookie.
1924         (float-pi): Use eval-and-compile.
1925
1926         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1927         compiled for Emacsen having no `libxml-parse-html-region' support.
1928
1929 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * shr.el (shr-insert-color-overlay): Split stuff like
1932         "#444444 !important" to find the real colour.
1933         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1934         parse <font color="red"> entries.
1935
1936 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1937
1938         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1939         point when parsing headers.
1940
1941         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1942         is positioned properly when parsing headers.
1943
1944 2010-11-23  Julien Danjou  <julien@danjou.info>
1945
1946         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1947
1948         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1949
1950         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1951
1952         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1953         Use shr-color-hue-to-rgb.
1954         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1955
1956 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * shr.el (shr-color->hexadecimal): Autoload.
1959         (shr-descend): Add color to all tags.
1960
1961 2010-11-22  Julien Danjou  <julien@danjou.info>
1962
1963         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1964         shr-color->hexadecimal.
1965
1966         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1967         RGB() or HSL() color representation.
1968
1969         * shr.el (shr-tag-font): Add.
1970         (shr-tag-color-check): New function to get better colors.
1971         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1972         tag-span.
1973
1974         * shr-color.el: New file.
1975
1976         * color-lab.el: New file.
1977
1978         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1979
1980 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1981
1982         * nnir.el: Fix typo in comments.
1983         (nnir-run-imap): Simplify code. No need to reverse artlist.
1984         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1985
1986 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1989
1990         * nnimap.el (nnimap-get-capabilities): Refactor out.
1991         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1992
1993 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1994
1995         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1996         appearing when `mm-uu-hide-markers' is nil.
1997
1998 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * nnimap.el (nnimap-unselect-group): Make into its own function.
2001         (nnimap-request-rename-group): Unselect group before renaming.
2002         This had gotten lost somewhere.
2003         (nnimap-request-accept-article): Keep track of examined groups, and
2004         unselect the group before APPENDing to read-only groups.
2005         (nnimap-request-move-article): Clear flags before moving so that they
2006         can be re-set later.
2007
2008 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2011         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2012
2013 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-art.el (gnus-mime-display-single)
2016         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2017         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2018         parameter.
2019
2020 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2023         (shr-table-vertical-line): New variable.
2024         (shr-insert-table): Use it.
2025
2026 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * gnus-html.el (gnus-html-wash-images): Don't display images if
2029         gnus-inhibit-images is non-nil; register displayer for cid images.
2030         (gnus-html-display-image): Work for cid image.
2031         (gnus-html-insert-image): Allow arguments.
2032         (gnus-html-put-image): Inhibit read-only.
2033         (gnus-html-prefetch-images): Don't prefetch images if
2034         gnus-inhibit-images is non-nil.
2035
2036 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * shr.el (shr-put-image): Break lines when inserting big pictures.
2039
2040 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2041
2042         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2043         sender, thanks Katsumi Yamaoka.
2044
2045 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2046
2047         * nnir.el (nnir-run-imap): Reverse the article list for each group
2048         rather than the whole list.
2049
2050 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * shr.el (shr-image-displayer): Protect function against non-existent
2053         image source.
2054
2055         * gnus-art.el (gnus-inhibit-images): New user option.
2056         (gnus-mime-display-single): Don't display image if it is non-nil.
2057
2058         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2059         gnus-inhibit-images.
2060
2061         * shr.el (shr-image-displayer): New function.
2062         (shr-tag-img): Use it.
2063
2064 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2065
2066         * mml2015.el (mml2015-epg-sign): Use From header.
2067
2068 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2071
2072         * gnus-util.el (gnus-find-text-property-region): Return markers.
2073
2074         * shr.el (shr-tag-img): Put a displayer in the text property.
2075
2076         * gnus-util.el (gnus-find-text-property-region): New utility function.
2077
2078         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2079         (gnus-html-show-images): Remove.
2080
2081         * gnus-art.el (gnus-article-show-images): New, more general function.
2082
2083         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2084         image url text properties.
2085
2086         * shr.el: Ditto.
2087
2088         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2089         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2090
2091 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2094         work for two or more articles.
2095
2096 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2099         divide an image that's in an html article to two or more when washing
2100         non-ASCII characters in alt text of it.
2101
2102 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2105         smime-decrypt-region using function argument.
2106         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2107
2108         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2109
2110         * smime.el (smime-decrypt-region): Catch it.
2111
2112 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2113
2114         * smime.el (smime-mode-map): Move initialization into declaration.
2115         (gnus-run-mode-hooks): Don't autoload.
2116         (smime-mode): Use define-derived-mode.
2117
2118 2010-11-11  Glenn Morris  <rgm@gnu.org>
2119
2120         * smime.el (from): Restrict declaration to XEmacs.
2121
2122         * nnir.el (gnus-group-topic-name): Autoload.
2123
2124 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * shr.el (shr-insert): Don't break long line if it is because of
2127         kinsoku-bol characters in the line end.
2128
2129 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2130
2131         * nnir.el (nnir-request-move-article): Fix to provide original group
2132         and subject.
2133         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2134         been retrieved.
2135
2136         * gnus-sum.el (gnus-summary-move-article): Use original group and
2137         subject for virtual articles such as those in an nnir summary buffer.
2138
2139 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2142         least 21.5).
2143
2144         * smime.el (from): Declare it again for XEmacs.
2145
2146 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.el (message-resend): Don't disable encoding unless it's
2149         already encoded.
2150
2151         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2152         low-numbered articles.
2153
2154 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * rfc2047.el (rfc2047-syntax-table): Simplify.
2157
2158         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2159
2160         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2161         set-char-table-range for XEmacs.
2162
2163 2010-11-10  Glenn Morris  <rgm@gnu.org>
2164
2165         * time-date.el (time-to-seconds): Always an alias on Emacs,
2166         never a real function.
2167         (with-no-warnings): Remove compat stub, now unused.
2168         (time-less-p): Doc fix.
2169         (time-to-number-of-days): Simplify.
2170
2171         * smime.el (from): Remove unused declaration.
2172
2173         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2174         (gnus-float-time): On Emacs, always an alias.
2175
2176         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2177         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2178
2179 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * dgnushack.el: Don't use ignore-errors in the top level form since it
2182         is unavailable in XEmacs even if cl is loaded.
2183
2184         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2185
2186 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * shr.el (browse-url-mailto): Autoload.
2189
2190         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2191
2192         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2193         regexp doesn't need quoting.
2194
2195 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2196
2197         * message.el (message-subject-trailing-was-ask-regexp)
2198         (message-subject-trailing-was-regexp): Match was: in addition to was.
2199
2200 2010-11-09  Glenn Morris  <rgm@gnu.org>
2201
2202         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2203         (nnbabyl-check-mbox): Use point-at-bol.
2204
2205 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2208
2209         * message.el (message-mailto): New function.
2210         (message-mailto): Should accept other parameters.
2211         (message-mailto): Remove since it duplicates browse-url-mailto
2212         functionality.
2213
2214 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2217         methods.
2218         (gnus-read-active-file): Ditto.
2219
2220         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2221         ": " from the prompt.
2222         (gnus-group-make-group): Ditto.
2223
2224 2010-11-07  Glenn Morris  <rgm@gnu.org>
2225
2226         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2227         (gnus-bookmark-kill-line): Use point-at-eol.
2228
2229 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2232         asterisks in From header.
2233
2234 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2237         string to avoid making the From headers syntactically invalid.
2238
2239         * message.el (message-send-mail): Don't insert courtesy messages if the
2240         message already has List-Post and List-ID messages.
2241
2242 2010-11-06  Glenn Morris  <rgm@gnu.org>
2243
2244         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2245         `condition', `type', `length' a prefix.
2246         (gnus-treat-predicate): Update for above name changes.
2247
2248 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2249
2250         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2251         binding.  Handled by `gnus-summary-refer-thread' instead.
2252         (nnir-warp-to-article): New backend function.
2253
2254         * nnimap.el (nnimap-request-thread): Force dependency updating.
2255
2256         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2257         (gnus-summary-refer-thread): Rework to improve thread-referral.
2258
2259         * gnus-int.el (gnus-warp-to-article): New function.
2260
2261         * gnus-sum.el (gnus-summary-article-map): Bind it.
2262
2263 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2264
2265         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2266         gnus-summary-refer-thread.
2267
2268         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2269         headers.
2270         (gnus-summary-limit-include-thread): Prevent articles in thread from
2271         being cut in gnus-cut-threads.
2272         (gnus-summary-refer-thread): Limit retrieved headers to those in
2273         thread.
2274
2275 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * message.el (message-send-mail): Use the value of
2278         message-courtesy-message from the message buffer.
2279
2280         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2281
2282         * shr.el (shr-browse-url): Implement mailto: URLs.
2283
2284         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2285         "raw".
2286
2287         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2288         if it's already selected.
2289
2290         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2291
2292 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2295         to measure the length and truncate alt text.
2296
2297 2010-11-03  Glenn Morris  <rgm@gnu.org>
2298
2299         * nndiary.el (nndiary-generate-nov-databases-1)
2300         (nndiary-generate-active-info): Rename dynamic variable `files' to
2301         something less generic.
2302
2303 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2304
2305         * nnir.el (nnir-request-move-article): Call the underlying backend to
2306         move articles from nnir.
2307
2308 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2311
2312 2010-11-02  Julien Danjou  <julien@danjou.info>
2313
2314         * nnir.el: Remove wais support.
2315
2316 2010-11-02  Glenn Morris  <rgm@gnu.org>
2317
2318         * gnus-html.el: Reorder requirements to quieten compiler.
2319
2320 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2323         properly for XEmacs as well.
2324         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2325         (gnus-article-natural-long-line-p): Use window-width rather than
2326         frame-width.
2327
2328 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2331         (nnir-read-parms): Don't modify query.
2332         (nnir-run-query): Add ability to search topic on current line.
2333         (nnir-get-active): Clean up.
2334
2335 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2338         degenerate articles.
2339
2340         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2341         (gnus-print-buffer): Just print the buffer as is, without any copying
2342         to a buffer and then re-highlighting.
2343
2344         * nnimap.el (nnimap-request-group): Store the new updated info.
2345         (nnimap-request-group): Select the group when we don't know whether it
2346         exists or not.
2347
2348         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2349         groups.
2350
2351         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2352         groups.
2353
2354         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2355         groups.
2356
2357         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2358         long-lines case by only filling the long lines.
2359
2360         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2361         (bug #7311).
2362
2363 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * shr.el: No need to declare `declare-function' since shr.el is for
2366         only Emacsen that provide `libxml-parse-html-region'.
2367
2368         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2369         effective only in a file it is referred to.
2370
2371 2010-11-01  Glenn Morris  <rgm@gnu.org>
2372
2373         * mm-util.el (gnus-completing-read): Autoload.
2374         (mm-read-coding-system): Simplify Emacs definition.
2375
2376         * nnmail.el (gnus-activate-group):
2377         * nnimap.el (gnutls-negotiate):
2378         * nntp.el (netrc-parse): Fix declarations.
2379
2380 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2383         string-match-p in Emacs >=23.
2384
2385         * gnus-msg.el (gnus-configure-posting-styles)
2386         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2387
2388 2010-11-01  Glenn Morris  <rgm@gnu.org>
2389
2390         * nnir.el (declare-function): Add compat stub.
2391         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2392         (nnir-run-gmane): Require 'mm-url.
2393
2394         * mm-util.el (mm-string-to-multibyte): Simplify.
2395
2396         * shr.el (declare-function): Add compat stub.
2397         (url-cache-create-filename): Declare.
2398         (mm-disable-multibyte, widget-convert-button): Autoload.
2399
2400         * smime.el (ldap-search): Declare.
2401         (smime-cert-by-ldap-1): Require ldap on Emacs.
2402
2403         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2404         (nnimap-keepalive): Use gnus-float-time.
2405
2406         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2407         (mail-source-delete-crash-box): Use gnus-float-time.
2408
2409         * gnus-dired.el (gnus-completing-read): Autoload.
2410
2411         * mm-view.el (gnus-rescale-image): Autoload.
2412
2413         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2414
2415         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2416
2417         * sieve-manage.el: Require 'cl when compiling.
2418
2419         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2420         (gnus-iswitchb-completing-read): Require iswitchb.
2421         (gnus-select-frame-set-input-focus): Silence compiler.
2422
2423 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * message.el (message-subject-trailing-was-query): Change default to t,
2426         since I think that's what most people want.
2427
2428         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2429         appending for easier debugging.
2430         (nnimap-wait-for-connection): Take a regexp.
2431         (nnimap-request-accept-article): Wait for the continuation line before
2432         sending anything unless we're streaming.
2433
2434         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2435         leave the header washing to take place.
2436
2437 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2438
2439         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2440         regular expression match and replace in posting styles.
2441
2442 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2443
2444         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2445         an entire server.
2446         (nnir-get-active): New function.
2447         (nnir-run-imap): Use it.
2448         (nnir-run-gmane): Who knew, gmane search returns an article score!
2449
2450         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2451         server on the current line with nnir.
2452
2453 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2456         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2457         left edge.
2458         (gnus-article-foldable-buffer): Skip past the prefix when determining
2459         raggedness.
2460
2461         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2462         the raw article, and change `C-u g' to show the article without doing
2463         treatments.
2464
2465         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2466         on to `gnus-treat-article'.
2467         (gnus-inhibit-article-treatments): New variable.
2468
2469         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2470
2471         * gnus-art.el (gnus-treatment-function-alist): Have
2472         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2473         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2474         sections.
2475
2476         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2477         parameter.
2478         (gnus-article-fill-cited-long-lines): New function.
2479         (gnus-article-fill-cited-article): Allow filling only long sections.
2480
2481         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2482         and non-punctuation (like after the apostrophe in "'We").
2483
2484         * gnus-sum.el (gnus-summary-select-article): Make sure
2485         gnus-original-article-buffer is alive.
2486
2487         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2488         reflect the order they're in in the digest.
2489
2490         * gnus.el (gnus-group-startup-message): Move point to the start of the
2491         buffer.
2492
2493         * nnimap.el (nnimap-capability): New function.
2494         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2495         is set.
2496
2497 2010-10-31  David Engster  <dengste@eml.cc>
2498
2499         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2500         conform with changes to gnus-completing-read.
2501
2502 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2505
2506 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2507
2508         * nnir.el: Move defvar, defcustom around to keep file organized
2509         and keep byte-compiler quiet.
2510         (nnir-read-parms): Accept search-engine as arg.
2511         (nnir-run-query): Pass search-engine as arg.
2512         (nnir-search-engine): Remove.
2513
2514 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * shr.el (shr-generic): The text nodes should be text, not :text.
2517
2518         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2519         later in the file.
2520
2521 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2522
2523         * nnir.el: General clean up.  Allow searching with multiple engines.
2524         Allow separate extra-parameters for each engine.
2525         Batch queries when possible.
2526         (nnir-imap-default-search-key,nnir-method-default-engines):
2527         Add customize interface.
2528         (nnir-run-gmane): New engine.
2529         (nnir-engines): Use it.  Qualify all prompts with engine name.
2530         (nnir-search-engine): Remove global variable.
2531         (nnir-run-hyrex): Restore for now.
2532         (nnir-extra-parms,nnir-search-history): New variables.
2533         (gnus-group-make-nnir-group): Use them.
2534         (nnir-group-server): Remove in favor of gnus-group-server.
2535         (nnir-request-group): Avoid searching twice.
2536         (nnir-sort-groups-by-server): New function.
2537
2538 2010-10-30  Julien Danjou  <julien@danjou.info>
2539
2540         * gnus-group.el: Remove gnus-group-fetch-control.
2541
2542         * gnus-start.el (gnus-find-new-newsgroups):
2543         Remove gnus-check-first-time-used.
2544
2545         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2546
2547 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2548
2549         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2550         set on groups that don't have \* permanentflags.
2551
2552 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2555         control the background color.
2556         (shr-tag-img): Ignore very small web bug type images.
2557         (shr-put-image): Add help-echo alt texts to the images.
2558         (shr-tag-video): Show the video poster image.
2559
2560 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * shr.el (shr-table-depth): New variable.
2563         (shr-tag-table-1): Only insert the images after the top-level table.
2564
2565         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2566
2567         * gnus-util.el (gnus-list-memq-of-list): New function.
2568
2569         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2570         selected.
2571         (nnimap-unsplittable-articles): New slot.
2572         (nnimap-new-articles): Use it.
2573
2574 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2575
2576         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2577         move to the previous line on `M-g'.
2578
2579 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2582         *-request-group, which seems unnecessary.
2583
2584         * nnimap.el (nnimap-quote-specials): Function copied over from
2585         imap.el.
2586         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2587         they support that.  Suggested by Tom Regner.
2588
2589 2010-10-29  Julien Danjou  <julien@danjou.info>
2590
2591         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2592         defalias.
2593         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2594
2595         * gnus.el: Remove `gnus-nntp-service' variable.
2596         (gnus-secondary-servers): Make obsolete.
2597         (gnus-nntp-server): Make obsolete.
2598
2599         * gnus-start.el (gnus-1): Remove x-splash calls.
2600
2601         * gnus-ems.el (gnus-x-splash): Remove.
2602
2603         * gnus.el (gnus-group-startup-message): Simplify/update code.
2604
2605         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2606         definition.
2607
2608         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2609         capability before doing anything.
2610         (gnus-group-insert-group-line): Remove useless
2611         gnus-group-remove-excess-properties.
2612
2613 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2616
2617 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2620         config after reselecting.
2621
2622 2010-10-28  Julien Danjou  <julien@danjou.info>
2623
2624         * shr.el (shr-put-image): Use point even if only inserting text.
2625         (shr-put-image): Save excursion when inserting alt text on non-graphic
2626         display, so the behaviour is the same when we are on a graphic display.
2627
2628         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2629
2630 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2633         (gnus-mime-copy-part): Check coding system, not charset.
2634         (gnus-mime-view-part-externally): Never remove part.
2635         (gnus-mime-view-part-internally): Don't remove part here.
2636         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2637         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2638         multipart/alternative.
2639
2640         * mm-decode.el (mm-display-part): Take optional arg `force'.
2641
2642 2010-10-26  Julien Danjou  <julien@danjou.info>
2643
2644         * gnus-group.el (gnus-group-default-list-level): Add this function to
2645         compute the default list level.
2646         (gnus-group-default-list-level): Add possibility to use a function.
2647
2648 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2651
2652         * gnus-group.el (gnus-group-completing-read)
2653         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2654         gnus-replace-in-string.
2655
2656 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * shr.el (shr-tag-div): Add.
2659
2660         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2661
2662 2010-10-25  Julien Danjou  <julien@danjou.info>
2663
2664         * gnus-util.el: Remove `gnus-with-local-quit'.
2665
2666         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2667
2668 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2671         the original article buffer.
2672
2673 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * nnimap.el (nnimap-request-head): New function.
2676         (nnimap-request-move-article): Try to be slighly faster by not
2677         requesting the entire message when moving.
2678         (nnimap-transform-headers): Don't bug out on bodiless articles.
2679         (nnimap-send-command): Have no outstanding messages if the IMAP server
2680         doesn't support streaming.
2681         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2682
2683 2010-10-24  Julien Danjou  <julien@danjou.info>
2684
2685         * message.el (message-default-headers): Fix type.
2686
2687 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2690         prefetching images.
2691
2692         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2693         backend for unknown groups.  This is mainly useful for nnimap groups.
2694
2695         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2696         group isn't covered by the agent.
2697
2698 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2699
2700         * nnir.el (nnir-method-default-engines): New variable.
2701         (nnir-run-query): Use it.
2702         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2703         (gnus-summary-nnir-goto-thread): Change group if needed.
2704
2705         * gnus-group.el (gnus-group-group-map): Add key binding for
2706         gnus-group-make-nnir-group.
2707
2708 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * shr.el (shr-tag-object): Add.
2711
2712         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2713         original article buffer live.
2714         (gnus-summary-select-article-buffer):
2715         Mention gnus-widen-article-buffer.
2716
2717 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * shr.el (shr-tag-strong): Add.
2720
2721 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2724         group names.  They mess up the group buffer badly.
2725
2726         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2727
2728         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2729         instead of the summary one.
2730
2731 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * mml.el (mml-preview): Work properly when editing article.
2734
2735         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2736         gnus-have-read-active-file if it's already been in.
2737
2738 2010-10-22  Tom Tromey  <tromey@redhat.com>
2739
2740         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2741         gnus-group-completing-read.
2742
2743 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * message.el (message-mode-map): Don't bind M-; to comment region, to
2746         allow the global comment-dwim to work.
2747
2748 2010-10-21  Julien Danjou  <julien@danjou.info>
2749
2750         * message.el (message-setup-1): Allow message-default-headers to be a
2751         function.
2752
2753 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * shr.el (shr-tag-table): Simplify.
2756
2757 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2760         to avoid trying to snarf invalid stuff.
2761
2762         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2763
2764         * gnus.el (gnus-message-archive-group): Quote value.
2765         (gnus-message-archive-group): Mark as changed.
2766
2767         * shr.el (shr-add-font): Don't put the font properties on the newline
2768         or the indentation.
2769
2770         * message.el (message-fix-before-sending): Change options when sending
2771         non-printable characters.
2772
2773         * gnus.el (gnus-message-archive-method): Change the default to
2774         monthly outgoing groups.
2775
2776         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2777         that have gotten new numbers.
2778
2779         * nnimap.el (nnimap-request-replace-article): New function.
2780
2781 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2784         (nnrss-request-article): Don't use special html washing code.
2785
2786 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * shr.el (shr-tag-table): Remove useless nconc.
2789
2790 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-art.el (article-wash-html): Simplify and remove the charset
2793         stuff.  Use the normal html rendering code instead of the special html
2794         washing code.
2795
2796         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2797         `gnus-w3m' symbols.
2798         (mm-text-html-washer-alist): Remove.
2799
2800         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2801         (mm-inline-media-tests): Remove use.
2802         (mm-text-html-renderer): Change default to the `shr' symbol.
2803
2804         * mm-view.el (mm-inline-text-html): Remove use.
2805
2806         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2807         `gnus-blocked-images' to be a function.
2808         (gnus-article-wash-function): Remove.
2809
2810 2010-10-20  Julien Danjou  <julien@danjou.info>
2811
2812         * spam.el (spam-list-of-processors): Mark as obsolete.
2813
2814         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2815         (nnimap-insert-partial-structure): Fix boundary detection.
2816
2817 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2818
2819         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2820         run file-truename on remote files.  This can be expensive and even
2821         prevent one from editing drafts if some unrelated buffer has a stale
2822         connection.
2823
2824 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2827         kinsoku-eol regardless of shr-kinsoku-shorten.
2828         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2829         (shr-tag-table): Support caption, thead, and tfoot.
2830
2831 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2834         lines.
2835         (shr-save-contents): New command and keystroke.
2836
2837         * nndoc.el (nndoc-type-alist): Add git support.
2838         (nndoc-git-type-p): New function.
2839         (nndoc-transform-git-article): Ditto.
2840         (nndoc-transform-git-headers): Ditto.
2841         (nndoc-transform-git-headers): Generate Subject headers.
2842
2843         * shr.el (shr-parse-style): New function.
2844         (shr-tag-span): Ditto.
2845
2846         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2847         to `G G' to avoid collisions.
2848
2849 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * shr.el: Load kinsoku if necessary.
2852         (shr-kinsoku-shorten): New internal variable.
2853         (shr-find-fill-point): Make kinsoku shorten text line if
2854         shr-kinsoku-shorten is bound to non-nil.
2855         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2856         shr-indentation too when testing if table is wider than frame width.
2857         (shr-insert-table): Use `string-width' instead of `length' to measure
2858         text width.
2859         (shr-insert-table-ruler): Make sure indentation is done at bol.
2860
2861 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2862
2863         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2864         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2865         undecoded network data.
2866
2867 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2870         name in the mode line spec so that the mode line menu works
2871         (bug #2431).
2872
2873         * message.el (message-get-reply-headers): If we're fed `to-address',
2874         then always use that.
2875
2876         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2877         aren't so wide as to need to switch off the edit menu.
2878
2879         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2880         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2881
2882         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2883         `M-g'.
2884         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2885         the permanent marks.
2886
2887 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2888
2889         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2890         Splitting according to references/in-reply-to obeys the ignore-groups
2891         variable, while splitting by sender and subject do not.
2892
2893 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2896         alist, so that we can look for non-Unicode chars.
2897         (article-translate-strings): Allow both character and string maps.
2898
2899 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * shr.el (shr-insert): Don't insert space behind a wide character
2902         categorized as kinsoku-bol, or between characters both categorized as
2903         nospace.
2904
2905 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2906
2907         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2908         headers to gnus-newsgroup-headers.
2909
2910 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * shr.el (shr-tag-img): Don't align images -- since we're not
2913         rescaling, this often leads to ugly displays.
2914
2915 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2916
2917         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2918         duplicates.
2919
2920 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2921
2922         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2923         call.
2924
2925 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus.el: Autoload gnus-html-show-images.
2928
2929         * nnimap.el: Use nnheader-message throughout.
2930
2931         * shr.el (shr-tag-img): Ignore images with no data.
2932
2933 2010-10-15  Julien Danjou  <julien@danjou.info>
2934
2935         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2936         a possibility to disable format=flow encoding when using hard newlines.
2937
2938 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * shr.el (shr-insert): Remove space inserted before or after a
2941         breakable character or at the beginning or the end of a line.
2942         (shr-find-fill-point): Do kinsoku; find the second best point or give
2943         it up if there's no breakable point.
2944
2945 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * nnimap.el (nnimap-open-connection): Message when opening connection
2948         for debugging purposes.
2949
2950         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2951         on every setup buffer call to allow this to change from article to
2952         article.
2953
2954         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2955         buffers where we have a wide table.
2956
2957 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2960         uses *-request-thread.
2961
2962 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2965         incantation, which is no longer valid.
2966
2967 2010-10-14  Julien Danjou  <julien@danjou.info>
2968
2969         * shr.el: Fix defcustom type (char -> character).
2970
2971 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2974         programs.
2975
2976 2010-10-14  Julien Danjou  <julien@danjou.info>
2977
2978         * shr.el (shr-tag-a): Use url-link as widget type.
2979
2980         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2981         `gnus-group-get-icon'.
2982
2983 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2986         This should make server editing work better.
2987
2988         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2989
2990         * tls.el (tls-program): Remove spurious %s from openssl.
2991
2992         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2993         (nnimap-parse-flags): Fix regexp.
2994
2995         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2996         probably work for CJVK text, too.
2997
2998         * nnimap.el (nnimap-extend-tls-programs): Remove.
2999         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3000
3001         * tls.el (tls-starttls-switches): Remove starttls hack.
3002         (open-tls-stream): Ditto.
3003         (tls-find-starttls-argument): Ditto.
3004
3005 2010-10-13  Julien Danjou  <julien@danjou.info>
3006
3007         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3008         responses.
3009
3010 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3013
3014         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3015         anything in Emacs.
3016
3017         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3018
3019 2010-10-13  Julien Danjou  <julien@danjou.info>
3020
3021         * shr.el (shr-width): Make shr-width a defcustom with default to
3022         fill-column.
3023         (shr-tag-img): Use shr-width rather than fill-column.
3024
3025 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * dgnushack.el (byte-optimize-apply)
3028         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3029
3030         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3031         position when (X-)Faces exist.
3032         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3033         avatars when called interactively.
3034
3035 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3038         gnus-article-x-face-too-ugly is bound.
3039
3040 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3043
3044         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3045         mailbox that doesn't exist.
3046
3047 2010-10-12  Julien Danjou  <julien@danjou.info>
3048
3049         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3050         (shr-get-image-data): Encode URL properly when fetching from cache.
3051         (shr-tag-img): Use aligned-to spaces to align correctly images.
3052
3053         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3054         before inserting the Gravatar.
3055
3056         * shr.el (shr-tag-img): Add align attribute support for <img>.
3057
3058 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus-gravatar.el (gnus-art): Require.
3061
3062         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3063         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3064         Remove long obsoleted functions.
3065
3066 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3069
3070         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3071
3072         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3073         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3074         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3075         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3076         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3077         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3078         * sieve-manage.el, smime.el, spam.el:
3079         Fix comment for declare-function.
3080
3081 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * nnimap.el (nnimap-request-rename-group): Select group read-only
3084         before renaming it.
3085
3086         * shr.el (shr-insert): Fix up the white space only regexp.
3087
3088         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3089         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3090
3091         * shr.el (shr-current-column): New function.
3092         (shr-find-fill-point): New function.
3093
3094 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3095
3096         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3097         numbers.
3098
3099 2010-10-11  Julien Danjou  <julien@danjou.info>
3100
3101         * shr.el (shr-hr-line): Add.
3102         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3103         display hr lines.
3104         (shr-max-columns): Do not change state to nil if we just inserting
3105         spaces.
3106
3107 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3110         select the last group.
3111
3112 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3115
3116 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3117
3118         * dig.el (dig-mode-map): Declare and define in one step.
3119
3120 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3123         for Gnus.
3124         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3125         (nnimap-update-qresync-info): Mark \Seen articles as read.
3126
3127         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3128         non-variable, too.
3129
3130         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3131         available.
3132         (nnimap-update-info): Rely more on the current active than the param
3133         active to avoid marking articles as read too much.
3134
3135         * auth-source.el (auth-source-create): Use (user-login-name) for the
3136         user name default.
3137
3138         * nnimap.el (nnimap-update-info): If the server doesn't return any
3139         useful info, just use the previous info.
3140         (nnimap-update-info): Prefer old info over start-article.
3141         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3142
3143 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3144
3145         * nnir.el (autoload): Clean up autoloads.
3146         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3147         Use key rather than value.
3148         (nnir-imap-search-other): New variable.
3149         (nnir-read-parm): Use it.
3150         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3151         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3152
3153 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3154
3155         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3156         the process, too.
3157
3158 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * spam.el (gnus-summary-mode-map): Bind to "$".
3161         Suggested by Russ Allbery.
3162
3163         * shr.el: Rework the way things are indented by <li> slightly.
3164
3165         * gnus.el (gnus-group-set-parameter): Fix typo.
3166
3167         * nnimap.el: Start implementing QRESYNC support.
3168
3169 2010-10-09  Julien Danjou  <julien@danjou.info>
3170
3171         * nnir.el (nnir-engines): Fix too many arguments.
3172
3173 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3176         group is the "last", so that the backends like nnfolder actually save
3177         their folders.
3178
3179         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3180         try to use that for the tls stream.
3181         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3182         UIDVALIDITY and find out which groups are read-only and not.
3183         (nnimap-get-flags): Use the same marks parsing code as the rest of
3184         nnimap.
3185
3186 2010-10-09  Julien Danjou  <julien@danjou.info>
3187
3188         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3189
3190         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3191         retrieving gravatars.
3192
3193         * shr.el (shr-table-corner): Add.
3194         (shr-table-line): Add.
3195         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3196
3197 2010-10-08  Julien Danjou  <julien@danjou.info>
3198
3199         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3200
3201 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3204
3205         * gnus-sum.el (gnus-mark-article-as-unread)
3206         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3207         (gnus-summary-set-bookmark): Use it.
3208
3209         * gnus-msg.el (gnus-setup-message): Use it.
3210
3211         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3212
3213         * gnus.el (gnus-group-remove-parameter): Use it.
3214
3215         * gnus-group.el (gnus-group-make-web-group): Use it.
3216
3217         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3218
3219         * nnregistry.el: Update docs to mention manual.
3220
3221         * gnus-registry.el: Update docs to mention nnregistry.el.
3222         (gnus-registry-initialize): Don't install nnregistry refer method
3223         automatically.
3224         (gnus-registry-install-nnregistry): Remove it.
3225
3226 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * shr.el (shr-insert): Don't insert double spaces.
3229
3230 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-gravatar.el (gnus-treat-from-gravatar)
3233         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3234         called interactively.
3235
3236         * gnus-art.el (gnus-mime-view-part-externally)
3237         (gnus-mime-view-part-internally): Make predicate function passed to
3238         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3239         of a mime type.
3240
3241         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3242
3243 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * shr.el (require): Require cl when compiling.
3246         (shr-tag-hr): New function.
3247
3248         * nnimap.el (nnimap-update-info): Remove double setting of high.
3249         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3250         This makes nnimap work properly on Courier again.
3251
3252         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3253         the variable for backwards compatability.
3254
3255         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3256         the file name before using to avoid setting mm-default-directory to
3257         nil.
3258
3259         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3260         bidning gnus-agent variables.
3261
3262         * shr.el (shr-render-td): Use a cache for the table rendering function
3263         to avoid getting an exponential rendering behaviour in nested tables.
3264         (shr-insert): Rework the line-breaking algorithm.
3265         (shr-insert): Don't leave trailing spaces.
3266         (shr-insert-table): Also insert empty TDs.
3267         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3268
3269 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3270
3271         * gnus-sum.el (gnus-number): Rename from `number'.
3272         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3273         (gnus-summary-limit-children): Update uses correspondingly.
3274
3275 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3278         (gnus-gravatar-transform-address): Don't show avatars of people of
3279         which mail addresses match gnus-gravatar-too-ugly.
3280
3281 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * shr.el (shr-table-widths): Expand TD elements to fill available
3284         space.
3285
3286 2010-10-07  Julien Danjou  <julien@danjou.info>
3287
3288         * nnimap.el (nnimap-request-rename-group): Add this method.
3289
3290 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3293         name from XEmacs' function-arglist.
3294
3295         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3296         gravatar under XEmacs.
3297
3298 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * auth-source.el: Update docs with TODO items.
3301
3302         * gnus-sync.el: Update docs to explain state and plans.
3303
3304         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3305         Hooks for mark updates.
3306         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3307
3308         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3309         hooks with arguments, which is needed for mark update hooks.
3310
3311 2010-10-06  Julien Danjou  <julien@danjou.info>
3312
3313         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3314         was matched.
3315
3316         * sieve-manage.el: Update example in `Commentary'.
3317
3318         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3319
3320         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3321         not 2000.
3322         (sieve-manage-authenticate): Re-add function.
3323
3324 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * shr.el (shr-insert): Get 'space transition right.
3327         (shr-render-td): Only delete space at the end of the TD.
3328
3329         * nnimap.el (nnimap-open-connection): Prepare to support
3330         open-gnutls-stream.
3331
3332         * shr.el: Rearrange function order to be more logical.
3333
3334 2010-10-06  Julien Danjou  <julien@danjou.info>
3335
3336         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3337         (nnrss-discover-feed): Remove 404 URL in docstring.
3338
3339         * nnir.el: Fix Swish-E URL.
3340         Fix Namazu URL.
3341
3342         * message.el (message-change-subject): Remove 404 URL in a comment.
3343
3344 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3347         called interactively.
3348
3349         * gnus-util.el (gnus-remove-if): Allow hash table.
3350         (gnus-remove-if-not): New function.
3351
3352         * gnus-art.el (gnus-mime-view-part-as-type)
3353         * gnus-score.el (gnus-summary-score-effect)
3354         * gnus-sum.el (gnus-read-move-group-name):
3355         Replace remove-if-not with gnus-remove-if-not.
3356
3357         * gnus-group.el (gnus-group-completing-read):
3358         Regard collection as a hash table if it is not a list.
3359
3360 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3363
3364         * shr.el: Document the table-rendering algorithm.
3365
3366 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3369         for Emacsen having no `libxml-parse-html-region' support.
3370
3371 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3374         invalid URLs.
3375
3376         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3377         line-broken.
3378         (shr-tag-img): Ignore image fetching errors.
3379         (shr-overlays-in-region): Compute overlay positions correctly.
3380
3381         * mm-decode.el (mm-shr): Require shr.
3382
3383         * gnus-art.el (gnus-blocked-images): Move variable here.
3384
3385         * shr.el (shr-insert-table): Bind free variable.
3386
3387         * mm-decode.el (mm-shr): Bind shr-content-function.
3388
3389         * shr.el (shr-content-function): New variable.
3390
3391         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3392         added for symmetry.
3393
3394         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3395
3396         * gnus-group.el (gnus-group-make-group): Doc fix.
3397
3398         * nnimap.el (nnimap-request-newgroups): Return success.
3399
3400         * shr.el (shr-find-elements): New function.
3401         (shr-tag-table): Put all the images after the table.
3402         (shr-tag-table): Really inhibit images inside the table.
3403         (shr-collect-overlays): Copy over overlays from the TD elements to the
3404         main document.
3405
3406         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3407         gnus-blocked-images.
3408
3409 2010-10-05  Julien Danjou  <julien@danjou.info>
3410
3411         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3412
3413         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3414         (gnus-html-maximum-image-size): Add this function.
3415         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3416
3417         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3418         server-value of the capability is nil.
3419
3420 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-tag-em): Add <EM> tag.
3423
3424 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3425
3426         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3427         customizable.
3428
3429         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3430         handing broken links to browse-url.
3431
3432 2010-10-05  Julien Danjou  <julien@danjou.info>
3433
3434         * gnus-util.el (gnus-emacs-completing-read)
3435         (gnus-iswitchb-completing-read): Use autoload rather than require.
3436
3437 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3440         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3441         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3442         iswitchb-temp-buflist for XEmacs.
3443
3444         * gnus-util.el (gnus-completing-read-function): Exclude
3445         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3446         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3447         XEmacs.
3448
3449         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3450         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3451
3452         * gnus-html.el: Don't require help-fns under XEmacs.
3453         (gnus-html-schedule-image-fetching): Work for XEmacs.
3454
3455         * mm-decode.el (mm-shr): Decode contents by charset.
3456
3457 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3460         unknown.
3461
3462         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3463         (shr-get-image-data): Ensure against the cache file missing.
3464
3465         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3466         for data.
3467
3468         * spam-report.el (spam-report-url-ping-plain): Don't query about
3469         killing the process.
3470
3471         * shr.el (shr-render-td): Protect against too-wide text.
3472
3473 2010-10-04  Julien Danjou  <julien@danjou.info>
3474
3475         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3476         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3477
3478         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3479         retrieved.
3480
3481 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * shr.el (browse-url): Require.
3484         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3485         lines.
3486         (shr-show-alt-text, shr-browse-image): New commands.
3487         (shr-browse-url, shr-copy-url): New commands.
3488
3489         * gnus-sum.el (gnus-widen-article-window): New variable.
3490         (gnus-summary-select-article-buffer): Use it.
3491
3492         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3493         without @ signs.
3494
3495 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3496
3497         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3498
3499 2010-10-04  Julien Danjou  <julien@danjou.info>
3500
3501         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3502         for XEmacs.
3503
3504 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3507
3508         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3509         (nnimap-close-server): Implement.
3510
3511         * dgnushack.el (iswitchb): Require to shut up the compiler.
3512
3513         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3514         (shr-insert): Tweak line breaking.
3515         (shr-insert): Handle <pre> better.
3516         (shr-tag-li): Get <li> indentation right.
3517         (shr-tag-li): Get <li> indentation even righter.
3518         (shr-tag-blockquote): Ensure paragraph start.
3519         (shr-make-table): Tweak table generation.
3520         (shr-make-table): Fix typo.
3521
3522         * shr.el: Implement table rendering.
3523
3524 2010-10-04  Julien Danjou  <julien@danjou.info>
3525
3526         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3527
3528 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * shr.el (shr-insert): Use string anchors instead of line anchors.
3531
3532 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * shr.el: Add headings.
3535         (shr-ensure-paragraph): Actually work.
3536         (shr-tag-li): Make <ul> prettier.
3537         (shr-insert): Get white space at the beginning/end of elements right.
3538         (shr-tag-p): Collapse subsequent <p>s.
3539         (shr-ensure-paragraph): Don't insert double line feeds after blank
3540         lines.
3541         (shr-insert): \t is also space.
3542         (shr-tag-s): Fix "s" tag name function.
3543         (shr-tag-s): Fix face prop name.
3544
3545 2010-10-03  Julien Danjou  <julien@danjou.info>
3546
3547         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3548
3549         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3550         gnus-window-inside-pixel-edges.
3551
3552         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3553         gnus-ems.
3554
3555         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3556
3557         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3558         function.
3559
3560         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3561         resize choice.
3562
3563 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3566         beginning of the buffer.
3567
3568         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3569         article buffer again.
3570
3571         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3572
3573         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3574         when it's at the start of the buffer.
3575
3576         * shr.el (shr-tag-blockquote): Convert name.
3577         (shr-rescale-image): Use the right image-size variant.
3578
3579         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3580         buffer isn't shown, then select the current article first instead of
3581         bugging out.
3582         (gnus-summary-select-article-buffer): Show both the article and summary
3583         buffers again.
3584
3585         * shr.el (shr-fontize-cont): Protect against regions with no text.
3586         Rename tag functions to shr-tag-* for enhanced security.
3587         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3588
3589 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3590
3591         * shr.el (shr-insert):
3592         * pop3.el (pop3-movemail):
3593         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3594         loaded.
3595
3596 2010-10-03  Glenn Morris  <rgm@gnu.org>
3597
3598         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3599
3600         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3601
3602         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3603
3604         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3605
3606         * gnus-util.el (gnus-make-local-hook): Simplify.
3607
3608 2010-10-02  Julien Danjou  <julien@danjou.info>
3609
3610         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3611         (gnus-ido-completing-read): New function.
3612         (gnus-emacs-completing-read): New function.
3613         (gnus-completing-read): Use gnus-completing-read-function.
3614         Add gnus-completing-read-function.
3615
3616 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * shr.el (shr-insert-document): Autoload.
3619         (shr-img): Be silent.
3620         (shr-insert): Add a newline after every picture before text.
3621         (shr-add-font): Use overlays for combining faces.
3622         (shr-insert): Pass upwards the text start point.
3623
3624         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3625         possible.
3626         (mm-shr): New function.
3627
3628 2010-10-02  Julien Danjou  <julien@danjou.info>
3629
3630         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3631         should go backward.
3632
3633 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3634
3635         * shr.el (shr): Fix typo in provide call.
3636
3637 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * shr.el: New file.
3640
3641         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3642
3643         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3644         completing read.
3645
3646 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3649         we're being queried about.  Suggested by Dan Jacobson.
3650
3651         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3652         Suggested by Jason Eisner.
3653
3654         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3655         table, too.  Suggested by Stefan Wiens.
3656         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3657         the table unnecessary.  Suggested by Stefan Wiens.
3658
3659         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3660         longer needed, and probably doesn't work either, as pointed out by
3661         Stefan Wiens.
3662         (gnus-summary-exit): Remove call to the clearing function.
3663         (gnus-summary-exit-no-update): Ditto.
3664
3665         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3666         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3667         Reported by Stefan Monnier.
3668         (gnus-summary-save-in-rmail): Ditto.
3669
3670         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3671         article buffer, instead of both the article buffer and the summary
3672         buffer.  Sort of suggested by Dan Jacobson.
3673
3674         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3675
3676         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3677         Suggested by Dan Jacobson.
3678
3679         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3680         documentation clearer.
3681
3682         * message.el (message-shorten-references): Comment on the number "21".
3683         Suggested by Stefan Monnier.
3684
3685         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3686         Suggested by Dan Jacobson.
3687
3688         * gnus.el (gnus-large-newsgroup):
3689         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3690
3691         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3692         externalize attachments.  Bug reported by Steve Wen.
3693
3694         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3695         really message anything to the user.
3696
3697         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3698         directly.
3699
3700         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3701         messages in empty groups.
3702
3703 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3704
3705         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3706         non-UIDNEXT group.
3707
3708 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3711         not the value from the collection.
3712
3713         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3714         values.  This sometimes happens on some groups that have no info.
3715         (nnimap-request-newgroups): New function.
3716
3717 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3720         check into `gnus-registry-initialize'.
3721         (gnus-registry-initialize): Ditto.
3722         Fix and extend header docs.
3723
3724 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3727         regexp backtrace overflows.
3728
3729         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3730         for starttls that tls.el implements; i.e. openssl.
3731
3732         * tls.el (tls-starttls-switches): Give up on using starttls with
3733         gnutls-cli.
3734         (tls-program): Add --insecure to be consistent with the defaults from
3735         openssl s_client.  Now all three commands are insecure.
3736
3737 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * lpath.el: Bind completion-styles-alist for XEmacs.
3740
3741         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3742         (gravatar-create-image): New function that's an alias to
3743         gnus-xmas-create-image, gnus-create-image, or create-image.
3744         (gravatar-data->image): Use it.
3745
3746 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3747
3748         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3749         install the nnregistry refer method.
3750         (gnus-registry-install-hooks): Use it.
3751         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3752         unfollowed groups.
3753
3754 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3755
3756         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3757         expanding threads.
3758
3759 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnir.el: Use the server names without suffixes (bug #7009).
3762
3763         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3764         unencrypted to STARTTLS, if possible.
3765
3766 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3767
3768         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3769         headers before superseding.
3770
3771 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * nnrss.el (nnrss-use-local): Add documentation.
3774
3775         * nnimap.el (nnimap-extend-tls-programs): New function.
3776         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3777         (nnimap-wait-for-connection): Accept the greeting from the stupid
3778         output from openssl s_client -starttls, too.
3779
3780         * tls.el (tls-starttls-switches): New variable.
3781         (tls-find-starttls-argument): Use it.
3782         (open-tls-stream): Ditto.
3783
3784         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3785         (netrc-machine): Ditto.
3786
3787         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3788         article number.
3789         (nnimap-split-fancy): New variable.
3790         (nnimap-split-incoming-mail): Use it.
3791
3792         * nntp.el (nntp-server-list-active-group): Document.
3793
3794         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3795         SELECT to get the message-id.
3796
3797         * mail-source.el (mail-sources): Remove webmail support.
3798         (defvar): Ditto.
3799         (mail-source-fetcher-alist): Ditto.
3800         (mail-source-fetch-webmail): Remove.
3801
3802         * webmail.el: Remove -- doesn't seem relevant any more.
3803
3804         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3805
3806         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3807         the \r.
3808
3809 2010-09-30  Julien Danjou  <julien@danjou.info>
3810
3811         * gnus-agent.el (gnus-agent-add-group): Fix call to
3812         gnus-completing-read.
3813
3814 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * nndoc.el (nndoc-retrieve-groups): New function.
3817
3818         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3819         `default', use nnmail-split-methods.
3820         (nnimap-request-article): Downcase the NILs so that they are nil.
3821
3822         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3823         symbol.
3824
3825         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3826         code, since if the user has requested network, that's what they ought
3827         to get.
3828         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3829         (nnimap-split-rule): Mark as obsolete.
3830
3831         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3832         New variable.
3833
3834         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3835         correct slot, too.
3836
3837 2010-09-29  Julien Danjou  <julien@danjou.info>
3838
3839         * gnus.el (gnus-local-domain): Declare variable obsolete.
3840
3841         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3842         Fix history computing.
3843         (gnus-ido-completing-read): Require ido.
3844
3845 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3848         build Gnus.
3849
3850         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3851         when interpreting the structures.
3852         (nnimap-request-accept-article): Add \r\n to the lines to make this
3853         work with Cyrus.
3854
3855         * nndraft.el (nndraft-request-expire-articles): Use the group name
3856         instead if "nndraft".  Fix found by Nils Ackermann.
3857
3858 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3859
3860         * nnregistry.el: Add.
3861
3862 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3863
3864         * nnmail.el (group, group-art-list, group-art):
3865         Remove unneeded directives.
3866
3867 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3870         (mm-mime-charset)
3871         * rfc2047.el (rfc2047-syntax-table)
3872         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3873
3874         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3875         rather than `insert-file-contents' and `eval-region'.
3876
3877         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3878         construction.
3879
3880         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3881
3882         * time-date.el: No need to require cl for Emacs 21.
3883
3884 2010-09-29  Julien Danjou  <julien@danjou.info>
3885
3886         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3887         replacement of `gnus-gravatar-relief' to mimic
3888         `gnus-faces-properties-alist'.
3889         Add :version property.
3890
3891 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * mail-source.el (mail-source-report-new-mail)
3894         * message.el (message-default-mail-headers)
3895         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3896
3897         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3898
3899 2010-09-28  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3902         mail-address contains the same string as real-name.
3903
3904         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3905         non-blank in header, otherwise it'll get stripped.
3906
3907         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3908         real-name, and then for mail address rather than doing : or , search.
3909
3910 2010-09-27  Julien Danjou  <julien@danjou.info>
3911
3912         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3913         right completing-read function.
3914         (gnus-use-ido): New variable
3915         (gnus-completing-read-with-default): Remove.
3916         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3917         (gnus-agent-add-group):
3918         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3919         * mm-view.el (mm-view-pkcs7-decrypt):
3920         * mm-util.el (mm-codepage-setup):
3921         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3922         * mml-smime.el (mml-smime-openssl-sign-query):
3923         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3924         (mml-insert-multipart):
3925         * gnus-msg.el (gnus-summary-yank-message):
3926         * gnus-int.el (gnus-start-news-server):
3927         * mm-decode.el (mm-interactively-view-part):
3928         * gnus-dired.el (gnus-dired-attach):
3929         * gnus.el (gnus-read-method):
3930         * gnus-bookmark.el (gnus-bookmark-jump):
3931         * gnus-art.el (gnus-mime-view-part-as-type)
3932         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3933         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3934         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3935         * nnmairix.el (nnmairix-create-server-and-default-group)
3936         (nnmairix-update-groups, nnmairix-get-server)
3937         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3938         (nnmairix-get-group-from-file-path):
3939         * nnrss.el (nnrss-find-rss-via-syndic8):
3940         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3941         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3942         (gnus-group-browse-foreign-server):
3943         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3944         (gnus-summary-execute-command, gnus-summary-respool-article)
3945         (gnus-read-move-group-name):
3946         * gnus-score.el (gnus-summary-increase-score)
3947         (gnus-summary-score-effect):
3948         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3949
3950 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3953         x-focus-frame.
3954
3955         * nnimap.el (auth-source-forget-user-or-password)
3956         (auth-source-user-or-password): Autoload.
3957
3958         * message.el (message-from-style, message-interactive)
3959         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3960         (message-yank-prefix, message-indentation-spaces, message-signature)
3961         (message-signature-file): Add comment.
3962
3963 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3966         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3967         new articles.
3968
3969         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3970         parts.
3971         (nnimap-request-article): Work with the t setting, too.
3972
3973         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3974         that you don't get flashes of other buffers.
3975         (gnus-summary-show-complete-article): Intern before setting.
3976
3977 2010-09-27  David Engster  <dengste@eml.cc>
3978
3979         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3980         well as HEADERS.
3981         (nnmairix-retrieve-headers): Provide new argument for the above.
3982
3983 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-sum.el (gnus-summary-move-article): Don't alter
3986         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3987         group.
3988
3989         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3990
3991         * message.el (message-cite-prefix-regexp): Revert my last edit.
3992
3993         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3994         variable instead of the Gnus variable.
3995
3996         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3997
3998         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3999
4000         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4001         since some servers don't like it.
4002         (nnimap-open-connection): Forget credentials if the server says the
4003         password was wrong.
4004         (nnimap-parse-line): Protect against invalid data.
4005
4006         * gnus-sum.el (gnus-summary-move-article): Add comment.
4007         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4008         nothing alters it while scanning for new messages.
4009
4010         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4011         which may or may not help.
4012         (nnimap-open-connection): If we're doing a stream connection, and then
4013         discover we're on a STARTTLS-capable server, then open a STARTTLS
4014         connection instead.
4015
4016 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * nnimap.el (utf7): Require.
4019
4020         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4021         prefix.
4022
4023 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4024
4025         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4026
4027 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * nnimap.el (nnimap-request-accept-article): Message the error on
4030         error.
4031
4032 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4035
4036 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * nndoc.el (nndoc-request-list): Return success always.
4039
4040         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4041         `fetch-old' -- we only want to fetch the articles we've requested.
4042         The rest are in the agent, probably.
4043         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4044         disappeared server" to something low.  It's not important.
4045
4046         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4047         arrived before the FETCH data.
4048
4049         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4050         target here, because we don't know the Gnus name of the group.
4051
4052         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4053         for the correct group.
4054
4055         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4056
4057         * gnus.el (gnus): Give a final warning after startup.
4058
4059         * gnus-util.el (gnus-action-message-log): New variable.
4060         (gnus-message): Use it.
4061         (gnus-final-warning): New function.
4062
4063         * nnimap.el (nnimap-open-connection): Record the greeting.
4064         (nnimap): Add greeting.
4065
4066 2010-09-26  Julien Danjou  <julien@danjou.info>
4067
4068         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4069         arguments.
4070         (gnus-html-wash-images): Fix spec computing to include start/end.
4071
4072         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4073
4074 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4077         deletion.
4078         (nnimap-retrieve-headers): Don't select the group, because that's
4079         already done by nnimap-possibly-change-group.
4080
4081         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4082         (gnus-picon-transform-address): Use it.
4083
4084         * mail-source.el (mail-source-value): Revert previous patch.
4085
4086         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4087         on failure.
4088         (nnimap-open-connection): Look up both virtual and physical server name
4089         credentials.
4090
4091         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4092
4093 2009-02-07  Dave Love  <fx@gnu.org>
4094
4095         * tls.el (open-tls-stream): Don't query killing process.
4096
4097 2009-02-08  Dave Love  <fx@gnu.org>
4098
4099         * gnus-win.el (gnus-window-to-buffer-helper)
4100         (gnus-all-windows-visible-p): Function needn't be a symbol.
4101
4102         * mail-source.el (mail-source-value): Function needn't be a symbol.
4103
4104 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * message.el (message-cite-prefix-regexp): Remove } from the cite
4107         prefix.
4108
4109         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4110         highlight again, so that the highlight is correct.
4111
4112         * gnus-picon.el (gnus-picon): Remove again.
4113         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4114
4115         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4116         doing the header highlightling, so that the background colour of the
4117         picon is correct.
4118
4119         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4120         (gnus-picon): Ditto.
4121         (gnus-picon): Reinstate.  The background colour for picons is white.
4122         (gnus-picon-insert-glyph): Make the background white.
4123
4124         * nnml.el (nnml-open-nov): Don't return dead buffers.
4125
4126         * auth-source.el (auth-source-create): Query the user for whether to
4127         store the credentials.
4128
4129         * netrc.el (netrc-store-data): New function.
4130
4131         * auth-source.el (auth-source-user-or-password): Use the existing auth
4132         sources, if any, for creation.
4133
4134         * gnus.el (gnus-group-fast-parameter): Return the last matching
4135         parameter instead of the first matching parameter.
4136
4137 2010-09-26  Julien Danjou  <julien@danjou.info>
4138
4139         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4140
4141 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * mml2015.el (mml2015-use): Remove gpg support.
4144
4145         * mml1991.el (mml1991-function-alist): Remove gpg function.
4146         (mml1991-gpg-sign): Remove.
4147
4148 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4149
4150         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4151         (gnus-browse-unsubscribe-current-group): Document it.
4152         (gnus-browse-unsubscribe-group): Use it.
4153
4154 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4157         address to the To list for easier response.
4158
4159         * gnus.el (gnus-play-startup-jingle): Remove.
4160         (gnus-splash): Don't play jingle.
4161         (gnus): Silence gnus-load message.
4162
4163         * gnus-art.el (gnus-treat-play-sounds): Remove.
4164
4165         * gnus.el (gnus-play-jingle): Remove audio support.
4166
4167         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4168
4169         * earcon.el: Remove -- no users.
4170
4171         * gnus-audio.el: Remove -- no users of this package.
4172
4173         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4174
4175         * gnus-start.el (gnus-setup-news): Remove nocem support.
4176
4177         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4178
4179         * gnus.el (gnus-use-nocem): Remove.
4180
4181         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4182         Remove.
4183
4184         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4185         uses NoCeM any more.
4186
4187         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4188         (gnus-button-ctan-handler): Ditto.
4189         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4190         (gnus-button-ctan-directory-regexp): Ditto.
4191         (gnus-button-handle-ctan): Ditto.
4192         (gnus-button-tex-level): Ditto.
4193         (gnus-button-alist): Remove CTAN stuff.
4194
4195 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4198         nnimap-streaming test.
4199
4200         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4201         servers twice.
4202
4203         * nnimap.el (nnimap-open-connection): Add more error reporting when
4204         nnimap fails early.
4205
4206         * nnheader.el (nnheader-get-report-string): New function.
4207         (nnheader-get-report): Use it.
4208
4209         * gnus-int.el (gnus-check-server): Say what the error was when opening
4210         failed.
4211
4212         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4213         using streaming.
4214
4215 2010-09-25  Julien Danjou  <julien@danjou.info>
4216
4217         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4218         gnus-window-inside-pixel-edges.
4219
4220 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4223
4224         * mm-decode.el (mm-save-part): Allow saving to other directories the
4225         normal Emacs way.
4226
4227         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4228         Suggested by Jay Berkenbilt.
4229
4230         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4231         there isn't a single byte.
4232
4233         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4234         just do it.  It doesn't really seem to matter what the user responds
4235         here, I think, so it's just a confusing question.
4236
4237         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4238         non-streaming case.
4239
4240         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4241         (gnus-article-encrypt-body): Use it.
4242
4243         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4244         keystroke.
4245
4246         * nnimap.el (nnimap-find-wanted-parts-1):
4247         Use gnus-fetch-partial-articles.
4248
4249         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4250
4251         * nnimap.el (nnimap-insert-partial-structure): New function.
4252         (nnimap-get-partial-article): New function.
4253         (nnimap-request-article): Use it.
4254         (nnimap-wait-for-response): Return whether the wait was successful.
4255         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4256         retrieval wasn't successful.
4257         (nnimap-retrieve-group-data-early): Allow throttling servers.
4258         (nnimap-streaming): New variable.
4259         (nnimap-fetch-partial-articles): Remove.
4260
4261         * mm-decode.el (mm-with-part): Protect against killed buffers.
4262
4263         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4264         for prettier summary display.
4265
4266 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4267
4268         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4269
4270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4273         apparently third-party libraries depend on it.
4274
4275         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4276         before starting negotiation.
4277
4278         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4279         privacy reasons.
4280         (gnus-treat-mail-gravatar): Ditto.
4281
4282         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4283         buffer when inserting images.  Inserting text into the headers, for
4284         instance, can make them invalid.
4285
4286 2010-09-25  Julien Danjou  <julien@danjou.info>
4287
4288         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4289         variables.
4290
4291         * nnheader.el: Remove useless variables news-reply-yank-from and
4292         news-reply-yank-message-id.
4293
4294         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4295         variables.
4296
4297         * mml1991.el: Remove useless mml1991-verbose.
4298
4299         * gnus.el: Remove useless variable gnus-use-generic-from.
4300         Remove obsolete variable gnus-topic-indentation.
4301
4302         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4303
4304         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4305
4306         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4307
4308         * gnus-group.el: Remove useless gnus-group-icon-cache.
4309         Remove useless gnus-ephemeral-group-server.
4310
4311         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4312
4313         * mml2015.el: Remove useless mml2015-verbose.
4314
4315         * mml-smime.el: Remove useless mml-smime-verbose.
4316
4317         * gnus.el: Remove useless gnus-local-domain.
4318
4319         * gnus-gravatar.el (gnus-gravatar-transform-address):
4320         Use gnus-gravatar-size.
4321
4322         * gnus-art.el: Remove useless gnus-treat-translate.
4323
4324 2010-09-24  Julien Danjou  <julien@danjou.info>
4325
4326         * gnus-sum.el: Add support for Gravatars.
4327
4328         * gnus-art.el: Add support for Gravatars.
4329
4330         * gnus-gravatar.el: Add this file.
4331
4332         * gravatar.el: Add this file.
4333
4334 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4337
4338         * gnus-group.el (gnus-group-fetch-faq): Remove.
4339
4340         * gnus.el (gnus-group-faq-directory): Remove.
4341
4342         * gnus-group.el (gnus-group-fetch-charter): Remove.
4343
4344         * gnus.el (gnus-group-charter-alist): Remove.
4345
4346         * gnus-group.el (gnus-group-archive-directory): Remove.
4347         (gnus-group-recent-archive-directory): Ditto.
4348         (gnus-group-make-archive-group): Remove.
4349
4350         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4351
4352         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4353         use the same article number for all the cached articles.
4354
4355         * nnimap.el (nnimap-command): Register the last command time so
4356         that we can use it for idling NOOPs.
4357         (nnimap-open-connection): Start the keeplive timer.
4358         (nnimap-make-process-buffer): Store all the process buffers.
4359         (nnimap-keepalive): New function.
4360
4361         * starttls.el (starttls-open-stream): Add autoload cookie.
4362
4363 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4364
4365         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4366         handling.
4367
4368 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4371         its data structures.
4372
4373         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4374         instead of the cl.el copy-list.
4375         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4376         equalp.
4377
4378 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4381         and tool-bar-local-item-from-menu.
4382
4383         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4384         mode-line-highlight face for Emacs.
4385
4386         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4387         loading gnus-sum.elc; fix comment for canlock-verify.
4388         (gnus-article-jump-to-part): Use read-number.
4389         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4390         Remove Emacs pre-21 compatible code for help-echo.
4391         (gnus-article-next-page-1): No need to adjust the number of lines.
4392         (gnus-article-describe-bindings): Always use help-buffer.
4393
4394         * gnus-audio.el (gnus-audio-inline-sound)
4395         * gnus-cus.el (gnus-custom-mode)
4396         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4397
4398         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4399
4400         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4401         compatible code.
4402
4403 2010-09-24  Glenn Morris  <rgm@gnu.org>
4404
4405         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4406         visiting the fcc file in rmail-mode.
4407
4408         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4409
4410 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * nnir.el: Silence the byte compiler.
4413
4414         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4415         alias to browse-url-url-encode-chars if any.
4416         (gnus-html-encode-url): Use it.
4417
4418 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-start.el (gnus-use-backend-marks): New variable.
4421         (gnus-get-unread-articles-in-group): Use it.
4422
4423         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4424         makeover.
4425
4426 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4427
4428         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4429
4430 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4433         Remove.
4434         (gnus-setup-news-hook):
4435         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4436
4437         * gnus-int.el (gnus-request-update-info): Protect against backends not
4438         having the function.
4439
4440         * nnimap.el (nnimap-stream): Mention starttls.
4441         (nnimap-open-connection): Add starttls support.
4442
4443 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4444
4445         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4446
4447 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4450         BODYSTRUCTUREs.
4451         (nnimap-transform-headers): Unfold quoted {42} headers.
4452
4453         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4454         the info.
4455         (gnus-get-unread-articles): Only call updatep on backends that support
4456         it.
4457
4458         * nnweb.el (nnweb-request-update-info): NOOP.
4459
4460         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4461
4462         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4463         since it only deals with marks.
4464
4465         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4466         gnus-request-marks, and make a new gnus-request-update-info.
4467
4468         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4469         the active instead of the high number, which is usually too low.
4470
4471 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4474         * encrypt.el: Remove.
4475
4476 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4479         server in symbolic form.
4480
4481         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4482
4483 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4486         (nnimap-update-info): Fix up code slightly.
4487
4488         * gnus-int.el (gnus-open-server): Add tracing for performance
4489         debugging.
4490
4491         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4492         (gnus-group-insert-group-line): Pass the real group name so that it
4493         gets the right data.
4494
4495         * gnus-start.el (gnus-get-unread-articles): Don't have
4496         `gnus-get-unread-articles-in-group' update info, since that can be
4497         really slow and doesn't seem to be needed?
4498
4499 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4500
4501         * time-date.el (date-to-time): Try using parse-time-string first before
4502         using the slower timezone-make-date-arpa-standard.
4503
4504 2010-09-22  Julien Danjou  <julien@danjou.info>
4505
4506         * gnus-group.el (gnus-group-insert-group-line):
4507         Call gnus-group-highlight-line.
4508         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4509         default hook list.
4510         (gnus-group-update-eval-form): Add new function.
4511         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4512         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4513
4514 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4517         immediate, then expire all articles.
4518         (nnimap-update-info): Fix off-by-one errors.
4519         (nnimap-flags-to-marks): Would return no marks lists for group with no
4520         flags.  Instead return the other data.
4521
4522 2010-09-22  Julien Danjou  <julien@danjou.info>
4523
4524         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4525         Only return an icon.
4526         (gnus-group-insert-group-line): Compute icon to return.
4527
4528         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4529         (gnus-html-image-fetched): Only cache if
4530         gnus-html-image-automatic-caching is set.
4531         (gnus-html-image-fetched): Check for errors.
4532
4533 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4536         once per method on `g'.  This ensures that backends like nnfolder don't
4537         open all their folders.
4538
4539         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4540         (nnimap-request-list): Nix out group in the correct buffer.
4541         (nnimap-parse-flags): Implement by using `read' instead of
4542         hand-parsing.
4543         (nnimap-flags-to-marks): Pass on permanent-flags.
4544         (nnimap-make-process-buffer): Record the server name.
4545         (nnimap-parse-flags): Fix typo.
4546         (nnimap-request-scan): Run split on the server in general, not just a
4547         single group.
4548
4549         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4550         parameter, and propagate this downwards.
4551
4552         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4553         since EXAMINE changes it on the server.
4554
4555         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4556         this command might take a while.
4557
4558 2010-09-22  Julien Danjou  <julien@danjou.info>
4559
4560         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4561         harmful if you have 2 images side-by-side, they can't be properly
4562         update on text deletion.  Using text-property is safer here.
4563         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4564         data.
4565
4566 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * nnimap.el (nnimap-expunge-inbox): Remove.
4569         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4570         (nnimap-expunge): Flip default to t.
4571
4572         * gnus.el (gnus-method-to-server): Don't push things to the cache
4573         unless it's unique.
4574         (gnus-server-to-method): Ditto.
4575
4576 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4579
4580 2010-09-22  Julien Danjou  <julien@danjou.info>
4581
4582         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4583         get the start of data.
4584         (gnus-html-encode-url): Add this function to encode special chars in
4585         URL.
4586         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4587         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4588
4589         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4590         default.
4591         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4592
4593         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4594         images alt-text.
4595         (gnus-html-put-image): Put alt-text as help-echo.
4596
4597 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4600         * mm-util.el (mm-decompress-buffer)
4601         * nnir.el (nnir-run-find-grep)
4602         * pop3.el (pop3-list): Use 3rd arg of split-string.
4603
4604         * time-date.el (format-seconds): Comment fix.
4605
4606         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4607         and byte-optimize-form-code-walker.
4608         (dgnushack-make-auto-load): Don't advise make-autoload.
4609
4610         * lpath.el: Remove Emacs 21 stuff.
4611
4612 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613
4614         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4615         outside the active range.  Suggested by Dan Christensen.
4616
4617         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4618         slightly later to avoid double-getting it.
4619
4620         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4621         previous patch.
4622
4623         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4624
4625 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4626
4627         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4628
4629 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-int.el (gnus-open-server): Give a better error message in the
4632         "go offline" case.
4633
4634         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4635         marks for nnimap, which is seldom the right thing to do.
4636
4637         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4638         (gnus-same-method-different-name): New function.
4639
4640         * nnimap.el (parse-time): Require.
4641
4642         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4643         method in the presence of many similar methods.
4644
4645         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4646
4647         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4648         nnml-inhibit-expiry.
4649
4650         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4651         find out whether methods are equal.
4652
4653         * nnimap.el (nnimap-find-expired-articles): New function.
4654         (nnimap-process-expiry-targets): New function.
4655         (nnimap-request-move-article): Request the article before looking at
4656         what the Message-ID is.  Fix found by Andrew Cohen.
4657         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4658
4659         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4660         for oldness in addition to being a predicate.
4661
4662         * nnimap.el (nnimap-request-group): When we have zero articles, return
4663         the right data to Gnus.
4664         (nnimap-request-expire-articles): Only delete articles immediately if
4665         the target is 'delete.
4666
4667         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4668         method, this would bug out.
4669
4670         * gnus-group.el (gnus-group-expunge-group): Rename from
4671         gnus-group-nnimap-expunge, and implemented as a normal interface
4672         function.
4673
4674         * gnus-int.el (gnus-request-expunge-group): New function.
4675
4676         * nnimap.el (nnimap-request-create-group): Implement.
4677         (nnimap-request-expunge-group): New function.
4678
4679 2010-09-21  Julien Danjou  <julien@danjou.info>
4680
4681         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4682         (gnus-html-cache-expired): Add new function.
4683         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4684         wethever we should display image for fetch it.
4685         Compute alt-text earlier to pass it to the fetching function too.
4686         (gnus-html-schedule-image-fetching): Change function argument to only
4687         get one image at a time, not a list.
4688         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4689         cache.
4690         (gnus-html-get-image-data): New function to retrieve image data from
4691         cache.
4692         (gnus-html-put-image): Change buffer argument to use image data rather
4693         than file, and place image above region rather than inserting a new
4694         one.  Do not take alt-text as argument, since it's useless now: we place
4695         the image above alt-text.
4696         (gnus-html-prune-cache): Remove.
4697         (gnus-html-show-images): Start to fetch image when we find one, do not
4698         push into a temporary list.
4699         (gnus-html-prefetch-images): Only fetch image if they have expired.
4700         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4701         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4702
4703 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4706
4707 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4710         spec inser "*" if the group isn't active instead of 0.
4711
4712         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4713         opening the server.
4714         (nnimap-request-delete-group): Implement group deletion.
4715         (nnimap-transform-headers): Return the size of the entire message in
4716         the Bytes header, not just the size of the first part.
4717         (nnimap-request-move-article): When moving an article from nnimap,
4718         request the article first so the accepting form has an article to
4719         accept.  Reported by Dan Christensen.
4720         (nnimap-command): Make sure that the error message doesn't error out.
4721
4722 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4723
4724         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4725         we haven't requested anything.
4726
4727 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4730         "".  Fix found by Andrew Cohen.
4731
4732         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4733         instead of -encode-string.
4734
4735 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4738
4739         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4740         by mm-subst-char-in-string.
4741
4742 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4745         waiting for the connection string.
4746
4747         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4748         arriving.
4749
4750         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4751         bogus characters.  This allows selecting certain Gmail groups.
4752
4753         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4754         (nnimap-fetch-partial-articles): New variable.
4755         (nnimap-open-connection): When looking for credentials, also use the
4756         nnimap-server-port.
4757         (nnimap-request-article): Return the group/article number, so that Gnus
4758         `^' works as expected.
4759         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4760
4761         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4762         comments.
4763         (gnus-methods-sloppily-equal): New function.
4764         (gnus): When using the development version of Gnus, load the gnus-load
4765         file.
4766
4767         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4768         `gnus-open-server' on each method before trying to scan them etc.
4769         This ensures that all the backend parameters are set correctly.
4770
4771         * nnimap.el (nnimap-authenticator): New variable.
4772         (nnimap-open-connection): Allow anonymous login.
4773         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4774         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4775
4776         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4777         patch, found by Knut Anders Hatlen.
4778
4779 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4780
4781         * gnus-agent.el (gnus-agent-batch-confirmation)
4782         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4783         to gnus-message.
4784         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4785         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4786         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4787         * gnus-int.el (gnus-open-server): Likewise.
4788         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4789         (gnus-score-check-syntax): Likewise.
4790         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4791         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4792         Likewise.
4793         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4794
4795 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4798         calling conventions so that prefetch doesn't bug out.
4799
4800 2010-09-19  Julien Danjou  <julien@danjou.info>
4801
4802         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4803         rather than `subst-char-in-region' in order to be able to replace ASCII
4804         char by UTF-8 ones.
4805
4806         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4807         than curl.
4808         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4809         the right URL and ALT text on images.
4810         (gnus-html-wash-tags): Fix tag case.
4811         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4812         (gnus-article-html): Add -o display_ins_del=2 option.
4813         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4814
4815 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4818         the extra mail headers, which sometimes seem to happen for unknown
4819         reasons.
4820
4821         * mail-parse.el (mail-header-encode-parameter): Define as
4822         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4823         (or most, perhaps?) mail readers don't understand the latter, but do
4824         understand the former.
4825
4826         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4827         to nil, so that no methods are automatically agentized.  I think this
4828         is probably what most users want.
4829
4830         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4831         from url-retrieve, for instance about invalid URLs.
4832
4833         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4834         groups that have no articles.
4835         (nnimap-request-article): Check that we really got an article when we
4836         requested one.
4837
4838         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4839         doesn't exist.
4840
4841         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4842         nntp buffer so the agent can save it.
4843         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4844         that CRLF doesn't get translated to \n.
4845         (nnimap-open-connection): Don't make 'shell commands only send \n.
4846
4847 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4848
4849         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4850         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4851         Update var name.
4852         (nnml-generate-nov-file): Use dolist.
4853         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4854         Use with-current-buffer.
4855
4856 2010-09-18  Julien Danjou  <julien@danjou.info>
4857
4858         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4859         parallel.
4860
4861 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4864         the range update right.
4865         (nnimap-request-group): Don't make `M-g' bug out on group with no
4866         marks.
4867         (nnoo): Require, so that other packages can require nnimap.
4868         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4869         command we're looking for.  This helps when the server sends more
4870         responses after we've gotten everything we expected.
4871         (nnimap): Add a `newlinep' field to keep track of end-of-line
4872         conventions.
4873         Don't send CRLF to things that don't want it.
4874         (nnimap-request-accept-article): Ditto.
4875
4876 2010-09-18  Julien Danjou  <julien@danjou.info>
4877
4878         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4879         than curl to retrieve images.
4880
4881 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4884         the marks.
4885         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4886         (nnimap-wait-for-connection): New function.
4887         (nnimap-open-connection): If we have PREAUTH, don't query for login
4888         credentials.
4889         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4890         when doing a partial update.
4891
4892 2010-09-18  Julien Danjou  <julien@danjou.info>
4893
4894         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4895         tags.
4896
4897 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * nnimap.el (nnimap-credentials): New function.
4900         (nnimap-open-connection): Use the new function to look for credentials
4901         also on the numeric equivalents of "imap" and "imaps".
4902
4903         * gnus-start.el (gnus-activate-group): Send the info to
4904         gnus-request-group.
4905
4906         * nnimap.el (nnimap-request-group): Have the "check" version of the
4907         function parse flags and update the info, so that a `M-g' get a total
4908         resync of all flags from the group.
4909
4910         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4911         to allow backends to alter the info on group selection.  Also alter all
4912         the backend -request-group functions to take the parameter.
4913
4914         * nnimap.el (nnimap-store-info): New function.
4915         (nnimap-update-info): Store the info for later usage.
4916         (nnimap-request-group): Use the stored info for the dont-check case, so
4917         that we don't retrieve all marks when we enter a group.
4918
4919         * nnimap.el: Use deffoo instead of defun for interface functions.
4920
4921         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4922         update the group info.  This makes the nndraft groups, for instance, go
4923         back to their old behaviour.
4924
4925         * gnus-sum.el (gnus-select-newsgroup): Indent.
4926
4927         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4928         in.
4929         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4930         nothing.
4931
4932         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4933         from methods that are denied.
4934
4935         * gnus-int.el (gnus-method-denied-p): New function.
4936
4937         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4938         store the password instead of netrc.
4939         (nnimap-open-connection): Don't error out when we can't make a
4940         connections.
4941
4942         * auth-source.el (auth-source-create): In the password prompt, say what
4943         we're querying for.  Also prompt for user name if that hasn't been
4944         given.
4945
4946         * nnimap.el (nnimap-with-process-buffer): Remove.
4947
4948 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4951         method when we're reading from the agent.
4952
4953         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4954
4955         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4956         that's probably most useful for users.
4957
4958         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4959         "failed" all the time.
4960
4961         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4962         ...)) with (with-current-buffer ... ).
4963
4964         * nntp.el (nntp-open-server): Return whether the open was successful or
4965         not.
4966
4967         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4968         select an unread unseen article first.
4969
4970         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4971         /etc/services, supply some sensible port defaults.
4972
4973         * dgnushack.el: Define netrc-credentials.
4974
4975 2010-09-17  Julien Danjou  <julien@danjou.info>
4976
4977         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4978
4979 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4980
4981         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4982         doesn't have any parameters.
4983
4984 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4987         only upcased checks.
4988
4989         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4990
4991         * nnimap.el (nnimap-open-shell-stream): New function.
4992         (nnimap-open-connection): Use it.
4993         (nnimap-transform-headers): Get the number of lines in each message.
4994         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4995         number of lines.
4996         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4997         problem.
4998
4999         * utf7.el (utf7-encode): Autoload.
5000
5001         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5002         to allow the mail splitting to not return a default group.  This is
5003         useful for nnimap, which will leave unmatched mail in the inbox.
5004
5005         * nnimap.el: Rewritten.
5006
5007         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5008         nnimap usage.
5009
5010         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5011         if the move is internal, so that nnimap can do fast internal moves.
5012
5013         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5014         data.
5015         (gnus-read-active-for-groups): Support finishing the early retrieval of
5016         data.
5017
5018         * gnus-range.el (gnus-range-nconcat): New function.
5019
5020         * gnus-int.el (gnus-finish-retrieve-group-infos)
5021         (gnus-retrieve-group-data-early): New functions.
5022
5023 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5024
5025         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5026         (nnrss-retrieve-groups):
5027         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5028         (pop3-quit): Use with-current-buffer.
5029
5030 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5033         instead of nnheader-accept-process-output.
5034
5035         * dgnushack.el (dgnushack-compile): Add comment.
5036
5037         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5038
5039         * gnus-html.el (gnus-html-schedule-image-fetching)
5040         (gnus-html-prefetch-images): Replace process-kill-without-query by
5041         gnus-set-process-query-on-exit-flag.
5042
5043 2010-09-16  Romain Francoise  <romain@orebokech.com>
5044
5045         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5046
5047 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5050         parameter to unintern is mandatory-ish in Emacs 24.
5051
5052         * gnus-html.el (gnus-html-schedule-image-fetching)
5053         (gnus-html-prefetch-images): Check for curl before using it.
5054
5055         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5056         depend on curl, which isn't essential.
5057
5058         * imap.el: Revert back to version
5059         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5060         seem problematic.
5061
5062 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5063
5064         * gnus-registry.el (gnus-registry-install-shortcuts):
5065         Explicitly pass `obarray' to `unintern' to avoid a warning.
5066
5067 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5070         change.
5071
5072         * nnrss.el (nnrss-request-list): Remove this function and related
5073         functions, including the moreover stuff.
5074
5075 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * nnrss.el (nnrss-retrieve-groups): New function.
5078
5079 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5080
5081         * .dir-locals.el: Add no-byte-compile cookie.
5082
5083 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * time-date.el (format-seconds): Comment fix.
5086
5087         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5088         for back end that doesn't support request-scan.
5089
5090 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5093         then do request scans from the backends.
5094
5095         * netrc.el (netrc-credentials): New conveniency function.
5096
5097         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5098         avoid running a hook per line, since this takes a lot of time,
5099         profiling shows.
5100         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5101         directly if gnus-visual-p is true.
5102
5103 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5106         groups; replace mapcar with dolist which is a bit faster; pass groups
5107         info to gnus-read-active-file-1.
5108         (gnus-read-active-file-1): Scan only specified groups if the new
5109         optional arg `infos' is given.
5110
5111 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5114
5115         * pop3.el (pop3-movemail): Remove.
5116         (pop3-streaming-movemail): Rename to pop3-movemail.
5117
5118         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5119         don't restrict end-tag searches to the end of the line.
5120
5121 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5124         articles of every unchecked group to t, which means unknown since the
5125         server has never been opened.
5126
5127 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-html.el (gnus-html-show-alt-text): New command.
5130         (gnus-html-browse-image): Ditto.
5131         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5132         to browse the image directly.
5133         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5134         better.
5135
5136         * gnus-async.el (gnus-async-article-callback):
5137         Call `gnus-html-prefetch-images' unconditionally.
5138
5139         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5140         before feeding URLs to curl.
5141
5142 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5145         internal images as deletable by `W D D'.
5146
5147         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5148         (gnus-async-article-callback): Fix typo.
5149
5150 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5153         current line to work around bugs in the output from w3m.
5154
5155         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5156         for groups that want that.
5157
5158         * nntp.el (nntp-wait-for-string): Supply a timeout for
5159         accept-process-output to ensure progress.
5160
5161         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5162         level to get unread articles from, then use that for foreign groups,
5163         too.
5164
5165         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5166         confuses the rest of the function.
5167
5168         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5169         for the methods that support -retrieve-groups, too.
5170
5171         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5172
5173 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5176         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5177
5178         * pop3.el: Require cl when compiling.
5179         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5180
5181 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5184         that aren't going to be activated.
5185         (gnus-get-unread-articles): Fix up the last commit.
5186
5187         * gnus-html.el (gnus-article-html): Allow calling without specifying
5188         the handle.  In that case, dissect the buffer first.
5189
5190         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5191
5192         * nnimap.el (nnimap-open-connection): Revert the change that would look
5193         into authinfo for imaps instead of imap.
5194
5195         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5196         say that you don't want to call gnus-request-group with don-check, but
5197         do check the reponse.  This is for virtual groups only.
5198         (gnus-get-unread-articles): Count the archive groups as secondary, so
5199         that they're activated the same way as before.
5200
5201         * imap.el (imap-message-map): Removed optional buffer parameter, since
5202         no callers use it.
5203         (imap-message-get): Ditto.
5204         (imap-message-put): Ditto.
5205         (imap-mailbox-map): Ditto.
5206         (imap-mailbox-put): Ditto.
5207         (imap-mailbox-get): Ditto.
5208         (imap-mailbox-get): Revert last change for this function.
5209
5210         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5211         case-insensitively.
5212         (nnimap-debug): Remove.
5213
5214         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5215         to use `imap-fetch' instead.  According to the comments, this should be
5216         safe, since all other IMAP clients use the 1:* syntax.
5217         (imap-enable-exchange-bug-workaround): Removed.
5218         (imap-debug): Removed -- doesn't seem very useful.
5219
5220         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5221         mail from a file, and the file doesn't exist.
5222
5223         * imap.el (imap-log): New convenience function used throughout instead
5224         of repeating the same code all over the place.
5225
5226         * pop3.el (pop3-streaming-movemail): Return t for success.
5227
5228         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5229         .authinfo if we're using ssl connection.
5230
5231         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5232         already have if we're in a main Gnus `g' run.
5233
5234         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5235
5236 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5239
5240         * nnmh.el (nnmh-request-list-1): Bind `file'.
5241
5242         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5243         alias to set-process-query-on-exit-flag or process-kill-without-query.
5244         (pop3-open-server): Use it.
5245
5246 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5249         box to the Incoming file.  Fixes mistake in previous checkin.
5250
5251         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5252         request loop (for debugging purposes) removed.
5253
5254         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5255         culprit is more visible.
5256         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5257         (nnml-add-incremental-nov): New functions to do "incremental" nov
5258         updates, where we just append to the end of the existing nov files
5259         without reading/writing them in full.
5260
5261         * mail-source.el (mail-source-delete-crash-box): Really only check the
5262         incoming files once in a while.
5263
5264         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5265
5266         * mail-source.el (mail-source-delete-crash-box): Only check the
5267         incoming files for deletion once per day to save a lot of file
5268         accesses.
5269
5270         * pop3.el (pop3-logon): Fix up unbound variable typo.
5271
5272         * mail-source.el (pop3-streaming-movemail): Autoload.
5273
5274         * pop3.el (pop3-streaming-movemail):
5275         Respect pop3-leave-mail-on-server.
5276
5277         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5278         retrieval.
5279
5280         * pop3.el (pop3-process-filter): Remove unused function.
5281         (pop3-streaming-movemail, pop3-send-streaming-command)
5282         (pop3-wait-for-messages, pop3-write-to-file)
5283         (pop3-number-of-responses): New functions for streaming pop3
5284         retrieval.
5285
5286         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5287         come from no known methods.
5288         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5289         list.
5290
5291         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5292         message sizes.
5293         (pop3-movemail): Use erase-buffer instead of looping and deleting
5294         regions, which seems rather odd.
5295
5296         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5297         file once per `g' run.
5298
5299         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5300         directories.  This makes the draft queue directory work.
5301
5302         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5303         data from the backends, so that we only request the list of groups from
5304         each method once.  This should speed things up considerably.
5305
5306         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5307         detect that it's not implemented.
5308
5309         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5310         we actually do recurse down into the tree, but don't stat all leaf
5311         nodes.
5312
5313         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5314         then say so instead of bugging out.
5315
5316         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5317         files exist before trying to read them.
5318
5319         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5320         around <pre_int>.
5321
5322         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5323
5324         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5325
5326 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * mm-util.el (mm-image-load-path): Just return the image directories,
5329         not all directories in the path in addition to the image directories.
5330         (mm-image-load-path): Maintain a cache of the image directories so that
5331         the `g' command in Gnus doesn't have to stat dozens of directories each
5332         time.
5333
5334         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5335         (gnus-html-wash-tags): Add a new `i' command to insert images.
5336         (gnus-html-insert-image): New command and keystroke.
5337         (gnus-html-redisplay-with-images): New command and keystroke.
5338         (gnus-html-show-images): Rename command.
5339         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5340         spacers.
5341         (gnus-html-wash-tags): Decode entities at the end, so that entities
5342         inside the tags don't mess up the rest of the "parsing".
5343
5344         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5345         so that nnimap methods aren't agentized by default.  There's apparently
5346         many problems related to agent/imap behaviour.
5347
5348         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5349
5350         * gnus-html.el: Doc fix.
5351
5352 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5355         specifier-spec-list for Emacs 21.
5356
5357         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5358         glyph-width and glyph-height instead of display-graphic-p and
5359         image-size; make avoidance of displaying small images work for XEmacs.
5360
5361         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5362         for XEmacs.
5363
5364         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5365         of symbol that holds plist data.
5366         (gnus-process-plist): Remove plist of process after getting it.
5367
5368 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * message.el (message-generate-hashcash): Change default to
5371         'opportunistic if hashcash is installed.
5372
5373         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5374         (gnus-html-put-image): Only call image-size once, since it's somewhat
5375         time-consuming on remote X servers.
5376
5377 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5380         type on data, not a file name.
5381
5382         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5383         window-pixel-edges for Emacs 21.
5384
5385         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5386         decoded contents.
5387         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5388
5389 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5392         group line format, since it isn't very interesting.
5393
5394         * gnus-agent.el (gnus-agent-short-article),
5395         (gnus-agent-long-article): Increase values for these two variables,
5396         since most people are likely to have more network connection and
5397         storage than before.
5398
5399         * gnus.el (gnus-refer-article-method): Change default to 'current.
5400         When referring an article, the common behaviour is to refer it from the
5401         current select method, not the native select method.  The chances of
5402         the native select method having the message in question is rather slim
5403         these days.
5404
5405         * gnus-sum.el (gnus-auto-select-subject): Change default to
5406         `unseen-or-unread'.  I think it's likely that most people want to
5407         select an unseen article over a previously seen, but unread one.
5408
5409         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5410         means that in the article buffer none of the minor mode elements will
5411         be shown, usually, and this is not desirable in most cases.
5412
5413         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5414         that commands like `d' (and the like) go to the next line in the
5415         buffer, instead of the next unread article.  I think this is the
5416         behaviour that is most natural for most users.
5417         (gnus-single-article-buffer): Change default to nil, so that people can
5418         have as many article buffers open as they have summary buffer.  I think
5419         this is the most natural way for the groups to behave.
5420
5421         * message.el (message-generate-new-buffers): Change default to
5422         `unsent', so that all new message buffers start their names with the
5423         string "*unsent", and it's easier to find the buffers if you move from
5424         them.
5425
5426 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5429         small.  They're probably tracking images.
5430         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5431         (gnus-html-rescale-image): Yet another try at getting the image sizing
5432         right.
5433
5434         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5435         nntp-marks-file-name is nil.
5436
5437 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         * gnus-html.el (gnus-html-wash-tags)
5440         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5441         Better logging.
5442
5443 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5446
5447         * gnus-html.el (gnus-html-wash-tags): Check the value of
5448         gnus-blocked-images in the summary buffer.
5449
5450 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5453
5454 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5457         like "a", it seems like.
5458         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5459         since it needs to be picked from the correct buffer.
5460
5461         * nnwfm.el: Remove.
5462
5463         * nnlistserv.el: Remove.
5464
5465 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5468         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5469
5470 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * nnkiboze.el: Remove.
5473
5474         * nndb.el: Remove.
5475
5476         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5477         alt text.
5478         (gnus-html-rescale-image): Try to get the rescaling logic right for
5479         images that are just wide and not tall.
5480
5481         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5482         overshadow variable bindings.
5483
5484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * gnus-html.el (gnus-html-wash-tags)
5487         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5488         Add extra logging.
5489
5490 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5493         (gnus-max-image-proportion): New variable.
5494         (gnus-html-rescale-image): New function.
5495         (gnus-html-put-image): Rescale images.
5496
5497 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         Fix up some byte-compiler warnings.
5500         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5501         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5502         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5503         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5504         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5505         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5506         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5507
5508 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-html.el (gnus-article-html): Decode contents by charset.
5511
5512 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5515         (gnus-html-frame-width, gnus-blocked-images)
5516         * message.el (message-prune-recipient-rules): Add custom version.
5517         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5518
5519         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5520         functions.
5521
5522         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5523         gnus-process-get.
5524
5525 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5526
5527         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5528         instead of lsub directly.
5529
5530 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nnwarchive.el: Remove.
5533
5534         * gnus-soup.el: Remove.
5535
5536         * nnsoup.el: Remove.
5537
5538         * nnultimate.el: Remove.
5539
5540         * gnus-html.el (gnus-blocked-images): New variable.
5541
5542         * message.el (message-prune-recipients): New function.
5543         (message-prune-recipient-rules): New variable.
5544
5545         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5546         guess whether a long line is natural text or not.
5547
5548         * gnus-html.el (gnus-html-schedule-image-fetching):
5549         Use gnus-process-plist and friends for compatibility.
5550
5551 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         * gnus-html.el: Require packages that define macros used in this file.
5554         (gnus-article-mouse-face): Declare to silence byte-compiler.
5555         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5556         process-get.
5557         (gnus-html-put-image): Use plist-get to avoid getf.
5558         (gnus-html-prefetch-images): Use with-current-buffer.
5559
5560 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-ems.el: Provide compatibility functions for
5563         gnus-set-process-plist.
5564
5565         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5566         header-line-format for XEmacs 21.4.
5567
5568         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5569         * gnus.el (gnus-valid-select-methods)
5570         * message.el (message-send-mail-partially-limit)
5571         * mm-decode.el (mm-text-html-renderer)
5572         * mml.el (mml-insert-mime-headers-always)
5573         * smiley.el (smiley-regexp-alist): Bump custom version.
5574
5575 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-html.el: require mm-url.
5578         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5579         with the url to `url'.
5580         (gnus-html-wash-tags): Support cid: URLs/images.
5581
5582 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5585         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5586         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5587
5588         * gnus-move.el: Remove file, since it doesn't really work.
5589
5590         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5591         UTF-8.  This seems to fix problems with some German web feeds.
5592
5593         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5594         at the top so that the proper colours are applied.
5595
5596         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5597         don't have dots in their names.
5598
5599         * gnus-art.el (gnus-article-view-part): Doc fix.
5600
5601         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5602         XEmacs-compatible.
5603         (gnus-html-put-image): Don't do images on non-graphic displays.
5604
5605         * nnslashdot.el: Remove this unused backend.
5606
5607         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5608         actions.
5609         (gnus-undo-register-1): Revert last change.
5610
5611         * gnus-group.el (gnus-group-completing-read): Protect against not
5612         having completion-styles bound.
5613
5614         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5615         make broken recipients happier.
5616
5617         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5618
5619         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5620         point parameter.
5621
5622         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5623
5624         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5625         completion-styles for group selection.
5626
5627 2009-02-04  Andreas Schwab  <schwab@suse.de>
5628
5629         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5630         headers and regexp-quote the match if necessary.
5631
5632 2009-03-24  Miles Bader  <miles@gnu.org>
5633
5634         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5635         the blinking smiley.
5636
5637 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5638
5639         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5640         blink smiley.
5641
5642 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5645         where the dribbel file lives exists.
5646
5647         * message.el (message-send-mail-partially-limit): Change the default to
5648         nil, since most people don't want this.
5649
5650         * mm-url.el (mm-url-decode-entities): Also decode entities like
5651         &#x3212.
5652
5653 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5654
5655         * gnus-sum.el (gnus-summary-idna-message):
5656         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5657         Hyperlink urls in docstrings with URL `...'.
5658
5659 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5660
5661         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5662         functions.
5663
5664 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5667         say what the mouseover text should be.
5668
5669         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5670         version of the mm-w3m-safe-url-regexp variable to only download images
5671         in the groups where we want that to happen.
5672
5673         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5674
5675         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5676         easier debugging.
5677         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5678         big pictures in the article buffer.
5679
5680         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5681         gnus-article-html.
5682         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5683         w3m.
5684
5685         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5686
5687 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5690         which doesn't exist.
5691
5692         * message.el (message-inhibit-ecomplete): New variable to allow some
5693         function to inhibit ecomplete address storage.
5694         (message-resend): Disable ecomplete message storage when resending
5695         messages.
5696
5697         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5698
5699 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5702         Save excursion while copying, moving, and deleting articles in order to
5703         prevent the cursor from jumping to unforeseen place.
5704
5705 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * lpath.el: No need to bind bookmark-current-buffer,
5708         bookmark-yank-point and bookmark-make-record-function.
5709
5710 2010-08-17  Glenn Morris  <rgm@gnu.org>
5711
5712         * gnus-sync.el: Require gnus components whose functions are used.
5713
5714         * gnus-art.el (bookmark-make-record-function):
5715         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5716         Declare for compiler.
5717
5718         * mm-url.el (mml-compute-boundary): Autoload.
5719
5720 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5723
5724 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         Typo fix "hoo4a" -> "hook".
5727
5728         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5729
5730 2010-08-14  Glenn Morris  <rgm@gnu.org>
5731
5732         * gnus-sync.el (gnus-sync): Fix defgroup version.
5733
5734 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5737
5738         * gnus-sync.el: Fix docs.
5739         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5740         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5741
5742 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         Optimizations for gnus-sync.el.
5745
5746         * gnus-sync.el: Add docs about gnus-sync-backend
5747         possibilities.
5748         (gnus-sync-save): Remove unnecessary message.
5749         (gnus-sync-read): Optimize and show what groups were skipped.
5750
5751 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         Minor bug fixes for gnus-sync.el.
5754
5755         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5756         Don't read the sync on get-new-news.
5757
5758         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5759         quiet.
5760
5761         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5762         (fix typo).
5763
5764 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5765
5766         Make saving and restoring of hidden threads work with overlays.
5767         Patch applied by Ted Zlatanov.
5768
5769         * gnus-sum.el (gnus-hidden-threads-configuration)
5770         (gnus-restore-hidden-threads-configuration): Update to deal with text
5771         properties, rather than searching for a magic character.
5772
5773 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         New gnus-sync.el library for synchronization of marks.
5776
5777         * gnus-sync.el: New library for synchronization of marks.
5778
5779         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5780         renamed from `gnus-registry-grep-in-list'.
5781
5782         * gnus-registry.el (gnus-registry-follow-group-p):
5783         Use `gnus-grep-in-list'.
5784
5785         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5786
5787 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5790         determining charset of text fails.
5791
5792 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * nnmail.el (nnmail-get-new-mail-1): Revert.
5795
5796         * nnml.el (nnml-active-number): Make sure names of newly created groups
5797         in nnml-group-alist are encoded.
5798
5799 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5802         containing non-ASCII characters in active file for nnml back end.
5803
5804 2010-07-24  David Engster  <dengste@eml.cc>
5805
5806         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5807         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5808
5809 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5810
5811         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5812         tag (Bug#6654).
5813
5814 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5817         the article buffer, not the summary buffer.
5818
5819 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5822         Emacs 23 as well.
5823
5824 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5827         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5828
5829 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5830
5831         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5832         Patch applied by Karl Fogel.
5833
5834         * gnus-sum.el (gnus-summary-bookmark-make-record):
5835         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5836
5837 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5838
5839         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5840         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5841         C-w still not working correctly from Article buffers; Thierry's
5842         patch to fix that will be applied after this.
5843
5844         * gnus-art.el (bookmark-make-record-function): New local variable.
5845
5846         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5847         article buffer.
5848         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5849
5850 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5851
5852         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5853         on changes in bookmark.el.
5854
5855 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5858         `no-log' instead of message not to log prompt string.
5859
5860 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5861
5862         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5863         the *other* type of HTML form submission.
5864
5865 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5866
5867         * auth-source.el (auth-source-pick): If choice does not contain a
5868         questioned keyword, set the check to t.
5869
5870 2010-06-12  Romain Francoise  <romain@orebokech.com>
5871
5872         * gnus-util.el (gnus-date-get-time): Move up before first use.
5873
5874 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5877         (gnus-article-edit-part): Bind it to make last part that is substituted
5878         or deleted visible.
5879         (gnus-mime-display-single): Buttonize part of which id equals to
5880         gnus-mime-buttonized-part-id.
5881
5882 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5883
5884         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5885         (gnus-dd-mmm): Use gnus-date-get-time.
5886         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5887         simplify logic.
5888         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5889         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5890
5891 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5892
5893         * auth-source.el (top): Autoload `secrets-list-collections',
5894         `secrets-create-item', `secrets-delete-item'.
5895         (auth-sources): Fix tag string.
5896         (auth-get-source, auth-source-retrieve, auth-source-create)
5897         (auth-source-delete): New defuns.
5898         (auth-source-pick): Rewrite in order to avoid 2 passes.
5899         (auth-source-forget-user-or-password): New parameter USERNAME.
5900         (auth-source-user-or-password): New parameters CREATE-MISSING and
5901         DELETE-EXISTING.  Retrieve password interactively, if needed.
5902
5903 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5904
5905         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5906         deleting unused directories when gnus-expert-user is t.
5907
5908 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5911         for each temp file when gnus-article-browse-delete-temp is ask.
5912
5913 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5914
5915         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5916         Lisp calls to delete-backward-char by calls to delete-char.
5917
5918 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5919
5920         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5921
5922 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5923
5924         * password-cache.el (password-cache-remove): Fix docstring.
5925
5926 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5929         article unless decoding article to be saved.
5930
5931 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5934         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5935         generated within the mm-with-unibyte-current-buffer macro.
5936
5937 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5940         to nil when we're in a mml-preview buffer and no group is selected.
5941
5942 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5943
5944         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5945         when catching the `C-g'.  Reported by "Leo".
5946
5947 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * message.el (message-forward-make-body-plain)
5950         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5951         multibyte-string-p.
5952
5953         * lpath.el: Revert.
5954
5955 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * message.el (message-forward-make-body-mml): Assume original message
5958         is multibyte string; error on unibyte.
5959         (message-forward-make-body-plain): Ditto; don't add excessive newline
5960         in body end.
5961
5962         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5963
5964 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5965
5966         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5967         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5968
5969 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * mm-extern.el (mm-extern-url): Don't use
5972         mm-with-unibyte-current-buffer.
5973         (mm-extern-cache-contents): Use with-current-buffer instead of
5974         save-excursion + set-buffer.
5975
5976 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * mm-util.el (mm-emacs-mule): Remove.
5979
5980 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5981
5982         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5983         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5984         change.
5985
5986 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5989         bind the default value of enable-multibyte-characters to nil.
5990
5991 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * message.el (message-forward-make-body-plain)
5994         (message-forward-make-body-mml):
5995         Don't use mm-with-unibyte-current-buffer.
5996
5997 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5998
5999         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6000
6001 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6002
6003         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6004         (Bug#5592).
6005
6006 2010-05-07  Julien Danjou  <julien@danjou.info>
6007
6008         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6009         it to mm-pipe-part.
6010
6011         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6012         it is given.
6013
6014 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * binhex.el (binhex-decode-region-internal)
6017         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6018         (dns-query)
6019         * nnweb.el (nnweb-gmane-search)
6020         * pgg-parse.el (pgg-parse-armor)
6021         * pgg.el (pgg-verify-region)
6022         * sha1.el (sha1-string-external)
6023         * uudecode.el (uudecode-decode-region-internal)
6024         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6025         XEmacs.
6026
6027         * gnus-art.el (gnus-article-browse-html-parts)
6028         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6029         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6030         make-temp-file.
6031
6032         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6033         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6034         compiling.
6035
6036         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6037         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6038         XEmacs when compiling.
6039
6040         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6041         gnus-pick-mode-off-hook for XEmacs when compiling.
6042         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6043         gnus-binary-mode-off-hook for XEmacs when compiling.
6044
6045         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6046         Return nil if char-charset is not available.
6047
6048         * imap.el (imap-disable-multibyte)
6049         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6050         macros.
6051
6052         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6053         instead of encode-coding-string.
6054
6055         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6056         'xemacs) instead of mm-emacs-mule to switch function definitions.
6057         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6058
6059         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6060         bind temporary-file-directory for XEmacs;
6061         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6062         timer-set-function for XEmacs 21.4 and SXEmacs;
6063         bind timer-list for XEmacs 21.4 and SXEmacs;
6064         fbind char-charset and find-charset-region for non-Mule XEmacs;
6065         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6066         encode-coding-region and encode-coding-string for XEmacs having no
6067         file-coding feature.
6068
6069 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6070
6071         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6072
6073 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6076         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6077
6078 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6079
6080         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6081         alias `jka-compr-delete-temp-file' no longer exists.
6082
6083 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6084
6085         Use define-minor-mode in Gnus where applicable.
6086         * mml.el (mml-mode): Use define-minor-mode.
6087         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6088         (gnus-undo-mode): Use define-minor-mode.
6089         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6090         (gnus-dead-summary-mode): Use define-minor-mode.
6091         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6092         Initialize in declaration.
6093         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6094         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6095         (gnus-mailing-list-mode): Use define-minor-mode.
6096         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6097         (gnus-draft-mode): Use define-minor-mode.
6098         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6099         (gnus-dired-mode): Use define-minor-mode.
6100
6101 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6102
6103         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6104         handles on recursive mml-to-mime translation and check them for
6105         boundary delimiter collisions.  Reported by Greg Troxel.
6106
6107 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6110
6111 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6112
6113         * mm-util.el (mm-find-buffer-file-coding-system):
6114         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6115
6116 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6117
6118         * message.el (message-generate-headers): Record insertion of optional
6119         headers as well.  Otherwise the check to prevent repeated insertion of
6120         optional headers is a no-op.
6121
6122 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * smime.el: Don't mention CVS.
6125
6126         * nnrss.el (nnrss-fetch): Don't mention CVS.
6127
6128         * nnir.el: Don't mention CVS.
6129
6130 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         * gnus-sum.el (gnus-summary-bookmark-make-record):
6133         Add `location' field.
6134
6135 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * lpath.el: Fbind bookmark-default-handler,
6138         bookmark-get-bookmark-record, bookmark-make-record-default,
6139         bookmark-prop-get for Emacs <23 and XEmacs.
6140
6141 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6144         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6145         Use with-current-buffer to silence the byte-compiler.
6146         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6147         bother to require `gnus'.
6148         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6149
6150 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6151
6152         * gnus-sum.el (gnus-summary-bookmark-make-record)
6153         (gnus-summary-bookmark-jump): New functions.
6154         (gnus-summary-mode): Setup bookmark support.
6155
6156 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6157
6158         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6159         if set.
6160
6161 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6164         gnus-article-browse-html-save-cid-image; make it work recursively for
6165         forwarded messages as well.
6166         (gnus-article-browse-html-parts): Work when prefix arg is given.
6167         (gnus-article-browse-html-article): Doc fix.
6168
6169 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6170
6171         * message.el (message-default-mail-headers):
6172         (message-default-headers): Carry the value mail-default-headers over
6173         into message-default-mail-headers, rather than message-default-headers.
6174
6175 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6176
6177         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6178         charset.
6179
6180         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6181         charset into the <meta> tag when the article is encoded to utf-8.
6182
6183 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-art.el (gnus-article-browse-delete-temp-files):
6186         Delete directories as well.
6187         (gnus-article-browse-html-parts): Work for images that do not specify
6188         file names; delete temp directory when quitting; insert header at the
6189         right place; use file: scheme for image files.
6190
6191 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6192
6193         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6194         (gnus-article-browse-html-parts): Use it to make temporary cid image
6195         files in addition to html file so that browser may display them.
6196
6197 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6200
6201 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6202
6203         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6204
6205 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * auth-source.el (auth-sources): Change default to be simpler.
6208         Explain about Secret Service API sources.  Improve Customize options.
6209         (auth-source-pick): Change to accept any number of search parameters.
6210         Implement fallbacks iteratively, not recursively.  Add scoring on the
6211         second pass and sort by score.  Call Secret Service API when needed.
6212         (auth-source-user-or-password): Use it.  Call Secret Service API
6213         directly when needed to get the user name and the password.
6214
6215 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6216
6217         * message.el (message-interactive): Doc fix.
6218         (message-qmail-inject-args): Reflow.
6219         (message-kill-to-signature): Fix typo in docstring.
6220
6221         * smiley.el (smiley-buffer): Fix typo in docstring.
6222
6223 2010-03-24  Glenn Morris  <rgm@gnu.org>
6224
6225         * mail-source.el (gnus-message): Declare.
6226         (mail-source-delete-old-incoming): Require gnus-util.
6227
6228 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6231
6232         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6233
6234         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6235         password-cache's default if it is not bound.
6236         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6237         password-cache-expiry's default if it is not bound.
6238
6239         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6240         available in Emacs 21.
6241
6242         * lpath.el: Suppress compiler warnings for:
6243         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6244         XEmacs;
6245         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6246         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6247         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6248
6249 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6250
6251         * auth-source.el (auth-sources): Fix up definition so extra parameters
6252         are always inline.
6253
6254 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6255
6256         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6257         wasn't updated after mismatch.  Clear cached mailbox info correctly
6258         when uidvalidity changes.
6259         (nnimap-group-prefixed-name): New function to avoid some code
6260         duplication.
6261         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6262         (nnimap-request-group): Use it.
6263         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6264         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6265         with many imap folders.  This is done by caching the group status from
6266         the imap server persistently in a group parameter `imap-status'.  (This
6267         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6268         but not persistently, so every Gnus startup was still very slow.)
6269
6270 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6273         delete the extra newline.  Otherwise editing of :string and :number
6274         types don't work.
6275
6276 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6279         secrets.el dependency.
6280         (auth-sources): Add optional user name.  Add secrets.el configuration
6281         choice (unused right now).
6282
6283 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6284
6285         * gnus-sum.el (gnus-summary-make-menu-bar):
6286         Let `gnus-registry-install-shortcuts' fill in the functions.
6287
6288         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6289         warnings.
6290         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6291         (gnus-registry-install-shortcuts): Populate and use it in a
6292         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6293
6294 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6295
6296         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6297         In-place substitutions for the group name encoding/decoding.
6298         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6299         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6300         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6301         (nnimap-update-unseen, nnimap-request-list)
6302         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6303         (nnimap-request-set-mark, nnimap-split-to-groups)
6304         (nnimap-split-articles, nnimap-request-newgroups)
6305         (nnimap-request-create-group, nnimap-request-accept-article)
6306         (nnimap-request-delete-group, nnimap-request-rename-group)
6307         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6308         `encoded-mbx' for consistency.
6309         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6310         variable `imap-current-mailbox'.
6311
6312         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6313         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6314
6315 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6316
6317         * pop3.el (pop3-display-message-size-flag): Display message size byte
6318         counts during POP3 download.
6319         (pop3-movemail): Use it.
6320         (pop3-list): Implement listing of available messages.
6321
6322 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6323
6324         * nnir.el (nnir-get-article-nov-override-function): New function to
6325         override the normal NOV retrieval.
6326         (nnir-retrieve-headers): Use it.
6327
6328 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6329
6330         * auth-source.el (netrc-machine-user-or-password): Autoload.
6331
6332 2010-03-19  Glenn Morris  <rgm@gnu.org>
6333
6334         Stop message.el from loading about 40 libraries it doesn't always need.
6335         The general approach is to autoload rather than require, and to
6336         require in the specific functions rather than the file.  (Bug#5642)
6337
6338         * gmm-utils.el: Don't require wid-edit.
6339         (widget-create-child-value, widget-convert, widget-default-get):
6340         Autoload.
6341
6342         * gnus-util.el: Don't require time-date, netrc.
6343         (message-fetch-field, gnus-group-name-decode): Declare rather than
6344         autoloading.
6345         (gnus-fetch-field): Require message.
6346         (gnus-decode-newsgroups): Require gnus-group.
6347
6348         * ietf-drums.el: Don't require time-date.
6349
6350         * message.el: Don't require hashcash, canlock, ecomplete.
6351         Do require mail-utils.  Require nnheader only when compiling.
6352         (smtpmail-default-smtp-server): Remove declaration.
6353         (message-send-mail-function): Check smtpmail-default-smtp-server
6354         is bound rather than requiring smtpmail.
6355         (message-auto-save-directory, message-insert-signature):
6356         Use expand-file-name rather than nnheader-concat.
6357         (nnheader-insert-file-contents): Autoload.
6358         (hashcash-wait-async): Declare.
6359         (message-send-mail): Only call gnus-setup-posting-charset if
6360         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6361         (message-send-mail-with-sendmail): Require sendmail.
6362         (canlock-password, canlock-password-for-verify): Declare.
6363         (message-canlock-password): Require canlock.
6364         (nnheader-get-report): Autoload.
6365         (gnus-setup-posting-charset): Declare.
6366         (message-send-news): Require gnus-msg.
6367         (message-make-references, message-make-in-reply-to): Use mail-header-id
6368         rather than the alias mail-header-message-id.
6369         (ecomplete-add-item, ecomplete-save): Declare.
6370         (message-put-addresses-in-ecomplete): Require ecomplete.
6371         (ecomplete-display-matches): Autoload.
6372
6373         * mm-decode.el: Don't require mailcap, gnus-util.
6374         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6375         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6376         Autoload.
6377         (mailcap-mime-extensions): Declare.
6378
6379         * mm-encode.el: Don't require mailcap.
6380         (mailcap-extension-to-mime): Autoload.
6381
6382         * mml-sec.el: Don't require password-cache.
6383
6384         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6385         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6386         (mml-minibuffer-read-type): Require mailcap.
6387         (mml-preview): Require gnus-msg.
6388
6389         * mml1991.el: Require password-cache.
6390         (password-cache-expiry): Remove declaration.
6391
6392         * mml2015.el: Require password-cache.
6393         (password-cache-expiry): Remove declaration.
6394
6395         * nneething.el (mailcap): Require mailcap.
6396
6397         * nnheader.el (declare-function): Add compatibility stub.
6398         (message-remove-header): Declare rather than autoload.
6399         (nnheader-replace-header): Require message.
6400
6401         * nnimap.el (declare-function): Add compatibility stub.
6402         (netrc-parse, netrc-machine-user-or-password): Declare.
6403         (nnimap-open-connection): Require netrc.
6404
6405         * nntp.el (declare-function): Add compatibility stub.
6406         (netrc-parse, netrc-machine, netrc-get): Declare.
6407         (nntp-send-authinfo): Require netrc.
6408
6409         * rfc2047.el: Don't require qp.
6410         (quoted-printable-encode-region, quoted-printable-decode-string):
6411         Autoload.
6412
6413         * sieve-mode.el: Don't require easymenu.
6414         (easy-menu-add-item): Autoload it.
6415
6416         * spam-stat.el (time-to-number-of-days): Autoload it.
6417
6418 2010-03-19  Glenn Morris  <rgm@gnu.org>
6419
6420         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6421
6422 2010-03-18  Glenn Morris  <rgm@gnu.org>
6423
6424         * hashcash.el (declare-function): Remove duplicate definition.
6425
6426 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6427
6428         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6429         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6430         value if any backslash escapes).
6431
6432 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6435         if it is available.  (bug#5647)
6436
6437         * lpath.el: Suppress compiler warning for coding-system-from-name for
6438         Emacs 21 and XEmacs.
6439
6440 2010-03-14  Juri Linkov  <juri@jurta.org>
6441
6442         * hmac-def.el:
6443         * hmac-md5.el:
6444         * netrc.el: Fix keywords.
6445
6446 2010-02-26  Glenn Morris  <rgm@gnu.org>
6447
6448         * message.el (message-send-mail-function): Change the default, so that
6449         it inherits from a customized send-mail-function.  (Bug#5643)
6450
6451 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6454         shell-command-to-string signals an error (bug#5299).
6455
6456 2010-02-24  Glenn Morris  <rgm@gnu.org>
6457
6458         * message.el (message-smtpmail-send-it)
6459         (message-send-mail-with-mailclient): Doc fixes.
6460
6461 2010-02-16  Glenn Morris  <rgm@gnu.org>
6462
6463         * message.el (message-default-mail-headers): Change the default value
6464         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6465
6466 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6469         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6470
6471 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6472
6473         * time-date.el (date-to-time): Doc fix (Bug#5408).
6474
6475 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6476
6477         * message.el (message-mail): Just pass yank-action on to message-setup.
6478         (message-setup): Handle (FUN . ARGS) form of yank-action.
6479         (message-with-reply-buffer, message-widen-reply)
6480         (message-yank-original): Handle non-buffer values of
6481         message-reply-buffer (Bug#4080).
6482         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6483
6484 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6485
6486         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6487         Fix typo in docstring.
6488
6489 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6490
6491         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6492         response.
6493
6494 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6497
6498         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6499
6500         * message.el (message-check-news-header-syntax): Protect against a
6501         string that `rfc822-addresses' returns when parsing fails.
6502
6503 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6506         (gnus-previous-char-property-change): New functions.
6507
6508         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6509
6510 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6511
6512         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6513         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6514
6515 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6516
6517         * message.el (message-exchange-point-and-mark): Rework last change to
6518         avoid using optional arg of exchange-point-and-mark, for backward
6519         compatibility.
6520
6521 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6522
6523         * message.el (message-exchange-point-and-mark):
6524         Call exchange-point-and-mark with an argument rather than setting
6525         mark-active by hand (Bug#5175).
6526
6527 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * nntp.el (nntp-service-to-port): Work for service expressed with
6530         numeric string; replace [:digit:] with [0-9] for XEmacs.
6531
6532 2009-12-17  Glenn Morris  <rgm@gnu.org>
6533
6534         * gnus-group.el (gnus-bug-group-download-format-alist):
6535         Change emacs entry to debbugs.gnu.org.  Bump :version.
6536
6537 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6540
6541 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * message.el (message-info): Explain why we use `Info-goto-node'.
6544
6545 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6548
6549 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6550
6551         * message.el (message-completion-in-region): New compatibility function.
6552         (message-expand-group): Use it.
6553
6554 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6557         with no unread article should be listed if the 2nd arg `predicate' is
6558         given.
6559
6560 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6563
6564 2009-11-29  Juri Linkov  <juri@jurta.org>
6565
6566         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6567         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6568         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6569
6570 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6571
6572         * sha1.el (sha1-string-external): default-directory "/" in case
6573         otherwise non-existent.  process-connection-type pipe for touch of
6574         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6575
6576 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6577
6578         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6579         it's comms related and sgml-mode.el has "comm" on that basis too.
6580
6581 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6584         containing tspecial characters if they have been already quoted.
6585
6586 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6587
6588         * dns-mode.el (auto-mode-alist): Purecopy string.
6589
6590 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6591
6592         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6593
6594 2009-10-24  Glenn Morris  <rgm@gnu.org>
6595
6596         * gnus-art.el (help-xref-stack-item): Define for compiler.
6597
6598 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6599
6600         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6601
6602 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6605
6606 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6609         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6610
6611 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6614         (gnus-overlays-in): New alias to overlays-in.
6615
6616         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6617         gnus-overlay-get, and gnus-delete-overlay.
6618         (gnus-summary-show-thread): Make it work as well for systems in which
6619         next-single-char-property-change is not available.
6620         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6621
6622         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6623         (gnus-overlay-get): New alias to extent-property.
6624         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6625
6626         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6627         SXEmacs.
6628
6629         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6630         SXEmacs.
6631
6632 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6635
6636 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6637
6638         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6639         and XEmacs that don't have `remove-overlays'.
6640
6641 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6642
6643         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6644         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6645         selective display.  Use overlays instead.
6646
6647 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6648
6649         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6650
6651 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6652
6653         * spam-stat.el (spam-stat-load): Fix typo in message.
6654
6655 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6656
6657         * dig.el (dig-invoke): Fix typo in docstring.
6658         (query-dig): Reflow docstring.
6659
6660 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6661
6662         * gnus-art.el (gnus-article-encrypt-body):
6663         * message.el (message-check-recipients):
6664         * mm-util.el (mm-codepage-setup):
6665         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6666         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6667
6668 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6669
6670         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6671         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6672         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6673         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6674         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6675
6676 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6677
6678         * dig.el: Add "Keywords: comm", as per net-utils.el.
6679
6680 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6681
6682         * dig.el (dig-mode): Use define-derived-mode.
6683
6684 2009-09-19  Glenn Morris  <rgm@gnu.org>
6685
6686         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6687
6688 2009-09-18  Glenn Morris  <rgm@gnu.org>
6689
6690         * gnus-diary.el (gnus-diary-check-message):
6691         * message.el (message-insert-formatted-citation-line):
6692         * nnbabyl.el (top-level):
6693         * nndiary.el (nndiary-schedule):
6694         Fix typos in condition-case handlers.
6695
6696 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6699         configuration that provides the sole article window in a frame;
6700         position point correctly after deleting a part.
6701
6702 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6703
6704         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6705         (spam-resolve-registrations-routine): Use it to unregister articles
6706         that change status.
6707
6708 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6711         with XEmacs.
6712         (parse-time-string-chars): Use it.
6713
6714 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * imap.el (imap-interactive-login): Better messages.
6717         (imap-open): Fix bug with renamed buffer on reconnect.
6718         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6719         for easier debugging and cleaner code.  On successful (guessed based on
6720         server capabilities) secondary authentication, set imap-state
6721         correctly.
6722         (imap-last-authenticator): Define imap-last-authenticator as a variable
6723         to avoid warnings.
6724
6725 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * nnrss.el (nnrss-request-article): Remove binding of
6728         default-enable-multibyte-characters that has gotten needless by
6729         the 2007-07-13 change in rfc2047-encode-message-header.
6730
6731         * mml.el (mml-insert-multipart): Error on the message header.
6732         (mml-insert-part): Error on the message header; position point at
6733         the end of a MIME tag.
6734
6735 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * time-date.el (autoload): Expand define-obsolete-function-alias into
6738         defalias and make-obsolete for old Emacsen that Gnus supports.
6739         (with-no-warnings): Define it for old Emacsen.
6740         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6741         is available.
6742         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6743         float-time is available; suppress compile warning for time-to-seconds.
6744
6745         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6746         (gnus-float-time): Alias to float-time if it exists.
6747
6748         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6749         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6750         float-time is available; suppress compile warning for time-to-seconds.
6751
6752         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6753         XEmacs.
6754
6755 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * imap.el (imap-message-map): Docstring fix.
6758
6759 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6762         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6763         Add the optional argument `encoding' that overrides the default.
6764
6765         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6766         mm-encode-buffer.
6767
6768 2009-09-04  Glenn Morris  <rgm@gnu.org>
6769
6770         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6771         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6772         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6773         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6774         * mm-util.el (mm-with-unibyte-current-buffer)
6775         (mm-find-buffer-file-coding-system):
6776         * yenc.el (yenc-decode-region): Use default-value rather than
6777         default-enable-multibyte-characters.
6778
6779 2009-09-03  Glenn Morris  <rgm@gnu.org>
6780
6781         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6782         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6783         than default-enable-multibyte-characters.
6784
6785 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6786
6787         * gnus-art.el (gnus-article-read-summary-keys):
6788         Fix gnus-buffer-configuration's value temporarily used.
6789
6790 2009-09-02  Glenn Morris  <rgm@gnu.org>
6791
6792         * gnus-util.el (gnus-float-time): New function.
6793         * gnus-delay.el (gnus-delay-article):
6794         * gnus-sum.el (gnus-thread-latest-date):
6795         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6796         * nnspool.el (nnspool-request-newgroups):
6797         Use gnus-float-time rather than time-to-seconds.
6798         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6799
6800         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6801         (gnus-header-subject-face, gnus-header-newsgroups-face)
6802         (gnus-header-name-face, gnus-header-content-face):
6803         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6804         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6805         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6806         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6807         (gnus-cite-face-11):
6808         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6809         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6810         (gnus-server-closed-face, gnus-server-denied-face)
6811         (gnus-server-offline-face):
6812         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6813         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6814         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6815         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6816         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6817         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6818         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6819         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6820         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6821         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6822         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6823         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6824         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6825         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6826         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6827         (gnus-summary-high-undownloaded-face)
6828         (gnus-summary-low-undownloaded-face)
6829         (gnus-summary-normal-undownloaded-face)
6830         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6831         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6832         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6833         (gnus-splash-face):
6834         * message.el (message-header-to-face, message-header-cc-face)
6835         (message-header-subject-face, message-header-newsgroups-face)
6836         (message-header-other-face, message-header-name-face)
6837         (message-header-xheader-face, message-separator-face)
6838         (message-cited-text-face, message-mml-face):
6839         * sieve-mode.el (sieve-control-commands-face)
6840         (sieve-action-commands-face, sieve-test-commands-face)
6841         (sieve-tagged-arguments-face):
6842         * spam.el (spam-face):
6843         Mark face aliases with "-face" in the name as obsolete.
6844
6845 2009-09-01  Glenn Morris  <rgm@gnu.org>
6846
6847         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6848         than goto-line.
6849
6850 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6853         Don't move point if the command is invoked inside the message header.
6854
6855 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6856
6857         * imap.el (imap-send-command): Simplify.
6858         (imap-wait-for-tag): point-max -> buffer-size.
6859
6860 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6861
6862         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6863         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6864         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6865         * nnir.el (nnir-swish-e-index-file):
6866         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6867         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6868         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6869         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6870         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6871         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6872
6873 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6876         Don't save excursion.
6877
6878 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6879
6880         * nnheader.el (nnheader-find-file-noselect):
6881         * mm-util.el (mm-insert-file-contents):
6882         Use (default-value 'major-mode) instead of default-major-mode.
6883
6884 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6885
6886         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6887
6888 2009-08-26  Glenn Morris  <rgm@gnu.org>
6889
6890         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6891         than placing in files.el.
6892
6893 2009-08-25  Glenn Morris  <rgm@gnu.org>
6894
6895         * nnir.el (top-level): Don't require cl at run-time.
6896         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6897         Replace cl-function substitute with gnus-replace-in-string.
6898         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6899         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6900         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6901         simplified expansions.
6902
6903 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6904
6905         * dig.el (dig): Add autoload cookie.
6906
6907 2009-08-22  Glenn Morris  <rgm@gnu.org>
6908
6909         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6910         goto-line.
6911
6912 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6913
6914         * parse-time.el (parse-time-string-chars): Save match data.
6915
6916 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6917
6918         * parse-time.el (parse-time-string-chars): Compute using character
6919         classes, to handle non-ascii characters (Bug#3190).
6920
6921 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6924
6925         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6926         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6927         (gnus-mm-display-part, gnus-mime-display-single)
6928         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6929         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6930
6931         * gnus-sum.el
6932         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6933         (gnus-summary-move-article): Add expirable mark to articles copied or
6934         moved to group that has auto-expire turned on if the option is non-nil.
6935
6936 2009-07-24  Glenn Morris  <rgm@gnu.org>
6937
6938         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6939         Fix typo.  (Bug#3903)
6940
6941 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6944         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6945         that should not be used for draft articles.
6946         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6947         that has no concern in minor mode keys.
6948         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6949         Abolish.
6950
6951 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6954         article without making inquiry to a user for unknown encoding.
6955
6956         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6957         (nnmaildir--scan): Assume i-node and device number that file-attributes
6958         returns might be cons-cell.
6959
6960         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6961
6962         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6963
6964 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * auth-source.el: Remove docs now in auth.texi.  Don't use
6967         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6968         `auth-source-hide-passwords' and use them.
6969
6970 2009-07-15  Glenn Morris  <rgm@gnu.org>
6971
6972         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6973
6974 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6977         excessive whitespace from the default values of title and description.
6978
6979 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6982         mail-fetch-field to fetch Content-Description header in order to
6983         exclude newlines.
6984
6985 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6986
6987         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6988         format used by GnuPG 2.0.11.
6989
6990 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6993         to deleted part.
6994
6995 2009-05-30  David Engster  <dengste@eml.cc>
6996
6997         * nnmairix.el: Remove old documentation in the commentary block.
6998         (nnmairix-request-group): Do not update active file for nnml back ends.
6999         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7000         end so that overview files are ignored.
7001         (nnmairix-update-groups): Make updating the groups more robust by using
7002         marks.
7003         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7004         with dollar characters in message-id.
7005
7006 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7009         2008-12-25 in dns.el.
7010
7011 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7012
7013         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7014         could happen if the text is only composed of spaces and/or tabs.
7015
7016 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7017
7018         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7019         when sending a queued message to avoid extra mml tags.
7020
7021 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7024
7025 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7028         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7029         rmail-toggle-header for XEmacs;
7030         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7031
7032 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-dired.el: Remove autoload for gnus-setup-message.
7035         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7036         displaying Gnus logo; always use compose-mail.
7037
7038 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7041
7042 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7045         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7046         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7047         available.
7048         (gnus-nocem-epg-verify): New function.
7049
7050 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7053
7054 2009-02-15  Glenn Morris  <rgm@gnu.org>
7055
7056         * gnus-util.el (rmail-insert-rmail-file-header)
7057         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7058         autoloads.
7059         (rmail-default-rmail-file): Remove unnecessary declaration.
7060         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7061
7062 2009-02-14  Glenn Morris  <rgm@gnu.org>
7063
7064         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7065         variable (only used in gnus-util, which declares it anyway).
7066         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7067         which was only needed by gnus-art (changed to not use it any more).
7068         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7069         only used in gnus-util, which autoloads it itself.
7070         (rmail-update-summary): Fix autoload.
7071
7072         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7073         rather than rmail-output-to-rmail-file.
7074
7075 2009-02-07  Glenn Morris  <rgm@gnu.org>
7076
7077         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7078         autoload of function that no longer exists.
7079         (rmail-toggle-header): Declare.
7080         (message-forward-rmail-make-body): Handle mbox Rmail.
7081
7082 2009-01-31  Glenn Morris  <rgm@gnu.org>
7083
7084         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7085         2009-01-09 change.
7086
7087 2009-01-31  Dave Love  <fx@gnu.org>
7088
7089         * imap.el (imap-fetch-safe): Bind debug-on-error.
7090         (imap-debug): Add imap-fetch-safe.
7091
7092 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7093
7094         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7095         (auth-source-forget-all-cached): New convenience function.
7096         (auth-source-user-or-password): Accept list of modes or a single mode.
7097
7098         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7099         auth-source modes.
7100
7101         * netrc.el (netrc-machine-user-or-password): Use list of
7102         auth-source modes.
7103
7104         * nnimap.el (nnimap-open-connection): Use list of
7105         auth-source modes.
7106
7107         * nntp.el (nntp-send-authinfo): Use list of
7108         auth-source modes.
7109
7110 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7113         now.
7114
7115 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7118         coding system in XEmacs; add a workaround for XEmacs.
7119
7120         * lpath.el: Fbind coding-system-aliasee.
7121
7122 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7125         of current-language-environment.
7126
7127 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7130         available at runtime.
7131
7132 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7135
7136 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7137
7138         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7139         the greatest positive fixnum value doesn't work under an XEmacs with
7140         bignum support; use the most-positive-fixnum constant instead,
7141         available since Emacs 21.1 with cl and XEmacs 21.1.
7142
7143 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7146         XEmacs gets not to work.
7147
7148 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * mm-util.el (mm-coding-system-priorities): Allow the value like
7151         "Japanese (UTF-8)" of current-language-environment.
7152
7153 2009-01-09  Glenn Morris  <rgm@gnu.org>
7154
7155         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7156         with last-command-event.
7157
7158 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7161         in the doc string.
7162
7163         * message.el (message-fix-before-sending): Amend comment.
7164
7165 2009-01-08  Dave Love  <fx@gnu.org>
7166
7167         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7168
7169 2009-01-07  David Engster  <dengste@eml.cc>
7170
7171         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7172         simplified server definitions by converting it via
7173         gnus-server-to-method.
7174
7175 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7178         parameter's operands.
7179
7180 2009-01-06  David Engster  <dengste@eml.cc>
7181
7182         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7183         primary select method (for gnus-group-mark-article-as-read).
7184
7185 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7186
7187         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7188         `(gnus)Face', not `(gnus)X-Face'.
7189
7190 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mm-util.el (mm-ucs-to-char): New function.
7193
7194         * mm-url.el (mm-url-decode-entities): Use it.
7195
7196         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7197         unicode-to-char.
7198
7199 2009-01-05  Dave Love  <fx@gnu.org>
7200
7201         * time-date.el: Require cl for `declare'.
7202
7203 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7206         Dave Love.
7207
7208 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * message.el (message-fix-before-sending): Add `eight-bit' to
7211         illegible-text check.
7212
7213 2009-01-03  Michael Olson  <mwolson@gnu.org>
7214
7215         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7216         `headers' is nil.  This can occur if the IMAP server does not have
7217         permissions to read messages from a folder, but can write new messages
7218         to the folder.
7219         (nnimap-request-article-part): Do not insert `data' if it is nil.
7220
7221         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7222         characters which will confuse `read', so skip past them.
7223
7224 2009-01-01  Dave Love  <fx@gnu.org>
7225
7226         * imap.el (imap-string-to-integer): Fix typo.
7227         (imap-fetch-safe): New function.
7228         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7229
7230         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7231
7232         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7233         (imap-parse-greeting): Fix doc strings.
7234         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7235         (imap-parse-flag-list): Make messages unique.
7236         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7237
7238         * nnimap.el: Fix author email.
7239         (nnimap-split-rule): Add FIXME comment.
7240         (nnimap-debug): Fix doc string.
7241
7242 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7245
7246 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7249         nslookup if resolv.conf isn't available.
7250         (dns-query): Rename from query-dns.
7251         (dns-query-cached): Rename from query-dns-cached.
7252
7253 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7256         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7257         to check if those variables exist (first appeared in Emacs 18.50).
7258
7259 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * mm-util.el (mm-line-number-at-pos): New function.
7262
7263         * spam-report.el (spam-report-process-queue): Use it.
7264
7265 2008-12-24  David Engster  <dengste@eml.cc>
7266
7267         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7268         parameters that haven't existed as variables as buffer-local variables.
7269
7270 2008-12-23  Dave Love  <fx@gnu.org>
7271
7272         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7273         cadar.
7274
7275         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7276         imap-starttls-p.
7277         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7278
7279 2008-12-22  Dave Love  <fx@gnu.org>
7280
7281         * imap.el: Fix author email.  Doc fixes.
7282         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7283         reply.
7284
7285 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * spam-report.el (spam-report-gmane-max-requests): New constant.
7288         (spam-report-gmane-wait): New variable.
7289         (spam-report-gmane-ham, spam-report-gmane-spam)
7290         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7291         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7292         the server.
7293
7294         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7295         Add explanations.
7296
7297         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7298         nnheader-accept-process-output and nnheader-read-timeout if available.
7299         (pop3-movemail): Use it.
7300
7301         * message.el (message-check-news-body-syntax): Fix signature check if
7302         there's an attachment.
7303
7304 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * mm-util.el: Add comments to the mm- emulating functions.
7307
7308 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7311         Reported by Stephen Berman <stephen.berman@gmx.net>.
7312
7313 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * mm-util.el (mm-substring-no-properties): New function.
7316         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7317         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7318         (mm-string-to-multibyte): Doc fix.
7319
7320         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7321
7322 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * mml.el (mml-attach-file): Strip text properties from file name.
7325         (Bug#1574)
7326
7327 2008-12-16  Glenn Morris  <rgm@gnu.org>
7328
7329         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7330
7331 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7334         knows since the charset specified might be a bogus alias that
7335         mm-charset-synonym-alist provides.
7336
7337 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7340         "ISO_8859-1".
7341
7342         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7343
7344 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * mm-util.el (mm-charset-eval-alist):
7347         Define it before mm-charset-to-coding-system.
7348         (mm-charset-to-coding-system): Add optional argument `silent';
7349         define it before mm-charset-override-alist.
7350         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7351         default value if it can be used in Emacs currently running;
7352         silence mm-charset-to-coding-system.
7353
7354 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7357         `allow-override' which says whether to use `mm-charset-override-alist'.
7358         (rfc2047-decode-encoded-words): Use it.
7359
7360         * mm-util.el (mm-charset-override-alist): Fix custom type;
7361         add `(gb2312 . gbk)' to choices.
7362
7363 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7366         fast.
7367
7368         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7369
7370         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7371
7372 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7373
7374         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7375         on links.
7376
7377         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7378
7379 2008-12-03  Lute Kamstra  <lute@gnu.org>
7380
7381         * sha1.el: Remove leading * from docstrings of defcustoms,
7382         deffaces, defconsts and defuns.
7383
7384 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7387         users' addresses that don't have domain parts.
7388         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7389         rather than message-narrow-to-head since there will be the message
7390         header separator.
7391
7392 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7393
7394         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7395         since the result is inserted in a unibyte buffer anyway.
7396         (nnimap-demule-use-string-to-multibyte): Remove.
7397         (nnimap-demule): Alias it to mm-string-to-multibyte.
7398
7399 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7402         variable for debugging bug#464 and bug#1174.
7403         (nnimap-demule): Use it.
7404
7405 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7408         score calculation correctly.
7409
7410 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7411
7412         * message.el (message-send-mail): Just set the buffer to unibyte
7413         rather than use mm-with-unibyte-current-buffer which does a lot more.
7414         (message-send-mail-partially): Don't bother with
7415         mm-with-unibyte-current-buffer since it's already been made unibyte by
7416         message-send-mail.
7417
7418 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7421
7422 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7425
7426 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7429         require itself and to remove `with-no-warnings'.
7430
7431 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7432
7433         * starttls.el (starttls-any-program-available): Get the name of the
7434         available TLS layer program.
7435         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7436         well as the host name in the "opening" message.
7437
7438         * auth-source.el (auth-source-cache, auth-source-do-cache)
7439         (auth-source-user-or-password): Cache passwords and logins by default,
7440         allow override with `auth-source-do-cache'.
7441         (auth-source-forget-user-or-password): Allow users to remove cache
7442         entries if needed.
7443
7444 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7445
7446         * md4.el (md4-buffer): Fix typo in docstring.
7447         (md4, md4-64): Doc fixes.
7448         (md4-pack-int32): Reflow docstring.
7449
7450 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7453         condition-case to only the forward-sexp call.
7454
7455 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7456
7457         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7458         quotes contained.  Make it more robust regardless by an extra
7459         condition-case wrapper.
7460
7461 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7464
7465 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * nnml.el (nnml-request-expire-articles): Check if the function set to
7468         `nnmail-expiry-target' returns the symbol `delete'.
7469
7470         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7471
7472         * nnmail.el (nnmail-expiry-target): Fix custom type.
7473
7474 2008-10-02  Glenn Morris  <rgm@gnu.org>
7475
7476         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7477         Silence compiler warning.
7478
7479 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7480
7481         * tls.el (open-tls-stream): Show the actual command being
7482         executed, instead of the format string.
7483
7484 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * lpath.el: Fbind codepage-setup for Emacs 23.
7487
7488 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7489
7490         * mml.el (mml-menu): Don't assume mml2015 is bound.
7491
7492 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7495         exists.
7496
7497 2008-09-27  Glenn Morris  <rgm@gnu.org>
7498
7499         * gnus-util.el (mail-header-remove-comments): Autoload it.
7500
7501 2008-09-27  Andreas Schwab  <schwab@suse.de>
7502
7503         * gnus-util.el (gnus-split-references): Strip comments.
7504         (gnus-parent-id): Likewise.
7505
7506 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-confirm-send): Fix version.
7509
7510 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * message.el (message-idna-to-ascii-rhs-1): Use
7513         mail-extract-address-components rather than mail-header-parse-addresses
7514         that is an alias by default to ietf-drums-parse-addresses that does not
7515         support non-ASCII names in headers' contents.
7516
7517 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7518
7519         * message.el (message-confirm-send): Fix variable documentation to
7520         avoid the "y/n" wording.
7521
7522 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7523
7524         * message.el (message-set-auto-save-file-name): Save to a different
7525         filename so multiple messages (especially drafts) can be recovered.
7526
7527 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7528
7529         * message.el (message-confirm-send): Add appropriate version.
7530
7531 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7534         defvar.
7535
7536 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7537
7538         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7539         (mm-pkcs7-enveloped-magic): Ditto.
7540
7541 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7542
7543         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7544         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7545
7546 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7549         default, it's better.
7550
7551 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7552
7553         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7554         summary line gnus-number property and ignore them (with a warning
7555         message).
7556
7557 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7560         macro caddr in the interactive form since it won't be expanded.
7561
7562 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7565         `charset'; fix name of function called recursively.
7566         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7567
7568 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7571         (gnus-mime-set-charset-parameters): New function.
7572         (gnus-mime-view-part-as-charset): Use it to correctly display part
7573         specifying wrong charset.
7574
7575 2008-09-08  David Engster  <dengste@eml.cc>
7576
7577         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7578         in completing-read for back end server.
7579
7580 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7581
7582         * message.el (message-confirm-send): New variable to confirm sending a
7583         message.
7584         (message-send): Use it.
7585
7586 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7587
7588         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7589
7590 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7593
7594 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7595
7596         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7597         prevent tracking too many groups.
7598         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7599         Use it.
7600
7601 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7602
7603         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7604         moving point to the bottom of the window in order to avoid recentering.
7605
7606 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7609
7610         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7611         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7612         (gnus-article-beginning-of-window): Fix calculation.
7613
7614 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-msg.el (gnus-summary-supersede-article)
7617         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7618         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7619         message header.
7620
7621 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7622
7623         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7624         pending output coming after the status change.
7625
7626 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7627
7628         * message.el:
7629         * gnus-start.el:
7630         * gnus-registry.el: Remove VMS support.
7631
7632 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7635         macro.
7636         (rfc2104-hash): Use it.
7637
7638 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7641         (gnus-summary-sort-by-most-recent-date): New commands.
7642         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7643         and menu entries.
7644
7645 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7648         don't redisplay article for raw contents; remove plural articles stuff.
7649
7650         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7651         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7652         on gnus-summary-save-article; display results properly.
7653
7654 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * lpath.el: No need to fbind ns-focus-frame.
7657
7658 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7661
7662 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-art.el (gnus-summary-save-in-pipe):
7665         Consider gnus-save-all-headers.
7666
7667 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7668
7669         * gnus-util.el (ns-focus-frame): Remove declaration.
7670         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7671         like x.
7672
7673 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7674
7675         * rfc2104.el (rfc2104-zero): Delete defconst.
7676         (rfc2104-hex-alist): Likewise.
7677         (rfc2104-hex-to-int): Delete func.
7678         (rfc2104-hexstring-to-bitstring): Likewise.
7679         (rfc2104-nybbles): New defconst.
7680         (rfc2104-hash): Rewrite for speed.
7681
7682 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * tls.el (open-tls-stream): Make it work with the 2nd argument
7685         BUFFER that is a string but does not exist as a buffer object, as
7686         mentioned in the doc-string.
7687
7688 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7691         SXEmacs.
7692
7693 2008-07-16  Glenn Morris  <rgm@gnu.org>
7694
7695         * gnus-util.el (ns-focus-frame): Declare for compiler.
7696
7697 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7700         set as a group parameter.
7701         (gnus-summary-save-in-pipe): Work when it is called independently.
7702         (gnus-summary-pipe-to-muttprint): Don't modify
7703         gnus-summary-pipe-output-default-command.
7704
7705 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7706
7707         * message.el (message-send-mail-with-sendmail):
7708         Display the error message.
7709
7710 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-art.el (gnus-default-article-saver):
7713         Add gnus-summary-save-in-pipe to choices.
7714         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7715         gnus-summary-pipe-output-default-command as the default command.
7716         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7717         instead of gnus-last-shell-command.
7718
7719         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7720         New user option.
7721         (gnus-summary-muttprint-program): Mention the value will be changed.
7722         (gnus-summary-save-article): Force showing of all headers.
7723         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7724
7725 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7726
7727         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7728
7729 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7730
7731         * nnimap.el (nnimap-id):
7732         * sieve-manage.el (sieve-manage-open): Doc fixes.
7733
7734 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7735
7736         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7737         if available.
7738
7739 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7740
7741         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7742
7743         * nnkiboze.el (nnkiboze-generate-group):
7744         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7745
7746         * nnmairix.el: Require CL.
7747
7748 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * dgnushack.el: Autoload get-display-table and put-display-table for
7751         XEmacs 21.5.
7752
7753         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7754         21.4 and SXEmacs.
7755
7756 2008-06-15  David Engster  <dengste@eml.cc>
7757
7758         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7759
7760 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7761
7762         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7763         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7764         runtime choice under XEmacs.
7765
7766         * gnus-sum.el (gnus-summary-set-display-table):
7767         Use `gnus-put-display-table', `gnus-get-display-table',
7768         `gnus-set-display-table' for the display table, instead of `aset'.
7769
7770         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7771         Use `gnus-put-display-table', `gnus-get-display-table',
7772         `gnus-set-display-table' for the display table.
7773
7774 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * nnmairix.el: Add autoloads.
7777
7778 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * nnmairix.el (nnmairix-delete-recreate-group)
7781         (nnmairix-update-and-clear-marks): Fix error messages.
7782
7783 2008-06-14  David Engster  <dengste@eml.cc>
7784
7785         * nnmairix.el: Upgrade to version 0.6.
7786         (nnmairix-group-toggle-propmarks-this-group)
7787         (nnmairix-group-toggle-readmarks-this-group)
7788         (nnmairix-group-delete-recreate-this-group)
7789         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7790         (nnmairix-remove-tick-mark-original-article): New commands.
7791         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7792         (nnmairix-propagate-marks-to-nnmairix-groups)
7793         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7794         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7795         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7796         functions needed for marks propagation and manipulation of read marks.
7797         (nnmairix-update-groups): New function.
7798         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7799         (nnmairix-determine-original-group-from-registry)
7800         (nnmairix-determine-original-group-from-path)
7801         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7802         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7803         New helper functions.
7804         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7805         keystrokes for new commands.
7806         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7807         (nnmairix-request-group): Check allow-fast group parameter.
7808         (nnmairix-request-create-group): Set allow-fast group parameter if
7809         nnmairix-allowfast-default is set.
7810         (nnmairix-close-group): Propagate marks upon closing if needed.
7811         (nnmairix-group-toggle-threads-this-group): Use new.
7812         nnmairix-group-toggle-parameter helper function.
7813         (nnmairix-search): Better check for empty search result.
7814         (nnmairix-goto-original-article): Use new helper functions for
7815         determining original article.
7816         (nnmairix-show-original-article): Make sure message-id is in brackets.
7817         (nnmairix-call-mairix-binary): Change variable name.
7818         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7819         helper function.
7820         (nnmairix-widget-toggle-activate): Fix doc string.
7821
7822 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * nnir.el: Require edmacro when compiling with XEmacs.
7825         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7826         available in Emacs 21.
7827
7828 2008-06-11  Glenn Morris  <rgm@gnu.org>
7829
7830         * gnus-util.el (x-focus-frame):
7831         * gnus.el (image-size):
7832         * mm-decode.el (image-size): Declare.
7833
7834         * gnus-picon.el (declare-function): Add compat definition.
7835         (image-size): Declare.
7836
7837         * gnus-group.el (tool-bar-map):
7838         * gnus-sum.el (tool-bar-map): Define for compiler.
7839
7840         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7841
7842         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7843
7844         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7845         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7846         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7847         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7848         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7849         * sieve-manage.el, spam-report.el, spam.el:
7850         Remove unnecessary eval-and-compile of autoloads.
7851
7852 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7853
7854         * auth-source.el: Precise Tramp doc.
7855
7856 2008-06-07  Glenn Morris  <rgm@gnu.org>
7857
7858         * nnmairix.el: Remove unnecessary eval-when-compile.
7859
7860 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * lpath.el: Fbind propertize for XEmacs 21.4.
7863
7864 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * nnir.el: Move here from ../contrib.
7867
7868 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7869
7870         * gnus-util.el (gnus-read-shell-command): New function.
7871         * mm-decode.el (mm-pipe-part):
7872         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7873
7874 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7877
7878 2008-06-03  Glenn Morris  <rgm@gnu.org>
7879
7880         * pop3.el (nnheader-accept-process-output): Autoload it.
7881
7882 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7885         are not 2-digit hexadecimal characters that follow `%'s.
7886
7887 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * message.el (message-bogus-recipient-p): Fix type in doc string.
7890         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7891         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7892         Improve custom options.
7893         (message-bogus-recipient-p): Adjust accordingly.
7894
7895 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7896
7897         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7898         long-form month and day names.
7899
7900 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * dgnushack.el: Autoload debug, eudc-expand-inline and
7903         pgg-snarf-keys-region for XEmacs.
7904
7905         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7906
7907         * nnmairix.el: Require edmacro when compiling with XEmacs.
7908
7909 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7912         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7913
7914 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * auth-source.el: Add more docs.
7917
7918         * netrc.el (netrc-machine): Always match if the port is not given.
7919
7920 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7923         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7924         retrieval faster in some cases, but might make CPU usage larger.
7925         If this has any bad side effects, we might revert this change.
7926
7927         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7928         seems to make mail retrieval much, much faster.
7929         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7930         unconditionally.
7931
7932         * gnus-draft.el (gnus-group-send-queue):
7933         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7934
7935 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7938
7939         * message.el (message-bogus-address-regexp): Fix and improve custom
7940         type.
7941         (message-setup-hook): Add message-check-recipients as custom option.
7942
7943 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * message.el (message-cite-function): Remove bogus autoload which crept
7946         in during merge from v5-10.
7947
7948 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7951
7952         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7953
7954         * auth-source.el: Preliminary Tramp docs.
7955         (auth-sources): Change the default auth-sources to use
7956         EPA .gpg files.
7957
7958 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * nntp.el: Autoload `auth-source-user-or-password'.
7961         (nntp-send-authinfo): Use it.
7962
7963         * nnimap.el: Autoload `auth-source-user-or-password'.
7964         (nnimap-open-connection): Use it.
7965
7966         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7967         for the gnus-message function.
7968         (auth-source-user-or-password): Use it.
7969
7970 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7971
7972         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7973         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7974         (rfc2104-hash): Use it.
7975
7976 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7977
7978         * gnus-art.el (gnus-article-toggle-truncate-lines):
7979         Don't use `iff' in docstring.
7980
7981 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7982
7983         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7984
7985         * gnus-util.el (gnus-extract-address-component-name)
7986         (gnus-extract-address-component-email): Convenience functions around
7987         `gnus-extract-address-components'.
7988
7989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7990         Use `gnus-extract-address-component-email' to fix bug of comparing full
7991         sender name to `user-mail-address'.
7992
7993 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7996         catch/throw to optimize.
7997         (gnus-registry-find-keywords): Just use member to find a keyword.
7998
7999 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8000
8001         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8002         is current before calling gnus-server-prepare.
8003         (gnus-server-setup-buffer, gnus-server-update-server)
8004         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8005
8006 2008-05-04  Juri Linkov  <juri@jurta.org>
8007
8008         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8009         (mailcap-file-default-commands): Use mailcap-replace-in-string
8010         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8011         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8012
8013 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8014
8015         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8016
8017 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8018
8019         * gnus.el: Bump version to 0.11.
8020
8021 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8022
8023         * gnus.el: No Gnus v0.10 is released.
8024
8025 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8028         hooks.
8029         (gnus-update-read-articles): Speed up non-marks-using users.
8030         (gnus-use-marks): Define gnus-use-marks.
8031         (gnus-propagate-marks): Rename variable to something more sensible.
8032
8033 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8034
8035         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8036         (gmm-image-load-path-for-library): Fix typos in docstrings.
8037         (gmm-message): Reflow docstring.
8038
8039 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * mail-source.el (mail-source-set-1, mail-source-bind):
8042         Move auth-source code out of the macro to clean it up and fix bugs.
8043
8044 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8047         by sender if it's equal to user-mail-address, it's likely to be
8048         useless.
8049
8050         * mail-source.el (mail-source-bind): Don't use user or password if they
8051         are not bound.  Unintern them if they are nil.  Don't use server unless
8052         it's bound, and default it to empty string otherwise.
8053
8054 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * mail-source.el: Load auth-source.el.
8057         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8058         get user name or password, if auth-sources is set up.
8059
8060         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8061         strategy of splitting with parent.
8062         (gnus-registry-split-fancy-with-parent)
8063         (gnus-registry-post-process-groups): Use it and fix prior
8064         bug (returning a list as the split result).
8065
8066         * auth-source.el (auth-sources): Remove server parameter.
8067         (auth-source-pick, auth-source-user-or-password)
8068         (auth-source-user-or-password-imap)
8069         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8070         (auth-source-user-or-password-sftp)
8071         (auth-source-user-or-password-smtp): Remove server parameter.
8072
8073 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8074
8075         * smime.el (smime-sign-region, smime-encrypt-region)
8076         (smime-decrypt-region):
8077         Remove redundant calls to `generate-new-buffer-name'.
8078
8079 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8080
8081         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8082         Don't use QP for message/rfc822.
8083         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8084
8085 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8086
8087         * sieve-manage.el (sieve-string-bytes): Remove.
8088         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8089         correct byte-length only if the process's coding-system is the same as
8090         the one used internally by Emacs to represent strings.
8091
8092 2008-04-22  Juri Linkov  <juri@jurta.org>
8093
8094         * mailcap.el (mailcap-file-default-commands): New function.
8095
8096 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * message.el (message-signature-separator, message-cite-function):
8099         Change custom version.
8100
8101 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8102
8103         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8104         commands.
8105         (tls-checktrust): Ditto.
8106
8107 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * mm-decode.el (mm-display-external): Make temp file read-only.
8110
8111 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8114         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8115         `C-c C-f d'.
8116
8117 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8118
8119         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8120
8121 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gnus.el: Bump version to 0.9.
8124
8125 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus.el: No Gnus v0.8 is released.
8128
8129 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8130
8131         * mail-source.el (mail-source-value):
8132         Prefer fboundp to functionp so it works with macros as well.
8133
8134 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8135
8136         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8137         Fix last change in case the element is not even a symbol.
8138
8139 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8140
8141         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8142         Prefer fboundp to functionp so it works with macros as well.
8143
8144 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * auth-source.el: Add docs.
8147         (auth-sources): Modify format to support server.
8148         (auth-source-pick, auth-source-user-or-password)
8149         (auth-source-user-or-password-imap)
8150         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8151         (auth-source-user-or-password-sftp)
8152         (auth-source-user-or-password-smtp): Add server parameter.
8153
8154 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-registry.el: Initialize the registry when gnus-registry-install
8157         is t.
8158
8159 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * compface.el (uncompface): Make buffer unibyte.
8162
8163 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * mail-source.el (mail-source-value):
8166         Prefer fboundp to functionp so it works with macros as well.
8167
8168 2008-04-05  Glenn Morris  <rgm@gnu.org>
8169
8170         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8171
8172 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8173
8174         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8175         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8176
8177         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8178         multibyteness after rather than before erasing it.
8179
8180         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8181         mm-with-multibyte.
8182         (gnus-request-article-this-buffer): Make sure the proper decoding is
8183         used if gnus-original-article-buffer happens to be unibyte.
8184
8185         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8186         default-enable-multibyte-characters.
8187
8188         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8189         default-enable-multibyte-characters.
8190
8191         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8192
8193         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8194
8195 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8196
8197         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8198         Fix last change in case the element is not even a symbol.
8199
8200 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8201
8202         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8203         (imap-message-copyuid-1): Use it.
8204         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8205         J. Williams in
8206         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8207
8208         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8209         imap-enable-exchange-bug-workaround.
8210         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8211
8212 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8213
8214         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8215         a 100 byte status-checks into a 2-3MB transfer for each group.
8216         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8217         to enable bug workaround or not.
8218         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8219
8220 2008-03-31  Glenn Morris  <rgm@gnu.org>
8221
8222         * message.el (mml2015-use): Declare for compiler.
8223         (message-info): Require mml2015 when appropriate.
8224
8225 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8228         whitespace.
8229
8230 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8231
8232         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8233         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8234         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8235         (nntp-service-to-port): New function.
8236         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8238         (nntp-open-netcat-stream): New function.
8239         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8240
8241 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8242
8243         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8244
8245 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8246
8247         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8248
8249 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8250
8251         * dns.el (dns-write): Use set-buffer-multibyte.
8252
8253 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8254
8255         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8256
8257 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * message.el (message-signature-separator): Change default.
8260         Improve custom type.
8261         (message-cite-function): Change default to
8262         message-cite-original-without-signature.
8263
8264         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8265         toggle.
8266
8267         * message.el (message-check-news-body-syntax): Fix signature check.
8268         (message-setup-1): Mark buffer as unmodified _after_ running
8269         message-setup-hook and handling message-alternative-emails.
8270         (message-shorten-references): Be more strict when building list of
8271         valid references to comply with GNKSA.
8272
8273         * gnus-group.el (gnus-read-ephemeral-bug-group)
8274         (gnus-read-ephemeral-debian-bug-group)
8275         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8276
8277         * message.el (message-info): Don't use booleanp which isn't supported
8278         in Emacs 21 and XEmacs.
8279
8280 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8283         gnus-group-gmane-group-download-format.
8284         (gnus-group-read-ephemeral-gmane-group): Rename from
8285         gnus-group-read-ephemeral-gmane-group.
8286         (gnus-read-ephemeral-gmane-group-url): Rename from
8287         gnus-group-read-ephemeral-gmane-group-url.
8288         (gnus-bug-group-download-format-alist): New variable.
8289         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8290         (gnus-read-ephemeral-emacs-bug-group): New commands.
8291
8292 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8295         (gnus-visible-headers): Improve custom type.
8296
8297 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * mml.el (mml-menu): Add workarounds for XEmacs.
8300
8301         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8302         X-Boundary header.
8303
8304         * message.el (message-simplify-recipients): Fix previous commit.
8305
8306 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8307
8308         * mm-util.el (mm-set-buffer-multibyte): New function.
8309         * mm-decode.el (mm-copy-to-buffer): Use it.
8310
8311         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8312         Prefer fboundp to functionp so it works with macros as well.
8313
8314 2008-03-19  Glenn Morris  <rgm@gnu.org>
8315
8316         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8317         Accidentally removed in the sync process with Emacs.
8318
8319 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * message.el (message-alter-recipients-discard-bogus-full-name):
8322         New function.
8323         (message-alter-recipients-function): New variable.
8324         (message-get-reply-headers): Use it.
8325         (message-replace-header): New helper function.
8326         (message-recipients-without-full-name): New variable.
8327         (message-simplify-recipients): New command.
8328
8329         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8330
8331         * message.el (message-info): Handle EasyPG manual.
8332
8333         * mml.el (mml-menu): Add entry for EasyPG.
8334
8335 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8336
8337         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8338         parameter.
8339
8340         * message.el (message-disassociate-draft): Specify drafts group name
8341         fully.
8342
8343 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8344
8345         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8346         Eliminate unnecessary duplicates from the match list.
8347
8348 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8351
8352         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8353
8354         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8355         args of `how-many' of which the XEmacs version doesn't take; declare
8356         Info-index-next as function.
8357
8358 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * gnus-score.el (gnus-score-headers): Fix handling of
8361         gnus-inhibit-slow-scoring.
8362
8363         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8364         string.
8365         (gnus-button-url-regexp): Improve handling of parenthesis.
8366         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8367         (gnus-button-handle-info-keystrokes): Handle index entries.
8368
8369 2008-03-15  Glenn Morris  <rgm@gnu.org>
8370
8371         * parse-time.el (parse-time-string): Simplify.
8372
8373 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8376         Incoming* files.
8377
8378 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8379
8380         * auth-source.el (auth-sources): Rename from auth-source-choices.
8381         (auth-source-pick): Use it.
8382
8383 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8384
8385         * binhex.el (binhex-decode-region-internal):
8386         * uudecode.el (uudecode-decode-region-internal):
8387         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8388         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8389         setting default-enable-multibyte-characters.
8390
8391 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8392
8393         * auth-source.el (auth-source-protocols)
8394         (auth-source-protocols-customize, auth-source-choices): Add and
8395         modified variable customizations and defaults.
8396         (auth-source-pick, auth-source-user-or-password)
8397         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8398         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8399         (auth-source-user-or-password-sftp)
8400         (auth-source-user-or-password-smtp): Use new variables and provide an
8401         interface to netrc.el.
8402
8403 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8406         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8407         Make sure the nntp port to specify is a string.
8408
8409 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8410
8411         * nntp.el: Use with-current-buffer.
8412         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8413         dubious mm-with-unibyte-current-buffer.
8414         (nntp-with-open-group-function): New function extracted from
8415         nntp-with-open-group macro.
8416         (nntp-with-open-group): Use the function, so it's easier to debug.
8417         Add indentation and debugging info.
8418         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8419         Recommend the use of the netcat alternatives.
8420
8421         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8422         Avoid mm-string-as-multibyte as well.
8423
8424         * nnweb.el (nnweb-insert-html):
8425         Remove use of nnheader-string-as-multibyte.
8426
8427         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8428         (nnheader-string-as-multibyte): Remove.
8429
8430         * mm-view.el: Use inhibit-read-only.
8431         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8432         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8433         or unibyte-string.
8434
8435         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8436         (mm-uu-yenc-extract): Use with-current-buffer.
8437
8438         * gnus-soup.el (gnus-soup-send-packet): Don't use
8439         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8440
8441         * nnmh.el: Use with-current-buffer.
8442         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8443         mm-string-as-multibyte on the output of mm-encode-coding-string.
8444
8445         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8446         (nnimap-request-move-article): Use with-current-buffer.
8447
8448         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8449         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8450         conversion uses string-make-unibyte rather than string-as-unibyte.
8451
8452         * gnus-msg.el: Use with-current-buffer.
8453
8454         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8455
8456 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8457
8458         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8459         string for caching if it is 'PIN.
8460
8461 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * lpath.el: Consider the case without Emacs/W3.
8464
8465 2008-03-08  Glenn Morris  <rgm@gnu.org>
8466
8467         * time-date.el (date-to-time, time-subtract, time-add)
8468         (safe-date-to-time): Doc fixes.
8469
8470 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * mail-source.el (mail-source-delete-old-incoming-confirm):
8473         Change default to nil.
8474         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8475
8476 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * lpath.el: Rearrange.
8479
8480         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8481         (gnus-article-goto-prev-page): Work for articles having ^L's.
8482
8483         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8484
8485         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8486
8487 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8488
8489         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8490         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8491         (gnus-bookmark-jump): Adjust some variable names.
8492
8493 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8494
8495         * auth-source.el: New package.
8496         (auth-source-choices): Add customization entry point variable.
8497
8498         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8499         bug.
8500
8501 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8502
8503         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8504         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8505         (gnus-registry-install-shortcuts): Rename from
8506         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8507         the `gnus-registry-mark-map' keymap dynamically from
8508         `gnus-registry-marks'.  The generated functions update the summary line
8509         when a registry mark is added or deleted, and will call
8510         `gnus-registry-install-p' (see the comments in the code).
8511         (gnus-registry-user-format-function-M): Use concat intelligently.
8512
8513         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8514         the registry mark functions.
8515
8516 2008-03-05  Glenn Morris  <rgm@gnu.org>
8517
8518         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8519         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8520         gnus-art.
8521         (top-level): No need to load own source when compiling.
8522
8523 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8526         Suggested by <chris.anderton@zetnet.co.uk>.
8527
8528 2008-03-04  Glenn Morris  <rgm@gnu.org>
8529
8530         * gnus-sum.el (top-level): No need to require gnus when compiling,
8531         since unconditionally required near start of file.
8532         (gnus-summary-display-while-building): Move definition before use.
8533
8534 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * gnus-registry.el (gnus-registry-user-format-function-M):
8537         Add formatting function.
8538
8539 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8540
8541         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8542         with plists.
8543         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8544         Use new format.
8545
8546 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8549         `where-is-internal' that returns a range of key sequences.
8550
8551 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8552
8553         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8554
8555         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8556         (gnus-summary-jump-to-group): Consider windows on other displayed
8557         frames as well.  Similar changes might be needed elsewhere, but that's
8558         the one I've bumped into during my use.
8559
8560         * nndoc.el (nndoc-oe-dbx-type-p):
8561         * gnus-msg.el (gnus-debug):
8562         * gnus-group.el (gnus-update-group-mark-positions):
8563         Use mm-string-to-multibyte.
8564
8565 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8568         doesn't handle NotDashEscaped.
8569
8570         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8571         (mml-dnd-attach-options): Fix typo in custom choice.
8572
8573         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8574         Change nndoc-article-type to mbox.
8575         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8576
8577         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8578         to nil, instead of html2text.
8579
8580         * imap.el (imap-debug): Add `imap-ping-server'.
8581
8582         * gnus-bookmark.el: Add FIXMEs.
8583
8584         * message.el (message-form-letter-separator)
8585         (message-send-form-letter-delay): New variables.
8586         (message-send-form-letter): Use them.  New command to send form
8587         letters.  Requested by Uwe Siart.
8588         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8589
8590 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * Update copyright years.
8593
8594 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         Sync from EMACS_22_BASE.
8597
8598         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8599
8600 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8601
8602         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8603         empty author.
8604
8605 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * gnus-registry.el (gnus-registry-marks): Add variable for
8608         customization of marks and their appearance.
8609         (gnus-registry-read-mark): Use it.
8610         (gnus-registry-do-marks): Add utility function to loop through
8611         `gnus-registry-marks'.
8612         (gnus-registry-install-shortcuts-and-menus): Add function to install
8613         shortcuts and menus.
8614         (gnus-registry-initialize): Use it.
8615         (gnus-registry-default-mark): Clarify documentation.
8616
8617 2008-02-29  Glenn Morris  <rgm@gnu.org>
8618
8619         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8620         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8621         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8622         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8623         Change defcustom :version from 23.0 to 23.1.
8624
8625 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         * gnus-registry.el (gnus-registry-follow-group-p)
8628         (gnus-registry-post-process-groups): Add functions to aid registry
8629         splitting and improve logging.  Clarify behavior in function
8630         documentation.
8631         (gnus-registry-split-fancy-with-parent): Use them.
8632
8633 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8634
8635         * gnus-art.el: Use with-current-buffer.
8636
8637 2008-02-27  David Engster  <dengste@eml.cc>
8638
8639         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8640         Express real group name in the response.
8641
8642 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8645         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8646         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8647         autoload gnus-registry-fetch-group when compiling.
8648         (nnmairix-request-group-with-article-number-correction):
8649         Remove unreferenced argument passed to nnmairix-call-backend.
8650
8651 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8654         (mm-uu-extract): Improve face for low color ttys.
8655         Reported by Sascha Wilde.
8656
8657 2008-02-27  Glenn Morris  <rgm@gnu.org>
8658
8659         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8660         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8661         variables to defconsts.  Convert comments to doc-strings.
8662         (nnmairix-last-server, nnmairix-current-server): Convert from free
8663         variables to defvars.  Convert comments to doc-strings.
8664         (gnus-registry-fetch-group): Autoload.
8665         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8666         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8667         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8668         caddr.
8669         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8670         nnmairix-request-group-with-article-number-correction call.
8671         (nnmairix-fast, nnmairix-group): New, less general names, for free
8672         variables passed from nnmairix-request-group to
8673         nnmairix-request-group-with-article-number-correction.  Declare.
8674         (nnmairix-request-group-with-article-number-correction):
8675         Use nnmairix-fast, nnmairix-group rather than fast, group.
8676
8677 2008-02-26  David Engster  <dengste@eml.cc>
8678
8679         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8680         version 0.5.
8681
8682 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8683
8684         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8685         instead of making an extra function call.  Don't add the current group
8686         to articles only when they have the group.  Use
8687         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8688         Reported by David <de_bb@arcor.de>.
8689
8690 2008-02-24  Miles Bader  <miles@gnu.org>
8691
8692         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8693         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8694         (mm-find-mime-charset-region):
8695         * mm-bodies.el (mm-encode-body):
8696         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8697
8698 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8701         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8702
8703 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * mail-source.el (mail-source-delete-incoming): Change default.
8706         Supplement doc string.
8707
8708         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8709
8710 2008-02-14  Glenn Morris  <rgm@gnu.org>
8711
8712         * time-date.el (format-seconds): New function.
8713
8714 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * nnmail.el (nnmail-message-id-cache-file): Derive from
8717         `gnus-home-directory'.
8718
8719 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8722         Document negative prefix.
8723
8724         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8725
8726 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * message.el (message-unsent-separator): Add the Exim bounce
8729         separator.
8730
8731 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8732
8733         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8734         list.
8735         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8736         recipient/signer list.
8737
8738 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * Makefile.in (datarootdir): Define.
8741         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8742         name that might contain whitespace.
8743
8744 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8747         fbound (Emacs 23 unicode), signal an error.
8748
8749 2008-02-08  Glenn Morris  <rgm@gnu.org>
8750
8751         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8752
8753 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8754
8755         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8756         ports to the calls to `netrc-machine-user-or-password' in addition to
8757         "imap" and "imaps".
8758
8759 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8760
8761         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8762
8763         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8764
8765 2008-02-01  Kenichi Handa  <handa@m17n.org>
8766
8767         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8768         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8769         (rfc2104-hash): Convert the result of concat to unibyte string.
8770
8771 2008-02-01  Dave Love  <fx@gnu.org>
8772
8773         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8774         coding-system-for-read.
8775         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8776
8777 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8780         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8781         <hanche@math.ntnu.no>.
8782
8783 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8786
8787         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8788
8789 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8790
8791         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8792         * message.el (message-beginning-of-line): Use featurep instead of bound
8793         tests in order to resolve conditionals at compile time.
8794
8795 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8796
8797         * mail-source.el (mail-sources): Add `group' choice.
8798
8799         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8800         parameter `in-group' to control into which group the articles go.
8801         Add treatment of `group' mail-source.
8802
8803 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8806
8807         * mm-decode.el (mm-dissect-buffer): Decode description.
8808
8809         * mml.el (mml-to-mime): Encode message header first.
8810
8811 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8814         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8815
8816         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8817         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8818
8819 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8820
8821         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8822
8823 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8826         prefix keys.
8827         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8828         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8829         gnus-xmas.el.
8830
8831         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8832         (gnus-xmas-article-describe-bindings): New function.
8833         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8834         gnus-xmas-article-describe-bindings.
8835
8836         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8837
8838 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8839
8840         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8841         Add new variables for article mark management.
8842         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8843         list of extra data entries which, when present, will indicate that the
8844         article ID should not be trimmed from the registry.
8845         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8846         functions.
8847         (gnus-registry-read-mark): New function to read a mark name from the
8848         user.
8849         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8850         (gnus-registry-set-article-mark-internal): New functions to add and
8851         remove marks.
8852         (gnus-registry-get-article-marks): New function to show the marks for
8853         an article, or retrieve them for further use.
8854
8855 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8858         keys when no argument is given.
8859
8860 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * imap.el (imap-ping-server): New variable.
8863         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8864         (imap-ping-server): Minor doc string fixes.
8865
8866 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8867
8868         * imap.el (imap-ping-server): New function.
8869         (imap-opened): Call imap-ping-server.
8870
8871 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-sum.el (gnus-article-sort-by-random)
8874         (gnus-thread-sort-by-random): Fix doc strings.
8875         Reported by jidanni@jidanni.org.
8876
8877 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-art.el (gnus-article-describe-bindings): New function.
8880         (gnus-article-read-summary-keys): Use it.
8881         (gnus-article-mode-map): Bind `C-h b' to it.
8882
8883 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8886         XEmacs.
8887         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8888         Protect against non-character events.
8889
8890         * lpath.el: Fbind map-keymap for Emacs 21.
8891
8892 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8895         New command.
8896         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8897         instead of END.  Change name of the temp file.
8898         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8899         customizable.
8900
8901 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8904         bind `S W' to gnus-article-wide-reply-with-original; set default
8905         binding to gnus-article-read-summary-send-keys.
8906         (gnus-article-read-summary-keys): Fix the order of keys; display
8907         continuation keys correctly in the echo area; describe bindings
8908         correctly when keys end with `C-h'.
8909         (gnus-article-read-summary-send-keys): New function.
8910         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8911         Work for gnus-article-read-summary-send-keys; display continuation keys
8912         correctly in the echo area.
8913         (gnus-article-reply-with-original): Ignore prefix argument.
8914         (gnus-article-wide-reply-with-original): New function.
8915
8916         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8917         Emacs 21.
8918
8919 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8922         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8923
8924 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8927         (gnus-group-read-ephemeral-gmane-group): New command.
8928
8929 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8930
8931         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8932
8933 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * message.el (message-send-mail-function): Increase custom version.
8936
8937         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8938         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8939
8940 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8941
8942         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8943         for the cases where imap-authenticate is called with a nil buffer
8944         parameter.
8945
8946 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8949         html parts correctly; support forwarded messages.
8950         (gnus-article-browse-html-article): Remove work buffers.
8951
8952         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8953         compiling.
8954         (netrc-bound-and-true-p): New macro.
8955         (netrc-parse): Use it instead of bound-and-true-p that is not available
8956         in XEmacs 21.4.
8957
8958 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8959
8960         * gnus-registry.el (gnus-registry-mark-article)
8961         (gnus-registry-article-marks): Add functionality to mark articles
8962         through the Gnus registry.
8963
8964         * encrypt.el: Clarify documentation for the new pgg method.
8965         (encrypt-file-alist): Add PGG option.
8966         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8967         functionality.  Abstract password key and messaging to external
8968         functions.
8969         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8970         (encrypt-message-method-and-cipher): Add new convenience external
8971         functions.
8972         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8973         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8974
8975         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8976         (netrc-parse): Use encrypt-file-alist to determine if
8977         encrypt-find-model or encrypt-insert-file-contents should be used.
8978
8979         * encrypt.el: Clarify documentation.  Load password-cache or
8980         password, whichever one is found first, instead of autoloading.
8981
8982 2007-12-19  Glenn Morris  <rgm@gnu.org>
8983
8984         * mml.el (message-options-set, message-narrow-to-head)
8985         (message-in-body-p, message-mail-p, message-encode-message-body):
8986         Autoload.
8987         (message-remove-header, message-narrow-to-headers-or-head)
8988         (message-subscribed-p, message-make-mail-followup-to)
8989         (message-position-on-field, message-news-p)
8990         (message-options-set-recipient, message-generate-headers)
8991         (message-sort-headers): Declare as functions.
8992
8993 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8996         convention in doc string.
8997
8998 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9001         title to html parts.
9002         (gnus-article-browse-html-article): Pass message header to it.
9003
9004         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9005
9006 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9009         or password compatible with XEmacs.
9010
9011 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9014         format document.
9015         (gnus-mime-delete-part): Don't write description line if empty.
9016         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9017
9018 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9019
9020         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9021         (gnus-summary-mark-read-and-unread-as-read)
9022         (gnus-summary-mark-current-read-and-unread-as-read)
9023         (gnus-summary-mark-unread-as-ticked): Doc fix.
9024         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9025
9026 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9029         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9030
9031 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9034         yes-or-no-p.
9035
9036 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * mm-decode.el (mm-add-meta-html-tag): New function.
9039         (mm-save-part-to-file, mm-pipe-part): Use it.
9040
9041         * gnus-art.el (gnus-article-browse-delete-temp-files):
9042         Use gnus-y-or-n-p instead of y-or-n-p.
9043         (gnus-article-browse-html-parts): Work with message/external-body; use
9044         mm-add-meta-html-tag.
9045
9046 2007-12-11  Glenn Morris  <rgm@gnu.org>
9047
9048         * gnus-cache.el: Require gnus-sum not just when compiling.
9049
9050         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9051
9052         * gnus-int.el (gnus-server-opened, gnus-status-message):
9053         Move definitions before use.
9054
9055         * mm-decode.el: Require gnus-util.
9056         (mm-remove-part): Only call delete-annotation on XEmacs.
9057
9058         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9059
9060         * nnmail.el: Require gnus-int.
9061
9062         * spam.el: Move `require's before `eval-when-compile's.
9063
9064         * gnus-ems.el (gnus-alive-p):
9065         * gnus-fun.el (message-goto-eoh):
9066         * gnus-util.el (gnus-group-name-decode):
9067         * mail-source.el (gnus-compress-sequence):
9068         * message.el (Info-goto-node, format-spec):
9069         * mm-bodies.el (message-options-get):
9070         * mm-decode.el (mm-view-pkcs7):
9071         * mm-util.el (gmm-write-region):
9072         * mml-smime.el (mml-compute-boundary)
9073         (gnus-completing-read-with-default):
9074         * mml.el (widget-button-press, gnus-make-hashtable):
9075         * mml1991.el (mm-decode-content-transfer-encoding)
9076         (mm-encode-content-transfer-encoding)
9077         (message-options-get, message-options-set):
9078         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9079         * nnfolder.el (gnus-request-group):
9080         * nnheader.el (ietf-drums-unfold-fws):
9081         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9082         * smime.el (gnus-run-mode-hooks):
9083         * spam-stat.el (gnus-message): Autoload.
9084
9085         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9086         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9087         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9088         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9089         Add declare-function compatibility definition.
9090
9091         * gnus-cache.el (nnvirtual-find-group-art):
9092         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9093         (gnus-add-image, gnus-add-wash-type):
9094         * gnus-group.el (nnkiboze-score-file):
9095         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9096         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9097         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9098         (message-tokenize-header, gnus-get-buffer-create)
9099         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9100         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9101         * gnus.el (gnus-group-decoded-name):
9102         * mail-source.el (imap-capability):
9103         * mm-bodies.el (message-options-set):
9104         * mm-decode.el (gnus-configure-windows):
9105         * mm-extern.el (message-goto-body):
9106         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9107         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9108         (epg-sub-key-validity, message-options-set):
9109         * mml.el (widget-event-point, gnus-configure-windows):
9110         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9111         * mml2015.el (epg-check-configuration, epg-configuration)
9112         (message-options-set):
9113         * nndb.el (nndb-request-article):
9114         * nnfolder.el (gnus-request-create-group):
9115         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9116         * nnmaildir.el (gnus-group-mark-article-read):
9117         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9118         * rfc1843.el (message-fetch-field):
9119         * spam.el (gnus-extract-address-components):
9120         Declare as functions.
9121
9122 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9125
9126         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9127
9128         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9129         bind show-trailing-whitespace for XEmacs.
9130
9131 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9134         new no-op macro for backward compatibility.
9135
9136         * imap.el (imap-string-to-integer): New function.
9137
9138 2007-12-09  Glenn Morris  <rgm@gnu.org>
9139
9140         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9141
9142         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9143         * message.el, mm-view.el, sieve-manage.el, smime.el:
9144         Add declare-function compatibility definition.
9145
9146         * gnus-art.el (w3-region, w3m-region, Info-menu):
9147         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9148         * gnus-sum.el (gnus-get-predicate):
9149         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9150         * message.el (mail-abbrev-in-expansion-header-p):
9151         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9152         (w3m-detect-meta-charset, w3m-region):
9153         * sieve-manage.el (password-read, password-cache-add)
9154         (password-cache-remove):
9155         * smime.el (password-read-and-add): Declare as functions.
9156
9157 2007-12-08  David Kastrup  <dak@gnu.org>
9158
9159         * gnus-sum.el (gnus-summary-simplify-subject-query):
9160         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9161         `message'.
9162
9163 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9166         it to bind idna-program, installation-directory, defined-colors, and
9167         face-attribute for XEmacs of the version that compiles defcustom forms.
9168
9169 2007-12-07  Glenn Morris  <rgm@gnu.org>
9170
9171         * gnus-art.el (article-make-date-line): Revert previous change.
9172
9173 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9176
9177 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9178
9179         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9180         Call gnus-add-to-range ranges only once with a prepared article-list.
9181
9182 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9183
9184         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9185         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9186         group names with backslashes.
9187         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9188
9189 2007-12-06  Deepak Goel  <deego3@gmail.com>
9190
9191         * gnus-art.el (article-make-date-line):
9192         * gnus-start.el (gnus-load):
9193         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9194
9195 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-use-idna)
9198         * gnus-start.el (gnus-site-init-file)
9199         * message.el (message-use-idna)
9200         * mm-uu.el (mm-uu-hide-markers)
9201         * smiley.el (smiley-style): Revert changes that suppress warnings.
9202
9203 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9206         specify charset to html source.
9207         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9208
9209 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9212         idna-program in order to suppress byte compile warning issued by XEmacs
9213         that came to byte compile the default value section of defcustom forms
9214         recently.
9215
9216         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9217         value of installation-directory.
9218
9219         * message.el (message-use-idna): Don't directly refer to the value of
9220         idna-program.
9221
9222         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9223
9224         * smiley.el (smiley-style): Don't directly call face-attribute.
9225
9226 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9229
9230         * gnus-dired.el: Reduce Gnus dependencies.
9231         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9232         Don't require.  Use autoloads instead.
9233         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9234         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9235         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9236         (gnus-dired-mode): Adjust doc string.
9237         (gnus-dired-mail-mode): New variable.
9238         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9239         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9240         (gnus-dired-mail-buffers): New function.  Return mail or message
9241         composition buffers.
9242         (gnus-dired-attach): Use it.
9243         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9244         NO-DECODE.
9245         (gnus-dired-print): Use `gnus-print-buffer' depending on
9246         `gnus-dired-mail-mode'.
9247
9248 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * rfc2047.el (rfc2047-encoded-word-regexp)
9251         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9252         explaining what regexp patterns are for.
9253
9254 2007-12-04  Glenn Morris  <rgm@gnu.org>
9255
9256         * password.el: Move to password-cache.el.
9257
9258         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9259         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9260         * mml-smime.el (password-read, password-cache-add)
9261         (password-cache-remove):
9262         No need to autoload, since mml-sec requires password.
9263
9264         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9265         * message.el (gnus-extract-address-components):
9266         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9267
9268         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9269         password.
9270
9271 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * mailcap.el: Reduce dependencies.
9274         (mail-header-parse-content-type): Autoload.
9275         (mailcap-delete-duplicates): New alias.
9276         (mailcap-mime-info): Add optional argument NO-DECODE.
9277         (mailcap-mime-types): Use mailcap-delete-duplicates.
9278
9279         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9280
9281 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9282
9283         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9284         (imap-parse-status): Upcase status-att for servers that sends them
9285         lower-case (e.g., MS Exchange 2007).
9286
9287 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9290         function.
9291
9292         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9293         (gnus-uu-yenc-article): New function.
9294
9295         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9296
9297         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9298
9299 2007-12-02  Glenn Morris  <rgm@gnu.org>
9300
9301         * binhex.el (binhex): New custom group.
9302         (binhex-decoder-program, binhex-decoder-switches)
9303         (binhex-use-external): Move to the binhex custom group.
9304
9305         * uudecode.el (uudecode): New custom group.
9306         (uudecode-decoder-program, uudecode-decoder-switches)
9307         (uudecode-use-external): Move to the uudecode custom group.
9308
9309         * netrc.el (top-level): Don't load `encrypt' features.
9310         (netrc-parse): Don't use encrypt.
9311         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9312
9313         * encrypt.el: Remove file.
9314
9315 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9318         matches on patches.
9319
9320         * gnus-art.el (gnus-article-browse-html-article):
9321         Mention `mm-text-html-renderer' in the doc string.
9322
9323         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9324         string.  Add comments.
9325
9326         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9327         if rhs is ASCII.
9328
9329 2007-12-01  Glenn Morris  <rgm@gnu.org>
9330
9331         * mail-source.el (top-level): Require format-spec before
9332         eval-when-compile.
9333
9334 2007-11-30  Glenn Morris  <rgm@gnu.org>
9335
9336         * encrypt.el: Require password, rather than autoloading password-read.
9337
9338 2007-11-29  Glenn Morris  <rgm@gnu.org>
9339
9340         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9341         (sasl-make-client, sasl-next-step, sasl-step-data)
9342         (sasl-step-set-data): Declare as functions.
9343
9344 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9347
9348 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9349
9350         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9351         certs should be verified and what is to be done in the event of a
9352         verification failure.
9353
9354         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9355         caller can indicate whether the cache should be disregarded for this
9356         call.  This way the result of the call is reproducible at all times and
9357         can be considered a canonical server name for the supplied method.
9358         (gnus-agent-method-p): Canonicalize server names by pushing their
9359         method through `gnus-method-to-server' using the no-cache argument.
9360
9361         * gnus-srvr.el (gnus-server-insert-server-line):
9362         Call `gnus-method-to-server' with `no-cache' argument.
9363
9364         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9365         gnus-agent-possibly-synchronize-flags as this should be called when the
9366         server is actually being opened.
9367         (gnus-agent-possibly-synchronize-flags)
9368         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9369         flags file of an agentized server to the latter function.
9370
9371         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9372         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9373         after a connection has been established successfully.
9374
9375 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-art.el (article-display-face): Force to display face if called
9378         interactively; check if gnus-article-x-face-too-ugly matches author.
9379         (article-display-x-face): Display face even if From header is missing
9380         as article-display-face does.
9381
9382 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9383
9384         * hashcash.el (message-narrow-to-headers-or-head)
9385         (message-fetch-field, message-goto-eoh)
9386         (message-narrow-to-headers): Declare as functions.
9387
9388 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * mail-source.el (mail-sources): Default to fetch from file for
9391         compatibility with default of nnmail-spool-file.
9392
9393 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9396         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9397         to look for encoded word that should be encoded again.
9398         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9399         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9400         encoding pattern.
9401         (rfc2047-decode-region): Switch strict regexp and loose one according
9402         to rfc2047-allow-irregular-q-encoded-words.
9403
9404 2007-11-25  Romain Francoise  <romain@orebokech.com>
9405
9406         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9407
9408 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * tls.el (tls-program): Provide more custom choices from
9411         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9412         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9413
9414 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9417         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9418
9419         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9420         `nnmail-spool-file'.
9421
9422         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9423         `nnmail-spool-file'.
9424
9425         * gnus-move.el (gnus-change-server): Ditto.
9426
9427         * gnus-kill.el (gnus-batch-score): Ditto.
9428
9429         * gnus-cache.el (gnus-jog-cache): Ditto.
9430
9431         * gnus-msg.el (gnus-summary-reply):
9432         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9433
9434 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9437         version.  Minor improvement to doc strings.
9438         (tls-program): Add comment.
9439
9440 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9441
9442         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9443         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9444         mismatch between the hostname provided in the certificate and the name
9445         of the host connnecting to.
9446         (open-tls-stream): Use them.  Check certificates against trusted root
9447         certificates.
9448
9449 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-cache.el (gnus-cache-generate-nov-databases):
9452         Use nnml-generate-nov-databases-directory instead of
9453         nnml-generate-nov-databases-1.
9454
9455 2007-11-24  Glenn Morris  <rgm@gnu.org>
9456
9457         * message.el (message-tool-bar-retro): Update for rename
9458         mail_send.xpm->mail-send.xpm.
9459
9460 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9463         `smime-ldap-search' for Emacs 22 and up.
9464
9465 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9466
9467         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9468
9469         * message.el (message-send-mail-function): Fix error convention.
9470         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9471         (message-widen-reply, message-send-mail, message-talkative-question)
9472         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9473         (message-clone-locals, message-send-news): Use with-current-buffer.
9474         (message-insert-or-toggle-importance): Remove unused var `valid'.
9475         (message-make-references): Remove unused var `new-references'.
9476         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9477
9478 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9479
9480         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9481         (spam-split-symbolic-return-positive): Reflow docstring.
9482         (spam-backends, spam-summary-exit-behavior)
9483         (spam-mark-ham-unread-before-move-from-spam-group)
9484         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9485         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9486         (spam-clear-cache, spam-backend-check, spam-install-backend)
9487         (spam-install-statistical-backend, spam-list-of-processors)
9488         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9489         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9490         (spam-check-crm114, spam-initialize, spam-unload-hook):
9491         Fix typos in docstrings.
9492
9493 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9496         been checked if they have never been read and those group levels are
9497         higher than the one that a user specified.
9498
9499 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9502         foreign groups unless a group level is specified by a user.
9503         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9504
9505 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * message.el (message-send-mail-function): Require sendmail.
9508
9509 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * message.el (message-send-mail-function): Check for smtpmail too.
9512
9513         * utf7.el (utf7-encode, utf7-decode): Use coding system
9514         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9515
9516         * message.el (message-send-mail-function): New function.
9517         (message-send-mail-function): Set default using
9518         message-send-mail-function.  Adjust doc string.
9519         (message-send-mail-with-mailclient): New function.
9520
9521 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9522
9523         * smime.el (from):
9524         * rfc2047.el (message-posting-charset):
9525         * qp.el (mm-use-ultra-safe-encoding):
9526         * pop3.el (parse-time-months):
9527         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9528         * nnml.el (files):
9529         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9530         (jka-compr-compression-info-list, ange-ftp-path-format)
9531         (efs-path-regexp):
9532         * nndiary.el (files):
9533         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9534         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9535         (epg-digest-algorithm-alist, inhibit-redisplay)
9536         (password-cache-expiry):
9537         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9538         (pgg-output-buffer, password-cache-expiry):
9539         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9540         (efs-path-regexp):
9541         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9542         (inhibit-redisplay):
9543         * mm-uu.el (file-name, start-point, end-point, entry)
9544         (gnus-newsgroup-name, gnus-newsgroup-charset):
9545         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9546         (latin-unity-ucs-list):
9547         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9548         (mm-uu-binhex-decode-function):
9549         * message.el (gnus-message-group-art, gnus-list-identifiers)
9550         (rmail-enable-mime-composing, gnus-local-organization)
9551         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9552         (gnus-read-active-file, facemenu-add-face-function)
9553         (facemenu-remove-face-function, gnus-article-decoded-p)
9554         (tool-bar-mode):
9555         * mail-source.el (display-time-mail-function):
9556         * gnus-util.el (nnmail-pathname-coding-system)
9557         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9558         (gnus-original-article-buffer, gnus-user-agent)
9559         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9560         (xemacs-codename, sxemacs-codename, emacs-program-version):
9561         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9562         * gnus-start.el (gnus-agent-covered-methods)
9563         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9564         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9565         (gnus-newsgroup-headers, gnus-group-list-mode)
9566         (gnus-group-mark-positions, gnus-newsgroup-data)
9567         (gnus-newsgroup-unreads, nnoo-state-alist)
9568         (gnus-current-select-method, mail-sources)
9569         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9570         (nnmail-spool-file, gnus-cache-active-hashtb):
9571         * gnus-mh.el (mh-lib-progs):
9572         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9573         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9574         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9575         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9576         (gnus-group-buffer):
9577         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9578         (font-lock-set-defaults):
9579         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9580         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9581         (gnus-summary-post-menu, total-parts, type, condition, length):
9582         * gnus-agent.el (gnus-agent-read-agentview):
9583         * flow-fill.el (show-trailing-whitespace):
9584         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9585         eval-and-compile wrappers for byte compiler pacifiers.
9586
9587         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9588         (mm-display-inline-fontify): Check for featurep 'xemacs not
9589         extent-list.
9590
9591         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9592         itimer-list.
9593         (mm-create-image-xemacs): Only do something for XEmacs.
9594         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9595
9596         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9597
9598         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9599         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9600
9601 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9602
9603         * nnimap.el (nnimap-split-download-body):
9604         * gnus-demon.el (gnus-demon):
9605         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9606
9607 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9610         New macros.
9611         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9612         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9613         copy data from unibyte buffer to multibyte current buffer.
9614         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9615         to copy data from unibyte current buffer to multibyte buffer.
9616         (nntp-make-process-buffer): Make process buffer unibyte.
9617
9618         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9619
9620 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9621
9622         * pop3.el (pop3-open-server): Accept and process data more robustly at
9623         connexion start to avoid spurious "POP SSL connexion failed" errors.
9624
9625 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9628         read group names.
9629
9630 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9633
9634 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9637         (nnmail-save-active): Use a unibyte buffer when saving active file,
9638         which may contain non-ASCII group names.
9639
9640         * nnml.el (nnml-request-group): Decode group names in messages.
9641
9642 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * message.el (message-citation-line-function)
9645         (message-insert-formatted-citation-line): Fix spelling of
9646         `message-insert-formated-citation-line'.
9647
9648 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9651
9652 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9655         nnmail-pathname-coding-system.
9656
9657         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9658         that a user enters; decode group names in messages.
9659
9660         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9661
9662 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9665
9666         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9667
9668         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9669         risky local variable.
9670
9671         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9672
9673 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * encrypt.el: Improve documentation to fix function name typo.
9676         Reported by Daiki Ueno <ueno@unixuser.org>.
9677
9678 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9681         even if the point is not in the last page of an article.
9682         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9683         back to the previous page.
9684
9685 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9688
9689 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9692
9693 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9694
9695         * message.el (message-check-news-body-syntax):
9696         Avoid mm-string-as-multibyte.
9697         (message-hide-headers): Don't assume (point-min)==1.
9698
9699 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * message.el (message-remove-blank-cited-lines): Fix if remove is
9702         given.
9703         (message-bogus-address-regexp): New variable.
9704         (message-bogus-recipient-p): New function.
9705         (message-check-recipients): New command.
9706         (message-syntax-checks): Add `bogus-recipient'.
9707         (message-fix-before-sending): Add `bogus-recipient'.
9708
9709         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9710         (gnus-treat-body-boundary): Don't test window-system.
9711
9712 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9713
9714         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9715
9716 2007-10-28  Miles Bader  <miles@gnu.org>
9717
9718         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9719         at compile-time too.
9720
9721 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * gnus-msg.el (gnus-message-setup-hook):
9724         Add `message-remove-blank-cited-lines' to options.
9725
9726 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * message.el (message-remove-blank-cited-lines): New function.
9729         Suggested by Karl Plästerer.
9730
9731 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9734         mapc.
9735
9736         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9737         (top-level): Use mapc to set functions to be traced for debugging.
9738
9739         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9740         called for effect with while loop.
9741
9742         * message.el (message-talkative-question): Replace mapcar called for
9743         effect with mapc.
9744
9745         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9746         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9747         called for effect with dolist.
9748
9749         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9750
9751         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9752         gnus-extra-headers and nnmail-extra-headers.
9753
9754         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9755         called for effect with dolist.
9756         (top-level): Use mapc to set functions to be traced for debugging.
9757
9758         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9759         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9760         dolist.
9761
9762         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9763         Replace mapcar called for effect with mapc.
9764         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9765         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9766         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9767         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9768
9769         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9770         remove-if that's a cl function.
9771
9772         * webmail.el (webmail-debug): Replace mapcar called for effect with
9773         dolist.
9774
9775         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9776         with mapc.
9777
9778 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9781         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9782         with while loop.
9783
9784         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9785         functions from article-* functions.
9786         (gnus-multi-decode-header): Replace mapcar called for effect with
9787         dolist.
9788
9789         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9790         (gnus-bookmark-show-details): Replace mapcar called for effect with
9791         while loop.
9792
9793         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9794         called for effect with while loop.
9795
9796         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9797         with dolist.
9798
9799         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9800         Replace mapcar called for effect with dolist.
9801
9802         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9803
9804         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9805         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9806         Replace mapcar called for effect with dolist.
9807         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9808         mapc.
9809
9810         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9811         Replace mapcar called for effect with dolist.
9812         (gnus-topic-list): Replace mapcar called for effect with mapc.
9813
9814         * gnus.el: Use mapc instead of mapcar to add autoloads.
9815
9816 2007-10-23  Richard Stallman  <rms@gnu.org>
9817
9818         * gnus-group.el (gnus-group-highlight): Mark as risky.
9819
9820 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus.el (gnus-server-to-method): Return method found first in
9823         gnus-newsrc-alist.
9824
9825         * gnus-art.el (gnus-article-highlight-signature)
9826         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9827         button overlay without the front stickiness.
9828
9829 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9830
9831         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9832         overview buffer needed a catch to receive its throw.
9833         (gnus-agent-flush-cache): Declare as interactive to make this function
9834         easier to use.
9835
9836 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9839         `next-line'.
9840
9841 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9844         exclude address matching message-dont-reply-to-names.
9845
9846 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-util.el (gnus-string<): New function.
9849
9850         * gnus-sum.el (gnus-article-sort-by-author)
9851         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9852
9853 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9856         the frame-focus tag is set in gnus-buffer-configuration.
9857
9858 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9861         the front stickiness.
9862
9863 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9866         url pattern; remove duplicate one.
9867         (gnus-article-extend-url-button): New function.
9868         (gnus-article-add-buttons): Use it.
9869         (gnus-button-push): Use concatenated url that it makes.
9870
9871 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9872
9873         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9874
9875 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9876
9877         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9878         Don't hardcode point-min==1.
9879
9880 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9883         Fix comment about "iso8859-1".
9884
9885 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9886
9887         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9888         ones returned from the verify-function.
9889
9890         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9891         Call mml2015-extract-cleartext-signature if extraction failed.
9892
9893 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9894
9895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9896         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9897         failed.
9898
9899 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9902
9903 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9906         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9907         recommends to use EasyPG instead of PGG.
9908
9909         * pgg.el: Revert to revision 6.23.2.16.
9910
9911         * pgg-def.el: Revert to revision 6.6.2.14.
9912
9913         * pgg-gpg.el: Revert to revision 6.23.2.34.
9914
9915 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9916
9917         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9918         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9919         thread for both the null and zero (kill/expire thread) universal prefix
9920         cases.
9921         (gnus-summary-expire-thread): Add new function to expire a thread,
9922         using gnus-summary-kill-thread.
9923         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9924         shortcuts for gnus-summary-expire-thread.
9925         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9926         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9927
9928 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9929
9930         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9931         extras value, so an extras entry can be deleted.
9932         (gnus-registry-delete-extra-entry): Use it.
9933         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9934         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9935         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9936         storage through the gnus-registry, and provide an appropriate API for
9937         it.
9938
9939 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9942         Suggested by Leo <sdl.web@gmail.com>.
9943
9944         * gnus.el: Do.
9945
9946 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9949         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9950
9951         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9952
9953         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9954         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9955
9956 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9959         newline.
9960         (nnmbox-request-accept-article): Don't change article in source buffer;
9961         narrow to header to use message-fetch-field rather than
9962         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9963         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9964         as delimiters; make sure article ends with newline.
9965         (nnmbox-delete-mail): Correct last position of article to be deleted;
9966         ignore X-Gnus-Newsgroup header in article body.
9967         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9968         positions; make sure article ends with newline.
9969
9970         * message.el (message-display-abbrev): Don't infloop when a user
9971         inserts SPC in the beginning of header.
9972
9973         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9974         coding-system-for-read and coding-system-for-write for XEmacs having no
9975         file-coding feature.
9976
9977         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9978
9979 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9982         list of groups not followed by default.  Fix type to be regexp.
9983         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9984
9985 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9986
9987         * hmac-def.el (define-hmac-function): Switch from old-style to
9988         new-style backquotes.
9989
9990         * md4.el (md4-make-step): Likewise.
9991
9992 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9995         raw-text coding system when saving .newsrc file, which may contain
9996         non-ASCII group names.
9997
9998 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-cus.el (gnus-score-extra): New widget.
10001         (gnus-score-extra-convert): New function.
10002         (gnus-score-customize): Use it for Extra.
10003
10004 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10005
10006         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10007         (mml2015-mailcrypt-clear-verify): Use it.
10008         (mml2015-gpg-clear-verify): Use it.
10009         (mml2015-pgg-clear-verify): Use it.
10010         (mml2015-epg-clear-verify): Replace the current part with the output
10011         from GnuPG; don't extract the plaintext by itself.
10012
10013         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10014         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10015         mml2015-clear-verify-function; don't touch the armor headers or
10016         dash-escaped text here.
10017
10018 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10021         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10022         parts, or application/octet-stream as a last resort.
10023         (gnus-mime-view-part-as-type): Don't toggle display.
10024         (gnus-mime-view-part-as-charset): Don't turn off display before
10025         querying charset.
10026
10027         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10028         stuff to undisplayer function in Emacs.
10029         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10030
10031         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10032         text/calendar parts.
10033
10034 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10037         decoding text/calendar parts.
10038
10039         * message.el (message-forward-make-body-mime): Always mark body as
10040         having no illegible text; remove signed-or-encrypted argument.
10041         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10042
10043         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10044         (mml-generate-mime-1): Don't encode body if it is specified to be in
10045         raw form; don't make buffer be unibyte when inserting multibyte string.
10046
10047 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10048
10049         * sha1.el: Fix up comment style.
10050         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10051         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10052
10053         * hex-util.el: Fix up comment style.
10054         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10055
10056         * gnus-salt.el: Use with-current-buffer.
10057         (gnus-pick-setup-message): Fix long-standing typo.
10058
10059 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * imap.el (imap-logout-timeout): New variable.
10062         (imap-logout, imap-logout-wait): New functions.
10063         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10064
10065         * nnimap.el (nnimap-logout-timeout): New server variable.
10066         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10067         nnimap-logout-timeout.
10068
10069         * gnus-art.el (gnus-article-summary-command-nosave)
10070         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10071
10072 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus.el (gnus-maximum-newsgroup): New variable.
10075
10076         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10077         according to gnus-maximum-newsgroup.
10078
10079         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10080         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10081         Limit the range of articles according to gnus-maximum-newsgroup.
10082
10083 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10084
10085         * gnus-art.el (gnus-sticky-article): Fix problems described in
10086         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10087         Don't perform gnus-configure-windows here; reuse existing sticky
10088         article buffer.
10089
10090         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10091         it doesn't exist in gnus-article-mode.
10092
10093 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10096         (gnus-agent-decoded-group-name): New function.
10097         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10098         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10099
10100 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10101
10102         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10103         Add binding for gnus-sticky-article.
10104         (gnus-summary-exit): Don't kill sticky article buffers.
10105
10106         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10107         article buffer.
10108         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10109         (gnus-kill-sticky-article-buffers): New commands.
10110
10111 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * nntp.el (nntp-xref-number-is-evil): New server variable.
10114         (nntp-find-group-and-number): If it is non-nil, don't trust article
10115         numbers in the Xref header.
10116
10117 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-agent.el (gnus-agent-read-group): New function.
10120         (gnus-agent-flush-group, gnus-agent-expire-group)
10121         (gnus-agent-regenerate-group): Use it.
10122         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10123         nnmail-pathname-coding-system.
10124
10125 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10128
10129         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10130         that are unread as unread, and also as selected so that information of
10131         marks having been changed by a user may be updated when exiting group.
10132
10133 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10136
10137 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10140         calculated ignoring signature parts to gnus-treat-article.
10141
10142 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10145         a point here in order to keep the window start.
10146         (gnus-insert-mime-security-button): Make a button overlay without the
10147         front stickiness.
10148         (gnus-mime-display-security): Goto the end of a button.
10149
10150         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10151
10152 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10155         group-name-at-point.
10156         (gnus-group-completing-read): New function that offers decoded
10157         non-ASCII group names for completion.
10158         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10159         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10160         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10161         (gnus-group-fetch-control): Use it.
10162         (gnus-fetch-group): Use group-name-at-point for the initial value
10163         rather than the default value; use gnus-alive-p.
10164
10165         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10166         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10167         (gnus-summary-post-news): Use gnus-group-completing-read.
10168
10169         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10170         (gnus-read-move-group-name): Decode group name for completion.
10171
10172 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10173
10174         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10175         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10176         Yamaoka slightly modified the code).
10177
10178 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10181         (nnmail-split-incoming): Bind it.
10182
10183         * nnml.el (nnml-group-name-charset): New function.
10184         (nnml-decoded-group-name): Use it; don't decode group name if
10185         nnmail-group-names-not-encoded-p is non-nil.
10186         (nnml-encoded-group-name): New function.
10187         (nnml-group-pathname): Inline nnml-decoded-group-name.
10188         (nnml-request-expire-articles): Decode group name in message.
10189         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10190         nnmail-pathname-coding-system.
10191         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10192         not decoded ones according to nnmail-group-names-not-encoded-p.
10193         (nnml-generate-active-info): Use nnml-encoded-group-name.
10194
10195 2007-08-08  Glenn Morris  <rgm@gnu.org>
10196
10197         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10198         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10199         doc-strings and comments.
10200
10201 2007-07-25  Glenn Morris  <rgm@gnu.org>
10202
10203         * Relicense all FSF files to GPLv3 or later.
10204
10205 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-sum.el (gnus-summary-move-article):
10208         Make gnus-summary-respool-article work.
10209
10210 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10213         string.
10214
10215 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10216
10217         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10218         that should be ignored when comparing distant RSS articles with local
10219         ones.
10220         (nnrss-make-hash-index): New function.  Create a hash index according
10221         to the ignored fields.
10222         (nnrss-check-group): Use it.
10223
10224 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10227
10228         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10229
10230         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10231         the new optional argument ENCODED is non-nil.
10232         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10233         coding system for encoding group name.
10234         (gnus-group-make-rss-group): Pass un-encoded group name to
10235         gnus-group-make-group.
10236         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10237         encoded.
10238
10239         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10240         Encode group name to which articles are moved or copied.
10241         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10242         coding system for encoding Newsgroup, Followup-To and Xref headers.
10243
10244         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10245         marks; use nnheader-file-coding-system to write a file.
10246         (nnagent-retrieve-headers): Bind file-name-coding-system to
10247         nnmail-pathname-coding-system.
10248
10249         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10250
10251         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10252         (nnml-request-article, nnml-request-create-group)
10253         (nnml-request-rename-group, nnml-find-id)
10254         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10255         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10256         (nnml-save-marks): Use nnml-group-pathname instead of
10257         nnmail-group-pathname.
10258
10259         (nnml-request-create-group, nnml-request-expire-articles)
10260         (nnml-request-move-article, nnml-request-delete-group)
10261         (nnml-deletable-article-p, nnml-possibly-create-directory)
10262         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10263         (nnml-open-marks): Bind file-name-coding-system to
10264         nnmail-pathname-coding-system.
10265
10266         (nnml-request-article): Pass server argument to nnml-find-group-number.
10267         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10268         Pass server argument to nnml-possibly-create-directory.
10269         (nnml-request-accept-article): Pass server argument to
10270         nnml-active-number and nnml-save-mail.
10271         (nnml-find-group-number): Pass server argument to nnml-find-id.
10272         (nnml-request-update-info): Pass server argument to
10273         nnml-marks-changed-p.
10274
10275         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10276         (nnml-save-mail, nnml-active-number): Add server argument.
10277
10278         (nnml-request-delete-group): Warn if group is missing.
10279         (nnml-get-nov-buffer): Decode group name.
10280         (nnml-generate-active-info): Encode group name.
10281         (nnml-open-marks): Decode group name in messages.
10282
10283 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10286         if it is not specified.
10287         (gnus-article-pipe-part, gnus-article-save-part)
10288         (gnus-article-interactively-view-part, gnus-article-copy-part)
10289         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10290         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10291         (gnus-article-replace-part, gnus-article-delete-part)
10292         (gnus-article-view-part-as-type): Pass raw prefix argument to
10293         gnus-article-part-wrapper.
10294
10295 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-agent.el (gnus-agent-save-active):
10298         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10299
10300         * gnus-cache.el (gnus-cache-save-buffers)
10301         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10302         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10303         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10304         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10305         (gnus-cache-generate-active, gnus-cache-rename-group)
10306         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10307         (gnus-cache-update-overview-total-fetched-for):
10308         Bind file-name-coding-system to nnmail-pathname-coding-system.
10309         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10310         New variables.
10311         (gnus-cache-decoded-group-name): New function.
10312         (gnus-cache-file-name): Use it.
10313         (gnus-cache-generate-active): Use non-decoded group name for active.
10314
10315         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10316         right place.
10317         (gnus-write-active-file): Don't break non-ASCII group names.
10318
10319         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10320         nnmail-pathname-coding-system.
10321
10322         * lpath.el: Bind default-file-name-coding-system,
10323         file-name-coding-system and language-info-alist for XEmacs.
10324
10325         * gnus-uu.el (gnus-uu-decode-save): Typo.
10326
10327 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10330
10331 2007-07-14  David Kastrup  <dak@gnu.org>
10332
10333         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10334         finishing actions if we did not edit the article.
10335
10336 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10339         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10340         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10341         (gnus-agent-flush-group, gnus-agent-flush-cache)
10342         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10343         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10344         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10345         (gnus-agent-regenerate-group)
10346         (gnus-agent-update-files-total-fetched-for)
10347         (gnus-agent-update-view-total-fetched-for):
10348         Bind file-name-coding-system to nnmail-pathname-coding-system.
10349         (gnus-agent-group-pathname): Don't encode file names by
10350         nnmail-pathname-coding-system.
10351         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10352         coding-system-for-write instead of buffer-file-coding-system to
10353         gnus-agent-file-coding-system.
10354
10355         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10356         Decode group name.
10357
10358         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10359
10360         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10361         (gnus-read-newsrc-el-file): Make group names unibyte.
10362
10363         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10364         nnmail-pathname-coding-system.
10365
10366         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10367         (nnrss-request-delete-group): Bind file-name-coding-system to
10368         nnmail-pathname-coding-system.
10369         (nnrss-read-server-data, nnrss-read-group-data):
10370         Bind file-name-coding-system correctly.
10371         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10372
10373         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10374         (nntp-server-to-method-cache): New variable.
10375         (nntp-group-pathname): New function that decodes non-ASCII group names.
10376         (nntp-possibly-create-directory, nntp-marks-changed-p)
10377         (nntp-save-marks, nntp-open-marks): Use it.
10378         (nntp-possibly-create-directory, nntp-open-marks):
10379         Bind file-name-coding-system to nnmail-pathname-coding-system.
10380         (nntp-open-marks): Decode group names when bootstrapping marks.
10381
10382         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10383         Newsgroups and Folowup-To headers.
10384
10385 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10388         (gnus-server-closed-face, gnus-server-denied-face)
10389         (gnus-server-offline-face): Remove variable.
10390         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10391
10392         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10393         of modifying message-stack directly for XEmacs.
10394
10395         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10396         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10397         if the coding-system argument is nil for XEmacs.
10398
10399         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10400         mm-charset-override-alist.
10401
10402         * rfc2047.el: Don't require base64; require rfc2045 for the function
10403         rfc2045-encode-string.
10404         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10405         to quote the parameter value.
10406
10407 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10410         form in gnus-group-name-charset-method-alist.
10411
10412         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10413         overrides the default layout edit-form.
10414
10415         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10416
10417         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10418
10419 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10422         as unfetched articles.
10423
10424 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10427
10428 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10431         original back end that keeps marks in the local system.
10432
10433 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10436         arg of pop-to-buffer for XEmacs.
10437         (gnus-article-read-summary-keys): Ditto; don't restore window
10438         configuration if summary command ends up with neither article buffer
10439         nor summary buffer; describe bindings if summary keys end with C-h.
10440
10441 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * message.el (message-fix-before-sending): Skip raw message part to be
10444         forwarded while checking illegible text.
10445         (message-forward-make-body-mime, message-forward-make-body):
10446         Mark signed or encrypted raw message as having no illegible text.
10447
10448 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10451         (gnus-message-with-timestamp-1): New macro.
10452         (gnus-message-with-timestamp): New function.
10453         (gnus-message): Use them.
10454
10455         * nnheader.el (nnheader-message): Use them.
10456
10457 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10460         .newsrc.eld file.
10461
10462 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-agent.el (gnus-agent-fetch-headers)
10465         (gnus-agent-retrieve-headers):
10466         Bind gnus-decode-encoded-address-function to identity.
10467
10468         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10469         available also when the server returns simply a dot.
10470
10471         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10472
10473 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10476
10477 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-ems.el (gnus-x-splash): Make it work.
10480
10481         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10482         from being used.
10483
10484         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10485
10486 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10489         4th and the 5th arguments.
10490
10491         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10492         the front stickiness.
10493         (gnus-article-summary-command-nosave): Correct the order of the
10494         arguments passed to pop-to-buffer.
10495         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10496         summary command ends up with the article buffer.
10497
10498         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10499         the same faces.
10500
10501 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10502
10503         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10504
10505 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10506
10507         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10508         * gnus-sum.el (gnus-summary-highlight):
10509         * pgg.el (pgg-sign-region, pgg-sign):
10510         * mail-source.el (mail-source-delete-old-incoming-confirm):
10511         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10512
10513 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-art.el (gnus-mime-view-part-externally)
10516         (gnus-mime-view-part-internally): Fix predicate function passed to
10517         completing-read.
10518
10519         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10520
10521         * gnus.el (gnus-update-message-archive-method): Add :version.
10522
10523 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus.el (gnus-update-message-archive-method): New variable.
10526
10527         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10528         according to gnus-message-archive-method if
10529         gnus-update-message-archive-method is non-nil.
10530
10531 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10534         Suggested by Loic Dachary <loic@dachary.org>.
10535         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10536
10537 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * message.el (message-pop-to-buffer): Add switch-function argument.
10540         (message-mail): Pass switch-function argument to it.
10541
10542 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10545         Improve doc string.
10546
10547 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10550         (gnus-header-content)
10551         * gnus-cite.el (gnus-cite-10)
10552         * gnus-srvr.el (gnus-server-closed)
10553         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10554         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10555         (gnus-group-mail-3-empty, gnus-group-mail-low)
10556         (gnus-group-mail-low-empty, gnus-splash)
10557         * message.el (message-header-to, message-header-cc)
10558         (message-header-subject, message-header-other, message-header-name)
10559         (message-header-xheader, message-separator, message-cited-text)
10560         (message-mml): Lighten colors of faces used for dark background.
10561
10562 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10563
10564         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10565         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10566
10567 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * message.el (message-narrow-to-headers-or-head):
10570         Ignore mail-header-separator in the body.
10571
10572 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10575         same as window size.
10576
10577 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10578
10579         * message.el (message-font-lock-keywords): Use message-header-xheader
10580         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10581         ahead of the anything pattern, to get it recognised.
10582
10583 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10586         spam.el loads uses it in the compiled defadvice form.
10587
10588 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10589
10590         * gnus-sum.el (gnus-articles-to-read)
10591         (gnus-summary-insert-old-articles): Don't truncate group name for
10592         `read-string'.
10593
10594         * gnus-util.el (gnus-limit-string): Delete this function.
10595
10596         * gnus-sum.el (gnus-simplify-subject-fully):
10597         Use `truncate-string-to-width' instead.
10598
10599 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10600
10601         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10602         Tell if, on summary exit, the next group has to be selected.
10603         (gnus-summary-exit): Use it.
10604
10605 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10608         non-break space.
10609
10610 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10613         Check if group is not a directory.
10614         (nnfolder-request-expire-articles): Don't delete articles if the target
10615         group is not available.
10616
10617         * nnml.el (nnml-request-create-group): Properly check if group is not a
10618         file.
10619         (nnml-request-expire-articles): Don't delete articles if the target
10620         group is not available.
10621
10622         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10623         Don't quote characters that are within parentheses.
10624
10625 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10628         (gnus-handle-ephemeral-exit): Select article according to it.
10629
10630 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * message.el (message-insert-formated-citation-line): Remove newline.
10633         (message-citation-line-format): Add final \n here so that the user can
10634         avoid a blank line.
10635
10636 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10637
10638         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10639         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10640         Update lanl/arXiv support.
10641
10642 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * gnus.el: Bump version number.
10645
10646 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus.el (gnus-version-number): Bump version.
10649
10650 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10651
10652         * gnus.el: No Gnus v0.6 is released.
10653
10654 2007-04-27  Didier Verna  <didier@xemacs.org>
10655
10656         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10657         * gmm-utils.el (gmm-regexp-concat): ... here.
10658         * message.el: Don't require 'gnus-util.
10659         (message-dont-reply-to-names): Handle name change above.
10660         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10661
10662 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10665         since the initial value varies according to the system.
10666
10667 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10670
10671 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10672
10673         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10674
10675 2007-04-24  Didier Verna  <didier@xemacs.org>
10676
10677         Improve the type of gnus-ignored-from-addresses.
10678         * gnus-util.el (gnus-orify-regexp): New function.
10679         * message.el (gnus-util): Require it.
10680         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10681         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10682         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10683
10684 2007-04-24  Didier Verna  <didier@xemacs.org>
10685
10686         * gnus-sum.el:
10687         * gnus-utils.el: Fix some trailing whitespaces.
10688
10689 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10692         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10693         article's Message-ID; refer parent article in summary buffer.
10694
10695         * message.el (message-bounce): Call mime-to-mml.
10696
10697         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10698         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10699         optimize and/or forms properly.
10700
10701 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10704         URL.
10705
10706 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10709
10710 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10713         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10714         displayed of multipart/alternative part if it is invoked from summary
10715         buffer.
10716
10717         * mm-view.el (mm-inline-text-html-render-with-w3m)
10718         (mm-inline-text-html-render-with-w3m-standalone)
10719         (mm-inline-render-with-function): Use mail-parse-charset by default.
10720
10721 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10722
10723         * parse-time.el (parse-time-string-chars): Check if CHAR
10724         is less than the length of parse-time-syntax.
10725
10726 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10729         from gnus-newsgroup-processable.
10730
10731 2007-04-16  Didier Verna  <didier@xemacs.org>
10732
10733         * gnus-msg.el (gnus-configure-posting-styles):
10734         Handle message-signature-directory properly with :file syntax.
10735         Reported by "Leo".
10736
10737 2007-04-11  Didier Verna  <didier@xemacs.org>
10738
10739         New user option: message-signature-directory.
10740         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10741         * message.el (message-insert-signature): Ditto.
10742         * message.el (message-signature-file): Doc update.
10743         * message.el (message-signature-directory): New.
10744
10745 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-msg.el (gnus-inews-yank-articles):
10748         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10749
10750 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * message.el (message-yank-original): Make sure cited text ends with
10753         newline; don't exchange point and mark.
10754
10755 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10756
10757         * tls.el (open-tls-stream): Properly handle case where there
10758         is no associated buffer.
10759
10760 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10761
10762         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10763         message-yank-original, make sure (< mark TEXT point).
10764
10765 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * message.el (message-fill-column): New variable.
10768         (message-mode): Use it.  Add comment on a possible new hook.
10769
10770         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10771         (nnmail-get-new-mail): Reformat.
10772
10773         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10774
10775         * gmm-utils.el: Fix Commentary.
10776         (gmm-tool-bar-from-list): Fix typo in doc string.
10777
10778 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10779
10780         * message.el (message-yank-original): Don't switch point and mark
10781         unnecessarily to put point and mark as documented.
10782
10783 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10786         from the message heads.
10787
10788 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10789
10790         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10791         article buffer does not have a window.  This may not be the best
10792         solution but is certainly better than setting the start of the null,
10793         that is the current, window.
10794
10795 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10798         (gnus-draft-setup): Run it.
10799
10800         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10801         gnus-score-fast-scoring.  Allow regexp.
10802         (gnus-score-headers): Use it.
10803
10804         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10805         XEmacs.
10806
10807         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10808         string.
10809         (gnus-button-alist): Also catch `<f1> k ...'.
10810         (gnus-treat-display-x-face): Fix doc string.
10811
10812 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10813
10814         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10815         evaluation of gnus-extended-version to ensure correct generation of the
10816         User-Agent header when message-generate-headers-first is used.
10817
10818 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10819
10820         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10821         hashcash-path is nil.  Don't call callback with incorrect number of
10822         parameters if val is 0.
10823
10824 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10825
10826         * message.el (message-required-news-headers):
10827         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10828
10829 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10830
10831         * tls.el (open-tls-stream): In handshake-waiting loop,
10832         don't wait more if there is output available to process.
10833
10834 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10835
10836         * tls.el (tls-program): Doc fix.
10837
10838 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * message.el (message-generate-new-buffers): Change the meaning of the
10841         nil value; add `standard' to the choices; treat t as `unique'; improve
10842         doc string.
10843         (gnus-select-frame-set-input-focus): Autoload.
10844         (message-buffer-name): Search for the existing message buffer if
10845         message-generate-new-buffers is nil or `standard'; treat the value t of
10846         message-generate-new-buffers as `unique'.
10847         (message-pop-to-buffer): Raise the frame already displaying the message
10848         buffer; clear the echo area after querying.
10849         (message-setup): Pass the `continue' argument to compose-mail.
10850         (message-mail): Prefer `switch-function' if it is given; search for the
10851         existing message buffer if the `continue' argument is non-nil; pass
10852         continue and switch-function arguments to compose-mail by way of
10853         message-setup.
10854         (message-mail-other-window): Adjust argument of message-setup.
10855         (message-mail-other-frame): Ditto.
10856
10857 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10860         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10861         to turn font-lock on when turning gnus-message-citation-mode on.
10862
10863 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10864
10865         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10866         (mml-smime-function-alist): New variable; add epg as the backend.
10867         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10868         mml-smime- functions instead.
10869         * mm-view.el: Require smime.
10870
10871 2007-03-05  Didier Verna  <didier@xemacs.org>
10872
10873         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10874         instead of just inheritance for posting styles.
10875         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10876
10877 2007-02-24  Chris Moore  <dooglus@gmail.com>
10878
10879         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10880         * pgg-pgp.el (pgg-pgp-encrypt-region):
10881         * pgg-gpg.el (pgg-gpg-encrypt-region):
10882         Check pgg-encrypt-for-me if no other recipients.
10883
10884 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10885
10886         * tls.el (tls-certtool-program): Fix custom type.
10887
10888 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10891         and point-at-eol instead of line-(beginning|end)-position.
10892
10893         * assistant.el (assistant-parse-buffer): Ditto.
10894
10895         * netrc.el (netrc-parse-services): Ditto.
10896
10897 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10898
10899         * mml2015.el (mml2015-epg-find-usable-key): New function.
10900         (mml2015-epg-sign): Use it.
10901         (mml2015-epg-encrypt): Use it.
10902
10903 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * message.el (message-make-in-reply-to): Quote name containing
10906         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10907         if there are special characters.  Reported by NAKAJI Hiroyuki
10908         <nakaji@jp.freebsd.org>.
10909
10910 2007-02-27  Didier Verna  <didier@xemacs.org>
10911
10912         Include the group parameters as well as the topic ones in the
10913         inheritance filter process.
10914         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10915         argument GROUP-PARAMS-LIST.
10916         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10917
10918 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * nntp.el (nntp-never-echoes-commands)
10921         (nntp-open-connection-functions-never-echo-commands): New variables.
10922         (nntp-send-command): Use them.
10923
10924 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10925
10926         * mml2015.el (mml2015-epg-verify): Simplify.
10927
10928 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * mml.el (mml-content-disposition-alist): New user option.
10931         (mml-content-disposition): New function.
10932         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10933         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10934
10935 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10936
10937         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10938         verification.
10939
10940 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10941
10942         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10943         articles posted in the last 24 hours.
10944
10945 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10946
10947         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10948
10949 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10950
10951         * nntp.el (nntp-send-command): Don't wait for echoes when
10952         nntp-open-ssl-stream is used.
10953
10954 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10957         (gnus-message-add-citation-keywords)
10958         (gnus-message-remove-citation-keywords): Remove.
10959         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10960         directly, make the variables in font-lock-defaults buffer-local, add
10961         gnus-message-citation-keywords to them and then update the value of
10962         font-lock-keywords.
10963
10964 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * message.el (message-cite-original-1): Don't call
10967         gnus-article-highlight-citation.
10968
10969         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10970         citations; fix line count.
10971
10972 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10975         (gnus-message-add-citation-keywords)
10976         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10977         versions of font-lock-add-keywords and font-lock-remove-keywords to
10978         work with XEmacs correctly.
10979
10980 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-cite.el (gnus-cite-face-list): Set the values of
10983         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10984         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10985         (gnus-message-cite-prefix-regexp): New variable.
10986         (gnus-message-search-citation-line): Use it; protect against long
10987         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10988         the 0th match data for Emacs.
10989         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10990         (gnus-message-add-citation-keywords): Append keywords rather than
10991         prepending; emulate font-lock-add-keywords if it is not available.
10992         (gnus-message-remove-citation-keywords):
10993         Emulate font-lock-remove-keywords if it is not available.
10994
10995         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10996
10997         * message.el (message-cite-prefix-regexp): Set the value of
10998         gnus-message-cite-prefix-regexp.
10999
11000 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11001
11002         * nnweb.el (nnweb-google-parse-1): Update parser.
11003
11004 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11005
11006         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11007
11008 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11009
11010         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11011         regexp.
11012
11013 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11016         string-to-multibyte.
11017         (uudecode-decode-region-internal): Use it.
11018
11019         * lpath.el: Fbind string-as-multibyte for XEmacs.
11020
11021 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11024         Fix custom choice.
11025
11026         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11027
11028 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11029
11030         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11031
11032         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11033         `write-region' to respect `mm-inhibit-file-name-handlers'.
11034
11035 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11038         Use gnus-home-directory instead of "~/" or "$HOME".
11039
11040 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11041
11042         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11043         to mention filename.
11044         Add comments at beginning regarding usage.
11045         (encrypt-write-file-contents): Change interactive so a string is
11046         acceptable.  If the file has no associated model, show an error instead
11047         of a nonsense prompt.
11048
11049 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11050
11051         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11052         Thanks to Yoshihiko Yamada for kind notification of this typo.
11053
11054 2007-01-12  Kenichi Handa  <handa@m17n.org>
11055
11056         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11057         multibyte buffer.
11058
11059 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * gnus-score.el (gnus-score-fast-scoring): New variable.
11062         (gnus-score-headers): Use it.
11063
11064         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11065
11066         * message.el (message-cite-original-1):
11067         Call gnus-article-highlight-citation if requested.
11068         (message-make-from): Allow name and address as optional arguments.
11069
11070         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11071
11072         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11073         bugs to doc string.
11074         (gnus-button-alist): Add mid\\|message-id.
11075         (gnus-button-fetch-group): Extend for use in
11076         `browse-url-browser-function'.
11077         (gnus-button-url-regexp): Try to catch paired parentheses like in
11078         Wikipedia URLs.
11079
11080         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11081         Suggested by Simon Krahnke <overlord@gmx.li>.
11082
11083 2007-01-13  Romain Francoise  <romain@orebokech.com>
11084
11085         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11086         Update copyright.
11087
11088 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11089
11090         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11091
11092 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11093
11094         * gnus-registry.el (gnus-registry-unfollowed-groups)
11095         (gnus-registry-split-fancy-with-parent): Fix documentation.
11096
11097 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098
11099         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11100         from nnweb groups.
11101
11102 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11105         Xref urls.  Erase buffer before requesting head.
11106
11107         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11108
11109 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11112         customizable.
11113
11114 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11115
11116         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11117         no signing key is found.
11118         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11119         no encrypting and/or signing key is found.
11120
11121 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11124
11125 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11126
11127         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11128         headers read from disk with the ones newly found in the current search.
11129         This should no longer cause problems, because the article numbers in
11130         Gmane's `nov.php' output are ignored since the previous change.
11131
11132 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133
11134         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11135
11136 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11139         replace-regexp-in-string; bind url-version; fbind display-images-p and
11140         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11141         find-face and set-itimer-function for Emacs; bind itimer-list for
11142         Emacs.
11143
11144         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11145
11146 2007-01-01  Romain Francoise  <romain@orebokech.com>
11147
11148         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11149
11150 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11151
11152         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11153         `define-minor-mode' macro definition expanded properly.
11154         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11155         exclude it there.
11156
11157         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11158         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11159         `fboundp' test.
11160         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11161         This is OK to autoload in (S)XEmacs now.
11162
11163 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11166         keystroke.
11167         (gnus-summary-limit-to-singletons): Fix typo.
11168
11169         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11170         else fails.
11171
11172 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11173
11174         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11175         docstring.
11176
11177         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11178         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11179         (gnus-summary-insert-dormant-articles): Fix typo in message.
11180
11181 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11184         nil for XEmacs.
11185         (gnus-message-citation-mode): Don't autoload in XEmacs.
11186
11187         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11188
11189 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11190
11191         * nnimap.el (nnimap-expunge-search-string):
11192         Mention nnimap-search-uids-not-since-is-evil in docstring.
11193
11194 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * spam.el: Revert to make-obsolete-variable because
11197         define-obsolete-variable-alias is not supported in Emacs 21.
11198
11199         * spam.el (spam-ifile-path, spam-ifile-database-path)
11200         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11201         make-obsolete-variable.
11202         (spam-bsfilter-path, spam-bsfilter-program)
11203         (spam-spamassassin-path, spam-spamassassin-program)
11204         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11205         Don't use "path" inappropriately.
11206         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11207         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11208         variable names.
11209
11210 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11211
11212         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11213         summary buffer.
11214
11215         * password.el (password-cache-remove): Use clear-string to burn
11216         password, if available.
11217
11218 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11221
11222         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11223
11224         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11225         (gnus-message-highlight-citation): Move defcustom here from
11226         gnus-cite.el.
11227         (gnus-message-citation-mode): Autoload.
11228
11229         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11230         checks to make it compile with XEmacs.
11231         (gnus-message-citation-mode): New minor mode.
11232         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11233         (gnus-message-highlight-citation): New variables.
11234         (gnus-message-search-citation-line)
11235         (gnus-message-add-citation-keywords)
11236         (gnus-message-remove-citation-keywords)
11237         (turn-on-gnus-message-citation-mode)
11238         (turn-off-gnus-message-citation-mode): New functions.
11239
11240 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11241
11242         * gnus-cite.el: Enable highlighting of different citation levels in
11243         message-mode.
11244
11245 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * message.el (message-make-fqdn): Fix comment.
11248         (message-bogus-system-names): Add ".local".
11249
11250         * spam.el (spam-ifile-path, spam-ifile-program)
11251         (spam-ifile-database-path, spam-ifile-database)
11252         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11253         Don't use "path" inappropriately.
11254         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11255         strings.
11256         (spam-check-ifile, spam-ifile-register-with-ifile)
11257         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11258         Use new variable names.
11259
11260         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11261         (gnus-treat-display-smileys): Simplify using
11262         gnus-image-type-available-p.
11263
11264         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11265         available.
11266
11267         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11268         Use `display-images-p' if available.
11269
11270 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11273         one after turning on the buffer's multibyteness instead of decoding
11274         them directly in the unibyte buffer that causes unexpected conversion
11275         in Emacs 23 (unicode).
11276
11277 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11278
11279         * message.el (message-generate-hashcash): Fix custom type.
11280
11281 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11284
11285 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11288         disconnect icons.  Add help text.
11289
11290 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11293         negated to be consistent with the others we handle.
11294
11295 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11298         version of gnus-summary-buffer to something, so that we can use two
11299         article buffers at the same time.
11300
11301 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11304         trigger all the extra headers.
11305         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11306         sorting.
11307
11308 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11309
11310         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11311         solid groups.
11312
11313 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11314
11315         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11316
11317 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * legacy-gnus-agent.el: Add Copyright notice.
11320
11321 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11322
11323         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11324
11325 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11328
11329         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11330         to make it work reliably in CVS Emacs.
11331         (gnus-summary-limit-strange-charsets-predicate)
11332         (gnus-summary-limit-to-predicate): New functions.
11333
11334 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11335
11336         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11337         specifying array size.
11338         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11339         array if it is too small.
11340         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11341         (gnus-sort-threads-loop): New function.
11342
11343 2006-12-06  Chris Moore  <dooglus@gmail.com>
11344
11345         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11346         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11347
11348 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11349
11350         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11351         options.
11352
11353 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11354
11355         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11356         DOS-ing the recipient.
11357
11358         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11359         the headers when creating the mapping to avoid mismappings.
11360         (nnweb-gmane-create-mapping): Always nix out old mapping.
11361
11362 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11365         and mm-verify-option to never.
11366
11367 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * message.el (message-signed-or-encrypted-p): New function.
11370         (message-forward-make-body): Use it.
11371
11372         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11373         Replace encode-coding-string with mm-encode-coding-string.
11374
11375 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * nneething.el (nneething-decode-file-name):
11378         Replace decode-coding-string with mm-decode-coding-string.
11379
11380         * gnus-int.el (gnus-open-server): Say failed server's name.
11381
11382 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11383
11384         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11385         strings to a single string.  Quote `errors-file-name'.
11386         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11387         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11388         Adjust calls.  Use `shell-quote-argument'.
11389
11390 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11391
11392         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11393         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11394
11395         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11396         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11397         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11398         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11399         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11400         (gnus-subscribe-newsgroup, gnus-1):
11401         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11402         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11403         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11404         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11405
11406 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407
11408         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11409         keystroke.
11410         (gnus-summary-limit-to-bodies): Implement headersp.
11411
11412 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11415
11416 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11419
11420 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * message.el (message-generate-hashcash): Expand range of values to
11423         include `opportunistic'.
11424         (message-send-mail): Use it.
11425
11426 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11427
11428         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11429         and comment it.
11430
11431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11432
11433 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-util.el (gnus-extract-address-components): Improve comment.
11436
11437 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-util.el (gnus-extract-address-components): Work with address in
11440         which the name portion contains @.
11441
11442         * lpath.el: Fbind custom-autoload.
11443
11444 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus.el (gnus-start): Move custom group up.
11447         (gnus-select-method): Don't autoload, but make it available for
11448         `customize-variable'.
11449         (gnus-getenv-nntpserver): Don't autoload.
11450
11451 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11454
11455 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * message.el (message-sendmail-extra-arguments): New variable.
11458         (message-send-mail-with-sendmail): Use it.
11459
11460 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11463         mm-with-unibyte-current-buffer to make string unibyte.
11464
11465         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11466         mm-string-as-multibyte.
11467
11468 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11471         Reported by Werner Koch <wk@gnupg.org>.
11472
11473 2006-11-14  Daiki Ueno  <ueno@p360>
11474
11475         * mml2015.el: Autoload epa-select-keys when compiling.
11476
11477 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11478
11479         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11480         message-options.
11481         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11482
11483 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11484
11485         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11486         EasyPG (< 0.0.6).
11487         (mml2015-always-trust): New user option.
11488         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11489         prompt.
11490
11491 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * nntp.el (nntp-authinfo-force): New variable.
11494         (nntp-send-authinfo): Use it.
11495
11496 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11499         decode encoded words.  Improve prompt.  Add comment about forwarding.
11500         (message-replacement-char): Move up.
11501
11502 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11503
11504         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11505         instead of gnus-intersection because arguments of gnus-sorted-nunion
11506         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11507
11508 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11511         (message-simplify-subject-functions):
11512         Enable message-strip-subject-encoded-words by default.
11513
11514 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * message.el (message-strip-subject-encoded-words): New function.
11517         (message-simplify-subject-functions): New variable.
11518         (message-simplify-subject): Use it.  Fix typo in doc string.
11519         Support message-strip-subject-encoded-words.
11520
11521 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11522
11523         * gnus-diary.el (gnus-diary-delay-format-function):
11524         * nndiary.el (nndiary-reminders):
11525         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11526
11527 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * gnus-art.el (article-hide-boring-headers): Fetch date from
11530         gnus-original-article-buffer to avoid problems with localized date
11531         strings.
11532
11533 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11536
11537 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11540         New variables.
11541         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11542         (mm-charset-synonym-alist): Move some entries to
11543         mm-codepage-iso-8859-list.
11544         (mm-charset-synonym-alist, mm-charset-override-alist):
11545         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11546
11547 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11550
11551 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11554         with Emacs 21 and XEmacs.
11555
11556 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11557
11558         * spam.el (spam-parse-address): New function for better parsing,
11559         catching errors, etc.
11560         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11561
11562 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * mm-view.el: Add interactive arg to html2text autoload.
11565
11566 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11569
11570 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11573         New variables.
11574         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11575         (mm-charset-synonym-alist): Move some entries to
11576         mm-codepage-iso-8859-list.
11577
11578         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11579
11580 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * message.el (message-citation-line-format)
11583         (message-insert-formated-citation-line): Fix implementation of %E, %N
11584         and %n according to the doc string.
11585
11586 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11587
11588         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11589         Use car-safe to avoid bad parses.
11590
11591 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11594         names.
11595
11596         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11597
11598 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11601         header.
11602
11603         * message.el (message-draft-headers): Add Date.
11604         (message-headers-to-generate): Fix typo in docstring.
11605
11606         * nndraft.el (nndraft-required-headers): New variable.
11607         (nndraft-generate-headers): Use it.
11608
11609         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11610
11611 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11612
11613         * gnus-registry.el (gnus-registry-wash-for-keywords)
11614         (gnus-registry-find-keywords): New functions to allow easy searching of
11615         articles that are in the registry.
11616
11617 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11618
11619         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11620         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11621         Reported by Damien Elmes <damien@repose.cx>.
11622
11623 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus.el (gnus-mime): Remove unused custom group.
11626
11627 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11628
11629         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11630         "blank line" when searching for end of armor headers.
11631
11632 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gmm-utils.el (gmm-write-region): Fix variable name.
11635
11636 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gmm-utils.el (gmm-write-region): New function based on compatibility
11639         code from `mm-make-temp-file'.
11640
11641         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11642
11643         * nnmaildir.el (nnmaildir--update-nov)
11644         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11645         Use `gmm-write-region'.
11646
11647 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11650         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11651
11652         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11653
11654         * message.el (message-replacement-char): New variable.
11655         (message-fix-before-sending): Use it.
11656         (message-simplify-subject): New function to remove duplicate code.
11657         (message-reply, message-followup): Use it.
11658
11659         * gnus-sum.el (gnus-summary-make-menu-bar):
11660         Clarify gnus-summary-limit-to-articles.
11661
11662 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-util.el (gnus-with-local-quit): New macro.
11665
11666         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11667
11668 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11669
11670         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11671         ignore non-string data.
11672
11673 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11674
11675         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11676         non-string data (needs to be done in the registry too).
11677
11678 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11681         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11682         (gnus-registry-split-fancy-with-parent)
11683         (gnus-registry-fetch-simplified-message-subject-fast)
11684         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11685         Remove text properties on ingress into the registry and when it's saved.
11686         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11687         registry from entries with no groups.
11688
11689 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11692         function to remove string properties.
11693
11694 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gmm-utils.el (gmm): Adjust custom version.
11697
11698         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11699         Adjust custom version.
11700
11701         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11702
11703 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-art.el (gnus-insert-prev-page-button)
11706         (gnus-insert-next-page-button): Simplify.  Reformat.
11707
11708 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11709
11710         * gnus-art.el (gnus-insert-prev-page-button)
11711         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11712
11713 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11714
11715         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11716
11717 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11718
11719         * gnus-art.el (gnus-insert-mime-button)
11720         (gnus-insert-mime-security-button):
11721         Apply gnus-article-button-face to MIME and security buttons.
11722
11723 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11726         readable.
11727
11728 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11731
11732 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11733
11734         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11735         `browse-url-of-file' instead of `browse-url'.
11736
11737 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11738
11739         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11740         regexp.  Articles containing quotation were cut prematurely.
11741
11742 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * message.el (message-cite-original-1): Use nobody by default for the
11745         value of From header.
11746         (message-reply): Ditto.
11747
11748 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11749
11750         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11751         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11752         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11753
11754 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11757         mails in the doc string.  Add some URLs in comment.
11758         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11759
11760 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11763         backslashes handling and the way to find boundaries of quoted strings.
11764
11765 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11766
11767         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11768         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11769         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11770         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11771
11772 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11775         doc string.
11776         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11777
11778 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * lpath.el: Fbind epg-check-configuration.
11781
11782 2006-09-06  Simon Josefsson  <jas@extundo.com>
11783
11784         * mml2015.el (mml2015-use): Doc fix, mention epg.
11785
11786 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11787
11788         * mml2015.el (mml2015-use): Default to epg, if available.
11789
11790 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11791
11792         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11793         message-sender.
11794         (mml1991-epg-encrypt): Ditto.
11795         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11796         message-sender.
11797         (mml2015-epg-encrypt): Ditto.
11798
11799 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11800
11801         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11802         several common directories.
11803
11804 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11805
11806         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11807         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11808
11809 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-art.el (article-decode-encoded-words): Make it fast.
11812
11813 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11816
11817         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11818         in quoted string into `\'.
11819
11820 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11823         Use standard-syntax-table.
11824
11825 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-decode-address-function): New variable.
11828         (article-decode-encoded-words): Use it to decode headers which are
11829         assumed to contain addresses.
11830         (gnus-mime-delete-part): Remove useless `or'.
11831
11832         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11833         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11834         (gnus-nov-parse-line): Use it to decode From header.
11835         (gnus-get-newsgroup-headers): Ditto.
11836         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11837
11838         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11839         (mail-decode-encoded-address-string): New alias.
11840
11841         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11842         New function.
11843         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11844         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11845         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11846         (rfc2047-decode-string): Ditto.
11847         (rfc2047-decode-address-region): New function.
11848         (rfc2047-decode-address-string): New function.
11849
11850 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * message.el (message-caesar-buffer-body): Allow rotating headers.
11853
11854         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11855
11856         * message.el (message-insert-formated-citation-line): Fix %f.
11857         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11858
11859 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11862         (gnus-bookmark-mouse-available-p): New macro.
11863         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11864         (gnus-bookmark-bmenu-show-infos): Use it.
11865         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11866         (gnus-bookmark-bmenu-hide-infos): Ditto.
11867         (gnus-bookmark-remove-properties): New function.
11868         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11869         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11870         (gnus-bookmark-write-file): Bind coding-system-for-write.
11871         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11872         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11873         group before selecting it.
11874         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11875         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11876         quit-window if it is not available; use gnus-mouse-2 and bind it to
11877         gnus-bookmark-bmenu-select-by-mouse.
11878         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11879         (gnus-bookmark-bmenu-select-by-mouse): New function.
11880
11881 2006-08-13  Romain Francoise  <romain@orebokech.com>
11882
11883         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11884         space.
11885
11886 2006-08-10  Romain Francoise  <romain@orebokech.com>
11887
11888         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11889         (dns-mode-soa-auto-increment-serial): New user option.
11890         (dns-mode-soa-maybe-increment-serial): New function.
11891         (dns-mode): Add the latter to `write-contents-functions'.
11892
11893 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * compface.el (uncompface): Use binary rather than raw-text-unix.
11896
11897 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * compface.el (uncompface): Make sure the eol conversion doesn't take
11900         place when communicating with the external programs.
11901         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11902
11903 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11906
11907 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11908
11909         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11910         Make it more robust by parsing author and date independently.
11911
11912 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11915
11916 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11917
11918         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11919         first matching secret key.
11920         (mml2015-epg-encrypt): Ditto.
11921
11922         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11923         first matching secret key.
11924         (mml1991-epg-encrypt): Ditto.
11925
11926         * mml2015.el (mml2015-encrypt-to-self): New user option.
11927         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11928         mml2015-epg-encrypt-to-self is set.
11929
11930         * mml1991.el (mml1991-encrypt-to-self): New variable.
11931         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11932         mml1991-epg-encrypt-to-self is set.
11933
11934         * mml2015.el (mml2015-signers): New user option.
11935         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11936         (mml2015-epg-encrypt): Allow to select signing keys.
11937
11938         * mml1991.el (mml1991-signers): New variable.
11939         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11940         (mml1991-epg-encrypt): Allow to select signing keys.
11941
11942 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * nnheader.el (nnheader-insert-head): Make it work even if the file
11945         uses CRLF for the line-break code.
11946
11947 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11948
11949         * mml2015.el: Require mml-sec instead of password.
11950         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11951         (mml2015-cache-passphrase): Inherit the default value from
11952         mml-secure-cache-passphrase.
11953         (mml2015-passphrase-cache-expiry): Inherit the default value from
11954         mml-secure-passphrase-cache-expiry.
11955
11956         * mml1991.el: Require mml-sec instead of password.
11957         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11958         (mml1991-cache-passphrase): Inherit the default value from
11959         mml-secure-cache-passphrase.
11960         (mml1991-passphrase-cache-expiry): Inherit the default value from
11961         mml-secure-passphrase-cache-expiry.
11962
11963         * mml-sec.el: Require password.
11964         (mml-secure-verbose): New user option.
11965         (mml-secure-cache-passphrase): New user option.
11966         (mml-secure-passphrase-cache-expiry): New user option.
11967
11968 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11969
11970         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11971         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11972         andreas@altroot.de (Andreas Vögele).
11973
11974         FIXME: Use `tiny change'?
11975
11976 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11977
11978         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11979         workaround for the url package included with Emacs.
11980
11981         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11982
11983 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11986         correctly.  This fixes a bug caused by the 2006-05-12 change.
11987
11988 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11989
11990         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11991         some information about the error when saying that the `bogus' mail
11992         group will be used.
11993
11994 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11997         string.
11998
11999 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12000
12001         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12002
12003 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12004
12005         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12006
12007 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12008
12009         * mml1991.el (mml1991-function-alist): Add epg.
12010         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12011         (mml1991-epg-encrypt): New functions.
12012
12013 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12014
12015         * mml2015.el (mml2015-verbose): New variable.
12016         (mml2015-cache-passphrase): Ditto.
12017         (mml2015-passphrase-cache-expiry): Ditto.
12018         (mml2015-function-alist): Add epg.
12019         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12020         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12021         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12022         New functions.
12023
12024 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12025
12026         * message.el (message-cite-original-1): Preserve region when removing
12027         quoted text due to X-No-Archive in order to avoid bogus attribution
12028         when citing multiple messages.
12029
12030 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12031
12032         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12033         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12034
12035 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-diary.el (gnus-user-format-function-d)
12038         (gnus-user-format-function-D): Autoload.
12039
12040         * imap.el (Commentary): Fix typo.
12041
12042         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12043         2006-04-22 contribution.
12044
12045 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046
12047         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12048         It didn't really fix the bogosity I'm seeing with solid web groups.
12049
12050 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12051
12052         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12053         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12054         created using server names.  If we use the feature without declaring
12055         it, Gnus does not properly manage server and group state.
12056
12057         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12058         bound.
12059
12060 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12061
12062         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12063         looking up the method using GROUP's prefix before inventing a new one.
12064         It is used on killed/unknown groups in various places where returning
12065         an all-new method isn't expected by the caller.
12066
12067         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12068         and match semantics of gnus-group-real-prefix.
12069
12070 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * nnmail.el (nnmail-broken-references-mailers): New variable.
12073         (nnmail-ignore-broken-references): New function generalizing
12074         nnmail-fix-eudora-headers.
12075         (nnmail-fix-eudora-headers): Now obsolete.
12076
12077         * gnus-art.el (gnus-button-handle-custom):
12078         Support `customize-apropos*'.
12079
12080 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12081
12082         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12083
12084         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12085         articles.
12086
12087 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * message.el (message-cite-reply-above): New variable.
12090         (message-yank-original): Use it.
12091
12092 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12095
12096 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12099         as read.
12100
12101         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12102
12103 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12106         (gnus-bookmark-default-file): Use gnus-directory.
12107         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12108         Remove "*" in doc string.
12109         (gnus-bookmark-write-file): Simplify.
12110         (gnus-bookmark-maybe-sort-alist): Use `when'.
12111         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12112         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12113         Add FIXME about Emacs 21 and XEmacs compatibility.
12114         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12115         compatibility.
12116         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12117         compatibility.
12118         (gnus-bookmark-menu-heading): Fix version.
12119
12120 2006-06-19  Bastien Guerry  <bzg@altern.org>
12121
12122         * gnus-bookmark.el: New file.
12123
12124 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * message.el (message-syntax-checks): Doc fix.
12127
12128 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12129
12130         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12131         unsubscribed groups as if they were killed ones.  It causes duplicate
12132         entries in gnus-newsrc-alist.
12133
12134 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * message.el (message-syntax-checks): Doc fix.
12137         (message-send-mail): Add check for continuation headers.
12138         (message-check-news-header-syntax): Fix regexp used to check for
12139         continuation headers.
12140
12141 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12144
12145 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12148
12149 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12152         default-truncate-lines.
12153
12154 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12157         to fill the utf-8 entry.
12158
12159         * lpath.el: Fbind unicode-precedence-list.
12160
12161 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12162
12163         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12164
12165 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12166
12167         * gnus-agent.el (directory-files-and-attributes): Move all the way
12168         forward (the third and final move).
12169         (gnus-agent-read-agentview): Trap reconstruction errors due to
12170         nonexistent directory.  Handle by returning nil.
12171
12172 2006-05-30  Didier Verna  <didier@xemacs.org>
12173
12174         * message.el (message-dont-reply-to-names): Update the custom type.
12175         * message.el (message-dont-reply-to-names): New defsubst: potentially
12176         convert a list of regexps into a single one.
12177         * message.el (message-get-reply-headers): Use it.
12178         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12179
12180 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-agent.el (directory-files-and-attributes): Move forward.
12183
12184 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus-ml.el (gnus-mailing-list-subscribe)
12187         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12188         (gnus-mailing-list-message): Fix doc strings.
12189
12190 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12191
12192         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12193         of doing it manually.
12194
12195 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12198         comment.
12199
12200 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12201
12202         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12203         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12204         (gnus-agent-read-local): All symbols allocated in my-obarray.
12205         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12206         (gnus-agent-regenerate-group): Check numeric names to see if they are
12207         messages or groups.
12208         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12209         better way of do this...)
12210
12211         * gnus-cache.el (gnus-agent-total-fetched-for):
12212         Ignore 'dummy.group' (there should be a better way of do this...)
12213
12214 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12217         (gnus-saved-headers): Ditto.
12218         (gnus-default-article-saver): Mention functions may have properties.
12219         (gnus-article-save): Override gnus-save-all-headers and
12220         gnus-saved-headers by :headers property which saver function may have.
12221         (gnus-summary-save-in-file): Add :headers property.
12222         (gnus-summary-write-to-file): Ditto.
12223
12224         * gnus-sum.el (gnus-summary-save-article): Bind
12225         gnus-prompt-before-saving to t when saving many articles in a file;
12226         always show all headers.
12227
12228         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12229
12230 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12233         marks.
12234
12235         * message.el (message-indent-citation): Add optional arguments to allow
12236         using it outside of message buffers.
12237
12238         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12239         (gnus-article-treat-unfold-headers): Use it.
12240         (gnus-article-truncate-lines): New variable.
12241         (gnus-article-mode): Use it.
12242         (gnus-article-toggle-truncate-lines): New function.
12243
12244         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12245         Add gnus-article-toggle-truncate-lines.
12246
12247         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12248         coding system in XEmacs, use binary.
12249
12250 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12253         after-load-alist.
12254
12255         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12256         this function should save decoded articles.
12257         (gnus-summary-write-to-file): Use property to specify this function
12258         should save decoded articles and specify gnus-summary-save-in-file
12259         should be used to save articles other than the first one when saving
12260         many articles.
12261         (gnus-summary-save-body-in-file): Use property to specify this
12262         function should save decoded articles.
12263         (gnus-summary-write-body-to-file): Use property to specify this
12264         function should save decoded articles and specify
12265         gnus-summary-save-body-in-file should be used to save articles other
12266         than the first one when saving many articles.
12267
12268         * gnus-sum.el (gnus-summary-save-article): Simplify.
12269
12270 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-art.el (gnus-default-article-saver):
12273         Add gnus-summary-write-body-to-file.
12274         (gnus-article-save-coding-system): Don't use coding system object
12275         in XEmacs.
12276         (gnus-read-save-file-name): Add optional `dir-var' argument which
12277         specifies directory in which files are saved; work even if optional
12278         `variable' argument is not specified.
12279         (gnus-summary-write-to-file): Read file name.
12280         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12281         (gnus-summary-write-body-to-file): New function.
12282
12283         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12284         (gnus-summary-local-variables): Add it.
12285         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12286         (gnus-summary-save-article): Remove optional `decode' argument;
12287         determine whether to decode articles by the value of
12288         gnus-default-article-saver; when saving many files using
12289         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12290         it first and use gnus-summary-save-in-file or
12291         gnus-summary-save-body-in-file thereafter unless
12292         gnus-prompt-before-saving is always; move point to article which
12293         will be saved.
12294         (gnus-summary-save-article-file): Revert.
12295         (gnus-summary-write-article-file): Revert.
12296         (gnus-summary-save-article-body-file): Revert.
12297         (gnus-summary-write-article-body-file): New function.
12298
12299 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-art.el (gnus-default-article-saver): Doc fix.
12302         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12303         from gnus-summary-save-article-coding-system, and default to a
12304         certain coding system.
12305         (gnus-output-to-file): Add coding cookie and encode text according
12306         to gnus-article-save-coding-system; don't use mm-append-to-file.
12307
12308         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12309         gnus-art.el and rename to gnus-article-save-coding-system.
12310         (gnus-summary-save-article): Require gnus-art; don't show all
12311         headers if it decodes articles; don't add coding cookie here;
12312         don't bind mm-text-coding-system-for-write.
12313         (gnus-summary-save-article-file): Save decoded articles.
12314         (gnus-summary-write-article-file): When saving many files, use
12315         gnus-summary-write-to-file first and gnus-summary-save-in-file
12316         thereafter unless gnus-prompt-before-saving is always.
12317         (gnus-summary-save-article-body-file): Save decoded articles.
12318
12319         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12320
12321 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * nnrss.el (nnrss-check-group): Bind hash-index.
12324
12325 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12326
12327         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12328         its hash index.  Store this hash in `nnrss-group-data'.
12329         (nnrss-read-group-data): Update accordingly.
12330
12331 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12334         entry.
12335
12336         * gnus-sum.el (gnus-summary-make-menu-bar):
12337         Add gnus-article-browse-html-article.
12338
12339 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12340
12341         * gnus-sum.el (gnus-summary-mime-map):
12342         Add gnus-article-browse-html-article.
12343
12344         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12345
12346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12349         suitable coding systems in customize.
12350
12351 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * mail-source.el (mail-sources): Fix custom type.
12354
12355 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12358         (gnus-summary-expire-articles-now): Shorten prompt.
12359
12360         * gmm-utils.el (wid-edit): Require.
12361         (defun-gmm): Rename from `gmm-defun-compat'.
12362         (gmm-image-search-load-path): Use it.
12363         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12364
12365 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-sum.el (gnus-summary-save-article-coding-system):
12368         New variable.
12369         (gnus-summary-save-article): Add optional `decode' argument.
12370         If it is set and gnus-summary-save-article-coding-system is non-nil,
12371         save decoded article.
12372         (gnus-summary-write-article-file): Save decoded article if
12373         gnus-summary-save-article-coding-system is non-nil.
12374
12375         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12376         type.
12377
12378 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12381
12382 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12385         first to test gnus-single-article-buffer which may be buffer-local.
12386
12387         * gnus-sum.el (gnus-summary-setup-buffer):
12388         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12389         group; make gnus-article-buffer, gnus-article-current, and
12390         gnus-original-article-buffer always buffer-local.
12391         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12392         group.
12393         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12394
12395 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * nnml.el (nnml-request-compact-group): Compressed files might not
12398         have .gz extension.
12399
12400 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12401
12402         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12403         (mm-copy-to-buffer): Use with-current-buffer.
12404         (mm-display-part): Simplify.
12405         (mm-inlinable-p): Add optional arg `type'.
12406
12407 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12408
12409         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12410         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12411         Try harder to show the attachment internally or externally using
12412         gnus-mime-view-part-as-type.
12413
12414 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * message.el (message-from-style, message-signature-separator)
12417         (message-user-organization-file, message-send-mail-function)
12418         (message-citation-line-function, message-yank-prefix)
12419         (message-indent-citation-function, message-signature)
12420         (message-signature-file, message-signature-insert-empty-line):
12421         Remove autoloads.
12422
12423         * gnus-art.el (gnus-buttonized-mime-types):
12424         Remove "multipart/signed".  Revert 2006-04-26 change.
12425
12426 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * gnus.el (gnus-version-number): Bump version.
12429
12430 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12431
12432         * gnus.el: No Gnus v0.5 is released.
12433
12434 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12435
12436         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12437         fetching articles by message-id.
12438
12439 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12440
12441         * message.el (hashcash): Require hashcash as normal.
12442
12443         * ecomplete.el (ecomplete-highlight-match-line):
12444         Use point-at-eol.
12445         (ecomplete-highlight-match-line): Use `highlight', because that
12446         face exists in both Emacs and XEmacs.
12447
12448         * message.el (message-display-abbrev): Use point-at-bol.
12449
12450         * mail-source.el: Don't require timer/timer-funcs.
12451
12452         * gnus-async.el: Ditto.
12453
12454         * password.el: Ditto.
12455
12456         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12457
12458         * mm-url.el: Ditto.
12459
12460         * gnus-xmas.el: Don't require timer-funcs.
12461
12462         * mm-util.el: Require timer/timer-funcs.
12463
12464 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12465
12466         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12467         Close.
12468
12469 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12472         unibyte after clear-decrypt function runs.
12473
12474         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12475         returns as a unibyte string.
12476
12477 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * lpath.el: Revert.
12480
12481         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12482         (pgg-gpg-process-sentinel): Revert.
12483
12484         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12485         (pgg-pgp-lookup-key): Revert.
12486
12487         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12488         (pgg-pgp5-lookup-key): Revert.
12489
12490         * pgg.el (pgg-fetch-key): Revert.
12491
12492 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * lpath.el: Fbind string-as-multibyte for XEmacs.
12495
12496         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12497         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12498         (mml1991-pgg-encrypt): Ditto.
12499
12500         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12501         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12502         a multibyte buffer.
12503
12504         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12505         (pgg-pgp-lookup-key): Ditto.
12506
12507         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12508         (pgg-pgp5-lookup-key): Ditto.
12509
12510         * pgg.el (pgg-fetch-key): Ditto.
12511
12512 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * message.el (message-user-organization-file): Check several
12515         locations of the organization file.
12516
12517         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12518         Add gnus-article-view-part-as-type.
12519
12520         * gnus-art.el (gnus-article-view-part-as-type): New function.
12521
12522         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12523         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12524
12525         * mml.el: Simplify autoload.
12526         (mml-mode): defvar dnd-protocol-alist instead of using
12527         symbol-value.
12528         (mml-default-directory): New variable.
12529         (mml-minibuffer-read-file): Use it.
12530         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12531
12532         * message.el (message-citation-line-format): New variable.
12533         (message-insert-formated-citation-line): New function.
12534         (message-citation-line-function):
12535         Add `message-insert-formated-citation-line' to custom type.
12536
12537         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12538         to doc string.
12539
12540         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12541         depending on mm-verify-option.
12542
12543 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12546         binding pgg-* variables; reimplement the section which prevents
12547         MIME header from being signed.
12548         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12549         pgg-text-mode; remove a blank line at the top of body.
12550
12551         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12552         lines at the top of body; use gnus-newsgroup-charset if there's no
12553         Charset header.
12554
12555 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * message.el (message-self-insert-commands): Doc fix.
12558
12559         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12560         (mm-uu-pgp-encrypted-test): Ditto.
12561         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12562         between header and body; return application/pgp-encrypted handle
12563         if decryption failed; decode decrypted body by charset.
12564
12565         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12566         element match to application/pgp-*.
12567
12568 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12569
12570         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12571         HTML.
12572
12573 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574
12575         * mail-source.el (mail-source-call-script): Message the error
12576         string.
12577
12578 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579
12580         * gnus-util.el (gnus-byte-compile): Use it.
12581
12582 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12583
12584         * gnus-util.el (kill-empty-logs): New function.
12585
12586 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12587
12588         * message.el (message-mail-alias-type): Doc fix.
12589         (message-mail-alias-type-p): New function.
12590         (message-send): Use it.
12591         (message-mode): Ditto.
12592         (message-strip-forbidden-properties): Ditto.
12593
12594         * ecomplete.el (ecomplete-database-file-coding-system):
12595         New variable.
12596         (ecomplete-save): Use it.
12597         (ecomplete-setup): Use it.
12598
12599 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * message.el (message-self-insert-commands): New variable.
12602         (message-strip-forbidden-properties): Use it.
12603
12604 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12605
12606         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12607         that doesn't make XEmacs choke.
12608
12609 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-util.el (gnus-replace-in-string):
12612         Prefer replace-regexp-in-string over of replace-in-string.
12613
12614 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-util.el (gnus-select-frame-set-input-focus):
12617         Use select-frame-set-input-focus if it is available in XEmacs; use
12618         definition defined in Emacs 22 for old Emacsen.
12619
12620         * dgnushack.el: Autoload unmorse-region for XEmacs.
12621
12622         * lpath.el: Bind cursor-in-non-selected-windows and
12623         select-frame-set-input-focus for XEmacs.
12624
12625 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12628
12629 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * gnus-registry.el (gnus-registry-cache-save): Remove text
12632         properties when saving via the temp buffer.
12633
12634 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * message.el (message-generate-hashcash): Honor custom type.
12637
12638 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * message.el (message-generate-hashcash): Default to non-nil when
12641         hashcash is found.
12642
12643         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12644         (gnus-refer-thread-limit): Increase default to 500.
12645
12646         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12647
12648         * flow-fill.el (fill-flowed): Allow delete-space.
12649
12650 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12653         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12654         Remove autoloads.
12655
12656 2006-04-18  Simon Josefsson  <jas@extundo.com>
12657
12658         * message.el (message-generate-hashcash): Default to.
12659
12660 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12663         concatenating segments rather than before concatenating them.
12664
12665 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12668
12669 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12672
12673         * message.el (message-forward-make-body-plain):
12674         Allow message-forward-ignored-headers to be a list.
12675         (message-remove-ignored-headers): Factor out into function.
12676         (message-forward-make-body-mml): Use it.
12677
12678         * imap.el (imap-quote-specials): New function.
12679         (imap-login-auth): Quote specials.
12680
12681         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12682         (rfc2231-parse-string): Allow concatanation of parameters that
12683         aren't contiguous.  The test case is
12684           (mail-header-parse-content-type "message/external-body;
12685             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12686             access-type=LOCAL-FILE;
12687             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12688
12689 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12690
12691         * nntp.el (nntp-accept-process-output): Return the value of
12692         `nnheader-accept-process-output'.
12693
12694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695
12696         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12697         (gnus-button-alist): Recognize more diff formats.
12698         (gnus-button-patch): Strip directory.
12699
12700 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12703         Emacs 22 when setting focus.
12704
12705 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12706
12707         * gnus-art.el (gnus-article-treat-types): Do treatment of
12708         text/x-verbatim parts.
12709         (gnus-button-patch): New command.
12710
12711         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12712         addresses that contain invalid characters.
12713
12714 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12715
12716         * message.el (message-put-addresses-in-ecomplete):
12717         Use gnus-replace-in-string.
12718         (message-is-yours-p): Use the more correct
12719         mail-header-parse-address instead of
12720         mail-extract-address-components.
12721         (message-put-addresses-in-ecomplete): Fix typo.
12722
12723         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12724         keystroke.
12725
12726         * gnus-art.el (gnus-treatment-function-alist): Change order of
12727         newsgroups/generic header folding to avoid double-folding.
12728
12729         * message.el (message-hidden-headers): Add X-Draft-From.
12730
12731         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12732         New command.
12733         (gnus-summary-repeat-search-article-backward): New command.
12734
12735         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12736         groups in the parent topic.
12737
12738 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12739
12740         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12741         (spam-extra-header-to-number): Return the CRM114 number as a
12742         number instead of a string.
12743
12744 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * gnus-art.el (gnus-face-properties-alist): Move here from
12747         gnus-fun.
12748
12749         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12750
12751 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * message.el (message-strip-forbidden-properties): Only display on
12754         self-insert-command.
12755
12756         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12757         reindent.
12758         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12759
12760 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12761
12762         * smiley.el (smiley-style): Fix typo.
12763
12764 2006-03-23  Kenichi Handa  <handa@m17n.org>
12765
12766         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12767         instead of set-buffer-multibyte.
12768
12769 2006-03-23  Kenichi Handa  <handa@m17n.org>
12770
12771         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12772         buffer and then decode the buffer text if necessary.
12773         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12774         first, and after mm-encode-body, change the buffer to unibyte.
12775
12776 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * hashcash.el (hashcash-insert-payment-async-2):
12779         Use message-goto-eoh instead of doing it manually.
12780         (mail-add-payment): Use message-narrow-to-header instead of trying
12781         to do the same itself.
12782
12783         * message.el (message-hidden-headers): Add Face.
12784
12785         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12786         reparenting code.
12787         (gnus-summary-reparent-children): Refactored out code.
12788         (gnus-summary-thread-map): New keystroke.
12789         (gnus-summary-reparent-children): Make into command.
12790
12791         * smiley.el (smiley-style): Default to `medium' if using a large
12792         font.
12793
12794         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12795         does it itself.
12796
12797         * message.el (message-point-in-header-p): Simplify definition.
12798
12799 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * nnagent.el (nnagent-request-set-mark): Silence log file
12802         writing.
12803         (nnagent-request-set-mark): Use write-region instead of
12804         append-to-file.
12805
12806         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12807         strange select method.
12808
12809         * ecomplete.el (ecomplete-display-matches): Get highlightling
12810         right.
12811         (ecomplete-display-matches): Use literals.
12812         (ecomplete-display-matches): Disable message logging.
12813
12814         * message.el (message-display-abbrev): Small optimization.
12815
12816         * ecomplete.el (ecomplete-display-matches): Allow automatic
12817         display.
12818
12819         * message.el (message-strip-forbidden-properties):
12820         Display abbrevs.
12821         (message-display-abbrev): Get automatic display right.
12822
12823         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12824         keystrokes.
12825
12826 2006-04-13  Romain Francoise  <romain@orebokech.com>
12827
12828         TODO: Backport to v5-10!
12829
12830         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12831         Move here (and rename) from gnus-registry.el.
12832
12833         * gnus-registry.el: Require gnus-util.
12834         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12835
12836 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * gnus-group.el (gnus-group-catchup-current):
12839         Change if-then-else-if-then-else into cond.
12840         (gnus-group-catchup): Indent.
12841         (group-name-at-point): New function.
12842         (gnus-fetch-group): Provide default from thing at point.
12843
12844 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845
12846         * message.el (message-display-abbrev): Fix regexp.
12847
12848         * ecomplete.el (ecomplete-highlight-match-line):
12849         Reimplement choosing.
12850         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12851         dead variables.
12852
12853         * message.el (message-newline-and-indent): Remove debugging.
12854         (message-display-abbrev): Use new implementation.
12855
12856 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gnus-art.el (gnus-article-mode):
12859         Set cursor-in-non-selected-windows to nil.
12860
12861         * smiley.el: Revert previous change.
12862         (smiley-data-directory): defvar it before using it in the
12863         defcustom of `smiley-style'.
12864
12865 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * message.el (message-newline-and-indent): New function.
12868
12869         * ecomplete.el: Implement more bits.
12870
12871         * message.el (message-put-addresses-in-ecomplete): Clean up the
12872         string.
12873
12874         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12875
12876         * gnus-sum.el (gnus-summary-save-parts):
12877         Bind gnus-summary-save-parts-counter and use it to make unique file
12878         names.
12879
12880         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12881
12882         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12883         parameter to say whether to actually parse the individual
12884         addresses.
12885
12886         * message.el (message-put-addresses-in-ecomplete): New function.
12887         (ecomplete): Require.
12888         (message-mail-alias-type): Add ecomplete as an option.
12889
12890 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12891
12892         * flow-fill.el (fill-flowed): Remove trailing space from blank
12893         quoted lines.
12894
12895 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12896
12897         * smiley.el (smiley-style): Move definition later to avoid a
12898         compilation warning.
12899
12900 2006-04-12  Kenichi Handa  <handa@m17n.org>
12901
12902         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12903         buffer and then decode the buffer text if necessary.
12904         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12905         first, and after mm-encode-body, change the buffer to unibyte.
12906         Use mm-disable-multibyte instead of set-buffer-multibyte.
12907
12908 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12911         Content-Type header instead of Content-Disposition header.
12912         (gnus-mime-inline-part): Ditto.
12913         (gnus-mime-view-part-as-charset): Ignore charset that the part
12914         specifies.
12915
12916         * mm-decode.el (mm-display-part): Work with external parts and
12917         usual parts similarly.
12918
12919         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12920         instead of gnus-display-mime.
12921
12922         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12923         instead of with-temp-buffer.
12924
12925         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12926         tag to summarized topics part in order to encode non-ASCII text.
12927
12928 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * smiley.el (smiley-style): New variable.
12931         (smiley-directory): New function.
12932         (smiley-data-directory): Derive from `smiley-style' using
12933         `smiley-directory'.
12934         (smiley-regexp-alist): Add new entries.
12935
12936         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12937         (gnus-article-browse-delete-temp): Add :version.
12938
12939 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12940
12941         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12942         the sieve region.
12943
12944 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12945
12946         * gnus.el (gnus-version-number): Bump version.
12947
12948 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus.el: No Gnus v0.4 is released.
12951
12952 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12955         layout.
12956
12957         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12958         unknown charset.
12959
12960         * message.el (message-header-synonyms): Add Original-To to the
12961         default.
12962
12963         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12964         optional parameter.
12965
12966 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * gnus-fun.el (gnus): Require it for gnus-directory.
12969
12970 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12973
12974 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12975
12976         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12977
12978 2006-04-05  Simon Josefsson  <jas@extundo.com>
12979
12980         * password.el (password-reset): New function.
12981
12982 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12983
12984         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12985         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12986
12987 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12988
12989         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12990         Some whitespace was matched into the url, which broke browsing hits
12991         > 100 when mm-url-use-external was nil.
12992
12993 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12996         Check gnus-extra-headers for 'Newsgroups.
12997
12998         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12999         bound.
13000
13001 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13002
13003         * pgg-gpg.el: Clean up process buffers every time gpg processes
13004         complete.
13005
13006 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13009         doc string.
13010
13011 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13012
13013         * pgg-gpg.el (pgg-gpg-process-filter)
13014         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13015
13016         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13017         lines, temporary fix.
13018
13019 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13022
13023 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13024
13025         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13026         default-enable-multibyte-characters.  This reverts the change from
13027         revision 6.17 which is no longer necessary because the passphrase
13028         is sent separately now.  GnuPG messages are unreadable under
13029         multibyte locales with default-enable-multibyte-characters set to
13030         nil.
13031
13032 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * message.el (message-tool-bar-gnome): Move "spell".
13035
13036 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13039         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13040         instead.
13041
13042 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13043
13044         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13045         Improve newsgroups handling for NNTP overviews which don't include
13046         Newsgroups.
13047
13048 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13049
13050         * message.el (message-resend): Bind message-generate-hashcash to nil.
13051
13052 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13053
13054         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13055         when searching for already-paid recipients.
13056
13057 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13058
13059         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13060         passphrases when it is not needed.
13061         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13062         passphrase stuff from gpg, should only be necessary when you use
13063         gpg with a smartcard.
13064
13065 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mml.el (mml-insert-mime): Ignore cached contents of
13068         message/external-body part.
13069
13070         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13071         (mm-insert-part): Ditto.
13072
13073 2006-03-23  Simon Josefsson  <jas@extundo.com>
13074
13075         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13076         Reiner.
13077         (pgg-gpg-use-agent-p): Use it again.
13078
13079 2006-03-23  Simon Josefsson  <jas@extundo.com>
13080
13081         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13082         older emacsen.
13083         (pgg-gpg-use-agent-p): Don't use it.
13084
13085 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13088         if we can.
13089
13090 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13091
13092         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13093         (pgg-gpg-update-agent): New function.
13094         (pgg-gpg-use-agent-p): New function.
13095         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13096         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13097         (pgg-gpg-sign-region): Use it.
13098
13099 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13102         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13103
13104 2006-03-21  Simon Josefsson  <jas@extundo.com>
13105
13106         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13107         <wilde@sha-bang.de>.
13108         (pgg-gpg-use-agent): New variable.
13109         (pgg-gpg-process-region): Use it.
13110         (pgg-gpg-encrypt-region): Likewise.
13111         (pgg-gpg-encrypt-symmetric-region): Likewise.
13112         (pgg-gpg-decrypt-region): Likewise.
13113         (pgg-gpg-sign-region): Likewise.
13114         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13115
13116 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13119
13120         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13121         Add comment on version.
13122
13123 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * smiley.el: Add missing test smiley.
13126
13127 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * mm-decode.el (mm-with-part): New macro.
13130         (mm-get-part): Use it; work with message/external-body as well.
13131         (mm-save-part): Treat name and filename equally.
13132
13133         * mm-extern.el (mm-extern-cache-contents): New function.
13134         (mm-inline-external-body): Use it; force the part to be displayed;
13135         move undisplayer added to the cached handle to the parent.
13136
13137         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13138         (gnus-mime-view-part-as-type): Work with message/external-body.
13139
13140         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13141
13142 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13145         images in image-load-path.  [Sync with image.el, revision 1.60, in
13146         Emacs.]
13147
13148 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13151         path rather than symbol.  Always return list of directories.
13152         Guarantee that image directory comes first.  [Sync with image.el,
13153         revision 1.59, in Emacs.]
13154
13155         * message.el (message-make-tool-bar): Adjust to new API of
13156         `gmm-image-load-path-for-library'.
13157
13158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13159
13160         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13161
13162 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13163
13164         * gnus-art.el (gnus-article-only-boring-p):
13165         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13166         intangible text.
13167         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13168
13169 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13172         Use `defun' instead of `gmm-defun-compat'.
13173
13174 2006-03-14  Simon Josefsson  <jas@extundo.com>
13175
13176         * message.el (message-unique-id): Don't use message-number-base36
13177         if (user-uid) is a float.
13178         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13179
13180 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13183
13184         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13185         empty line between a part and a message part.
13186
13187 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * smiley.el: Add more test smileys.
13190         (smiley-data-directory, smiley-regexp-alist)
13191         (gnus-smiley-file-types): Fix doc strings.
13192         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13193         adding new elements.
13194         (smiley-mouse-map): Unused code.  Make it a comment.
13195
13196 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13199         scan latest NoCeM messages instead of old ones.
13200         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13201         delimiters that are recently used.
13202         (gnus-nocem-load-cache): Add autoload cookie.
13203
13204         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13205
13206         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13207         level which is larger than gnus-use-nocem is specified.
13208
13209         * gnus-group.el (gnus-group-get-new-news): Ditto.
13210
13211 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-util.el (gnus-tool-bar-update): New function.
13214
13215         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13216         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13217
13218         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13219
13220         * gnus-group.el (gnus-group-redraw-when-idle)
13221         (gnus-group-redraw-check): Remove.
13222         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13223
13224 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13227         if optional last element is specified in splits (FIELD VALUE...).
13228
13229 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13232         to gmm-image-load-path-for-library.  Call with no-error argument.
13233         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13234
13235         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13236
13237         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13238
13239         * gmm-utils.el (gmm-image-load-path): Remove alias.
13240
13241 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gmm-utils.el (gmm-image-load-path): Add alias.
13244
13245         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13246         nnml-generate-nov-databases-1.
13247         (nnml-generate-nov-databases): Use it.
13248         (nnml-generate-nov-databases-directory): Document no-active
13249         argument.
13250
13251         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13252         directory if path is t.  Add no-error.
13253
13254         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13255         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13256
13257         * gnus-art.el (gnus-article-browse-delete-temp-files):
13258         Simplify resetting gnus-article-browse-html-temp-list.
13259
13260         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13261         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13262         Add example to docstring.  Rename local variables.  Move error
13263         checks to default case in cond and simplify.
13264
13265 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13268         handle is multipart when calling it recursively.
13269         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13270
13271 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13272
13273         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13274         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13275
13276 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13279         is loaded.
13280
13281         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13282         loaded.
13283
13284 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13287         to "Emacs 23 (unicode)" in doc string.
13288
13289         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13290         "Emacs 23 (unicode)" in comment.
13291
13292 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13295
13296         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13297         characters 160 through 255 in Emacs 23.
13298
13299 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13302         gnus-article-browse-html-temp.
13303         (gnus-article-browse-delete-temp): Make it customizable.
13304         Add `file'.  Adjust doc string.
13305         (gnus-article-browse-delete-temp-files): Add argument.
13306         Allow query for each file.  Adjust doc string.
13307         (gnus-article-browse-html-parts):
13308         Add `gnus-article-browse-delete-temp-files' to
13309         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13310
13311 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13312
13313         * gnus-art.el (gnus-article-browse-html-temp)
13314         (gnus-article-browse-delete-temp): New variables.
13315         (gnus-article-browse-delete-temp-files): New function.
13316         (gnus-article-browse-html-parts): Use it.
13317
13318 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13321
13322         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13323         string.
13324
13325         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13326         gnus-summary-insert-new-articles when unplugged.
13327         Remove gnus-summary-search-article-forward.
13328
13329         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13330         display-visual-class instead of display-color-cells.
13331
13332 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * dgnushack.el: Autoload customize-group for XEmacs.
13335
13336         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13337         message/* containing non-ASCII text properly.
13338
13339 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * message.el: Require gmm-utils, remove autoloads.
13342         (message-tool-bar): Set default based on
13343         gmm-tool-bar-style.
13344         (message-tool-bar-gnome): Add gmm-customize-mode.
13345
13346         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13347         gmm-tool-bar-style.
13348         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13349
13350         * gnus-group.el (gnus-group-tool-bar): Set default based on
13351         gmm-tool-bar-style.
13352         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13353
13354         * gmm-utils.el (gmm-image-directory): Rename variable from
13355         gmm-image-load-path.
13356         (gmm-image-load-path): Use gmm-image-directory.
13357         (gmm-customize-mode): New function.
13358         (gmm-tool-bar-style): New variable.
13359
13360         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13361         gnus-group-redraw-line-number.
13362         (gnus-group-redraw-check): Simplify.
13363         (gnus-group-tool-bar-update): Remove redraw check.
13364         (gnus-group-make-tool-bar): Add redraw check.
13365
13366 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13367
13368         * gnus-art.el (gnus-button): Add missing parentheses.
13369
13370 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * lpath.el: Fbind line-number-at-pos.
13373
13374 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13377
13378 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-art.el (gnus-button): New face.
13381         (gnus-article-button-face): Use it.
13382
13383         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13384         Add gnus-summary-next-page.  Re-order.
13385
13386         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13387         next-node are now included.
13388         (gnus-group-redraw-line-number): New internal variable.
13389         (gnus-group-redraw-check): Helper function for updating the tool
13390         bar.
13391         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13392
13393         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13394
13395         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13396         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13397         Use it to match format of Spamassassin 3.0 and later.
13398         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13399         (spam-check-bogofilter)
13400         (spam-bogofilter-register-with-bogofilter): Fix args of
13401         `gnus-error' calls.
13402
13403 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13406         unnecessary interaction when sending queued mails.
13407         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13408
13409 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13412         first or last are nil.
13413
13414 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13415
13416         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13417
13418 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13421
13422 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13423
13424         * dns.el (query-dns): Protect more against buggy tcp output.
13425
13426 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13429         nov.php.
13430
13431 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13432
13433         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13434         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13435         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13436         output on the server side.
13437         (nnweb-google-create-mapping): Update regexps and add some
13438         progress indication.
13439
13440 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-group.el (gnus-group-tool-bar-gnome):
13443         Fix gnus-agent-toggle-plugged.  Re-order icons.
13444         (gnus-group-tool-bar-gnome):
13445         Add gnus-group-{prev,next}-unread-group.
13446         (gnus-group-tool-bar-gnome): Re-order icons.
13447
13448         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13449         Move gnus-summary-insert-new-articles.
13450
13451         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13452         Fix comments.
13453
13454         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13455         also available in Emacs 21.3.
13456
13457         * message.el (message-fix-before-sending): Change "Emacs 22" to
13458         "Emacs 23 (unicode)" in comment.
13459
13460         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13461         "Emacs 23 (unicode)" in comment.
13462
13463         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13464         comment.
13465         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13466
13467         * mm-view.el (mm-fill-flowed): Add :version.
13468
13469 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13472         and load-path.
13473
13474 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * message.el: Autoload gmm-image-load-path.
13477         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13478         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13479         consitency.
13480
13481         * gmm-utils.el (gmm-image-load-path): Also search in
13482         "../etc/images".  Don't set gmm-image-load-path if we don't find
13483         the image.
13484
13485 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gmm-utils.el (gmm-image-load-path): Don't make
13488         `gmm-image-load-path' include subdirectories which the second arg
13489         `image' might specify.
13490
13491         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13492         subdirectory to icon file names.
13493
13494         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13495
13496 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13499         gmm-image-load-path calls.
13500
13501         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13502
13503         * message.el (message-make-tool-bar): Ditto.
13504
13505         * mml.el (mml-preview): Add comment concerning tool bar icons.
13506
13507         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13508         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13509
13510         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13511         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13512
13513         * message.el (message-tool-bar-gnome): Use new icon names.
13514         (message-make-tool-bar): Use `gmm-image-load-path'.
13515
13516         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13517         New functions from MH-E.
13518         (gmm-image-load-path): New variable from MH-E.
13519         (gmm-image-load-path): New function from MH-E.  Add arguments
13520         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13521         *-image-load-path-called-flag.
13522
13523 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13524
13525         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13526
13527 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13528
13529         * nnimap.el (nnimap-request-move-article): Change folder back to
13530         source group before deleting.
13531
13532 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13535
13536         * gnus-art.el (mm-url-insert-file-contents-external):
13537         Autoload mm-url.
13538
13539         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13540
13541 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13544         coding system which mm-charset-to-coding-system returns for a
13545         given charset is valid.
13546
13547 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13548
13549         * html2text.el (html2text-remove-tag-list):
13550         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13551
13552 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13553
13554         * gnus-cus.el: Revert 2005-10-17 change.
13555
13556 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-art.el (article-strip-banner):
13559         Call article-really-strip-banner only when the regexp match is made.
13560
13561 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-art.el (article-strip-banner):
13564         Use gnus-extract-address-components instead of
13565         mail-header-parse-addresses to make it work with non-ASCII text;
13566         remove mail-encode-encoded-word-string.
13567
13568         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13569         values which are surrounded with \"...\"; make it never cause a
13570         Lisp error; give up parsing of parameters if it failed in
13571         extracting type.
13572
13573 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13574
13575         * smime.el (smime-cert-by-ldap-1): Fix bug where
13576         `smime-ldap-search' returns results without userCertificates.
13577
13578 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13581
13582 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * spam.el (spam-check-spamassassin-headers): Adapt format for
13585         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13586         <ari@mbf.ocn.ne.jp>.
13587         (spam-list-of-processors): Add spam-use-gmane.
13588
13589 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13592         make-temp-file; make it work with XEmacs as well.
13593
13594         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13595         mm-make-temp-file.
13596
13597         * mm-decode.el (mm-display-external): Use the 3rd arg of
13598         mm-make-temp-file.
13599         (mm-create-image-xemacs): Ditto.
13600
13601 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13604         with message-narrow-to-headers.
13605         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13606         (gnus-draft-check-draft-articles): New function.
13607         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13608
13609 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * gnus-art.el (gnus-article-browse-html-parts):
13612         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13613         Don't use suffix argument for mm-make-temp-file for Emacs 21
13614         compatibility.  Remove useless `format'.
13615
13616 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13617
13618         * nnweb.el (nnweb-google-wash-article): Update regexps.
13619         (nnweb-group-alist): Use defvoo instead of defvar.
13620
13621 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13624         re-loading nn* modules.
13625
13626 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13629         for `tool-bar-mode' and don't check it's default-value.
13630
13631         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13632
13633         * message.el (message-make-tool-bar): Ditto.
13634
13635         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13636         `substring'.  Shorten tmp-file name.
13637
13638         * gnus.el: Remove bogus comment.
13639
13640 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13641
13642         * gnus-art.el (gnus-article-browse-html-parts): New function.
13643         (gnus-article-browse-html-article): New function for viewing html
13644         articles with a browser.
13645
13646 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13647
13648         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13649         in elisp.
13650         (pgg-gpg-encrypt-symmetric-region): Ditto.
13651         (pgg-gpg-sign-region): Ditto.
13652
13653         * pgg-def.el (pgg-text-mode): New variable.
13654
13655         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13656         (mml2015-pgg-encrypt): Ditto.
13657
13658         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13659         (mml1991-pgg-encrypt): Ditto.
13660
13661 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * nnfolder.el (nnfolder-insert-newsgroup-line):
13664         Use message-make-date instead of current-time-string.
13665
13666         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13667         to gnus-decoded which mm-uu might set.
13668
13669 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13672         don't decode quoted parameters; remove misimported Emacs code.
13673         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13674         (rfc2231-decode-encoded-string): Don't use split-string which
13675         behaves differently according to Emacs version; use
13676         mm-decode-coding-region to convert charset to coding-system.
13677         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13678         (rfc2231-encode-string): Remove misimported Emacs code.
13679
13680 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13683         when calling mail-header-parse-content-type.
13684         (article-de-quoted-unreadable): Ditto.
13685         (article-de-base64-unreadable): Ditto.
13686         (article-wash-html): Ditto.
13687
13688         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13689         calling mail-header-parse-content-type and
13690         mail-header-parse-content-disposition.
13691         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13692         mail-header-parse-content-type.
13693
13694         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13695         insert charset and format parameters; encode description after
13696         inserting it to buffer.
13697         (mml-insert-parameter): Fold lines properly even if a parameter is
13698         segmented into two or more lines; change the max column to 76.
13699
13700         * rfc1843.el (rfc1843-decode-article-body): Don't use
13701         ignore-errors when calling mail-header-parse-content-type.
13702
13703         * rfc2231.el (rfc2231-parse-string): Return at least type if
13704         possible; don't cause an error even if it fails in parsing of
13705         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13706         (rfc2231-encode-string): Don't break lines at the beginning, leave
13707         it to mml-insert-parameter.
13708
13709         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13710         calling mail-header-parse-content-type.
13711
13712 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * spam-report.el (spam-report-gmane-use-article-number):
13715         Improve doc string.
13716         (spam-report-gmane-internal): Check if a suitable header was found
13717         in the article.
13718
13719 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13722         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13723
13724 2006-02-05  Romain Francoise  <romain@orebokech.com>
13725
13726         Update copyright notices of all files in the gnus directory.
13727
13728 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13729
13730         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13731
13732 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13735         segmented lines of parameter value to cope with Thunderbird 1.5
13736         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13737         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13738         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13739
13740 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13741
13742         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13743         parts.
13744
13745 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13746
13747         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13748         there's only one active file for all servers.
13749         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13750         solid groups.  Gnus might have used a FAST request to select the group.
13751         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13752         and nnweb-search redundantly in the active file.
13753         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13754         (nnweb-request-create-group): Don't use ARGS.
13755         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13756         initialisations.  Let nnoo do the work.
13757
13758 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13761         Say the part has been decoded.
13762
13763         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13764
13765 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13766
13767         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13768         mailcap-viewer-test-cache when there's no 'test clause, since that
13769         will invert the meaning of a "nil" test previously determined by
13770         mailcap-mailcap-entry-passes-test.
13771
13772 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13775         compiling.
13776
13777         * gnus-sum.el: Ditto.
13778
13779         * message.el: Don't bind tool-bar-map when compiling.
13780
13781 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13784
13785 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13786
13787         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13788         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13789         current Google Groups.
13790
13791 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13794         and tool-bar-mode.
13795
13796         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13797         and tool-bar-mode.
13798
13799         * message.el (message-tool-bar-update): Simplify.
13800         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13801
13802         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13803         gnus-summary-buffer.
13804         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13805         gnus-summary-reply.
13806
13807         * gmm-utils.el (gmm): Add :version.
13808
13809 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * Makefile.in (clean): New rule.
13812         (distclean): Use it.
13813
13814 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13815
13816         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13817         Don't autoload.
13818
13819 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gmm-utils.el (gmm-verbose): Add :group.
13822
13823 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * message.el: Change some comments WRT tool-bars.
13826
13827         * gnus-sum.el (gnus-summary-tool-bar)
13828         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13829         (gnus-summary-tool-bar-zap-list): New variables.
13830         (gnus-summary-make-tool-bar): Complete rewrite using
13831         `gmm-tool-bar-from-list'.
13832
13833         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13834         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13835         New variables.
13836         (gnus-group-make-tool-bar): Complete rewrite using
13837         `gmm-tool-bar-from-list'.
13838         (gnus-group-tool-bar-update): New function.
13839
13840         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13841
13842 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13845         is dissected into a single part of which the type is the same as
13846         the given one; decode charset.
13847
13848 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13849
13850         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13851         into alists as symbol not string, since that's what
13852         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13853         look for.
13854
13855 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13858         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13859
13860         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13861
13862 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13865         (gnus-xmas-mime-security-button-menu): New function.
13866
13867         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13868         (gnus-mime-security-button-menu): New definition.
13869         (gnus-mime-security-button-map): Use them.
13870         (gnus-mime-security-button-menu): New function.
13871         (gnus-insert-mime-security-button): Addition to help echo.
13872         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13873         (gnus-mime-security-pipe-part): New functions.
13874
13875         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13876         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13877
13878         * mm-decode.el (mm-handle-set-disposition): Remove.
13879         (mm-handle-set-description): Remove.
13880
13881 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13884         (mm-w3m-standalone-supports-m17n-p): New function.
13885         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13886         w3m usage.
13887
13888         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13889         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13890
13891 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * message.el (message-tool-bar-zap-list):
13894         Use gmm-tool-bar-zap-list as custom type.
13895         (message-tool-bar-update): New function.
13896         (message-tool-bar, message-tool-bar-gnome)
13897         (message-tool-bar-retro): Add message-tool-bar-update.
13898         (message-tool-bar-gnome): Add flyspell-buffer.
13899
13900         * gnus-util.el (gnus-error): Describe `args'.
13901
13902         * gmm-utils.el (gmm-error): Describe `args'.
13903         (gmm-tool-bar-zap-list): New widget.
13904         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13905
13906 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13909         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13910         the number of recursive calls.
13911
13912         * mm-decode.el (mm-handle-set-disposition): New macro.
13913         (mm-handle-set-description): New macro.
13914
13915 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13918         encoding.
13919
13920 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * message.el (message-tool-bar-zap-list, message-tool-bar)
13923         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13924         (message-tool-bar-local-item-from-menu): Remove.
13925         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13926         (message-make-tool-bar): New function.
13927         (message-mode): Use `message-make-tool-bar'.
13928
13929         * gmm-utils.el: New file.
13930         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13931         (gmm-lazy): New widget copied from `nnmail.el'.
13932         (gmm-tool-bar-from-list): New function for creating customizable
13933         tool bars.
13934         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13935         output.
13936         (gmm): Add :prefix to defgroup.
13937
13938 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13939
13940         * gmm-utils.el (gmm-widget-p): New function.
13941
13942 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * mml.el (mml-attach-file): Describe `description' in doc string.
13945         (mml-menu): Add Emacs MIME manual and PGG manual.
13946
13947 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13948
13949         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13950
13951 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13952
13953         * nntp.el (nntp-end-of-line): Doc fix.
13954
13955 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13956
13957         * imap.el (imap-open): Handle case where buffer is a buffer
13958         object.
13959
13960 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13961
13962         * gnus-delay.el (gnus-delay): Don't autoload.
13963         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13964         to be re-loaded when customizing the `gnus-delay' group.
13965
13966 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13967
13968         * message.el (message-insert-citation-line): Use newlines.
13969
13970 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13971
13972         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13973         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13974         these routines, so the passphrase can be managed externally and
13975         passed in to the system.
13976         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13977         pgg-add-passphrase-to-cache function.
13978
13979         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13980         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13981         these routines, so the passphrase can be managed externally and
13982         passed in to the system.
13983         (pgg-pgp5-sign-region): Use new name of
13984         pgg-add-passphrase-to-cache function.
13985
13986 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13987
13988         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13989         part of the decoded armor to find the key-identifier.
13990         (pgg-gpg-lookup-key-owner): New function to return the
13991         human-readable identifier of a key owner.
13992         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13993         itself.
13994         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13995         the key value) if we have a key and can match it against a secret
13996         key.  Also, added a note pointing out fact that the prompt only
13997         indicates the first matching key.
13998
13999         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14000         pgg-decrypt-region.
14001         (pgg-add-passphrase-to-cache): Rename from
14002         `pgg-add-passphrase-cache' to reduce confusion (all callers
14003         changed).
14004         (pgg-remove-passphrase-from-cache): Rename from
14005         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14006         changed).
14007         (pgg-read-passphrase, pgg-add-passphrase-cache)
14008         (pgg-remove-passphrase-cache): Add informative docstrings.
14009         (pgg-decrypt): Convey provided passphrase in subordinate call to
14010         pgg-decrypt-region.
14011
14012 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14013
14014         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14015         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14016         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14017         'passphrase' argument, so the passphrase can be managed externally
14018         and then passed in to the system.
14019
14020         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14021         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14022         so the passphrase cache can be used reliably with identifiers
14023         besides a pgp packet's key id.
14024
14025         * pgg-gpg.el (pgg-gpg-encrypt-region)
14026         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14027         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14028         these routines, so the passphrase can be managed externally and
14029         passed in to the system.
14030
14031         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14032         'notruncate' argument, so the passphrase cache can be used
14033         reliably with identifiers besides a pgp packet's key id.
14034
14035 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14036
14037         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14038         symmetric encryption.
14039         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14040         encrypted session key.
14041         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14042         message ask for the passphrase in a proper way.
14043
14044         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14045         New user commands for symmetric encryption.
14046
14047 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14050
14051         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14052
14053 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14054
14055         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14056
14057 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * mm-decode.el (mm-inlined-types): Add application/pgp.
14060         (mm-automatic-display): Ditto.
14061
14062         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14063         part as text.
14064
14065 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * nnrss.el: Update copyright.
14068         (nnrss-opml-import): Query whether to subscribe to each entry.
14069
14070         * gnus-art.el:
14071         * gnus-sum.el:
14072         * gnus-xmas.el:
14073         * messagexmas.el:
14074         * mm-uu.el:
14075         * mm-view.el: Update copyright.
14076
14077 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * message.el (message-info): New function.
14080         (message-mode-menu): Add it.
14081         Update copyright.
14082
14083         * ChangeLog: Fix and update copyright.
14084
14085 2006-01-13  Romain Francoise  <romain@orebokech.com>
14086
14087         * message.el (message-forward-subject-name-subject): Prefer the
14088         address to 'nowhere' if the sender has no name.
14089         Fix typo.  Update copyright year.
14090
14091 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-art.el (article-wash-html):
14094         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14095         (gnus-article-wash-html-with-w3m-standalone): New function.
14096
14097         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14098         mm-inline-text-html-render-with-w3m-standalone.
14099         (mm-text-html-washer-alist): Map w3m-standalone to
14100         gnus-article-wash-html-with-w3m-standalone.
14101         (mm-inline-text-html-render-with-w3m-standalone): New function.
14102
14103 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14104
14105         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14106         Improve LaTeX.
14107
14108 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14111         (nnrss-request-article): Render text/plain parts as HTML.
14112
14113         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14114         the buffer.
14115
14116 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14117
14118         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14119         custom definition of `gnus-posting-styles'.
14120
14121         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14122         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14123
14124 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14127         Use nntp for bug archive.
14128
14129 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14132         parts.
14133         (nnrss-normalize-date): New function converts ISO 8601 date into
14134         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14135         (nnrss-check-group): Use it.
14136
14137 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14140
14141         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14142         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14143         (nnrss-insert-w3): Ditto.
14144
14145 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14148         the articles to be forwarded including the case where neither a
14149         number of articles nor a region is specified.
14150
14151 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * nnrss.el (nnrss-request-article): Fix last change; fill
14154         text/plain parts.
14155
14156 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14159         in text/plain part.
14160         (nnrss-check-group): Don't add excessive newline to dc:subject.
14161
14162 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14163
14164         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14165         article.
14166
14167 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14170         (nnml-use-compressed-files, nnml-save-mail): Support other
14171         comression programs such as bzip2.
14172
14173 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14174
14175         * dns.el (query-dns): Make sure we check the buffer size before
14176         removing tcp headers.
14177
14178 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14181         remove MIME buttons associated with multipart/alternative parts.
14182         (gnus-mime-display-alternative): Tag buttons using `article-type'
14183         text property.
14184
14185         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14186         associated with multipart/alternative parts.
14187
14188         * gnus-art.el (gnus-signature-separator): Fix custom type.
14189
14190         * mm-decode.el (mm-inlined-types): Fix custom type.
14191         (mm-keep-viewer-alive-types): Ditto.
14192         (mm-automatic-display): Ditto.
14193         (mm-attachment-override-types): Ditto.
14194         (mm-inline-override-types): Ditto.
14195         (mm-automatic-external-display): Ditto.
14196
14197 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * spam-report.el (spam-report-user-mail-address)
14200         (spam-report-user-agent): New variables.
14201         (spam-report-url-ping-plain): Use spam-report-user-agent.
14202
14203 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14204
14205         * gnus-art.el (gnus-button-handle-custom): Do not just use
14206         `customize-apropos' for any "M-x customize-*" button but the
14207         function called for.  Accept both the function name and its
14208         argument in order to achieve this.
14209         (gnus-button-alist): Remove support for "custom:" URL's.
14210         Pass function name to `gnus-button-handle-custom' in case of "M-x
14211         customize-*" buttons.
14212
14213 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14216         multipart/alternative and add xref to mm-discouraged-alternatives
14217         in doc string.
14218
14219         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14220         gnus-buttonized-mime-types in doc string.
14221
14222 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14225         Suggest image/.* in the doc string.
14226
14227 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14230         message-marks (Debian bug #342521).
14231
14232 2005-12-12  Simon Josefsson  <jas@extundo.com>
14233
14234         * password.el (password-read-from-cache): Add.
14235         (password-read): Use it.
14236
14237 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * rfc2047.el (rfc2047-charset-to-coding-system):
14240         Recognize us-ascii as a MIME charset.
14241
14242         * mm-bodies.el (mm-decode-content-transfer-encoding):
14243         Protect against the case where the 2nd arg TYPE is nil.
14244
14245 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * pop3.el (pop3-stream-type): Fix custom version.
14248
14249         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14250
14251 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14252
14253         * mm-decode.el (mm-display-external): Add missing cdr.
14254
14255 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14258         RFC1524) if it is in mailcap or add a suffix according to
14259         mailcap-mime-extensions when generating a temp filename; postpone
14260         deleting a temp file for 2 seconds for some wrappers, shell
14261         scripts, and so on, which might exit right after having started a
14262         viewer command as a background job.
14263
14264 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * nntp.el (nntp-marks-directory): Fix custom group.
14267
14268         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14269         steps when < 10.
14270
14271         * gnus-start.el (gnus-no-server-1):
14272         Mention `gnus-level-default-subscribed' in doc string.
14273
14274 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14275
14276         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14277         parens.
14278
14279 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-xmas.el (gnus-use-toolbar): Revert.
14282         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14283         gnus-use-toolbar is default.
14284
14285         * messagexmas.el (message-use-toolbar): Revert.
14286         (message-setup-toolbar): Use global default-toolbar if
14287         message-use-toolbar is default.
14288
14289 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14292         according to default-toolbar-visible-p.
14293
14294         * messagexmas.el (message-use-toolbar): Ditto.
14295
14296 2005-11-26  Dave Love  <fx@gnu.org>
14297
14298         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14299         (tls-program, tls-success): Provide openssl alternative.
14300
14301         * starttls.el: Doc fixes.
14302         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14303         SERVICE to PORT.
14304
14305         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14306         port null or service name.
14307         (starttls-negotiate): Autoload.
14308
14309 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * message.el (message-kill-to-signature): Fix interactive spec.
14312
14313 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * pop3.el (pop3-open-server): Recognize a string as a service name.
14316
14317 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14318
14319         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14320
14321 2005-11-23  Dave Love  <fx@gnu.org>
14322
14323         Add pop3s, pop3/starttls.
14324
14325         * pop3.el (pop3-authentication-scheme): Clarify doc.
14326         (open-tls-stream, starttls-open-stream): Autoload.
14327         (pop3-stream-type): New.
14328         (pop3-open-server): Use it.
14329
14330         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14331         for POP.
14332         (mail-source-keyword-map): Add :stream for POP.
14333         (mail-source-fetch-pop): Use pop3-stream-type.
14334
14335 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14338         of current-time-string.
14339
14340 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14341
14342         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14343         date header.
14344
14345 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14346
14347         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14348         it can seriously impact performance as it bypasses the agent's
14349         local caches.
14350
14351 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14352
14353         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14354         must be explicitly online rather than "not explicitly offline" for
14355         its flags to be synchronized.
14356
14357         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14358         that gnus-uu-unmark-thread will function correctly.
14359
14360         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14361         1024K is instead displayed as 1M.
14362
14363 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14364
14365         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14366
14367 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14368
14369         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14370
14371 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14372
14373         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14374         error message to display actual error condition.
14375         (gnus-agent-save-local): Avoid saving symbols that are bound to
14376         nil as they simply result in a warning message in
14377         gnus-agent-read-local.
14378
14379 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14382         rather than make-variable-buffer-local for file-precious-flag.
14383
14384 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14385
14386         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14387         for duplicates which are removed.  The invalid sort check then
14388         triggers a rescan after the sort as sorting may have moved
14389         duplicate entries such that they can be cheaply detected.
14390
14391 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14394
14395 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14396
14397         * gnus-agent.el (gnus-agent-article-alist-save-format):
14398         Change internal variable to a custom variable.  Change default value
14399         from compressed(2) to uncompressed(1).
14400         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14401         support for uncompressed agentview files.  Taken together, reading
14402         the agentview file should now be 6-7 times faster.
14403
14404 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14405
14406         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14407         as a buffer-local variable.  This avoids creating truncated
14408         dribble files as a result of a hang up, eg.
14409
14410 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14411
14412         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14413         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14414         XEmacs.
14415
14416 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-start.el (gnus-start-draft-setup):
14419         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14420
14421         * gnus.el (gnus-splash): Change custom group.
14422         (gnus-group-get-parameter, gnus-group-parameter-value):
14423         Describe allow-list argument.
14424
14425         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14426         string.
14427
14428 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-art.el (gnus-default-article-saver): Add user-defined
14431         `function' to custom type.
14432
14433 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14434
14435         * imap.el (imap-open): Handle case where buffer is a buffer
14436         object.
14437
14438 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14441         long lines.
14442         (gnus-cache-delete-group): Wrap doc strings.
14443
14444         * gnus-agent.el (gnus-agent-rename-group)
14445         (gnus-agent-delete-group): Wrap doc strings.
14446
14447 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * messagexmas.el (message-use-toolbar): Change the valid values
14450         into default, top, bottom, left, and right.
14451         (message-toolbar-thickness): New variable.
14452         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14453         well.
14454         (message-setup-toolbar): Make it work.
14455
14456         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14457         (gnus-use-toolbar): Change the valid values into default, top,
14458         bottom, left, and right.
14459         (gnus-toolbar-thickness): New variable.
14460         (gnus-xmas-setup-toolbar): New function.
14461         (gnus-xmas-setup-group-toolbar): Use it.
14462         (gnus-xmas-setup-summary-toolbar): Use it.
14463
14464 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14465
14466         * gnus-start.el (gnus-1): Add "native" to
14467         gnus-predefined-server-alist.
14468
14469         * gnus.el (gnus-method-to-server): Don't add "native" to the
14470         lists here, because that leads to problems when
14471         gnus-select-method is bound.
14472
14473 2005-11-09  Simon Josefsson  <jas@extundo.com>
14474
14475         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14476         use (not sort-by-date) instead.
14477
14478 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14479
14480         * gnus-delay.el (gnus-delay-group): Don't autoload.
14481         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14482         to be re-loaded when customizing the `gnus-delay' group.
14483
14484 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14485
14486         * message.el: Revert last changes.
14487         (message-insert-citation-line): Use newlines.
14488
14489 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14490
14491         * message.el (message-courtesy-message)
14492         (message-mark-insert-begin, message-mark-insert-end)
14493         (message-elide-ellipsis, message-cancel-message)
14494         (message-add-header, message-change-subject)
14495         (message-cross-post-followup-to-header)
14496         (message-cross-post-insert-note, message-reduce-to-to-cc)
14497         (message-widen-reply, message-delete-not-region)
14498         (message-kill-to-signature, message-insert-signature)
14499         (message-insert-importance-high, message-insert-importance-low)
14500         (message-insert-or-toggle-importance)
14501         (message-insert-disposition-notification-to)
14502         (message-indent-citation, message-yank-original)
14503         (message-cite-original-without-signature, message-cite-original)
14504         (message-insert-citation-line, message-position-on-field)
14505         (message-fix-before-sending, message-send-mail-partially)
14506         (message-send-mail, message-send-mail-with-sendmail)
14507         (message-send-mail-with-qmail, message-send-news)
14508         (message-check-news-header-syntax, message-generate-headers)
14509         (message-insert-courtesy-copy, message-fill-address)
14510         (message-fill-header, message-shorten-references)
14511         (message-setup-1, message-cancel-news)
14512         (message-forward-make-body-plain, message-forward-make-body-mime)
14513         (message-forward-make-body-mml, message-encode-message-body)
14514         (message-forward-make-body-digest-plain)
14515         (message-forward-make-body-digest-mime)
14516         (message-use-alternative-email-as-from): Insert `hard-newline'
14517         instead of ordinary newlines.
14518
14519 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * message.el (message-generate-headers): Downcase the argument
14522         given to message-check-element.
14523
14524 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14525
14526         * nntp.el (nntp-authinfo-rejected): New error condition.
14527         (nntp-wait-for): Use new error condition to signal authentication
14528         error.
14529         (nntp-retrieve-data): Rethrow new error condition to break out of
14530         recursive call to nntp-send-authinfo.
14531
14532 2005-11-08  Romain Francoise  <romain@orebokech.com>
14533
14534         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14535         (gnus-summary-exit-map): Bind to `Z p'.
14536         (gnus-summary-make-menu-bar): Add menu item.
14537
14538 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14541         (gnus-treat-*): Add `first' in all doc strings.
14542
14543         * gnus-group.el (gnus-group-compact-group): Fix typo.
14544
14545 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus.el (gnus-parameters-case-fold-search): New variable.
14548         (gnus-parameters-get-parameter): Use it.
14549
14550         * gnus-score.el (gnus-home-score-file): Doc fix.
14551
14552 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14553
14554         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14555
14556 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * mm-util.el (mm-special-display-p): New function.
14559
14560         * mml.el (mml-preview): Use it; doc fix.
14561
14562 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14563
14564         * imap.el (imap-open): Handle case where buffer is a buffer object.
14565
14566 2005-10-29  Romain Francoise  <romain@orebokech.com>
14567
14568         * message.el (message-fix-before-sending): Fix comment.
14569
14570 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14571
14572         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14573
14574 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14575
14576         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14577         Used in gnus-score.el.
14578
14579 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14582
14583 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14586         whitespace removed in revision 7.8.  Use concatenated string to
14587         protect trailing whitespace.
14588
14589 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14590
14591         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14592         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14593         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14594         Courier IMAP ("some version from 2004").  Mostly based on similar
14595         code in the same function.
14596
14597 2005-10-26  Didier Verna  <didier@xemacs.org>
14598
14599         * gnus-group.el (gnus-group-compact-group): Invalidate original
14600         article buffer.
14601         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14602         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14603         NOV database and in article itself.
14604         Invalidate article backlog.
14605
14606 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14609
14610 2005-10-26  Simon Josefsson  <jas@extundo.com>
14611
14612         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14613         part of 2004-07-25 change.
14614
14615 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * message.el (message-display-completion-list): New function.
14618         (message-expand-group): Use it; make sure the Completions buffer
14619         is modifiable.
14620 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14621
14622         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14623         user-mail-name is an empty string.
14624
14625 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14628         depending on gnus-score-decay-constant.
14629
14630         * encrypt.el (encrypt-insert-file-contents)
14631         (encrypt-write-file-contents): Don't use `gnus-message'.
14632
14633         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14634         arguments.
14635         (mm-uu-type-alist): Add message-marks and insert-marks.
14636         Pass arguments to mm-uu-verbatim-marks-extract.
14637         (mm-uu-hide-markers): New variable.
14638         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14639
14640         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14641         (gnus-convert-image-to-face-command): Use "convert" by default to
14642         allow other input image formats.
14643         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14644         accordingly.
14645
14646 2005-10-23  Simon Josefsson  <jas@extundo.com>
14647
14648         * imap.el (imap-gssapi-program): Align command line parameters
14649         with latest GNU SASL.
14650         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14651
14652 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14653
14654         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14655         HTML.
14656         (nnslashdot-request-article): Ditto.
14657
14658         * lpath.el (featurep): Add nobreak-char-display.
14659
14660 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14661
14662         * mail-source.el (mail-source-fetch-pop): Require pop3.
14663         (mail-source-check-pop): Ditto.
14664
14665 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14668         errors.
14669
14670 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14673         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14674
14675         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14676
14677         * mm-bodies.el (mm-decode-string):
14678         Call `mm-charset-to-coding-system' with allow-override argument.
14679
14680 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14683         (rfc2047-charset-to-coding-system): New function.
14684         (rfc2047-decode-encoded-words): New function.
14685         (rfc2047-decode-region): Use them.
14686         (rfc2047-decode-cte): Remove.
14687         (rfc2047-parse-and-decode): Remove.
14688         (rfc2047-decode): Remove.
14689
14690 2005-10-15  Kenichi Handa  <handa@m17n.org>
14691
14692         * rfc2047.el (rfc2047-decode-cte): New function.
14693         (rfc2047-decode-region): Change the way to decode successive
14694         encoded-words: decode B- or Q-encoding in each encoded-word,
14695         concatenate them, and decode it as charset.
14696
14697 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * lpath.el: Fbind codepage-setup for XEmacs.
14700
14701 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14702
14703         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14704         widget-move-and-invoke.
14705         (gnus-custom-mode): Use gnus-custom-map.
14706
14707 2005-10-15  Bill Wohler  <wohler@newt.com>
14708
14709         * message.el (message-tool-bar-map): Rename image file from
14710         mail_send to mail/send.
14711
14712 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14713
14714         * message.el (message-expand-group): Pass the common
14715         prefix substring of completion to `display-completion-list'.
14716
14717 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * mml-sec.el (mml-secure-method): New internal variable.
14720         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14721         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14722         New functions using mml-secure-method.
14723
14724         * mml.el (mml-mode-map): Add key bindings for those functions.
14725         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14726         Harder <harder@myrealbox.com>.
14727         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14728         Goto end of message if point is the headers of the message.
14729
14730         * message.el (message-in-body-p): New function.
14731
14732         * assistant.el: Autoload gnus-util and netrc.
14733
14734         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14735         Use `mm-charset-override-alist' only when decoding.
14736
14737         * mm-bodies.el (mm-decode-body):
14738         Call `mm-charset-to-coding-system' with allow-override argument.
14739
14740         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14741         `filename' from Content-Disposition if Content-Type doesn't
14742         provide `name'.
14743         (gnus-mime-view-part-as-type): Set default instead of
14744         initial-input.
14745
14746 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14747
14748         * format-spec.el (format-spec): Propagate text properties of % spec.
14749
14750 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-art.el (gnus-treat-predicate): Add `first'.
14753
14754 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14757         (mm-charset-override-alist): New variable.
14758         (mm-charset-to-coding-system): Use it.
14759         (mm-codepage-setup): New helper function.
14760         (mm-charset-eval-alist): New variable.
14761         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14762         Warn about unknown charsets.
14763
14764         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14765
14766 2005-10-04  David Hansen  <david.hansen@gmx.net>
14767
14768         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14769         (nnrss-check-group): Ditto.
14770
14771 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14774         Rename x-gnus-verbatim to x-verbatim.
14775         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14776
14777         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14778         x-verbatim.
14779
14780         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14781
14782         * gnus-util.el (gnus-remove-duplicates): Remove.
14783
14784         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14785         instead of gnus-remove-duplicates.
14786
14787         * message.el (message-remove-duplicates): Remove.
14788         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14789         message-remove-duplicates.
14790
14791         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14792         available, else use implementation from `delete-dups'.
14793
14794         * message.el (message-insert-expires): New function.
14795         (message-mode-map): Add key binding.
14796         (message-mode-field-menu): Add menu entry.
14797         (message-mode): Document it.
14798         (message-make-expires-date): Use `message-make-date'.
14799
14800 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14801
14802         * message.el (message-make-expires-date): New function.
14803
14804 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * Makefile.in (list-installed-shadows): New entry.
14807         (install): Use it.
14808         (remove-installed-shadows): New entry.
14809
14810         * dgnushack.el (dgnushack-default-load-path): New variable.
14811         (dgnushack-find-lisp-shadows): New function.
14812         (dgnushack-remove-lisp-shadows): New function.
14813
14814 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * Makefile.in (install-el-elc): New entry.
14817         (install): Use it so that .el files are necessarily installed.
14818
14819 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14822
14823 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14824
14825         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14826         function rather than the diff-mode.el package.
14827         (mm-display-external): Use with-current-buffer.
14828         (mm-viewer-completion-map, mm-viewer-completion-map):
14829         Move initialization inside declaration.
14830
14831 2005-09-29  Simon Josefsson  <jas@extundo.com>
14832
14833         * spam.el: Load hashcash when compiling, to avoid warnings.
14834         Don't autoload mail-check-payment.
14835         (spam-check-hashcash): Define unconditionally, since hashcash.el
14836         is part of Gnus now.  Ignore errors from payment checking.
14837
14838 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * message.el (message-bold-region, message-unbold-region):
14841         Rename from `bold-region' and `unbold-region'.
14842
14843         * message.el: Remove useless autoloads.
14844
14845 2005-09-28  Simon Josefsson  <jas@extundo.com>
14846
14847         * message.el (message-use-idna): Default to t.
14848         (message-use-idna): Test whether encoding works too.  Doc fix.
14849
14850 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * nntp.el (nntp-warn-about-losing-connection): Remove.
14853
14854 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14857         customizable.  Change default value.
14858         (mm-uu-diff-groups-regexp): Change default value.
14859         (mm-uu-type-alist): Add doc string.
14860         (mm-uu-configure): Add doc string.  Make it interactive.
14861         (mm-uu-tex-groups-regexp): New variable.
14862         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14863         (mm-uu-type-alist): Add LaTeX documents.
14864         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14865         of "text/verbatim".
14866         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14867
14868         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14869         instead of "text/verbatim".
14870
14871         * message.el (message-mark-inserted-region)
14872         (message-mark-insert-file): Use slrn style marks when called with
14873         prefix argument.
14874
14875 2005-09-27  Simon Josefsson  <jas@extundo.com>
14876
14877         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14878
14879 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14880
14881         * message.el (message-remove-duplicates): New function.
14882         Implementation borrowed from `gnus-remove-duplicates'.
14883         (message-idna-to-ascii-rhs): Also encode idna addresses in
14884         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14885         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14886         only ask about the same idna domain once per header and also tell
14887         in what header to replace the idna domain.
14888
14889         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14890         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14891         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14892         a header is decoded and not just the last one.
14893
14894 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14897         has been decoded.
14898
14899         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14900         (mm-insert-part): Don't modify text if it has been decoded.
14901
14902         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14903         decoded.
14904
14905         * mm-view.el (mm-inline-text): Don't strip text props unless
14906         decoding enriched or richtext parts.
14907
14908 2005-09-25  Romain Francoise  <romain@orebokech.com>
14909
14910         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14911         * gnus-start.el (gnus-subscribe-interactively):
14912         * gnus-uu.el (gnus-uu-grab-articles):
14913         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14914         space.
14915
14916 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14917
14918         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14919         * mm-view.el (mm-view-pkcs7-decrypt):
14920         * gnus-sum.el (gnus-summary-limit-to-extra)
14921         (gnus-summary-respool-article, gnus-read-move-group-name):
14922         * gnus-score.el (gnus-summary-increase-score):
14923         * gnus-util.el (gnus-completing-read-with-default):
14924         * gnus-art.el (gnus-read-save-file-name)
14925         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14926         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14927         * message.el (message-check-news-header-syntax):
14928         Follow convention for reading with the minibuffer.
14929
14930 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * spam-report.el (spam-report-url-ping-plain):
14933         Use gnus-extended-version as User-Agent.
14934
14935         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14936         default value is nil.
14937
14938         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14939         (mm-uu-verbatim-marks-extract): New function.
14940         (mm-uu-extract): New face.
14941         (mm-uu-copy-to-buffer): Use it.
14942
14943         * spam-report.el (spam-report-gmane-ham): Rename from
14944         `spam-report-gmane-unspam'.
14945         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14946         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14947
14948         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14949         Autoload.
14950         (spam-report-gmane-unregister-routine):
14951         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14952
14953 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14954
14955         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14956         (spam-report-gmane-unregister-routine): Add support for gmane
14957         unregistration.
14958
14959         * spam-report.el (spam-report-gmane-unspam)
14960         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14961         (spam-report-gmane): Change to take a single article and do unspam
14962         registration.
14963
14964 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * mm-url.el (mm-url-decode-entities): Fix regexp.
14967
14968 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14971         default to nil, to be able to use Gnus at all.  If the default
14972         switches to something else, then the function should be fixed not
14973         be exceedingly slow.
14974
14975 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14976
14977         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14978         fail hard.
14979
14980         * spam-report.el: Add better Keywords line.
14981
14982         * spam.el: Add Maintainer and better Keywords line.
14983
14984 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-art.el (gnus-article-replace-part)
14987         (gnus-mime-replace-part): New functions.
14988         (gnus-mime-action-alist, gnus-mime-button-commands)
14989         (gnus-mime-save-part-and-strip): Add file argument.
14990         (gnus-article-part-wrapper): Add interactive argument.
14991
14992         * gnus-sum.el (gnus-summary-mime-map):
14993         Add `gnus-article-replace-part'.
14994
14995 2005-09-19  Didier Verna  <didier@xemacs.org>
14996
14997         The nnml compaction feature:
14998         * nnml.el (nnml-request-compact-group): New function.
14999         * nnml.el (nnml-request-compact): New function.
15000         * gnus-int.el (gnus-request-compact-group): New function.
15001         * gnus-int.el (gnus-request-compact): New function.
15002         * gnus-group.el (gnus-group-compact-group): New function.
15003         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15004         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15005         * gnus-srvr.el (gnus-server-compact-server): New function.
15006         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15007         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15008
15009 2005-09-18  Deepak Goel  <deego@gnufans.org>
15010
15011         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15012         format spec.
15013
15014 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15017
15018 2005-09-15  Romain Francoise  <romain@orebokech.com>
15019
15020         * message.el (message-fill-paragraph): Clarify docstring.
15021
15022 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-art.el (gnus-mime-display-part): Protect against broken
15025         MIME messages.
15026
15027 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15030         before parsing header.
15031
15032 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15033
15034         * html2text.el (html2text-replace-list): Add new entities.
15035
15036 2005-09-11  Romain Francoise  <romain@orebokech.com>
15037
15038         * message.el (message-alternative-emails): Improve docstring.
15039         (message-setup-1): Call `message-use-alternative-email-as-from'
15040         after `message-setup-hook' to give it precedence over posting
15041         styles, etc.
15042         (message-use-alternative-email-as-from): Add docstring.
15043         Remove the original From header if present.
15044
15045         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15046         (nnml-save-mail): Use it.
15047
15048         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15049         articles.  Add new argument `silent'.
15050         (gnus-uu-mark-all): Report the total number of marked articles.
15051
15052 2005-09-10  Romain Francoise  <romain@orebokech.com>
15053
15054         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15055         (gnus-uu-mark-series): Likewise.
15056
15057 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15058
15059         * spam-report.el (spam-report-gmane): Fix generation of spam
15060         report URL.
15061
15062 2005-09-10  Simon Josefsson  <jas@extundo.com>
15063
15064         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15065         t, based on discussion on the ding list with Robert Epprecht
15066         <epprecht@solnet.ch>.
15067
15068 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * spam-report.el (spam-report-gmane): Make it work without
15071         X-Report-Spam header.  Gmane now only provides Archived-At.
15072         This is only used if `spam-report-gmane-use-article-number' is nil.
15073         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15074
15075         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15076         make `gnus-summary-sort-by-recipient' work with threading.
15077
15078         * nnweb.el (nnweb-google-wash-article): Print a message if article
15079         is not available.
15080
15081 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15082
15083         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15084         change.  Decode text/* parts content before displaying.
15085
15086 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15089
15090 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15093
15094         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15095         url-package-name, url-package-version,
15096         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15097         w3m-display-inline-images, and w3m-minor-mode-map.
15098
15099 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * message.el (message-tab-body-function): Fix mismatched custom type.
15102
15103         * gnus.el (gnus-group-change-level-function): Ditto.
15104
15105         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15106
15107         * gnus-art.el (gnus-signature-limit)
15108         (gnus-article-mime-part-function): Ditto.
15109
15110 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * mml.el (mml-mode): Silence the byte compiler.
15113
15114         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15115         using `(sit-for 0)' before moving the point to the specified part;
15116         skip unbuttonized parts.
15117         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15118         return to the summary window if gnus-auto-select-part is non-nil.
15119
15120 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15123         New variables.
15124         (mml-dnd-attach-file, mml-mode): Use them.
15125
15126         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15127         Make fetching article by MID work again for Google Groups.
15128         Add FIXME concerning gnus-group-make-web-group.
15129
15130         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15131         Don't depend on Gnus by using mail-extract-address-components if
15132         gnus-extract-address-components is not bound.
15133
15134 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * gnus-art.el (gnus-mime-display-security): Don't display the
15137         signature, but only the signed part.
15138
15139 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15142
15143         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15144         list, not listp.
15145
15146 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15147
15148         * mm-encode.el (mm-encode-content-transfer-encoding):
15149         Likewise when encoding.
15150
15151         * mm-bodies.el (mm-decode-content-transfer-encoding):
15152         De-canonicalize CRLF for all text content types, not just
15153         text/plain.
15154
15155 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15158         valid article; point arrow and cursor at the MIME button.
15159
15160 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15163         Suggested by Dan Christensen <jdc@uwo.ca>.
15164
15165         * mm-decode.el (mm-save-part): Enable change of prompt.
15166
15167 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15168
15169         * gnus-msg.el (gnus-inews-add-send-actions):
15170         Make `message-post-method' lambda parameter ARG `&optional'.
15171
15172 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * gnus-sum.el (gnus-summary-mime-map):
15175         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15176         gnus-article-jump-to-part.
15177
15178         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15179         (gnus-article-edit-part): Use it.
15180         (gnus-article-part-wrapper): Add no-handle argument.
15181         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15182         New functions.
15183
15184 2005-08-29  Romain Francoise  <romain@orebokech.com>
15185
15186         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15187         docstring.
15188         (gnus-face-from-file): Likewise.
15189
15190 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15193         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15194         non-nil.
15195         (gnus-auto-select-part): New variable.
15196         (gnus-article-jump-to-part): New function.
15197         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15198         (gnus-mime-delete-part): Allow selecting specified part after
15199         deleting or stripping parts.
15200         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15201         part if argument is bogus.
15202
15203 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15204
15205         * gnus-art.el (w3m-minor-mode-map):
15206         * gnus-spec.el (gnus-newsrc-file-version):
15207         * gnus-util.el (nnmail-active-file-coding-system)
15208         (gnus-original-article-buffer, gnus-user-agent):
15209         * gnus.el (gnus-ham-process-destinations)
15210         (gnus-parameter-ham-marks-alist)
15211         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15212         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15213         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15214         * mm-decode.el (gnus-current-window-configuration):
15215         * mm-extern.el (gnus-article-mime-handles):
15216         * mm-url.el (url-current-object, url-package-name)
15217         (url-package-version):
15218         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15219         (smime-keys, w3m-cid-retrieve-function-alist)
15220         (w3m-current-buffer, w3m-display-inline-images)
15221         (w3m-minor-mode-map):
15222         * mml-smime.el (gnus-extract-address-components):
15223         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15224         (gnus-newsrc-hashtb, message-default-charset)
15225         (message-deletable-headers, message-options)
15226         (message-posting-charset, message-required-mail-headers)
15227         (message-required-news-headers):
15228         * mml1991.el (mc-pgp-always-sign):
15229         * mml2015.el (mc-pgp-always-sign):
15230         * nnheader.el (nnmail-extra-headers):
15231         * rfc1843.el (gnus-decode-encoded-word-function)
15232         (gnus-decode-header-function, gnus-newsgroup-name):
15233         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15234
15235 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15236
15237         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15238         the end of the date treatments.
15239
15240 2005-08-15  Simon Josefsson  <jas@extundo.com>
15241
15242         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15243         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15244         Capello and Romain Francoise.
15245         (pgg-fetch-key-function): Remove, not used?
15246         (pgg-insert-url-with-w3): Require url, to get
15247         url-insert-file-contents regardless of where it is defined.
15248
15249 2005-08-13  Romain Francoise  <romain@orebokech.com>
15250
15251         * message.el (message-cite-original-1): New function.
15252         (message-cite-original): Use it.
15253         (message-cite-original-without-signature): Ditto.
15254
15255 2005-08-08  Romain Francoise  <romain@orebokech.com>
15256
15257         * message.el (message-yank-empty-prefix): New variable.
15258         (message-indent-citation): Use it.
15259         (message-cite-original-without-signature): Respect X-No-Archive.
15260
15261 2005-08-08  Simon Josefsson  <jas@extundo.com>
15262
15263         * pgg.el: Autoload url-insert-file-contents instead of loading
15264         w3/url.
15265         (pgg-insert-url-with-w3): Don't load url here.
15266
15267 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15268
15269         * message.el (message-kill-to-signature): Don't insert newline at
15270         bol.
15271         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15272
15273 2005-08-06  Romain Francoise  <romain@orebokech.com>
15274
15275         * message.el (message-user-fqdn): Fix typo in docstring.
15276
15277 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15278
15279         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15280
15281         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15282
15283 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * mm-bodies.el (mm-encode-body): Use coding system rather than
15286         charset to encode text.
15287
15288         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15289         number of charsets if utf-8 is available (XEmacs).
15290
15291 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15294         taken from `gnus-button-mid-or-mail-regexp'.
15295         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15296         (gnus-button-alist): Improve regexp for domain part of the MIDs
15297         for news:localpart@domain buttons.
15298         (gnus-button-ctan-directory-regexp): Update.
15299
15300 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * sieve-manage.el (sieve-manage-interactive-login):
15303         Use make-local-variable rather than make-variable-buffer-local.
15304         (sieve-manage-open): Ditto.
15305         (sieve-manage-authenticate): Ditto.
15306
15307         * mml.el (mml-generate-mime-1): Make the content type default to
15308         text/plain if the filename is not specified.
15309
15310 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15313         instead of insert-buffer.
15314
15315         * message.el (message-yank-original): Ditto; set the mark at the
15316         end of the yanked message.
15317
15318 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15321         lines to scroll rather than to stop it.
15322
15323         * mml.el (mml-generate-default-type): Add doc string.
15324         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15325         default to application/octet-stream when determining the content
15326         type if it is not specified for the part or the mml contents; add
15327         a comment about mml-generate-default-type.
15328
15329 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15332         make it default to application/octet-stream when determining the
15333         content type if it is not specified for the external contents.
15334
15335 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15338         segmented parameter but also other parameters might be there.
15339
15340 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * mm-decode.el (mm-display-external): Delete temp file, directory
15343         and buffer immediately if the external process is exited.
15344
15345 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15348         fewer lines than that of scroll-margin.
15349         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15350
15351 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-art.el (gnus-article-next-page): Revert.
15354         (gnus-article-beginning-of-window): New macro.
15355         (gnus-article-next-page-1): Use it.
15356         (gnus-article-prev-page): Ditto.
15357         (gnus-article-edit-part): Use insert-buffer-substring instead of
15358         insert-buffer.
15359         (gnus-article-edit-exit): Ditto.
15360
15361         * gnus-util.el (gnus-beginning-of-window): Remove.
15362         (gnus-end-of-window): Remove.
15363
15364         * lpath.el: Don't bind header-line-format and scroll-margin.
15365
15366 2005-07-25  Simon Josefsson  <jas@extundo.com>
15367
15368         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15369         to have the url package without w3.  Reported by Daiki Ueno
15370         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15371
15372 2005-07-20  Didier Verna  <didier@xemacs.org>
15373
15374         * gnus-diary.el: Remove the description comment (nndiary is now
15375         properly documented in the Gnus manual).
15376         Fix the spelling of "Back End".
15377         * nndiary.el: Ditto.
15378         Fix the copyright notice.
15379
15380 2005-07-18  Romain Francoise  <romain@orebokech.com>
15381
15382         * gnus-sum.el (gnus-summary-to-prefix)
15383         (gnus-summary-newsgroup-prefix): New variables.
15384         (gnus-summary-from-or-to-or-newsgroups): Use them.
15385
15386 2005-07-17  Romain Francoise  <romain@orebokech.com>
15387
15388         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15389         space as it's generally not especially interesting to the user.
15390
15391 2005-07-16  Romain Francoise  <romain@orebokech.com>
15392
15393         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15394         nil to avoid prompting and file modification if one of the
15395         messages at the top of the nnfolder file contains a copyright
15396         notice.
15397         Update copyright notice.
15398
15399         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15400         instead of `current-time-string' as the latter creates a time
15401         string that is not RFC 2822 compliant (it lacks the zone).
15402         Update copyright notice.
15403
15404 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15405
15406         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15407         for text/rtf.  Display default in prompt.  Pass default for M-n.
15408
15409         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15410
15411 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15412
15413         * gnus-msg.el (gnus-button-mailto):
15414         Remove save-selected-window-window hackery because it relies on
15415         save-selected-window internals.
15416
15417 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15420         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15421         (gnus-article-prev-page): Ditto.
15422
15423         * gnus-util.el (gnus-beginning-of-window): New function.
15424         (gnus-end-of-window): New function.
15425
15426         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15427
15428 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15429
15430         * gnus-score.el (gnus-score-edit-all-score):
15431         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15432         gnus-message.
15433
15434 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435
15436         * gnus-msg.el (gnus-button-mailto):
15437         Remove save-selected-window-window hackery because it relies on
15438         save-selected-window internals.
15439
15440 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15443         add-minor-mode.
15444         (gnus-binary-mode): Ditto.
15445
15446         * gnus-topic.el (gnus-topic-mode): Ditto.
15447
15448 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15449
15450         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15451         (gnus-article-prev-page): Take scroll-margin into consideration.
15452
15453 2005-07-04  Lute Kamstra  <lute@gnu.org>
15454
15455         Update FSF's address in GPL notices.
15456
15457 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15458
15459         * gnus.el (gnus-exit):
15460         * gnus-group.el (gnus-group-icons):
15461         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15462
15463         * gnus-nocem.el (gnus-nocem):
15464         * message.el (message-various, message-buffers, message-sending)
15465         (message-interface, message-forwarding, message-insertion)
15466         (message-headers, message-news, message-mail):
15467         * pgg-gpg.el (pgg-gpg):
15468         * pgg-parse.el (pgg-parse):
15469         * pgg-pgp.el (pgg-pgp):
15470         * pgg-pgp5.el (pgg-pgp5):
15471         * pop3.el (pop3): Finish `defgroup' description with period.
15472
15473 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-art.el (article-display-face): Improve the efficiency.
15476         (article-display-x-face): Ditto; remove grey x-face stuff.
15477
15478 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-art.el (article-display-face): Correct the position in
15481         which Faces are inserted.
15482
15483 2005-06-29  Didier Verna  <didier@xemacs.org>
15484
15485         * gnus-art.el (article-display-face): Display faces in correct
15486         order.
15487
15488 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15491         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15492         (gnus-nocem-check-article): Fetch the Type header.
15493         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15494         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15495         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15496         make sure gnus-nocem-hashtb is initialized.
15497         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15498         (gnus-nocem-unwanted-article-p): Ditto.
15499
15500         * pgg.el (pgg-verify): Return the verification result.
15501
15502 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15505         is ascii.
15506
15507 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15508
15509         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15510         `show-nonbreak-escape'.
15511
15512 2005-06-23  Lute Kamstra  <lute@gnu.org>
15513
15514         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15515
15516         * dig.el (dig-mode):
15517         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15518
15519 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15520
15521         * nnimap.el (nnimap-split-download-body): Fix spellings.
15522
15523 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15524
15525         * gnus-art.el (gnus-article-encrypt-body):
15526         * gnus-cus.el (gnus-score-customize):
15527         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15528         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15529
15530 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15531
15532         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15533         header by looking for magic "MII" at the beginnig.
15534
15535 2005-06-16  Miles Bader  <miles@gnu.org>
15536
15537         * gnus-xmas.el (gnus-xmas-group-startup-message):
15538         Use renamed gnus-splash face.
15539
15540         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15541         (assistant-field-face): New backward-compatibility alias for renamed
15542         face.
15543         (assistant-render-text): Use renamed assistant-field face.
15544
15545         * spam.el (spam): Remove "-face" suffix from face name.
15546         (spam-face): New backward-compatibility alias for renamed face.
15547         (spam-face, spam-initialize): Use renamed spam face.
15548
15549         * message.el (message-header-to, message-header-cc)
15550         (message-header-subject, message-header-newsgroups)
15551         (message-header-other, message-header-name)
15552         (message-header-xheader, message-separator, message-cited-text)
15553         (message-mml): Remove "-face" suffix from face names.
15554         (message-header-to-face, message-header-cc-face)
15555         (message-header-subject-face, message-header-newsgroups-face)
15556         (message-header-other-face, message-header-name-face)
15557         (message-header-xheader-face, message-separator-face)
15558         (message-cited-text-face, message-mml-face):
15559         New backward-compatibility aliases for renamed faces.
15560         (message-font-lock-keywords): Use renamed message faces.
15561
15562         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15563         (sieve-test-commands, sieve-tagged-arguments):
15564         Remove "-face" suffix from face names.
15565         (sieve-control-commands-face, sieve-action-commands-face)
15566         (sieve-test-commands-face, sieve-tagged-arguments-face):
15567         New backward-compatibility aliases for renamed faces.
15568         (sieve-control-commands-face, sieve-action-commands-face)
15569         (sieve-test-commands-face, sieve-tagged-arguments-face):
15570         Use renamed sieve faces.
15571
15572         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15573         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15574         (gnus-group-news-3-empty, gnus-group-news-4)
15575         (gnus-group-news-4-empty, gnus-group-news-5)
15576         (gnus-group-news-5-empty, gnus-group-news-6)
15577         (gnus-group-news-6-empty, gnus-group-news-low)
15578         (gnus-group-news-low-empty, gnus-group-mail-1)
15579         (gnus-group-mail-1-empty, gnus-group-mail-2)
15580         (gnus-group-mail-2-empty, gnus-group-mail-3)
15581         (gnus-group-mail-3-empty, gnus-group-mail-low)
15582         (gnus-group-mail-low-empty, gnus-summary-selected)
15583         (gnus-summary-cancelled, gnus-summary-high-ticked)
15584         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15585         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15586         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15587         (gnus-summary-low-undownloaded)
15588         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15589         (gnus-summary-low-unread, gnus-summary-normal-unread)
15590         (gnus-summary-high-read, gnus-summary-low-read)
15591         (gnus-summary-normal-read, gnus-splash):
15592         Remove "-face" suffix from face names.
15593         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15594         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15595         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15596         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15597         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15598         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15599         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15600         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15601         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15602         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15603         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15604         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15605         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15606         (gnus-summary-normal-ticked-face)
15607         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15608         (gnus-summary-normal-ancient-face)
15609         (gnus-summary-high-undownloaded-face)
15610         (gnus-summary-low-undownloaded-face)
15611         (gnus-summary-normal-undownloaded-face)
15612         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15613         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15614         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15615         (gnus-splash-face):
15616         New backward-compatibility aliases for renamed faces.
15617         (gnus-group-startup-message): Use renamed gnus faces.
15618
15619         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15620         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15621         (gnus-server-agent): Remove "-face" suffix from face names.
15622         (gnus-server-agent-face, gnus-server-opened-face)
15623         (gnus-server-closed-face, gnus-server-denied-face)
15624         (gnus-server-offline-face):
15625         New backward-compatibility aliases for renamed faces.
15626         (gnus-server-agent-face, gnus-server-opened-face)
15627         (gnus-server-closed-face, gnus-server-denied-face)
15628         (gnus-server-offline-face): Use renamed gnus faces.
15629
15630         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15631         Remove "-face" suffix from face names.
15632         (gnus-picon-xbm-face, gnus-picon-face):
15633         New backward-compatibility aliases for renamed faces.
15634
15635         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15636         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15637         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15638         (gnus-cite-11): Remove "-face" suffix from face names.
15639         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15640         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15641         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15642         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15643         New backward-compatibility aliases for renamed faces.
15644         (gnus-cite-attribution-face, gnus-cite-face-list)
15645         (gnus-article-boring-faces): Use renamed gnus faces.
15646
15647         * gnus-art.el (gnus-signature, gnus-header-from)
15648         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15649         (gnus-header-content): Remove "-face" suffix from face names.
15650         (gnus-signature-face, gnus-header-from-face)
15651         (gnus-header-subject-face, gnus-header-newsgroups-face)
15652         (gnus-header-name-face, gnus-header-content-face):
15653         New backward-compatibility aliases for renamed faces.
15654         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15655
15656         * gnus-sum.el (gnus-summary-selected-face)
15657         (gnus-summary-highlight): Use renamed gnus faces.
15658         * gnus-group.el (gnus-group-highlight): Likewise.
15659
15660 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15661
15662         * gnus-sieve.el (gnus-sieve-article-add-rule):
15663         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15664         * spam-stat.el (spam-stat-buffer-change-to-spam)
15665         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15666
15667         * message.el (message-is-yours-p):
15668         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15669
15670 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * mm-view.el (mm-inline-text): Withdraw the last change.
15673
15674 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15677         executing enriched-decode.
15678
15679 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15682         charset of tar files.
15683
15684 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15685
15686         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15687
15688 2005-06-04  Lute Kamstra  <lute@gnu.org>
15689
15690         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15691         information is never recorded.
15692
15693 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15694
15695         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15696
15697 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * pop3.el (pop3-apop): Run md5 in the binary mode.
15700
15701         * starttls.el (starttls-set-process-query-on-exit-flag):
15702         Use eval-and-compile.
15703
15704 2005-05-31  Simon Josefsson  <jas@extundo.com>
15705
15706         * smime.el (smime-replace-in-string): Define.
15707         (smime-cert-by-ldap-1): Use it.
15708
15709 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-art.el (article-display-x-face): Replace
15712         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15713
15714         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15715         set-process-query-on-exit-flag or process-kill-without-query.
15716
15717         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15718         loop instead of replace-regexp.
15719
15720         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15721         instead of process-kill-without-query if it is available.
15722
15723         * lpath.el: Fbind ldap-search-entries.
15724
15725         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15726         instead of find-file-hooks if it is available.
15727
15728         * mml1991.el: Bind pgg-default-user-id when compiling.
15729
15730         * mml2015.el: Bind pgg-default-user-id when compiling.
15731
15732         * nndraft.el (nndraft-request-associate-buffer):
15733         Use write-contents-functions instead of write-contents-hooks if it is
15734         available.
15735
15736         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15737         instead of find-file-hooks if it is available.
15738
15739         * nntp.el (nntp-open-connection): Replace
15740         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15741         (nntp-open-ssl-stream): Ditto.
15742         (nntp-open-tls-stream): Ditto.
15743
15744         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15745         set-process-query-on-exit-flag or process-kill-without-query.
15746         (starttls-open-stream-gnutls): Use it instead of
15747         process-kill-without-query.
15748         (starttls-open-stream): Ditto.
15749
15750 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15751
15752         * smime.el (smime-cert-by-ldap-1): Don't use
15753         replace-regexp-in-string.
15754
15755 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15756
15757         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15758
15759         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15760         in PEM format.  Adjust to the XEmacs compability.
15761
15762 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15765         by `string-to-number'.
15766         * gnus-agent.el (gnus-agent-regenerate-group)
15767         (gnus-agent-fetch-articles): Ditto.
15768         * gnus-art.el (gnus-button-fetch-group): Ditto.
15769         * gnus-cache.el (gnus-cache-generate-active)
15770         (gnus-cache-articles-in-group): Ditto.
15771         * gnus-group.el (gnus-group-set-current-level)
15772         (gnus-group-insert-group-line): Ditto.
15773         * gnus-score.el (gnus-score-set-expunge-below)
15774         (gnus-score-set-mark-below, gnus-summary-score-effect)
15775         (gnus-summary-score-entry): Ditto.
15776         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15777         (gnus-soup-pack): Ditto.
15778         * gnus-spec.el (gnus-xmas-format): Ditto.
15779         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15780         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15781         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15782         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15783         * nndb.el (nndb-get-remote-expire-response): Ditto.
15784         * nndiary.el (nndiary-parse-schedule-value)
15785         (nndiary-string-to-number, nndiary-request-replace-article)
15786         (nndiary-request-article): Ditto.
15787         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15788         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15789         * nneething.el (nneething-make-head): Ditto.
15790         * nnfolder.el (nnfolder-request-article)
15791         (nnfolder-retrieve-headers): Ditto.
15792         * nnheader.el (nnheader-file-to-number): Ditto.
15793         * nnkiboze.el (nnkiboze-request-article): Ditto.
15794         * nnmail.el (nnmail-process-unix-mail-format)
15795         (nnmail-process-babyl-mail-format): Ditto.
15796         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15797         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15798         (nnmh-request-create-group, nnmh-request-list-1)
15799         (nnmh-request-group, nnmh-request-article): Ditto.
15800         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15801         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15802         * nnsoup.el (nnsoup-make-active): Ditto.
15803         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15804         * nntp.el (nntp-find-group-and-number)
15805         (nntp-retrieve-headers-with-xover): Ditto.
15806         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15807         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15808         (pgg-format-key-identifier): Ditto.
15809         * pop3.el (pop3-last, pop3-stat): Ditto.
15810         * qp.el (quoted-printable-decode-region): Ditto.
15811
15812         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15813         of concat.
15814
15815 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15818
15819         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15820
15821         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15822
15823         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15824
15825         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15826
15827         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15828
15829         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15830         (gnus-carpal-mode): Ditto.
15831
15832         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15833         (gnus-browse-mode): Ditto.
15834
15835         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15836
15837         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15838
15839 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15840
15841         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15842
15843 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-util.el (gnus-run-mode-hooks): New function.
15846
15847         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15848
15849         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15850         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15851
15852 2005-05-27  Lute Kamstra  <lute@gnu.org>
15853
15854         * dns-mode.el (dns-mode): Specify customization group.
15855
15856 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15857
15858         * gnus-agent.el (gnus-agent-make-mode-line-string):
15859         Use mode-line-highlight as mouse-face.
15860
15861 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * canlock.el (canlock): Change the parent group to news.
15864
15865         * deuglify.el (gnus-outlook-deuglify): Add :group.
15866
15867         * dig.el (dig): Add :group.
15868
15869         * dns-mode.el (dns-mode): Add :group.
15870
15871         * encrypt.el (encrypt): Add :group.
15872
15873         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15874         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15875         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15876         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15877         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15878
15879         * gnus-diary.el (gnus-diary): Add :group.
15880
15881         * gnus.el (gnus-group-news-1-face): Add :group.
15882         (gnus-group-news-1-empty-face): Ditto.
15883         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15884         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15885         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15886         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15887         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15888         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15889         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15890         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15891         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15892         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15893         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15894         (gnus-summary-high-ticked-face): Ditto.
15895         (gnus-summary-low-ticked-face): Ditto.
15896         (gnus-summary-normal-ticked-face): Ditto.
15897         (gnus-summary-high-ancient-face): Ditto.
15898         (gnus-summary-low-ancient-face): Ditto.
15899         (gnus-summary-normal-ancient-face): Ditto.
15900         (gnus-summary-high-undownloaded-face): Ditto.
15901         (gnus-summary-low-undownloaded-face): Ditto.
15902         (gnus-summary-normal-undownloaded-face): Ditto.
15903         (gnus-summary-high-unread-face): Ditto.
15904         (gnus-summary-low-unread-face): Ditto.
15905         (gnus-summary-normal-unread-face): Ditto.
15906         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15907         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15908
15909         * hashcash.el (hashcash): New custom group.
15910         (hashcash-default-payment): Add :group.
15911         (hashcash-payment-alist): Ditto.
15912         (hashcash-default-accept-payment): Ditto.
15913         (hashcash-accept-resources): Ditto.
15914         (hashcash-path): Ditto.
15915         (hashcash-extra-generate-parameters): Ditto.
15916         (hashcash-double-spend-database): Ditto.
15917         (hashcash-in-news): Ditto.
15918
15919         * message.el (message-minibuffer-local-map): Add :group.
15920
15921         * netrc.el (netrc): Add :group.
15922
15923         * sieve-manage.el (sieve-manage-log): Add :group.
15924         (sieve-manage-default-user): Diito.
15925         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15926         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15927         (sieve-manage-authenticators): Ditto.
15928         (sieve-manage-authenticator-alist): Ditto.
15929         (sieve-manage-default-port): Ditto.
15930
15931         * sieve-mode.el (sieve-control-commands-face): Add :group.
15932         (sieve-action-commands-face): Ditto.
15933         (sieve-test-commands-face): Ditto.
15934         (sieve-tagged-arguments-face): Ditto.
15935
15936         * smime.el (smime): Add :group.
15937
15938         * spam-report.el (spam-report): Add :group.
15939
15940         * spam.el (spam, spam-face): Add :group.
15941
15942 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15943
15944         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15945         return \n.\n.\n at the end of articles.  Protect against that.
15946         (nntp-with-open-group): Allow debugging.
15947
15948         * nnheader.el (mail-header-set-extra): Make into a function
15949         because I just could't understand how to quote the list properly.
15950
15951         * dns.el (query-dns-cached): New function.
15952
15953 2005-05-26  Lute Kamstra  <lute@gnu.org>
15954
15955         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15956
15957 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15960
15961         * gnus-art.el: Don't autoload mail-extract-address-components.
15962
15963         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15964         eval-and-compile to evaluate it.
15965
15966         * hashcash.el: Don't autoload executable-find.
15967
15968         * nndb.el: Don't declare the nndb back end two or more times; don't
15969         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15970
15971         * nntp.el: Autoload format-spec instead of format; use
15972         eval-and-compile to evaluate autoload forms.
15973
15974 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15975
15976         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15977
15978 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15979
15980         * gnus.el (gnus-version-number): Bump version.
15981
15982 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15983
15984         * gnus.el: No Gnus v0.3 is released.
15985
15986 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15987
15988         * lpath.el (featurep): Bind show-nonbreak-escape.
15989
15990 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-art.el (gnus-article-edit-part): Disable undo.
15993
15994 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15997         gnus-article-date-lapsed-new-header is t if date timer is active;
15998         skip headers in which the original date value is empty.
15999         (gnus-article-save-original-date): Redefine it as a macro.
16000         (gnus-display-mime): Use it.
16001
16002 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (article-date-ut): Support converting date in
16005         forwarded parts as well.
16006         (gnus-article-save-original-date): New function.
16007         (gnus-display-mime): Use it.
16008
16009 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16010
16011         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16012         enclosure element of <item>.
16013
16014 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * message.el (message-kill-buffer-query): Rename from
16017         `message-kill-buffer-query-if-modified'.  Add :version.
16018
16019 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16022         window layout.
16023
16024 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * mml.el: Autoload dnd when compiling.
16027
16028 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16029
16030         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16031         x-dnd-*.
16032
16033 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * qp.el (quoted-printable-encode-region): Save excursion.
16036
16037 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16038
16039         * message.el (message-kill-buffer-query-if-modified): Add new variable
16040         so the user can kill a modified message buffer quickly.
16041         (message-kill-buffer): Use it.
16042
16043 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * lpath.el: Fbind display-time-event-handler; don't fbind
16046         string-to-multibyte.
16047
16048         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16049
16050 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16053         contained in text because xml.el decodes entities) with LFs.
16054
16055 2005-04-11  Lute Kamstra  <lute@gnu.org>
16056
16057         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16058         differently.
16059
16060 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16061
16062         * mm-util.el (mm-detect-coding-region): Typo.
16063
16064 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16067
16068 2005-04-06  Deepak Goel  <deego@gnufans.org>
16069
16070         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16071         user-function allow user modifications of the scores.
16072         (spam-stat-score-buffer-user): New function, to allow
16073         user-computed modifications to the score.
16074         (spam-stat-score-buffer-user-functions): List of additional
16075         scoring functions.
16076         (spam-stat-error-holder): Global temporary error holder.
16077         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16078         variable.
16079
16080 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16081
16082         * gnus-registry.el (gnus-registry-clean-empty-function)
16083         (gnus-registry-trim, gnus-registry-fetch-groups)
16084         (gnus-registry-delete-group): Groups that match
16085         `gnus-registry-ignored-groups' are removed from the registry
16086         entries, not just ignored for splitting.  This helps clean up the
16087         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16088         to get all the groups a message ID is in.
16089
16090         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16091         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16092         (spam-stat-score-buffer-user-functions): Add :number custom type.
16093
16094 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16097         argument in XEmacs.
16098
16099         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16100         (nnrss-request-group): Decode group name first.
16101         (nnrss-request-article): Make a text/plain article if mml-to-mime
16102         failed.
16103         (nnrss-get-encoding): Return a compatible encoding according to
16104         nnrss-compatible-encoding-alist.
16105         (nnrss-find-el): Use consp instead of listp.
16106         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16107
16108 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16111         which Emacs 20 doesn't support.
16112         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16113
16114 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16117         silence the byte compiler inside the defun.
16118
16119         * gnus-demon.el (parse-time-string): Add autoload.
16120
16121         * gnus-delay.el (parse-time-string): Add autoload.
16122
16123         * gnus-art.el (parse-time-string): Add autoload.
16124
16125         * nnultimate.el (parse-time): Require for `parse-time-string'.
16126
16127 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16130
16131         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16132
16133         * smime.el (smime-ldap-host-list): Add :version.
16134
16135 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16138         pass it to `gnus-browse-read-group'.
16139         (gnus-browse-read-group): Add NUMBER argument and pass it to
16140         `gnus-group-read-ephemeral-group'.
16141
16142         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16143         argument and pass it to `gnus-group-read-group'.
16144
16145 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16146
16147         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16148         mm-xemacs-find-mime-charset-1 if we have the mule feature
16149         available at runtime.
16150
16151 2005-03-25  Werner Lemberg  <wl@gnu.org>
16152
16153         * nnmaildir.el: Replace `illegal' with `invalid'.
16154
16155 2005-03-23  Lute Kamstra  <lute@gnu.org>
16156
16157         * time-date.el: Add comment on time value formats.
16158         Don't require parse-time.
16159         (with-decoded-time-value): New macro.
16160         (encode-time-value): New function.
16161         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16162         (days-to-time): Return a valid time value when arg is huge.
16163         (time-since): Use time-subtract.
16164         (time-to-number-of-days): Use time-to-seconds.
16165
16166 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16167
16168         * gnus-start.el (gnus-display-time-event-handler):
16169         Check display-time-timer at runtime rather than only at load time
16170         in case display-time-mode is turned off in the mean time.
16171
16172 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16175         used.
16176
16177         * nneething.el (nneething-map-file-directory): Derive from
16178         `gnus-directory'.
16179
16180         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16181         the To/Cc button.
16182
16183 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * nnmaildir.el (nnmaildir-request-accept-article):
16186         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16187
16188 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16189
16190         * gnus-async.el: Require timer-funcs at compile time when in
16191         XEmacs for `run-with-idle-timer'.
16192
16193 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16194
16195         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16196         autoloaded function.
16197
16198 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16199
16200         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16201
16202 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16203
16204         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16205
16206 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16207
16208         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16209         Add gnus-expert-user to default.
16210
16211 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16212
16213         * nnimap.el (nnimap-open-server): Ditto.
16214
16215         * imap.el (imap-authenticate): Fix typo.
16216
16217 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16218
16219         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16220         buffer (since IMAP server might return FETCH response out of
16221         order, and the nntp buffer must be sorted).
16222
16223 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16224
16225         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16226         comparison on string.
16227
16228         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16229         (gnus-agent-score): Rename category keywords to match gnus-cus.
16230         (gnus-agent-summary-fetch-series): Modify to protect against
16231         gnus-agent-summary-fetch-group clearing processable flags.
16232         (gnus-agent-synchronize-group-flags): Update live group buffer as
16233         synchronization may occur due to the user toggle the plugged
16234         status.
16235         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16236         successfully downloaded.
16237         (gnus-agent-expire-group-1): Avoid using markers when the overview
16238         is in ascending order; greatly improves performance.
16239         (gnus-agent-regenerate-group):
16240         Use gnus-agent-synchronize-group-flags to reset read status in both
16241         gnus and server.
16242         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16243
16244 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * message.el: Don't autoload former message-utils variables.
16247         (message-strip-subject-trailing-was): Change doc string.
16248
16249         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16250         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16251         (nnweb-google-search): Add "hl=en" here.
16252         (nnweb-google-parse-1, nnweb-google-create-mapping):
16253         Don't hardcode URL.
16254
16255 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * message.el (message-get-reply-headers, message-followup):
16258         Mention related variables `message-use-followup-to' and
16259         `message-use-mail-followup-to', in the information buffer.
16260
16261         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16262         of broken groups(-beta).google.com.
16263
16264 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16267         parameter to invoked gnus-request-move-article; remove the
16268         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16269         all at once instead of once per article.
16270         (gnus-summary-remove-process-mark): Accept a list of articles as
16271         well as a single article for processing.
16272
16273         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16274         parameter.
16275
16276         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16277
16278         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16279
16280         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16281         parameter.
16282
16283         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16284         parameter.
16285
16286         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16287         parameter and remove the gnus-sum-hint-move-is-internal variable.
16288
16289         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16290         parameter.
16291
16292         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16293         parameter.
16294
16295         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16296         parameter.
16297
16298         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16299
16300         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16301         parameter.
16302
16303         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16304         parameter.
16305
16306 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16307
16308         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16309         a more conservative way.
16310
16311 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16312
16313         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16314         buffer, so it moves the window's cursor.
16315
16316 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16317
16318         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16319         `mm-dissect-multipart' and receive the from field as an (optional)
16320         argument from `mm-dissect-multipart'.
16321         (mm-dissect-multipart): Receive the from field as an argument and
16322         pass it on when we call `mm-dissect-buffer' on MIME parts.
16323         Fixes verification/decryption of signed/encrypted MIME parts.
16324
16325 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16326
16327         * gnus-sum.el (gnus-summary-move-article):
16328         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16329         whatever it calls (right now, only nnimap-request-move article
16330         respects it).
16331
16332         * nnimap.el (nnimap-request-move-article):
16333         When gnus-sum-hint-move-is-internal is set, don't do the extra
16334         nnimap-request-article.
16335
16336 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16339
16340         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16341         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16342
16343         * gnus-sum.el (gnus-summary-caesar-message):
16344         Apply `gnus-treat-article' after rotation.
16345
16346         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16347         doc string.
16348
16349 2005-02-22  Simon Josefsson  <jas@extundo.com>
16350
16351         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16352         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16353         <arne@arnested.dk>.
16354         (encrypt): Add password-cache and password-cache-expiry as group
16355         members.
16356
16357 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16358
16359         * smime.el (smime-ldap-host-list): Doc fix.
16360         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16361         cache) password.
16362         (smime-sign-region): Use it.
16363         (smime-decrypt-region): Use it.
16364         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16365         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16366         fails.
16367         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16368         certificate from DER to PEM format rather than calling openssl.
16369
16370         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16371
16372         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16373         for signing/encryption.
16374
16375         * mml.el (mml-parse-1): Use them.
16376
16377 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16378
16379         * nnrss.el (nnrss-verbose): Remove.
16380         (nnrss-request-group): Use `nnheader-message' instead.
16381
16382 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16383
16384         * nnrss.el (nnrss-verbose): New variable.
16385         (nnrss-request-group): Make it say nnrss is requesting a group.
16386
16387 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16390         Handle news URL with given port correctly.
16391
16392 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16395         containing special characters.
16396
16397         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16398
16399         * mml.el (mime-to-mml): Ditto.
16400
16401         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16402         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16403         (rfc2047-decode-region): Quote decoded words containing special
16404         characters when rfc2047-quote-decoded-words-containing-tspecials
16405         is non-nil.
16406
16407 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16410
16411         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16412
16413 2005-02-15  Simon Josefsson  <jas@extundo.com>
16414
16415         * nnimap.el (nnimap-debug): Doc fix.
16416
16417         * imap.el (imap-debug): Doc fix.
16418
16419 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16422
16423 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         * gnus.el (spam-contents): Improve docs for spam-contents
16426         parameter in its variable incarnation.
16427
16428 2005-02-14  Simon Josefsson  <jas@extundo.com>
16429
16430         * smime-ldap.el: Use require instead of load-library for ldap.
16431         (smime-ldap-search): Indent.
16432         (smime-ldap-search-internal): Shorten line.
16433
16434         * smime.el (smime-cert-by-dns): Add doc-string.
16435         (smime-cert-by-ldap-1): Indent.
16436
16437         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16438         mml-smime-get-dns-ldap.
16439         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16440
16441 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16442
16443         * smime.el: Require smime-ldap.
16444         (smime-ldap-host-list): New variable.
16445         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16446
16447         * mml-smime.el (mml-smime-encrypt-query): New function.
16448         (mml-smime-encrypt-query): Use it.
16449
16450         * smime-ldap.el: New file.
16451
16452 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16455
16456 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16457
16458         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16459         argument in doc string.  Make query for type more clear.
16460
16461 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus.el (gnus-group-startup-message): Search for gnus images in
16464         etc/images/gnus.
16465         * mm-util.el (mm-image-load-path): Likewise.
16466         * smiley.el (smiley-data-directory): Search for smilies in
16467         etc/images/smilies.
16468
16469 2005-02-09  Kim F. Storm  <storm@cua.dk>
16470
16471         Change Emacs release version from 21.4 to 22.1 throughout.
16472         Change Emacs development version from 21.3.50 to 22.0.50.
16473
16474 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16477
16478         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16479         non-Mule XEmacs as well.
16480         (mm-decompress-buffer): Signal an error intentionally if it does
16481         not decompress compressed data because auto-compression-mode is
16482         disabled.
16483
16484 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16485
16486         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16487         an ID in the registry even if it has no groups.
16488
16489 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16492         merge it into mm-decompress-buffer.
16493         (gnus-mime-copy-part): Use the MIME part charset, the value which
16494         a user specified or gnus-newsgroup-charset for decoding, like
16495         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16496         save-buffer what was used.  Suggested by Kevin Ryde
16497         <user42@zip.com.au>.
16498         (gnus-mime-inline-part): Allow the name parameter as well as the
16499         filename parameter; force decompressing of compressed data; always
16500         display contents being not decoded as unibyte.
16501
16502         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16503         as well as the filename parameter.
16504
16505         * mm-util.el (mm-decompress-buffer):
16506         Merge gnus-mime-jka-compr-maybe-uncompress.
16507         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16508         of compressed data.
16509
16510 2005-02-08  Simon Josefsson  <jas@extundo.com>
16511
16512         * imap.el (imap-log): Doc fix.
16513
16514 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16517         the coding cookies; decompress compressed parts.
16518
16519         * mml.el (mml-generate-mime-1): Add the charset parameter according
16520         to the value which a user specified manually or the coding cookie.
16521
16522         * mm-util.el (mm-string-to-multibyte): New function.
16523         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16524         (mm-coding-system-to-mime-charset): New function.
16525         (mm-decompress-buffer): New function.
16526         (mm-find-buffer-file-coding-system): New function.
16527
16528         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16529         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16530         parts.
16531
16532 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16533
16534         * mm-view.el (mm-display-inline-fontify): Decode a part according
16535         to the charset parameter.
16536
16537 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16540         prefix arg is neither nil nor a number, as info specifies.
16541
16542 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16545         timestamps.
16546
16547 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16548
16549         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16550         groups error checking and notify user.
16551
16552 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16553
16554         * message.el (message-send-mail-function): Check existence of
16555         sendmail-program first before using default value
16556         `message-send-mail-with-sendmail'.  Otherwise use more generic
16557         `smtpmail-send-it'.
16558
16559 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * nntp.el (nntp-request-update-info): Always return nil.
16562
16563 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16564
16565         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16566
16567 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16568
16569         * message.el (message-beginning-of-line): Change the behavior when
16570         invoked between BOL and : so that it first moves backward.
16571
16572 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16575         article buffer when editing of the article is discarded.
16576         (gnus-article-prepare): Revert.
16577
16578 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-art.el (gnus-article-prepare):
16581         Remove message-strip-forbidden-properties from the local hook.
16582
16583 2005-01-27  Simon Josefsson  <jas@extundo.com>
16584
16585         * password.el (password-cache-add): Only start one timer per key.
16586         Reported by Derek Atkins <warlord@MIT.EDU>.
16587
16588 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16589
16590         * run-at-time.el: Remove.  It is no longer needed as
16591         timer-funcs.el in the xemacs-base package has a working version of
16592         `run-at-time'.
16593
16594         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16595
16596         * password.el: Require timer-funcs instead of run-at-time in
16597         XEmacs.
16598         Remove `password-run-at-time' macro.
16599         (password-cache-add): Use `run-at-time' instead of
16600         `password-run-at-time'.
16601
16602         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16603         Remove `nnheader-cancel-function-timers' alias,
16604         `cancel-function-timers' exists in XEmacs in timer-funcs.
16605
16606         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16607         for `run-with-idle-timer'.
16608
16609         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16610         for `run-at-time'.
16611
16612         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16613         for `with-timeout'.
16614
16615         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16616         the same as for XEmacs 21.4.
16617         No need to ignore `run-with-idle-timer', this function exists in
16618         XEmacs now in timer-funcs.el in the xemacs-base package.
16619         (dgnushack-compile): No need to delete
16620         run-at-time.el from the list of files to compile because it
16621         doesn't exist anymore.
16622
16623 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16626         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16627
16628 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16629
16630         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16631         sensitively.
16632
16633 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16634
16635         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16636
16637 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16640         which will be inserted according to the multibyteness of a buffer
16641         rather than the type of contents.  Suggested by ARISAWA Akihiro
16642         <ari@mbf.ocn.ne.jp>.
16643
16644         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16645         of string which old xml.el may return rather than a string.
16646
16647 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16650
16651 2005-01-16  Simon Josefsson  <jas@extundo.com>
16652
16653         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16654         idn/idna.el isn't available.
16655         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16656         <michael@waxrat.com>.
16657
16658         * hashcash.el: Remove non-FSF copyright header.
16659
16660         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16661         (hashcash-generate-payment): Use it.
16662         (hashcash-generate-payment-async): Use it.
16663
16664 2005-01-15  Simon Josefsson  <jas@extundo.com>
16665
16666         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16667         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16668
16669         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16670         gnus-summary-idna-message.
16671         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16672         (gnus-summary-idna-message): New function.
16673
16674 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16677         gnus-novice-user.
16678
16679 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * nnrss.el (nnrss-request-delete-group): Delete entries in
16682         nnrss-group-alist as well.
16683         (nnrss-save-server-data): Insert newline.
16684
16685 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16686
16687         * gnus.el (gnus-user-agent): Use list of symbols instead of
16688         symbols.  Display full version number for (S)XEmacs.
16689         Optionally display (S)XEmacs codename.
16690
16691         * gnus-util.el (gnus-emacs-version): Update for new
16692         `gnus-user-agent'.
16693
16694         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16695         Gnus version.
16696
16697 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16698
16699         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16700         which is unreadable in some setups.
16701
16702 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * gnus-spec.el (gnus-update-format-specifications): Flush the
16705         group format spec cache if it doesn't support decoded group names.
16706
16707 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16710         Allow to apply decay on score files matching a regexp.
16711
16712 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16715         compatibility in %g and %c.
16716
16717 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16720         name for only %g and %c.
16721         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16722         of gnus-tmp-group to decoded group name.
16723         (gnus-group-make-rss-group): Exclude `/'s from group names.
16724
16725 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * nnrss.el (nnrss-get-encoding): Fix regexp.
16728
16729 2004-12-27  Simon Josefsson  <jas@extundo.com>
16730
16731         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16732         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16733         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16734
16735 2004-12-17  Kim F. Storm  <storm@cua.dk>
16736
16737         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16738
16739         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16740
16741 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16742
16743         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16744
16745 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * nnrss.el: Require rfc2047 and mml.
16748         (nnrss-file-coding-system): New variable.
16749         (nnrss-format-string): Redefine it as an inline function.
16750         (nnrss-decode-group-name): New function.
16751         (nnrss-string-as-multibyte): Remove.
16752         (nnrss-retrieve-headers): Decode group name; don't use
16753         nnrss-format-string.
16754         (nnrss-request-group): Decode group name.
16755         (nnrss-request-article): Decode group name; allow a Message-ID as
16756         well as an article number; don't use nnrss-format-string; encode a
16757         Message-ID string which may contain non-ASCII characters; use
16758         mml-to-mime to compose a MIME article.
16759         (nnrss-request-expire-articles): Decode group name.
16760         (nnrss-request-delete-group): Decode group name.
16761         (nnrss-fetch): Clarify error message.
16762         (nnrss-read-server-data): Use insert-file-contents instead of load;
16763         bind file-name-coding-system; use multibyte buffer.
16764         (nnrss-save-server-data): Bind coding-system-for-write to the
16765         value of nnrss-file-coding-system; bind file-name-coding-system;
16766         add coding cookie.
16767         (nnrss-read-group-data): Use insert-file-contents instead of load;
16768         bind file-name-coding-system; use multibyte buffer.
16769         (nnrss-save-group-data): Bind coding-system-for-write to the
16770         value of nnrss-file-coding-system; bind file-name-coding-system.
16771         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16772         make it work with non-ASCII text.
16773         (nnrss-find-el): Make it work with old xml.el as well.
16774
16775 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16776
16777         * nnrss.el (nnrss-get-encoding): New function.
16778         (nnrss-fetch): Use unibyte buffer initially; bind
16779         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16780         decode contents according to the encoding attribute.
16781         (nnrss-save-group-data): Add coding cookie.
16782         (nnrss-mime-encode-string): New function.
16783         (nnrss-check-group): Use it to encode subject and author.
16784
16785 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16788         imaginary variable.
16789
16790 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16793         correctly even if there are wide characters.
16794
16795 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16798         downcased symbol names; make a new cache instead of reusing
16799         bbdb-hashtable.
16800
16801 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16804         concatenating segments rather than before concatenating them.
16805         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16806
16807         * message.el (message-get-reply-headers): Bind `extra'.
16808
16809 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * message.el (message-extra-wide-headers): New variable.
16812         (message-get-reply-headers): Use it.
16813
16814 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16817         (gnus-agent-group-pathname): Ditto.
16818
16819         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16820
16821         * gnus-group.el (gnus-group-make-group): Decode group name.
16822         (gnus-group-make-rss-group): Register the group data after opening
16823         the nnrss group.
16824
16825 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16826
16827         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16828         by expiry now get marked as read.
16829
16830 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16833
16834 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16835
16836         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16837         unify Latin characters in XEmacs.
16838         (mm-find-mime-charset-region): Use it.
16839
16840 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-util.el (gnus-delete-directory): New function.
16843
16844         * gnus-agent.el (gnus-agent-delete-group): Use it.
16845
16846         * gnus-cache.el (gnus-cache-delete-group): Use it.
16847
16848 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16851         names.
16852
16853 2004-12-16  Simon Josefsson  <jas@extundo.com>
16854
16855         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16856
16857 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16860
16861         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16862         (gnus-group-set-current-level): Decode group name.
16863
16864 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16865
16866         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16867         failed.
16868
16869 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-group.el (gnus-group-delete-group): Decode group name.
16872         (gnus-group-make-rss-group): Encode group name.
16873         (gnus-group-catchup-current): Decode group name.
16874         (gnus-group-kill-group): Decode group name.
16875
16876 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16877
16878         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16879
16880 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-group.el (gnus-group-make-rss-group):
16883         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16884
16885         * gnus-start.el (gnus-setup-news): Honor user's setting to
16886         gnus-message-archive-method.  Suggested by Lute Kamstra
16887         <lute@gnu.org>.
16888
16889 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16890
16891         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16892         global counterparts of the buffer-local variables.
16893
16894 2004-11-16  Romain Francoise  <romain@orebokech.com>
16895
16896         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16897         counterparts of the buffer-local variables.
16898
16899 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * message.el (message-forbidden-properties): Fix typo in doc
16902         string.
16903
16904 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-util.el (gnus-replace-in-string): Add doc string.
16907
16908         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16909         to avoid problems when splitting mails with many recipients.
16910
16911 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16912
16913         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16914         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16915
16916 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16917
16918         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16919         if there is no hashtable in memory or file modification time is
16920         newer than cached timestamp.
16921
16922 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * gnus-sum.el (gnus-summary-limit-to-recipient):
16925         Implement not-matching option.
16926
16927 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16930         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16931         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16932         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16933         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16934         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16935
16936 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * message.el (message-forward-make-body-mml): Remove headers
16939         according to message-forward-ignored-headers if a message is decoded.
16940
16941 2004-12-02  Romain Francoise  <romain@orebokech.com>
16942
16943         * message.el (message-forward-make-body-plain): Always remove
16944         headers according to message-forward-ignored-headers.
16945
16946 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16947
16948         * spam.el (spam-summary-prepare-exit): Remove the
16949         gnus-summary-limit pop for now, it has problems with ham marks for
16950         me.
16951
16952 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16955         correctly.
16956
16957 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16958
16959         * format-spec.el (format-spec): Message the char.
16960
16961 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16962
16963         * gnus-art.el (gnus-split-methods): Reformat comments.
16964
16965         * spam.el (spam-summary-prepare-exit): Remove article limits
16966         before exiting the summary buffer.
16967
16968 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16971         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16972
16973         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16974         order to silence the byte compiler.
16975
16976         * spam.el: Fix the way to silence the byte compiler, which
16977         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16978         bbdb-search-simple, spam-BBDB-register-routine,
16979         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16980         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16981         spam-stat-buffer-is-spam, spam-stat-load,
16982         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16983         spam-stat-save and spam-stat-split-fancy.
16984
16985 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16988         which may confuse users.
16989         (canlock-password-for-verify): Ditto.
16990
16991         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16992
16993         * gnus-art.el (gnus-emphasis-alist): Ditto.
16994
16995         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16996
16997         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16998
16999         * gnus-start.el (gnus-save-killed-list): Ditto.
17000
17001         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17002         (gnus-sum-thread-tree-root): Ditto.
17003         (gnus-sum-thread-tree-false-root): Ditto.
17004         (gnus-sum-thread-tree-single-indent): Ditto.
17005
17006         * message.el (message-courtesy-message): Ditto.
17007         (message-archive-note): Ditto.
17008         (message-subscribed-address-file): Ditto.
17009         (message-user-fqdn): Ditto.
17010
17011         * spam-report.el (spam-report-gmane-regex): Ditto.
17012
17013         * spam.el (spam-blackhole-good-server-regex): Ditto.
17014
17015 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * mml.el (mml-preview): Widen the message buffer before copying
17018         the contents to the preview buffer; sort headers before previewing.
17019
17020         * message.el (message-hidden-headers): Fix the way to avoid a bug
17021         in the `repeat' widget in Emacs 21.3 or earlier.
17022
17023 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * message.el (message-hidden-headers): Default to "^References:".
17026         Improve customization type.  Suggested by Reiner Steib
17027         <Reiner.Steib@gmx.de>.
17028
17029 2004-11-25  Romain Francoise  <romain@orebokech.com>
17030
17031         * message.el (message-strip-forbidden-properties): Remove check for
17032         obsolete `message-hidden' text property, hidden headers are not
17033         accessible in the buffer anymore.
17034
17035 2004-11-22  Romain Francoise  <romain@orebokech.com>
17036
17037         * message.el (message-header-format-alist): Add `From' in list
17038         so that it can be sorted.
17039         (message-fix-before-sending): Widen and sort headers before
17040         sending.
17041         (message-hide-headers): Use narrowing to hide headers by moving
17042         them to the top of the buffer and narrowing to the region
17043         underneath.
17044
17045 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17046
17047         * message.el (message-strip-forbidden-properties):
17048         Bind buffer-read-only (etc) to nil.
17049
17050 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17053         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17054
17055 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17056
17057         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17058
17059 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * dns.el (query-dns): Use sit-for to time instead of
17062         accept-process-output, since that doesn't seem to work on udp
17063         sockets.
17064
17065 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17068
17069 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17072         doc string.  Improve doc string.
17073
17074 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * nntp.el (nntp-request-update-info): Return nil if
17077         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17078         may not call gnus-activate-group which uselessly issues the GROUP
17079         commands for all nntp groups and wastes time.  Reported by Romain
17080         Francoise <romain@orebokech.com>.
17081
17082         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17083
17084 2004-11-15  Simon Josefsson  <jas@extundo.com>
17085
17086         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17087         headers separately.
17088         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17089         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17090
17091 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * gnus-start.el (gnus-convert-old-newsrc):
17094         Assign legacy-gnus-agent to 5.10.7.
17095
17096 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17097
17098         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17099         start of the lines.
17100
17101 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17102
17103         * hashcash.el (hashcash-default-payment): Change default to 20.
17104         (hashcash-default-accept-payment): Change default to 20.
17105         (hashcash-process-alist): New variable.
17106         (hashcash-generate-payment-async): Add.
17107         (hashcash-already-paid-p): Add.
17108         (hashcash-insert-payment): Don't generate payments twice.
17109         (hashcash-insert-payment-async): Add.
17110         (hashcash-insert-payment-async-2): Add.
17111         (hashcash-cancel-async): Add.
17112         (hashcash-wait-async): Add.
17113         (hashcash-processes-running-p): Add.
17114         (hashcash-wait-or-cancel): Add.
17115         (mail-add-payment): New optional argument.  Conditionally start
17116         asynchronous calculation.
17117         (mail-add-payment-async): Add.
17118
17119         * message.el (message-send-mail): Wait for asynchronous hashcash
17120         results.  Don't clobber existing X-Hashcash headers.
17121         (message-setup-1): Call mail-add-payment-async when
17122         message-generate-hashcash is non-nil.
17123
17124 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17125
17126         * message.el (message-use-alternative-email-as-from): Examine the
17127         From header as well; use message-make-from in order to include a
17128         user's full name.
17129
17130 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17133         default; improve customization type.
17134         (gnus-emphasis-custom-with-format): New macro.
17135         (gnus-emphasis-custom-value-to-external): New function.
17136         (gnus-emphasis-custom-value-to-internal): New function.
17137
17138 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139
17140         * dns.el (query-dns): Resolve reverse addresses.
17141
17142 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17143
17144         * gnus-group.el (gnus-group-get-new-news): Use it.
17145
17146         * gnus-start.el (gnus-check-reasonable-setup): New function.
17147
17148 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17151         "Args out of range" error.  Reported by Arnaud Giersch
17152         <arnaud.giersch@free.fr>.
17153
17154 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17155
17156         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17157
17158 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17159
17160         * spam.el (spam group): Add :version.
17161
17162         * pgg-def.el (pgg group): Add :version.
17163
17164 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-art.el (gnus-article-edit-article): Don't associate the
17167         article buffer with a draft file.  This is a temporary measure
17168         against the 2004-08-22 change to gnus-article-edit-mode.
17169
17170 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17173         (html2text-format-tags): Remove unused variable `attr'.
17174
17175 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17178
17179         * tls.el (tls-process-connection-type, tls-success)
17180         (tls-certtool-program): Add :version.
17181
17182         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17183         (starttls-extra-arguments, starttls-process-connection-type)
17184         (starttls-connect, starttls-failure, starttls-success): Add :version.
17185
17186         * spam-stat.el (spam-stat): Add :version.
17187
17188         * sieve.el (sieve): Add :version.
17189
17190         * sha1.el (sha1): Add :version.
17191         (sha1-use-external): Remove redundant version.
17192
17193         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17194         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17195         (nnmail-split-fancy-match-partial-words)
17196         (nnmail-split-lowercase-expanded): Add :version.
17197
17198         * nndiary.el (nndiary): Add :version.
17199
17200         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17201
17202         * mml-sec.el (mml-default-sign-method)
17203         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17204         Add :version.
17205
17206         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17207
17208         * mm-url.el (mm-url-use-external, mm-url-program)
17209         (mm-url-arguments): Add :version.
17210
17211         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17212         (mm-attachment-file-modes, mm-decrypt-option)
17213         (mm-w3m-safe-url-regexp): Add :version.
17214
17215         * message.el (message-cite-prefix-regexp)
17216         (message-sendmail-envelope-from, message-minibuffer-local-map)
17217         (message-user-fqdn, message-completion-alist): Add :version.
17218
17219         * gnus-win.el (gnus-configure-windows-hook)
17220         (gnus-use-frames-on-any-display): Add :version.
17221
17222         * gnus-art.el (gnus-article-address-banner-alist)
17223         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17224         (gnus-treat-from-picon, gnus-treat-mail-picon)
17225         (gnus-treat-x-pgp-sig): Add :version.
17226
17227         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17228         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17229         (gnus-summary-article-delete-hook)
17230         (gnus-summary-display-while-building): Add :version.
17231
17232         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17233         (gnus-get-top-new-news-hook): Add :version.
17234
17235         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17236         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17237
17238         * gnus-registry.el (gnus-registry): Add :version.
17239
17240         * gnus-spec.el (gnus-use-correct-string-widths)
17241         (gnus-make-format-preserve-properties): Add :version.
17242
17243         * gnus.el (gnus-group-charter-alist)
17244         (gnus-group-fetch-control-use-browse-url)
17245         (gnus-install-group-spam-parameters): Add :version.
17246
17247         * gnus-diary.el (gnus-diary): Add :version.
17248
17249         * gnus-delay.el (gnus-delay): Add :version.
17250
17251         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17252         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17253         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17254         Add :version.
17255
17256         * gnus-agent.el (gnus-agent-max-fetch-size)
17257         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17258         (gnus-agent-prompt-send-queue): Add :version.
17259
17260         * deuglify.el (gnus-outlook-deuglify): Add :version.
17261
17262         * html2text.el: Beautify code.  Improve doc strings.
17263         Some checkdoc cleanup.
17264         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17265
17266 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17267
17268         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17269
17270 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17273         when package is loaded.
17274
17275         * spam.el (spam-summary-score-preferred-header): Add global preference
17276         for people who want to override the default SpamAssassin over
17277         Bogofilter preference (when both are set).
17278         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17279         (spam-user-format-function-S):
17280         Check spam-summary-score-preferred-header.
17281         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17282         (spam-user-format-function-S): Format the score correctly.
17283
17284 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17287         signature file.  Suggested by Manoj Srivastava
17288         <srivasta@golden-gryphon.com>.
17289
17290         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17291         iso-2022-jp even in the Japanese language environment.
17292         Suggested by Jason Rumney <jasonr@gnu.org>.
17293
17294 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17297         use the same characters as the dummy marks; make it free from
17298         getting affected by the language environment.
17299         (gnus-summary-read-group-1): Update mark positions only when the
17300         format spec is updated.
17301
17302         * gnus-spec.el (gnus-update-format-specifications): Return a list
17303         of updated types.
17304
17305 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17308         of boundp to check if display-warning is available.
17309
17310 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17313
17314 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * nnspool.el (nnspool-spool-directory): Use news-path if the
17317         news-directory variable is not bound.
17318
17319         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17320         function instead of display-warning if it is not available.
17321
17322 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17325         v5-10: Use `point-at-bol'.
17326
17327 2004-10-26  Simon Josefsson  <jas@extundo.com>
17328
17329         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17330         <chenggao@gmail.com>.
17331
17332 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17335         instead.
17336
17337 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17340         to remove a server from the nnimap-server-buffer-alist.
17341         (nnimap-open-connection, nnimap-close-server): Use it.
17342
17343         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17344
17345 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17348         running the major-mode function.
17349
17350 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17353         dummy marks in the right way.
17354
17355 2004-10-18  David Edmondson  <dme@dme.org>
17356
17357         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17358         excessively.
17359
17360 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17361
17362         * gnus-util.el (gnus-split-references): Accept a nil references
17363         string and go on blissfully.
17364
17365         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17366         cases where the references string is non-nil but has no references.
17367
17368         * encrypt.el: Add autoload tags.
17369
17370         * spam.el (spam-resolve-registrations-routine): Remove article
17371         from unregistration list too.  Reported by David Hanak
17372         <dhanak@isis.vanderbilt.edu>
17373
17374 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17377         nil.  Change custom type.
17378
17379 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17382
17383         * gnus-sum.el (gnus-summary-move-article): Use it.
17384
17385 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * encrypt.el: Add autoload cookies.
17388
17389         * spam.el (spam-backend-article-list-property)
17390         (spam-backend-get-article-todo-list)
17391         (spam-backend-put-article-todo-list)
17392         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17393         Resolve registrations separately.
17394         (spam-register-routine): Format comments.
17395         (spam-unregister-routine, spam-register-routine): Always call with
17396         specific-articles, no default list.
17397         (spam-summary-prepare-exit): Use the spam-classifications function.
17398
17399         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17400         gnus-encrypt.el.
17401
17402         * encrypt.el: Copied from gnus-encrypt.el.
17403
17404         * gnus-encrypt.el: Commented that it's obsolete.
17405
17406 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17409         (gnus-score-save): Use it.
17410
17411         * message.el (message-bury): Use `window-dedicated-p'.
17412
17413 2004-10-15  Simon Josefsson  <jas@extundo.com>
17414
17415         * pop3.el (top-level): Don't require nnheader.
17416         (pop3-read-timeout): Add.
17417         (pop3-accept-process-output): Add.
17418         (pop3-read-response, pop3-retr): Use it.
17419
17420 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17421
17422         * spam.el (spam-register-routine): Move comment.
17423         (spam-verify-bogofilter): Use 'unknown for the initial
17424         spam-bogofilter-valid state, not 'never.
17425
17426         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17427         for netrc-machine.
17428
17429         * nnimap.el (nnimap-open-connection):
17430         Use netrc-machine-user-or-password.
17431
17432 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17433
17434         * gnus-registry.el (gnus-registry-unload-hook):
17435         Set as a variable with add-hook.
17436
17437         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17438         of news-path.
17439
17440         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17441
17442         * spam.el: Delete duplicate `provide'.
17443         (spam-unload-hook): Set as a variable with add-hook.
17444
17445 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17448         in the doc string.
17449
17450         * message.el (message-ignored-news-headers)
17451         (message-ignored-supersedes-headers)
17452         (message-ignored-resent-headers)
17453         (message-forward-ignored-headers): Improve custom type.
17454
17455 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * message.el (message-tokenize-header): Fix 2004-09-06 change
17458         which used point-min in the wrong place.
17459
17460 2004-10-12  Simon Josefsson  <jas@extundo.com>
17461
17462         * tls.el (tls-certtool-program): New variable.
17463         (tls-certificate-information): New function, based on
17464         ssl-certificate-information.
17465
17466 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * compface.el: Move the version of ELisp-based uncompface program
17469         to the contrib directory because of the copyright problem.
17470
17471 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * message.el (message-kill-buffer): Raise the current frame.
17474
17475 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17478
17479         * gnus.el (message-y-or-n-p): Autoload.
17480
17481         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17482         (pop3-password-required, pop3-authentication-scheme)
17483         (pop3-leave-mail-on-server): Make customizable.
17484         (pop3): New custom group.
17485         (pop3-retr): Remove `sleep-for' statements.
17486         Suggested by Dave Love <fx@gnu.org>.
17487
17488         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17489         Windows/DOS.
17490
17491         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17492         (imap-parse-body): Fix incorrect use of `assert'.
17493         Suggested by Dave Love <fx@gnu.org>.
17494
17495         * mml.el (mml-minibuffer-read-disposition): Require match.
17496         Suggested by Dave Love <fx@gnu.org>.
17497
17498 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17501         doc string.
17502
17503 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17506
17507 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17508
17509         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17510         instead of calling `mm-insert-inline', to decode text/* parts
17511         before displaying them.
17512
17513 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * mm-uu.el (mm-uu-text-plain-type): New variable.
17516         (mm-uu-pgp-signed-extract-1): Use it.
17517         (mm-uu-pgp-encrypted-extract-1): Use it.
17518         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17519         bind mm-uu-text-plain-type with that value.
17520         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17521         mm-uu-dissect.
17522
17523 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-group.el (gnus-update-group-mark-positions):
17526         * gnus-sum.el (gnus-update-summary-mark-positions):
17527         * message.el (message-check-news-body-syntax):
17528         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17529         of string-as-multibyte.
17530
17531 2004-10-05  Juri Linkov  <juri@jurta.org>
17532
17533         * gnus-group.el (gnus-update-group-mark-positions):
17534         * gnus-sum.el (gnus-update-summary-mark-positions):
17535         * message.el (message-check-news-body-syntax):
17536         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17537         8-bit unibyte values to a multibyte string for search functions.
17538
17539 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17542         (mm-uu-dissect-text-parts): New function.
17543
17544         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17545         dissect text parts.
17546
17547         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17548         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17549
17550         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17551
17552         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17553         Use gnus-current-topics instead of gnus-current-topic.
17554
17555 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17556
17557         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17558
17559 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17560
17561         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17562         where approriate.
17563
17564         * nnml.el (nnml-generate-active-info): do.
17565
17566         * nndiary.el (nndiary-generate-active-info): do.
17567
17568         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17569         (gnus-topic-move): do.
17570
17571         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17572         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17573
17574         * gnus-srvr.el (gnus-server-prepare)
17575         (gnus-server-open-all-servers): do.
17576
17577         * gnus-msg.el (gnus-summary-cancel-article)
17578         (gnus-summary-resend-message)
17579         (gnus-summary-mail-crosspost-complaint): do.
17580
17581         * gnus-move.el (gnus-change-server): do.
17582
17583         * gnus-group.el (gnus-group-unmark-all-groups)
17584         (gnus-group-set-current-level): do.
17585
17586 2004-10-04  Simon Josefsson  <jas@extundo.com>
17587
17588         * message.el (message-generate-hashcash): Doc fix.
17589
17590 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17591
17592         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17593         avoid infinite recursion via gnus-get-function.
17594
17595 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17598
17599         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17600
17601         * nnmail.el (nnmail-split-history): do.
17602
17603         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17604         (nnml-request-delete-group): do.
17605
17606         * nnslashdot.el (nnslashdot-read-groups): do.
17607
17608         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17609         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17610
17611         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17612         (nnspool-sift-nov-with-sed): Use last.
17613         (nnspool-retrieve-headers-with-nov): Use mapc.
17614         (nnspool-request-newgroups): Use dolist.
17615         (nnspool-request-group): Use last.
17616
17617         * nntp.el (nntp-read-server-type): Use dolist.
17618
17619         * nnvirtual.el (nnvirtual-create-mapping)
17620         (nnvirtual-update-read-and-marked): Use dolist.
17621         (nnvirtual-convert-headers): Simplify.
17622
17623 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17624
17625         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17626         Add support for sync'ing tick marks.
17627
17628 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17631         there's no visible header.
17632
17633 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17634
17635         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17636         When necessary, pass full group name to gnus-request-set-marks.
17637
17638 2004-10-01  Simon Josefsson  <jas@extundo.com>
17639
17640         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17641         acroread.
17642
17643 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17644
17645         * spam-report.el (spam-report-gmane): Fix interactive.
17646
17647         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17648
17649         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17650         when writing file.
17651         (gnus-agent-synchronize-flags): Don't default to being
17652         interactive.
17653
17654 2004-09-30  Simon Josefsson  <jas@extundo.com>
17655
17656         * message.el (message-generate-hashcash): Add.
17657         (message-send-mail): Use it, call mail-add-payment.
17658
17659 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17660
17661         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17662
17663 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17664
17665         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17666         gnus-requst-update-info with explicit code to sync the in-memory
17667         info read flags with the marks being sync'd to the backend.
17668
17669         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17670
17671 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17672
17673         * spam.el (spam-verify-bogofilter): Add new function.
17674         (spam-check-bogofilter)
17675         (spam-bogofilter-register-with-bogofilter): Use it.
17676         (spam-verify-bogofilter): Add small fixes.
17677
17678 2004-09-28  Simon Josefsson  <jas@extundo.com>
17679
17680         * hashcash.el (hashcash-generate-payment): Revert.
17681
17682 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17683
17684         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17685         Use gnus-extract-references instead of gnus-split-references.
17686
17687         * gnus-util.el (gnus-extract-references): Add new function, analogous
17688         to gnus-split-references but extracts only the message-ID without
17689         anything extra.
17690
17691         * hashcash.el (hashcash-generate-payment)
17692         (hashcash-check-payment): Do the right thing if hashcash-path is
17693         nil (because the hashcash program could not be found).
17694
17695         * spam.el (spam-use-hashcash): Remove comment.
17696
17697 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17698
17699         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17700         (gnus-cache-enter-article, gnus-cache-remove-article)
17701         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17702
17703         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17704
17705         * gnus-art.el (article-hide-boring-headers)
17706         (article-translate-strings, article-display-face)
17707         (gnus-article-mime-match-handle-first)
17708         (gnus-article-highlight-headers)
17709         (gnus-article-add-buttons-to-head): do.
17710
17711 2004-09-27  Simon Josefsson  <jas@extundo.com>
17712
17713         * hashcash.el: New version, from
17714         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17715         ../contrib/.
17716
17717 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17720
17721 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * gnus-dup.el (gnus-dup-open): Use mapc.
17724         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17725
17726         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17727         Reported by Stefan Wiens <s.wi@gmx.net>.
17728
17729         * gnus.el (gnus-shutdown): Use dolist.
17730
17731         * gnus-undo.el (gnus-undo): Use mapc.
17732
17733         * nnrss.el (nnrss-generate-active): do.
17734
17735         * message.el (message-cite-original-without-signature)
17736         (message-cite-original): Use mapc.
17737         (message-do-actions, message-make-forward-subject): Use dolist.
17738
17739 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17740
17741         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17742         deletion to remove entire duplicate line.  Fixes merged article
17743         number bug.
17744
17745 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17746
17747         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17748         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17749         first ask if you want to open a server and then, even when you
17750         responded with no, asking if you want to synchronize the server's
17751         flags.
17752         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17753         multi-line expressions.
17754         (gnus-agent-synchronize-group-flags): New internal function.
17755         Updates marks in memory (in the info structure) AND in the
17756         backend.
17757
17758         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17759
17760         * nnagent.el (nnagent-request-set-mark):
17761         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17762         method, to ensure that synchronization updates marks in the
17763         backend and in the info (in memory) structure.
17764
17765 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17768         convention fully; don't miss the root article of a thread; make
17769         the X-Draft-From header with correct article numbers.
17770
17771 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17772
17773         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17774         unless plugged.  Disable the agent so that an open failure causes
17775         an error.
17776
17777         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17778         Revert 2004-09-21 change.  The backend must be opened while
17779         synchronizing flags even when the backend stores the flags
17780         locally.
17781
17782 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17785         in `header' match.  Reported by Svend Tollak Munkejord.
17786
17787         * message.el (message-cite-original): Fix use of
17788         `message-cite-articles-with-x-no-archive'.
17789
17790 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17793         (gnus-window-to-buffer): Ditto.
17794
17795         * mml.el (mml-preview-buffer): New variable.
17796         (mml-preview): Manage window layout with gnus-buffer-configuration.
17797
17798         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17799         X-Draft-From header even if those articles aren't quoted.
17800
17801 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17802
17803         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17804         (gnus-request-set-mark, gnus-request-update-mark): Use new
17805         g-s-t-u-l-m to decide to use backend even when unplugged.
17806
17807 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17810         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17811
17812 2004-09-20  Simon Josefsson  <jas@extundo.com>
17813
17814         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17815         "utf-16-le".
17816
17817 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17818
17819         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17820
17821 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * uudecode.el (uudecode-use-external): Add :version.
17824
17825         * smime.el (smime-CA-file, smime-encrypt-cipher)
17826         (smime-dns-server): Add :version.
17827
17828         * smiley.el (gnus-smiley-file-types): Add :version.
17829
17830         * sha1.el (sha1-use-external): Add :version.
17831
17832         * pgg-def.el (pgg-query-keyserver): Add :version.
17833
17834         * nnmail.el (nnmail-fancy-expiry-targets)
17835         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17836         Add :version.
17837
17838         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17839         (nnimap-retrieve-groups-asynchronous): Add :version.
17840         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17841
17842         * mml.el (mml-content-disposition-parameters)
17843         (mml-insert-mime-headers-always): Add :version.
17844
17845         * mm-util.el (mm-coding-system-priorities): Add :version.
17846
17847         * mm-decode.el (mm-inline-text-html-with-images)
17848         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17849         (mm-verify-option): Add :version.
17850         (mm-text-html-renderer): Change :version.
17851
17852         * message.el (message-fcc-externalize-attachments)
17853         (message-required-headers, message-draft-headers)
17854         (message-subject-trailing-was-query)
17855         (message-subject-trailing-was-ask-regexp)
17856         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17857         (message-mark-insert-end, message-archive-header)
17858         (message-archive-note, message-cross-post-default)
17859         (message-cross-post-note, message-followup-to-note)
17860         (message-cross-post-note-function, message-use-mail-followup-to)
17861         (message-subscribed-address-functions)
17862         (message-subscribed-address-file, message-subscribed-addresses)
17863         (message-subscribed-regexps, message-allow-no-recipients)
17864         (message-yank-cited-prefix, message-signature-insert-empty-line)
17865         (message-hidden-headers, message-hierarchical-addresses)
17866         (message-mail-user-agent, message-use-idna)
17867         (message-valid-fqdn-regexp)
17868         (message-strip-special-text-properties, message-header-synonyms)
17869         (message-beginning-of-line, message-tab-body-function): Add :version.
17870         (message-insert-canlock, message-wide-reply-confirm-recipients):
17871         Change :version.
17872
17873         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17874         and :version.
17875         (mail-source-delete-old-incoming-confirm)
17876         (mail-source-movemail-program): Add :version.
17877
17878         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17879         (gnus-agent-cache, gnus-agent): Change :version.
17880
17881         * gnus-util.el (gnus-use-byte-compile): Change :version.
17882
17883         * gnus-sum.el (gnus-summary-make-false-root-always)
17884         (gnus-summary-default-high-score)
17885         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17886         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17887         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17888         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17889         (gnus-sum-thread-tree-single-indent)
17890         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17891         (gnus-sum-thread-tree-leaf-with-other)
17892         (gnus-sum-thread-tree-single-leaf): Add :version.
17893         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17894         (gnus-article-loose-mime): Change :version.
17895
17896         * gnus-start.el (gnus-backup-startup-file)
17897         (gnus-save-startup-file-via-temp-buffer): Add :version.
17898
17899         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17900         (gnus-server-offline-face): Add :version.
17901
17902         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17903
17904         * gnus-msg.el (gnus-gcc-externalize-attachments)
17905         (gnus-debug-files, gnus-debug-exclude-variables)
17906         (gnus-discouraged-post-methods): Change :version.
17907         (gnus-confirm-mail-reply-to-news)
17908         (gnus-confirm-treat-mail-like-news): Add :version.
17909
17910         * gnus-int.el (gnus-server-unopen-status): Add :version.
17911
17912         * gnus-group.el (gnus-group-jump-to-group-prompt)
17913         (gnus-large-ephemeral-newsgroup)
17914         (gnus-fetch-old-ephemeral-headers): Add :version.
17915
17916         * gnus-fun.el (gnus-x-face-directory)
17917         (gnus-convert-pbm-to-x-face-command)
17918         (gnus-convert-image-to-x-face-command)
17919         (gnus-convert-image-to-face-command): Add :version.
17920
17921         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17922
17923         * gnus-cite.el (gnus-cite-blank-line-after-header)
17924         (gnus-article-boring-faces): Add :version.
17925
17926         * gnus-art.el (gnus-buttonized-mime-types)
17927         (gnus-inhibit-mime-unbuttonizing)
17928         (gnus-treat-display-face)
17929         (gnus-treat-body-boundary): Change :version.
17930         (gnus-body-boundary-delimiter, gnus-picon-databases)
17931         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17932         (gnus-treat-date-english, gnus-treat-fold-headers)
17933         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17934         (gnus-treat-mail-picon, gnus-treat-wash-html)
17935         (gnus-article-encrypt-protocol)
17936         (gnus-use-idna, gnus-article-over-scroll)
17937         (gnus-mime-display-multipart-alternative-as-mixed)
17938         (gnus-mime-display-multipart-related-as-mixed)
17939         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17940         (gnus-ctan-url, gnus-button-ctan-handler)
17941         (gnus-button-handle-ctan-bogus-regexp)
17942         (gnus-button-ctan-directory-regexp)
17943         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17944         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17945         (gnus-button-man-level, gnus-button-emacs-level)
17946         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17947
17948         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17949         (gnus-agent-go-online): Change :version.
17950         (gnus-agent-expire-unagentized-dirs)
17951         (gnus-agent-auto-agentize-methods): Add :version.
17952
17953         * flow-fill.el (fill-flowed-display-column)
17954         (fill-flowed-encode-column): Add :version.
17955
17956         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17957         (gnus-outlook-deuglify-unwrap-max)
17958         (gnus-outlook-deuglify-cite-marks)
17959         (gnus-outlook-deuglify-unwrap-stop-chars)
17960         (gnus-outlook-deuglify-no-wrap-chars)
17961         (gnus-outlook-deuglify-attrib-cut-regexp)
17962         (gnus-outlook-deuglify-attrib-verb-regexp)
17963         (gnus-outlook-deuglify-attrib-end-regexp)
17964         (gnus-outlook-display-hook): Add :version.
17965
17966         * binhex.el (binhex-use-external): Add :version.
17967
17968 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17971         and `invisible'.
17972
17973 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17976         in gnus-registry-trim.
17977
17978 2004-09-13  Simon Josefsson  <jas@extundo.com>
17979
17980         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17981
17982         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17983
17984         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17985         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17986         <yamaoka@jpl.org>.
17987         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17988         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17989         <yamaoka@jpl.org>.
17990
17991         * sieve.el (sieve-manage-mode): Ditto.
17992
17993 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17996
17997 2004-09-11  Simon Josefsson  <jas@extundo.com>
17998
17999         * dns-mode.el: Add.
18000
18001         * mm-view.el (mm-display-dns-inline): Add.
18002
18003         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18004         (mm-automatic-display): Ditto.
18005
18006         * mailcap.el (mailcap-mime-data): Add text/dns.
18007         (mailcap-mime-extensions): Map .soa to text/dns.
18008
18009 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18010
18011         * gnus-art.el (article-decode-mime-words, article-babel)
18012         (gnus-article-highlight-signature, gnus-article-add-buttons)
18013         (gnus-signature-toggle): Remove unnecessary bindings of
18014         `inhibit-read-only' inherited from v5.10 merge.
18015
18016 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18017
18018         * nntp.el (nntp): New customization group.
18019         (nntp-authinfo-file): Add customization group.
18020
18021         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18022
18023         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18024
18025         * gnus.el (to-address, to-list, subscribed)
18026         (large-newsgroup-initial): Ditto.
18027
18028         * flow-fill.el (fill-flowed-display-column)
18029         (fill-flowed-encode-column): Ditto.
18030
18031 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18032
18033         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18034         Use point-min rather than 1.
18035         (message-send-mail): Use buffer-size rather than point-max.
18036
18037         * gnus-sum.el (gnus-summary-search-article-forward):
18038         Signal a specific `search-failed' rather than a generic `error'.
18039
18040         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18041         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18042         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18043
18044 2004-09-10  Simon Josefsson  <jas@extundo.com>
18045
18046         * nndb.el (require): Remove tcp and duplicate cl.
18047
18048 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * gnus-agent.el (directory-files-and-attributes): Move forward.
18051
18052 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18053
18054         * gnus-agent.el (directory-files-and-attributes):
18055         Optionally defined to support XEmacs.
18056
18057 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18058
18059         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18060         to avoid run-time CL dependencies.
18061         (gnus-agent-unfetch-articles): New function.
18062         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18063         article numbers even when local .overview file is missing.
18064         (gnus-agent-read-article-number): New function.  Only accepts
18065         27-bit article numbers.
18066         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18067         Use gnus-agent-read-article-number.
18068         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18069         from backend while recognizing that article numbers in .overview
18070         must be valid.
18071         (gnus-agent-update-files-total-fetched-for):
18072         Use directory-files-and-attributes to improve performance.
18073         * gnus-int.el (gnus-request-move-article):
18074         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18075         improve performance.
18076
18077         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18078         some users confused by references to .newsrc when they only have a
18079         .newsrc.eld file.
18080         (gnus-convert-mark-converter-prompt)
18081         (gnus-convert-converter-needs-prompt): Fix use of property list.
18082         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18083         New function.  Used internally to only display 'gnus converting
18084         files' message when actually necessary.
18085
18086         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18087         methods now autoloaded.
18088
18089 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18092         identifiers.
18093
18094 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * gnus-picon.el: Fix indentation and closing parenthesis.
18097
18098 2004-09-01  Simon Josefsson  <jas@extundo.com>
18099
18100         * message.el (message-canlock-generate): Require sha1, not
18101         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18102         to require within a function.  Sadly, if sha1.el isn't loaded, the
18103         let binding in m-c-g will hide the defcustom definition, which is
18104         bad.)
18105
18106         * canlock.el: Require sha1, not sha1-el.
18107
18108         * message.el: Don't autoload sha1 (there is a autoload cookie in
18109         sha1.el).
18110
18111         * sha1-el.el: Rename to sha1.el.
18112
18113 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18114
18115         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18116
18117 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18118
18119         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18120
18121 2004-08-30  Kim F. Storm  <storm@cua.dk>
18122
18123         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18124
18125         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18126         Add :group 'nnimap.
18127
18128 2004-08-30  Andreas Schwab  <schwab@suse.de>
18129
18130         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18131         ?* and ?\;.
18132
18133         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18134         and ?\' to symbol instead of whitespace.
18135
18136 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18139
18140         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18141         instead of re-search-forward.
18142
18143         * gnus-uu.el (gnus-uu-save-article): Ditto.
18144         (gnus-uu-post-encode-uuencode): Ditto.
18145
18146         * html2text.el (html2text-clean-list-items): Ditto.
18147         (html2text-clean-dtdd): Ditto.
18148         (html2text-format-tags): Ditto.
18149
18150         * message.el (message-send-mail-with-sendmail): Fix regexp.
18151         (message-fill-field-general): Use search-forward instead of
18152         re-search-forward.
18153         (unbold-region): Ditto.
18154
18155         * nnrss.el (nnrss-request-article): Ditto.
18156
18157         * nnslashdot.el (nnslashdot-request-article): Ditto.
18158
18159         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18160
18161         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18162         "Unrecognized menu descriptor" error in XEmacs.
18163
18164 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18165
18166         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18167         parent article of a sparse article in the thread hashtb.
18168
18169 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18170
18171         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18172         (nnmail-expand-newtext): Lowercase expanded entries if
18173         nnmail-split-lowercase-expanded is non-nil.
18174
18175 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18178
18179         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18180         of gnus-tmp-news-method into string under XEmacs.  It will be
18181         passed to gnus-correct-length which takes only a string argument.
18182
18183 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-util.el (gnus-bind-print-variables): New macro.
18186         (gnus-prin1): Use it.
18187         (gnus-prin1-to-string): Use it.
18188         (gnus-pp): New function.
18189         (gnus-pp-to-string): New function.
18190
18191         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18192         Replace pp-to-string with gnus-pp-to-string.
18193         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18194         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18195         * gnus-msg.el (gnus-debug): Ditto.
18196         * gnus-score.el (gnus-score-save): Ditto.
18197         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18198         gnus-pp-to-string.
18199         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18200         with gnus-pp.
18201         * score-mode.el (gnus-score-pretty-print): Ditto.
18202         * webmail.el (webmail-debug): Ditto.
18203
18204 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-art.el (article-display-face, article-display-x-face):
18207         Use buffer-read-only.
18208
18209 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * gnus-art.el (article-hide-list-identifiers):
18212         Bind inhibit-read-only as t.
18213
18214 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18215
18216         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18217
18218 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18219
18220         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18221         (gnus-narrow-to-page): Don't assume point-min == 1.
18222         (gnus-article-edit-mode): Derive from message-mode.
18223
18224         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18225         point-min == 1.
18226
18227         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18228         Disable incorrect use of `assert'.
18229
18230         * message.el (message-mode): Set comment-start-skip.
18231
18232
18233 2004-08-22  Sam Steingold  <sds@gnu.org>
18234
18235         * pop3.el (pop3-leave-mail-on-server): New user variable.
18236         (pop3-movemail): Delete mail only when it is nil.
18237
18238 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18241
18242         * mml.el (mml-preview): Use `pop-to-buffer'.
18243
18244         * message.el (message-goto-mail-followup-to): Insert after "To".
18245         (message-carefully-insert-headers): Add comment.
18246
18247         * gnus.el: Remove unused variable `gnus-article-check-size'.
18248
18249         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18250
18251         * gnus-art.el (gnus-button-alist):
18252         Improve `gnus-button-handle-library' entry.
18253
18254 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18255
18256         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18257         Use downcase, since XEmacs capitalizes error messages differently.
18258
18259 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * nntp.el: Add (require 'gnus) due to reference to
18262         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18263
18264 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18265
18266         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18267         Bind `mm-fill-flowed'.
18268
18269         * mm-decode.el (mm-dissect-singlepart): Check it.
18270
18271 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18274         'imap' for netrc parsing.
18275
18276 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * mailcap.el (mailcap-mime-data): Mark as risky.
18279
18280 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18283         may be included in the encoded word.
18284         (rfc2047-encode): Don't append a space if the encoded word
18285         includes close parenthesis.
18286
18287 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18290         of text within parentheses.
18291
18292 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18293
18294         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18295         (gnus-encrypt-write-file-contents): Make the password key the file
18296         name PLUS the cipher, not just the cipher.  Also remove failed
18297         passwords from the cache.
18298
18299 2004-08-06  Simon Josefsson  <jas@extundo.com>
18300
18301         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18302         Doc fix.
18303
18304 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18307         LWSP.
18308
18309 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18310
18311         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18312         Try to append in-reply-to: data to the references: header.
18313
18314         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18315         (netrc-parse): Use gnus-encrypt.el functions.
18316
18317         * gnus-encrypt.el: Add new file for encryption support; currently
18318         does only a few GPG ciphers and an internal XOR cipher.
18319
18320         * password.el: Add comments on using password-read-and-add.
18321         (password-read-and-add): Add function to read and add the
18322         password to the cache at once.
18323
18324 2004-07-28  Simon Josefsson  <jas@extundo.com>
18325
18326         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18327         parameter (but don't use it, for now).
18328
18329         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18330         instead of hard coding to nil.
18331
18332 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18335         as mm-inline-image-xemacs does.
18336
18337 2004-07-26  Simon Josefsson  <jas@extundo.com>
18338
18339         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18340         Revert part of 2004-07-17 change below.
18341
18342 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18345         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18346
18347 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18348
18349         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18350         quotes that actually start with ">" at the beginning of the
18351         lines.
18352
18353 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * rfc2047.el (rfc2047-encode-region): Fix last change.
18356         (rfc2047-encode-parameter): Remove useless concat.
18357
18358 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18361         encode special characters; fix some kind of misconfigured headers;
18362         signal a real error if debug-on-quit or debug-on-error is non-nil.
18363         (rfc2047-encode-max-chars): New variable.
18364         (rfc2047-encode-1): Use it.
18365         (rfc2047-encode-parameter): New function.
18366
18367         * mml.el (mml-insert-parameter): Remove an excessive space.
18368
18369 2004-07-17  Simon Josefsson  <jas@extundo.com>
18370
18371         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18372         Kai Grossjohann <kai@emptydomain.de>.
18373         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18374         (gnus-group-make-menu-bar): Ditto.
18375
18376         * gnus-util.el (gnus-group-server): Add.
18377
18378 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * message.el (message-clone-locals): Clone sendmail and smtp
18381         variables.
18382
18383 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * rfc2047.el (rfc2047-encode-region): Fix last change.
18386
18387 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18390         characters as non-special.
18391
18392 2004-07-09  Simon Josefsson  <jas@extundo.com>
18393
18394         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18395         Users will lose all flag changes made while unplugged with
18396         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18397         good default.  See numerous reports on ding mailing list.
18398
18399 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18402         add generate-head-function and generate-article-function to the
18403         rfc822-forward entry.
18404         (nndoc-rfc822-forward-generate-article): New function.
18405         (nndoc-rfc822-forward-generate-head): New function.
18406
18407         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18408
18409 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18410
18411         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18412         respect display group parameter and gnus-summary-expunge-below.
18413         (gnus-articles-to-read): Remove unused reference to display group
18414         parameter.
18415
18416 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18417
18418         * nnheader.el (nnheader-uniquify-message-id): New experimental
18419         variable.
18420         (nnheader-nov-read-message-id): Use it.
18421
18422         * spam-report.el (spam-report-gmane): Add interactive.
18423
18424 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * mm-encode.el (mm-content-transfer-encoding-defaults):
18427         Use qp-or-base64 for the application/* types.
18428
18429 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18430
18431         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18432
18433 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18434
18435         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18436         trim value.
18437
18438 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18439
18440         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18441         New macro and function.
18442         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18443
18444 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18447         after-load-alist.
18448
18449 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18450
18451         * gnus-group.el (gnus-group-get-new-news-this-group):
18452         Don't update info that isn't there.
18453
18454 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18455
18456         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18457         entry.
18458
18459 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * mm-view.el (mm-inline-render-with-function): Use multibyte
18462         buffer; decode html source by charset.
18463
18464         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18465
18466         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18467         Mule-UCS is loaded under XEmacs.
18468         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18469
18470 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18471
18472         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18473
18474 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * mm-util.el (mm-coding-system-p): Return a coding-system.
18477         (mm-mime-mule-charset-alist): Use shift_jis instead of
18478         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18479         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18480         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18481         instead of japanese-shift-jis and iso-latin-1 respectively in
18482         order to share the default value with both Emacs and XEmacs-mule.
18483         (mm-mule-charset-to-mime-charset):
18484         Make mm-coding-system-priorities effective.
18485         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18486         while predicating of candidates upon the priorities.
18487
18488 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * gnus-sum.el (gnus-summary-make-menu-bar):
18491         Add gnus-uu-invert-processable.
18492
18493         * gnus.el: Autoload gnus-uu-invert-processable.
18494
18495 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * mm-util.el (mm-with-multibyte-buffer): New macro.
18498
18499         * rfc2047.el (rfc2047-encode-string): Use it.
18500         (rfc2047-encode-region): Move point to the end of the region after
18501         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18502
18503 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18506         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18507
18508 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18511         (gnus-cite-parse): Ignore quoted envelope From_.
18512         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18513
18514 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18515
18516         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18517         invalid addresses.
18518
18519 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18520
18521         * spam.el: Change section markers, revise TODO list.
18522         (spam-backends): Make new master list of all installed backends.
18523         (spam-summary-exit-behavior): Add new variable to determine how
18524         messages moves are done at summary exit.
18525         (spam-move-spam-nonspam-groups-only)
18526         (spam-process-ham-in-nonham-groups)
18527         (spam-process-ham-in-spam-groups): Remove variables, the
18528         spam-summary-exit-behavior variable should be used to manage this
18529         behavior.
18530         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18531         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18532         and spam-old-spam-articles.
18533         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18534         Add empty variables, placeholders for the backends they represent.
18535         (spam-set-difference): Move, unchanged.
18536         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18537         unless the user has a processor variable.
18538         (spam-classifications, spam-classification-valid-p)
18539         (spam-backend-properties, spam-backend-property-valid-p)
18540         (spam-backend-function-type-valid-p)
18541         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18542         (spam-report-articles-gmane, spam-report-articles-resend):
18543         Remove functions, they are not needed.
18544         (spam-install-backend-super, spam-backend-list)
18545         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18546         (spam-backend-function, spam-backend-ham-registration-function)
18547         (spam-backend-spam-registration-function)
18548         (spam-backend-ham-unregistration-function)
18549         (spam-backend-spam-unregistration-function)
18550         (spam-backend-statistical-p, spam-backend-mover-p)
18551         (spam-install-backend-alias, spam-install-checkonly-backend)
18552         (spam-install-mover-backend, spam-install-nocheck-backend)
18553         (spam-install-backend, spam-install-statistical-backend)
18554         (spam-install-statistical-checkonly-backend): Add backend installation
18555         support.
18556         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18557         (spam-group-processor-p): Use the new backend code and respect the
18558         summary exit behavior.
18559         (spam-mark-spam-as-expired-and-move-routine): Remove.
18560         (spam-summary-prepare): Change to use the new spam-old-articles
18561         variable.
18562         (spam-copy-or-move-routine, spam-copy-spam-routine)
18563         (spam-move-spam-routine, spam-copy-ham-routine)
18564         (spam-move-ham-routine): Add code to copy/move ham or spam.
18565         (spam-fetch-field-fast): Improve doc and code, plus allow the
18566         'number request.
18567         (spam-list-of-checks, spam-list-of-statistical-checks):
18568         Remove variables.
18569         (spam-split, spam-find-spam): Use the new backend code.
18570         (spam-registration-functions): Remove variable.
18571         (spam-unregister-routine): Add convenience wrapper.
18572         (spam-log-undo-registration, spam-register-routine)
18573         (spam-log-processing-to-registry)
18574         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18575         where possible.
18576         (spam-check-gmane-xref, spam-check-regex-headers)
18577         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18578         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18579         (spam-check-bogofilter-headers, spam-check-spamoracle)
18580         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18581         (spam-check-crm114-headers): Use the spam-split-group that
18582         spam-split prepares, no need to determine it every time.
18583
18584         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18585         to the nnheader-parse-naked-head call.
18586
18587         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18588
18589         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18590         the nnheader-nov-read-message-id call.
18591
18592 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18595         gnus-activate-group twice.  Suggested by Markus Peter
18596         <warp@spin.de>.
18597
18598 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-art.el (gnus-article-time-format): Exchange the order of
18601         day and month in the default value; fix customization type.
18602         (article-date-ut): Use add-text-properties.
18603         (article-make-date-line): Use message-make-date instead of
18604         current-time-string.
18605
18606         * message.el (message-fetch-field): Don't use set-text-properties.
18607         (message-make-date): Simplify.
18608
18609         * messagexmas.el (message-xmas-make-date): New function.
18610         (message-xmas-redefine): Defalias message-make-date to it.
18611
18612 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18615         (rfc2047-encode-region): Treat text within parentheses as special;
18616         show the original text when error has occurred.
18617
18618         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18619         already-computed method to gnus-activate-group.
18620
18621         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18622         same select-methods identical Lisp objects.
18623
18624         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18625         object when modifying the info.
18626
18627 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18630         gnus-opened-servers since it has never been opened with the new
18631         configuration yet.
18632
18633 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18636         arg to nnheader-generate-fake-message-id.
18637
18638 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18639
18640         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18641         number and build a fake message ID localized to a group and
18642         article number (so it's repeatable from that point on).
18643         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18644         ID format.
18645
18646         * gnus-sum.el (gnus-get-newsgroup-headers):
18647         Call nnheader-generate-fake-message-id with the article number.
18648
18649 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18650
18651         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18652         end-of-buffer.
18653
18654 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18655
18656         * message.el (message-ignored-supersedes-headers): Add Approved.
18657
18658 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18661         goto-char.
18662         (rfc2047-encode): Fold the line before encoding.
18663
18664 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18665
18666         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18667         folding -- not all headers can be folded, and this should be done
18668         by the message composition mode.  Probably.  I think.
18669
18670 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18673         fast.
18674
18675         * gnus-ems.el (gnus-remove-image): Don't use
18676         message-text-with-property; remove only the image found first.
18677
18678         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18679         found first.
18680
18681 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18682
18683         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18684
18685 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * message.el (message-text-with-property): Make it fast and accept
18688         optional arguments.
18689         (message-strip-forbidden-properties): Use it.
18690         (message-fix-before-sending): Follow the m-t-w-p change.
18691
18692         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18693
18694 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-art.el (article-hide-headers): Don't change the buffer
18697         mistakenly when performing mml-preview even if
18698         gnus-single-article-buffer is nil.
18699
18700 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18701
18702         * message.el (message-expand-name-databases): New user option.
18703         (message-expand-name): Use it.
18704
18705 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18706
18707         * spam.el (spam-report-articles-resend)
18708         (spam-report-resend-register-routine): Allow ham reporting.
18709         (spam-report-resend-register-ham-routine): Add wrapper.
18710         (spam-registration-functions): Add ham resending functions.
18711         (spam-list-of-processors): Add ham resend processor.
18712
18713         * gnus.el (ham-resend-to): Add new group parameter.
18714         (spam-process): Add ham resend option.
18715
18716         * spam-report.el (spam-report-resend): Allow reporting ham.
18717         (spam-report-resend-ham): Add wrapper.
18718
18719 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18720
18721         * message.el (message-cite-articles-with-x-no-archive):
18722         New variable.
18723         (message-cite-original): Use it.
18724
18725 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18726
18727         * message.el (message-cite-original): Respect X-No-Archive.
18728
18729 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * gnus-art.el (article-hide-headers): Refer to the values for
18732         gnus-ignored-headers and gnus-visible-headers in the summary
18733         buffer since a user may have set them as group parameters.
18734
18735 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18736
18737         * assistant.el (assistant-node-name): Add convenience function.
18738         (assistant-render-text, assistant-render-node): Add error handling,
18739         plus handle multiple next nodes.
18740         (assistant-find-next-node): Comment out for now.
18741         (assistant-find-next-nodes): Add function, returns list of next
18742         nodes.
18743
18744 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * mail-source.el (mail-source-directory): Fix doc-string.
18747
18748 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18749
18750         * assistant.el (assistant-render-text, assistant-eval): Add :set
18751         widget type, which is different because it takes and returns a
18752         list.  Much hilarity ensues.
18753
18754 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18757
18758         * gnus-group.el (gnus-group-get-new-news-this-group):
18759         Add doc-string.
18760
18761         * gnus-start.el (gnus-activate-group): Add doc-string.
18762
18763 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18766
18767 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         * assistant.el (assistant-render-text): Try to add a :set
18770         widget, more to come.
18771
18772         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18773         strings.
18774         (spam-report-articles-resend)
18775         (spam-register-routine): Do registration iff any articles warrant
18776         it.
18777         (spam-summary-prepare-exit): Change log message for nil group
18778         destinations.
18779
18780 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18781
18782         * spam.el (spam-report-resend-register-routine):
18783         Allow spam-report-resend-to to be a group parameter or a global value.
18784
18785 2004-05-26  Simon Josefsson  <jas@extundo.com>
18786
18787         * starttls.el: Merge with my GNUTLS based starttls.el.
18788         (starttls-gnutls-program, starttls-use-gnutls)
18789         (starttls-extra-arguments, starttls-process-connection-type)
18790         (starttls-connect, starttls-failure, starttls-success):
18791         New variables.
18792         (starttls-program, starttls-extra-args): Doc fix.
18793         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18794         New functions.
18795         (starttls-negotiate, starttls-open-stream):
18796         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18797         function if it is set.
18798
18799 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18802         structured fields.
18803
18804 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18807
18808 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18809
18810         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18811         Add variable.
18812         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18813         assigning the spam-mark to new messages.
18814
18815 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18816
18817         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18818
18819 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18822
18823         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18824         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18825         default.
18826
18827 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18828
18829         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18830         correct data.
18831
18832 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18835         (spam-group-processor-p): Fix function.
18836         (spam-group-processor-multiple-p)
18837         (spam-group-spam-processor-report-gmane-p)
18838         (spam-group-spam-processor-report-resend-p)
18839         (spam-group-spam-processor-bogofilter-p)
18840         (spam-group-spam-processor-blacklist-p)
18841         (spam-group-spam-processor-ifile-p)
18842         (spam-group-ham-processor-ifile-p)
18843         (spam-group-spam-processor-spamoracle-p)
18844         (spam-group-spam-processor-crm114-p)
18845         (spam-group-ham-processor-bogofilter-p)
18846         (spam-group-spam-processor-stat-p)
18847         (spam-group-ham-processor-stat-p)
18848         (spam-group-ham-processor-whitelist-p)
18849         (spam-group-ham-processor-BBDB-p)
18850         (spam-group-ham-processor-spamoracle-p)
18851         (spam-group-ham-processor-copy-p): Remove functions with some
18852         prejudice against unneeded code.
18853         (spam-report-articles-resend)
18854         (spam-report-resend-register-routine): Allow the group/topic
18855         spam-resend-to value to override spam-report-resend-to.
18856         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18857         properly now.
18858
18859         * gnus.el (spam-resend-to): Add group/topic parameter.
18860         (spam-process): Move the OBSOLETE processors to the end of the
18861         choices.
18862
18863 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18864
18865         * spam-report.el (spam-report-resend-to, spam-report-resend):
18866         Start with resend-to set to nil, and then ask the user if necessary.
18867         (spam-report-resend): spam-report-resend takes a list of articles, not
18868         separate article numbers.
18869
18870 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18871
18872         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18873         addition to emacs-w3m.
18874
18875 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * assistant.el (assistant-authinfo-data): New function.
18878         (assistant-eval): Eval for entire assistant.
18879
18880         * netrc.el (netrc-services-file): New variable.
18881         (netrc-parse-services): New function.
18882         (netrc-find-service-name): New function.
18883         (netrc-find-service-number): New function.
18884         (netrc-port-equal): New function.
18885         (netrc-machine): Use it.
18886
18887         * nnimap.el (nnimap-open-connection): Use netrc.
18888
18889         * gnus-util.el (gnus-netrc-get): Remove aliases.
18890
18891         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18892
18893         * assistant.el (wid-edit): Fix compilation.
18894
18895         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18896
18897 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18898
18899         * gnus-util.el (gnus-set-file-modes): New function.  (small
18900         patch).
18901
18902 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18903
18904         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18905
18906         * assistant.el (assistant-render-node): Fix up rendering and
18907         read-only text.
18908         (assistant-render-node): Reset.
18909         (assistant-make-read-only): Not sticky.
18910
18911 2004-05-20  Danny Siu  <dsiu@adobe.com>
18912
18913         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18914         centered even when gnus-auto-center-summary is t.
18915
18916 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18917
18918         * dns.el (dns-get-txt-answer): New function.
18919         (dns-read-txt): Ditto.
18920         (query-dns): Use it.
18921
18922 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18925         active for foreign groups even if the group level is higher than
18926         the specified value.
18927
18928 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18929
18930         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18931         non-active groups.
18932
18933         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18934
18935 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18936
18937         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18938
18939 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18942         (spam-crm114-header, spam-crm114-spam-switch)
18943         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18944         (spam-crm114-positive-spam-header)
18945         (spam-crm114-database-directory, spam-list-of-processors)
18946         (spam-group-spam-processor-crm114-p)
18947         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18948         (spam-generic-score, spam-list-of-checks)
18949         (spam-list-of-statistical-checks, spam-registration-functions)
18950         (spam-check-crm114-headers, spam-crm114-score)
18951         (spam-check-crm114, spam-crm114-register-with-crm114)
18952         (spam-crm114-register-spam-routine)
18953         (spam-crm114-unregister-spam-routine)
18954         (spam-crm114-register-ham-routine)
18955         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18956         From asjo@koldfront.dk (Adam Sjøgren).
18957
18958         * gnus.el: Add spam-use-crm114.
18959
18960         * spam.el (spam-list-of-processors, spam-registration-functions):
18961         Add spam-use-resend.
18962         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18963         (spam-report-articles-gmane): Add doc fix.
18964         (spam-report-articles-resend, spam-report-resend-register-routine):
18965         Add wrappers around spam-report-resend-to.
18966
18967         * spam-report.el (spam-report-resend-to, spam-report-resend):
18968         Add support for resending spam.
18969         (spam-report-gmane): Fix line length >80.
18970
18971         * gnus.el (spam-process): Add spam-use-resend.
18972
18973 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18974
18975         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18976         number of processed spam messages.
18977         (spam-ham-copy-or-move-routine): Return the number of processed
18978         ham messages.
18979         (spam-summary-prepare-exit): Use the above values to decide
18980         whether status messages shouled be displayed.
18981
18982 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18985         `rfc2047-encoding-function-alist' in order to avoid conflicting
18986         with the old version.
18987         (rfc2047-encode-region): Concatenate words containing non-ASCII
18988         characters in structured fields; don't encode space-delimited
18989         ASCII words even in unstructured fields; don't break words at
18990         char-category boundaries.
18991         (rfc2047-encode-1): New function.
18992         (rfc2047-encode): Use it; encode text so that it occupies the
18993         maximum width within 76-column; work correctly on Q encoding for
18994         iso-2022-* charsets.
18995         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18996         sure not to break a line just after the header name.
18997         (rfc2047-b-encode-region): Remove.
18998         (rfc2047-b-encode-string): New function.
18999         (rfc2047-q-encode-region): Remove.
19000         (rfc2047-q-encode-string): New function.
19001
19002         * mm-util.el (mm-replace-in-string): New function.
19003
19004 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19005
19006         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19007         Really get it right.
19008         (gnus-inews-make-draft): Really.
19009
19010 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19011
19012         * nnmh.el (nnmh-request-list-1): Don't check the link count
19013         before descending.  (small patch)
19014
19015 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19016
19017         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19018         stuff.
19019
19020         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19021         Match on real group name.
19022
19023         * gnus-art.el (gnus-signature-limit): Doc fix.
19024
19025         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19026
19027         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19028
19029 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19030
19031         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19032         isn't a string.
19033
19034 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * gnus-draft.el (gnus-draft-send):
19037         Bind rfc2047-encode-encoded-words.
19038
19039         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19040         (rfc2047-encodable-p): Say that =? needs encoding.
19041         (rfc2047-encode-encoded-words): New variable.
19042
19043         * gnus-group.el (gnus-group-select-group): Doc fix.
19044
19045         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19046
19047         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19048         to nil.
19049
19050         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19051
19052         * nnheader.el (nnheader-get-lines-and-char): New function.
19053
19054 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19055
19056         * gnus-msg.el (gnus-summary-followup-with-original):
19057         Document yanking of region when active.
19058
19059 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19062         groups if the group level is higher than the specified value.
19063
19064 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19065
19066         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19067         (gnus-group-jump-to-group): Add prefix argument using
19068         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19069         non-active group.
19070
19071         * compface.el (uncompface): Be verbose when changing
19072         `uncompface-use-external'.
19073
19074         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19075         handle manual section.
19076
19077 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19078
19079         * gnus-art.el (gnus-button-alist): Revert previous change.
19080
19081 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19082
19083         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19084
19085 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19086
19087         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19088         whether backend can accept message.
19089
19090         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19091
19092 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19093
19094         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19095         Avoid creating directory when nntp-marks-is-evil is true.
19096         Reported by Reiner Steib.
19097
19098 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19099
19100         * gnus-picon.el (gnus-picon-style): New variable.
19101         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19102         (gnus-picon-transform-address): Support `gnus-picon-style'.
19103         From Jesper Harder <harder@ifa.au.dk>.
19104
19105 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19106
19107         * message.el (message-fill-field): Return point.
19108         (message-generate-headers): Go to end of field.
19109
19110         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19111         stuff for non-living groups.
19112
19113 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * gnus-art.el (gnus-article-followup-with-original)
19116         (gnus-article-reply-with-original): gnus-mark-active-p ->
19117         gnus-region-active-p.
19118
19119 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19120
19121         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19122         only when there is spam or ham to be processed.
19123
19124 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * mail-source.el (mail-source-delete-crash-box): Refactor.
19127         (mail-source-fetch): Use it.
19128         (mail-source-fetch-file): Ditto.
19129         (mail-source-fetch-directory): Run postscript in loop.
19130         (mail-source-fetch-pop): Delete.
19131         (mail-source-fetch-maildir): Ditto.
19132         (mail-source-fetch-imap): Ditto.
19133
19134         * imap.el (imap-authenticators): Comment out sasl.
19135
19136         * message.el (message-skip-to-next-address): New function.
19137         (message-fill-header-address): Refactor.
19138         (message-fill-address): Use it.
19139         (message-delete-address): Use it.
19140         (message-fill-header-general): Refactor.
19141         (message-fill-field-address): Rename.
19142         (message-narrow-to-field): Find the start of the header.
19143         (message-header-format-alist): Don't pre-fill.
19144         (message-fill-header): Remove.
19145         (message-insert-header): New function.
19146         (message-shorten-references): Use it.
19147
19148         * rfc2047.el (rfc2047-field-value): Strip props.
19149
19150         * mail-parse.el (mail-header-make-address): New alias.
19151
19152         * ietf-drums.el (ietf-drums-make-address): New function.
19153
19154         * imap.el: Add compiler directives.
19155
19156         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19157
19158         * gnus-art.el (article-decode-idna-rhs): Don't use
19159         message-idna-inside-rhs-p.
19160
19161 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * message.el (message-idna-inside-rhs-p): Remove.
19164         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19165
19166         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19167         false positives.
19168
19169 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19170
19171         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19172
19173 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19174
19175         * nneething.el (nneething-file-name): Don't create spurious
19176         files.
19177
19178         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19179         (gnus-inews-do-gcc): Remove sleep.
19180
19181         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19182         part under point.
19183
19184         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19185         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19186
19187 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19188
19189         * spam.el (spam-summary-prepare-exit): Fix (length).
19190
19191 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19192
19193         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19194         as expired without moving it" message when there are spam
19195         messages left.
19196
19197 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19198
19199         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19200         header is not nil.
19201
19202 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19203
19204         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19205         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19206         (nntp-marks-changed-p): New arg SERVER.
19207         (nntp-request-update-info): Adjust caller.
19208
19209 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19210
19211         * nntp.el (nntp-save-marks): Pass missing arg.
19212
19213 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19214
19215         * nntp.el: Support marks.
19216         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19217         (nntp-marks-modtime, nntp-marks-directory): New variables.
19218         (nntp-request-set-mark, nntp-request-update-info)
19219         (nntp-possibly-create-directory, nntp-marks-changed-p)
19220         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19221         New functions.
19222
19223 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19224
19225         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19226         (gnus-xmas-redefine): Rename.
19227
19228         * gnus-score.el (gnus-score-insert-help):
19229         Use gnus-select-lowest-window.
19230
19231         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19232         appt-select-lowest-window and rename to gnus-select-lowest-window.
19233
19234         * gnus.el: do.
19235
19236 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19237
19238         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19239         encodings of MIME-encoded words, in order to improve
19240         interoperability with several broken MUAs.
19241
19242 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19243
19244         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19245         tags, only when charsets are not specified in headers.
19246         (mm-inline-text-html-render-with-w3m): Ditto.
19247
19248         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19249         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19250
19251 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19252
19253         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19254         instead of MIME-decoded from fields when checking
19255         `gnus-article-address-banner-alist'.
19256
19257 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19260         description rather than subject.
19261
19262 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19263
19264         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19265
19266 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19267
19268         * gnus.el (gnus-version-number): Bump.
19269
19270 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19271
19272         * gnus.el: No Gnus v0.2 is released.
19273
19274 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus-agent.el (gnus-agent-read-agentview):
19277         Inline gnus-uncompress-range.
19278
19279 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19280
19281         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19282         `exec-installed-p'.
19283
19284 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19285
19286         * gnus.el (spam-process, spam-autodetect-methods):
19287         Add bsfilter and bsfilter-headers.
19288
19289         * spam.el (spam-bsfilter): New customize group.
19290         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19291         (spam-bsfilter-header, spam-bsfilter-probability-header)
19292         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19293         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19294         (spam-bsfilter-database-directory): New options.
19295         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19296         (spam-list-of-statistical-checks, spam-registration-functions):
19297         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19298         (spam-bsfilter-score): New command.
19299         (spam-check-bsfilter-headers, spam-check-bsfilter)
19300         (spam-bsfilter-register-with-bsfilter)
19301         (spam-bsfilter-register-spam-routine)
19302         (spam-bsfilter-unregister-spam-routine)
19303         (spam-bsfilter-register-ham-routine)
19304         (spam-bsfilter-unregister-ham-routine): New functions.
19305         (spam-generic-score): Support bsfilter; Accept an optional argument
19306         to recalcurate spam score even if scoring header has already been
19307         added.
19308         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19309         optional argument to recalcurate spam score even if scoring header
19310         has already been added.
19311
19312 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19315         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19316         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19317         link is missing.
19318
19319 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19320
19321         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19322         (html2text-get-attr): Rewrite.
19323
19324         * message.el (message-setup-1): Remove redundant put-text-property
19325         on mail-header-separator.
19326
19327 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19328
19329         * gnus-registry.el (gnus-registry-cache-whitespace)
19330         (gnus-registry-action, gnus-registry-spool-action)
19331         (gnus-registry-split-fancy-with-parent): Change message levels
19332         from 5 to 3 or 7, as needed.
19333
19334         * spam.el (spam-summary-prepare-exit)
19335         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19336         (spam-split, spam-find-spam, spam-log-undo-registration)
19337         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19338         level from 5 to 6.
19339
19340 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19343         2004-03-04 change).
19344
19345 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19346
19347         * sieve-manage.el (sieve-manage-open):
19348         * nnweb.el (nnweb-insert-html):
19349         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19350         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19351         * nnspool.el (nnspool-request-group):
19352         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19353         * nnml.el (nnml-request-update-info):
19354         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19355         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19356         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19357         (nnimap-request-set-mark):
19358         * nnfolder.el (nnfolder-request-update-info):
19359         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19360         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19361         * gnus-uu.el (gnus-uu-find-articles-matching):
19362         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19363         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19364         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19365         * gnus-nocem.el (gnus-nocem-scan-groups):
19366         * gnus-int.el (gnus-start-news-server):
19367         * gnus-group.el (gnus-group-make-kiboze-group)
19368         (gnus-group-browse-foreign-server):
19369         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19370         Use mapc when appropriate.
19371
19372 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19373
19374         FIXME: Make separate entries for each person.
19375
19376         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19377         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19378         <shields@msrl.com>:
19379
19380         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19381         may need for spam sorting and scoring.
19382         (spam-user-format-function-S): Add user format function suitable for
19383         general use.
19384         (spam-article-sort-by-spam-status): Add sorting function for summary
19385         sorting.
19386         (spam-extra-header-to-number): Add function to get a score from a
19387         header.
19388         (spam-summary-score): Add function to get a numeric score from the
19389         headers.
19390         (spam-generic-score): Fix function doc, was in wrong place.
19391         (spam-initialize): Take symbols when it's run, and install the
19392         extra headers that spam-necessary-extra-headers thinks we need.
19393
19394 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19395
19396         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19397         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19398
19399 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * gnus-sum.el (gnus-set-global-variables)
19402         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19403         (gnus-article-get-xrefs, gnus-summary-best-group)
19404         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19405         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19406         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19407         Use with-current-buffer.
19408
19409 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19410
19411         * spam.el (spam-summary-prepare-exit): Simplify logic.
19412         (spam-fetch-article-header): Read the article header if it's not
19413         available.
19414         (spam-list-articles): Simplify logic.
19415         (spam-filelist-register-routine): Fix bug with unregister-list.
19416
19417         * gnus-registry.el: Fix comments at beginning.
19418
19419 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19420
19421         * message.el (message-cater-to-broken-inn): Remove.
19422         (message-shorten-references): Make sure the total folded length of
19423         References is shorter than 998 characters to cater to a bug in INN
19424         2.3.  Also, don't pretend that references aren't folded -- this
19425         hasn't worked for a while.
19426
19427 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19428
19429         * gnus-agent.el (gnus-agentize):
19430         gnus-agent-send-mail-real-function no longer set to current value
19431         of message-send-mail-function but rather a lambda that calls
19432         message-send-mail-function.  The change makes the agent real-time
19433         responsive to user changes to message-send-mail-function.
19434
19435 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19436
19437         * legacy-gnus-agent.el
19438         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19439         help from Florian Weimer <fw@deneb.enyo.de>
19440
19441 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * nnmail.el (nnmail-cache-insert): Revert last change.
19444
19445 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * nnmail.el (nnmail-cache-insert): Always check whether
19448         nnmail-cache-ignore-groups matches a group name.
19449
19450 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19451
19452         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19453         (spam-find-spam, spam-log-processing-to-registry)
19454         (spam-log-registered-p, spam-log-unregistration-needed-p)
19455         (spam-log-undo-registration): Use gnus-message instead of
19456         gnus-error, none of these errors are fatal.
19457
19458         * gnus-registry.el (gnus-registry-clean-empty-function)
19459         (gnus-registry-clean-empty): Remove only empty entries without
19460         extra data.
19461
19462 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19463
19464         * spam-stat.el (spam-stat-buffer-change-to-spam)
19465         (spam-stat-buffer-change-to-non-spam): Change (error) to
19466         (gnus-message 8) invocation.
19467
19468 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * nntp.el (nntp-via-netcat-command): New variable.
19471         (nntp-via-netcat-switches): New variable.
19472         (nntp-open-via-rlogin-and-netcat): New function.
19473         (nntp-open-connection-function): Doc fix.
19474         (nntp-telnet-command): Doc fix.
19475         (nntp-end-of-line): Doc fix.
19476         (nntp-via-rlogin-command): Doc fix.
19477         (nntp-via-user-name): Doc fix.
19478         (nntp-via-address): Doc fix.
19479
19480 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19483         error in Emacs 21.1.
19484
19485 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19488
19489 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19490
19491         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19492         (gnus-agent-with-refreshed-group): New macro.
19493         (gnus-agent-rename-group): New function.
19494         (gnus-agent-delete-group): New function.
19495         (gnus-agent-save-group-info): Use gnus-command-method when
19496         `method' parameter is nil.  Don't write nil entries into the
19497         active file.
19498         (gnus-agent-get-group-info): New function.
19499         (gnus-agent-fetch-articles):
19500         Use gnus-agent-update-files-total-fetched-for to increment disk space
19501         used.
19502         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19503         Use gnus-agent-update-view-total-fetched-for to increment disk space
19504         used.
19505         (gnus-agent-get-local): Add optional parameters to avoid calling
19506         gnus-group-real-name and gnus-find-method-for-group.
19507         (gnus-agent-set-local): Delete stored entry if either min, or max,
19508         are nil.
19509         (gnus-agent-fetch-session): Reworded error/quit messages.
19510         On quit, use gnus-agent-regenerate-group to record existance of any
19511         articles fetched to disk before the quit occurred.
19512         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19513         gnus-agent-update-view-total-fetched-for, and
19514         gnus-agent-update-files-total-fetched-for to decrement disk space
19515         used.
19516         (gnus-agent-retrieve-headers):
19517         Use gnus-agent-update-view-total-fetched-for to increment disk space
19518         used.
19519         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19520         with gnus-agent-update-files-total-fetched-for to decrement disk
19521         space and fresh group buffer.
19522         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19523         (gnus-agent-need-update-total-fetched-for): New variable.
19524         (gnus-agent-update-files-total-fetched-for): New function.
19525         (gnus-agent-update-view-total-fetched-for): New function.
19526         (gnus-agent-total-fetched-for): New function.
19527
19528         * gnus-cache.el (gnus-cache-save-buffers):
19529         Use gnus-cache-update-overview-total-fetched-for to change disk space
19530         used by this group.
19531         (gnus-cache-possibly-enter-article):
19532         Use gnus-cache-update-file-total-fetched-for to increment disk space
19533         used by this group.
19534         (gnus-cache-possibly-remove-article):
19535         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19536         used by this group.
19537         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19538         (gnus-cache-rename-group): New function.
19539         (gnus-cache-delete-group): New function.
19540         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19541         (gnus-cache-need-update-total-fetched-for): New variable.
19542         (gnus-cache-with-refreshed-group): New macro.
19543         (gnus-cache-update-file-total-fetched-for): New function.
19544         (gnus-cache-update-overview-total-fetched-for): New function.
19545         (gnus-cache-rename-group-total-fetched-for): New function.
19546         (gnus-cache-delete-group-total-fetched-for): New function.
19547         (gnus-cache-total-fetched-for): New function.
19548
19549         * gnus-group.el: Require gnus-sum and autoload functions to
19550         resolve warnings when gnus-group.el compiled alone.
19551         (gnus-group-line-format): Documented new %F.
19552         (size of Fetched data) group line format; identifies disk space
19553         used by agent and cache.
19554         (gnus-group-line-format-alist): Defined new F format.
19555         (gnus-total-fetched-for): New function.
19556         (gnus-group-delete-group): No longer update
19557         gnus-cache-active-altered as gnus-request-delete-group now keeps
19558         the cache in sync.
19559         (gnus-group-list-active): Let the agent store a server's active
19560         list if currently plugged.
19561
19562         * gnus-int.el (gnus-request-delete-group):
19563         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19564         local disk in sync with the server.
19565         (gnus-request-rename-group):
19566         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19567         local disk in sync with the server.
19568
19569         * gnus-start.el (gnus-get-unread-articles):
19570         Cosmetic simplification to logic.
19571
19572         * gnus-util.el (gnus-rename-file): New function.
19573
19574 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19575
19576         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19577
19578 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19579
19580         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19581         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19582
19583 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19586         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19587
19588 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19589
19590         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19591
19592 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19593
19594         * spam.el (spam-set-difference): Add function to replace
19595         gnus-set-difference in spam.el.
19596         (spam-summary-prepare-exit): Use spam-set-difference.
19597
19598 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19599
19600         * gnus-registry.el (gnus-registry-cache-file): Update to use
19601         gnus-dribble-directory OR gnus-home-directory OR ~.
19602         (gnus-registry-split-fancy-with-parent): Fix doc.
19603
19604 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * message.el (message-exchange-point-and-mark):
19607         Use message-mark-active-p.  Suggested by Jesper Harder
19608         <harder@ifa.au.dk>.
19609
19610 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * message.el (message-exchange-point-and-mark): Don't activate
19613         region if it was inactive.  Suggested by Hiroshi Fujishima
19614         <pooh@nature.tsukuba.ac.jp>.
19615
19616 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * gnus-art.el (article-display-face): Display Faces in the same
19619         order as X-Faces.
19620
19621 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19624
19625 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19628         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19629         (gnus-article-mime-hierarchy): Remove.
19630         (gnus-article-mime-hierarchy-next): Remove.
19631         (gnus-article-mode): Revert 2004-03-19 change.
19632         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19633         (gnus-insert-mime-button): Revert 2004-03-19 change.
19634         (gnus-mime-accumulate-hierarchy): Remove.
19635         (gnus-mime-enter-multipart): Remove.
19636         (gnus-mime-leave-multipart): Remove.
19637         (gnus-mime-display-part): Revert 2004-03-19 change.
19638         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19639
19640         * mml.el (mml-preview): Revert 2004-03-19 change.
19641
19642 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19643
19644         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19645
19646 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19649         t while entering a file name using the mm-with-multibyte macro.
19650         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19651
19652         * mm-util.el (mm-with-multibyte): New macro.
19653
19654 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19657         New user option.
19658         (gnus-mime-multipart-functions): Doc and customization fix.
19659         (gnus-article-mime-hierarchy): New variable.
19660         (gnus-article-mime-hierarchy-next): New variable.
19661         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19662         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19663         gnus-article-mime-hierarchy-next to nil.
19664         (gnus-insert-mime-button): Show hierarchy numbers.
19665         (gnus-mime-accumulate-hierarchy): New function.
19666         (gnus-mime-enter-multipart): New function.
19667         (gnus-mime-leave-multipart): New function.
19668         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19669         (gnus-mime-display-alternative): Show hierarchy numbers.
19670
19671         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19672         gnus-article-mime-hierarchy-next to nil.
19673
19674 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19675
19676         * dns.el: Don't require gnus-xmas.
19677
19678 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19681         inline PGP.
19682         (mml-menu): Disable mml-quote-region if mark is inactive.
19683
19684 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19687         when the group's active is not available.
19688
19689 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19692         error.
19693
19694 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19695
19696         * imap.el (imap-store-password): New variable.
19697         (imap-interactive-login): Use it.
19698         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19699
19700 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19703         window-start and hscroll to summary window.
19704
19705 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19706
19707         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19708         conversion message to newsrc-dribble when an actual conversion is
19709         performed.
19710
19711 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19712
19713         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19714
19715 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * mm-decode.el (mm-complicated-handles): New function reviving
19718         former definition of mm-multiple-handles.
19719
19720         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19721         (gnus-mime-delete-part): Use it.
19722
19723 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19724
19725         * gnus-agent.el (gnus-agent-read-local):
19726         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19727         avoid the implicit assumption that they will always be equal.
19728         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19729         coding-system-for-write, as the with-temp-file macro first prints
19730         to a buffer then saves the buffer.
19731
19732 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * gnus-art.el (gnus-article-edit-part): New function.
19735         (gnus-mime-save-part-and-strip): Use it; do query instead of
19736         signaling an error; don't use mm-multiple-handles.
19737         (gnus-mime-delete-part): Ditto.
19738
19739 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19740
19741         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19742         old file versions.
19743         (gnus-group-prepare-hook): Remove function that converted list
19744         form of gnus-agent-expire-days to group properties.
19745
19746         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19747         (gnus-request-accept-article): Re-indented.
19748
19749         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19750         converters to handle old agent file formats.  Add logic for a
19751         "backup before upgrading warning".
19752         (gnus-convert-mark-converter-prompt): Developers can mark
19753         functions as needing (default), or not needing,
19754         gnus-convert-old-newsrc's "backup before upgrading warning".
19755         (gnus-convert-converter-needs-prompt): Tests whether the user
19756         should be protected from potentially irreversable changes by the
19757         function.
19758
19759         * legacy-gnus-agent.el: New.  Provides converters that are only
19760         loaded when gnus-convert-old-newsrc needs to call them.
19761
19762 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * mail-source.el (mail-source-touch-pop): Doc fix.
19765
19766         * message.el (message-smtpmail-send-it): Doc fix.
19767
19768 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19769
19770         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19771
19772         * nnmail.el (nnmail-split-fancy): do.
19773
19774         * gnus-kill.el (gnus-kill, gnus-execute): do.
19775
19776 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19777
19778         * gnus-sum.el (gnus-widget-reversible-match)
19779         (gnus-widget-reversible-to-internal)
19780         (gnus-widget-reversible-to-external): New functions.
19781         (gnus-widget-reversible): New widget.
19782         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19783
19784 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19785
19786         * gnus-sum.el (gnus-thread-sort-functions)
19787         (gnus-article-sort-functions): Document `(not F)' items.
19788
19789 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19790
19791         * spam.el (spam-use-gmane-xref): Add new backend.
19792         (spam-gmane-xref-spam-group): Add variable to control the name of the
19793         Gmane spam group.
19794         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19795         (spam-regex-headers-spam, spam-regex-headers-ham)
19796         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19797         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19798         backends and checks.
19799         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19800
19801         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19802         an autodetect method.
19803
19804 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19805
19806         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19807         articles are being added to a group.
19808         (gnus-request-replace-article): Inform the agent that articles
19809         need to be uncached as the cached contents are no longer valid.
19810
19811 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * binhex.el: Don't autoload executable-find.
19814
19815         * canlock.el: Don't autoload mail-fetch-field.
19816
19817         * dgnushack.el: Autoload c-mode for XEmacs.
19818
19819         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19820
19821         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19822         rmail-dont-reply-to and rmail-output.
19823
19824         * gnus-score.el: Don't autoload ffap-string-at-point.
19825
19826         * gnus-setup.el: Don't autoload sc-cite-original.
19827
19828         * imap.el: Don't autoload base64-decode-string,
19829         base64-encode-string and md5.
19830
19831         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19832         and rmail-msg-restore-non-pruned-header.
19833
19834         * mm-decode.el: Don't autoload executable-find.
19835
19836         * mm-url.el: Don't autoload executable-find.
19837
19838         * mm-view.el: Don't autoload diff-mode.
19839
19840         * nndb.el: Don't autoload news-reply-mode, news-setup,
19841         cancel-timer and telnet.
19842
19843         * password.el: Don't autoload run-at-time for Emacs.
19844
19845         * sha1-el.el: Don't autoload executable-find.
19846
19847         * sieve-mode.el: Don't autoload c-mode.
19848
19849         * uudecode.el: Don't autoload executable-find.
19850
19851 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19852
19853         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19854         (gnus-agent-possibly-alter-active): Avoid null in numeric
19855         comparison.
19856         (gnus-agent-set-local): Refuse to save null in local object table.
19857         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19858         list of articles that will be marked as unread.
19859
19860 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19863
19864 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19865
19866         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19867         language tags.
19868
19869 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19870
19871         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19872         Don't bind "obarray".
19873
19874         * gnus-sum.el (gnus-thread-sort-functions):
19875         Add `gnus-thread-sort-by-most-recent-number' and
19876         `gnus-thread-sort-by-most-recent-date'.
19877         Reported by Kai Grossjohann <kai@emptydomain.de>.
19878
19879 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19882
19883 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19884
19885         * gnus-cus.el (gnus-agent-customize-category):
19886         Remove ignore-errors macro reference that required cl to be loaded at
19887         run-time.
19888
19889         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19890         single-interval range of the form (min . max).  Previously the
19891         range had to look like ((min . max)).  Likewise, return
19892         (min . max) rather than ((min . max)).
19893         (gnus-range-map): Use gnus-range-normalize to accept
19894         single-interval range.
19895
19896         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19897         the cache, but not the agent, now appear with their usual face.
19898
19899         * dgnushack.el (loaddir): New variable that is bound to the
19900         directory containing the dgnushack.el file. Use loaddir, rather
19901         than srcdir, to update load-path. Change lets dgnushack compile
19902         code in directories other than GNUS/lisp.
19903
19904 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * lpath.el: Don't bind w3m-safe-url-regexp.
19907
19908         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19909         w3m-safe-url-regexp variable buffer-local.
19910
19911         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19912
19913 2004-02-27  Simon Josefsson  <jas@extundo.com>
19914
19915         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19916         gnus-group-real-prefix.
19917         (gnus-summary-move-article): Use it, instead of
19918         gnus-group-real-prefix.
19919
19920 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * lpath.el: Bind w3m-safe-url-regexp.
19923
19924         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19925         w3m-safe-url-regexp variable buffer-local and set it as the value
19926         of mm-w3m-safe-url-regexp.
19927
19928         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19929
19930         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19931         parsing gnus-posting-styles when the message is not for replying.
19932
19933         * dgnushack.el: Autoload sgml-mode for XEmacs.
19934
19935         * nnrss.el (nnrss-opml-export):
19936         Use mm-set-buffer-file-coding-system instead of
19937         set-buffer-file-coding-system.
19938
19939 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19940
19941         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19942         of checkdoc.el).
19943         * nnrss.el: do.
19944         * gnus-mlspl.el: do.
19945         * gnus-ml.el: do.
19946         * gnus-srvr.el: do.
19947
19948         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19949
19950 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19951
19952         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19953         Corrections to custom-manual links.
19954
19955         * gnus-art.el (gnus-article): Ditto.
19956
19957         * mm-decode.el (mime-display, mime-security): Ditto.
19958
19959 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19960
19961         * flow-fill.el: Typo.
19962
19963 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19964
19965         * spam-wash.el: New file.
19966
19967 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19968
19969         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19970
19971 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19972
19973         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19974         to be run with new-articles as LIST1, not LIST2.
19975         (spam-registration-functions): Add spam-use-ham-copy as a nil
19976         registration backend.
19977
19978 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19979
19980         * spam-stat.el (spam-stat-washing-hook): New option.
19981         (spam-stat-buffer-words): Use it.
19982         (spam-stat-process-directory, spam-stat-test-directory):
19983         Use insert-file-contents-literally.
19984         (spam-stat-coding-system): New variable.
19985         (spam-stat-load, spam-stat-save): Use it.
19986
19987 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * spam-report.el (spam-report-plug-agent):
19990         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19991
19992 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19993
19994         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19995         Allow / in mailto URLs.
19996
19997 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19998
19999         * spam-report.el (spam-report-process-queue): Fix interactive use.
20000         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20001         (spam-report-unplug-agent): Doc fixes.
20002         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20003         (spam-report-agentize, spam-report-deagentize): Autoload.
20004
20005 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20008
20009         * message.el (message-setup-fill-variables): Add mml tags to
20010         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20011         <ajk@iu.edu>.
20012         (message-mode): Don't modify paragraph-separate there.
20013
20014 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * compface.el (uncompface-use-external): Default to undecided.
20017         (uncompface-use-external-threshold): New variable.
20018         (uncompface-float-time): New macro.
20019         (uncompface): Determine whether to use the external decoder if
20020         uncompface-use-external is undecided.
20021
20022 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20023
20024         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20025         after images.
20026
20027         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20028
20029 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20030
20031         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20032
20033         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20034
20035         * gnus-sum.el (gnus-summary-limit-to-age)
20036         (gnus-summary-limit-children): do.
20037
20038         * gnus-int.el (gnus-request-scan): do.
20039
20040         * gnus-group.el (gnus-group-suspend): do.
20041
20042         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20043
20044         * gnus-cite.el (gnus-cite-parse-attributions): do.
20045
20046         * gnus-agent.el (gnus-summary-set-agent-mark)
20047         (gnus-agent-regenerate-group): do.
20048
20049         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20050
20051         * binhex.el (binhex-decode-region-internal): do.
20052
20053 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20054
20055         * gnus-fun.el (gnus-face-properties-alist): New user option.
20056         (gnus-display-x-face-in-from): Use it.
20057
20058         * gnus-art.el (article-display-face): Ditto.
20059
20060         * compface.el (uncompface-use-external): Default to nil.
20061
20062 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20063
20064         * nntp.el (nntp-erase-buffer): New function.
20065         (nntp-retrieve-data, nntp-send-command)
20066         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20067         (nntp-possibly-change-group): Use it.
20068
20069         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20070         Use with-current-buffer.
20071
20072 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20073
20074         * compface.el: Merge the ELisp-based uncompface program.
20075         (compface): New customization group.
20076         (uncompface-use-external): New user option.
20077         (uncompface): Call uncompface-internal if uncompface-use-external
20078         is nil.
20079         (uncompface-internal): New function.  Note that there are also
20080         some other functions and variables added for this function.
20081
20082 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20083
20084         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20085         if necessary.
20086
20087 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20088
20089         * spam-report.el (spam-report-unplug-agent)
20090         (spam-report-plug-agent, spam-report-deagentize)
20091         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20092         Add support for the Agent in spam-report: when unplugged, report to a
20093         file; when plugged, submit all the requests.
20094
20095         * spam.el (spam-register-routine): Fix message about
20096         registration.
20097
20098 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20099
20100         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20101         dependencies.
20102         (rfc2047-encode): Use it.
20103
20104         * gnus-art.el (gnus-button-marker-list): Move before first
20105         reference.
20106
20107         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20108         (imap-parse-body): Fix format string mismatch.
20109
20110         * gnus-score.el (gnus-summary-increase-score): do.
20111
20112         * nnrss.el (nnrss-close): New function.
20113
20114 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20115
20116         * nnrss.el (nnrss-make-filename): New function.
20117         (nnrss-request-delete-group, nnrss-read-server-data)
20118         (nnrss-save-server-data, nnrss-read-group-data)
20119         (nnrss-save-group-data): Use it.
20120         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20121         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20122         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20123
20124 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20125
20126         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20127
20128 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20129
20130         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20131         files.
20132
20133         * message.el (message-generate-headers-first): Don't quote nil
20134         and t in docstrings.
20135
20136         * imap.el (imap-id): do.
20137
20138         * gnus-agent.el (gnus-agent-consider-all-articles)
20139         (gnus-agent-queue-mail): do.
20140
20141 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20142
20143         * spam-report.el (spam-report-process-queue): New function.
20144         Process requests from `spam-report-requests-file'.
20145         (spam-report-process-queue): Doc fix.
20146
20147 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20148
20149         * spam.el (spam-register-routine)
20150         (spam-log-processing-to-registry, spam-log-registered-p)
20151         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20152         Change "check" to "spam-check" for semi-clarity.
20153
20154 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * pop3.el: Require nnheader.
20157
20158         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20159
20160         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20161
20162         * gnus-picon.el: Require cl.
20163
20164         * gnus-fun.el: Require gnus-ems and gnus-util.
20165
20166         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20167
20168         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20169
20170         * gnus-art.el (gnus-article-edit-mode): Define before first
20171         reference.
20172
20173 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20174
20175         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20176         (gnus-uu-post-encoded): Use point-at-bol.
20177
20178         * gnus-topic.el (gnus-group-active-topic-p): do.
20179
20180         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20181
20182         * gnus-group.el (gnus-group-kill-region): do.
20183
20184         * gnus-art.el (article-date-ut): do.
20185
20186         * message.el (message-fetch-field): Remove redundant
20187         case-fold-search binding.
20188         (message-narrow-to-field): Simplify.
20189
20190 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20191
20192         * spam.el (spam-directory): Derive from `gnus-directory'.
20193
20194         * spam-report.el (spam-report-url-to-file)
20195         (spam-report-requests-file): New function and variable for offline
20196         reporting.
20197         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20198         and user defined function.
20199         (spam-report-url-ping-mm-url): Remove doubled slash.
20200
20201 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20202
20203         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20204
20205 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20206
20207         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20208         Fix format string mismatch.
20209
20210         * sieve.el (sieve-deactivate-all): do.
20211
20212         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20213
20214         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20215
20216         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20217
20218         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20219
20220 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20221
20222         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20223         the list of checks.
20224
20225 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20226
20227         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20228         padding.
20229
20230 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20231
20232         * mm-view.el (mm-fill-flowed): New variable.
20233         (mm-inline-text): Use it.
20234
20235 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20236
20237         * spam.el (spam-spamassassin-register-ham-routine)
20238         (spam-spamassassin-register-spam-routine): Fix function names.
20239
20240 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * gnus.el (gnus-tmp-grouplens): Remove.
20243         (gnus-summary-line-format): Remove grouplens.
20244
20245         * gnus-group.el (gnus-group-line-format): Ditto.
20246
20247         * gnus-spec.el (gnus-format-specs): Ditto.
20248         (gnus-update-format-specifications): Flush the group format spec
20249         cache if there's the grouplens stuff.
20250         (gnus-parse-simple-format): Replace %l with the empty string.
20251
20252 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20253
20254         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20255         omission.
20256
20257 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20260         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20261
20262 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20263
20264         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20265         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20266         New macros and functions.
20267         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20268         Handle > NLINK_MAX messages.
20269         * nnmaildir.el (nnmaildir-request-set-mark):
20270         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20271
20272 2004-01-25  Alex Schroeder  <alex@gnu.org>
20273
20274         * spam-stat.el (spam-stat-process-directory-age): New option.
20275         (spam-stat-process-directory): Use it.
20276
20277 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20278
20279         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20280         (spam-stat-save): Accept prefix argument.
20281
20282 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20283
20284         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20285         links" error.
20286
20287 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20290         the rest of the and/or forms.
20291
20292 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20293
20294         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20295         compatibility with old .newsrc.eld files.
20296
20297         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20298
20299         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20300
20301         * gnus-start.el (gnus-1): do.
20302
20303         * gnus-group.el (gnus-group-line-format-alist): do.
20304
20305         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20306
20307         * gnus-gl.el: Remove.
20308
20309 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20310
20311         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20312         marks consisting of a single range {for example, (3 . 5)} rather
20313         than a list of a single range { ((3 . 5)) }.
20314
20315 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20316
20317         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20318         Use with-current-buffer.
20319         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20320         avoid consing a string.
20321
20322         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20323         Remove obsolete entries for big5 and gb2312.
20324
20325 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20326
20327         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20328         uncompressed list.
20329
20330 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20331
20332         * spam-stat.el (spam-stat-strip-xref): New function.
20333         (spam-stat-process-directory): Use it.
20334
20335         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20336         here -- it's done in message-fetch-field.
20337
20338 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20339
20340         * gnus-agent.el (gnus-agent-queue-mail)
20341         (gnus-agent-prompt-send-queue): New variables.
20342         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20343         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20344         "nndraft:queue" along to gnus-draft-send.
20345         Use gnus-agent-prompt-send-queue.
20346         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20347         is "nndraft:queue".  Suggested by Gaute Strokkenes
20348         <gs234@srcf.ucam.org>
20349
20350         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20351         (agent-enable-undownloaded-faces): Add.
20352         (gnus-agent-cat-groups): Use eval-and-compile, not
20353         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20354         method of gnus-agent-cat-groups even when the buffer has been
20355         evaled.
20356         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20357         delete gnus-agent-save-active-1.
20358         (gnus-agent-save-groups): Delete.  Identical to
20359         gnus-agent-save-active.
20360         (gnus-agent-write-active): No longer adjust agent's copy of active
20361         file as agent's adjustments are now stored in their own
20362         file.  Remove optional parameter.
20363         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20364         servers.  Add use of min/max range limits from server's local
20365         file.
20366         (gnus-agent-save-alist): Remove unused optional argument.
20367         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20368         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20369         (gnus-agent-set-local): A per-server file that keeps min/max range
20370         limits for articles known to the agent.  Provides a fast mechanism
20371         for altering many active ranges.
20372         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20373         active file (local makes it unnecessary).
20374         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20375
20376         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20377         (agent-enable-undownloaded-faces): Add.
20378
20379         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20380         disable it when sending to "nndraft:queue".
20381         (gnus-group-send-queue): Add safety check to avoid sending queue
20382         when unplugged.
20383
20384         * gnus-group.el (gnus-group-catchup): Use new
20385         gnus-sequence-of-unread-articles, not
20386         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20387         numbers of articles.  Use gnus-range-map to avoid having to
20388         uncompress the unread list.
20389         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20390         Fix invalid ange-ftp reference.
20391
20392         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20393         (gnus-sorted-range-intersection): Intersection of two ranges
20394         without requiring that they first be uncompressed.
20395
20396         * gnus-start.el (gnus-activate-group): Unless blocked by the
20397         caller, possibly expand the active range to include both cached
20398         and agentized articles.
20399         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20400         multiple version-dependent converters.
20401         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20402         gnus-agent-save-active.
20403         (gnus-save-newsrc-file): Save dirty agent range limits.
20404
20405         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20406         gnus-agent-possibly-alter-active.
20407         (gnus-adjust-marked-articles): Faster handling of simple lists.
20408
20409 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * spam-stat.el (spam-stat-test-directory): New optional argument
20412         displays a list of files detected.  Suggested by Andrew Cohen
20413         <cohen@andy.bu.edu>.
20414         (spam-stat-buffer-words-with-scores): Don't narrow and change
20415         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20416
20417 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20418
20419         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20420         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20421         (spam-spamassassin-arguments)
20422         (spam-spamassassin-spam-flag-header)
20423         (spam-spamassassin-positive-spam-flag-header)
20424         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20425         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20426         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20427         (spam-list-of-processors, spam-list-of-checks)
20428         (spam-list-of-statistical-checks, spam-registration-functions)
20429         (spam-check-spamassassin-headers, spam-check-spamassassin)
20430         (spam-spamassassin-score)
20431         (spam-spamassassin-register-with-sa-learn)
20432         (spam-spamassassin-register-spam-routine)
20433         (spam-spamassassin-register-ham-routine)
20434         (spam-assassin-register-spam-routine)
20435         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20436         (spam-bogofilter-score): Fix to show article before scoring.
20437
20438 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20439
20440         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20441         default scoring function.
20442         (spam-generic-score): Call spam-spamassassin-score if
20443         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20444         spam-bogofilter-score otherwise.
20445
20446         * gnus.el (spam-process, spam-autodetect-methods):
20447         Add spamassassin and spamassassin-headers.
20448
20449 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20450
20451         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20452         Suppress unnecessary messages.
20453
20454 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20455
20456         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20457         make-hash-table.
20458
20459 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * canlock.el (base64-encode-string): Don't autoload it.
20462
20463 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20464
20465         * run-at-time.el: Remove useless (require 'itimer),
20466         eval-and-compile and (featurep 'xemacs).
20467
20468 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20471         GROUP is a virtual group.
20472
20473 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20474
20475         * gnus.el: Autoload `message-y-or-n-p'.
20476
20477 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20478
20479         * pgg-parse.el: Remove unnecessary (require 'custom).
20480
20481         * pgg-def.el: do.
20482
20483         * nnmail.el: do.
20484
20485         * gnus-undo.el: do.
20486
20487         * gnus-picon.el: do.
20488
20489         * gnus-util.el: do.
20490
20491 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20492
20493         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20494
20495 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20498         handle, as well as a list.
20499
20500         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20501         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20502         (mm-w3m-cid-retrieve): Simplify.
20503
20504 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20505
20506         * message.el (message-kill-to-signature): Allow prefix arg to
20507         specify number of lines to keep before signature.
20508
20509 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20510
20511         * message.el (message-kill-to-signature): Change docstring.
20512
20513 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * canlock.el: Always require sha1-el.
20516         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20517
20518         * message.el: Autoload sha1 only when compiling.
20519
20520         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20521         eudc-expand-inline for XEmacs.
20522
20523 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * message.el (message-canlock-generate): Require sha1-el.
20526
20527 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20528
20529         * message.el (message-expand-name): Silence the byte compiler.
20530
20531         * lpath.el: Add detect-coding-system.
20532
20533         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20534         cus-edit.
20535
20536 2004-01-13  Simon Josefsson  <jas@extundo.com>
20537
20538         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20539         Invoke gnus-score-mode.
20540         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20541
20542         * gnus-range.el (gnus-compress-sequence): Doc fix.
20543         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20544
20545 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20546
20547         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20548
20549 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20550
20551         * spam.el (spam-get-article-as-string): Update to use
20552         gnus-request-article-this-buffer, much simpler.
20553         (spam-get-article-as-buffer): Remove.
20554
20555 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20556
20557         * message.el (message-expand-name): Use EUDC if the user uses that.
20558
20559 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20560
20561         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20562         character for the encoding to avoid consing a string.
20563
20564         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20565         unnecessarily.
20566
20567         * mm-util.el (mm-replace-chars-in-string): Remove.
20568
20569         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20570         of mm-replace-chars-in-string.
20571
20572 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20575
20576         * mm-util.el (mm-subst-char-in-string): Support inplace.
20577
20578         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20579         a new string in every iteration.  Use shy groups.
20580
20581 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20582
20583         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20584         * gnus-soup.el (gnus-soup-group-brew):
20585         * gnus-msg.el (gnus-put-message):
20586         * gnus-move.el (gnus-group-move-group-to-server):
20587         * gnus-kill.el (gnus-batch-score):
20588         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20589         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20590         (gnus-group-update-group, gnus-group-read-group)
20591         (gnus-group-make-group, gnus-group-make-help-group)
20592         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20593         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20594         (gnus-group-sort-by-unread, gnus-group-catchup)
20595         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20596         (gnus-group-yank-group, gnus-group-set-info)
20597         (gnus-group-list-groups):
20598         * gnus.el (gnus-generate-new-group-name):
20599         * gnus-delay.el (gnus-delay-send-queue):
20600         * nnvirtual.el (nnvirtual-catchup-group):
20601         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20602         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20603         (gnus-group-prepare-topics, gnus-topic-check-topology):
20604         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20605         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20606         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20607         (gnus-group-make-articles-read):
20608         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20609         (gnus-group-change-level, gnus-kill-newsgroup)
20610         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20611         (gnus-get-unread-articles, gnus-make-articles-unread)
20612         (gnus-make-ascending-articles-unread): Use accessor
20613         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20614         to get group information for improved readability.
20615
20616
20617 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20618
20619         * gnus-art.el (article-decode-mime-words, article-babel)
20620         (gnus-article-highlight-signature, gnus-article-add-buttons)
20621         (gnus-signature-toggle): Use gnus-with-article-buffer.
20622
20623         * gnus-art.el (gnus-article-highlight-headers)
20624         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20625
20626         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20627         (gnus-article-set-globals, gnus-request-article-this-buffer)
20628         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20629         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20630         (gnus-mime-display-alternative): Use with-current-buffer.
20631
20632 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20633
20634         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20635         also under 80 char limit, and call gnus-error if needed.
20636         (spam-fetch-article-header): Fix - it was a
20637         buffer-local variable (gnus-newsgroup-data).
20638         (spam-find-spam): Use spam-generate-fake-headers, forget about
20639         spam-insert-fake-headers.
20640         (spam-insert-fake-headers): Remove.
20641
20642 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20643
20644         * deuglify.el (gnus-article-outlook-unwrap-lines)
20645         (gnus-outlook-rearrange-article)
20646         (gnus-outlook-repair-attribution-outlook)
20647         (gnus-outlook-repair-attribution-block)
20648         (gnus-outlook-repair-attribution-other): Remove redundant
20649         save-excursion.
20650
20651 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20652
20653         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20654         (spam-fetch-field-subject-fast)
20655         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20656         (spam-fetch-article-header): Add functions to deal with Gnus
20657         internals for fast retrieval of article header data.
20658         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20659
20660 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20661
20662         * pop3.el (pop3-md5): Remove.
20663         (pop3-apop): Replace pop3-md5 with md5.
20664
20665         * mm-bodies.el: base64 is always built-in.
20666
20667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20668         Use with-current-buffer.
20669
20670 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20671
20672         * canlock.el (canlock-insert-header): Remove excessive grouping in
20673         regexp.
20674
20675         * gnus-sum.el (gnus-summary-read-document): Ditto.
20676
20677         * gnus-uu.el (gnus-uu-part-number): Ditto.
20678
20679         * html2text.el (html2text-remove-tags): Ditto.
20680         (html2text-format-tags): Ditto.
20681         (html2text-format-single-elements): Ditto.
20682
20683         * mml.el (mml-parse-1): Ditto.
20684
20685 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20686
20687         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20688
20689         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20690
20691         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20692
20693         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20694
20695 2003-11-15  Simon Josefsson  <jas@extundo.com>
20696
20697         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20698         (pgg-gpg-lookup-key): Use regexp match instead of
20699         split-string (split-string is different between emacs 21.2 and
20700         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20701
20702 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20703
20704         * gnus-art.el (gnus-mime-view-all-parts)
20705         (gnus-article-part-wrapper, gnus-article-view-part):
20706         Use with-current-buffer.
20707
20708 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20709
20710         * spam.el (spam-disable-spam-split-during-ham-respool)
20711         (spam-spamoracle-database, spam-cache-lookups)
20712         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20713         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20714         (spam-group-ham-marks, spam-group-spam-marks)
20715         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20716         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20717         also add spam-use-blackholes to the statistical checks.
20718         (spam-fetch-field-fast): Add interface to fetching fields, may
20719         become a macro.
20720         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20721         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20722         (spam-insert-fake-headers): Fake an article when needed.
20723         (spam-find-spam): Fake article when possible.
20724         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20725         (spam-check-bogofilter-headers): Use message-fetch-field instead
20726         of nnmail-fetch-field.
20727
20728 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20729
20730         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20731
20732 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20733
20734         * spam.el (spam-split): Do not require spam-use-CHECK to be
20735         enabled if that check is passed to spam-split explicitly; also
20736         fix so 'spam doesn't get converted to spam-split-group when
20737         spam-split-symbolic-return is t.
20738         (spam-find-spam): Find registrations of the article and use those
20739         instead of re-running spam-split to find the spam/ham
20740         classification of the article.
20741         (spam-log-processing-to-registry, spam-log-registered-p)
20742         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20743         Use gnus-error instead of gnus-message.
20744         (spam-log-registration-type): Add function to determine the
20745         classification of a message based on registry entries; will
20746         return nil if both 'spam and 'ham are found.
20747         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20748         a reasonably fast local cache without the loading errors.
20749         (spam-cache-lookups): Set to t by default.
20750         (spam-find-spam): Don't try to guess spam-cache-lookups.
20751         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20752         spam-caches entry.
20753         (spam-filelist-build-cache, spam-filelist-check-cache):
20754         Fix caching of whitelist/blacklist entries.
20755         (spam-check-whitelist, spam-check-blacklist):
20756         Invoke spam-from-listed-p with a type, not a cache variable.
20757         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20758
20759 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20760
20761         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20762
20763         * nnmail.el (nnmail-split-fancy): do.
20764
20765         * mml.el (mml-parse): do.
20766
20767         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20768         (gnus-score-adaptive): do.
20769
20770 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20771
20772         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20773         (gnus-mime-button-map): Don't set keymap parent.
20774         (gnus-button-ctan-directory-regexp): Use shy grouping.
20775         (gnus-prev-page-map): Don't set keymap parent.
20776         (gnus-prev-page-map): Remove duplicated one.
20777         (gnus-next-page-map): Don't set keymap parent.
20778         (gnus-mime-security-button-map): Ditto.
20779
20780         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20781         version number.
20782
20783         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20784
20785 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * canlock.el (canlock-sha1-function): Remove.
20788         (canlock-sha1-function-for-verify): Remove.
20789         (canlock-openssl-program): Remove.
20790         (canlock-openssl-args): Remove.
20791         (canlock-ignore-errors): Remove.
20792         (canlock-sha1-with-openssl): Remove.
20793         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20794         (canlock-verify): Don't use canlock-ignore-errors.
20795
20796         * sha1-el.el (sha1-string-external): Make it can return a string
20797         in binary form.
20798         (sha1-region-external): Ditto.
20799         (sha1-string-internal): Ditto.
20800         (sha1-region-internal): Ditto.
20801         (sha1-region): Ditto.
20802         (sha1-string): Ditto.
20803         (sha1): Ditto.
20804
20805 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20806
20807         * spam.el (spam-report-articles-gmane): New command.
20808
20809 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20812
20813         * run-at-time.el (run-at-time-saved): Remove.
20814         (run-at-time): Doc fix.
20815
20816 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20817
20818         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20819         (gnus-summary-limit-map): Add it.
20820         (gnus-summary-make-menu-bar): do.
20821
20822 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20823
20824         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20825         Make attempt at some caching support (done for BBDB only now).
20826         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20827         addresses to be checked.
20828         (spam-clear-cache-BBDB): Add function, to be invoked by
20829         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20830         (spam-check-BBDB): Check and use the caches, if
20831         spam-cache-lookups is on, remove superfluous (provide).
20832
20833 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20834
20835         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20836
20837 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20838
20839         * run-at-time.el (run-at-time-saved): Move to after the definition
20840         of `run-at-time'.
20841
20842         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20843
20844 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20847         mm-w3m-local-map-property.
20848
20849         * mm-view.el (mm-w3m-mode-map): Remove.
20850         (mm-w3m-local-map-property): Remove.
20851         (mm-inline-text-html-render-with-w3m): Don't use
20852         mm-w3m-local-map-property.
20853
20854 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855
20856         * run-at-time.el: New file.
20857
20858         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20859         under Emacs.
20860
20861         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20862         of gnus-set-text-properties.
20863
20864         * gnus-uu.el (gnus-uu-save-article): Ditto.
20865
20866         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20867
20868         * gnus-cite.el (gnus-cite-parse): Ditto.
20869
20870         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20871         of gnus-.
20872
20873         * gnus-xmas.el (run-at-time): Require run-at-time.
20874
20875         * gnus.el: Change calls to nnheader-run-at-time and
20876         password-run-at-time throughout to use run-at-time directly.
20877
20878         * password.el: Remove definition of run-at-time.
20879
20880         * nnheaderxm.el: Remove definition of run-at-time.
20881
20882 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20883
20884         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20885         in prompt.
20886
20887 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20888
20889         * messagexmas.el (message-xmas-redefine): Alias
20890         `message-make-caesar-translation-table' to
20891         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20892         version.
20893
20894         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20895         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20896         `gnus-xmas-set-text-properties'.
20897         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20898         `gnus-xmas-completing-read'.
20899         (gnus-xmas-completing-read): Removed.
20900         (gnus-xmas-open-network-stream): Removed.
20901
20902         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20903         XEmacs version.
20904
20905         * dns.el (dns-make-network-process): Use `open-network-stream'
20906         instead of `gnus-xmas-open-network-stream'.
20907
20908         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20909
20910         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20911
20912 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20913
20914         * gnus-art.el (gnus-mime-display-alternative)
20915         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20916         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20917         Don't use gnus-local-map-property.
20918
20919         * gnus-util.el (gnus-local-map-property): Remove.
20920
20921         * mm-view.el (mm-view-pkcs7-decrypt):
20922         Replace gnus-completing-read-maybe-default with completing-read.
20923
20924         * gnus-util.el (gnus-completing-read): do.
20925         (gnus-completing-read-maybe-default): Remove.
20926
20927 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20928
20929         * password.el: Only autoload `run-at-time' if not XEmacs.
20930         Only autoload the itimer functions if XEmacs.
20931
20932 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20935         XEmacsen.
20936
20937         * dgnushack.el: Autoload executable-find for XEmacs.
20938
20939 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20940
20941         * gnus-art.el (gnus-read-string): Remove.
20942         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20943         read-string.
20944
20945 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20946
20947         * netrc.el: Autoload password-read.
20948         (netrc): Add configuration group.
20949         (netrc-encoding-method, netrc-openssl-path):
20950         Add variables for encoding and decoding of files with symmetric
20951         ciphers.
20952         (netrc-encode): Add assistant function to encode a file with
20953         netrc-encoding-method.
20954         (netrc-parse): Add interactive parameter, added optional
20955         decoding if netrc-encoding-method is non-nil but otherwise
20956         behavior is standard.
20957         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20958         Do s/encode/encrypt/ everywhere.
20959
20960         * spam.el: Remove executable-find autoload.
20961
20962 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20963
20964         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20965
20966         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20967
20968 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20969
20970         * gnus-art.el (gnus-treat-ansi-sequences)
20971         (article-treat-ansi-sequences): New variable and function.
20972         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20973
20974         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20975         Use it.
20976
20977 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20978
20979         * mm-util.el (mm-quote-arg): Remove.
20980
20981         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20982         shell-quote-argument.
20983
20984         * gnus-uu.el (gnus-uu-command): do.
20985
20986         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20987
20988         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20989         with make-char.
20990
20991         * mm-util.el (mm-make-char): Remove.
20992
20993         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20994         add-minor-mode.
20995
20996         * gnus-undo.el (gnus-undo-mode): do.
20997
20998         * gnus-topic.el (gnus-topic-mode): do.
20999
21000         * gnus-sum.el (gnus-dead-summary-mode): do.
21001
21002         * gnus-start.el (gnus-slave-mode): do.
21003
21004         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21005
21006         * gnus-ml.el (gnus-mailing-list-mode): do.
21007
21008         * gnus-gl.el (gnus-grouplens-mode): do.
21009
21010         * gnus-draft.el (gnus-draft-mode): do.
21011
21012         * gnus-dired.el (gnus-dired-mode): do.
21013
21014         * gnus-ems.el (gnus-add-minor-mode): Remove.
21015
21016         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21017         Replace gnus-char-width with char-width.
21018
21019         * gnus-ems.el (gnus-char-width): Remove.
21020
21021         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21022         Replace gnus-char-width with char-width.
21023
21024         * gnus-ems.el (gnus-char-width): Remove.
21025
21026         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21027         definition.
21028         Remove Emacs 20 hash table compatibility code.
21029
21030         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21031         20 compatibility code.
21032
21033         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21034
21035         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21036
21037         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21038         Replace with point-at-{eol,bol}.
21039
21040         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21041
21042         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21043
21044         * flow-fill.el (fill-flowed-point-at-bol)
21045         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21046
21047         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21048         Replace with point-at-{eol,bol} throughout all files.
21049
21050 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21051
21052         * ntlm.el (ntlm-string-as-unibyte): New macro.
21053         (ntlm-build-auth-response): Use it.
21054
21055         Remove Emacs 20 stuff:
21056         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21057         (butlast, mapc, remove): Remove the compiler macros.
21058         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21059         of delq and copy-sequence.
21060         * gnus-art.el (popup-menu): Remove the compiler macro.
21061         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21062         Emacs 20.
21063
21064 2004-01-05  Simon Josefsson  <jas@extundo.com>
21065
21066         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21067         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21068         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21069         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21070         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21071         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21072         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21073         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21074         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21075         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21076         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21077         string-xor into ntlm-string-xor.
21078         Suggested by Jesper Harder <harder@myrealbox.com>.
21079
21080         * ntlm.el: Don't include poem.
21081
21082         * md4.el (print-int32, print-string-hexa): Remove.
21083         Suggested by Jesper Harder <harder@myrealbox.com>.
21084
21085         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21086
21087         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21088         probably breaks emacs with DL patch, but do we care? Is anyone
21089         still using the DL stuff?)
21090
21091         * sieve-manage.el: Use the password package.
21092         (sieve-manage-read-passwd): Remove.
21093         (sieve-manage-interactive-login): Use password.  Re-add
21094         condition-case around loop.
21095
21096         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21097         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21098         Use the password package.
21099
21100 2003-02-19  Simon Josefsson  <jas@extundo.com>
21101
21102         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21103         token.
21104
21105 2002-08-07  Simon Josefsson  <jas@extundo.com>
21106
21107         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21108         (sieve-manage-authenticators):
21109         (sieve-manage-authenticator-alist): Add some SASL mechs.
21110         (sieve-sasl-auth): New function.
21111         (sieve-manage-cram-md5-auth):
21112         (sieve-manage-plain-auth): Rewrite using SASL library.
21113         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21114         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21115         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21116         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21117
21118 2004-01-05  Simon Josefsson  <jas@extundo.com>
21119
21120         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21121         New files.
21122
21123 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21124
21125         * gnus-group.el (gnus-no-groups-message): Update.
21126
21127         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21128
21129 2003-11-09  Simon Josefsson  <jas@extundo.com>
21130
21131         * imap.el: Support for ID IMAP extension (RFC 2971).
21132         (imap-local-variables): Add imap-id.
21133         (imap-id): New variable.
21134         (imap-id): New function.
21135         (imap-parse-response): Parse untagged ID response.
21136         * nnimap.el (nnimap-id): New variable.
21137         (nnimap-open-connection): Use it.
21138
21139 2003-12-28  Simon Josefsson  <jas@extundo.com>
21140
21141         * gnus-score.el (gnus-score-edit-all-score): New.
21142         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21143
21144 2004-01-04  Simon Josefsson  <jas@extundo.com>
21145
21146         * password.el: Add.
21147
21148 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21149
21150         * dns.el (dns-query-types): Fix typo.
21151         (dns-query-types): New function.
21152         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21153         PTR and SOA replies, see RFC 1035.
21154
21155 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21158
21159         * Move to Changelog.2.
21160
21161 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21162
21163         * gnus.el (gnus-version-number): Bump version.
21164
21165 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21166
21167         * gnus.el: No Gnus v0.1 is released.
21168
21169 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21170
21171         * gnus.el: No Gnus v0.0 is released.
21172
21173 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21174
21175         * gnus.el (gnus-version-number): Bump.
21176         (gnus-version): No.
21177
21178 See ChangeLog.2 for earlier changes.
21179
21180   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21181
21182   This file is part of GNU Emacs.
21183
21184   GNU Emacs is free software: you can redistribute it and/or modify
21185   it under the terms of the GNU General Public License as published by
21186   the Free Software Foundation, either version 3 of the License, or
21187   (at your option) any later version.
21188
21189   GNU Emacs is distributed in the hope that it will be useful,
21190   but WITHOUT ANY WARRANTY; without even the implied warranty of
21191   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21192   GNU General Public License for more details.
21193
21194   You should have received a copy of the GNU General Public License
21195   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21196
21197 ;; Local Variables:
21198 ;; coding: utf-8
21199 ;; fill-column: 79
21200 ;; add-log-time-zone-rule: t
21201 ;; End: