* nnimap.el (nnimap-stream): Doc fix.
[gnus] / lisp / ChangeLog
1 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-stream): Doc fix.
4
5         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6         retrieval by the no-group selection.
7
8         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
9         numerical parameters.
10
11 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * auth-source.el (auth-source-creation-prompts): New variable to manage
14         creation-time prompts.
15         (auth-source-search): Document it.
16         (auth-source-format-prompt): Add utility function.
17         (auth-source-netrc-create): Don't default the user name to
18         user-login-name.  Use `auth-source-creation-prompts' and some default
19         prompts for user, host, port, and password (the default generic prompt
20         remains ugly).
21         (auth-source-never-save): Add customizable option to never save info.
22         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
23         mode excursion.
24
25 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
28         argument that XEmacs doesn't support.
29
30         * dgnushack.el (dgnushack-compile): Exclude color.el from being
31         compiled for Emacsen having no `libxml-parse-html-region' support.
32
33         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
34
35         * lpath.el: Bind buffer-save-without-query for XEmacs.
36
37 2011-02-23  Julien Danjou  <julien@danjou.info>
38
39         * gnus-art.el (article-make-date-line): Ignore errors if time is
40         invalid and not convertible.
41         (article-make-date-line): Only add lapsed time if time is not nil.
42
43 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
46         `read-char-choice' for backwards compatibility.
47         (auth-source-netrc-element-or-first): New function to DTRT for
48         parameter extraction.
49         (auth-source-netrc-create): Use it and fix multiple parameter print
50         bug.  Use the default passed from above (given-default) or the
51         built-in (user-login-name for :user).
52
53 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-start.el (gnus-dribble-read-file): Set
56         buffer-save-without-query, since we always want to save the dribble
57         file, probably.
58
59         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
60         nnimap.
61
62         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
63         -summary- since it's a user-visible variable.
64
65         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
66         first time you use the new Gnus.
67
68 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         * auth-source.el: Don't load netrc.el.
71         (auth-sources): Search ~/.netrc as well by default.
72         (auth-source-debug): Add 'trivia option for extra output.
73         (auth-source-do-trivia): Use it.
74         (auth-source-search): Simplify logic to use
75         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
76         appropriate.  Don't keep a running count at this level.  Layer :create
77         and :delete options appropriately on the first and second passes.
78         Don't track the backend with the search results.
79         (auth-source-search-backends): New function to search a list of
80         backends for a processed spec.
81         (auth-source-netrc-parse): Cache all netrc files, making
82         auth-source-netrc-cache an alist keyed by the file name and using the
83         file mtime as the caching criterion.  Keep the obfuscated data secret
84         with a lexical bind.
85         (auth-source-netrc-search): Don't calculate the length of the results
86         unnecessarily.
87         (auth-source-search-backends): Fix bug.
88         (auth-source-netrc-create): Rework prompts.
89
90 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
93         Lower case names of search constraints.
94         (nnir-run-query): Cache and reuse search constraints for all imap
95         servers.
96
97 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
100         after exit.
101         (gnus-setup-message): Define missing variable from last checkin.
102
103         * gnus-sum.el (gnus-summary-show-article): When called with t as the
104         value, show the raw article.
105
106 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
107
108         * gnus.el: No Gnus v0.13 is released.
109
110 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
111
112         * nnimap.el (nnimap-open-connection-1): Revert last change, since
113         auth-source now accepts numbers.
114
115         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
116         spec, too.
117         (auth-source-ensure-strings): New function.
118
119         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
120         (gnus-article-setup-buffer): Always restart the date timer so that user
121         changes to the frequency is respected.
122
123         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
124         port numbers, so make sure it gets that if nnimap-server-port is
125         explicit.
126
127 2011-02-21  Simon Josefsson  <simon@josefsson.org>
128
129         * nnimap.el (nnimap-inbox): Doc fix.
130
131 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
132
133         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
134         Autoload.  Add optional arg FRAME, and pass it to color-values.
135         (color-complement): Caller changed.  Doc fix.
136         (color-gradient): Rewrite for better clarity and efficiency.
137
138 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
139
140         * shr-color.el (shr-color->hexadecimal): Use renamed function names
141         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
142         color-lab-to-srgb.
143
144 2011-02-20  Drew Adams  <drew.adams@oracle.com>
145
146         * color.el: First part of merge from hexrgb.el.
147         (color-rgb-to-hex): Rename from color-rgb->hex.
148         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
149         saturation to zero if the value is too small.
150         (color-rgb-to-hsl): Rename from color-rgb->hsl.
151         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
152         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
153         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
154         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
155         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
156         (color-cie-de2000): Doc fix.
157
158 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
159
160         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
161         given method as in the group name if we're using an extended method.
162         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
163         command, if we're using that, instead of waiting for the beginning.
164
165         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
166         we're sure to get unique server names, and we don't output two async
167         commands in the same buffer.  This fixes an NNTP hang for some users.
168
169 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
170
171         * gnus.el: No Gnus v0.11 is released.
172
173 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
176         summary buffer before reading going to the next buffer.  This avoids
177         putting the point in the group buffer if you `C-g' the command.
178
179         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
180         cache (for now) to make ~/.authinfo.gpg files usable.
181
182         * nnfolder.el (copyright-update): Define for the compiler.
183
184         * auth-source.el (auth-source-search): Fix unbound variable.
185
186 2011-02-19  Glenn Morris  <rgm@gnu.org>
187
188         * gnus.el (gnus-meta): Doc fix.
189
190 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
191
192         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
193         in case it's not yet loaded.
194
195 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
196
197         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
198         line we're waiting for.
199
200 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
201
202         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
203         face with line-width greater than zero will cause RET in gnus summary
204         buffer to scroll down article page-wise because auto vscroll happens,
205         it should be temporalily disabled when doing a scroll-up.
206
207 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
210         outputs from the server.
211
212 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
213
214         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
215         later so that bbdb can hook in easier.
216
217 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
218
219         * auth-source.el (auth-source-search): Don't try to create credentials
220         if the caller doesn't want that.
221         (auth-source-search): If we don't find a match, don't bug out on
222         non-bound variables.
223         (auth-source-search): Only ask a single backend to create the
224         credentials.
225
226         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
227         logging.
228         (nnimap-credentials): Protect against auth-source-search returning nil.
229         (nnimap-request-list): Protect against not being able to open the
230         server.
231
232 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * auth-source.el (auth-source-search): Do a two-phase search, one with
235         no :create to get the responses from all backends.
236
237         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
238         when getting credentials.
239
240         * gnus-util.el (gnus-delete-duplicates): New function.
241
242 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * nnimap.el (nnimap-credentials): Instead of picking the first port as
245         a creation default, pass the whole port list down.  It will be
246         completed.
247
248         * auth-source.el (auth-source-search): Updated docs to talk about
249         multiple creation choices.
250         (auth-source-netrc-create): Accept a list as a value (from the search
251         parameters) and do completion on that list.  Keep a separate netrc line
252         with the password obscured for showing the user.
253
254         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
255         first choice to `auth-source-search' so it will be used for entry
256         creation instead of the server's Gnus-specific name.
257         (nnimap-credentials): Rely on the auth-source library to select which
258         port is actually wanted in the new netrc entry, so don't override
259         `auth-source-creation-defaults'.
260
261         * auth-source.el (auth-source-netrc-parse): Use :port instead of
262         :protocol and accept a missing user, host, or port as a wildcard match.
263         (auth-source-debug): Default to off.
264
265         (auth-source-netrc-search, auth-source-netrc-create)
266         (auth-source-secrets-search, auth-source-secrets-create)
267         (auth-source-user-or-password, auth-source-backend, auth-sources)
268         (auth-source-backend-parse-parameters, auth-source-search): Use :port
269         instead of :protocol.
270
271         * nnimap.el (nnimap-credentials): Pass a port default to
272         `auth-source-search' in case an entry needs to be created.
273         (nnimap-open-connection-1): Use :port instead of :protocol.
274
275 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * auth-source.el: Bind load-path when loading EIEIO from
278         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
279         21.4 doesn't support, to `require'.
280         (auth-source-secrets-search): Use mm-delete-duplicates instead of
281         delete-dups that is not available in XEmacs 21.4.
282
283 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
284
285         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
286         as EIEIO must also be loaded when auth-source.el is being
287         byte-compiled.
288
289 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
290
291         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
292
293         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
294
295         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
296
297         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
298
299         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
300
301         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
302
303         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
304
305         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
306         necessary.
307
308 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
311         nil means that nnimap doesn't get updated.
312
313 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * auth-source.el (auth-source-netrc-create): Return a synthetic search
316         result when the user doesn't want to write to the file.
317         (auth-source-netrc-search): Expect a synthetic result and proceed
318         accordingly.
319         (auth-source-cache-expiry): New variable to override
320         `password-cache-expiry'.
321         (auth-source-remember): Use it.
322
323         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
324         parameter.  Create entry if necessary by using :create t.
325         (nnimap-open-connection-1): Don't pass `inhibit-create'.
326
327 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * auth-source.el (auth-source-debug): Enable by default and don't
330         mention the obsolete `auth-source-hide-passwords'.
331         (auth-source-do-warn): New function to debug unconditionally.
332         (auth-source-do-debug): Use it.
333         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
334         and for Secrets API entries when the secrets.el library is not
335         available.
336
337 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-sum.el (gnus-propagate-marks): Default to nil.
340         (gnus-summary-exit): Kill the correct article buffer on exit from a
341         `C-d' group.
342
343         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
344         gnus-propagate-marks.
345
346         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
347         before killing the buffers so that a non-full window conf gets handled
348         correctly.
349         (gnus-summary-exit): Ditto.
350         (gnus-summary-read-group-1): Ditto.
351
352         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
353         async code again so that we can debug it properly.
354
355         * message.el (message-reply): Take an optional switch-buffer parameter
356         so that Gnus window confs are respected better.
357
358 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
361         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
362         docstring.
363         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
364         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
365         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
366         Login collection is "Login" and not "login".
367
368 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
371         multiple headers.
372
373         * nnimap.el (nnimap-inhibit-logging): New variable.
374         (nnimap-log-command): Don't log login commands.
375
376         * auth-source.el (auth-source-netrc-search): The asserts seem to want
377         to have more parameters.
378
379         * nnimap.el (nnimap-send-command): Mark the command time for each
380         command, so that we don't get NOOPs stepping on our toes.
381
382         * gnus-art.el (article-date-ut): Get the date from the Date header on
383         `t'.
384
385 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * auth-source.el (auth-source-search): Use copy-sequence instead of
388         the cl.el copy-list.
389
390 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * imap.el: Bring it back (revert
393         84d800cd31de3064f0ed39617d725709a2f8f42f).
394
395 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
396
397         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
398         Improve prompt.
399
400 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-art.el (gnus-article-mode-line-format): Remove the article
403         washing status from the default format.  It isn't very informative.
404
405 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
406
407         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
408         Gcc processing on imap.
409
410 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * imap.el: Remove file.  All the functionality is in nnimap.el.
413
414 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
415
416         * message.el (message-bury): Don't pop up a new window when selected
417         window is dedicated.
418
419 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
420
421         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
422
423 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
424
425         * sieve-manage.el: Autoload `auth-source-search'.
426         (sieve-sasl-auth): Use it.
427
428 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         * nnimap.el: Autoload `auth-source-forget+'.
431         (nnimap-open-connection-1): Use it if the connection fails.
432
433         * auth-source.el: Require `password-cache'.
434         (auth-source-hide-passwords, auth-source-cache): Remove and mark
435         obsolete.
436         (auth-source-magic): Marker for `password-cache' keys.
437         (auth-source-do-cache): Update docstring.
438         (auth-source-search): Use and check cache.
439         (auth-source-forget-all-cached, auth-source-remember)
440         (auth-source-recall, auth-source-forget, auth-source-forget+)
441         (auth-source-specmatchp): Caching support functions.
442         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
443         Remove and obsolete.
444         (auth-source-user-or-password): Remove caching to further discourage
445         using it.  Always hide passwords.
446
447         * password-cache.el (password-cache-remove): Accept secrets that are
448         not strings.
449
450 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
451
452         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
453         code for now, since it doesn't work for all users.
454
455 2011-02-09  Julien Danjou  <julien@danjou.info>
456
457         * message.el (message-options): Make message-options really buffer
458         local.
459
460 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
461
462         * mail-source.el: Autoload `auth-source-search'.
463         (mail-source-keyword-map): Note order matters.
464         (mail-source-set-1): Get all the mail-source source values and
465         defaults and search auth-source on those if needed.  This can all
466         probably be simplified.
467
468         * nnimap.el: Autoload `auth-source-search'.
469         (nnimap-credentials): Use it.
470         (nnimap-open-connection-1): Ask for the virtual server and physical
471         address in one shot.
472
473         * nntp.el: Autoload `auth-source-search'.
474         (nntp-send-authinfo): Use it.  Note TODO.
475
476 2011-02-08  Julien Danjou  <julien@danjou.info>
477
478         * shr.el (shr-tag-body): Add support for text attribute in body
479         markups.
480
481         * message.el (message-options): Make message-options a local variable.
482
483 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * auth-source.el (auth-source-secrets-search)
486         (auth-source-user-or-password): Use `append' instead of `nconc'.
487         (auth-source-user-or-password): Build return list better and protect
488         against nil :secret.
489
490 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
491
492         * nnimap.el (nnimap-update-info): Refactor slightly.
493         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
494         (nnimap-update-info): Clean up slightly.
495         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
496         characters.
497         (nnimap-process-quirk): Rename function to avoid collision.
498         (nnimap-update-info): Fix macrology bug-out.
499         (nnimap-update-info): Simplify split history test.
500
501 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
502
503         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
504         `secrets-get-attributes' instead of `secrets-get-attribute'.
505         (auth-source-secrets-search): Limit search when `max' is greater than
506         number of results.
507
508 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
511         part not returning any data.
512
513         * proto-stream.el (open-protocol-stream): Document the return value.
514
515 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * auth-source.el (auth-source-secrets-search): Add examples.
518
519 2011-02-06  Julien Danjou  <julien@danjou.info>
520
521         * message.el (message-setup-1): Handle message-generate-headers-first
522         set to t.
523
524 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
525
526         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
527         API with a string "secrets:collection-name" and with 'default.
528         (auth-source-backend-parse): Parse "secrets:collection-name" and
529         'default.  Recurse on parses instead of repeating code.  Use the
530         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
531         message when ignoring a source.
532         (auth-source-search): List ignored search keys at the top level.
533         (auth-source-netrc-create): Use `case' instead of `cond'.
534         (auth-source-secrets-search): Created with TODOs.
535         (auth-source-secrets-create): Created with TODOs.
536         (auth-source-retrieve, auth-source-create, auth-source-delete)
537         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
538         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
539         (auth-source-user-or-password-sftp)
540         (auth-source-user-or-password-smtp): Removed.
541         (auth-source-user-or-password): Deprecated and modified to be a wrapper
542         around `auth-source-search'.  Not tested thoroughly.
543
544 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * auth-source.el: Bring in assoc and eioeio libraries.
547         (secrets-enabled): New variable to track the status of the Secrets API.
548         (auth-source-backend): New EIOEIO class to represent a backend.
549         (auth-source-creation-defaults): New variable to set prompt defaults
550         during token creation (see the `auth-source-search' docstring for
551         details).
552         (auth-sources): Simplify to allow a simple string as a netrc backend
553         spec.
554         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
555         (auth-source-backend-parse-parameters): Fill in the backend parameters.
556         (auth-source-search): Main auth-source API entry point.
557         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
558         (auth-source-search-collection): Helper function for searching.
559         (auth-source-netrc-parse, auth-source-netrc-normalize)
560         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
561         Supports search, create, and delete.
562         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
563         backend stubs.
564         (auth-source-user-or-password): Call `auth-source-search' but it's not
565         ready yet.
566
567 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
568
569         * message.el (message-setup-1): Remove the read-only stuff, since it
570         doesn't work under XEmacs, for some reason.
571
572         * gnus-sum.el (gnus-user-date): Rename back from
573         gnus-summary-user-date since user code refers to it.
574
575         * shr.el (shr-render-td): Store the actual background colour used.
576
577         * message.el (message-setup-1): Don't bind the constant
578         -forbidden-properties.
579         (message-setup-1): Revert previous change, since it needs to bind the
580         props to insert them.
581         (message-resend): Allow removing the read-only separator line.
582
583 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-request-accept-article): Give an error message if
586         the APPEND wasn't successful.
587
588 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
589
590         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
591         that have no groups.
592
593 2011-02-03  Julien Danjou  <julien@danjou.info>
594
595         * gnus-draft.el: Remove progn around gnus-draft-setup.
596
597 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-start.el (gnus-read-active-for-groups): This function is never
600         called with a nil `infos', so clean that up.
601         (gnus-get-unread-articles): Request active files from primary/secondary
602         methods that have no groups (yet).
603
604 2011-02-03  Julien Danjou  <julien@danjou.info>
605
606         * message.el (message-setup-1): Always generate References first.
607         (message-mail): Return the return value of message-setup, not always t.
608         (message-setup-1): Insert mail-header-separator with read-only and
609         intangible properties set.
610
611         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
612         user-date in docstring.
613
614         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
615
616         * gnus.el (gnus-summary-line-format): Mention &user-date format in
617         docstring.
618
619         * gnus.el (gnus-user-date-format-alist): Change default value. Use
620         defcustom, with type and group. Move from gnus-util.el. Rename to
621         gnus-summary-user-date-format-alist.
622
623 2011-02-03  Glenn Morris  <rgm@gnu.org>
624
625         * nnimap.el (gnus-fetch-headers): Declare.
626
627         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
628
629 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * message.el (message-forward-make-body-digest-plain)
632         (message-followup, message-reply): Clean up things noted by Stefan.
633
634         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
635         gnus-article-update-date-headers is nil.
636         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
637         it didn't really work with defcustom.
638         (article-update-date-lapsed): Make sure the window start doesn't move,
639         either.
640
641 2011-02-01  Julien Danjou  <julien@danjou.info>
642
643         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
644         format.
645
646         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
647         standard in Emacs nowadays.
648
649         * color.el (color-gradient): Add a color-gradient function.
650
651 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
652
653         * message.el (message-expand-name): Don't trust the return value of
654         bbdb-complete-name.
655         (message-check-news-header-syntax): Remove unused var `start'.
656         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
657         (message-inhibit-body-encoding): Move to before first use.
658         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
659         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
660         (Organization, Message-ID, Date, mh-previous-window-config):
661         Defvar the vars using dynamic scoping.
662
663 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
664
665         * shr.el (shr-render-td): Only do colours at the final rendering.
666         Should be slightly faster.
667         (shr-insert-table): Fix up TD background colours when doing the
668         vertical padding.
669
670         * gnus-art.el (article-date-ut): Protect against articles with no Date
671         header.
672         (article-update-date-lapsed): Don't use current-column to find the
673         horizontal position.  It's fragile in the presence of \003 characters.
674
675         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
676
677 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-art.el (article-transform-date): Rewrite to still work when
680         there are several rfc2822 parts.
681         (article-transform-date): Fix infinite recursion.
682         (article-date-ut): Replace infinitely many Date headers with a single
683         one when called interactively.
684
685         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
686         secure manner.
687
688         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
689         move around by not using save-window-excursion.  It seems to work...
690
691 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-art.el (article-make-date-line): Work for user-defined format.
694
695 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * nntp.el (nntp-retrieve-group-data-early)
698         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
699         fetching functions.
700
701         * gnus-start.el (gnus-read-active-for-groups): Read the active files
702         thoroughly for all backends that have no known groups.  This should
703         allow new nnml methods to retrieve mail.
704
705         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
706         that Gnus doesn't know exists again.
707
708         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
709         (gnus-treat-date-ut): Ditto.
710         (gnus-article-update-date-header): Renamed.
711         (gnus-treat-date-local): Removed.
712         (gnus-treat-date-english): Removed.
713         (gnus-treat-date-lapsed): Removed.
714         (gnus-treat-date-combined-lapsed): Removed.
715         (gnus-treat-date-original): Removed.
716         (gnus-treat-date-iso8601): Removed.
717         (gnus-treat-date-user-defined): Removed.
718         (gnus-article-date-headers): New variable to control all the date
719         header options.
720         (article-date-ut): Rewrite to allow using the new way to format date
721         headers(s).
722
723 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * nnmail.el (nnmail-article-group): Check for a direct fancy split
726         method.
727         (nnmail-article-group): A better test for fanciness.
728
729         * nnimap.el (nnimap-request-head): Protect against not finding the
730         article by Message-ID.
731
732 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-art.el (article-update-date-lapsed): Try a better way to really
735         keep point at the "same place".
736
737 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
740         data if the group is unactivated.
741
742 2011-01-28  Julien Danjou  <julien@danjou.info>
743
744         * gnus-win.el: Remove dead function gnus-window-configuration-element.
745         (gnus-all-windows-visible-p): Remove old compatibility code.
746         (gnus-window-top-edge): Add docstring.
747
748         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
749
750 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
753         older request-update-info.
754
755         * gnus-art.el (article-make-date-line): Limit the length a bit more.
756
757 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
758
759         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
760         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
761
762 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
763
764         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
765         groups.  This makes the nndraft:queue group pop up if it's not already
766         there.
767
768         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
769         messages" logic, which was reversed.
770
771         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
772         the "same place" even if point is on the line being replaced.
773         (article-update-date-lapsed): Allow updating both the combined lapsed
774         and the lapsed headers.
775         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
776         (article-make-date-line): Limit the number of segments dynamically to
777         avoid too-long lines.
778
779 2011-01-27  Julien Danjou  <julien@danjou.info>
780
781         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
782         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
783
784 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
787         Use plist-get instead of the cl function getf.
788
789 2011-01-27  Glenn Morris  <rgm@gnu.org>
790
791         * gnus-util.el (float-time): Get rid of compiler warning, again.
792
793 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
794
795         * shr.el (shr-put-color): Special-case background colours: Do put them
796         at the blank parts at the front of the lines.
797
798         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
799         exit hook to nix out all data on readedness on group exit.
800
801         * gnus-util.el (float-time): If float-time is bound, always use it on
802         all Emacsen.  It's unclear why the subrp check was there.
803         (time-date): Require to make some autoload issues on XEmacs go away.
804
805         * shr.el (shr-put-color): Don't do the box padding in tables, since
806         they're already padded.
807
808 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-art.el (gnus-article-next-page): When the last line of the
811         article is displayed, scroll down once more instead of going to the
812         next article at once.
813         (article-lapsed-string): Refactor out and allow specifying how many
814         segments you want.
815         (gnus-article-setup-buffer): Start updating the lapsed header directly.
816         (gnus-article-update-lapsed-header): New variable.
817
818         * shr.el: Revert change that made headings use different-sized faces.
819         The Emacs display engine isn't advanced enough that, for instance,
820         tables can comfortably use differntly-sized faces.
821
822 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
823
824         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
825         used.
826         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
827         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
828         we're using an encrypted connection.
829
830         * proto-stream.el: Alter the interface functions to also return the
831         actual stream type used: network or tls.
832
833 2011-01-25  Julien Danjou  <julien@danjou.info>
834
835         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
836         (mm-display-javascript-inline): New function.
837
838         * mm-decode.el (mm-inline-media-tests): Add application/javascript
839         viewing function.
840
841 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * shr.el (shr-expand-newlines): Fix variable name.
844
845 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
846
847         * shr.el (shr-expand-newlines): Make nested boxes work.
848
849 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
852         backgrounds.
853         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
854         in a more sensible manner.
855
856 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
857
858         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
859         if EPG is loaded.
860
861 2011-01-24  Julien Danjou  <julien@danjou.info>
862
863         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
864         tags.
865
866 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
869         commands.
870
871         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
872         in the article buffer.
873         (gnus-gravatar-insert): Use blank space from the current buffer to
874         avoid breaking text properties.  This makes X-Sent updating work again.
875
876         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
877
878 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
881         fix the bug in url-http.el instead.
882
883         * shr.el (shr-image-fetched): Ditto.
884
885         * shr.el (shr-image-fetched): Avoid having point move in the article
886         buffer.
887
888         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
889         buffer after being called.  It's apparently being killed by url.el, and
890         killing it made point move to end-of-buffer in a random buffer.
891
892         * shr.el (shr-image-fetched): Ditto.
893
894 2011-01-23  Julien Danjou  <julien@danjou.info>
895
896         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
897
898         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
899         text/x-org.
900
901 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-sum.el (gnus-summary-move-article): Protect against backends
904         (i.e., nnimap) returning nil as the article number.
905
906 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
907
908         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
909         "DelSp" parameter in RFC3676.
910
911 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * message.el (message-check-recipients): Display the encoded version of
914         the bogus address if they differ.
915
916         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
917         after sending.
918
919         * gnus-agent.el (gnus-agent-send-mail): Ditto.
920
921         * gnus-group.el (gnus-group-refresh-group): New convenience function.
922
923         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
924         group buffer after sending the queue.
925
926         * gnus-agent.el (gnus-agent-send-mail): Ditto.
927
928 2011-01-22  Julien Danjou  <julien@danjou.info>
929
930         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
931
932 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
933
934         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
935         nested related parts.
936
937         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
938         unexpired articles.  This fixes the regression that led expiry marks to
939         disappear from nnfolder groups.
940
941 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
944         Don't confuse the "ret" of "retrograde" with RET.
945
946 2011-01-21  Julien Danjou  <julien@danjou.info>
947
948         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
949         than mm-insert-inline.
950
951 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
954         Widen article buffer.
955
956 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
957
958         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
959         the temp buffer.
960         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
961
962 2011-01-20  Julien Danjou  <julien@danjou.info>
963
964         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
965
966         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
967         than mm-insert-inline to insert inline part: this respect
968         mm-inline-media-tests displayers.
969
970         * mm-view.el (mm-display-shell-script-inline): New function.
971
972         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
973
974         * mm-uu.el (mm-uu-type-alist): Add org block.
975         (mm-uu-org-src-code-block-extract): New function.
976
977         * mm-view.el (mm-display-org-inline): New function.
978
979         * mm-decode.el (mm-automatic-display): Add text/org.
980
981         * mailcap.el (mailcap-mime-extensions): Add .org.
982
983 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-art.el (gnus-article-highlight): Remove argument passed to
986         gnus-article-add-buttons.
987
988 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
989
990         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
991         From header with a date and "nobody" as the sender.
992
993 2011-01-19  Julien Danjou  <julien@danjou.info>
994
995         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
996         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
997         if you have the same regexp several times.
998         (gnus-button-push): Fix matching when regexp is symbol.
999
1000 2011-01-15  Glenn Morris  <rgm@gnu.org>
1001
1002         * message.el (message-mail): A compose-mail function should
1003         accept headers as strings.
1004
1005 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1006
1007         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1008         Add :vert-only tags.
1009         (message-mail): New arg RETURN-ACTION.
1010         (message-return-action): New var.
1011         (message-bury): Use it.
1012         (message-mode): Make it buffer-local.
1013         (message-send-and-exit): Always call message-bury.
1014
1015         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1016         message-mail.
1017
1018 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * nnimap.el (nnimap-convert-partial-article): Protect against
1021         zero-length body parts.
1022
1023         * mm-decode.el (mm-preferred-alternative-precedence):
1024         Discourage showing empty parts.
1025
1026         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1027         and stuff if the backend didn't return the article number.  This fixes
1028         an Exchange-related nnimap bug.
1029
1030         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1031         group window, because it does the wrong thing when a separate frame
1032         displays the group buffer.
1033
1034         * proto-stream.el (open-protocol-stream): Protect against the low-level
1035         transport functions returning nil.
1036
1037 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1038
1039         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1040         (mml2015-epg-find-usable-secret-key): New function.
1041         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1042         mml2015-epg-find-usable-key (Bug#7797).
1043         (mml2015-epg-encrypt): Ditto.
1044
1045 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * dgnushack.el (rot13-string): Fix the way to get the argument.
1048
1049 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1052
1053 2011-01-03  Glenn Morris  <rgm@gnu.org>
1054
1055         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1056
1057         * sieve.el (sieve-open-server): Give a more explicit error if
1058         sieve-manage-open returns nil.  (Bug#7720)
1059
1060 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1061
1062         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1063
1064 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1067         This avoids sending passwords in plain text over non-encrypted
1068         channels.
1069
1070         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1071
1072         * nnimap.el (nnimap-login): Refactored out into own function, and
1073         implement CRAM-MD5.
1074         (nnimap-wait-for-line): Refactored out.
1075
1076         * mm-view.el (mml-smime): Require.
1077
1078 2010-12-20  David Engster  <deng@eml.cc>
1079
1080         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1081         use EPG to decrypt S/MIME messages instead of openssl.
1082
1083 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1086
1087         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1088         status is the group clearly is unreachable.
1089
1090         * auth-source.el (auth-source-create): Add the optional second
1091         parameter to `local-variable-p' to be compatible with XEmacs.
1092
1093 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1094
1095         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1096         work when using a compressed nnml folder.
1097
1098 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1101         backends after sanitising on entry, because this never makes sense:
1102         If the articles have gone missing, then the data no longer exists on
1103         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1104         overwrite anything anyway.
1105
1106         * shr.el (shr-insert-document): Bind shr-width dynamically to
1107         window-width if it's nil.
1108
1109 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1110
1111         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1112         with the meaning of using the full emacs window width for rendering.
1113
1114 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1115
1116         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1117         case when sender is not given.
1118
1119 2010-12-23  Julien Danjou  <julien@danjou.info>
1120
1121         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1122         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1123         the addresses, otherwise we might misplaced the gravatar.
1124
1125 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1126
1127         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1128         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1129         obsolete in Emacs.
1130
1131 2010-12-20  Julien Danjou  <julien@danjou.info>
1132
1133         * gnus-util.el (gnus-rescale-image): Revert last change.
1134
1135 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1136
1137         * binhex.el: Improve commentary (Bug#7482).
1138
1139 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-group.el (gnus-group-delete-articles): New command.
1142
1143 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1144
1145         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1146
1147 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1150         here, since it's up to the backends to do CRLF removal if their
1151         protocol has it.
1152
1153         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1154
1155 2010-12-17  Julien Danjou  <julien@danjou.info>
1156
1157         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1158         they are from file. Can also scale up.
1159
1160 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1163         gnus-use-agent.
1164         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1165
1166         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1167
1168 2010-12-17  Julien Danjou  <julien@danjou.info>
1169
1170         * gravatar.el (gravatar-retrieve-synchronously): New function.
1171         (gravatar-get-data): Make more robust.
1172
1173 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1176
1177 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1180         to really consider the last line.
1181
1182 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1183
1184         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1185         list of recipient keys, or use symmetric encryption if not a list.
1186         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1187         EPA override, replacing the call to `netrc-store-data'.
1188
1189 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1190
1191         * gnus-srvr.el: Avoid passing nil regexp argument to
1192         delete-matching-lines.
1193
1194 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1197         fetching stops when Gnus exits.
1198
1199         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1200         function.
1201         (nnfolder-request-expire-articles): Save all the buffers after doing
1202         expiry.
1203
1204         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1205         the last article", since that led to serious performance regressions
1206         when expiring nnml groups.
1207
1208 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1209
1210         * nnir.el: Improve customizations.
1211
1212 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1215
1216         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1217         group has been killed.
1218         (gnus-group-yank-group): Ditto.
1219
1220         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1221
1222         * nnimap.el (nnimap-request-update-group-status): New function.
1223
1224         * gnus-int.el (gnus-request-update-group-status): New interface
1225         function.
1226
1227         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1228         copying read-ness to the backends.
1229
1230         * nnimap.el (nnimap-quirk): New function.
1231         (nnimap-retrieve-group-data-early): Use it.
1232         (nnimap-quirks): New alist.
1233
1234 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1237         don't delete it within indentation.
1238
1239 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240
1241         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1242         previous line.
1243
1244 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1247         QRESYNC command by deleting a superfluous space which broke Cyrus
1248         servers.  This change will break other servers that are buggy the other
1249         way around.
1250
1251 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * spam.el: Reindent and fix long lines.
1254         (spam-copy-or-move-routine): Exclude invalid move destinations.
1255
1256 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1257
1258         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1259         installed the registry.
1260
1261 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1264
1265 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1266
1267         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1268         groupname doesn't contain "gmane".
1269
1270 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1273         and netrc-bound-and-true-p bindings.
1274         (netrc-parse): Cache the netrc contents.
1275
1276         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1277         (gnus-1): Don't create the nndrafts group twice.
1278         (gnus-setup-news): There's no need to read the active file here, since
1279         that's done again later on a per-backend basis.
1280         (gnus-start-draft-setup): Make sure that the new group is started out
1281         empty.
1282
1283         * gnus-agent.el (gnus-agentize): Don't create the queue group
1284         automatically on startup.  It'll be created later, if needed.
1285
1286         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1287         of automatically subscribed groups.
1288         (gnus-auto-subscribed-categories): New variable.
1289         (gnus-matches-options-n): Use it.
1290         (gnus-default-subscribed-newsgroups): Remove unused variable.
1291         (gnus-start-draft-setup): Message a bit less.
1292
1293 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * nnir.el (nnir-run-imap): Return article list in order of increasing
1296         UID.
1297
1298 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-sum.el (gnus-summary-enter-digest-group):
1301         Mention gnus-auto-select-on-ephemeral-exit.
1302
1303         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1304         convention of the network-only option.
1305
1306 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * proto-stream.el (proto-stream-open-network-only): New function to
1309         have a way to specify non-STARTTLS upgrade connections.
1310
1311 2010-12-10  Julien Danjou  <julien@danjou.info>
1312
1313         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1314         email address is nil.
1315
1316         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1317
1318 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1319
1320         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1321         deletion.
1322         (nnir-run-imap): Only need to parse list once.
1323
1324 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-tag-script): Ignore <script>.
1327         (shr-tag-label): Add <label> support.
1328
1329 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1332
1333         * shr.el (shr-image-displayer): Work for images lined side by side.
1334
1335 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1336
1337         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1338         parameter, since XEmacs doesn't accept t as a parameter.
1339
1340 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1343         ids.
1344         (nnir-run-gmane): Simplify groupspec formatting.
1345         (nnir-request-expire-articles): New function.
1346
1347 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1350         overflow, possibly.
1351
1352         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1353         (shr-render-td): Handle td style="" better.
1354         (shr-tag-table): Use the color from the style sheet.
1355         (shr-render-td): Make sure we copy over all the overlays, too.
1356
1357 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1358
1359         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1360         (nnir-request-article): Improve article retrieval.
1361
1362 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * mm-util.el (mm-extra-numeric-entities): New variable.
1365
1366         * mm-url.el (mm-url-decode-entities):
1367         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1368
1369         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1370
1371 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         * message.el: Use completion-at-point.
1374         (message-completion-function): New fun, extracted from message-tab.
1375         (message-mode): Use it for completion-at-point-functions.
1376         (message-tab): Use it and completion-at-point.
1377
1378 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1381         character if a non-breakable character follows.
1382
1383 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1386         any stream.
1387
1388         * shr.el (shr-tag-font): Colorize the region.
1389         (shr-tag-body): Ditto.
1390         (shr-tag-font): Actually let the styles be inherited instead of
1391         overwriting them.
1392         (shr-tag-font): Get the background color right.
1393         (shr-tag-style): Ignore all <style> tags for the moment.
1394
1395         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1396         a Message-ID to avoid having nnimap depend on gnus-sum.
1397
1398         * shr.el (shr-descend): Only colorize something if we have a node that
1399         sets colors.
1400
1401 2010-12-06  Julien Danjou  <julien@danjou.info>
1402
1403         * shr.el (shr-render-td): Render td content with shr-descend, so style
1404         will be applied to <td> too.
1405         (shr-colorize-region): Colorize region even if we only have a background.
1406         (shr-tag-body): Fix color and background color inheritance.
1407         Do not recolorize after shr-generic.
1408         (shr-tag-font): Let shr-generic colorize via inheritance.
1409
1410 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1413
1414 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1415
1416         * nnir.el (nnir-request-move-article): Remove obsolete code.
1417
1418 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1421
1422 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-sum.el (gnus-summary-respool-article): The completion function
1425         expects a list instead of an alist.
1426
1427         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1428         string as the parameter.
1429
1430         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1431
1432         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1433         styles.
1434         (shr-colorize-region): New function.
1435         (shr-insert-background-overlay): Remove.
1436         (shr-render-td): Background setting should be taken care of on a higher
1437         level.
1438         (shr-tag-body): Use post-hoc colorizations.
1439         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1440         (shr-put-color-1): Don't overwrite old colors.
1441         (shr-colorize-region): When the background color isn't explicit, use
1442         a fixed background.
1443
1444         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1445         nnmail variables.
1446
1447 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1448
1449         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1450         unless necessary.
1451
1452 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1453
1454         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1455         server.
1456
1457 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1460         so that TAB works.
1461
1462         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1463         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1464
1465         * shr.el (shr-urlify): Show the URL before the title to avoid
1466         misleading URLs.
1467
1468 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1469
1470         * shr.el (shr-urlify): Display the title in <a> tags.
1471
1472 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1473
1474         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1475
1476 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1477
1478         * nnir.el: Rearrange code to allow macros to be autoloaded by
1479         gnus-sum.el.
1480         (nnir-retrieve-headers-override-function): Make this variable
1481         customizable.
1482         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1483
1484         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1485         from nnir.el.
1486
1487 2010-12-03  Julien Danjou  <julien@danjou.info>
1488
1489         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1490
1491 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1494         allow optional argument `environment'.
1495
1496 2010-12-03  Glenn Morris  <rgm@gnu.org>
1497
1498         * mm-extern.el (message-goto-body): Update declaration.
1499
1500 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-util.el (gnus-macroexpand-all): New function.
1503
1504         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1505         instead of macroexpand-all that is unavailable in XEmacs.
1506
1507 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1508
1509         * nnir.el (nnir-summary-line-format): New variable.
1510         (nnir-mode): Use it.
1511         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1512         (nnir-article-ids): Reimplement as defsubst.
1513         (nnir-retrieve-headers): Don't mangle the subject header.
1514         (nnir-run-imap): Use 100 as RSV score.
1515         (nnir-run-find-grep): Fix for full server searching.
1516         (nnir-run-gmane): Better restriction to gmane groups.
1517
1518         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1519         summary buffers.
1520
1521 2010-12-02  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1524
1525         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1526
1527         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1528         support.
1529
1530 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1531
1532         * nnir.el: Update to handle the registry better.
1533         (autoload): Silence byte-compiler.
1534         (nnir-open-server): Add a hook for nnir groups.
1535         (nnir-request-move-article): Don't mangle the header. Better to use
1536         formating variables (which will be added in the future).
1537         (nnir-registry-action): Update the registry using the original article
1538         group name.
1539         (nnir-mode): Install nnir-specific hooks for updating the registry.
1540
1541         * gnus-sum.el
1542         (gnus-article-original-subject,gnus-newsgroup-original-name):
1543         Remove obsolete variables.
1544         (gnus-summary-move-article): Remove use of obsolete variables.
1545         (gnus-summary-local-variables): Make move and delete hooks local to
1546         summary buffers.
1547
1548 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * rtree.el: New file.
1551
1552 2010-12-01  Julien Danjou  <julien@danjou.info>
1553
1554         * message.el (message-user-organization): Do not use
1555         gnus-local-organization.
1556
1557         * gnus.el: Remove gnus-local-organization.
1558
1559         * gnus-msg.el: Remove nastygram thing.
1560
1561 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1564         funcall.
1565
1566 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1569         names.
1570
1571         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1572         characters.
1573
1574         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1575         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1576         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1577         (gnus-gravatar-transform-address): Use mail-extract-address-components
1578         that supports non-ASCII names rather than mail-header-parse-addresses.
1579
1580 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * proto-stream.el (open-protocol-stream): All starttls connections are
1583         handled by the network handler.
1584
1585 2010-11-30  Julien Danjou  <julien@danjou.info>
1586
1587         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1588         (nnimap-open-connection-1): Fix PREAUTH.
1589
1590         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1591
1592 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1595         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1596         (shr-insert): Use them.
1597         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1598
1599 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1600
1601         * nnir.el (nnir-request-move-article): Bail out if original group
1602         doesn't support article moves.
1603         (nnir-get-active): Improve active list retrieval.
1604
1605 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1608
1609 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1610
1611         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1612         seem to accept strings-with-numbers as port numbers,
1613
1614 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1615
1616         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1617         change the registry.
1618
1619 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1622         delete-dups that is not available in XEmacs 21.4.
1623
1624         * mm-util.el (mm-delete-duplicates): Add comment.
1625
1626 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1627
1628         * nnir.el (nnir-ignored-newsgroups): New variable.
1629         (nnir-get-active): Use it.
1630
1631 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * proto-stream.el (proto-stream-open-network): Add some comments.
1634
1635         * nntp.el (nntp-open-connection): Provide a :success condition.
1636
1637         * nnimap.el (nnimap-open-connection-1): Ditto.
1638
1639         * proto-stream.el (proto-stream-open-network): See what the response to
1640         the STARTTLS command is.
1641
1642         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1643         backwards compatibility).
1644         (nnimap-open-connection-1): Really respect nnimap-server-port.
1645
1646         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1647         TLS upgrades we don't really care about the identity of the peer.
1648         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1649         that what we've checked for.
1650         (proto-stream-always-use-starttls): Only default to t if
1651         open-gnutls-stream exists.
1652         (proto-stream-open-network): If STARTTLS failed, then just open a
1653         normal connection.
1654         (proto-stream-open-network): Wait until the greeting before doing
1655         STARTTLS.
1656
1657         * nntp.el (nntp-open-connection): Report what the connection error is.
1658
1659         * proto-stream.el (open-protocol-stream): Rename from
1660         open-proto-stream.
1661
1662 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nnimap.el (nnimap-stream): Change default to `undecided'.
1665         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1666         first, and then network.
1667         (nnimap-open-connection-1): Respect nnimap-server-port.
1668         (nnimap-open-connection): Be more backwards-compatible.
1669
1670         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1671         (proto-stream-open-starttls): De-duplicate the starttls code.
1672         (proto-stream-open-starttls): Folded back into the main function.
1673         (proto-stream-open-network): Fix typo in the gnutls path.
1674         (proto-stream-command): Refactor out.
1675
1676         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1677
1678         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1679         starttls.el STARTTLS.
1680
1681         * color.el (color-lab->srgb): Fix function call name.
1682
1683         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1684         if we're using tls.el.
1685         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1686         built in, then don't try to establish a STARTTLS connection.
1687
1688         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1689         servers.
1690
1691         * proto-stream.el (open-proto-stream): Use network, not stream.
1692         (open-proto-stream): Add a way to specify what the end of a command is.
1693
1694         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1695         connections types.
1696         (nntp-open-network-stream): Remove.
1697         (nntp-open-ssl-stream): Remove.
1698         (nntp-open-tls-stream): Remove.
1699         (nntp-ssl-program): Remove.
1700
1701         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1702
1703 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1704
1705         * nnir.el: Fix typos.
1706         (nnir-retrieve-headers-override-function): Rename variable to reflect
1707         new semantics.
1708         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1709         macros.
1710         (nnir-request-article, nnir-request-move-article): Use them.
1711         (nnir-categorize): New function.
1712         (nnir-run-query): Use it.
1713         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1714         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1715         sorted.
1716         (nnir-group-full-name): Use gnus-group-full-name instead.
1717         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1718         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1719
1720 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1723
1724         * proto-stream.el: New library to provide protocol-specific
1725         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1726         protocols.
1727         (open-proto-stream): Complete the documentation.
1728         (proto-stream-open-network): Fix some typos.
1729
1730         * nnimap.el (nnimap-open-connection): Use it.
1731
1732 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1733
1734         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1735         negotiation.
1736
1737 2010-11-26  Julien Danjou  <julien@danjou.info>
1738
1739         * color.el: Rename various rgb functions to srgb.
1740
1741 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1744         names.
1745
1746 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * shr.el (shr-insert): Revert last change.
1749         (shr-find-fill-point): Never leave point being at bol;
1750         relax the kinsoku limitation when rendering tables.
1751
1752 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1755         results from -accept-article.
1756
1757         * shr-color.el: Require cl when compiling.
1758
1759         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1760         checkin.
1761
1762         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1763
1764         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1765
1766         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1767         'add and 'delete to set backend marks.
1768
1769         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1770
1771         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1772
1773         * nntp.el (nntp-request-set-mark): Use it.
1774
1775         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1776
1777         * nnml.el (nnml-request-set-mark): Ditto.
1778
1779         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1780         introduces regressions in article selection.
1781         (nnimap-find-uid-response): New function.
1782         (nnimap-request-accept-article): Use the UID returned, if any.
1783         (nnimap-request-move-article): Use the UID returned, if any.
1784         (nnimap-get-groups): Reimplement to work with folded lines.
1785         (nnimap-find-uid-response): The UID is the last element in the list.
1786         (nnimap-request-set-mark): Extend syntax with 'set.
1787
1788         * nnml.el (nnml-request-set-mark): Ditto.
1789
1790         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1791
1792         * nntp.el (nntp-request-set-mark): Ditto.
1793
1794 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * message.el (message-called-interactively-p): A temporary macro.
1797         (message-goto-body): Use it temporarily.
1798
1799 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1802         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1803         (nnimap-last-response-string): Fix last unfolding fix.
1804
1805 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * shr.el (shr-insert): Fix the way to fold lines.
1808
1809 2010-11-25  Julien Danjou  <julien@danjou.info>
1810
1811         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1812
1813         * color.el: Rename from color-lab.el
1814         (color-rgb->hex): Add.
1815         (color-complement): Add.
1816         (color-complement-hex): Add.
1817
1818         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1819
1820 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1823         don't exist.
1824
1825 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1828         assuming that article displaying or another mml-preview may be
1829         interrupted for an error or for the like.
1830
1831         * shr.el (shr-get-background): Fix argument name.
1832
1833 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1836
1837         * gnus-sum.el (gnus-summary-include-articles): New function.
1838
1839         * message.el (message-goto-body): called-interactively-p needs a
1840         parameter, so use `any'.
1841
1842         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1843         clear marks before moving, since they're synced from the Gnus side
1844         first.
1845
1846         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1847         (gnus-summary-move-article): Copy over all marks before moving, so that
1848         IMAP doesn't think a new article has arrived.
1849
1850 2010-11-24  Julien Danjou  <julien@danjou.info>
1851
1852         * shr.el (shr-insert-background-overlay): Fix typo.
1853         (shr-render-td): Copy the background before rendering.
1854
1855         * shr-color.el (shr-color-visible): Fix docstring.
1856
1857         * shr.el (shr-tag-table): Add bgcolor support.
1858         (shr-render-td): Add bgcolor support.
1859         (shr-get-background): Add.
1860         (shr-insert-foreground-overlay): Use shr-get-background.
1861
1862         * message.el (message-goto-body): Use called-interactively-p.
1863         (message-in-body-p): message-goto-body returns point.
1864
1865 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1868         Fixes something or other in Emacs 23, and is backwards compatible.
1869
1870         * message.el (message-goto-body): Remove the <#secure special-casing,
1871         which is too special.
1872
1873         * shr.el (shr-parse-style): Drop !important from styles.
1874
1875 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1876
1877         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1878         this function to return incorrect results when calling it with an
1879         explicit article argument different from
1880         (gnus-summary-article-number).
1881
1882 2010-11-24  Julien Danjou  <julien@danjou.info>
1883
1884         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1885         (shr-tag-body): Add background support.
1886         (shr-descend): Add background support.
1887         (shr-tag-title): Add.
1888
1889         * shr-color.el (shr-color-visible): Really return original background
1890         if fixed.
1891
1892 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * shr.el (shr-color-check): Protect against non-existant colour names.
1895
1896 2010-11-24  Julien Danjou  <julien@danjou.info>
1897
1898         * color-lab.el: Require 'cl when compiling.
1899
1900         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1901
1902         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1903         matched part.
1904
1905         * color-lab.el: Fix all expt calls to use float type.
1906
1907 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1910         expression to shr-color-check as is.
1911
1912         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1913
1914         * color-lab.el: Add coding cookie.
1915         (float-pi): Use eval-and-compile.
1916
1917         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1918         compiled for Emacsen having no `libxml-parse-html-region' support.
1919
1920 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el (shr-insert-color-overlay): Split stuff like
1923         "#444444 !important" to find the real colour.
1924         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1925         parse <font color="red"> entries.
1926
1927 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1928
1929         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1930         point when parsing headers.
1931
1932         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1933         is positioned properly when parsing headers.
1934
1935 2010-11-23  Julien Danjou  <julien@danjou.info>
1936
1937         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1938
1939         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1940
1941         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1942
1943         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1944         Use shr-color-hue-to-rgb.
1945         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1946
1947 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * shr.el (shr-color->hexadecimal): Autoload.
1950         (shr-descend): Add color to all tags.
1951
1952 2010-11-22  Julien Danjou  <julien@danjou.info>
1953
1954         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1955         shr-color->hexadecimal.
1956
1957         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1958         RGB() or HSL() color representation.
1959
1960         * shr.el (shr-tag-font): Add.
1961         (shr-tag-color-check): New function to get better colors.
1962         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1963         tag-span.
1964
1965         * shr-color.el: New file.
1966
1967         * color-lab.el: New file.
1968
1969         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1970
1971 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnir.el: Fix typo in comments.
1974         (nnir-run-imap): Simplify code. No need to reverse artlist.
1975         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1976
1977 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1980
1981         * nnimap.el (nnimap-get-capabilities): Refactor out.
1982         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1983
1984 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1985
1986         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1987         appearing when `mm-uu-hide-markers' is nil.
1988
1989 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * nnimap.el (nnimap-unselect-group): Make into its own function.
1992         (nnimap-request-rename-group): Unselect group before renaming.
1993         This had gotten lost somewhere.
1994         (nnimap-request-accept-article): Keep track of examined groups, and
1995         unselect the group before APPENDing to read-only groups.
1996         (nnimap-request-move-article): Clear flags before moving so that they
1997         can be re-set later.
1998
1999 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2002         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2003
2004 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-art.el (gnus-mime-display-single)
2007         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2008         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2009         parameter.
2010
2011 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2014         (shr-table-vertical-line): New variable.
2015         (shr-insert-table): Use it.
2016
2017 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-html.el (gnus-html-wash-images): Don't display images if
2020         gnus-inhibit-images is non-nil; register displayer for cid images.
2021         (gnus-html-display-image): Work for cid image.
2022         (gnus-html-insert-image): Allow arguments.
2023         (gnus-html-put-image): Inhibit read-only.
2024         (gnus-html-prefetch-images): Don't prefetch images if
2025         gnus-inhibit-images is non-nil.
2026
2027 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * shr.el (shr-put-image): Break lines when inserting big pictures.
2030
2031 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2032
2033         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2034         sender, thanks Katsumi Yamaoka.
2035
2036 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2037
2038         * nnir.el (nnir-run-imap): Reverse the article list for each group
2039         rather than the whole list.
2040
2041 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * shr.el (shr-image-displayer): Protect function against non-existent
2044         image source.
2045
2046         * gnus-art.el (gnus-inhibit-images): New user option.
2047         (gnus-mime-display-single): Don't display image if it is non-nil.
2048
2049         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2050         gnus-inhibit-images.
2051
2052         * shr.el (shr-image-displayer): New function.
2053         (shr-tag-img): Use it.
2054
2055 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2056
2057         * mml2015.el (mml2015-epg-sign): Use From header.
2058
2059 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2062
2063         * gnus-util.el (gnus-find-text-property-region): Return markers.
2064
2065         * shr.el (shr-tag-img): Put a displayer in the text property.
2066
2067         * gnus-util.el (gnus-find-text-property-region): New utility function.
2068
2069         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2070         (gnus-html-show-images): Remove.
2071
2072         * gnus-art.el (gnus-article-show-images): New, more general function.
2073
2074         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2075         image url text properties.
2076
2077         * shr.el: Ditto.
2078
2079         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2080         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2081
2082 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2085         work for two or more articles.
2086
2087 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2090         divide an image that's in an html article to two or more when washing
2091         non-ASCII characters in alt text of it.
2092
2093 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2096         smime-decrypt-region using function argument.
2097         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2098
2099         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2100
2101         * smime.el (smime-decrypt-region): Catch it.
2102
2103 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * smime.el (smime-mode-map): Move initialization into declaration.
2106         (gnus-run-mode-hooks): Don't autoload.
2107         (smime-mode): Use define-derived-mode.
2108
2109 2010-11-11  Glenn Morris  <rgm@gnu.org>
2110
2111         * smime.el (from): Restrict declaration to XEmacs.
2112
2113         * nnir.el (gnus-group-topic-name): Autoload.
2114
2115 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * shr.el (shr-insert): Don't break long line if it is because of
2118         kinsoku-bol characters in the line end.
2119
2120 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2121
2122         * nnir.el (nnir-request-move-article): Fix to provide original group
2123         and subject.
2124         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2125         been retrieved.
2126
2127         * gnus-sum.el (gnus-summary-move-article): Use original group and
2128         subject for virtual articles such as those in an nnir summary buffer.
2129
2130 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2133         least 21.5).
2134
2135         * smime.el (from): Declare it again for XEmacs.
2136
2137 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * message.el (message-resend): Don't disable encoding unless it's
2140         already encoded.
2141
2142         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2143         low-numbered articles.
2144
2145 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * rfc2047.el (rfc2047-syntax-table): Simplify.
2148
2149         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2150
2151         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2152         set-char-table-range for XEmacs.
2153
2154 2010-11-10  Glenn Morris  <rgm@gnu.org>
2155
2156         * time-date.el (time-to-seconds): Always an alias on Emacs,
2157         never a real function.
2158         (with-no-warnings): Remove compat stub, now unused.
2159         (time-less-p): Doc fix.
2160         (time-to-number-of-days): Simplify.
2161
2162         * smime.el (from): Remove unused declaration.
2163
2164         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2165         (gnus-float-time): On Emacs, always an alias.
2166
2167         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2168         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2169
2170 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * dgnushack.el: Don't use ignore-errors in the top level form since it
2173         is unavailable in XEmacs even if cl is loaded.
2174
2175         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2176
2177 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * shr.el (browse-url-mailto): Autoload.
2180
2181         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2182
2183         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2184         regexp doesn't need quoting.
2185
2186 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2187
2188         * message.el (message-subject-trailing-was-ask-regexp)
2189         (message-subject-trailing-was-regexp): Match was: in addition to was.
2190
2191 2010-11-09  Glenn Morris  <rgm@gnu.org>
2192
2193         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2194         (nnbabyl-check-mbox): Use point-at-bol.
2195
2196 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2199
2200         * message.el (message-mailto): New function.
2201         (message-mailto): Should accept other parameters.
2202         (message-mailto): Remove since it duplicates browse-url-mailto
2203         functionality.
2204
2205 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2208         methods.
2209         (gnus-read-active-file): Ditto.
2210
2211         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2212         ": " from the prompt.
2213         (gnus-group-make-group): Ditto.
2214
2215 2010-11-07  Glenn Morris  <rgm@gnu.org>
2216
2217         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2218         (gnus-bookmark-kill-line): Use point-at-eol.
2219
2220 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2223         asterisks in From header.
2224
2225 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2228         string to avoid making the From headers syntactically invalid.
2229
2230         * message.el (message-send-mail): Don't insert courtesy messages if the
2231         message already has List-Post and List-ID messages.
2232
2233 2010-11-06  Glenn Morris  <rgm@gnu.org>
2234
2235         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2236         `condition', `type', `length' a prefix.
2237         (gnus-treat-predicate): Update for above name changes.
2238
2239 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2240
2241         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2242         binding.  Handled by `gnus-summary-refer-thread' instead.
2243         (nnir-warp-to-article): New backend function.
2244
2245         * nnimap.el (nnimap-request-thread): Force dependency updating.
2246
2247         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2248         (gnus-summary-refer-thread): Rework to improve thread-referral.
2249
2250         * gnus-int.el (gnus-warp-to-article): New function.
2251
2252         * gnus-sum.el (gnus-summary-article-map): Bind it.
2253
2254 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2257         gnus-summary-refer-thread.
2258
2259         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2260         headers.
2261         (gnus-summary-limit-include-thread): Prevent articles in thread from
2262         being cut in gnus-cut-threads.
2263         (gnus-summary-refer-thread): Limit retrieved headers to those in
2264         thread.
2265
2266 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * message.el (message-send-mail): Use the value of
2269         message-courtesy-message from the message buffer.
2270
2271         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2272
2273         * shr.el (shr-browse-url): Implement mailto: URLs.
2274
2275         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2276         "raw".
2277
2278         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2279         if it's already selected.
2280
2281         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2282
2283 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2286         to measure the length and truncate alt text.
2287
2288 2010-11-03  Glenn Morris  <rgm@gnu.org>
2289
2290         * nndiary.el (nndiary-generate-nov-databases-1)
2291         (nndiary-generate-active-info): Rename dynamic variable `files' to
2292         something less generic.
2293
2294 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2295
2296         * nnir.el (nnir-request-move-article): Call the underlying backend to
2297         move articles from nnir.
2298
2299 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2302
2303 2010-11-02  Julien Danjou  <julien@danjou.info>
2304
2305         * nnir.el: Remove wais support.
2306
2307 2010-11-02  Glenn Morris  <rgm@gnu.org>
2308
2309         * gnus-html.el: Reorder requirements to quieten compiler.
2310
2311 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2314         properly for XEmacs as well.
2315         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2316         (gnus-article-natural-long-line-p): Use window-width rather than
2317         frame-width.
2318
2319 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2320
2321         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2322         (nnir-read-parms): Don't modify query.
2323         (nnir-run-query): Add ability to search topic on current line.
2324         (nnir-get-active): Clean up.
2325
2326 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2329         degenerate articles.
2330
2331         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2332         (gnus-print-buffer): Just print the buffer as is, without any copying
2333         to a buffer and then re-highlighting.
2334
2335         * nnimap.el (nnimap-request-group): Store the new updated info.
2336         (nnimap-request-group): Select the group when we don't know whether it
2337         exists or not.
2338
2339         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2340         groups.
2341
2342         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2343         groups.
2344
2345         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2346         groups.
2347
2348         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2349         long-lines case by only filling the long lines.
2350
2351         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2352         (bug #7311).
2353
2354 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * shr.el: No need to declare `declare-function' since shr.el is for
2357         only Emacsen that provide `libxml-parse-html-region'.
2358
2359         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2360         effective only in a file it is referred to.
2361
2362 2010-11-01  Glenn Morris  <rgm@gnu.org>
2363
2364         * mm-util.el (gnus-completing-read): Autoload.
2365         (mm-read-coding-system): Simplify Emacs definition.
2366
2367         * nnmail.el (gnus-activate-group):
2368         * nnimap.el (gnutls-negotiate):
2369         * nntp.el (netrc-parse): Fix declarations.
2370
2371 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2374         string-match-p in Emacs >=23.
2375
2376         * gnus-msg.el (gnus-configure-posting-styles)
2377         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2378
2379 2010-11-01  Glenn Morris  <rgm@gnu.org>
2380
2381         * nnir.el (declare-function): Add compat stub.
2382         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2383         (nnir-run-gmane): Require 'mm-url.
2384
2385         * mm-util.el (mm-string-to-multibyte): Simplify.
2386
2387         * shr.el (declare-function): Add compat stub.
2388         (url-cache-create-filename): Declare.
2389         (mm-disable-multibyte, widget-convert-button): Autoload.
2390
2391         * smime.el (ldap-search): Declare.
2392         (smime-cert-by-ldap-1): Require ldap on Emacs.
2393
2394         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2395         (nnimap-keepalive): Use gnus-float-time.
2396
2397         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2398         (mail-source-delete-crash-box): Use gnus-float-time.
2399
2400         * gnus-dired.el (gnus-completing-read): Autoload.
2401
2402         * mm-view.el (gnus-rescale-image): Autoload.
2403
2404         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2405
2406         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2407
2408         * sieve-manage.el: Require 'cl when compiling.
2409
2410         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2411         (gnus-iswitchb-completing-read): Require iswitchb.
2412         (gnus-select-frame-set-input-focus): Silence compiler.
2413
2414 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * message.el (message-subject-trailing-was-query): Change default to t,
2417         since I think that's what most people want.
2418
2419         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2420         appending for easier debugging.
2421         (nnimap-wait-for-connection): Take a regexp.
2422         (nnimap-request-accept-article): Wait for the continuation line before
2423         sending anything unless we're streaming.
2424
2425         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2426         leave the header washing to take place.
2427
2428 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2429
2430         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2431         regular expression match and replace in posting styles.
2432
2433 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2434
2435         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2436         an entire server.
2437         (nnir-get-active): New function.
2438         (nnir-run-imap): Use it.
2439         (nnir-run-gmane): Who knew, gmane search returns an article score!
2440
2441         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2442         server on the current line with nnir.
2443
2444 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2447         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2448         left edge.
2449         (gnus-article-foldable-buffer): Skip past the prefix when determining
2450         raggedness.
2451
2452         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2453         the raw article, and change `C-u g' to show the article without doing
2454         treatments.
2455
2456         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2457         on to `gnus-treat-article'.
2458         (gnus-inhibit-article-treatments): New variable.
2459
2460         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2461
2462         * gnus-art.el (gnus-treatment-function-alist): Have
2463         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2464         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2465         sections.
2466
2467         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2468         parameter.
2469         (gnus-article-fill-cited-long-lines): New function.
2470         (gnus-article-fill-cited-article): Allow filling only long sections.
2471
2472         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2473         and non-punctuation (like after the apostrophe in "'We").
2474
2475         * gnus-sum.el (gnus-summary-select-article): Make sure
2476         gnus-original-article-buffer is alive.
2477
2478         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2479         reflect the order they're in in the digest.
2480
2481         * gnus.el (gnus-group-startup-message): Move point to the start of the
2482         buffer.
2483
2484         * nnimap.el (nnimap-capability): New function.
2485         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2486         is set.
2487
2488 2010-10-31  David Engster  <dengste@eml.cc>
2489
2490         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2491         conform with changes to gnus-completing-read.
2492
2493 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2496
2497 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2498
2499         * nnir.el: Move defvar, defcustom around to keep file organized
2500         and keep byte-compiler quiet.
2501         (nnir-read-parms): Accept search-engine as arg.
2502         (nnir-run-query): Pass search-engine as arg.
2503         (nnir-search-engine): Remove.
2504
2505 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * shr.el (shr-generic): The text nodes should be text, not :text.
2508
2509         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2510         later in the file.
2511
2512 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2513
2514         * nnir.el: General clean up.  Allow searching with multiple engines.
2515         Allow separate extra-parameters for each engine.
2516         Batch queries when possible.
2517         (nnir-imap-default-search-key,nnir-method-default-engines):
2518         Add customize interface.
2519         (nnir-run-gmane): New engine.
2520         (nnir-engines): Use it.  Qualify all prompts with engine name.
2521         (nnir-search-engine): Remove global variable.
2522         (nnir-run-hyrex): Restore for now.
2523         (nnir-extra-parms,nnir-search-history): New variables.
2524         (gnus-group-make-nnir-group): Use them.
2525         (nnir-group-server): Remove in favor of gnus-group-server.
2526         (nnir-request-group): Avoid searching twice.
2527         (nnir-sort-groups-by-server): New function.
2528
2529 2010-10-30  Julien Danjou  <julien@danjou.info>
2530
2531         * gnus-group.el: Remove gnus-group-fetch-control.
2532
2533         * gnus-start.el (gnus-find-new-newsgroups):
2534         Remove gnus-check-first-time-used.
2535
2536         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2537
2538 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2539
2540         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2541         set on groups that don't have \* permanentflags.
2542
2543 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2546         control the background color.
2547         (shr-tag-img): Ignore very small web bug type images.
2548         (shr-put-image): Add help-echo alt texts to the images.
2549         (shr-tag-video): Show the video poster image.
2550
2551 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * shr.el (shr-table-depth): New variable.
2554         (shr-tag-table-1): Only insert the images after the top-level table.
2555
2556         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2557
2558         * gnus-util.el (gnus-list-memq-of-list): New function.
2559
2560         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2561         selected.
2562         (nnimap-unsplittable-articles): New slot.
2563         (nnimap-new-articles): Use it.
2564
2565 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2566
2567         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2568         move to the previous line on `M-g'.
2569
2570 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2573         *-request-group, which seems unnecessary.
2574
2575         * nnimap.el (nnimap-quote-specials): Function copied over from
2576         imap.el.
2577         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2578         they support that.  Suggested by Tom Regner.
2579
2580 2010-10-29  Julien Danjou  <julien@danjou.info>
2581
2582         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2583         defalias.
2584         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2585
2586         * gnus.el: Remove `gnus-nntp-service' variable.
2587         (gnus-secondary-servers): Make obsolete.
2588         (gnus-nntp-server): Make obsolete.
2589
2590         * gnus-start.el (gnus-1): Remove x-splash calls.
2591
2592         * gnus-ems.el (gnus-x-splash): Remove.
2593
2594         * gnus.el (gnus-group-startup-message): Simplify/update code.
2595
2596         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2597         definition.
2598
2599         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2600         capability before doing anything.
2601         (gnus-group-insert-group-line): Remove useless
2602         gnus-group-remove-excess-properties.
2603
2604 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2607
2608 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2611         config after reselecting.
2612
2613 2010-10-28  Julien Danjou  <julien@danjou.info>
2614
2615         * shr.el (shr-put-image): Use point even if only inserting text.
2616         (shr-put-image): Save excursion when inserting alt text on non-graphic
2617         display, so the behaviour is the same when we are on a graphic display.
2618
2619         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2620
2621 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2624         (gnus-mime-copy-part): Check coding system, not charset.
2625         (gnus-mime-view-part-externally): Never remove part.
2626         (gnus-mime-view-part-internally): Don't remove part here.
2627         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2628         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2629         multipart/alternative.
2630
2631         * mm-decode.el (mm-display-part): Take optional arg `force'.
2632
2633 2010-10-26  Julien Danjou  <julien@danjou.info>
2634
2635         * gnus-group.el (gnus-group-default-list-level): Add this function to
2636         compute the default list level.
2637         (gnus-group-default-list-level): Add possibility to use a function.
2638
2639 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2642
2643         * gnus-group.el (gnus-group-completing-read)
2644         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2645         gnus-replace-in-string.
2646
2647 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * shr.el (shr-tag-div): Add.
2650
2651         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2652
2653 2010-10-25  Julien Danjou  <julien@danjou.info>
2654
2655         * gnus-util.el: Remove `gnus-with-local-quit'.
2656
2657         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2658
2659 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2662         the original article buffer.
2663
2664 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnimap.el (nnimap-request-head): New function.
2667         (nnimap-request-move-article): Try to be slighly faster by not
2668         requesting the entire message when moving.
2669         (nnimap-transform-headers): Don't bug out on bodiless articles.
2670         (nnimap-send-command): Have no outstanding messages if the IMAP server
2671         doesn't support streaming.
2672         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2673
2674 2010-10-24  Julien Danjou  <julien@danjou.info>
2675
2676         * message.el (message-default-headers): Fix type.
2677
2678 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2681         prefetching images.
2682
2683         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2684         backend for unknown groups.  This is mainly useful for nnimap groups.
2685
2686         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2687         group isn't covered by the agent.
2688
2689 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2690
2691         * nnir.el (nnir-method-default-engines): New variable.
2692         (nnir-run-query): Use it.
2693         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2694         (gnus-summary-nnir-goto-thread): Change group if needed.
2695
2696         * gnus-group.el (gnus-group-group-map): Add key binding for
2697         gnus-group-make-nnir-group.
2698
2699 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * shr.el (shr-tag-object): Add.
2702
2703         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2704         original article buffer live.
2705         (gnus-summary-select-article-buffer):
2706         Mention gnus-widen-article-buffer.
2707
2708 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * shr.el (shr-tag-strong): Add.
2711
2712 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2715         group names.  They mess up the group buffer badly.
2716
2717         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2718
2719         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2720         instead of the summary one.
2721
2722 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * mml.el (mml-preview): Work properly when editing article.
2725
2726         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2727         gnus-have-read-active-file if it's already been in.
2728
2729 2010-10-22  Tom Tromey  <tromey@redhat.com>
2730
2731         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2732         gnus-group-completing-read.
2733
2734 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * message.el (message-mode-map): Don't bind M-; to comment region, to
2737         allow the global comment-dwim to work.
2738
2739 2010-10-21  Julien Danjou  <julien@danjou.info>
2740
2741         * message.el (message-setup-1): Allow message-default-headers to be a
2742         function.
2743
2744 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * shr.el (shr-tag-table): Simplify.
2747
2748 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2751         to avoid trying to snarf invalid stuff.
2752
2753         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2754
2755         * gnus.el (gnus-message-archive-group): Quote value.
2756         (gnus-message-archive-group): Mark as changed.
2757
2758         * shr.el (shr-add-font): Don't put the font properties on the newline
2759         or the indentation.
2760
2761         * message.el (message-fix-before-sending): Change options when sending
2762         non-printable characters.
2763
2764         * gnus.el (gnus-message-archive-method): Change the default to
2765         monthly outgoing groups.
2766
2767         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2768         that have gotten new numbers.
2769
2770         * nnimap.el (nnimap-request-replace-article): New function.
2771
2772 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2775         (nnrss-request-article): Don't use special html washing code.
2776
2777 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * shr.el (shr-tag-table): Remove useless nconc.
2780
2781 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-art.el (article-wash-html): Simplify and remove the charset
2784         stuff.  Use the normal html rendering code instead of the special html
2785         washing code.
2786
2787         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2788         `gnus-w3m' symbols.
2789         (mm-text-html-washer-alist): Remove.
2790
2791         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2792         (mm-inline-media-tests): Remove use.
2793         (mm-text-html-renderer): Change default to the `shr' symbol.
2794
2795         * mm-view.el (mm-inline-text-html): Remove use.
2796
2797         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2798         `gnus-blocked-images' to be a function.
2799         (gnus-article-wash-function): Remove.
2800
2801 2010-10-20  Julien Danjou  <julien@danjou.info>
2802
2803         * spam.el (spam-list-of-processors): Mark as obsolete.
2804
2805         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2806         (nnimap-insert-partial-structure): Fix boundary detection.
2807
2808 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2809
2810         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2811         run file-truename on remote files.  This can be expensive and even
2812         prevent one from editing drafts if some unrelated buffer has a stale
2813         connection.
2814
2815 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2818         kinsoku-eol regardless of shr-kinsoku-shorten.
2819         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2820         (shr-tag-table): Support caption, thead, and tfoot.
2821
2822 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2825         lines.
2826         (shr-save-contents): New command and keystroke.
2827
2828         * nndoc.el (nndoc-type-alist): Add git support.
2829         (nndoc-git-type-p): New function.
2830         (nndoc-transform-git-article): Ditto.
2831         (nndoc-transform-git-headers): Ditto.
2832         (nndoc-transform-git-headers): Generate Subject headers.
2833
2834         * shr.el (shr-parse-style): New function.
2835         (shr-tag-span): Ditto.
2836
2837         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2838         to `G G' to avoid collisions.
2839
2840 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * shr.el: Load kinsoku if necessary.
2843         (shr-kinsoku-shorten): New internal variable.
2844         (shr-find-fill-point): Make kinsoku shorten text line if
2845         shr-kinsoku-shorten is bound to non-nil.
2846         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2847         shr-indentation too when testing if table is wider than frame width.
2848         (shr-insert-table): Use `string-width' instead of `length' to measure
2849         text width.
2850         (shr-insert-table-ruler): Make sure indentation is done at bol.
2851
2852 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2853
2854         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2855         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2856         undecoded network data.
2857
2858 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2861         name in the mode line spec so that the mode line menu works
2862         (bug #2431).
2863
2864         * message.el (message-get-reply-headers): If we're fed `to-address',
2865         then always use that.
2866
2867         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2868         aren't so wide as to need to switch off the edit menu.
2869
2870         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2871         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2872
2873         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2874         `M-g'.
2875         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2876         the permanent marks.
2877
2878 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2879
2880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2881         Splitting according to references/in-reply-to obeys the ignore-groups
2882         variable, while splitting by sender and subject do not.
2883
2884 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2887         alist, so that we can look for non-Unicode chars.
2888         (article-translate-strings): Allow both character and string maps.
2889
2890 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * shr.el (shr-insert): Don't insert space behind a wide character
2893         categorized as kinsoku-bol, or between characters both categorized as
2894         nospace.
2895
2896 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2897
2898         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2899         headers to gnus-newsgroup-headers.
2900
2901 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * shr.el (shr-tag-img): Don't align images -- since we're not
2904         rescaling, this often leads to ugly displays.
2905
2906 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2907
2908         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2909         duplicates.
2910
2911 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2912
2913         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2914         call.
2915
2916 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus.el: Autoload gnus-html-show-images.
2919
2920         * nnimap.el: Use nnheader-message throughout.
2921
2922         * shr.el (shr-tag-img): Ignore images with no data.
2923
2924 2010-10-15  Julien Danjou  <julien@danjou.info>
2925
2926         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2927         a possibility to disable format=flow encoding when using hard newlines.
2928
2929 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * shr.el (shr-insert): Remove space inserted before or after a
2932         breakable character or at the beginning or the end of a line.
2933         (shr-find-fill-point): Do kinsoku; find the second best point or give
2934         it up if there's no breakable point.
2935
2936 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * nnimap.el (nnimap-open-connection): Message when opening connection
2939         for debugging purposes.
2940
2941         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2942         on every setup buffer call to allow this to change from article to
2943         article.
2944
2945         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2946         buffers where we have a wide table.
2947
2948 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2949
2950         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2951         uses *-request-thread.
2952
2953 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2956         incantation, which is no longer valid.
2957
2958 2010-10-14  Julien Danjou  <julien@danjou.info>
2959
2960         * shr.el: Fix defcustom type (char -> character).
2961
2962 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2965         programs.
2966
2967 2010-10-14  Julien Danjou  <julien@danjou.info>
2968
2969         * shr.el (shr-tag-a): Use url-link as widget type.
2970
2971         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2972         `gnus-group-get-icon'.
2973
2974 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2977         This should make server editing work better.
2978
2979         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2980
2981         * tls.el (tls-program): Remove spurious %s from openssl.
2982
2983         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2984         (nnimap-parse-flags): Fix regexp.
2985
2986         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2987         probably work for CJVK text, too.
2988
2989         * nnimap.el (nnimap-extend-tls-programs): Remove.
2990         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2991
2992         * tls.el (tls-starttls-switches): Remove starttls hack.
2993         (open-tls-stream): Ditto.
2994         (tls-find-starttls-argument): Ditto.
2995
2996 2010-10-13  Julien Danjou  <julien@danjou.info>
2997
2998         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2999         responses.
3000
3001 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3004
3005         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3006         anything in Emacs.
3007
3008         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3009
3010 2010-10-13  Julien Danjou  <julien@danjou.info>
3011
3012         * shr.el (shr-width): Make shr-width a defcustom with default to
3013         fill-column.
3014         (shr-tag-img): Use shr-width rather than fill-column.
3015
3016 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * dgnushack.el (byte-optimize-apply)
3019         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3020
3021         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3022         position when (X-)Faces exist.
3023         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3024         avatars when called interactively.
3025
3026 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3029         gnus-article-x-face-too-ugly is bound.
3030
3031 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3034
3035         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3036         mailbox that doesn't exist.
3037
3038 2010-10-12  Julien Danjou  <julien@danjou.info>
3039
3040         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3041         (shr-get-image-data): Encode URL properly when fetching from cache.
3042         (shr-tag-img): Use aligned-to spaces to align correctly images.
3043
3044         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3045         before inserting the Gravatar.
3046
3047         * shr.el (shr-tag-img): Add align attribute support for <img>.
3048
3049 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-gravatar.el (gnus-art): Require.
3052
3053         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3054         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3055         Remove long obsoleted functions.
3056
3057 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3060
3061         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3062
3063         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3064         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3065         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3066         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3067         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3068         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3069         * sieve-manage.el, smime.el, spam.el:
3070         Fix comment for declare-function.
3071
3072 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * nnimap.el (nnimap-request-rename-group): Select group read-only
3075         before renaming it.
3076
3077         * shr.el (shr-insert): Fix up the white space only regexp.
3078
3079         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3080         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3081
3082         * shr.el (shr-current-column): New function.
3083         (shr-find-fill-point): New function.
3084
3085 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3086
3087         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3088         numbers.
3089
3090 2010-10-11  Julien Danjou  <julien@danjou.info>
3091
3092         * shr.el (shr-hr-line): Add.
3093         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3094         display hr lines.
3095         (shr-max-columns): Do not change state to nil if we just inserting
3096         spaces.
3097
3098 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3101         select the last group.
3102
3103 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3104
3105         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3106
3107 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3108
3109         * dig.el (dig-mode-map): Declare and define in one step.
3110
3111 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3114         for Gnus.
3115         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3116         (nnimap-update-qresync-info): Mark \Seen articles as read.
3117
3118         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3119         non-variable, too.
3120
3121         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3122         available.
3123         (nnimap-update-info): Rely more on the current active than the param
3124         active to avoid marking articles as read too much.
3125
3126         * auth-source.el (auth-source-create): Use (user-login-name) for the
3127         user name default.
3128
3129         * nnimap.el (nnimap-update-info): If the server doesn't return any
3130         useful info, just use the previous info.
3131         (nnimap-update-info): Prefer old info over start-article.
3132         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3133
3134 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3135
3136         * nnir.el (autoload): Clean up autoloads.
3137         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3138         Use key rather than value.
3139         (nnir-imap-search-other): New variable.
3140         (nnir-read-parm): Use it.
3141         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3142         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3143
3144 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3147         the process, too.
3148
3149 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * spam.el (gnus-summary-mode-map): Bind to "$".
3152         Suggested by Russ Allbery.
3153
3154         * shr.el: Rework the way things are indented by <li> slightly.
3155
3156         * gnus.el (gnus-group-set-parameter): Fix typo.
3157
3158         * nnimap.el: Start implementing QRESYNC support.
3159
3160 2010-10-09  Julien Danjou  <julien@danjou.info>
3161
3162         * nnir.el (nnir-engines): Fix too many arguments.
3163
3164 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3167         group is the "last", so that the backends like nnfolder actually save
3168         their folders.
3169
3170         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3171         try to use that for the tls stream.
3172         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3173         UIDVALIDITY and find out which groups are read-only and not.
3174         (nnimap-get-flags): Use the same marks parsing code as the rest of
3175         nnimap.
3176
3177 2010-10-09  Julien Danjou  <julien@danjou.info>
3178
3179         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3180
3181         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3182         retrieving gravatars.
3183
3184         * shr.el (shr-table-corner): Add.
3185         (shr-table-line): Add.
3186         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3187
3188 2010-10-08  Julien Danjou  <julien@danjou.info>
3189
3190         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3191
3192 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3195
3196         * gnus-sum.el (gnus-mark-article-as-unread)
3197         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3198         (gnus-summary-set-bookmark): Use it.
3199
3200         * gnus-msg.el (gnus-setup-message): Use it.
3201
3202         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3203
3204         * gnus.el (gnus-group-remove-parameter): Use it.
3205
3206         * gnus-group.el (gnus-group-make-web-group): Use it.
3207
3208         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3209
3210         * nnregistry.el: Update docs to mention manual.
3211
3212         * gnus-registry.el: Update docs to mention nnregistry.el.
3213         (gnus-registry-initialize): Don't install nnregistry refer method
3214         automatically.
3215         (gnus-registry-install-nnregistry): Remove it.
3216
3217 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * shr.el (shr-insert): Don't insert double spaces.
3220
3221 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-gravatar.el (gnus-treat-from-gravatar)
3224         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3225         called interactively.
3226
3227         * gnus-art.el (gnus-mime-view-part-externally)
3228         (gnus-mime-view-part-internally): Make predicate function passed to
3229         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3230         of a mime type.
3231
3232         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3233
3234 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * shr.el (require): Require cl when compiling.
3237         (shr-tag-hr): New function.
3238
3239         * nnimap.el (nnimap-update-info): Remove double setting of high.
3240         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3241         This makes nnimap work properly on Courier again.
3242
3243         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3244         the variable for backwards compatability.
3245
3246         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3247         the file name before using to avoid setting mm-default-directory to
3248         nil.
3249
3250         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3251         bidning gnus-agent variables.
3252
3253         * shr.el (shr-render-td): Use a cache for the table rendering function
3254         to avoid getting an exponential rendering behaviour in nested tables.
3255         (shr-insert): Rework the line-breaking algorithm.
3256         (shr-insert): Don't leave trailing spaces.
3257         (shr-insert-table): Also insert empty TDs.
3258         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3259
3260 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3261
3262         * gnus-sum.el (gnus-number): Rename from `number'.
3263         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3264         (gnus-summary-limit-children): Update uses correspondingly.
3265
3266 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3269         (gnus-gravatar-transform-address): Don't show avatars of people of
3270         which mail addresses match gnus-gravatar-too-ugly.
3271
3272 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * shr.el (shr-table-widths): Expand TD elements to fill available
3275         space.
3276
3277 2010-10-07  Julien Danjou  <julien@danjou.info>
3278
3279         * nnimap.el (nnimap-request-rename-group): Add this method.
3280
3281 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3284         name from XEmacs' function-arglist.
3285
3286         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3287         gravatar under XEmacs.
3288
3289 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * auth-source.el: Update docs with TODO items.
3292
3293         * gnus-sync.el: Update docs to explain state and plans.
3294
3295         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3296         Hooks for mark updates.
3297         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3298
3299         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3300         hooks with arguments, which is needed for mark update hooks.
3301
3302 2010-10-06  Julien Danjou  <julien@danjou.info>
3303
3304         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3305         was matched.
3306
3307         * sieve-manage.el: Update example in `Commentary'.
3308
3309         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3310
3311         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3312         not 2000.
3313         (sieve-manage-authenticate): Re-add function.
3314
3315 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * shr.el (shr-insert): Get 'space transition right.
3318         (shr-render-td): Only delete space at the end of the TD.
3319
3320         * nnimap.el (nnimap-open-connection): Prepare to support
3321         open-gnutls-stream.
3322
3323         * shr.el: Rearrange function order to be more logical.
3324
3325 2010-10-06  Julien Danjou  <julien@danjou.info>
3326
3327         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3328         (nnrss-discover-feed): Remove 404 URL in docstring.
3329
3330         * nnir.el: Fix Swish-E URL.
3331         Fix Namazu URL.
3332
3333         * message.el (message-change-subject): Remove 404 URL in a comment.
3334
3335 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3338         called interactively.
3339
3340         * gnus-util.el (gnus-remove-if): Allow hash table.
3341         (gnus-remove-if-not): New function.
3342
3343         * gnus-art.el (gnus-mime-view-part-as-type)
3344         * gnus-score.el (gnus-summary-score-effect)
3345         * gnus-sum.el (gnus-read-move-group-name):
3346         Replace remove-if-not with gnus-remove-if-not.
3347
3348         * gnus-group.el (gnus-group-completing-read):
3349         Regard collection as a hash table if it is not a list.
3350
3351 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3354
3355         * shr.el: Document the table-rendering algorithm.
3356
3357 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3360         for Emacsen having no `libxml-parse-html-region' support.
3361
3362 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3365         invalid URLs.
3366
3367         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3368         line-broken.
3369         (shr-tag-img): Ignore image fetching errors.
3370         (shr-overlays-in-region): Compute overlay positions correctly.
3371
3372         * mm-decode.el (mm-shr): Require shr.
3373
3374         * gnus-art.el (gnus-blocked-images): Move variable here.
3375
3376         * shr.el (shr-insert-table): Bind free variable.
3377
3378         * mm-decode.el (mm-shr): Bind shr-content-function.
3379
3380         * shr.el (shr-content-function): New variable.
3381
3382         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3383         added for symmetry.
3384
3385         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3386
3387         * gnus-group.el (gnus-group-make-group): Doc fix.
3388
3389         * nnimap.el (nnimap-request-newgroups): Return success.
3390
3391         * shr.el (shr-find-elements): New function.
3392         (shr-tag-table): Put all the images after the table.
3393         (shr-tag-table): Really inhibit images inside the table.
3394         (shr-collect-overlays): Copy over overlays from the TD elements to the
3395         main document.
3396
3397         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3398         gnus-blocked-images.
3399
3400 2010-10-05  Julien Danjou  <julien@danjou.info>
3401
3402         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3403
3404         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3405         (gnus-html-maximum-image-size): Add this function.
3406         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3407
3408         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3409         server-value of the capability is nil.
3410
3411 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * shr.el (shr-tag-em): Add <EM> tag.
3414
3415 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3416
3417         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3418         customizable.
3419
3420         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3421         handing broken links to browse-url.
3422
3423 2010-10-05  Julien Danjou  <julien@danjou.info>
3424
3425         * gnus-util.el (gnus-emacs-completing-read)
3426         (gnus-iswitchb-completing-read): Use autoload rather than require.
3427
3428 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3431         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3432         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3433         iswitchb-temp-buflist for XEmacs.
3434
3435         * gnus-util.el (gnus-completing-read-function): Exclude
3436         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3437         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3438         XEmacs.
3439
3440         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3441         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3442
3443         * gnus-html.el: Don't require help-fns under XEmacs.
3444         (gnus-html-schedule-image-fetching): Work for XEmacs.
3445
3446         * mm-decode.el (mm-shr): Decode contents by charset.
3447
3448 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3451         unknown.
3452
3453         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3454         (shr-get-image-data): Ensure against the cache file missing.
3455
3456         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3457         for data.
3458
3459         * spam-report.el (spam-report-url-ping-plain): Don't query about
3460         killing the process.
3461
3462         * shr.el (shr-render-td): Protect against too-wide text.
3463
3464 2010-10-04  Julien Danjou  <julien@danjou.info>
3465
3466         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3467         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3468
3469         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3470         retrieved.
3471
3472 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * shr.el (browse-url): Require.
3475         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3476         lines.
3477         (shr-show-alt-text, shr-browse-image): New commands.
3478         (shr-browse-url, shr-copy-url): New commands.
3479
3480         * gnus-sum.el (gnus-widen-article-window): New variable.
3481         (gnus-summary-select-article-buffer): Use it.
3482
3483         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3484         without @ signs.
3485
3486 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3487
3488         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3489
3490 2010-10-04  Julien Danjou  <julien@danjou.info>
3491
3492         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3493         for XEmacs.
3494
3495 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3498
3499         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3500         (nnimap-close-server): Implement.
3501
3502         * dgnushack.el (iswitchb): Require to shut up the compiler.
3503
3504         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3505         (shr-insert): Tweak line breaking.
3506         (shr-insert): Handle <pre> better.
3507         (shr-tag-li): Get <li> indentation right.
3508         (shr-tag-li): Get <li> indentation even righter.
3509         (shr-tag-blockquote): Ensure paragraph start.
3510         (shr-make-table): Tweak table generation.
3511         (shr-make-table): Fix typo.
3512
3513         * shr.el: Implement table rendering.
3514
3515 2010-10-04  Julien Danjou  <julien@danjou.info>
3516
3517         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3518
3519 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * shr.el (shr-insert): Use string anchors instead of line anchors.
3522
3523 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el: Add headings.
3526         (shr-ensure-paragraph): Actually work.
3527         (shr-tag-li): Make <ul> prettier.
3528         (shr-insert): Get white space at the beginning/end of elements right.
3529         (shr-tag-p): Collapse subsequent <p>s.
3530         (shr-ensure-paragraph): Don't insert double line feeds after blank
3531         lines.
3532         (shr-insert): \t is also space.
3533         (shr-tag-s): Fix "s" tag name function.
3534         (shr-tag-s): Fix face prop name.
3535
3536 2010-10-03  Julien Danjou  <julien@danjou.info>
3537
3538         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3539
3540         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3541         gnus-window-inside-pixel-edges.
3542
3543         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3544         gnus-ems.
3545
3546         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3547
3548         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3549         function.
3550
3551         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3552         resize choice.
3553
3554 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3557         beginning of the buffer.
3558
3559         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3560         article buffer again.
3561
3562         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3563
3564         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3565         when it's at the start of the buffer.
3566
3567         * shr.el (shr-tag-blockquote): Convert name.
3568         (shr-rescale-image): Use the right image-size variant.
3569
3570         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3571         buffer isn't shown, then select the current article first instead of
3572         bugging out.
3573         (gnus-summary-select-article-buffer): Show both the article and summary
3574         buffers again.
3575
3576         * shr.el (shr-fontize-cont): Protect against regions with no text.
3577         Rename tag functions to shr-tag-* for enhanced security.
3578         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3579
3580 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3581
3582         * shr.el (shr-insert):
3583         * pop3.el (pop3-movemail):
3584         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3585         loaded.
3586
3587 2010-10-03  Glenn Morris  <rgm@gnu.org>
3588
3589         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3590
3591         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3592
3593         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3594
3595         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3596
3597         * gnus-util.el (gnus-make-local-hook): Simplify.
3598
3599 2010-10-02  Julien Danjou  <julien@danjou.info>
3600
3601         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3602         (gnus-ido-completing-read): New function.
3603         (gnus-emacs-completing-read): New function.
3604         (gnus-completing-read): Use gnus-completing-read-function.
3605         Add gnus-completing-read-function.
3606
3607 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * shr.el (shr-insert-document): Autoload.
3610         (shr-img): Be silent.
3611         (shr-insert): Add a newline after every picture before text.
3612         (shr-add-font): Use overlays for combining faces.
3613         (shr-insert): Pass upwards the text start point.
3614
3615         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3616         possible.
3617         (mm-shr): New function.
3618
3619 2010-10-02  Julien Danjou  <julien@danjou.info>
3620
3621         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3622         should go backward.
3623
3624 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3625
3626         * shr.el (shr): Fix typo in provide call.
3627
3628 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * shr.el: New file.
3631
3632         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3633
3634         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3635         completing read.
3636
3637 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3640         we're being queried about.  Suggested by Dan Jacobson.
3641
3642         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3643         Suggested by Jason Eisner.
3644
3645         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3646         table, too.  Suggested by Stefan Wiens.
3647         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3648         the table unnecessary.  Suggested by Stefan Wiens.
3649
3650         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3651         longer needed, and probably doesn't work either, as pointed out by
3652         Stefan Wiens.
3653         (gnus-summary-exit): Remove call to the clearing function.
3654         (gnus-summary-exit-no-update): Ditto.
3655
3656         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3657         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3658         Reported by Stefan Monnier.
3659         (gnus-summary-save-in-rmail): Ditto.
3660
3661         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3662         article buffer, instead of both the article buffer and the summary
3663         buffer.  Sort of suggested by Dan Jacobson.
3664
3665         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3666
3667         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3668         Suggested by Dan Jacobson.
3669
3670         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3671         documentation clearer.
3672
3673         * message.el (message-shorten-references): Comment on the number "21".
3674         Suggested by Stefan Monnier.
3675
3676         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3677         Suggested by Dan Jacobson.
3678
3679         * gnus.el (gnus-large-newsgroup):
3680         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3681
3682         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3683         externalize attachments.  Bug reported by Steve Wen.
3684
3685         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3686         really message anything to the user.
3687
3688         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3689         directly.
3690
3691         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3692         messages in empty groups.
3693
3694 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3695
3696         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3697         non-UIDNEXT group.
3698
3699 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3702         not the value from the collection.
3703
3704         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3705         values.  This sometimes happens on some groups that have no info.
3706         (nnimap-request-newgroups): New function.
3707
3708 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3711         check into `gnus-registry-initialize'.
3712         (gnus-registry-initialize): Ditto.
3713         Fix and extend header docs.
3714
3715 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3718         regexp backtrace overflows.
3719
3720         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3721         for starttls that tls.el implements; i.e. openssl.
3722
3723         * tls.el (tls-starttls-switches): Give up on using starttls with
3724         gnutls-cli.
3725         (tls-program): Add --insecure to be consistent with the defaults from
3726         openssl s_client.  Now all three commands are insecure.
3727
3728 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * lpath.el: Bind completion-styles-alist for XEmacs.
3731
3732         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3733         (gravatar-create-image): New function that's an alias to
3734         gnus-xmas-create-image, gnus-create-image, or create-image.
3735         (gravatar-data->image): Use it.
3736
3737 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3740         install the nnregistry refer method.
3741         (gnus-registry-install-hooks): Use it.
3742         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3743         unfollowed groups.
3744
3745 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3746
3747         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3748         expanding threads.
3749
3750 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnir.el: Use the server names without suffixes (bug #7009).
3753
3754         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3755         unencrypted to STARTTLS, if possible.
3756
3757 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3758
3759         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3760         headers before superseding.
3761
3762 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * nnrss.el (nnrss-use-local): Add documentation.
3765
3766         * nnimap.el (nnimap-extend-tls-programs): New function.
3767         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3768         (nnimap-wait-for-connection): Accept the greeting from the stupid
3769         output from openssl s_client -starttls, too.
3770
3771         * tls.el (tls-starttls-switches): New variable.
3772         (tls-find-starttls-argument): Use it.
3773         (open-tls-stream): Ditto.
3774
3775         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3776         (netrc-machine): Ditto.
3777
3778         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3779         article number.
3780         (nnimap-split-fancy): New variable.
3781         (nnimap-split-incoming-mail): Use it.
3782
3783         * nntp.el (nntp-server-list-active-group): Document.
3784
3785         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3786         SELECT to get the message-id.
3787
3788         * mail-source.el (mail-sources): Remove webmail support.
3789         (defvar): Ditto.
3790         (mail-source-fetcher-alist): Ditto.
3791         (mail-source-fetch-webmail): Remove.
3792
3793         * webmail.el: Remove -- doesn't seem relevant any more.
3794
3795         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3796
3797         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3798         the \r.
3799
3800 2010-09-30  Julien Danjou  <julien@danjou.info>
3801
3802         * gnus-agent.el (gnus-agent-add-group): Fix call to
3803         gnus-completing-read.
3804
3805 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * nndoc.el (nndoc-retrieve-groups): New function.
3808
3809         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3810         `default', use nnmail-split-methods.
3811         (nnimap-request-article): Downcase the NILs so that they are nil.
3812
3813         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3814         symbol.
3815
3816         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3817         code, since if the user has requested network, that's what they ought
3818         to get.
3819         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3820         (nnimap-split-rule): Mark as obsolete.
3821
3822         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3823         New variable.
3824
3825         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3826         correct slot, too.
3827
3828 2010-09-29  Julien Danjou  <julien@danjou.info>
3829
3830         * gnus.el (gnus-local-domain): Declare variable obsolete.
3831
3832         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3833         Fix history computing.
3834         (gnus-ido-completing-read): Require ido.
3835
3836 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3839         build Gnus.
3840
3841         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3842         when interpreting the structures.
3843         (nnimap-request-accept-article): Add \r\n to the lines to make this
3844         work with Cyrus.
3845
3846         * nndraft.el (nndraft-request-expire-articles): Use the group name
3847         instead if "nndraft".  Fix found by Nils Ackermann.
3848
3849 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3850
3851         * nnregistry.el: Add.
3852
3853 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3854
3855         * nnmail.el (group, group-art-list, group-art):
3856         Remove unneeded directives.
3857
3858 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3861         (mm-mime-charset)
3862         * rfc2047.el (rfc2047-syntax-table)
3863         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3864
3865         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3866         rather than `insert-file-contents' and `eval-region'.
3867
3868         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3869         construction.
3870
3871         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3872
3873         * time-date.el: No need to require cl for Emacs 21.
3874
3875 2010-09-29  Julien Danjou  <julien@danjou.info>
3876
3877         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3878         replacement of `gnus-gravatar-relief' to mimic
3879         `gnus-faces-properties-alist'.
3880         Add :version property.
3881
3882 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * mail-source.el (mail-source-report-new-mail)
3885         * message.el (message-default-mail-headers)
3886         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3887
3888         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3889
3890 2010-09-28  Julien Danjou  <julien@danjou.info>
3891
3892         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3893         mail-address contains the same string as real-name.
3894
3895         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3896         non-blank in header, otherwise it'll get stripped.
3897
3898         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3899         real-name, and then for mail address rather than doing : or , search.
3900
3901 2010-09-27  Julien Danjou  <julien@danjou.info>
3902
3903         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3904         right completing-read function.
3905         (gnus-use-ido): New variable
3906         (gnus-completing-read-with-default): Remove.
3907         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3908         (gnus-agent-add-group):
3909         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3910         * mm-view.el (mm-view-pkcs7-decrypt):
3911         * mm-util.el (mm-codepage-setup):
3912         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3913         * mml-smime.el (mml-smime-openssl-sign-query):
3914         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3915         (mml-insert-multipart):
3916         * gnus-msg.el (gnus-summary-yank-message):
3917         * gnus-int.el (gnus-start-news-server):
3918         * mm-decode.el (mm-interactively-view-part):
3919         * gnus-dired.el (gnus-dired-attach):
3920         * gnus.el (gnus-read-method):
3921         * gnus-bookmark.el (gnus-bookmark-jump):
3922         * gnus-art.el (gnus-mime-view-part-as-type)
3923         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3924         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3925         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3926         * nnmairix.el (nnmairix-create-server-and-default-group)
3927         (nnmairix-update-groups, nnmairix-get-server)
3928         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3929         (nnmairix-get-group-from-file-path):
3930         * nnrss.el (nnrss-find-rss-via-syndic8):
3931         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3932         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3933         (gnus-group-browse-foreign-server):
3934         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3935         (gnus-summary-execute-command, gnus-summary-respool-article)
3936         (gnus-read-move-group-name):
3937         * gnus-score.el (gnus-summary-increase-score)
3938         (gnus-summary-score-effect):
3939         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3940
3941 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3944         x-focus-frame.
3945
3946         * nnimap.el (auth-source-forget-user-or-password)
3947         (auth-source-user-or-password): Autoload.
3948
3949         * message.el (message-from-style, message-interactive)
3950         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3951         (message-yank-prefix, message-indentation-spaces, message-signature)
3952         (message-signature-file): Add comment.
3953
3954 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3957         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3958         new articles.
3959
3960         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3961         parts.
3962         (nnimap-request-article): Work with the t setting, too.
3963
3964         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3965         that you don't get flashes of other buffers.
3966         (gnus-summary-show-complete-article): Intern before setting.
3967
3968 2010-09-27  David Engster  <dengste@eml.cc>
3969
3970         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3971         well as HEADERS.
3972         (nnmairix-retrieve-headers): Provide new argument for the above.
3973
3974 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975
3976         * gnus-sum.el (gnus-summary-move-article): Don't alter
3977         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3978         group.
3979
3980         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3981
3982         * message.el (message-cite-prefix-regexp): Revert my last edit.
3983
3984         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3985         variable instead of the Gnus variable.
3986
3987         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3988
3989         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3990
3991         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3992         since some servers don't like it.
3993         (nnimap-open-connection): Forget credentials if the server says the
3994         password was wrong.
3995         (nnimap-parse-line): Protect against invalid data.
3996
3997         * gnus-sum.el (gnus-summary-move-article): Add comment.
3998         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3999         nothing alters it while scanning for new messages.
4000
4001         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4002         which may or may not help.
4003         (nnimap-open-connection): If we're doing a stream connection, and then
4004         discover we're on a STARTTLS-capable server, then open a STARTTLS
4005         connection instead.
4006
4007 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * nnimap.el (utf7): Require.
4010
4011         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4012         prefix.
4013
4014 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4015
4016         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4017
4018 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nnimap.el (nnimap-request-accept-article): Message the error on
4021         error.
4022
4023 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4026
4027 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * nndoc.el (nndoc-request-list): Return success always.
4030
4031         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4032         `fetch-old' -- we only want to fetch the articles we've requested.
4033         The rest are in the agent, probably.
4034         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4035         disappeared server" to something low.  It's not important.
4036
4037         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4038         arrived before the FETCH data.
4039
4040         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4041         target here, because we don't know the Gnus name of the group.
4042
4043         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4044         for the correct group.
4045
4046         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4047
4048         * gnus.el (gnus): Give a final warning after startup.
4049
4050         * gnus-util.el (gnus-action-message-log): New variable.
4051         (gnus-message): Use it.
4052         (gnus-final-warning): New function.
4053
4054         * nnimap.el (nnimap-open-connection): Record the greeting.
4055         (nnimap): Add greeting.
4056
4057 2010-09-26  Julien Danjou  <julien@danjou.info>
4058
4059         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4060         arguments.
4061         (gnus-html-wash-images): Fix spec computing to include start/end.
4062
4063         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4064
4065 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4068         deletion.
4069         (nnimap-retrieve-headers): Don't select the group, because that's
4070         already done by nnimap-possibly-change-group.
4071
4072         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4073         (gnus-picon-transform-address): Use it.
4074
4075         * mail-source.el (mail-source-value): Revert previous patch.
4076
4077         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4078         on failure.
4079         (nnimap-open-connection): Look up both virtual and physical server name
4080         credentials.
4081
4082         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4083
4084 2009-02-07  Dave Love  <fx@gnu.org>
4085
4086         * tls.el (open-tls-stream): Don't query killing process.
4087
4088 2009-02-08  Dave Love  <fx@gnu.org>
4089
4090         * gnus-win.el (gnus-window-to-buffer-helper)
4091         (gnus-all-windows-visible-p): Function needn't be a symbol.
4092
4093         * mail-source.el (mail-source-value): Function needn't be a symbol.
4094
4095 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * message.el (message-cite-prefix-regexp): Remove } from the cite
4098         prefix.
4099
4100         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4101         highlight again, so that the highlight is correct.
4102
4103         * gnus-picon.el (gnus-picon): Remove again.
4104         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4105
4106         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4107         doing the header highlightling, so that the background colour of the
4108         picon is correct.
4109
4110         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4111         (gnus-picon): Ditto.
4112         (gnus-picon): Reinstate.  The background colour for picons is white.
4113         (gnus-picon-insert-glyph): Make the background white.
4114
4115         * nnml.el (nnml-open-nov): Don't return dead buffers.
4116
4117         * auth-source.el (auth-source-create): Query the user for whether to
4118         store the credentials.
4119
4120         * netrc.el (netrc-store-data): New function.
4121
4122         * auth-source.el (auth-source-user-or-password): Use the existing auth
4123         sources, if any, for creation.
4124
4125         * gnus.el (gnus-group-fast-parameter): Return the last matching
4126         parameter instead of the first matching parameter.
4127
4128 2010-09-26  Julien Danjou  <julien@danjou.info>
4129
4130         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4131
4132 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * mml2015.el (mml2015-use): Remove gpg support.
4135
4136         * mml1991.el (mml1991-function-alist): Remove gpg function.
4137         (mml1991-gpg-sign): Remove.
4138
4139 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4140
4141         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4142         (gnus-browse-unsubscribe-current-group): Document it.
4143         (gnus-browse-unsubscribe-group): Use it.
4144
4145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4148         address to the To list for easier response.
4149
4150         * gnus.el (gnus-play-startup-jingle): Remove.
4151         (gnus-splash): Don't play jingle.
4152         (gnus): Silence gnus-load message.
4153
4154         * gnus-art.el (gnus-treat-play-sounds): Remove.
4155
4156         * gnus.el (gnus-play-jingle): Remove audio support.
4157
4158         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4159
4160         * earcon.el: Remove -- no users.
4161
4162         * gnus-audio.el: Remove -- no users of this package.
4163
4164         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4165
4166         * gnus-start.el (gnus-setup-news): Remove nocem support.
4167
4168         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4169
4170         * gnus.el (gnus-use-nocem): Remove.
4171
4172         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4173         Remove.
4174
4175         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4176         uses NoCeM any more.
4177
4178         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4179         (gnus-button-ctan-handler): Ditto.
4180         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4181         (gnus-button-ctan-directory-regexp): Ditto.
4182         (gnus-button-handle-ctan): Ditto.
4183         (gnus-button-tex-level): Ditto.
4184         (gnus-button-alist): Remove CTAN stuff.
4185
4186 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4189         nnimap-streaming test.
4190
4191         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4192         servers twice.
4193
4194         * nnimap.el (nnimap-open-connection): Add more error reporting when
4195         nnimap fails early.
4196
4197         * nnheader.el (nnheader-get-report-string): New function.
4198         (nnheader-get-report): Use it.
4199
4200         * gnus-int.el (gnus-check-server): Say what the error was when opening
4201         failed.
4202
4203         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4204         using streaming.
4205
4206 2010-09-25  Julien Danjou  <julien@danjou.info>
4207
4208         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4209         gnus-window-inside-pixel-edges.
4210
4211 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4214
4215         * mm-decode.el (mm-save-part): Allow saving to other directories the
4216         normal Emacs way.
4217
4218         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4219         Suggested by Jay Berkenbilt.
4220
4221         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4222         there isn't a single byte.
4223
4224         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4225         just do it.  It doesn't really seem to matter what the user responds
4226         here, I think, so it's just a confusing question.
4227
4228         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4229         non-streaming case.
4230
4231         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4232         (gnus-article-encrypt-body): Use it.
4233
4234         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4235         keystroke.
4236
4237         * nnimap.el (nnimap-find-wanted-parts-1):
4238         Use gnus-fetch-partial-articles.
4239
4240         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4241
4242         * nnimap.el (nnimap-insert-partial-structure): New function.
4243         (nnimap-get-partial-article): New function.
4244         (nnimap-request-article): Use it.
4245         (nnimap-wait-for-response): Return whether the wait was successful.
4246         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4247         retrieval wasn't successful.
4248         (nnimap-retrieve-group-data-early): Allow throttling servers.
4249         (nnimap-streaming): New variable.
4250         (nnimap-fetch-partial-articles): Remove.
4251
4252         * mm-decode.el (mm-with-part): Protect against killed buffers.
4253
4254         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4255         for prettier summary display.
4256
4257 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4258
4259         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4260
4261 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4264         apparently third-party libraries depend on it.
4265
4266         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4267         before starting negotiation.
4268
4269         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4270         privacy reasons.
4271         (gnus-treat-mail-gravatar): Ditto.
4272
4273         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4274         buffer when inserting images.  Inserting text into the headers, for
4275         instance, can make them invalid.
4276
4277 2010-09-25  Julien Danjou  <julien@danjou.info>
4278
4279         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4280         variables.
4281
4282         * nnheader.el: Remove useless variables news-reply-yank-from and
4283         news-reply-yank-message-id.
4284
4285         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4286         variables.
4287
4288         * mml1991.el: Remove useless mml1991-verbose.
4289
4290         * gnus.el: Remove useless variable gnus-use-generic-from.
4291         Remove obsolete variable gnus-topic-indentation.
4292
4293         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4294
4295         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4296
4297         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4298
4299         * gnus-group.el: Remove useless gnus-group-icon-cache.
4300         Remove useless gnus-ephemeral-group-server.
4301
4302         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4303
4304         * mml2015.el: Remove useless mml2015-verbose.
4305
4306         * mml-smime.el: Remove useless mml-smime-verbose.
4307
4308         * gnus.el: Remove useless gnus-local-domain.
4309
4310         * gnus-gravatar.el (gnus-gravatar-transform-address):
4311         Use gnus-gravatar-size.
4312
4313         * gnus-art.el: Remove useless gnus-treat-translate.
4314
4315 2010-09-24  Julien Danjou  <julien@danjou.info>
4316
4317         * gnus-sum.el: Add support for Gravatars.
4318
4319         * gnus-art.el: Add support for Gravatars.
4320
4321         * gnus-gravatar.el: Add this file.
4322
4323         * gravatar.el: Add this file.
4324
4325 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4328
4329         * gnus-group.el (gnus-group-fetch-faq): Remove.
4330
4331         * gnus.el (gnus-group-faq-directory): Remove.
4332
4333         * gnus-group.el (gnus-group-fetch-charter): Remove.
4334
4335         * gnus.el (gnus-group-charter-alist): Remove.
4336
4337         * gnus-group.el (gnus-group-archive-directory): Remove.
4338         (gnus-group-recent-archive-directory): Ditto.
4339         (gnus-group-make-archive-group): Remove.
4340
4341         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4342
4343         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4344         use the same article number for all the cached articles.
4345
4346         * nnimap.el (nnimap-command): Register the last command time so
4347         that we can use it for idling NOOPs.
4348         (nnimap-open-connection): Start the keeplive timer.
4349         (nnimap-make-process-buffer): Store all the process buffers.
4350         (nnimap-keepalive): New function.
4351
4352         * starttls.el (starttls-open-stream): Add autoload cookie.
4353
4354 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4355
4356         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4357         handling.
4358
4359 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4362         its data structures.
4363
4364         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4365         instead of the cl.el copy-list.
4366         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4367         equalp.
4368
4369 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4372         and tool-bar-local-item-from-menu.
4373
4374         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4375         mode-line-highlight face for Emacs.
4376
4377         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4378         loading gnus-sum.elc; fix comment for canlock-verify.
4379         (gnus-article-jump-to-part): Use read-number.
4380         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4381         Remove Emacs pre-21 compatible code for help-echo.
4382         (gnus-article-next-page-1): No need to adjust the number of lines.
4383         (gnus-article-describe-bindings): Always use help-buffer.
4384
4385         * gnus-audio.el (gnus-audio-inline-sound)
4386         * gnus-cus.el (gnus-custom-mode)
4387         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4388
4389         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4390
4391         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4392         compatible code.
4393
4394 2010-09-24  Glenn Morris  <rgm@gnu.org>
4395
4396         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4397         visiting the fcc file in rmail-mode.
4398
4399         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4400
4401 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * nnir.el: Silence the byte compiler.
4404
4405         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4406         alias to browse-url-url-encode-chars if any.
4407         (gnus-html-encode-url): Use it.
4408
4409 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * gnus-start.el (gnus-use-backend-marks): New variable.
4412         (gnus-get-unread-articles-in-group): Use it.
4413
4414         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4415         makeover.
4416
4417 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4418
4419         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4420
4421 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4424         Remove.
4425         (gnus-setup-news-hook):
4426         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4427
4428         * gnus-int.el (gnus-request-update-info): Protect against backends not
4429         having the function.
4430
4431         * nnimap.el (nnimap-stream): Mention starttls.
4432         (nnimap-open-connection): Add starttls support.
4433
4434 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4435
4436         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4437
4438 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4441         BODYSTRUCTUREs.
4442         (nnimap-transform-headers): Unfold quoted {42} headers.
4443
4444         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4445         the info.
4446         (gnus-get-unread-articles): Only call updatep on backends that support
4447         it.
4448
4449         * nnweb.el (nnweb-request-update-info): NOOP.
4450
4451         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4452
4453         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4454         since it only deals with marks.
4455
4456         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4457         gnus-request-marks, and make a new gnus-request-update-info.
4458
4459         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4460         the active instead of the high number, which is usually too low.
4461
4462 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4465         * encrypt.el: Remove.
4466
4467 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4470         server in symbolic form.
4471
4472         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4473
4474 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4477         (nnimap-update-info): Fix up code slightly.
4478
4479         * gnus-int.el (gnus-open-server): Add tracing for performance
4480         debugging.
4481
4482         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4483         (gnus-group-insert-group-line): Pass the real group name so that it
4484         gets the right data.
4485
4486         * gnus-start.el (gnus-get-unread-articles): Don't have
4487         `gnus-get-unread-articles-in-group' update info, since that can be
4488         really slow and doesn't seem to be needed?
4489
4490 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4491
4492         * time-date.el (date-to-time): Try using parse-time-string first before
4493         using the slower timezone-make-date-arpa-standard.
4494
4495 2010-09-22  Julien Danjou  <julien@danjou.info>
4496
4497         * gnus-group.el (gnus-group-insert-group-line):
4498         Call gnus-group-highlight-line.
4499         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4500         default hook list.
4501         (gnus-group-update-eval-form): Add new function.
4502         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4503         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4504
4505 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4508         immediate, then expire all articles.
4509         (nnimap-update-info): Fix off-by-one errors.
4510         (nnimap-flags-to-marks): Would return no marks lists for group with no
4511         flags.  Instead return the other data.
4512
4513 2010-09-22  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4516         Only return an icon.
4517         (gnus-group-insert-group-line): Compute icon to return.
4518
4519         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4520         (gnus-html-image-fetched): Only cache if
4521         gnus-html-image-automatic-caching is set.
4522         (gnus-html-image-fetched): Check for errors.
4523
4524 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4527         once per method on `g'.  This ensures that backends like nnfolder don't
4528         open all their folders.
4529
4530         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4531         (nnimap-request-list): Nix out group in the correct buffer.
4532         (nnimap-parse-flags): Implement by using `read' instead of
4533         hand-parsing.
4534         (nnimap-flags-to-marks): Pass on permanent-flags.
4535         (nnimap-make-process-buffer): Record the server name.
4536         (nnimap-parse-flags): Fix typo.
4537         (nnimap-request-scan): Run split on the server in general, not just a
4538         single group.
4539
4540         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4541         parameter, and propagate this downwards.
4542
4543         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4544         since EXAMINE changes it on the server.
4545
4546         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4547         this command might take a while.
4548
4549 2010-09-22  Julien Danjou  <julien@danjou.info>
4550
4551         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4552         harmful if you have 2 images side-by-side, they can't be properly
4553         update on text deletion.  Using text-property is safer here.
4554         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4555         data.
4556
4557 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * nnimap.el (nnimap-expunge-inbox): Remove.
4560         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4561         (nnimap-expunge): Flip default to t.
4562
4563         * gnus.el (gnus-method-to-server): Don't push things to the cache
4564         unless it's unique.
4565         (gnus-server-to-method): Ditto.
4566
4567 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4570
4571 2010-09-22  Julien Danjou  <julien@danjou.info>
4572
4573         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4574         get the start of data.
4575         (gnus-html-encode-url): Add this function to encode special chars in
4576         URL.
4577         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4578         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4579
4580         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4581         default.
4582         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4583
4584         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4585         images alt-text.
4586         (gnus-html-put-image): Put alt-text as help-echo.
4587
4588 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4591         * mm-util.el (mm-decompress-buffer)
4592         * nnir.el (nnir-run-find-grep)
4593         * pop3.el (pop3-list): Use 3rd arg of split-string.
4594
4595         * time-date.el (format-seconds): Comment fix.
4596
4597         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4598         and byte-optimize-form-code-walker.
4599         (dgnushack-make-auto-load): Don't advise make-autoload.
4600
4601         * lpath.el: Remove Emacs 21 stuff.
4602
4603 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4606         outside the active range.  Suggested by Dan Christensen.
4607
4608         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4609         slightly later to avoid double-getting it.
4610
4611         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4612         previous patch.
4613
4614         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4615
4616 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4617
4618         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4619
4620 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * gnus-int.el (gnus-open-server): Give a better error message in the
4623         "go offline" case.
4624
4625         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4626         marks for nnimap, which is seldom the right thing to do.
4627
4628         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4629         (gnus-same-method-different-name): New function.
4630
4631         * nnimap.el (parse-time): Require.
4632
4633         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4634         method in the presence of many similar methods.
4635
4636         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4637
4638         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4639         nnml-inhibit-expiry.
4640
4641         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4642         find out whether methods are equal.
4643
4644         * nnimap.el (nnimap-find-expired-articles): New function.
4645         (nnimap-process-expiry-targets): New function.
4646         (nnimap-request-move-article): Request the article before looking at
4647         what the Message-ID is.  Fix found by Andrew Cohen.
4648         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4649
4650         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4651         for oldness in addition to being a predicate.
4652
4653         * nnimap.el (nnimap-request-group): When we have zero articles, return
4654         the right data to Gnus.
4655         (nnimap-request-expire-articles): Only delete articles immediately if
4656         the target is 'delete.
4657
4658         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4659         method, this would bug out.
4660
4661         * gnus-group.el (gnus-group-expunge-group): Rename from
4662         gnus-group-nnimap-expunge, and implemented as a normal interface
4663         function.
4664
4665         * gnus-int.el (gnus-request-expunge-group): New function.
4666
4667         * nnimap.el (nnimap-request-create-group): Implement.
4668         (nnimap-request-expunge-group): New function.
4669
4670 2010-09-21  Julien Danjou  <julien@danjou.info>
4671
4672         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4673         (gnus-html-cache-expired): Add new function.
4674         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4675         wethever we should display image for fetch it.
4676         Compute alt-text earlier to pass it to the fetching function too.
4677         (gnus-html-schedule-image-fetching): Change function argument to only
4678         get one image at a time, not a list.
4679         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4680         cache.
4681         (gnus-html-get-image-data): New function to retrieve image data from
4682         cache.
4683         (gnus-html-put-image): Change buffer argument to use image data rather
4684         than file, and place image above region rather than inserting a new
4685         one.  Do not take alt-text as argument, since it's useless now: we place
4686         the image above alt-text.
4687         (gnus-html-prune-cache): Remove.
4688         (gnus-html-show-images): Start to fetch image when we find one, do not
4689         push into a temporary list.
4690         (gnus-html-prefetch-images): Only fetch image if they have expired.
4691         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4692         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4693
4694 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4697
4698 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4701         spec inser "*" if the group isn't active instead of 0.
4702
4703         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4704         opening the server.
4705         (nnimap-request-delete-group): Implement group deletion.
4706         (nnimap-transform-headers): Return the size of the entire message in
4707         the Bytes header, not just the size of the first part.
4708         (nnimap-request-move-article): When moving an article from nnimap,
4709         request the article first so the accepting form has an article to
4710         accept.  Reported by Dan Christensen.
4711         (nnimap-command): Make sure that the error message doesn't error out.
4712
4713 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4714
4715         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4716         we haven't requested anything.
4717
4718 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4721         "".  Fix found by Andrew Cohen.
4722
4723         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4724         instead of -encode-string.
4725
4726 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4729
4730         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4731         by mm-subst-char-in-string.
4732
4733 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4736         waiting for the connection string.
4737
4738         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4739         arriving.
4740
4741         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4742         bogus characters.  This allows selecting certain Gmail groups.
4743
4744         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4745         (nnimap-fetch-partial-articles): New variable.
4746         (nnimap-open-connection): When looking for credentials, also use the
4747         nnimap-server-port.
4748         (nnimap-request-article): Return the group/article number, so that Gnus
4749         `^' works as expected.
4750         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4751
4752         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4753         comments.
4754         (gnus-methods-sloppily-equal): New function.
4755         (gnus): When using the development version of Gnus, load the gnus-load
4756         file.
4757
4758         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4759         `gnus-open-server' on each method before trying to scan them etc.
4760         This ensures that all the backend parameters are set correctly.
4761
4762         * nnimap.el (nnimap-authenticator): New variable.
4763         (nnimap-open-connection): Allow anonymous login.
4764         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4765         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4766
4767         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4768         patch, found by Knut Anders Hatlen.
4769
4770 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4771
4772         * gnus-agent.el (gnus-agent-batch-confirmation)
4773         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4774         to gnus-message.
4775         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4776         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4777         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4778         * gnus-int.el (gnus-open-server): Likewise.
4779         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4780         (gnus-score-check-syntax): Likewise.
4781         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4782         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4783         Likewise.
4784         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4785
4786 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4789         calling conventions so that prefetch doesn't bug out.
4790
4791 2010-09-19  Julien Danjou  <julien@danjou.info>
4792
4793         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4794         rather than `subst-char-in-region' in order to be able to replace ASCII
4795         char by UTF-8 ones.
4796
4797         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4798         than curl.
4799         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4800         the right URL and ALT text on images.
4801         (gnus-html-wash-tags): Fix tag case.
4802         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4803         (gnus-article-html): Add -o display_ins_del=2 option.
4804         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4805
4806 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4809         the extra mail headers, which sometimes seem to happen for unknown
4810         reasons.
4811
4812         * mail-parse.el (mail-header-encode-parameter): Define as
4813         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4814         (or most, perhaps?) mail readers don't understand the latter, but do
4815         understand the former.
4816
4817         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4818         to nil, so that no methods are automatically agentized.  I think this
4819         is probably what most users want.
4820
4821         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4822         from url-retrieve, for instance about invalid URLs.
4823
4824         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4825         groups that have no articles.
4826         (nnimap-request-article): Check that we really got an article when we
4827         requested one.
4828
4829         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4830         doesn't exist.
4831
4832         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4833         nntp buffer so the agent can save it.
4834         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4835         that CRLF doesn't get translated to \n.
4836         (nnimap-open-connection): Don't make 'shell commands only send \n.
4837
4838 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4839
4840         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4841         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4842         Update var name.
4843         (nnml-generate-nov-file): Use dolist.
4844         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4845         Use with-current-buffer.
4846
4847 2010-09-18  Julien Danjou  <julien@danjou.info>
4848
4849         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4850         parallel.
4851
4852 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4855         the range update right.
4856         (nnimap-request-group): Don't make `M-g' bug out on group with no
4857         marks.
4858         (nnoo): Require, so that other packages can require nnimap.
4859         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4860         command we're looking for.  This helps when the server sends more
4861         responses after we've gotten everything we expected.
4862         (nnimap): Add a `newlinep' field to keep track of end-of-line
4863         conventions.
4864         Don't send CRLF to things that don't want it.
4865         (nnimap-request-accept-article): Ditto.
4866
4867 2010-09-18  Julien Danjou  <julien@danjou.info>
4868
4869         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4870         than curl to retrieve images.
4871
4872 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4875         the marks.
4876         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4877         (nnimap-wait-for-connection): New function.
4878         (nnimap-open-connection): If we have PREAUTH, don't query for login
4879         credentials.
4880         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4881         when doing a partial update.
4882
4883 2010-09-18  Julien Danjou  <julien@danjou.info>
4884
4885         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4886         tags.
4887
4888 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4889
4890         * nnimap.el (nnimap-credentials): New function.
4891         (nnimap-open-connection): Use the new function to look for credentials
4892         also on the numeric equivalents of "imap" and "imaps".
4893
4894         * gnus-start.el (gnus-activate-group): Send the info to
4895         gnus-request-group.
4896
4897         * nnimap.el (nnimap-request-group): Have the "check" version of the
4898         function parse flags and update the info, so that a `M-g' get a total
4899         resync of all flags from the group.
4900
4901         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4902         to allow backends to alter the info on group selection.  Also alter all
4903         the backend -request-group functions to take the parameter.
4904
4905         * nnimap.el (nnimap-store-info): New function.
4906         (nnimap-update-info): Store the info for later usage.
4907         (nnimap-request-group): Use the stored info for the dont-check case, so
4908         that we don't retrieve all marks when we enter a group.
4909
4910         * nnimap.el: Use deffoo instead of defun for interface functions.
4911
4912         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4913         update the group info.  This makes the nndraft groups, for instance, go
4914         back to their old behaviour.
4915
4916         * gnus-sum.el (gnus-select-newsgroup): Indent.
4917
4918         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4919         in.
4920         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4921         nothing.
4922
4923         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4924         from methods that are denied.
4925
4926         * gnus-int.el (gnus-method-denied-p): New function.
4927
4928         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4929         store the password instead of netrc.
4930         (nnimap-open-connection): Don't error out when we can't make a
4931         connections.
4932
4933         * auth-source.el (auth-source-create): In the password prompt, say what
4934         we're querying for.  Also prompt for user name if that hasn't been
4935         given.
4936
4937         * nnimap.el (nnimap-with-process-buffer): Remove.
4938
4939 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4942         method when we're reading from the agent.
4943
4944         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4945
4946         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4947         that's probably most useful for users.
4948
4949         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4950         "failed" all the time.
4951
4952         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4953         ...)) with (with-current-buffer ... ).
4954
4955         * nntp.el (nntp-open-server): Return whether the open was successful or
4956         not.
4957
4958         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4959         select an unread unseen article first.
4960
4961         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4962         /etc/services, supply some sensible port defaults.
4963
4964         * dgnushack.el: Define netrc-credentials.
4965
4966 2010-09-17  Julien Danjou  <julien@danjou.info>
4967
4968         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4969
4970 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4971
4972         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4973         doesn't have any parameters.
4974
4975 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4978         only upcased checks.
4979
4980         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4981
4982         * nnimap.el (nnimap-open-shell-stream): New function.
4983         (nnimap-open-connection): Use it.
4984         (nnimap-transform-headers): Get the number of lines in each message.
4985         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4986         number of lines.
4987         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4988         problem.
4989
4990         * utf7.el (utf7-encode): Autoload.
4991
4992         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4993         to allow the mail splitting to not return a default group.  This is
4994         useful for nnimap, which will leave unmatched mail in the inbox.
4995
4996         * nnimap.el: Rewritten.
4997
4998         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4999         nnimap usage.
5000
5001         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5002         if the move is internal, so that nnimap can do fast internal moves.
5003
5004         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5005         data.
5006         (gnus-read-active-for-groups): Support finishing the early retrieval of
5007         data.
5008
5009         * gnus-range.el (gnus-range-nconcat): New function.
5010
5011         * gnus-int.el (gnus-finish-retrieve-group-infos)
5012         (gnus-retrieve-group-data-early): New functions.
5013
5014 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5015
5016         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5017         (nnrss-retrieve-groups):
5018         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5019         (pop3-quit): Use with-current-buffer.
5020
5021 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5024         instead of nnheader-accept-process-output.
5025
5026         * dgnushack.el (dgnushack-compile): Add comment.
5027
5028         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5029
5030         * gnus-html.el (gnus-html-schedule-image-fetching)
5031         (gnus-html-prefetch-images): Replace process-kill-without-query by
5032         gnus-set-process-query-on-exit-flag.
5033
5034 2010-09-16  Romain Francoise  <romain@orebokech.com>
5035
5036         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5037
5038 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5041         parameter to unintern is mandatory-ish in Emacs 24.
5042
5043         * gnus-html.el (gnus-html-schedule-image-fetching)
5044         (gnus-html-prefetch-images): Check for curl before using it.
5045
5046         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5047         depend on curl, which isn't essential.
5048
5049         * imap.el: Revert back to version
5050         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5051         seem problematic.
5052
5053 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5054
5055         * gnus-registry.el (gnus-registry-install-shortcuts):
5056         Explicitly pass `obarray' to `unintern' to avoid a warning.
5057
5058 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5061         change.
5062
5063         * nnrss.el (nnrss-request-list): Remove this function and related
5064         functions, including the moreover stuff.
5065
5066 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * nnrss.el (nnrss-retrieve-groups): New function.
5069
5070 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5071
5072         * .dir-locals.el: Add no-byte-compile cookie.
5073
5074 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * time-date.el (format-seconds): Comment fix.
5077
5078         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5079         for back end that doesn't support request-scan.
5080
5081 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5084         then do request scans from the backends.
5085
5086         * netrc.el (netrc-credentials): New conveniency function.
5087
5088         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5089         avoid running a hook per line, since this takes a lot of time,
5090         profiling shows.
5091         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5092         directly if gnus-visual-p is true.
5093
5094 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5097         groups; replace mapcar with dolist which is a bit faster; pass groups
5098         info to gnus-read-active-file-1.
5099         (gnus-read-active-file-1): Scan only specified groups if the new
5100         optional arg `infos' is given.
5101
5102 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5105
5106         * pop3.el (pop3-movemail): Remove.
5107         (pop3-streaming-movemail): Rename to pop3-movemail.
5108
5109         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5110         don't restrict end-tag searches to the end of the line.
5111
5112 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5115         articles of every unchecked group to t, which means unknown since the
5116         server has never been opened.
5117
5118 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * gnus-html.el (gnus-html-show-alt-text): New command.
5121         (gnus-html-browse-image): Ditto.
5122         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5123         to browse the image directly.
5124         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5125         better.
5126
5127         * gnus-async.el (gnus-async-article-callback):
5128         Call `gnus-html-prefetch-images' unconditionally.
5129
5130         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5131         before feeding URLs to curl.
5132
5133 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5136         internal images as deletable by `W D D'.
5137
5138         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5139         (gnus-async-article-callback): Fix typo.
5140
5141 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5144         current line to work around bugs in the output from w3m.
5145
5146         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5147         for groups that want that.
5148
5149         * nntp.el (nntp-wait-for-string): Supply a timeout for
5150         accept-process-output to ensure progress.
5151
5152         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5153         level to get unread articles from, then use that for foreign groups,
5154         too.
5155
5156         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5157         confuses the rest of the function.
5158
5159         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5160         for the methods that support -retrieve-groups, too.
5161
5162         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5163
5164 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5167         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5168
5169         * pop3.el: Require cl when compiling.
5170         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5171
5172 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5175         that aren't going to be activated.
5176         (gnus-get-unread-articles): Fix up the last commit.
5177
5178         * gnus-html.el (gnus-article-html): Allow calling without specifying
5179         the handle.  In that case, dissect the buffer first.
5180
5181         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5182
5183         * nnimap.el (nnimap-open-connection): Revert the change that would look
5184         into authinfo for imaps instead of imap.
5185
5186         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5187         say that you don't want to call gnus-request-group with don-check, but
5188         do check the reponse.  This is for virtual groups only.
5189         (gnus-get-unread-articles): Count the archive groups as secondary, so
5190         that they're activated the same way as before.
5191
5192         * imap.el (imap-message-map): Removed optional buffer parameter, since
5193         no callers use it.
5194         (imap-message-get): Ditto.
5195         (imap-message-put): Ditto.
5196         (imap-mailbox-map): Ditto.
5197         (imap-mailbox-put): Ditto.
5198         (imap-mailbox-get): Ditto.
5199         (imap-mailbox-get): Revert last change for this function.
5200
5201         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5202         case-insensitively.
5203         (nnimap-debug): Remove.
5204
5205         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5206         to use `imap-fetch' instead.  According to the comments, this should be
5207         safe, since all other IMAP clients use the 1:* syntax.
5208         (imap-enable-exchange-bug-workaround): Removed.
5209         (imap-debug): Removed -- doesn't seem very useful.
5210
5211         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5212         mail from a file, and the file doesn't exist.
5213
5214         * imap.el (imap-log): New convenience function used throughout instead
5215         of repeating the same code all over the place.
5216
5217         * pop3.el (pop3-streaming-movemail): Return t for success.
5218
5219         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5220         .authinfo if we're using ssl connection.
5221
5222         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5223         already have if we're in a main Gnus `g' run.
5224
5225         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5226
5227 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5230
5231         * nnmh.el (nnmh-request-list-1): Bind `file'.
5232
5233         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5234         alias to set-process-query-on-exit-flag or process-kill-without-query.
5235         (pop3-open-server): Use it.
5236
5237 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5240         box to the Incoming file.  Fixes mistake in previous checkin.
5241
5242         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5243         request loop (for debugging purposes) removed.
5244
5245         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5246         culprit is more visible.
5247         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5248         (nnml-add-incremental-nov): New functions to do "incremental" nov
5249         updates, where we just append to the end of the existing nov files
5250         without reading/writing them in full.
5251
5252         * mail-source.el (mail-source-delete-crash-box): Really only check the
5253         incoming files once in a while.
5254
5255         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5256
5257         * mail-source.el (mail-source-delete-crash-box): Only check the
5258         incoming files for deletion once per day to save a lot of file
5259         accesses.
5260
5261         * pop3.el (pop3-logon): Fix up unbound variable typo.
5262
5263         * mail-source.el (pop3-streaming-movemail): Autoload.
5264
5265         * pop3.el (pop3-streaming-movemail):
5266         Respect pop3-leave-mail-on-server.
5267
5268         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5269         retrieval.
5270
5271         * pop3.el (pop3-process-filter): Remove unused function.
5272         (pop3-streaming-movemail, pop3-send-streaming-command)
5273         (pop3-wait-for-messages, pop3-write-to-file)
5274         (pop3-number-of-responses): New functions for streaming pop3
5275         retrieval.
5276
5277         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5278         come from no known methods.
5279         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5280         list.
5281
5282         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5283         message sizes.
5284         (pop3-movemail): Use erase-buffer instead of looping and deleting
5285         regions, which seems rather odd.
5286
5287         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5288         file once per `g' run.
5289
5290         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5291         directories.  This makes the draft queue directory work.
5292
5293         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5294         data from the backends, so that we only request the list of groups from
5295         each method once.  This should speed things up considerably.
5296
5297         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5298         detect that it's not implemented.
5299
5300         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5301         we actually do recurse down into the tree, but don't stat all leaf
5302         nodes.
5303
5304         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5305         then say so instead of bugging out.
5306
5307         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5308         files exist before trying to read them.
5309
5310         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5311         around <pre_int>.
5312
5313         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5314
5315         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5316
5317 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * mm-util.el (mm-image-load-path): Just return the image directories,
5320         not all directories in the path in addition to the image directories.
5321         (mm-image-load-path): Maintain a cache of the image directories so that
5322         the `g' command in Gnus doesn't have to stat dozens of directories each
5323         time.
5324
5325         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5326         (gnus-html-wash-tags): Add a new `i' command to insert images.
5327         (gnus-html-insert-image): New command and keystroke.
5328         (gnus-html-redisplay-with-images): New command and keystroke.
5329         (gnus-html-show-images): Rename command.
5330         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5331         spacers.
5332         (gnus-html-wash-tags): Decode entities at the end, so that entities
5333         inside the tags don't mess up the rest of the "parsing".
5334
5335         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5336         so that nnimap methods aren't agentized by default.  There's apparently
5337         many problems related to agent/imap behaviour.
5338
5339         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5340
5341         * gnus-html.el: Doc fix.
5342
5343 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5346         specifier-spec-list for Emacs 21.
5347
5348         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5349         glyph-width and glyph-height instead of display-graphic-p and
5350         image-size; make avoidance of displaying small images work for XEmacs.
5351
5352         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5353         for XEmacs.
5354
5355         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5356         of symbol that holds plist data.
5357         (gnus-process-plist): Remove plist of process after getting it.
5358
5359 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * message.el (message-generate-hashcash): Change default to
5362         'opportunistic if hashcash is installed.
5363
5364         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5365         (gnus-html-put-image): Only call image-size once, since it's somewhat
5366         time-consuming on remote X servers.
5367
5368 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5371         type on data, not a file name.
5372
5373         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5374         window-pixel-edges for Emacs 21.
5375
5376         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5377         decoded contents.
5378         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5379
5380 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5383         group line format, since it isn't very interesting.
5384
5385         * gnus-agent.el (gnus-agent-short-article),
5386         (gnus-agent-long-article): Increase values for these two variables,
5387         since most people are likely to have more network connection and
5388         storage than before.
5389
5390         * gnus.el (gnus-refer-article-method): Change default to 'current.
5391         When referring an article, the common behaviour is to refer it from the
5392         current select method, not the native select method.  The chances of
5393         the native select method having the message in question is rather slim
5394         these days.
5395
5396         * gnus-sum.el (gnus-auto-select-subject): Change default to
5397         `unseen-or-unread'.  I think it's likely that most people want to
5398         select an unseen article over a previously seen, but unread one.
5399
5400         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5401         means that in the article buffer none of the minor mode elements will
5402         be shown, usually, and this is not desirable in most cases.
5403
5404         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5405         that commands like `d' (and the like) go to the next line in the
5406         buffer, instead of the next unread article.  I think this is the
5407         behaviour that is most natural for most users.
5408         (gnus-single-article-buffer): Change default to nil, so that people can
5409         have as many article buffers open as they have summary buffer.  I think
5410         this is the most natural way for the groups to behave.
5411
5412         * message.el (message-generate-new-buffers): Change default to
5413         `unsent', so that all new message buffers start their names with the
5414         string "*unsent", and it's easier to find the buffers if you move from
5415         them.
5416
5417 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5420         small.  They're probably tracking images.
5421         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5422         (gnus-html-rescale-image): Yet another try at getting the image sizing
5423         right.
5424
5425         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5426         nntp-marks-file-name is nil.
5427
5428 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-html.el (gnus-html-wash-tags)
5431         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5432         Better logging.
5433
5434 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5435
5436         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5437
5438         * gnus-html.el (gnus-html-wash-tags): Check the value of
5439         gnus-blocked-images in the summary buffer.
5440
5441 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5444
5445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5448         like "a", it seems like.
5449         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5450         since it needs to be picked from the correct buffer.
5451
5452         * nnwfm.el: Remove.
5453
5454         * nnlistserv.el: Remove.
5455
5456 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5459         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5460
5461 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * nnkiboze.el: Remove.
5464
5465         * nndb.el: Remove.
5466
5467         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5468         alt text.
5469         (gnus-html-rescale-image): Try to get the rescaling logic right for
5470         images that are just wide and not tall.
5471
5472         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5473         overshadow variable bindings.
5474
5475 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-html.el (gnus-html-wash-tags)
5478         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5479         Add extra logging.
5480
5481 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5484         (gnus-max-image-proportion): New variable.
5485         (gnus-html-rescale-image): New function.
5486         (gnus-html-put-image): Rescale images.
5487
5488 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         Fix up some byte-compiler warnings.
5491         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5492         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5493         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5494         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5495         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5496         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5497         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5498
5499 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-html.el (gnus-article-html): Decode contents by charset.
5502
5503 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5506         (gnus-html-frame-width, gnus-blocked-images)
5507         * message.el (message-prune-recipient-rules): Add custom version.
5508         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5509
5510         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5511         functions.
5512
5513         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5514         gnus-process-get.
5515
5516 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5517
5518         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5519         instead of lsub directly.
5520
5521 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * nnwarchive.el: Remove.
5524
5525         * gnus-soup.el: Remove.
5526
5527         * nnsoup.el: Remove.
5528
5529         * nnultimate.el: Remove.
5530
5531         * gnus-html.el (gnus-blocked-images): New variable.
5532
5533         * message.el (message-prune-recipients): New function.
5534         (message-prune-recipient-rules): New variable.
5535
5536         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5537         guess whether a long line is natural text or not.
5538
5539         * gnus-html.el (gnus-html-schedule-image-fetching):
5540         Use gnus-process-plist and friends for compatibility.
5541
5542 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * gnus-html.el: Require packages that define macros used in this file.
5545         (gnus-article-mouse-face): Declare to silence byte-compiler.
5546         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5547         process-get.
5548         (gnus-html-put-image): Use plist-get to avoid getf.
5549         (gnus-html-prefetch-images): Use with-current-buffer.
5550
5551 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-ems.el: Provide compatibility functions for
5554         gnus-set-process-plist.
5555
5556         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5557         header-line-format for XEmacs 21.4.
5558
5559         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5560         * gnus.el (gnus-valid-select-methods)
5561         * message.el (message-send-mail-partially-limit)
5562         * mm-decode.el (mm-text-html-renderer)
5563         * mml.el (mml-insert-mime-headers-always)
5564         * smiley.el (smiley-regexp-alist): Bump custom version.
5565
5566 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus-html.el: require mm-url.
5569         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5570         with the url to `url'.
5571         (gnus-html-wash-tags): Support cid: URLs/images.
5572
5573 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5576         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5577         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5578
5579         * gnus-move.el: Remove file, since it doesn't really work.
5580
5581         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5582         UTF-8.  This seems to fix problems with some German web feeds.
5583
5584         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5585         at the top so that the proper colours are applied.
5586
5587         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5588         don't have dots in their names.
5589
5590         * gnus-art.el (gnus-article-view-part): Doc fix.
5591
5592         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5593         XEmacs-compatible.
5594         (gnus-html-put-image): Don't do images on non-graphic displays.
5595
5596         * nnslashdot.el: Remove this unused backend.
5597
5598         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5599         actions.
5600         (gnus-undo-register-1): Revert last change.
5601
5602         * gnus-group.el (gnus-group-completing-read): Protect against not
5603         having completion-styles bound.
5604
5605         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5606         make broken recipients happier.
5607
5608         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5609
5610         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5611         point parameter.
5612
5613         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5614
5615         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5616         completion-styles for group selection.
5617
5618 2009-02-04  Andreas Schwab  <schwab@suse.de>
5619
5620         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5621         headers and regexp-quote the match if necessary.
5622
5623 2009-03-24  Miles Bader  <miles@gnu.org>
5624
5625         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5626         the blinking smiley.
5627
5628 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5629
5630         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5631         blink smiley.
5632
5633 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5636         where the dribbel file lives exists.
5637
5638         * message.el (message-send-mail-partially-limit): Change the default to
5639         nil, since most people don't want this.
5640
5641         * mm-url.el (mm-url-decode-entities): Also decode entities like
5642         &#x3212.
5643
5644 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5645
5646         * gnus-sum.el (gnus-summary-idna-message):
5647         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5648         Hyperlink urls in docstrings with URL `...'.
5649
5650 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5651
5652         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5653         functions.
5654
5655 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5658         say what the mouseover text should be.
5659
5660         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5661         version of the mm-w3m-safe-url-regexp variable to only download images
5662         in the groups where we want that to happen.
5663
5664         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5665
5666         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5667         easier debugging.
5668         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5669         big pictures in the article buffer.
5670
5671         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5672         gnus-article-html.
5673         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5674         w3m.
5675
5676         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5677
5678 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5681         which doesn't exist.
5682
5683         * message.el (message-inhibit-ecomplete): New variable to allow some
5684         function to inhibit ecomplete address storage.
5685         (message-resend): Disable ecomplete message storage when resending
5686         messages.
5687
5688         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5689
5690 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5693         Save excursion while copying, moving, and deleting articles in order to
5694         prevent the cursor from jumping to unforeseen place.
5695
5696 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * lpath.el: No need to bind bookmark-current-buffer,
5699         bookmark-yank-point and bookmark-make-record-function.
5700
5701 2010-08-17  Glenn Morris  <rgm@gnu.org>
5702
5703         * gnus-sync.el: Require gnus components whose functions are used.
5704
5705         * gnus-art.el (bookmark-make-record-function):
5706         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5707         Declare for compiler.
5708
5709         * mm-url.el (mml-compute-boundary): Autoload.
5710
5711 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5714
5715 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5716
5717         Typo fix "hoo4a" -> "hook".
5718
5719         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5720
5721 2010-08-14  Glenn Morris  <rgm@gnu.org>
5722
5723         * gnus-sync.el (gnus-sync): Fix defgroup version.
5724
5725 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5728
5729         * gnus-sync.el: Fix docs.
5730         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5731         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5732
5733 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         Optimizations for gnus-sync.el.
5736
5737         * gnus-sync.el: Add docs about gnus-sync-backend
5738         possibilities.
5739         (gnus-sync-save): Remove unnecessary message.
5740         (gnus-sync-read): Optimize and show what groups were skipped.
5741
5742 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         Minor bug fixes for gnus-sync.el.
5745
5746         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5747         Don't read the sync on get-new-news.
5748
5749         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5750         quiet.
5751
5752         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5753         (fix typo).
5754
5755 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5756
5757         Make saving and restoring of hidden threads work with overlays.
5758         Patch applied by Ted Zlatanov.
5759
5760         * gnus-sum.el (gnus-hidden-threads-configuration)
5761         (gnus-restore-hidden-threads-configuration): Update to deal with text
5762         properties, rather than searching for a magic character.
5763
5764 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5765
5766         New gnus-sync.el library for synchronization of marks.
5767
5768         * gnus-sync.el: New library for synchronization of marks.
5769
5770         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5771         renamed from `gnus-registry-grep-in-list'.
5772
5773         * gnus-registry.el (gnus-registry-follow-group-p):
5774         Use `gnus-grep-in-list'.
5775
5776         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5777
5778 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5781         determining charset of text fails.
5782
5783 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * nnmail.el (nnmail-get-new-mail-1): Revert.
5786
5787         * nnml.el (nnml-active-number): Make sure names of newly created groups
5788         in nnml-group-alist are encoded.
5789
5790 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5793         containing non-ASCII characters in active file for nnml back end.
5794
5795 2010-07-24  David Engster  <dengste@eml.cc>
5796
5797         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5798         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5799
5800 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5801
5802         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5803         tag (Bug#6654).
5804
5805 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5808         the article buffer, not the summary buffer.
5809
5810 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5813         Emacs 23 as well.
5814
5815 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5818         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5819
5820 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5821
5822         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5823         Patch applied by Karl Fogel.
5824
5825         * gnus-sum.el (gnus-summary-bookmark-make-record):
5826         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5827
5828 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5829
5830         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5831         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5832         C-w still not working correctly from Article buffers; Thierry's
5833         patch to fix that will be applied after this.
5834
5835         * gnus-art.el (bookmark-make-record-function): New local variable.
5836
5837         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5838         article buffer.
5839         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5840
5841 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5842
5843         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5844         on changes in bookmark.el.
5845
5846 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5849         `no-log' instead of message not to log prompt string.
5850
5851 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5852
5853         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5854         the *other* type of HTML form submission.
5855
5856 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5857
5858         * auth-source.el (auth-source-pick): If choice does not contain a
5859         questioned keyword, set the check to t.
5860
5861 2010-06-12  Romain Francoise  <romain@orebokech.com>
5862
5863         * gnus-util.el (gnus-date-get-time): Move up before first use.
5864
5865 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5868         (gnus-article-edit-part): Bind it to make last part that is substituted
5869         or deleted visible.
5870         (gnus-mime-display-single): Buttonize part of which id equals to
5871         gnus-mime-buttonized-part-id.
5872
5873 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5874
5875         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5876         (gnus-dd-mmm): Use gnus-date-get-time.
5877         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5878         simplify logic.
5879         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5880         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5881
5882 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5883
5884         * auth-source.el (top): Autoload `secrets-list-collections',
5885         `secrets-create-item', `secrets-delete-item'.
5886         (auth-sources): Fix tag string.
5887         (auth-get-source, auth-source-retrieve, auth-source-create)
5888         (auth-source-delete): New defuns.
5889         (auth-source-pick): Rewrite in order to avoid 2 passes.
5890         (auth-source-forget-user-or-password): New parameter USERNAME.
5891         (auth-source-user-or-password): New parameters CREATE-MISSING and
5892         DELETE-EXISTING.  Retrieve password interactively, if needed.
5893
5894 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5895
5896         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5897         deleting unused directories when gnus-expert-user is t.
5898
5899 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5902         for each temp file when gnus-article-browse-delete-temp is ask.
5903
5904 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5905
5906         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5907         Lisp calls to delete-backward-char by calls to delete-char.
5908
5909 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5910
5911         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5912
5913 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5914
5915         * password-cache.el (password-cache-remove): Fix docstring.
5916
5917 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5920         article unless decoding article to be saved.
5921
5922 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5925         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5926         generated within the mm-with-unibyte-current-buffer macro.
5927
5928 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5931         to nil when we're in a mml-preview buffer and no group is selected.
5932
5933 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5934
5935         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5936         when catching the `C-g'.  Reported by "Leo".
5937
5938 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * message.el (message-forward-make-body-plain)
5941         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5942         multibyte-string-p.
5943
5944         * lpath.el: Revert.
5945
5946 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * message.el (message-forward-make-body-mml): Assume original message
5949         is multibyte string; error on unibyte.
5950         (message-forward-make-body-plain): Ditto; don't add excessive newline
5951         in body end.
5952
5953         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5954
5955 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5956
5957         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5958         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5959
5960 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * mm-extern.el (mm-extern-url): Don't use
5963         mm-with-unibyte-current-buffer.
5964         (mm-extern-cache-contents): Use with-current-buffer instead of
5965         save-excursion + set-buffer.
5966
5967 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * mm-util.el (mm-emacs-mule): Remove.
5970
5971 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5972
5973         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5974         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5975         change.
5976
5977 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5980         bind the default value of enable-multibyte-characters to nil.
5981
5982 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * message.el (message-forward-make-body-plain)
5985         (message-forward-make-body-mml):
5986         Don't use mm-with-unibyte-current-buffer.
5987
5988 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5989
5990         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5991
5992 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5993
5994         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5995         (Bug#5592).
5996
5997 2010-05-07  Julien Danjou  <julien@danjou.info>
5998
5999         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6000         it to mm-pipe-part.
6001
6002         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6003         it is given.
6004
6005 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * binhex.el (binhex-decode-region-internal)
6008         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6009         (dns-query)
6010         * nnweb.el (nnweb-gmane-search)
6011         * pgg-parse.el (pgg-parse-armor)
6012         * pgg.el (pgg-verify-region)
6013         * sha1.el (sha1-string-external)
6014         * uudecode.el (uudecode-decode-region-internal)
6015         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6016         XEmacs.
6017
6018         * gnus-art.el (gnus-article-browse-html-parts)
6019         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6020         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6021         make-temp-file.
6022
6023         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6024         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6025         compiling.
6026
6027         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6028         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6029         XEmacs when compiling.
6030
6031         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6032         gnus-pick-mode-off-hook for XEmacs when compiling.
6033         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6034         gnus-binary-mode-off-hook for XEmacs when compiling.
6035
6036         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6037         Return nil if char-charset is not available.
6038
6039         * imap.el (imap-disable-multibyte)
6040         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6041         macros.
6042
6043         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6044         instead of encode-coding-string.
6045
6046         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6047         'xemacs) instead of mm-emacs-mule to switch function definitions.
6048         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6049
6050         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6051         bind temporary-file-directory for XEmacs;
6052         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6053         timer-set-function for XEmacs 21.4 and SXEmacs;
6054         bind timer-list for XEmacs 21.4 and SXEmacs;
6055         fbind char-charset and find-charset-region for non-Mule XEmacs;
6056         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6057         encode-coding-region and encode-coding-string for XEmacs having no
6058         file-coding feature.
6059
6060 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6061
6062         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6063
6064 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6067         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6068
6069 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6070
6071         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6072         alias `jka-compr-delete-temp-file' no longer exists.
6073
6074 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6075
6076         Use define-minor-mode in Gnus where applicable.
6077         * mml.el (mml-mode): Use define-minor-mode.
6078         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6079         (gnus-undo-mode): Use define-minor-mode.
6080         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6081         (gnus-dead-summary-mode): Use define-minor-mode.
6082         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6083         Initialize in declaration.
6084         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6085         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6086         (gnus-mailing-list-mode): Use define-minor-mode.
6087         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6088         (gnus-draft-mode): Use define-minor-mode.
6089         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6090         (gnus-dired-mode): Use define-minor-mode.
6091
6092 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6093
6094         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6095         handles on recursive mml-to-mime translation and check them for
6096         boundary delimiter collisions.  Reported by Greg Troxel.
6097
6098 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6101
6102 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         * mm-util.el (mm-find-buffer-file-coding-system):
6105         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6106
6107 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6108
6109         * message.el (message-generate-headers): Record insertion of optional
6110         headers as well.  Otherwise the check to prevent repeated insertion of
6111         optional headers is a no-op.
6112
6113 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6114
6115         * smime.el: Don't mention CVS.
6116
6117         * nnrss.el (nnrss-fetch): Don't mention CVS.
6118
6119         * nnir.el: Don't mention CVS.
6120
6121 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6122
6123         * gnus-sum.el (gnus-summary-bookmark-make-record):
6124         Add `location' field.
6125
6126 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * lpath.el: Fbind bookmark-default-handler,
6129         bookmark-get-bookmark-record, bookmark-make-record-default,
6130         bookmark-prop-get for Emacs <23 and XEmacs.
6131
6132 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6133
6134         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6135         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6136         Use with-current-buffer to silence the byte-compiler.
6137         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6138         bother to require `gnus'.
6139         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6140
6141 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6142
6143         * gnus-sum.el (gnus-summary-bookmark-make-record)
6144         (gnus-summary-bookmark-jump): New functions.
6145         (gnus-summary-mode): Setup bookmark support.
6146
6147 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6148
6149         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6150         if set.
6151
6152 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6155         gnus-article-browse-html-save-cid-image; make it work recursively for
6156         forwarded messages as well.
6157         (gnus-article-browse-html-parts): Work when prefix arg is given.
6158         (gnus-article-browse-html-article): Doc fix.
6159
6160 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6161
6162         * message.el (message-default-mail-headers):
6163         (message-default-headers): Carry the value mail-default-headers over
6164         into message-default-mail-headers, rather than message-default-headers.
6165
6166 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6167
6168         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6169         charset.
6170
6171         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6172         charset into the <meta> tag when the article is encoded to utf-8.
6173
6174 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-art.el (gnus-article-browse-delete-temp-files):
6177         Delete directories as well.
6178         (gnus-article-browse-html-parts): Work for images that do not specify
6179         file names; delete temp directory when quitting; insert header at the
6180         right place; use file: scheme for image files.
6181
6182 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6183
6184         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6185         (gnus-article-browse-html-parts): Use it to make temporary cid image
6186         files in addition to html file so that browser may display them.
6187
6188 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6191
6192 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6195
6196 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6197
6198         * auth-source.el (auth-sources): Change default to be simpler.
6199         Explain about Secret Service API sources.  Improve Customize options.
6200         (auth-source-pick): Change to accept any number of search parameters.
6201         Implement fallbacks iteratively, not recursively.  Add scoring on the
6202         second pass and sort by score.  Call Secret Service API when needed.
6203         (auth-source-user-or-password): Use it.  Call Secret Service API
6204         directly when needed to get the user name and the password.
6205
6206 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6207
6208         * message.el (message-interactive): Doc fix.
6209         (message-qmail-inject-args): Reflow.
6210         (message-kill-to-signature): Fix typo in docstring.
6211
6212         * smiley.el (smiley-buffer): Fix typo in docstring.
6213
6214 2010-03-24  Glenn Morris  <rgm@gnu.org>
6215
6216         * mail-source.el (gnus-message): Declare.
6217         (mail-source-delete-old-incoming): Require gnus-util.
6218
6219 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6222
6223         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6224
6225         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6226         password-cache's default if it is not bound.
6227         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6228         password-cache-expiry's default if it is not bound.
6229
6230         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6231         available in Emacs 21.
6232
6233         * lpath.el: Suppress compiler warnings for:
6234         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6235         XEmacs;
6236         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6237         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6238         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6239
6240 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * auth-source.el (auth-sources): Fix up definition so extra parameters
6243         are always inline.
6244
6245 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6246
6247         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6248         wasn't updated after mismatch.  Clear cached mailbox info correctly
6249         when uidvalidity changes.
6250         (nnimap-group-prefixed-name): New function to avoid some code
6251         duplication.
6252         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6253         (nnimap-request-group): Use it.
6254         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6255         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6256         with many imap folders.  This is done by caching the group status from
6257         the imap server persistently in a group parameter `imap-status'.  (This
6258         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6259         but not persistently, so every Gnus startup was still very slow.)
6260
6261 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6264         delete the extra newline.  Otherwise editing of :string and :number
6265         types don't work.
6266
6267 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6268
6269         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6270         secrets.el dependency.
6271         (auth-sources): Add optional user name.  Add secrets.el configuration
6272         choice (unused right now).
6273
6274 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * gnus-sum.el (gnus-summary-make-menu-bar):
6277         Let `gnus-registry-install-shortcuts' fill in the functions.
6278
6279         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6280         warnings.
6281         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6282         (gnus-registry-install-shortcuts): Populate and use it in a
6283         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6284
6285 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6286
6287         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6288         In-place substitutions for the group name encoding/decoding.
6289         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6290         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6291         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6292         (nnimap-update-unseen, nnimap-request-list)
6293         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6294         (nnimap-request-set-mark, nnimap-split-to-groups)
6295         (nnimap-split-articles, nnimap-request-newgroups)
6296         (nnimap-request-create-group, nnimap-request-accept-article)
6297         (nnimap-request-delete-group, nnimap-request-rename-group)
6298         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6299         `encoded-mbx' for consistency.
6300         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6301         variable `imap-current-mailbox'.
6302
6303         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6304         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6305
6306 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6307
6308         * pop3.el (pop3-display-message-size-flag): Display message size byte
6309         counts during POP3 download.
6310         (pop3-movemail): Use it.
6311         (pop3-list): Implement listing of available messages.
6312
6313 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6314
6315         * nnir.el (nnir-get-article-nov-override-function): New function to
6316         override the normal NOV retrieval.
6317         (nnir-retrieve-headers): Use it.
6318
6319 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6320
6321         * auth-source.el (netrc-machine-user-or-password): Autoload.
6322
6323 2010-03-19  Glenn Morris  <rgm@gnu.org>
6324
6325         Stop message.el from loading about 40 libraries it doesn't always need.
6326         The general approach is to autoload rather than require, and to
6327         require in the specific functions rather than the file.  (Bug#5642)
6328
6329         * gmm-utils.el: Don't require wid-edit.
6330         (widget-create-child-value, widget-convert, widget-default-get):
6331         Autoload.
6332
6333         * gnus-util.el: Don't require time-date, netrc.
6334         (message-fetch-field, gnus-group-name-decode): Declare rather than
6335         autoloading.
6336         (gnus-fetch-field): Require message.
6337         (gnus-decode-newsgroups): Require gnus-group.
6338
6339         * ietf-drums.el: Don't require time-date.
6340
6341         * message.el: Don't require hashcash, canlock, ecomplete.
6342         Do require mail-utils.  Require nnheader only when compiling.
6343         (smtpmail-default-smtp-server): Remove declaration.
6344         (message-send-mail-function): Check smtpmail-default-smtp-server
6345         is bound rather than requiring smtpmail.
6346         (message-auto-save-directory, message-insert-signature):
6347         Use expand-file-name rather than nnheader-concat.
6348         (nnheader-insert-file-contents): Autoload.
6349         (hashcash-wait-async): Declare.
6350         (message-send-mail): Only call gnus-setup-posting-charset if
6351         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6352         (message-send-mail-with-sendmail): Require sendmail.
6353         (canlock-password, canlock-password-for-verify): Declare.
6354         (message-canlock-password): Require canlock.
6355         (nnheader-get-report): Autoload.
6356         (gnus-setup-posting-charset): Declare.
6357         (message-send-news): Require gnus-msg.
6358         (message-make-references, message-make-in-reply-to): Use mail-header-id
6359         rather than the alias mail-header-message-id.
6360         (ecomplete-add-item, ecomplete-save): Declare.
6361         (message-put-addresses-in-ecomplete): Require ecomplete.
6362         (ecomplete-display-matches): Autoload.
6363
6364         * mm-decode.el: Don't require mailcap, gnus-util.
6365         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6366         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6367         Autoload.
6368         (mailcap-mime-extensions): Declare.
6369
6370         * mm-encode.el: Don't require mailcap.
6371         (mailcap-extension-to-mime): Autoload.
6372
6373         * mml-sec.el: Don't require password-cache.
6374
6375         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6376         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6377         (mml-minibuffer-read-type): Require mailcap.
6378         (mml-preview): Require gnus-msg.
6379
6380         * mml1991.el: Require password-cache.
6381         (password-cache-expiry): Remove declaration.
6382
6383         * mml2015.el: Require password-cache.
6384         (password-cache-expiry): Remove declaration.
6385
6386         * nneething.el (mailcap): Require mailcap.
6387
6388         * nnheader.el (declare-function): Add compatibility stub.
6389         (message-remove-header): Declare rather than autoload.
6390         (nnheader-replace-header): Require message.
6391
6392         * nnimap.el (declare-function): Add compatibility stub.
6393         (netrc-parse, netrc-machine-user-or-password): Declare.
6394         (nnimap-open-connection): Require netrc.
6395
6396         * nntp.el (declare-function): Add compatibility stub.
6397         (netrc-parse, netrc-machine, netrc-get): Declare.
6398         (nntp-send-authinfo): Require netrc.
6399
6400         * rfc2047.el: Don't require qp.
6401         (quoted-printable-encode-region, quoted-printable-decode-string):
6402         Autoload.
6403
6404         * sieve-mode.el: Don't require easymenu.
6405         (easy-menu-add-item): Autoload it.
6406
6407         * spam-stat.el (time-to-number-of-days): Autoload it.
6408
6409 2010-03-19  Glenn Morris  <rgm@gnu.org>
6410
6411         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6412
6413 2010-03-18  Glenn Morris  <rgm@gnu.org>
6414
6415         * hashcash.el (declare-function): Remove duplicate definition.
6416
6417 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6418
6419         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6420         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6421         value if any backslash escapes).
6422
6423 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6426         if it is available.  (bug#5647)
6427
6428         * lpath.el: Suppress compiler warning for coding-system-from-name for
6429         Emacs 21 and XEmacs.
6430
6431 2010-03-14  Juri Linkov  <juri@jurta.org>
6432
6433         * hmac-def.el:
6434         * hmac-md5.el:
6435         * netrc.el: Fix keywords.
6436
6437 2010-02-26  Glenn Morris  <rgm@gnu.org>
6438
6439         * message.el (message-send-mail-function): Change the default, so that
6440         it inherits from a customized send-mail-function.  (Bug#5643)
6441
6442 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6445         shell-command-to-string signals an error (bug#5299).
6446
6447 2010-02-24  Glenn Morris  <rgm@gnu.org>
6448
6449         * message.el (message-smtpmail-send-it)
6450         (message-send-mail-with-mailclient): Doc fixes.
6451
6452 2010-02-16  Glenn Morris  <rgm@gnu.org>
6453
6454         * message.el (message-default-mail-headers): Change the default value
6455         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6456
6457 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6460         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6461
6462 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6463
6464         * time-date.el (date-to-time): Doc fix (Bug#5408).
6465
6466 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6467
6468         * message.el (message-mail): Just pass yank-action on to message-setup.
6469         (message-setup): Handle (FUN . ARGS) form of yank-action.
6470         (message-with-reply-buffer, message-widen-reply)
6471         (message-yank-original): Handle non-buffer values of
6472         message-reply-buffer (Bug#4080).
6473         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6474
6475 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6476
6477         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6478         Fix typo in docstring.
6479
6480 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6481
6482         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6483         response.
6484
6485 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6488
6489         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6490
6491         * message.el (message-check-news-header-syntax): Protect against a
6492         string that `rfc822-addresses' returns when parsing fails.
6493
6494 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6497         (gnus-previous-char-property-change): New functions.
6498
6499         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6500
6501 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6502
6503         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6504         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6505
6506 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6507
6508         * message.el (message-exchange-point-and-mark): Rework last change to
6509         avoid using optional arg of exchange-point-and-mark, for backward
6510         compatibility.
6511
6512 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6513
6514         * message.el (message-exchange-point-and-mark):
6515         Call exchange-point-and-mark with an argument rather than setting
6516         mark-active by hand (Bug#5175).
6517
6518 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * nntp.el (nntp-service-to-port): Work for service expressed with
6521         numeric string; replace [:digit:] with [0-9] for XEmacs.
6522
6523 2009-12-17  Glenn Morris  <rgm@gnu.org>
6524
6525         * gnus-group.el (gnus-bug-group-download-format-alist):
6526         Change emacs entry to debbugs.gnu.org.  Bump :version.
6527
6528 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6531
6532 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * message.el (message-info): Explain why we use `Info-goto-node'.
6535
6536 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6539
6540 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * message.el (message-completion-in-region): New compatibility function.
6543         (message-expand-group): Use it.
6544
6545 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6548         with no unread article should be listed if the 2nd arg `predicate' is
6549         given.
6550
6551 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6554
6555 2009-11-29  Juri Linkov  <juri@jurta.org>
6556
6557         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6558         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6559         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6560
6561 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6562
6563         * sha1.el (sha1-string-external): default-directory "/" in case
6564         otherwise non-existent.  process-connection-type pipe for touch of
6565         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6566
6567 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6568
6569         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6570         it's comms related and sgml-mode.el has "comm" on that basis too.
6571
6572 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6575         containing tspecial characters if they have been already quoted.
6576
6577 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6578
6579         * dns-mode.el (auto-mode-alist): Purecopy string.
6580
6581 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6582
6583         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6584
6585 2009-10-24  Glenn Morris  <rgm@gnu.org>
6586
6587         * gnus-art.el (help-xref-stack-item): Define for compiler.
6588
6589 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6590
6591         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6592
6593 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6596
6597 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6600         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6601
6602 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6605         (gnus-overlays-in): New alias to overlays-in.
6606
6607         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6608         gnus-overlay-get, and gnus-delete-overlay.
6609         (gnus-summary-show-thread): Make it work as well for systems in which
6610         next-single-char-property-change is not available.
6611         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6612
6613         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6614         (gnus-overlay-get): New alias to extent-property.
6615         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6616
6617         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6618         SXEmacs.
6619
6620         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6621         SXEmacs.
6622
6623 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6626
6627 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6628
6629         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6630         and XEmacs that don't have `remove-overlays'.
6631
6632 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6635         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6636         selective display.  Use overlays instead.
6637
6638 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6639
6640         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6641
6642 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6643
6644         * spam-stat.el (spam-stat-load): Fix typo in message.
6645
6646 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6647
6648         * dig.el (dig-invoke): Fix typo in docstring.
6649         (query-dig): Reflow docstring.
6650
6651 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6652
6653         * gnus-art.el (gnus-article-encrypt-body):
6654         * message.el (message-check-recipients):
6655         * mm-util.el (mm-codepage-setup):
6656         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6657         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6658
6659 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6660
6661         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6662         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6663         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6664         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6665         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6666
6667 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6668
6669         * dig.el: Add "Keywords: comm", as per net-utils.el.
6670
6671 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6672
6673         * dig.el (dig-mode): Use define-derived-mode.
6674
6675 2009-09-19  Glenn Morris  <rgm@gnu.org>
6676
6677         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6678
6679 2009-09-18  Glenn Morris  <rgm@gnu.org>
6680
6681         * gnus-diary.el (gnus-diary-check-message):
6682         * message.el (message-insert-formatted-citation-line):
6683         * nnbabyl.el (top-level):
6684         * nndiary.el (nndiary-schedule):
6685         Fix typos in condition-case handlers.
6686
6687 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6690         configuration that provides the sole article window in a frame;
6691         position point correctly after deleting a part.
6692
6693 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6694
6695         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6696         (spam-resolve-registrations-routine): Use it to unregister articles
6697         that change status.
6698
6699 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6702         with XEmacs.
6703         (parse-time-string-chars): Use it.
6704
6705 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * imap.el (imap-interactive-login): Better messages.
6708         (imap-open): Fix bug with renamed buffer on reconnect.
6709         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6710         for easier debugging and cleaner code.  On successful (guessed based on
6711         server capabilities) secondary authentication, set imap-state
6712         correctly.
6713         (imap-last-authenticator): Define imap-last-authenticator as a variable
6714         to avoid warnings.
6715
6716 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * nnrss.el (nnrss-request-article): Remove binding of
6719         default-enable-multibyte-characters that has gotten needless by
6720         the 2007-07-13 change in rfc2047-encode-message-header.
6721
6722         * mml.el (mml-insert-multipart): Error on the message header.
6723         (mml-insert-part): Error on the message header; position point at
6724         the end of a MIME tag.
6725
6726 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * time-date.el (autoload): Expand define-obsolete-function-alias into
6729         defalias and make-obsolete for old Emacsen that Gnus supports.
6730         (with-no-warnings): Define it for old Emacsen.
6731         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6732         is available.
6733         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6734         float-time is available; suppress compile warning for time-to-seconds.
6735
6736         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6737         (gnus-float-time): Alias to float-time if it exists.
6738
6739         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6740         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6741         float-time is available; suppress compile warning for time-to-seconds.
6742
6743         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6744         XEmacs.
6745
6746 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * imap.el (imap-message-map): Docstring fix.
6749
6750 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6753         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6754         Add the optional argument `encoding' that overrides the default.
6755
6756         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6757         mm-encode-buffer.
6758
6759 2009-09-04  Glenn Morris  <rgm@gnu.org>
6760
6761         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6762         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6763         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6764         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6765         * mm-util.el (mm-with-unibyte-current-buffer)
6766         (mm-find-buffer-file-coding-system):
6767         * yenc.el (yenc-decode-region): Use default-value rather than
6768         default-enable-multibyte-characters.
6769
6770 2009-09-03  Glenn Morris  <rgm@gnu.org>
6771
6772         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6773         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6774         than default-enable-multibyte-characters.
6775
6776 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6777
6778         * gnus-art.el (gnus-article-read-summary-keys):
6779         Fix gnus-buffer-configuration's value temporarily used.
6780
6781 2009-09-02  Glenn Morris  <rgm@gnu.org>
6782
6783         * gnus-util.el (gnus-float-time): New function.
6784         * gnus-delay.el (gnus-delay-article):
6785         * gnus-sum.el (gnus-thread-latest-date):
6786         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6787         * nnspool.el (nnspool-request-newgroups):
6788         Use gnus-float-time rather than time-to-seconds.
6789         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6790
6791         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6792         (gnus-header-subject-face, gnus-header-newsgroups-face)
6793         (gnus-header-name-face, gnus-header-content-face):
6794         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6795         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6796         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6797         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6798         (gnus-cite-face-11):
6799         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6800         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6801         (gnus-server-closed-face, gnus-server-denied-face)
6802         (gnus-server-offline-face):
6803         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6804         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6805         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6806         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6807         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6808         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6809         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6810         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6811         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6812         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6813         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6814         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6815         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6816         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6817         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6818         (gnus-summary-high-undownloaded-face)
6819         (gnus-summary-low-undownloaded-face)
6820         (gnus-summary-normal-undownloaded-face)
6821         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6822         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6823         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6824         (gnus-splash-face):
6825         * message.el (message-header-to-face, message-header-cc-face)
6826         (message-header-subject-face, message-header-newsgroups-face)
6827         (message-header-other-face, message-header-name-face)
6828         (message-header-xheader-face, message-separator-face)
6829         (message-cited-text-face, message-mml-face):
6830         * sieve-mode.el (sieve-control-commands-face)
6831         (sieve-action-commands-face, sieve-test-commands-face)
6832         (sieve-tagged-arguments-face):
6833         * spam.el (spam-face):
6834         Mark face aliases with "-face" in the name as obsolete.
6835
6836 2009-09-01  Glenn Morris  <rgm@gnu.org>
6837
6838         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6839         than goto-line.
6840
6841 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6844         Don't move point if the command is invoked inside the message header.
6845
6846 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         * imap.el (imap-send-command): Simplify.
6849         (imap-wait-for-tag): point-max -> buffer-size.
6850
6851 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6852
6853         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6854         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6855         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6856         * nnir.el (nnir-swish-e-index-file):
6857         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6858         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6859         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6860         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6861         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6862         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6863
6864 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6867         Don't save excursion.
6868
6869 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * nnheader.el (nnheader-find-file-noselect):
6872         * mm-util.el (mm-insert-file-contents):
6873         Use (default-value 'major-mode) instead of default-major-mode.
6874
6875 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6876
6877         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6878
6879 2009-08-26  Glenn Morris  <rgm@gnu.org>
6880
6881         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6882         than placing in files.el.
6883
6884 2009-08-25  Glenn Morris  <rgm@gnu.org>
6885
6886         * nnir.el (top-level): Don't require cl at run-time.
6887         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6888         Replace cl-function substitute with gnus-replace-in-string.
6889         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6890         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6891         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6892         simplified expansions.
6893
6894 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6895
6896         * dig.el (dig): Add autoload cookie.
6897
6898 2009-08-22  Glenn Morris  <rgm@gnu.org>
6899
6900         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6901         goto-line.
6902
6903 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6904
6905         * parse-time.el (parse-time-string-chars): Save match data.
6906
6907 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6908
6909         * parse-time.el (parse-time-string-chars): Compute using character
6910         classes, to handle non-ascii characters (Bug#3190).
6911
6912 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6915
6916         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6917         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6918         (gnus-mm-display-part, gnus-mime-display-single)
6919         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6920         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6921
6922         * gnus-sum.el
6923         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6924         (gnus-summary-move-article): Add expirable mark to articles copied or
6925         moved to group that has auto-expire turned on if the option is non-nil.
6926
6927 2009-07-24  Glenn Morris  <rgm@gnu.org>
6928
6929         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6930         Fix typo.  (Bug#3903)
6931
6932 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6935         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6936         that should not be used for draft articles.
6937         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6938         that has no concern in minor mode keys.
6939         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6940         Abolish.
6941
6942 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6945         article without making inquiry to a user for unknown encoding.
6946
6947         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6948         (nnmaildir--scan): Assume i-node and device number that file-attributes
6949         returns might be cons-cell.
6950
6951         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6952
6953         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6954
6955 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6956
6957         * auth-source.el: Remove docs now in auth.texi.  Don't use
6958         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6959         `auth-source-hide-passwords' and use them.
6960
6961 2009-07-15  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6964
6965 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6968         excessive whitespace from the default values of title and description.
6969
6970 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6973         mail-fetch-field to fetch Content-Description header in order to
6974         exclude newlines.
6975
6976 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6977
6978         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6979         format used by GnuPG 2.0.11.
6980
6981 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6984         to deleted part.
6985
6986 2009-05-30  David Engster  <dengste@eml.cc>
6987
6988         * nnmairix.el: Remove old documentation in the commentary block.
6989         (nnmairix-request-group): Do not update active file for nnml back ends.
6990         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6991         end so that overview files are ignored.
6992         (nnmairix-update-groups): Make updating the groups more robust by using
6993         marks.
6994         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6995         with dollar characters in message-id.
6996
6997 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7000         2008-12-25 in dns.el.
7001
7002 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7003
7004         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7005         could happen if the text is only composed of spaces and/or tabs.
7006
7007 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7008
7009         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7010         when sending a queued message to avoid extra mml tags.
7011
7012 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7015
7016 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7019         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7020         rmail-toggle-header for XEmacs;
7021         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7022
7023 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-dired.el: Remove autoload for gnus-setup-message.
7026         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7027         displaying Gnus logo; always use compose-mail.
7028
7029 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7032
7033 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7036         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7037         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7038         available.
7039         (gnus-nocem-epg-verify): New function.
7040
7041 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7044
7045 2009-02-15  Glenn Morris  <rgm@gnu.org>
7046
7047         * gnus-util.el (rmail-insert-rmail-file-header)
7048         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7049         autoloads.
7050         (rmail-default-rmail-file): Remove unnecessary declaration.
7051         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7052
7053 2009-02-14  Glenn Morris  <rgm@gnu.org>
7054
7055         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7056         variable (only used in gnus-util, which declares it anyway).
7057         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7058         which was only needed by gnus-art (changed to not use it any more).
7059         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7060         only used in gnus-util, which autoloads it itself.
7061         (rmail-update-summary): Fix autoload.
7062
7063         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7064         rather than rmail-output-to-rmail-file.
7065
7066 2009-02-07  Glenn Morris  <rgm@gnu.org>
7067
7068         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7069         autoload of function that no longer exists.
7070         (rmail-toggle-header): Declare.
7071         (message-forward-rmail-make-body): Handle mbox Rmail.
7072
7073 2009-01-31  Glenn Morris  <rgm@gnu.org>
7074
7075         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7076         2009-01-09 change.
7077
7078 2009-01-31  Dave Love  <fx@gnu.org>
7079
7080         * imap.el (imap-fetch-safe): Bind debug-on-error.
7081         (imap-debug): Add imap-fetch-safe.
7082
7083 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7084
7085         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7086         (auth-source-forget-all-cached): New convenience function.
7087         (auth-source-user-or-password): Accept list of modes or a single mode.
7088
7089         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7090         auth-source modes.
7091
7092         * netrc.el (netrc-machine-user-or-password): Use list of
7093         auth-source modes.
7094
7095         * nnimap.el (nnimap-open-connection): Use list of
7096         auth-source modes.
7097
7098         * nntp.el (nntp-send-authinfo): Use list of
7099         auth-source modes.
7100
7101 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7104         now.
7105
7106 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7109         coding system in XEmacs; add a workaround for XEmacs.
7110
7111         * lpath.el: Fbind coding-system-aliasee.
7112
7113 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7116         of current-language-environment.
7117
7118 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7121         available at runtime.
7122
7123 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7126
7127 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7128
7129         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7130         the greatest positive fixnum value doesn't work under an XEmacs with
7131         bignum support; use the most-positive-fixnum constant instead,
7132         available since Emacs 21.1 with cl and XEmacs 21.1.
7133
7134 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7137         XEmacs gets not to work.
7138
7139 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * mm-util.el (mm-coding-system-priorities): Allow the value like
7142         "Japanese (UTF-8)" of current-language-environment.
7143
7144 2009-01-09  Glenn Morris  <rgm@gnu.org>
7145
7146         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7147         with last-command-event.
7148
7149 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7152         in the doc string.
7153
7154         * message.el (message-fix-before-sending): Amend comment.
7155
7156 2009-01-08  Dave Love  <fx@gnu.org>
7157
7158         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7159
7160 2009-01-07  David Engster  <dengste@eml.cc>
7161
7162         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7163         simplified server definitions by converting it via
7164         gnus-server-to-method.
7165
7166 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7169         parameter's operands.
7170
7171 2009-01-06  David Engster  <dengste@eml.cc>
7172
7173         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7174         primary select method (for gnus-group-mark-article-as-read).
7175
7176 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7177
7178         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7179         `(gnus)Face', not `(gnus)X-Face'.
7180
7181 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * mm-util.el (mm-ucs-to-char): New function.
7184
7185         * mm-url.el (mm-url-decode-entities): Use it.
7186
7187         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7188         unicode-to-char.
7189
7190 2009-01-05  Dave Love  <fx@gnu.org>
7191
7192         * time-date.el: Require cl for `declare'.
7193
7194 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7197         Dave Love.
7198
7199 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * message.el (message-fix-before-sending): Add `eight-bit' to
7202         illegible-text check.
7203
7204 2009-01-03  Michael Olson  <mwolson@gnu.org>
7205
7206         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7207         `headers' is nil.  This can occur if the IMAP server does not have
7208         permissions to read messages from a folder, but can write new messages
7209         to the folder.
7210         (nnimap-request-article-part): Do not insert `data' if it is nil.
7211
7212         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7213         characters which will confuse `read', so skip past them.
7214
7215 2009-01-01  Dave Love  <fx@gnu.org>
7216
7217         * imap.el (imap-string-to-integer): Fix typo.
7218         (imap-fetch-safe): New function.
7219         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7220
7221         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7222
7223         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7224         (imap-parse-greeting): Fix doc strings.
7225         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7226         (imap-parse-flag-list): Make messages unique.
7227         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7228
7229         * nnimap.el: Fix author email.
7230         (nnimap-split-rule): Add FIXME comment.
7231         (nnimap-debug): Fix doc string.
7232
7233 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7236
7237 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7240         nslookup if resolv.conf isn't available.
7241         (dns-query): Rename from query-dns.
7242         (dns-query-cached): Rename from query-dns-cached.
7243
7244 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7247         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7248         to check if those variables exist (first appeared in Emacs 18.50).
7249
7250 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * mm-util.el (mm-line-number-at-pos): New function.
7253
7254         * spam-report.el (spam-report-process-queue): Use it.
7255
7256 2008-12-24  David Engster  <dengste@eml.cc>
7257
7258         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7259         parameters that haven't existed as variables as buffer-local variables.
7260
7261 2008-12-23  Dave Love  <fx@gnu.org>
7262
7263         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7264         cadar.
7265
7266         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7267         imap-starttls-p.
7268         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7269
7270 2008-12-22  Dave Love  <fx@gnu.org>
7271
7272         * imap.el: Fix author email.  Doc fixes.
7273         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7274         reply.
7275
7276 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * spam-report.el (spam-report-gmane-max-requests): New constant.
7279         (spam-report-gmane-wait): New variable.
7280         (spam-report-gmane-ham, spam-report-gmane-spam)
7281         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7282         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7283         the server.
7284
7285         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7286         Add explanations.
7287
7288         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7289         nnheader-accept-process-output and nnheader-read-timeout if available.
7290         (pop3-movemail): Use it.
7291
7292         * message.el (message-check-news-body-syntax): Fix signature check if
7293         there's an attachment.
7294
7295 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * mm-util.el: Add comments to the mm- emulating functions.
7298
7299 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7302         Reported by Stephen Berman <stephen.berman@gmx.net>.
7303
7304 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * mm-util.el (mm-substring-no-properties): New function.
7307         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7308         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7309         (mm-string-to-multibyte): Doc fix.
7310
7311         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7312
7313 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * mml.el (mml-attach-file): Strip text properties from file name.
7316         (Bug#1574)
7317
7318 2008-12-16  Glenn Morris  <rgm@gnu.org>
7319
7320         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7321
7322 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7325         knows since the charset specified might be a bogus alias that
7326         mm-charset-synonym-alist provides.
7327
7328 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7331         "ISO_8859-1".
7332
7333         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7334
7335 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * mm-util.el (mm-charset-eval-alist):
7338         Define it before mm-charset-to-coding-system.
7339         (mm-charset-to-coding-system): Add optional argument `silent';
7340         define it before mm-charset-override-alist.
7341         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7342         default value if it can be used in Emacs currently running;
7343         silence mm-charset-to-coding-system.
7344
7345 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7348         `allow-override' which says whether to use `mm-charset-override-alist'.
7349         (rfc2047-decode-encoded-words): Use it.
7350
7351         * mm-util.el (mm-charset-override-alist): Fix custom type;
7352         add `(gb2312 . gbk)' to choices.
7353
7354 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7357         fast.
7358
7359         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7360
7361         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7362
7363 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7364
7365         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7366         on links.
7367
7368         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7369
7370 2008-12-03  Lute Kamstra  <lute@gnu.org>
7371
7372         * sha1.el: Remove leading * from docstrings of defcustoms,
7373         deffaces, defconsts and defuns.
7374
7375 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7378         users' addresses that don't have domain parts.
7379         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7380         rather than message-narrow-to-head since there will be the message
7381         header separator.
7382
7383 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7384
7385         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7386         since the result is inserted in a unibyte buffer anyway.
7387         (nnimap-demule-use-string-to-multibyte): Remove.
7388         (nnimap-demule): Alias it to mm-string-to-multibyte.
7389
7390 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7393         variable for debugging bug#464 and bug#1174.
7394         (nnimap-demule): Use it.
7395
7396 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7399         score calculation correctly.
7400
7401 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7402
7403         * message.el (message-send-mail): Just set the buffer to unibyte
7404         rather than use mm-with-unibyte-current-buffer which does a lot more.
7405         (message-send-mail-partially): Don't bother with
7406         mm-with-unibyte-current-buffer since it's already been made unibyte by
7407         message-send-mail.
7408
7409 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7410
7411         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7412
7413 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7416
7417 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7420         require itself and to remove `with-no-warnings'.
7421
7422 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * starttls.el (starttls-any-program-available): Get the name of the
7425         available TLS layer program.
7426         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7427         well as the host name in the "opening" message.
7428
7429         * auth-source.el (auth-source-cache, auth-source-do-cache)
7430         (auth-source-user-or-password): Cache passwords and logins by default,
7431         allow override with `auth-source-do-cache'.
7432         (auth-source-forget-user-or-password): Allow users to remove cache
7433         entries if needed.
7434
7435 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7436
7437         * md4.el (md4-buffer): Fix typo in docstring.
7438         (md4, md4-64): Doc fixes.
7439         (md4-pack-int32): Reflow docstring.
7440
7441 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7444         condition-case to only the forward-sexp call.
7445
7446 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7449         quotes contained.  Make it more robust regardless by an extra
7450         condition-case wrapper.
7451
7452 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7455
7456 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * nnml.el (nnml-request-expire-articles): Check if the function set to
7459         `nnmail-expiry-target' returns the symbol `delete'.
7460
7461         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7462
7463         * nnmail.el (nnmail-expiry-target): Fix custom type.
7464
7465 2008-10-02  Glenn Morris  <rgm@gnu.org>
7466
7467         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7468         Silence compiler warning.
7469
7470 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7471
7472         * tls.el (open-tls-stream): Show the actual command being
7473         executed, instead of the format string.
7474
7475 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * lpath.el: Fbind codepage-setup for Emacs 23.
7478
7479 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7480
7481         * mml.el (mml-menu): Don't assume mml2015 is bound.
7482
7483 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7486         exists.
7487
7488 2008-09-27  Glenn Morris  <rgm@gnu.org>
7489
7490         * gnus-util.el (mail-header-remove-comments): Autoload it.
7491
7492 2008-09-27  Andreas Schwab  <schwab@suse.de>
7493
7494         * gnus-util.el (gnus-split-references): Strip comments.
7495         (gnus-parent-id): Likewise.
7496
7497 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * message.el (message-confirm-send): Fix version.
7500
7501 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * message.el (message-idna-to-ascii-rhs-1): Use
7504         mail-extract-address-components rather than mail-header-parse-addresses
7505         that is an alias by default to ietf-drums-parse-addresses that does not
7506         support non-ASCII names in headers' contents.
7507
7508 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7509
7510         * message.el (message-confirm-send): Fix variable documentation to
7511         avoid the "y/n" wording.
7512
7513 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7514
7515         * message.el (message-set-auto-save-file-name): Save to a different
7516         filename so multiple messages (especially drafts) can be recovered.
7517
7518 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7519
7520         * message.el (message-confirm-send): Add appropriate version.
7521
7522 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7525         defvar.
7526
7527 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7528
7529         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7530         (mm-pkcs7-enveloped-magic): Ditto.
7531
7532 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7533
7534         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7535         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7536
7537 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7538
7539         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7540         default, it's better.
7541
7542 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7545         summary line gnus-number property and ignore them (with a warning
7546         message).
7547
7548 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7551         macro caddr in the interactive form since it won't be expanded.
7552
7553 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7556         `charset'; fix name of function called recursively.
7557         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7558
7559 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7562         (gnus-mime-set-charset-parameters): New function.
7563         (gnus-mime-view-part-as-charset): Use it to correctly display part
7564         specifying wrong charset.
7565
7566 2008-09-08  David Engster  <dengste@eml.cc>
7567
7568         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7569         in completing-read for back end server.
7570
7571 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * message.el (message-confirm-send): New variable to confirm sending a
7574         message.
7575         (message-send): Use it.
7576
7577 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7580
7581 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7584
7585 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7588         prevent tracking too many groups.
7589         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7590         Use it.
7591
7592 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7593
7594         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7595         moving point to the bottom of the window in order to avoid recentering.
7596
7597 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7600
7601         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7602         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7603         (gnus-article-beginning-of-window): Fix calculation.
7604
7605 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-msg.el (gnus-summary-supersede-article)
7608         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7609         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7610         message header.
7611
7612 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7613
7614         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7615         pending output coming after the status change.
7616
7617 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7618
7619         * message.el:
7620         * gnus-start.el:
7621         * gnus-registry.el: Remove VMS support.
7622
7623 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7626         macro.
7627         (rfc2104-hash): Use it.
7628
7629 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7632         (gnus-summary-sort-by-most-recent-date): New commands.
7633         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7634         and menu entries.
7635
7636 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7639         don't redisplay article for raw contents; remove plural articles stuff.
7640
7641         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7642         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7643         on gnus-summary-save-article; display results properly.
7644
7645 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * lpath.el: No need to fbind ns-focus-frame.
7648
7649 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7652
7653 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-summary-save-in-pipe):
7656         Consider gnus-save-all-headers.
7657
7658 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7659
7660         * gnus-util.el (ns-focus-frame): Remove declaration.
7661         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7662         like x.
7663
7664 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7665
7666         * rfc2104.el (rfc2104-zero): Delete defconst.
7667         (rfc2104-hex-alist): Likewise.
7668         (rfc2104-hex-to-int): Delete func.
7669         (rfc2104-hexstring-to-bitstring): Likewise.
7670         (rfc2104-nybbles): New defconst.
7671         (rfc2104-hash): Rewrite for speed.
7672
7673 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * tls.el (open-tls-stream): Make it work with the 2nd argument
7676         BUFFER that is a string but does not exist as a buffer object, as
7677         mentioned in the doc-string.
7678
7679 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7682         SXEmacs.
7683
7684 2008-07-16  Glenn Morris  <rgm@gnu.org>
7685
7686         * gnus-util.el (ns-focus-frame): Declare for compiler.
7687
7688 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7691         set as a group parameter.
7692         (gnus-summary-save-in-pipe): Work when it is called independently.
7693         (gnus-summary-pipe-to-muttprint): Don't modify
7694         gnus-summary-pipe-output-default-command.
7695
7696 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7697
7698         * message.el (message-send-mail-with-sendmail):
7699         Display the error message.
7700
7701 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-default-article-saver):
7704         Add gnus-summary-save-in-pipe to choices.
7705         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7706         gnus-summary-pipe-output-default-command as the default command.
7707         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7708         instead of gnus-last-shell-command.
7709
7710         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7711         New user option.
7712         (gnus-summary-muttprint-program): Mention the value will be changed.
7713         (gnus-summary-save-article): Force showing of all headers.
7714         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7715
7716 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7717
7718         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7719
7720 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7721
7722         * nnimap.el (nnimap-id):
7723         * sieve-manage.el (sieve-manage-open): Doc fixes.
7724
7725 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7726
7727         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7728         if available.
7729
7730 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7731
7732         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7733
7734         * nnkiboze.el (nnkiboze-generate-group):
7735         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7736
7737         * nnmairix.el: Require CL.
7738
7739 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * dgnushack.el: Autoload get-display-table and put-display-table for
7742         XEmacs 21.5.
7743
7744         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7745         21.4 and SXEmacs.
7746
7747 2008-06-15  David Engster  <dengste@eml.cc>
7748
7749         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7750
7751 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7752
7753         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7754         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7755         runtime choice under XEmacs.
7756
7757         * gnus-sum.el (gnus-summary-set-display-table):
7758         Use `gnus-put-display-table', `gnus-get-display-table',
7759         `gnus-set-display-table' for the display table, instead of `aset'.
7760
7761         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7762         Use `gnus-put-display-table', `gnus-get-display-table',
7763         `gnus-set-display-table' for the display table.
7764
7765 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * nnmairix.el: Add autoloads.
7768
7769 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * nnmairix.el (nnmairix-delete-recreate-group)
7772         (nnmairix-update-and-clear-marks): Fix error messages.
7773
7774 2008-06-14  David Engster  <dengste@eml.cc>
7775
7776         * nnmairix.el: Upgrade to version 0.6.
7777         (nnmairix-group-toggle-propmarks-this-group)
7778         (nnmairix-group-toggle-readmarks-this-group)
7779         (nnmairix-group-delete-recreate-this-group)
7780         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7781         (nnmairix-remove-tick-mark-original-article): New commands.
7782         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7783         (nnmairix-propagate-marks-to-nnmairix-groups)
7784         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7785         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7786         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7787         functions needed for marks propagation and manipulation of read marks.
7788         (nnmairix-update-groups): New function.
7789         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7790         (nnmairix-determine-original-group-from-registry)
7791         (nnmairix-determine-original-group-from-path)
7792         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7793         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7794         New helper functions.
7795         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7796         keystrokes for new commands.
7797         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7798         (nnmairix-request-group): Check allow-fast group parameter.
7799         (nnmairix-request-create-group): Set allow-fast group parameter if
7800         nnmairix-allowfast-default is set.
7801         (nnmairix-close-group): Propagate marks upon closing if needed.
7802         (nnmairix-group-toggle-threads-this-group): Use new.
7803         nnmairix-group-toggle-parameter helper function.
7804         (nnmairix-search): Better check for empty search result.
7805         (nnmairix-goto-original-article): Use new helper functions for
7806         determining original article.
7807         (nnmairix-show-original-article): Make sure message-id is in brackets.
7808         (nnmairix-call-mairix-binary): Change variable name.
7809         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7810         helper function.
7811         (nnmairix-widget-toggle-activate): Fix doc string.
7812
7813 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * nnir.el: Require edmacro when compiling with XEmacs.
7816         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7817         available in Emacs 21.
7818
7819 2008-06-11  Glenn Morris  <rgm@gnu.org>
7820
7821         * gnus-util.el (x-focus-frame):
7822         * gnus.el (image-size):
7823         * mm-decode.el (image-size): Declare.
7824
7825         * gnus-picon.el (declare-function): Add compat definition.
7826         (image-size): Declare.
7827
7828         * gnus-group.el (tool-bar-map):
7829         * gnus-sum.el (tool-bar-map): Define for compiler.
7830
7831         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7832
7833         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7834
7835         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7836         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7837         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7838         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7839         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7840         * sieve-manage.el, spam-report.el, spam.el:
7841         Remove unnecessary eval-and-compile of autoloads.
7842
7843 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7844
7845         * auth-source.el: Precise Tramp doc.
7846
7847 2008-06-07  Glenn Morris  <rgm@gnu.org>
7848
7849         * nnmairix.el: Remove unnecessary eval-when-compile.
7850
7851 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * lpath.el: Fbind propertize for XEmacs 21.4.
7854
7855 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * nnir.el: Move here from ../contrib.
7858
7859 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         * gnus-util.el (gnus-read-shell-command): New function.
7862         * mm-decode.el (mm-pipe-part):
7863         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7864
7865 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7868
7869 2008-06-03  Glenn Morris  <rgm@gnu.org>
7870
7871         * pop3.el (nnheader-accept-process-output): Autoload it.
7872
7873 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7876         are not 2-digit hexadecimal characters that follow `%'s.
7877
7878 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * message.el (message-bogus-recipient-p): Fix type in doc string.
7881         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7882         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7883         Improve custom options.
7884         (message-bogus-recipient-p): Adjust accordingly.
7885
7886 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7889         long-form month and day names.
7890
7891 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * dgnushack.el: Autoload debug, eudc-expand-inline and
7894         pgg-snarf-keys-region for XEmacs.
7895
7896         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7897
7898         * nnmairix.el: Require edmacro when compiling with XEmacs.
7899
7900 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7903         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7904
7905 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * auth-source.el: Add more docs.
7908
7909         * netrc.el (netrc-machine): Always match if the port is not given.
7910
7911 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7914         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7915         retrieval faster in some cases, but might make CPU usage larger.
7916         If this has any bad side effects, we might revert this change.
7917
7918         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7919         seems to make mail retrieval much, much faster.
7920         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7921         unconditionally.
7922
7923         * gnus-draft.el (gnus-group-send-queue):
7924         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7925
7926 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7929
7930         * message.el (message-bogus-address-regexp): Fix and improve custom
7931         type.
7932         (message-setup-hook): Add message-check-recipients as custom option.
7933
7934 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * message.el (message-cite-function): Remove bogus autoload which crept
7937         in during merge from v5-10.
7938
7939 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7942
7943         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7944
7945         * auth-source.el: Preliminary Tramp docs.
7946         (auth-sources): Change the default auth-sources to use
7947         EPA .gpg files.
7948
7949 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7950
7951         * nntp.el: Autoload `auth-source-user-or-password'.
7952         (nntp-send-authinfo): Use it.
7953
7954         * nnimap.el: Autoload `auth-source-user-or-password'.
7955         (nnimap-open-connection): Use it.
7956
7957         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7958         for the gnus-message function.
7959         (auth-source-user-or-password): Use it.
7960
7961 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7962
7963         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7964         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7965         (rfc2104-hash): Use it.
7966
7967 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7968
7969         * gnus-art.el (gnus-article-toggle-truncate-lines):
7970         Don't use `iff' in docstring.
7971
7972 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7973
7974         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7975
7976         * gnus-util.el (gnus-extract-address-component-name)
7977         (gnus-extract-address-component-email): Convenience functions around
7978         `gnus-extract-address-components'.
7979
7980         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7981         Use `gnus-extract-address-component-email' to fix bug of comparing full
7982         sender name to `user-mail-address'.
7983
7984 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7987         catch/throw to optimize.
7988         (gnus-registry-find-keywords): Just use member to find a keyword.
7989
7990 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7993         is current before calling gnus-server-prepare.
7994         (gnus-server-setup-buffer, gnus-server-update-server)
7995         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7996
7997 2008-05-04  Juri Linkov  <juri@jurta.org>
7998
7999         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8000         (mailcap-file-default-commands): Use mailcap-replace-in-string
8001         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8002         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8003
8004 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8005
8006         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8007
8008 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8009
8010         * gnus.el: Bump version to 0.11.
8011
8012 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8013
8014         * gnus.el: No Gnus v0.10 is released.
8015
8016 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8019         hooks.
8020         (gnus-update-read-articles): Speed up non-marks-using users.
8021         (gnus-use-marks): Define gnus-use-marks.
8022         (gnus-propagate-marks): Rename variable to something more sensible.
8023
8024 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8025
8026         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8027         (gmm-image-load-path-for-library): Fix typos in docstrings.
8028         (gmm-message): Reflow docstring.
8029
8030 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * mail-source.el (mail-source-set-1, mail-source-bind):
8033         Move auth-source code out of the macro to clean it up and fix bugs.
8034
8035 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8038         by sender if it's equal to user-mail-address, it's likely to be
8039         useless.
8040
8041         * mail-source.el (mail-source-bind): Don't use user or password if they
8042         are not bound.  Unintern them if they are nil.  Don't use server unless
8043         it's bound, and default it to empty string otherwise.
8044
8045 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8046
8047         * mail-source.el: Load auth-source.el.
8048         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8049         get user name or password, if auth-sources is set up.
8050
8051         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8052         strategy of splitting with parent.
8053         (gnus-registry-split-fancy-with-parent)
8054         (gnus-registry-post-process-groups): Use it and fix prior
8055         bug (returning a list as the split result).
8056
8057         * auth-source.el (auth-sources): Remove server parameter.
8058         (auth-source-pick, auth-source-user-or-password)
8059         (auth-source-user-or-password-imap)
8060         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8061         (auth-source-user-or-password-sftp)
8062         (auth-source-user-or-password-smtp): Remove server parameter.
8063
8064 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8065
8066         * smime.el (smime-sign-region, smime-encrypt-region)
8067         (smime-decrypt-region):
8068         Remove redundant calls to `generate-new-buffer-name'.
8069
8070 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8071
8072         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8073         Don't use QP for message/rfc822.
8074         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8075
8076 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8077
8078         * sieve-manage.el (sieve-string-bytes): Remove.
8079         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8080         correct byte-length only if the process's coding-system is the same as
8081         the one used internally by Emacs to represent strings.
8082
8083 2008-04-22  Juri Linkov  <juri@jurta.org>
8084
8085         * mailcap.el (mailcap-file-default-commands): New function.
8086
8087 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * message.el (message-signature-separator, message-cite-function):
8090         Change custom version.
8091
8092 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8093
8094         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8095         commands.
8096         (tls-checktrust): Ditto.
8097
8098 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * mm-decode.el (mm-display-external): Make temp file read-only.
8101
8102 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8105         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8106         `C-c C-f d'.
8107
8108 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8109
8110         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8111
8112 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus.el: Bump version to 0.9.
8115
8116 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * gnus.el: No Gnus v0.8 is released.
8119
8120 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8121
8122         * mail-source.el (mail-source-value):
8123         Prefer fboundp to functionp so it works with macros as well.
8124
8125 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8126
8127         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8128         Fix last change in case the element is not even a symbol.
8129
8130 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8131
8132         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8133         Prefer fboundp to functionp so it works with macros as well.
8134
8135 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8136
8137         * auth-source.el: Add docs.
8138         (auth-sources): Modify format to support server.
8139         (auth-source-pick, auth-source-user-or-password)
8140         (auth-source-user-or-password-imap)
8141         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8142         (auth-source-user-or-password-sftp)
8143         (auth-source-user-or-password-smtp): Add server parameter.
8144
8145 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8146
8147         * gnus-registry.el: Initialize the registry when gnus-registry-install
8148         is t.
8149
8150 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * compface.el (uncompface): Make buffer unibyte.
8153
8154 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8155
8156         * mail-source.el (mail-source-value):
8157         Prefer fboundp to functionp so it works with macros as well.
8158
8159 2008-04-05  Glenn Morris  <rgm@gnu.org>
8160
8161         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8162
8163 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8166         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8167
8168         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8169         multibyteness after rather than before erasing it.
8170
8171         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8172         mm-with-multibyte.
8173         (gnus-request-article-this-buffer): Make sure the proper decoding is
8174         used if gnus-original-article-buffer happens to be unibyte.
8175
8176         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8177         default-enable-multibyte-characters.
8178
8179         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8180         default-enable-multibyte-characters.
8181
8182         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8183
8184         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8185
8186 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8187
8188         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8189         Fix last change in case the element is not even a symbol.
8190
8191 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8192
8193         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8194         (imap-message-copyuid-1): Use it.
8195         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8196         J. Williams in
8197         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8198
8199         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8200         imap-enable-exchange-bug-workaround.
8201         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8202
8203 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8204
8205         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8206         a 100 byte status-checks into a 2-3MB transfer for each group.
8207         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8208         to enable bug workaround or not.
8209         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8210
8211 2008-03-31  Glenn Morris  <rgm@gnu.org>
8212
8213         * message.el (mml2015-use): Declare for compiler.
8214         (message-info): Require mml2015 when appropriate.
8215
8216 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8219         whitespace.
8220
8221 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8222
8223         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8224         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8225         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8226         (nntp-service-to-port): New function.
8227         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8228         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8229         (nntp-open-netcat-stream): New function.
8230         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8231
8232 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8233
8234         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8235
8236 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8237
8238         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8239
8240 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8241
8242         * dns.el (dns-write): Use set-buffer-multibyte.
8243
8244 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8245
8246         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8247
8248 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * message.el (message-signature-separator): Change default.
8251         Improve custom type.
8252         (message-cite-function): Change default to
8253         message-cite-original-without-signature.
8254
8255         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8256         toggle.
8257
8258         * message.el (message-check-news-body-syntax): Fix signature check.
8259         (message-setup-1): Mark buffer as unmodified _after_ running
8260         message-setup-hook and handling message-alternative-emails.
8261         (message-shorten-references): Be more strict when building list of
8262         valid references to comply with GNKSA.
8263
8264         * gnus-group.el (gnus-read-ephemeral-bug-group)
8265         (gnus-read-ephemeral-debian-bug-group)
8266         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8267
8268         * message.el (message-info): Don't use booleanp which isn't supported
8269         in Emacs 21 and XEmacs.
8270
8271 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8274         gnus-group-gmane-group-download-format.
8275         (gnus-group-read-ephemeral-gmane-group): Rename from
8276         gnus-group-read-ephemeral-gmane-group.
8277         (gnus-read-ephemeral-gmane-group-url): Rename from
8278         gnus-group-read-ephemeral-gmane-group-url.
8279         (gnus-bug-group-download-format-alist): New variable.
8280         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8281         (gnus-read-ephemeral-emacs-bug-group): New commands.
8282
8283 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8286         (gnus-visible-headers): Improve custom type.
8287
8288 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * mml.el (mml-menu): Add workarounds for XEmacs.
8291
8292         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8293         X-Boundary header.
8294
8295         * message.el (message-simplify-recipients): Fix previous commit.
8296
8297 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8298
8299         * mm-util.el (mm-set-buffer-multibyte): New function.
8300         * mm-decode.el (mm-copy-to-buffer): Use it.
8301
8302         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8303         Prefer fboundp to functionp so it works with macros as well.
8304
8305 2008-03-19  Glenn Morris  <rgm@gnu.org>
8306
8307         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8308         Accidentally removed in the sync process with Emacs.
8309
8310 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * message.el (message-alter-recipients-discard-bogus-full-name):
8313         New function.
8314         (message-alter-recipients-function): New variable.
8315         (message-get-reply-headers): Use it.
8316         (message-replace-header): New helper function.
8317         (message-recipients-without-full-name): New variable.
8318         (message-simplify-recipients): New command.
8319
8320         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8321
8322         * message.el (message-info): Handle EasyPG manual.
8323
8324         * mml.el (mml-menu): Add entry for EasyPG.
8325
8326 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8327
8328         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8329         parameter.
8330
8331         * message.el (message-disassociate-draft): Specify drafts group name
8332         fully.
8333
8334 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8335
8336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8337         Eliminate unnecessary duplicates from the match list.
8338
8339 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8342
8343         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8344
8345         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8346         args of `how-many' of which the XEmacs version doesn't take; declare
8347         Info-index-next as function.
8348
8349 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * gnus-score.el (gnus-score-headers): Fix handling of
8352         gnus-inhibit-slow-scoring.
8353
8354         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8355         string.
8356         (gnus-button-url-regexp): Improve handling of parenthesis.
8357         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8358         (gnus-button-handle-info-keystrokes): Handle index entries.
8359
8360 2008-03-15  Glenn Morris  <rgm@gnu.org>
8361
8362         * parse-time.el (parse-time-string): Simplify.
8363
8364 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8367         Incoming* files.
8368
8369 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8370
8371         * auth-source.el (auth-sources): Rename from auth-source-choices.
8372         (auth-source-pick): Use it.
8373
8374 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8375
8376         * binhex.el (binhex-decode-region-internal):
8377         * uudecode.el (uudecode-decode-region-internal):
8378         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8379         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8380         setting default-enable-multibyte-characters.
8381
8382 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * auth-source.el (auth-source-protocols)
8385         (auth-source-protocols-customize, auth-source-choices): Add and
8386         modified variable customizations and defaults.
8387         (auth-source-pick, auth-source-user-or-password)
8388         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8389         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8390         (auth-source-user-or-password-sftp)
8391         (auth-source-user-or-password-smtp): Use new variables and provide an
8392         interface to netrc.el.
8393
8394 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8397         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8398         Make sure the nntp port to specify is a string.
8399
8400 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8401
8402         * nntp.el: Use with-current-buffer.
8403         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8404         dubious mm-with-unibyte-current-buffer.
8405         (nntp-with-open-group-function): New function extracted from
8406         nntp-with-open-group macro.
8407         (nntp-with-open-group): Use the function, so it's easier to debug.
8408         Add indentation and debugging info.
8409         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8410         Recommend the use of the netcat alternatives.
8411
8412         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8413         Avoid mm-string-as-multibyte as well.
8414
8415         * nnweb.el (nnweb-insert-html):
8416         Remove use of nnheader-string-as-multibyte.
8417
8418         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8419         (nnheader-string-as-multibyte): Remove.
8420
8421         * mm-view.el: Use inhibit-read-only.
8422         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8423         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8424         or unibyte-string.
8425
8426         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8427         (mm-uu-yenc-extract): Use with-current-buffer.
8428
8429         * gnus-soup.el (gnus-soup-send-packet): Don't use
8430         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8431
8432         * nnmh.el: Use with-current-buffer.
8433         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8434         mm-string-as-multibyte on the output of mm-encode-coding-string.
8435
8436         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8437         (nnimap-request-move-article): Use with-current-buffer.
8438
8439         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8440         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8441         conversion uses string-make-unibyte rather than string-as-unibyte.
8442
8443         * gnus-msg.el: Use with-current-buffer.
8444
8445         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8446
8447 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8448
8449         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8450         string for caching if it is 'PIN.
8451
8452 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * lpath.el: Consider the case without Emacs/W3.
8455
8456 2008-03-08  Glenn Morris  <rgm@gnu.org>
8457
8458         * time-date.el (date-to-time, time-subtract, time-add)
8459         (safe-date-to-time): Doc fixes.
8460
8461 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * mail-source.el (mail-source-delete-old-incoming-confirm):
8464         Change default to nil.
8465         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8466
8467 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * lpath.el: Rearrange.
8470
8471         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8472         (gnus-article-goto-prev-page): Work for articles having ^L's.
8473
8474         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8475
8476         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8477
8478 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8479
8480         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8481         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8482         (gnus-bookmark-jump): Adjust some variable names.
8483
8484 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * auth-source.el: New package.
8487         (auth-source-choices): Add customization entry point variable.
8488
8489         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8490         bug.
8491
8492 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8493
8494         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8495         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8496         (gnus-registry-install-shortcuts): Rename from
8497         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8498         the `gnus-registry-mark-map' keymap dynamically from
8499         `gnus-registry-marks'.  The generated functions update the summary line
8500         when a registry mark is added or deleted, and will call
8501         `gnus-registry-install-p' (see the comments in the code).
8502         (gnus-registry-user-format-function-M): Use concat intelligently.
8503
8504         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8505         the registry mark functions.
8506
8507 2008-03-05  Glenn Morris  <rgm@gnu.org>
8508
8509         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8510         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8511         gnus-art.
8512         (top-level): No need to load own source when compiling.
8513
8514 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8517         Suggested by <chris.anderton@zetnet.co.uk>.
8518
8519 2008-03-04  Glenn Morris  <rgm@gnu.org>
8520
8521         * gnus-sum.el (top-level): No need to require gnus when compiling,
8522         since unconditionally required near start of file.
8523         (gnus-summary-display-while-building): Move definition before use.
8524
8525 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8526
8527         * gnus-registry.el (gnus-registry-user-format-function-M):
8528         Add formatting function.
8529
8530 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8531
8532         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8533         with plists.
8534         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8535         Use new format.
8536
8537 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8540         `where-is-internal' that returns a range of key sequences.
8541
8542 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8543
8544         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8545
8546         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8547         (gnus-summary-jump-to-group): Consider windows on other displayed
8548         frames as well.  Similar changes might be needed elsewhere, but that's
8549         the one I've bumped into during my use.
8550
8551         * nndoc.el (nndoc-oe-dbx-type-p):
8552         * gnus-msg.el (gnus-debug):
8553         * gnus-group.el (gnus-update-group-mark-positions):
8554         Use mm-string-to-multibyte.
8555
8556 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8559         doesn't handle NotDashEscaped.
8560
8561         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8562         (mml-dnd-attach-options): Fix typo in custom choice.
8563
8564         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8565         Change nndoc-article-type to mbox.
8566         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8567
8568         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8569         to nil, instead of html2text.
8570
8571         * imap.el (imap-debug): Add `imap-ping-server'.
8572
8573         * gnus-bookmark.el: Add FIXMEs.
8574
8575         * message.el (message-form-letter-separator)
8576         (message-send-form-letter-delay): New variables.
8577         (message-send-form-letter): Use them.  New command to send form
8578         letters.  Requested by Uwe Siart.
8579         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8580
8581 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * Update copyright years.
8584
8585 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         Sync from EMACS_22_BASE.
8588
8589         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8590
8591 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8592
8593         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8594         empty author.
8595
8596 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8597
8598         * gnus-registry.el (gnus-registry-marks): Add variable for
8599         customization of marks and their appearance.
8600         (gnus-registry-read-mark): Use it.
8601         (gnus-registry-do-marks): Add utility function to loop through
8602         `gnus-registry-marks'.
8603         (gnus-registry-install-shortcuts-and-menus): Add function to install
8604         shortcuts and menus.
8605         (gnus-registry-initialize): Use it.
8606         (gnus-registry-default-mark): Clarify documentation.
8607
8608 2008-02-29  Glenn Morris  <rgm@gnu.org>
8609
8610         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8611         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8612         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8613         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8614         Change defcustom :version from 23.0 to 23.1.
8615
8616 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8617
8618         * gnus-registry.el (gnus-registry-follow-group-p)
8619         (gnus-registry-post-process-groups): Add functions to aid registry
8620         splitting and improve logging.  Clarify behavior in function
8621         documentation.
8622         (gnus-registry-split-fancy-with-parent): Use them.
8623
8624 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8625
8626         * gnus-art.el: Use with-current-buffer.
8627
8628 2008-02-27  David Engster  <dengste@eml.cc>
8629
8630         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8631         Express real group name in the response.
8632
8633 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8636         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8637         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8638         autoload gnus-registry-fetch-group when compiling.
8639         (nnmairix-request-group-with-article-number-correction):
8640         Remove unreferenced argument passed to nnmairix-call-backend.
8641
8642 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8645         (mm-uu-extract): Improve face for low color ttys.
8646         Reported by Sascha Wilde.
8647
8648 2008-02-27  Glenn Morris  <rgm@gnu.org>
8649
8650         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8651         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8652         variables to defconsts.  Convert comments to doc-strings.
8653         (nnmairix-last-server, nnmairix-current-server): Convert from free
8654         variables to defvars.  Convert comments to doc-strings.
8655         (gnus-registry-fetch-group): Autoload.
8656         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8657         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8658         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8659         caddr.
8660         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8661         nnmairix-request-group-with-article-number-correction call.
8662         (nnmairix-fast, nnmairix-group): New, less general names, for free
8663         variables passed from nnmairix-request-group to
8664         nnmairix-request-group-with-article-number-correction.  Declare.
8665         (nnmairix-request-group-with-article-number-correction):
8666         Use nnmairix-fast, nnmairix-group rather than fast, group.
8667
8668 2008-02-26  David Engster  <dengste@eml.cc>
8669
8670         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8671         version 0.5.
8672
8673 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8674
8675         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8676         instead of making an extra function call.  Don't add the current group
8677         to articles only when they have the group.  Use
8678         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8679         Reported by David <de_bb@arcor.de>.
8680
8681 2008-02-24  Miles Bader  <miles@gnu.org>
8682
8683         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8684         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8685         (mm-find-mime-charset-region):
8686         * mm-bodies.el (mm-encode-body):
8687         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8688
8689 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8692         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8693
8694 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * mail-source.el (mail-source-delete-incoming): Change default.
8697         Supplement doc string.
8698
8699         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8700
8701 2008-02-14  Glenn Morris  <rgm@gnu.org>
8702
8703         * time-date.el (format-seconds): New function.
8704
8705 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * nnmail.el (nnmail-message-id-cache-file): Derive from
8708         `gnus-home-directory'.
8709
8710 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8713         Document negative prefix.
8714
8715         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8716
8717 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * message.el (message-unsent-separator): Add the Exim bounce
8720         separator.
8721
8722 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8723
8724         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8725         list.
8726         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8727         recipient/signer list.
8728
8729 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * Makefile.in (datarootdir): Define.
8732         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8733         name that might contain whitespace.
8734
8735 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8738         fbound (Emacs 23 unicode), signal an error.
8739
8740 2008-02-08  Glenn Morris  <rgm@gnu.org>
8741
8742         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8743
8744 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8745
8746         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8747         ports to the calls to `netrc-machine-user-or-password' in addition to
8748         "imap" and "imaps".
8749
8750 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8751
8752         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8753
8754         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8755
8756 2008-02-01  Kenichi Handa  <handa@m17n.org>
8757
8758         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8759         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8760         (rfc2104-hash): Convert the result of concat to unibyte string.
8761
8762 2008-02-01  Dave Love  <fx@gnu.org>
8763
8764         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8765         coding-system-for-read.
8766         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8767
8768 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8771         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8772         <hanche@math.ntnu.no>.
8773
8774 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8777
8778         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8779
8780 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8781
8782         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8783         * message.el (message-beginning-of-line): Use featurep instead of bound
8784         tests in order to resolve conditionals at compile time.
8785
8786 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8787
8788         * mail-source.el (mail-sources): Add `group' choice.
8789
8790         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8791         parameter `in-group' to control into which group the articles go.
8792         Add treatment of `group' mail-source.
8793
8794 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8797
8798         * mm-decode.el (mm-dissect-buffer): Decode description.
8799
8800         * mml.el (mml-to-mime): Encode message header first.
8801
8802 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8805         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8806
8807         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8808         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8809
8810 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8813
8814 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8817         prefix keys.
8818         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8819         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8820         gnus-xmas.el.
8821
8822         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8823         (gnus-xmas-article-describe-bindings): New function.
8824         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8825         gnus-xmas-article-describe-bindings.
8826
8827         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8828
8829 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8832         Add new variables for article mark management.
8833         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8834         list of extra data entries which, when present, will indicate that the
8835         article ID should not be trimmed from the registry.
8836         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8837         functions.
8838         (gnus-registry-read-mark): New function to read a mark name from the
8839         user.
8840         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8841         (gnus-registry-set-article-mark-internal): New functions to add and
8842         remove marks.
8843         (gnus-registry-get-article-marks): New function to show the marks for
8844         an article, or retrieve them for further use.
8845
8846 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8849         keys when no argument is given.
8850
8851 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * imap.el (imap-ping-server): New variable.
8854         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8855         (imap-ping-server): Minor doc string fixes.
8856
8857 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8858
8859         * imap.el (imap-ping-server): New function.
8860         (imap-opened): Call imap-ping-server.
8861
8862 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-sum.el (gnus-article-sort-by-random)
8865         (gnus-thread-sort-by-random): Fix doc strings.
8866         Reported by jidanni@jidanni.org.
8867
8868 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-art.el (gnus-article-describe-bindings): New function.
8871         (gnus-article-read-summary-keys): Use it.
8872         (gnus-article-mode-map): Bind `C-h b' to it.
8873
8874 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8877         XEmacs.
8878         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8879         Protect against non-character events.
8880
8881         * lpath.el: Fbind map-keymap for Emacs 21.
8882
8883 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8886         New command.
8887         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8888         instead of END.  Change name of the temp file.
8889         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8890         customizable.
8891
8892 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8895         bind `S W' to gnus-article-wide-reply-with-original; set default
8896         binding to gnus-article-read-summary-send-keys.
8897         (gnus-article-read-summary-keys): Fix the order of keys; display
8898         continuation keys correctly in the echo area; describe bindings
8899         correctly when keys end with `C-h'.
8900         (gnus-article-read-summary-send-keys): New function.
8901         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8902         Work for gnus-article-read-summary-send-keys; display continuation keys
8903         correctly in the echo area.
8904         (gnus-article-reply-with-original): Ignore prefix argument.
8905         (gnus-article-wide-reply-with-original): New function.
8906
8907         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8908         Emacs 21.
8909
8910 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8913         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8914
8915 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8918         (gnus-group-read-ephemeral-gmane-group): New command.
8919
8920 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8921
8922         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8923
8924 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * message.el (message-send-mail-function): Increase custom version.
8927
8928         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8929         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8930
8931 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8932
8933         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8934         for the cases where imap-authenticate is called with a nil buffer
8935         parameter.
8936
8937 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8940         html parts correctly; support forwarded messages.
8941         (gnus-article-browse-html-article): Remove work buffers.
8942
8943         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8944         compiling.
8945         (netrc-bound-and-true-p): New macro.
8946         (netrc-parse): Use it instead of bound-and-true-p that is not available
8947         in XEmacs 21.4.
8948
8949 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8950
8951         * gnus-registry.el (gnus-registry-mark-article)
8952         (gnus-registry-article-marks): Add functionality to mark articles
8953         through the Gnus registry.
8954
8955         * encrypt.el: Clarify documentation for the new pgg method.
8956         (encrypt-file-alist): Add PGG option.
8957         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8958         functionality.  Abstract password key and messaging to external
8959         functions.
8960         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8961         (encrypt-message-method-and-cipher): Add new convenience external
8962         functions.
8963         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8964         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8965
8966         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8967         (netrc-parse): Use encrypt-file-alist to determine if
8968         encrypt-find-model or encrypt-insert-file-contents should be used.
8969
8970         * encrypt.el: Clarify documentation.  Load password-cache or
8971         password, whichever one is found first, instead of autoloading.
8972
8973 2007-12-19  Glenn Morris  <rgm@gnu.org>
8974
8975         * mml.el (message-options-set, message-narrow-to-head)
8976         (message-in-body-p, message-mail-p, message-encode-message-body):
8977         Autoload.
8978         (message-remove-header, message-narrow-to-headers-or-head)
8979         (message-subscribed-p, message-make-mail-followup-to)
8980         (message-position-on-field, message-news-p)
8981         (message-options-set-recipient, message-generate-headers)
8982         (message-sort-headers): Declare as functions.
8983
8984 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8987         convention in doc string.
8988
8989 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8992         title to html parts.
8993         (gnus-article-browse-html-article): Pass message header to it.
8994
8995         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8996
8997 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9000         or password compatible with XEmacs.
9001
9002 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9005         format document.
9006         (gnus-mime-delete-part): Don't write description line if empty.
9007         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9008
9009 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9010
9011         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9012         (gnus-summary-mark-read-and-unread-as-read)
9013         (gnus-summary-mark-current-read-and-unread-as-read)
9014         (gnus-summary-mark-unread-as-ticked): Doc fix.
9015         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9016
9017 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9020         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9021
9022 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9025         yes-or-no-p.
9026
9027 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * mm-decode.el (mm-add-meta-html-tag): New function.
9030         (mm-save-part-to-file, mm-pipe-part): Use it.
9031
9032         * gnus-art.el (gnus-article-browse-delete-temp-files):
9033         Use gnus-y-or-n-p instead of y-or-n-p.
9034         (gnus-article-browse-html-parts): Work with message/external-body; use
9035         mm-add-meta-html-tag.
9036
9037 2007-12-11  Glenn Morris  <rgm@gnu.org>
9038
9039         * gnus-cache.el: Require gnus-sum not just when compiling.
9040
9041         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9042
9043         * gnus-int.el (gnus-server-opened, gnus-status-message):
9044         Move definitions before use.
9045
9046         * mm-decode.el: Require gnus-util.
9047         (mm-remove-part): Only call delete-annotation on XEmacs.
9048
9049         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9050
9051         * nnmail.el: Require gnus-int.
9052
9053         * spam.el: Move `require's before `eval-when-compile's.
9054
9055         * gnus-ems.el (gnus-alive-p):
9056         * gnus-fun.el (message-goto-eoh):
9057         * gnus-util.el (gnus-group-name-decode):
9058         * mail-source.el (gnus-compress-sequence):
9059         * message.el (Info-goto-node, format-spec):
9060         * mm-bodies.el (message-options-get):
9061         * mm-decode.el (mm-view-pkcs7):
9062         * mm-util.el (gmm-write-region):
9063         * mml-smime.el (mml-compute-boundary)
9064         (gnus-completing-read-with-default):
9065         * mml.el (widget-button-press, gnus-make-hashtable):
9066         * mml1991.el (mm-decode-content-transfer-encoding)
9067         (mm-encode-content-transfer-encoding)
9068         (message-options-get, message-options-set):
9069         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9070         * nnfolder.el (gnus-request-group):
9071         * nnheader.el (ietf-drums-unfold-fws):
9072         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9073         * smime.el (gnus-run-mode-hooks):
9074         * spam-stat.el (gnus-message): Autoload.
9075
9076         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9077         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9078         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9079         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9080         Add declare-function compatibility definition.
9081
9082         * gnus-cache.el (nnvirtual-find-group-art):
9083         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9084         (gnus-add-image, gnus-add-wash-type):
9085         * gnus-group.el (nnkiboze-score-file):
9086         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9087         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9088         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9089         (message-tokenize-header, gnus-get-buffer-create)
9090         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9091         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9092         * gnus.el (gnus-group-decoded-name):
9093         * mail-source.el (imap-capability):
9094         * mm-bodies.el (message-options-set):
9095         * mm-decode.el (gnus-configure-windows):
9096         * mm-extern.el (message-goto-body):
9097         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9098         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9099         (epg-sub-key-validity, message-options-set):
9100         * mml.el (widget-event-point, gnus-configure-windows):
9101         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9102         * mml2015.el (epg-check-configuration, epg-configuration)
9103         (message-options-set):
9104         * nndb.el (nndb-request-article):
9105         * nnfolder.el (gnus-request-create-group):
9106         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9107         * nnmaildir.el (gnus-group-mark-article-read):
9108         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9109         * rfc1843.el (message-fetch-field):
9110         * spam.el (gnus-extract-address-components):
9111         Declare as functions.
9112
9113 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9116
9117         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9118
9119         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9120         bind show-trailing-whitespace for XEmacs.
9121
9122 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9125         new no-op macro for backward compatibility.
9126
9127         * imap.el (imap-string-to-integer): New function.
9128
9129 2007-12-09  Glenn Morris  <rgm@gnu.org>
9130
9131         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9132
9133         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9134         * message.el, mm-view.el, sieve-manage.el, smime.el:
9135         Add declare-function compatibility definition.
9136
9137         * gnus-art.el (w3-region, w3m-region, Info-menu):
9138         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9139         * gnus-sum.el (gnus-get-predicate):
9140         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9141         * message.el (mail-abbrev-in-expansion-header-p):
9142         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9143         (w3m-detect-meta-charset, w3m-region):
9144         * sieve-manage.el (password-read, password-cache-add)
9145         (password-cache-remove):
9146         * smime.el (password-read-and-add): Declare as functions.
9147
9148 2007-12-08  David Kastrup  <dak@gnu.org>
9149
9150         * gnus-sum.el (gnus-summary-simplify-subject-query):
9151         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9152         `message'.
9153
9154 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9157         it to bind idna-program, installation-directory, defined-colors, and
9158         face-attribute for XEmacs of the version that compiles defcustom forms.
9159
9160 2007-12-07  Glenn Morris  <rgm@gnu.org>
9161
9162         * gnus-art.el (article-make-date-line): Revert previous change.
9163
9164 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9167
9168 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9169
9170         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9171         Call gnus-add-to-range ranges only once with a prepared article-list.
9172
9173 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9174
9175         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9176         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9177         group names with backslashes.
9178         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9179
9180 2007-12-06  Deepak Goel  <deego3@gmail.com>
9181
9182         * gnus-art.el (article-make-date-line):
9183         * gnus-start.el (gnus-load):
9184         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9185
9186 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-art.el (gnus-use-idna)
9189         * gnus-start.el (gnus-site-init-file)
9190         * message.el (message-use-idna)
9191         * mm-uu.el (mm-uu-hide-markers)
9192         * smiley.el (smiley-style): Revert changes that suppress warnings.
9193
9194 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9197         specify charset to html source.
9198         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9199
9200 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9203         idna-program in order to suppress byte compile warning issued by XEmacs
9204         that came to byte compile the default value section of defcustom forms
9205         recently.
9206
9207         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9208         value of installation-directory.
9209
9210         * message.el (message-use-idna): Don't directly refer to the value of
9211         idna-program.
9212
9213         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9214
9215         * smiley.el (smiley-style): Don't directly call face-attribute.
9216
9217 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9220
9221         * gnus-dired.el: Reduce Gnus dependencies.
9222         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9223         Don't require.  Use autoloads instead.
9224         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9225         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9226         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9227         (gnus-dired-mode): Adjust doc string.
9228         (gnus-dired-mail-mode): New variable.
9229         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9230         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9231         (gnus-dired-mail-buffers): New function.  Return mail or message
9232         composition buffers.
9233         (gnus-dired-attach): Use it.
9234         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9235         NO-DECODE.
9236         (gnus-dired-print): Use `gnus-print-buffer' depending on
9237         `gnus-dired-mail-mode'.
9238
9239 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * rfc2047.el (rfc2047-encoded-word-regexp)
9242         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9243         explaining what regexp patterns are for.
9244
9245 2007-12-04  Glenn Morris  <rgm@gnu.org>
9246
9247         * password.el: Move to password-cache.el.
9248
9249         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9250         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9251         * mml-smime.el (password-read, password-cache-add)
9252         (password-cache-remove):
9253         No need to autoload, since mml-sec requires password.
9254
9255         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9256         * message.el (gnus-extract-address-components):
9257         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9258
9259         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9260         password.
9261
9262 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * mailcap.el: Reduce dependencies.
9265         (mail-header-parse-content-type): Autoload.
9266         (mailcap-delete-duplicates): New alias.
9267         (mailcap-mime-info): Add optional argument NO-DECODE.
9268         (mailcap-mime-types): Use mailcap-delete-duplicates.
9269
9270         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9271
9272 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9273
9274         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9275         (imap-parse-status): Upcase status-att for servers that sends them
9276         lower-case (e.g., MS Exchange 2007).
9277
9278 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9281         function.
9282
9283         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9284         (gnus-uu-yenc-article): New function.
9285
9286         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9287
9288         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9289
9290 2007-12-02  Glenn Morris  <rgm@gnu.org>
9291
9292         * binhex.el (binhex): New custom group.
9293         (binhex-decoder-program, binhex-decoder-switches)
9294         (binhex-use-external): Move to the binhex custom group.
9295
9296         * uudecode.el (uudecode): New custom group.
9297         (uudecode-decoder-program, uudecode-decoder-switches)
9298         (uudecode-use-external): Move to the uudecode custom group.
9299
9300         * netrc.el (top-level): Don't load `encrypt' features.
9301         (netrc-parse): Don't use encrypt.
9302         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9303
9304         * encrypt.el: Remove file.
9305
9306 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9309         matches on patches.
9310
9311         * gnus-art.el (gnus-article-browse-html-article):
9312         Mention `mm-text-html-renderer' in the doc string.
9313
9314         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9315         string.  Add comments.
9316
9317         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9318         if rhs is ASCII.
9319
9320 2007-12-01  Glenn Morris  <rgm@gnu.org>
9321
9322         * mail-source.el (top-level): Require format-spec before
9323         eval-when-compile.
9324
9325 2007-11-30  Glenn Morris  <rgm@gnu.org>
9326
9327         * encrypt.el: Require password, rather than autoloading password-read.
9328
9329 2007-11-29  Glenn Morris  <rgm@gnu.org>
9330
9331         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9332         (sasl-make-client, sasl-next-step, sasl-step-data)
9333         (sasl-step-set-data): Declare as functions.
9334
9335 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9338
9339 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9340
9341         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9342         certs should be verified and what is to be done in the event of a
9343         verification failure.
9344
9345         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9346         caller can indicate whether the cache should be disregarded for this
9347         call.  This way the result of the call is reproducible at all times and
9348         can be considered a canonical server name for the supplied method.
9349         (gnus-agent-method-p): Canonicalize server names by pushing their
9350         method through `gnus-method-to-server' using the no-cache argument.
9351
9352         * gnus-srvr.el (gnus-server-insert-server-line):
9353         Call `gnus-method-to-server' with `no-cache' argument.
9354
9355         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9356         gnus-agent-possibly-synchronize-flags as this should be called when the
9357         server is actually being opened.
9358         (gnus-agent-possibly-synchronize-flags)
9359         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9360         flags file of an agentized server to the latter function.
9361
9362         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9363         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9364         after a connection has been established successfully.
9365
9366 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (article-display-face): Force to display face if called
9369         interactively; check if gnus-article-x-face-too-ugly matches author.
9370         (article-display-x-face): Display face even if From header is missing
9371         as article-display-face does.
9372
9373 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9374
9375         * hashcash.el (message-narrow-to-headers-or-head)
9376         (message-fetch-field, message-goto-eoh)
9377         (message-narrow-to-headers): Declare as functions.
9378
9379 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * mail-source.el (mail-sources): Default to fetch from file for
9382         compatibility with default of nnmail-spool-file.
9383
9384 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9387         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9388         to look for encoded word that should be encoded again.
9389         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9390         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9391         encoding pattern.
9392         (rfc2047-decode-region): Switch strict regexp and loose one according
9393         to rfc2047-allow-irregular-q-encoded-words.
9394
9395 2007-11-25  Romain Francoise  <romain@orebokech.com>
9396
9397         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9398
9399 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * tls.el (tls-program): Provide more custom choices from
9402         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9403         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9404
9405 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9408         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9409
9410         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9411         `nnmail-spool-file'.
9412
9413         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9414         `nnmail-spool-file'.
9415
9416         * gnus-move.el (gnus-change-server): Ditto.
9417
9418         * gnus-kill.el (gnus-batch-score): Ditto.
9419
9420         * gnus-cache.el (gnus-jog-cache): Ditto.
9421
9422         * gnus-msg.el (gnus-summary-reply):
9423         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9424
9425 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9428         version.  Minor improvement to doc strings.
9429         (tls-program): Add comment.
9430
9431 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9432
9433         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9434         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9435         mismatch between the hostname provided in the certificate and the name
9436         of the host connnecting to.
9437         (open-tls-stream): Use them.  Check certificates against trusted root
9438         certificates.
9439
9440 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-cache.el (gnus-cache-generate-nov-databases):
9443         Use nnml-generate-nov-databases-directory instead of
9444         nnml-generate-nov-databases-1.
9445
9446 2007-11-24  Glenn Morris  <rgm@gnu.org>
9447
9448         * message.el (message-tool-bar-retro): Update for rename
9449         mail_send.xpm->mail-send.xpm.
9450
9451 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9454         `smime-ldap-search' for Emacs 22 and up.
9455
9456 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9457
9458         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9459
9460         * message.el (message-send-mail-function): Fix error convention.
9461         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9462         (message-widen-reply, message-send-mail, message-talkative-question)
9463         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9464         (message-clone-locals, message-send-news): Use with-current-buffer.
9465         (message-insert-or-toggle-importance): Remove unused var `valid'.
9466         (message-make-references): Remove unused var `new-references'.
9467         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9468
9469 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9470
9471         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9472         (spam-split-symbolic-return-positive): Reflow docstring.
9473         (spam-backends, spam-summary-exit-behavior)
9474         (spam-mark-ham-unread-before-move-from-spam-group)
9475         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9476         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9477         (spam-clear-cache, spam-backend-check, spam-install-backend)
9478         (spam-install-statistical-backend, spam-list-of-processors)
9479         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9480         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9481         (spam-check-crm114, spam-initialize, spam-unload-hook):
9482         Fix typos in docstrings.
9483
9484 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9487         been checked if they have never been read and those group levels are
9488         higher than the one that a user specified.
9489
9490 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9493         foreign groups unless a group level is specified by a user.
9494         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9495
9496 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * message.el (message-send-mail-function): Require sendmail.
9499
9500 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * message.el (message-send-mail-function): Check for smtpmail too.
9503
9504         * utf7.el (utf7-encode, utf7-decode): Use coding system
9505         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9506
9507         * message.el (message-send-mail-function): New function.
9508         (message-send-mail-function): Set default using
9509         message-send-mail-function.  Adjust doc string.
9510         (message-send-mail-with-mailclient): New function.
9511
9512 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9513
9514         * smime.el (from):
9515         * rfc2047.el (message-posting-charset):
9516         * qp.el (mm-use-ultra-safe-encoding):
9517         * pop3.el (parse-time-months):
9518         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9519         * nnml.el (files):
9520         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9521         (jka-compr-compression-info-list, ange-ftp-path-format)
9522         (efs-path-regexp):
9523         * nndiary.el (files):
9524         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9525         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9526         (epg-digest-algorithm-alist, inhibit-redisplay)
9527         (password-cache-expiry):
9528         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9529         (pgg-output-buffer, password-cache-expiry):
9530         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9531         (efs-path-regexp):
9532         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9533         (inhibit-redisplay):
9534         * mm-uu.el (file-name, start-point, end-point, entry)
9535         (gnus-newsgroup-name, gnus-newsgroup-charset):
9536         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9537         (latin-unity-ucs-list):
9538         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9539         (mm-uu-binhex-decode-function):
9540         * message.el (gnus-message-group-art, gnus-list-identifiers)
9541         (rmail-enable-mime-composing, gnus-local-organization)
9542         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9543         (gnus-read-active-file, facemenu-add-face-function)
9544         (facemenu-remove-face-function, gnus-article-decoded-p)
9545         (tool-bar-mode):
9546         * mail-source.el (display-time-mail-function):
9547         * gnus-util.el (nnmail-pathname-coding-system)
9548         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9549         (gnus-original-article-buffer, gnus-user-agent)
9550         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9551         (xemacs-codename, sxemacs-codename, emacs-program-version):
9552         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9553         * gnus-start.el (gnus-agent-covered-methods)
9554         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9555         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9556         (gnus-newsgroup-headers, gnus-group-list-mode)
9557         (gnus-group-mark-positions, gnus-newsgroup-data)
9558         (gnus-newsgroup-unreads, nnoo-state-alist)
9559         (gnus-current-select-method, mail-sources)
9560         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9561         (nnmail-spool-file, gnus-cache-active-hashtb):
9562         * gnus-mh.el (mh-lib-progs):
9563         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9564         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9565         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9566         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9567         (gnus-group-buffer):
9568         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9569         (font-lock-set-defaults):
9570         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9571         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9572         (gnus-summary-post-menu, total-parts, type, condition, length):
9573         * gnus-agent.el (gnus-agent-read-agentview):
9574         * flow-fill.el (show-trailing-whitespace):
9575         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9576         eval-and-compile wrappers for byte compiler pacifiers.
9577
9578         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9579         (mm-display-inline-fontify): Check for featurep 'xemacs not
9580         extent-list.
9581
9582         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9583         itimer-list.
9584         (mm-create-image-xemacs): Only do something for XEmacs.
9585         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9586
9587         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9588
9589         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9590         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9591
9592 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9593
9594         * nnimap.el (nnimap-split-download-body):
9595         * gnus-demon.el (gnus-demon):
9596         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9597
9598 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9601         New macros.
9602         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9603         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9604         copy data from unibyte buffer to multibyte current buffer.
9605         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9606         to copy data from unibyte current buffer to multibyte buffer.
9607         (nntp-make-process-buffer): Make process buffer unibyte.
9608
9609         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9610
9611 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9612
9613         * pop3.el (pop3-open-server): Accept and process data more robustly at
9614         connexion start to avoid spurious "POP SSL connexion failed" errors.
9615
9616 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9619         read group names.
9620
9621 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9624
9625 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9628         (nnmail-save-active): Use a unibyte buffer when saving active file,
9629         which may contain non-ASCII group names.
9630
9631         * nnml.el (nnml-request-group): Decode group names in messages.
9632
9633 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * message.el (message-citation-line-function)
9636         (message-insert-formatted-citation-line): Fix spelling of
9637         `message-insert-formated-citation-line'.
9638
9639 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9642
9643 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9646         nnmail-pathname-coding-system.
9647
9648         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9649         that a user enters; decode group names in messages.
9650
9651         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9652
9653 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9656
9657         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9658
9659         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9660         risky local variable.
9661
9662         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9663
9664 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9665
9666         * encrypt.el: Improve documentation to fix function name typo.
9667         Reported by Daiki Ueno <ueno@unixuser.org>.
9668
9669 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9672         even if the point is not in the last page of an article.
9673         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9674         back to the previous page.
9675
9676 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9679
9680 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9683
9684 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9685
9686         * message.el (message-check-news-body-syntax):
9687         Avoid mm-string-as-multibyte.
9688         (message-hide-headers): Don't assume (point-min)==1.
9689
9690 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * message.el (message-remove-blank-cited-lines): Fix if remove is
9693         given.
9694         (message-bogus-address-regexp): New variable.
9695         (message-bogus-recipient-p): New function.
9696         (message-check-recipients): New command.
9697         (message-syntax-checks): Add `bogus-recipient'.
9698         (message-fix-before-sending): Add `bogus-recipient'.
9699
9700         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9701         (gnus-treat-body-boundary): Don't test window-system.
9702
9703 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9704
9705         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9706
9707 2007-10-28  Miles Bader  <miles@gnu.org>
9708
9709         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9710         at compile-time too.
9711
9712 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gnus-msg.el (gnus-message-setup-hook):
9715         Add `message-remove-blank-cited-lines' to options.
9716
9717 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * message.el (message-remove-blank-cited-lines): New function.
9720         Suggested by Karl Plästerer.
9721
9722 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9725         mapc.
9726
9727         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9728         (top-level): Use mapc to set functions to be traced for debugging.
9729
9730         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9731         called for effect with while loop.
9732
9733         * message.el (message-talkative-question): Replace mapcar called for
9734         effect with mapc.
9735
9736         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9737         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9738         called for effect with dolist.
9739
9740         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9741
9742         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9743         gnus-extra-headers and nnmail-extra-headers.
9744
9745         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9746         called for effect with dolist.
9747         (top-level): Use mapc to set functions to be traced for debugging.
9748
9749         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9750         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9751         dolist.
9752
9753         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9754         Replace mapcar called for effect with mapc.
9755         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9756         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9757         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9758         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9759
9760         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9761         remove-if that's a cl function.
9762
9763         * webmail.el (webmail-debug): Replace mapcar called for effect with
9764         dolist.
9765
9766         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9767         with mapc.
9768
9769 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9772         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9773         with while loop.
9774
9775         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9776         functions from article-* functions.
9777         (gnus-multi-decode-header): Replace mapcar called for effect with
9778         dolist.
9779
9780         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9781         (gnus-bookmark-show-details): Replace mapcar called for effect with
9782         while loop.
9783
9784         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9785         called for effect with while loop.
9786
9787         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9788         with dolist.
9789
9790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9791         Replace mapcar called for effect with dolist.
9792
9793         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9794
9795         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9796         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9797         Replace mapcar called for effect with dolist.
9798         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9799         mapc.
9800
9801         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9802         Replace mapcar called for effect with dolist.
9803         (gnus-topic-list): Replace mapcar called for effect with mapc.
9804
9805         * gnus.el: Use mapc instead of mapcar to add autoloads.
9806
9807 2007-10-23  Richard Stallman  <rms@gnu.org>
9808
9809         * gnus-group.el (gnus-group-highlight): Mark as risky.
9810
9811 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus.el (gnus-server-to-method): Return method found first in
9814         gnus-newsrc-alist.
9815
9816         * gnus-art.el (gnus-article-highlight-signature)
9817         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9818         button overlay without the front stickiness.
9819
9820 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9821
9822         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9823         overview buffer needed a catch to receive its throw.
9824         (gnus-agent-flush-cache): Declare as interactive to make this function
9825         easier to use.
9826
9827 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9830         `next-line'.
9831
9832 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9835         exclude address matching message-dont-reply-to-names.
9836
9837 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-util.el (gnus-string<): New function.
9840
9841         * gnus-sum.el (gnus-article-sort-by-author)
9842         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9843
9844 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9847         the frame-focus tag is set in gnus-buffer-configuration.
9848
9849 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9852         the front stickiness.
9853
9854 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9857         url pattern; remove duplicate one.
9858         (gnus-article-extend-url-button): New function.
9859         (gnus-article-add-buttons): Use it.
9860         (gnus-button-push): Use concatenated url that it makes.
9861
9862 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9863
9864         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9865
9866 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9867
9868         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9869         Don't hardcode point-min==1.
9870
9871 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9874         Fix comment about "iso8859-1".
9875
9876 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9877
9878         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9879         ones returned from the verify-function.
9880
9881         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9882         Call mml2015-extract-cleartext-signature if extraction failed.
9883
9884 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9885
9886         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9887         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9888         failed.
9889
9890 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9893
9894 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9897         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9898         recommends to use EasyPG instead of PGG.
9899
9900         * pgg.el: Revert to revision 6.23.2.16.
9901
9902         * pgg-def.el: Revert to revision 6.6.2.14.
9903
9904         * pgg-gpg.el: Revert to revision 6.23.2.34.
9905
9906 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9907
9908         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9909         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9910         thread for both the null and zero (kill/expire thread) universal prefix
9911         cases.
9912         (gnus-summary-expire-thread): Add new function to expire a thread,
9913         using gnus-summary-kill-thread.
9914         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9915         shortcuts for gnus-summary-expire-thread.
9916         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9917         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9918
9919 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9920
9921         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9922         extras value, so an extras entry can be deleted.
9923         (gnus-registry-delete-extra-entry): Use it.
9924         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9925         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9926         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9927         storage through the gnus-registry, and provide an appropriate API for
9928         it.
9929
9930 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9933         Suggested by Leo <sdl.web@gmail.com>.
9934
9935         * gnus.el: Do.
9936
9937 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9940         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9941
9942         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9943
9944         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9945         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9946
9947 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9950         newline.
9951         (nnmbox-request-accept-article): Don't change article in source buffer;
9952         narrow to header to use message-fetch-field rather than
9953         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9954         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9955         as delimiters; make sure article ends with newline.
9956         (nnmbox-delete-mail): Correct last position of article to be deleted;
9957         ignore X-Gnus-Newsgroup header in article body.
9958         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9959         positions; make sure article ends with newline.
9960
9961         * message.el (message-display-abbrev): Don't infloop when a user
9962         inserts SPC in the beginning of header.
9963
9964         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9965         coding-system-for-read and coding-system-for-write for XEmacs having no
9966         file-coding feature.
9967
9968         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9969
9970 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9973         list of groups not followed by default.  Fix type to be regexp.
9974         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9975
9976 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9977
9978         * hmac-def.el (define-hmac-function): Switch from old-style to
9979         new-style backquotes.
9980
9981         * md4.el (md4-make-step): Likewise.
9982
9983 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9986         raw-text coding system when saving .newsrc file, which may contain
9987         non-ASCII group names.
9988
9989 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-cus.el (gnus-score-extra): New widget.
9992         (gnus-score-extra-convert): New function.
9993         (gnus-score-customize): Use it for Extra.
9994
9995 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9996
9997         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9998         (mml2015-mailcrypt-clear-verify): Use it.
9999         (mml2015-gpg-clear-verify): Use it.
10000         (mml2015-pgg-clear-verify): Use it.
10001         (mml2015-epg-clear-verify): Replace the current part with the output
10002         from GnuPG; don't extract the plaintext by itself.
10003
10004         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10005         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10006         mml2015-clear-verify-function; don't touch the armor headers or
10007         dash-escaped text here.
10008
10009 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10012         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10013         parts, or application/octet-stream as a last resort.
10014         (gnus-mime-view-part-as-type): Don't toggle display.
10015         (gnus-mime-view-part-as-charset): Don't turn off display before
10016         querying charset.
10017
10018         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10019         stuff to undisplayer function in Emacs.
10020         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10021
10022         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10023         text/calendar parts.
10024
10025 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10028         decoding text/calendar parts.
10029
10030         * message.el (message-forward-make-body-mime): Always mark body as
10031         having no illegible text; remove signed-or-encrypted argument.
10032         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10033
10034         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10035         (mml-generate-mime-1): Don't encode body if it is specified to be in
10036         raw form; don't make buffer be unibyte when inserting multibyte string.
10037
10038 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10039
10040         * sha1.el: Fix up comment style.
10041         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10042         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10043
10044         * hex-util.el: Fix up comment style.
10045         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10046
10047         * gnus-salt.el: Use with-current-buffer.
10048         (gnus-pick-setup-message): Fix long-standing typo.
10049
10050 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * imap.el (imap-logout-timeout): New variable.
10053         (imap-logout, imap-logout-wait): New functions.
10054         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10055
10056         * nnimap.el (nnimap-logout-timeout): New server variable.
10057         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10058         nnimap-logout-timeout.
10059
10060         * gnus-art.el (gnus-article-summary-command-nosave)
10061         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10062
10063 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus.el (gnus-maximum-newsgroup): New variable.
10066
10067         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10068         according to gnus-maximum-newsgroup.
10069
10070         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10071         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10072         Limit the range of articles according to gnus-maximum-newsgroup.
10073
10074 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10075
10076         * gnus-art.el (gnus-sticky-article): Fix problems described in
10077         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10078         Don't perform gnus-configure-windows here; reuse existing sticky
10079         article buffer.
10080
10081         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10082         it doesn't exist in gnus-article-mode.
10083
10084 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10087         (gnus-agent-decoded-group-name): New function.
10088         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10089         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10090
10091 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10092
10093         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10094         Add binding for gnus-sticky-article.
10095         (gnus-summary-exit): Don't kill sticky article buffers.
10096
10097         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10098         article buffer.
10099         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10100         (gnus-kill-sticky-article-buffers): New commands.
10101
10102 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * nntp.el (nntp-xref-number-is-evil): New server variable.
10105         (nntp-find-group-and-number): If it is non-nil, don't trust article
10106         numbers in the Xref header.
10107
10108 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-agent.el (gnus-agent-read-group): New function.
10111         (gnus-agent-flush-group, gnus-agent-expire-group)
10112         (gnus-agent-regenerate-group): Use it.
10113         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10114         nnmail-pathname-coding-system.
10115
10116 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10119
10120         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10121         that are unread as unread, and also as selected so that information of
10122         marks having been changed by a user may be updated when exiting group.
10123
10124 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10127
10128 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10131         calculated ignoring signature parts to gnus-treat-article.
10132
10133 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10136         a point here in order to keep the window start.
10137         (gnus-insert-mime-security-button): Make a button overlay without the
10138         front stickiness.
10139         (gnus-mime-display-security): Goto the end of a button.
10140
10141         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10142
10143 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10146         group-name-at-point.
10147         (gnus-group-completing-read): New function that offers decoded
10148         non-ASCII group names for completion.
10149         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10150         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10151         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10152         (gnus-group-fetch-control): Use it.
10153         (gnus-fetch-group): Use group-name-at-point for the initial value
10154         rather than the default value; use gnus-alive-p.
10155
10156         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10157         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10158         (gnus-summary-post-news): Use gnus-group-completing-read.
10159
10160         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10161         (gnus-read-move-group-name): Decode group name for completion.
10162
10163 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10164
10165         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10166         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10167         Yamaoka slightly modified the code).
10168
10169 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10172         (nnmail-split-incoming): Bind it.
10173
10174         * nnml.el (nnml-group-name-charset): New function.
10175         (nnml-decoded-group-name): Use it; don't decode group name if
10176         nnmail-group-names-not-encoded-p is non-nil.
10177         (nnml-encoded-group-name): New function.
10178         (nnml-group-pathname): Inline nnml-decoded-group-name.
10179         (nnml-request-expire-articles): Decode group name in message.
10180         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10181         nnmail-pathname-coding-system.
10182         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10183         not decoded ones according to nnmail-group-names-not-encoded-p.
10184         (nnml-generate-active-info): Use nnml-encoded-group-name.
10185
10186 2007-08-08  Glenn Morris  <rgm@gnu.org>
10187
10188         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10189         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10190         doc-strings and comments.
10191
10192 2007-07-25  Glenn Morris  <rgm@gnu.org>
10193
10194         * Relicense all FSF files to GPLv3 or later.
10195
10196 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-sum.el (gnus-summary-move-article):
10199         Make gnus-summary-respool-article work.
10200
10201 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10204         string.
10205
10206 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10207
10208         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10209         that should be ignored when comparing distant RSS articles with local
10210         ones.
10211         (nnrss-make-hash-index): New function.  Create a hash index according
10212         to the ignored fields.
10213         (nnrss-check-group): Use it.
10214
10215 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10218
10219         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10220
10221         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10222         the new optional argument ENCODED is non-nil.
10223         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10224         coding system for encoding group name.
10225         (gnus-group-make-rss-group): Pass un-encoded group name to
10226         gnus-group-make-group.
10227         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10228         encoded.
10229
10230         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10231         Encode group name to which articles are moved or copied.
10232         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10233         coding system for encoding Newsgroup, Followup-To and Xref headers.
10234
10235         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10236         marks; use nnheader-file-coding-system to write a file.
10237         (nnagent-retrieve-headers): Bind file-name-coding-system to
10238         nnmail-pathname-coding-system.
10239
10240         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10241
10242         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10243         (nnml-request-article, nnml-request-create-group)
10244         (nnml-request-rename-group, nnml-find-id)
10245         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10246         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10247         (nnml-save-marks): Use nnml-group-pathname instead of
10248         nnmail-group-pathname.
10249
10250         (nnml-request-create-group, nnml-request-expire-articles)
10251         (nnml-request-move-article, nnml-request-delete-group)
10252         (nnml-deletable-article-p, nnml-possibly-create-directory)
10253         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10254         (nnml-open-marks): Bind file-name-coding-system to
10255         nnmail-pathname-coding-system.
10256
10257         (nnml-request-article): Pass server argument to nnml-find-group-number.
10258         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10259         Pass server argument to nnml-possibly-create-directory.
10260         (nnml-request-accept-article): Pass server argument to
10261         nnml-active-number and nnml-save-mail.
10262         (nnml-find-group-number): Pass server argument to nnml-find-id.
10263         (nnml-request-update-info): Pass server argument to
10264         nnml-marks-changed-p.
10265
10266         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10267         (nnml-save-mail, nnml-active-number): Add server argument.
10268
10269         (nnml-request-delete-group): Warn if group is missing.
10270         (nnml-get-nov-buffer): Decode group name.
10271         (nnml-generate-active-info): Encode group name.
10272         (nnml-open-marks): Decode group name in messages.
10273
10274 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10277         if it is not specified.
10278         (gnus-article-pipe-part, gnus-article-save-part)
10279         (gnus-article-interactively-view-part, gnus-article-copy-part)
10280         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10281         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10282         (gnus-article-replace-part, gnus-article-delete-part)
10283         (gnus-article-view-part-as-type): Pass raw prefix argument to
10284         gnus-article-part-wrapper.
10285
10286 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-agent.el (gnus-agent-save-active):
10289         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10290
10291         * gnus-cache.el (gnus-cache-save-buffers)
10292         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10293         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10294         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10295         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10296         (gnus-cache-generate-active, gnus-cache-rename-group)
10297         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10298         (gnus-cache-update-overview-total-fetched-for):
10299         Bind file-name-coding-system to nnmail-pathname-coding-system.
10300         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10301         New variables.
10302         (gnus-cache-decoded-group-name): New function.
10303         (gnus-cache-file-name): Use it.
10304         (gnus-cache-generate-active): Use non-decoded group name for active.
10305
10306         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10307         right place.
10308         (gnus-write-active-file): Don't break non-ASCII group names.
10309
10310         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10311         nnmail-pathname-coding-system.
10312
10313         * lpath.el: Bind default-file-name-coding-system,
10314         file-name-coding-system and language-info-alist for XEmacs.
10315
10316         * gnus-uu.el (gnus-uu-decode-save): Typo.
10317
10318 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10321
10322 2007-07-14  David Kastrup  <dak@gnu.org>
10323
10324         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10325         finishing actions if we did not edit the article.
10326
10327 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10330         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10331         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10332         (gnus-agent-flush-group, gnus-agent-flush-cache)
10333         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10334         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10335         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10336         (gnus-agent-regenerate-group)
10337         (gnus-agent-update-files-total-fetched-for)
10338         (gnus-agent-update-view-total-fetched-for):
10339         Bind file-name-coding-system to nnmail-pathname-coding-system.
10340         (gnus-agent-group-pathname): Don't encode file names by
10341         nnmail-pathname-coding-system.
10342         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10343         coding-system-for-write instead of buffer-file-coding-system to
10344         gnus-agent-file-coding-system.
10345
10346         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10347         Decode group name.
10348
10349         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10350
10351         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10352         (gnus-read-newsrc-el-file): Make group names unibyte.
10353
10354         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10355         nnmail-pathname-coding-system.
10356
10357         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10358         (nnrss-request-delete-group): Bind file-name-coding-system to
10359         nnmail-pathname-coding-system.
10360         (nnrss-read-server-data, nnrss-read-group-data):
10361         Bind file-name-coding-system correctly.
10362         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10363
10364         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10365         (nntp-server-to-method-cache): New variable.
10366         (nntp-group-pathname): New function that decodes non-ASCII group names.
10367         (nntp-possibly-create-directory, nntp-marks-changed-p)
10368         (nntp-save-marks, nntp-open-marks): Use it.
10369         (nntp-possibly-create-directory, nntp-open-marks):
10370         Bind file-name-coding-system to nnmail-pathname-coding-system.
10371         (nntp-open-marks): Decode group names when bootstrapping marks.
10372
10373         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10374         Newsgroups and Folowup-To headers.
10375
10376 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10379         (gnus-server-closed-face, gnus-server-denied-face)
10380         (gnus-server-offline-face): Remove variable.
10381         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10382
10383         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10384         of modifying message-stack directly for XEmacs.
10385
10386         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10387         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10388         if the coding-system argument is nil for XEmacs.
10389
10390         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10391         mm-charset-override-alist.
10392
10393         * rfc2047.el: Don't require base64; require rfc2045 for the function
10394         rfc2045-encode-string.
10395         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10396         to quote the parameter value.
10397
10398 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10401         form in gnus-group-name-charset-method-alist.
10402
10403         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10404         overrides the default layout edit-form.
10405
10406         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10407
10408         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10409
10410 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10413         as unfetched articles.
10414
10415 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10418
10419 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10422         original back end that keeps marks in the local system.
10423
10424 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10427         arg of pop-to-buffer for XEmacs.
10428         (gnus-article-read-summary-keys): Ditto; don't restore window
10429         configuration if summary command ends up with neither article buffer
10430         nor summary buffer; describe bindings if summary keys end with C-h.
10431
10432 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * message.el (message-fix-before-sending): Skip raw message part to be
10435         forwarded while checking illegible text.
10436         (message-forward-make-body-mime, message-forward-make-body):
10437         Mark signed or encrypted raw message as having no illegible text.
10438
10439 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10442         (gnus-message-with-timestamp-1): New macro.
10443         (gnus-message-with-timestamp): New function.
10444         (gnus-message): Use them.
10445
10446         * nnheader.el (nnheader-message): Use them.
10447
10448 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10451         .newsrc.eld file.
10452
10453 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-agent.el (gnus-agent-fetch-headers)
10456         (gnus-agent-retrieve-headers):
10457         Bind gnus-decode-encoded-address-function to identity.
10458
10459         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10460         available also when the server returns simply a dot.
10461
10462         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10463
10464 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10467
10468 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-ems.el (gnus-x-splash): Make it work.
10471
10472         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10473         from being used.
10474
10475         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10476
10477 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10480         4th and the 5th arguments.
10481
10482         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10483         the front stickiness.
10484         (gnus-article-summary-command-nosave): Correct the order of the
10485         arguments passed to pop-to-buffer.
10486         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10487         summary command ends up with the article buffer.
10488
10489         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10490         the same faces.
10491
10492 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10493
10494         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10495
10496 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10497
10498         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10499         * gnus-sum.el (gnus-summary-highlight):
10500         * pgg.el (pgg-sign-region, pgg-sign):
10501         * mail-source.el (mail-source-delete-old-incoming-confirm):
10502         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10503
10504 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-art.el (gnus-mime-view-part-externally)
10507         (gnus-mime-view-part-internally): Fix predicate function passed to
10508         completing-read.
10509
10510         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10511
10512         * gnus.el (gnus-update-message-archive-method): Add :version.
10513
10514 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus.el (gnus-update-message-archive-method): New variable.
10517
10518         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10519         according to gnus-message-archive-method if
10520         gnus-update-message-archive-method is non-nil.
10521
10522 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10525         Suggested by Loic Dachary <loic@dachary.org>.
10526         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10527
10528 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * message.el (message-pop-to-buffer): Add switch-function argument.
10531         (message-mail): Pass switch-function argument to it.
10532
10533 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10536         Improve doc string.
10537
10538 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10541         (gnus-header-content)
10542         * gnus-cite.el (gnus-cite-10)
10543         * gnus-srvr.el (gnus-server-closed)
10544         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10545         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10546         (gnus-group-mail-3-empty, gnus-group-mail-low)
10547         (gnus-group-mail-low-empty, gnus-splash)
10548         * message.el (message-header-to, message-header-cc)
10549         (message-header-subject, message-header-other, message-header-name)
10550         (message-header-xheader, message-separator, message-cited-text)
10551         (message-mml): Lighten colors of faces used for dark background.
10552
10553 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10554
10555         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10556         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10557
10558 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * message.el (message-narrow-to-headers-or-head):
10561         Ignore mail-header-separator in the body.
10562
10563 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10566         same as window size.
10567
10568 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10569
10570         * message.el (message-font-lock-keywords): Use message-header-xheader
10571         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10572         ahead of the anything pattern, to get it recognised.
10573
10574 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10577         spam.el loads uses it in the compiled defadvice form.
10578
10579 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10580
10581         * gnus-sum.el (gnus-articles-to-read)
10582         (gnus-summary-insert-old-articles): Don't truncate group name for
10583         `read-string'.
10584
10585         * gnus-util.el (gnus-limit-string): Delete this function.
10586
10587         * gnus-sum.el (gnus-simplify-subject-fully):
10588         Use `truncate-string-to-width' instead.
10589
10590 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10591
10592         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10593         Tell if, on summary exit, the next group has to be selected.
10594         (gnus-summary-exit): Use it.
10595
10596 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10599         non-break space.
10600
10601 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10604         Check if group is not a directory.
10605         (nnfolder-request-expire-articles): Don't delete articles if the target
10606         group is not available.
10607
10608         * nnml.el (nnml-request-create-group): Properly check if group is not a
10609         file.
10610         (nnml-request-expire-articles): Don't delete articles if the target
10611         group is not available.
10612
10613         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10614         Don't quote characters that are within parentheses.
10615
10616 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10619         (gnus-handle-ephemeral-exit): Select article according to it.
10620
10621 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * message.el (message-insert-formated-citation-line): Remove newline.
10624         (message-citation-line-format): Add final \n here so that the user can
10625         avoid a blank line.
10626
10627 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10628
10629         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10630         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10631         Update lanl/arXiv support.
10632
10633 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus.el: Bump version number.
10636
10637 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus.el (gnus-version-number): Bump version.
10640
10641 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10642
10643         * gnus.el: No Gnus v0.6 is released.
10644
10645 2007-04-27  Didier Verna  <didier@xemacs.org>
10646
10647         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10648         * gmm-utils.el (gmm-regexp-concat): ... here.
10649         * message.el: Don't require 'gnus-util.
10650         (message-dont-reply-to-names): Handle name change above.
10651         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10652
10653 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10656         since the initial value varies according to the system.
10657
10658 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10661
10662 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10663
10664         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10665
10666 2007-04-24  Didier Verna  <didier@xemacs.org>
10667
10668         Improve the type of gnus-ignored-from-addresses.
10669         * gnus-util.el (gnus-orify-regexp): New function.
10670         * message.el (gnus-util): Require it.
10671         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10672         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10674
10675 2007-04-24  Didier Verna  <didier@xemacs.org>
10676
10677         * gnus-sum.el:
10678         * gnus-utils.el: Fix some trailing whitespaces.
10679
10680 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10683         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10684         article's Message-ID; refer parent article in summary buffer.
10685
10686         * message.el (message-bounce): Call mime-to-mml.
10687
10688         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10689         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10690         optimize and/or forms properly.
10691
10692 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10695         URL.
10696
10697 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10700
10701 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10704         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10705         displayed of multipart/alternative part if it is invoked from summary
10706         buffer.
10707
10708         * mm-view.el (mm-inline-text-html-render-with-w3m)
10709         (mm-inline-text-html-render-with-w3m-standalone)
10710         (mm-inline-render-with-function): Use mail-parse-charset by default.
10711
10712 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10713
10714         * parse-time.el (parse-time-string-chars): Check if CHAR
10715         is less than the length of parse-time-syntax.
10716
10717 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10720         from gnus-newsgroup-processable.
10721
10722 2007-04-16  Didier Verna  <didier@xemacs.org>
10723
10724         * gnus-msg.el (gnus-configure-posting-styles):
10725         Handle message-signature-directory properly with :file syntax.
10726         Reported by "Leo".
10727
10728 2007-04-11  Didier Verna  <didier@xemacs.org>
10729
10730         New user option: message-signature-directory.
10731         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10732         * message.el (message-insert-signature): Ditto.
10733         * message.el (message-signature-file): Doc update.
10734         * message.el (message-signature-directory): New.
10735
10736 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-msg.el (gnus-inews-yank-articles):
10739         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10740
10741 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * message.el (message-yank-original): Make sure cited text ends with
10744         newline; don't exchange point and mark.
10745
10746 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10747
10748         * tls.el (open-tls-stream): Properly handle case where there
10749         is no associated buffer.
10750
10751 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10752
10753         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10754         message-yank-original, make sure (< mark TEXT point).
10755
10756 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el (message-fill-column): New variable.
10759         (message-mode): Use it.  Add comment on a possible new hook.
10760
10761         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10762         (nnmail-get-new-mail): Reformat.
10763
10764         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10765
10766         * gmm-utils.el: Fix Commentary.
10767         (gmm-tool-bar-from-list): Fix typo in doc string.
10768
10769 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10770
10771         * message.el (message-yank-original): Don't switch point and mark
10772         unnecessarily to put point and mark as documented.
10773
10774 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10777         from the message heads.
10778
10779 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10780
10781         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10782         article buffer does not have a window.  This may not be the best
10783         solution but is certainly better than setting the start of the null,
10784         that is the current, window.
10785
10786 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10787
10788         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10789         (gnus-draft-setup): Run it.
10790
10791         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10792         gnus-score-fast-scoring.  Allow regexp.
10793         (gnus-score-headers): Use it.
10794
10795         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10796         XEmacs.
10797
10798         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10799         string.
10800         (gnus-button-alist): Also catch `<f1> k ...'.
10801         (gnus-treat-display-x-face): Fix doc string.
10802
10803 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10804
10805         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10806         evaluation of gnus-extended-version to ensure correct generation of the
10807         User-Agent header when message-generate-headers-first is used.
10808
10809 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10810
10811         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10812         hashcash-path is nil.  Don't call callback with incorrect number of
10813         parameters if val is 0.
10814
10815 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10816
10817         * message.el (message-required-news-headers):
10818         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10819
10820 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10821
10822         * tls.el (open-tls-stream): In handshake-waiting loop,
10823         don't wait more if there is output available to process.
10824
10825 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10826
10827         * tls.el (tls-program): Doc fix.
10828
10829 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * message.el (message-generate-new-buffers): Change the meaning of the
10832         nil value; add `standard' to the choices; treat t as `unique'; improve
10833         doc string.
10834         (gnus-select-frame-set-input-focus): Autoload.
10835         (message-buffer-name): Search for the existing message buffer if
10836         message-generate-new-buffers is nil or `standard'; treat the value t of
10837         message-generate-new-buffers as `unique'.
10838         (message-pop-to-buffer): Raise the frame already displaying the message
10839         buffer; clear the echo area after querying.
10840         (message-setup): Pass the `continue' argument to compose-mail.
10841         (message-mail): Prefer `switch-function' if it is given; search for the
10842         existing message buffer if the `continue' argument is non-nil; pass
10843         continue and switch-function arguments to compose-mail by way of
10844         message-setup.
10845         (message-mail-other-window): Adjust argument of message-setup.
10846         (message-mail-other-frame): Ditto.
10847
10848 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10851         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10852         to turn font-lock on when turning gnus-message-citation-mode on.
10853
10854 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10855
10856         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10857         (mml-smime-function-alist): New variable; add epg as the backend.
10858         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10859         mml-smime- functions instead.
10860         * mm-view.el: Require smime.
10861
10862 2007-03-05  Didier Verna  <didier@xemacs.org>
10863
10864         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10865         instead of just inheritance for posting styles.
10866         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10867
10868 2007-02-24  Chris Moore  <dooglus@gmail.com>
10869
10870         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10871         * pgg-pgp.el (pgg-pgp-encrypt-region):
10872         * pgg-gpg.el (pgg-gpg-encrypt-region):
10873         Check pgg-encrypt-for-me if no other recipients.
10874
10875 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10876
10877         * tls.el (tls-certtool-program): Fix custom type.
10878
10879 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10882         and point-at-eol instead of line-(beginning|end)-position.
10883
10884         * assistant.el (assistant-parse-buffer): Ditto.
10885
10886         * netrc.el (netrc-parse-services): Ditto.
10887
10888 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10889
10890         * mml2015.el (mml2015-epg-find-usable-key): New function.
10891         (mml2015-epg-sign): Use it.
10892         (mml2015-epg-encrypt): Use it.
10893
10894 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * message.el (message-make-in-reply-to): Quote name containing
10897         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10898         if there are special characters.  Reported by NAKAJI Hiroyuki
10899         <nakaji@jp.freebsd.org>.
10900
10901 2007-02-27  Didier Verna  <didier@xemacs.org>
10902
10903         Include the group parameters as well as the topic ones in the
10904         inheritance filter process.
10905         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10906         argument GROUP-PARAMS-LIST.
10907         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10908
10909 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * nntp.el (nntp-never-echoes-commands)
10912         (nntp-open-connection-functions-never-echo-commands): New variables.
10913         (nntp-send-command): Use them.
10914
10915 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10916
10917         * mml2015.el (mml2015-epg-verify): Simplify.
10918
10919 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * mml.el (mml-content-disposition-alist): New user option.
10922         (mml-content-disposition): New function.
10923         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10924         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10925
10926 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10927
10928         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10929         verification.
10930
10931 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10932
10933         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10934         articles posted in the last 24 hours.
10935
10936 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10937
10938         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10939
10940 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10941
10942         * nntp.el (nntp-send-command): Don't wait for echoes when
10943         nntp-open-ssl-stream is used.
10944
10945 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10948         (gnus-message-add-citation-keywords)
10949         (gnus-message-remove-citation-keywords): Remove.
10950         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10951         directly, make the variables in font-lock-defaults buffer-local, add
10952         gnus-message-citation-keywords to them and then update the value of
10953         font-lock-keywords.
10954
10955 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * message.el (message-cite-original-1): Don't call
10958         gnus-article-highlight-citation.
10959
10960         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10961         citations; fix line count.
10962
10963 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10966         (gnus-message-add-citation-keywords)
10967         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10968         versions of font-lock-add-keywords and font-lock-remove-keywords to
10969         work with XEmacs correctly.
10970
10971 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-cite.el (gnus-cite-face-list): Set the values of
10974         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10975         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10976         (gnus-message-cite-prefix-regexp): New variable.
10977         (gnus-message-search-citation-line): Use it; protect against long
10978         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10979         the 0th match data for Emacs.
10980         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10981         (gnus-message-add-citation-keywords): Append keywords rather than
10982         prepending; emulate font-lock-add-keywords if it is not available.
10983         (gnus-message-remove-citation-keywords):
10984         Emulate font-lock-remove-keywords if it is not available.
10985
10986         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10987
10988         * message.el (message-cite-prefix-regexp): Set the value of
10989         gnus-message-cite-prefix-regexp.
10990
10991 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10992
10993         * nnweb.el (nnweb-google-parse-1): Update parser.
10994
10995 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10996
10997         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10998
10999 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11000
11001         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11002         regexp.
11003
11004 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11007         string-to-multibyte.
11008         (uudecode-decode-region-internal): Use it.
11009
11010         * lpath.el: Fbind string-as-multibyte for XEmacs.
11011
11012 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11015         Fix custom choice.
11016
11017         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11018
11019 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11020
11021         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11022
11023         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11024         `write-region' to respect `mm-inhibit-file-name-handlers'.
11025
11026 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11029         Use gnus-home-directory instead of "~/" or "$HOME".
11030
11031 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11034         to mention filename.
11035         Add comments at beginning regarding usage.
11036         (encrypt-write-file-contents): Change interactive so a string is
11037         acceptable.  If the file has no associated model, show an error instead
11038         of a nonsense prompt.
11039
11040 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11041
11042         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11043         Thanks to Yoshihiko Yamada for kind notification of this typo.
11044
11045 2007-01-12  Kenichi Handa  <handa@m17n.org>
11046
11047         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11048         multibyte buffer.
11049
11050 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gnus-score.el (gnus-score-fast-scoring): New variable.
11053         (gnus-score-headers): Use it.
11054
11055         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11056
11057         * message.el (message-cite-original-1):
11058         Call gnus-article-highlight-citation if requested.
11059         (message-make-from): Allow name and address as optional arguments.
11060
11061         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11062
11063         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11064         bugs to doc string.
11065         (gnus-button-alist): Add mid\\|message-id.
11066         (gnus-button-fetch-group): Extend for use in
11067         `browse-url-browser-function'.
11068         (gnus-button-url-regexp): Try to catch paired parentheses like in
11069         Wikipedia URLs.
11070
11071         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11072         Suggested by Simon Krahnke <overlord@gmx.li>.
11073
11074 2007-01-13  Romain Francoise  <romain@orebokech.com>
11075
11076         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11077         Update copyright.
11078
11079 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11080
11081         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11082
11083 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11084
11085         * gnus-registry.el (gnus-registry-unfollowed-groups)
11086         (gnus-registry-split-fancy-with-parent): Fix documentation.
11087
11088 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11091         from nnweb groups.
11092
11093 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11096         Xref urls.  Erase buffer before requesting head.
11097
11098         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11099
11100 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11103         customizable.
11104
11105 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11106
11107         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11108         no signing key is found.
11109         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11110         no encrypting and/or signing key is found.
11111
11112 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11115
11116 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11117
11118         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11119         headers read from disk with the ones newly found in the current search.
11120         This should no longer cause problems, because the article numbers in
11121         Gmane's `nov.php' output are ignored since the previous change.
11122
11123 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11124
11125         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11126
11127 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11130         replace-regexp-in-string; bind url-version; fbind display-images-p and
11131         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11132         find-face and set-itimer-function for Emacs; bind itimer-list for
11133         Emacs.
11134
11135         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11136
11137 2007-01-01  Romain Francoise  <romain@orebokech.com>
11138
11139         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11140
11141 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11142
11143         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11144         `define-minor-mode' macro definition expanded properly.
11145         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11146         exclude it there.
11147
11148         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11149         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11150         `fboundp' test.
11151         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11152         This is OK to autoload in (S)XEmacs now.
11153
11154 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11157         keystroke.
11158         (gnus-summary-limit-to-singletons): Fix typo.
11159
11160         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11161         else fails.
11162
11163 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11164
11165         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11166         docstring.
11167
11168         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11169         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11170         (gnus-summary-insert-dormant-articles): Fix typo in message.
11171
11172 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11175         nil for XEmacs.
11176         (gnus-message-citation-mode): Don't autoload in XEmacs.
11177
11178         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11179
11180 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11181
11182         * nnimap.el (nnimap-expunge-search-string):
11183         Mention nnimap-search-uids-not-since-is-evil in docstring.
11184
11185 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * spam.el: Revert to make-obsolete-variable because
11188         define-obsolete-variable-alias is not supported in Emacs 21.
11189
11190         * spam.el (spam-ifile-path, spam-ifile-database-path)
11191         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11192         make-obsolete-variable.
11193         (spam-bsfilter-path, spam-bsfilter-program)
11194         (spam-spamassassin-path, spam-spamassassin-program)
11195         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11196         Don't use "path" inappropriately.
11197         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11198         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11199         variable names.
11200
11201 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11202
11203         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11204         summary buffer.
11205
11206         * password.el (password-cache-remove): Use clear-string to burn
11207         password, if available.
11208
11209 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11212
11213         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11214
11215         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11216         (gnus-message-highlight-citation): Move defcustom here from
11217         gnus-cite.el.
11218         (gnus-message-citation-mode): Autoload.
11219
11220         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11221         checks to make it compile with XEmacs.
11222         (gnus-message-citation-mode): New minor mode.
11223         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11224         (gnus-message-highlight-citation): New variables.
11225         (gnus-message-search-citation-line)
11226         (gnus-message-add-citation-keywords)
11227         (gnus-message-remove-citation-keywords)
11228         (turn-on-gnus-message-citation-mode)
11229         (turn-off-gnus-message-citation-mode): New functions.
11230
11231 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11232
11233         * gnus-cite.el: Enable highlighting of different citation levels in
11234         message-mode.
11235
11236 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * message.el (message-make-fqdn): Fix comment.
11239         (message-bogus-system-names): Add ".local".
11240
11241         * spam.el (spam-ifile-path, spam-ifile-program)
11242         (spam-ifile-database-path, spam-ifile-database)
11243         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11244         Don't use "path" inappropriately.
11245         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11246         strings.
11247         (spam-check-ifile, spam-ifile-register-with-ifile)
11248         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11249         Use new variable names.
11250
11251         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11252         (gnus-treat-display-smileys): Simplify using
11253         gnus-image-type-available-p.
11254
11255         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11256         available.
11257
11258         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11259         Use `display-images-p' if available.
11260
11261 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11264         one after turning on the buffer's multibyteness instead of decoding
11265         them directly in the unibyte buffer that causes unexpected conversion
11266         in Emacs 23 (unicode).
11267
11268 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11269
11270         * message.el (message-generate-hashcash): Fix custom type.
11271
11272 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11275
11276 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11279         disconnect icons.  Add help text.
11280
11281 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11282
11283         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11284         negated to be consistent with the others we handle.
11285
11286 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11289         version of gnus-summary-buffer to something, so that we can use two
11290         article buffers at the same time.
11291
11292 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11295         trigger all the extra headers.
11296         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11297         sorting.
11298
11299 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11300
11301         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11302         solid groups.
11303
11304 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11305
11306         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11307
11308 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * legacy-gnus-agent.el: Add Copyright notice.
11311
11312 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11313
11314         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11315
11316 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317
11318         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11319
11320         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11321         to make it work reliably in CVS Emacs.
11322         (gnus-summary-limit-strange-charsets-predicate)
11323         (gnus-summary-limit-to-predicate): New functions.
11324
11325 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11326
11327         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11328         specifying array size.
11329         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11330         array if it is too small.
11331         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11332         (gnus-sort-threads-loop): New function.
11333
11334 2006-12-06  Chris Moore  <dooglus@gmail.com>
11335
11336         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11337         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11338
11339 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11340
11341         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11342         options.
11343
11344 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11347         DOS-ing the recipient.
11348
11349         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11350         the headers when creating the mapping to avoid mismappings.
11351         (nnweb-gmane-create-mapping): Always nix out old mapping.
11352
11353 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11356         and mm-verify-option to never.
11357
11358 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * message.el (message-signed-or-encrypted-p): New function.
11361         (message-forward-make-body): Use it.
11362
11363         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11364         Replace encode-coding-string with mm-encode-coding-string.
11365
11366 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nneething.el (nneething-decode-file-name):
11369         Replace decode-coding-string with mm-decode-coding-string.
11370
11371         * gnus-int.el (gnus-open-server): Say failed server's name.
11372
11373 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11374
11375         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11376         strings to a single string.  Quote `errors-file-name'.
11377         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11378         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11379         Adjust calls.  Use `shell-quote-argument'.
11380
11381 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11382
11383         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11384         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11385
11386         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11387         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11388         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11389         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11390         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11391         (gnus-subscribe-newsgroup, gnus-1):
11392         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11393         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11394         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11395         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11396
11397 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11400         keystroke.
11401         (gnus-summary-limit-to-bodies): Implement headersp.
11402
11403 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404
11405         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11406
11407 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11410
11411 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * message.el (message-generate-hashcash): Expand range of values to
11414         include `opportunistic'.
11415         (message-send-mail): Use it.
11416
11417 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11418
11419         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11420         and comment it.
11421
11422         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11423
11424 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-util.el (gnus-extract-address-components): Improve comment.
11427
11428 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-util.el (gnus-extract-address-components): Work with address in
11431         which the name portion contains @.
11432
11433         * lpath.el: Fbind custom-autoload.
11434
11435 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * gnus.el (gnus-start): Move custom group up.
11438         (gnus-select-method): Don't autoload, but make it available for
11439         `customize-variable'.
11440         (gnus-getenv-nntpserver): Don't autoload.
11441
11442 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11445
11446 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * message.el (message-sendmail-extra-arguments): New variable.
11449         (message-send-mail-with-sendmail): Use it.
11450
11451 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11454         mm-with-unibyte-current-buffer to make string unibyte.
11455
11456         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11457         mm-string-as-multibyte.
11458
11459 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11460
11461         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11462         Reported by Werner Koch <wk@gnupg.org>.
11463
11464 2006-11-14  Daiki Ueno  <ueno@p360>
11465
11466         * mml2015.el: Autoload epa-select-keys when compiling.
11467
11468 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11471         message-options.
11472         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11473
11474 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11475
11476         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11477         EasyPG (< 0.0.6).
11478         (mml2015-always-trust): New user option.
11479         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11480         prompt.
11481
11482 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nntp.el (nntp-authinfo-force): New variable.
11485         (nntp-send-authinfo): Use it.
11486
11487 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11490         decode encoded words.  Improve prompt.  Add comment about forwarding.
11491         (message-replacement-char): Move up.
11492
11493 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11494
11495         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11496         instead of gnus-intersection because arguments of gnus-sorted-nunion
11497         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11498
11499 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11502         (message-simplify-subject-functions):
11503         Enable message-strip-subject-encoded-words by default.
11504
11505 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * message.el (message-strip-subject-encoded-words): New function.
11508         (message-simplify-subject-functions): New variable.
11509         (message-simplify-subject): Use it.  Fix typo in doc string.
11510         Support message-strip-subject-encoded-words.
11511
11512 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11513
11514         * gnus-diary.el (gnus-diary-delay-format-function):
11515         * nndiary.el (nndiary-reminders):
11516         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11517
11518 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gnus-art.el (article-hide-boring-headers): Fetch date from
11521         gnus-original-article-buffer to avoid problems with localized date
11522         strings.
11523
11524 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11527
11528 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11531         New variables.
11532         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11533         (mm-charset-synonym-alist): Move some entries to
11534         mm-codepage-iso-8859-list.
11535         (mm-charset-synonym-alist, mm-charset-override-alist):
11536         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11537
11538 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11541
11542 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11545         with Emacs 21 and XEmacs.
11546
11547 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11548
11549         * spam.el (spam-parse-address): New function for better parsing,
11550         catching errors, etc.
11551         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11552
11553 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mm-view.el: Add interactive arg to html2text autoload.
11556
11557 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11560
11561 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11564         New variables.
11565         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11566         (mm-charset-synonym-alist): Move some entries to
11567         mm-codepage-iso-8859-list.
11568
11569         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11570
11571 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * message.el (message-citation-line-format)
11574         (message-insert-formated-citation-line): Fix implementation of %E, %N
11575         and %n according to the doc string.
11576
11577 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11580         Use car-safe to avoid bad parses.
11581
11582 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11585         names.
11586
11587         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11588
11589 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11592         header.
11593
11594         * message.el (message-draft-headers): Add Date.
11595         (message-headers-to-generate): Fix typo in docstring.
11596
11597         * nndraft.el (nndraft-required-headers): New variable.
11598         (nndraft-generate-headers): Use it.
11599
11600         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11601
11602 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11603
11604         * gnus-registry.el (gnus-registry-wash-for-keywords)
11605         (gnus-registry-find-keywords): New functions to allow easy searching of
11606         articles that are in the registry.
11607
11608 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11609
11610         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11611         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11612         Reported by Damien Elmes <damien@repose.cx>.
11613
11614 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus.el (gnus-mime): Remove unused custom group.
11617
11618 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11619
11620         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11621         "blank line" when searching for end of armor headers.
11622
11623 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gmm-utils.el (gmm-write-region): Fix variable name.
11626
11627 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * gmm-utils.el (gmm-write-region): New function based on compatibility
11630         code from `mm-make-temp-file'.
11631
11632         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11633
11634         * nnmaildir.el (nnmaildir--update-nov)
11635         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11636         Use `gmm-write-region'.
11637
11638 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11641         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11642
11643         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11644
11645         * message.el (message-replacement-char): New variable.
11646         (message-fix-before-sending): Use it.
11647         (message-simplify-subject): New function to remove duplicate code.
11648         (message-reply, message-followup): Use it.
11649
11650         * gnus-sum.el (gnus-summary-make-menu-bar):
11651         Clarify gnus-summary-limit-to-articles.
11652
11653 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-util.el (gnus-with-local-quit): New macro.
11656
11657         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11658
11659 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11662         ignore non-string data.
11663
11664 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11667         non-string data (needs to be done in the registry too).
11668
11669 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11672         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11673         (gnus-registry-split-fancy-with-parent)
11674         (gnus-registry-fetch-simplified-message-subject-fast)
11675         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11676         Remove text properties on ingress into the registry and when it's saved.
11677         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11678         registry from entries with no groups.
11679
11680 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11681
11682         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11683         function to remove string properties.
11684
11685 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * gmm-utils.el (gmm): Adjust custom version.
11688
11689         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11690         Adjust custom version.
11691
11692         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11693
11694 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-art.el (gnus-insert-prev-page-button)
11697         (gnus-insert-next-page-button): Simplify.  Reformat.
11698
11699 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11700
11701         * gnus-art.el (gnus-insert-prev-page-button)
11702         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11703
11704 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11705
11706         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11707
11708 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11709
11710         * gnus-art.el (gnus-insert-mime-button)
11711         (gnus-insert-mime-security-button):
11712         Apply gnus-article-button-face to MIME and security buttons.
11713
11714 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11717         readable.
11718
11719 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11722
11723 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11724
11725         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11726         `browse-url-of-file' instead of `browse-url'.
11727
11728 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11729
11730         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11731         regexp.  Articles containing quotation were cut prematurely.
11732
11733 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * message.el (message-cite-original-1): Use nobody by default for the
11736         value of From header.
11737         (message-reply): Ditto.
11738
11739 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11740
11741         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11742         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11743         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11744
11745 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11748         mails in the doc string.  Add some URLs in comment.
11749         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11750
11751 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11754         backslashes handling and the way to find boundaries of quoted strings.
11755
11756 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11757
11758         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11759         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11760         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11761         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11762
11763 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11766         doc string.
11767         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11768
11769 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * lpath.el: Fbind epg-check-configuration.
11772
11773 2006-09-06  Simon Josefsson  <jas@extundo.com>
11774
11775         * mml2015.el (mml2015-use): Doc fix, mention epg.
11776
11777 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11778
11779         * mml2015.el (mml2015-use): Default to epg, if available.
11780
11781 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11782
11783         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11784         message-sender.
11785         (mml1991-epg-encrypt): Ditto.
11786         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11787         message-sender.
11788         (mml2015-epg-encrypt): Ditto.
11789
11790 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11791
11792         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11793         several common directories.
11794
11795 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11796
11797         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11798         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11799
11800 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gnus-art.el (article-decode-encoded-words): Make it fast.
11803
11804 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11807
11808         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11809         in quoted string into `\'.
11810
11811 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11814         Use standard-syntax-table.
11815
11816 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-art.el (gnus-decode-address-function): New variable.
11819         (article-decode-encoded-words): Use it to decode headers which are
11820         assumed to contain addresses.
11821         (gnus-mime-delete-part): Remove useless `or'.
11822
11823         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11824         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11825         (gnus-nov-parse-line): Use it to decode From header.
11826         (gnus-get-newsgroup-headers): Ditto.
11827         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11828
11829         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11830         (mail-decode-encoded-address-string): New alias.
11831
11832         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11833         New function.
11834         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11835         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11836         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11837         (rfc2047-decode-string): Ditto.
11838         (rfc2047-decode-address-region): New function.
11839         (rfc2047-decode-address-string): New function.
11840
11841 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * message.el (message-caesar-buffer-body): Allow rotating headers.
11844
11845         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11846
11847         * message.el (message-insert-formated-citation-line): Fix %f.
11848         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11849
11850 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11853         (gnus-bookmark-mouse-available-p): New macro.
11854         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11855         (gnus-bookmark-bmenu-show-infos): Use it.
11856         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11857         (gnus-bookmark-bmenu-hide-infos): Ditto.
11858         (gnus-bookmark-remove-properties): New function.
11859         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11860         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11861         (gnus-bookmark-write-file): Bind coding-system-for-write.
11862         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11863         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11864         group before selecting it.
11865         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11866         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11867         quit-window if it is not available; use gnus-mouse-2 and bind it to
11868         gnus-bookmark-bmenu-select-by-mouse.
11869         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11870         (gnus-bookmark-bmenu-select-by-mouse): New function.
11871
11872 2006-08-13  Romain Francoise  <romain@orebokech.com>
11873
11874         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11875         space.
11876
11877 2006-08-10  Romain Francoise  <romain@orebokech.com>
11878
11879         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11880         (dns-mode-soa-auto-increment-serial): New user option.
11881         (dns-mode-soa-maybe-increment-serial): New function.
11882         (dns-mode): Add the latter to `write-contents-functions'.
11883
11884 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * compface.el (uncompface): Use binary rather than raw-text-unix.
11887
11888 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * compface.el (uncompface): Make sure the eol conversion doesn't take
11891         place when communicating with the external programs.
11892         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11893
11894 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11897
11898 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11899
11900         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11901         Make it more robust by parsing author and date independently.
11902
11903 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11906
11907 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11908
11909         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11910         first matching secret key.
11911         (mml2015-epg-encrypt): Ditto.
11912
11913         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11914         first matching secret key.
11915         (mml1991-epg-encrypt): Ditto.
11916
11917         * mml2015.el (mml2015-encrypt-to-self): New user option.
11918         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11919         mml2015-epg-encrypt-to-self is set.
11920
11921         * mml1991.el (mml1991-encrypt-to-self): New variable.
11922         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11923         mml1991-epg-encrypt-to-self is set.
11924
11925         * mml2015.el (mml2015-signers): New user option.
11926         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11927         (mml2015-epg-encrypt): Allow to select signing keys.
11928
11929         * mml1991.el (mml1991-signers): New variable.
11930         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11931         (mml1991-epg-encrypt): Allow to select signing keys.
11932
11933 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * nnheader.el (nnheader-insert-head): Make it work even if the file
11936         uses CRLF for the line-break code.
11937
11938 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11939
11940         * mml2015.el: Require mml-sec instead of password.
11941         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11942         (mml2015-cache-passphrase): Inherit the default value from
11943         mml-secure-cache-passphrase.
11944         (mml2015-passphrase-cache-expiry): Inherit the default value from
11945         mml-secure-passphrase-cache-expiry.
11946
11947         * mml1991.el: Require mml-sec instead of password.
11948         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11949         (mml1991-cache-passphrase): Inherit the default value from
11950         mml-secure-cache-passphrase.
11951         (mml1991-passphrase-cache-expiry): Inherit the default value from
11952         mml-secure-passphrase-cache-expiry.
11953
11954         * mml-sec.el: Require password.
11955         (mml-secure-verbose): New user option.
11956         (mml-secure-cache-passphrase): New user option.
11957         (mml-secure-passphrase-cache-expiry): New user option.
11958
11959 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11960
11961         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11962         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11963         andreas@altroot.de (Andreas Vögele).
11964
11965         FIXME: Use `tiny change'?
11966
11967 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11968
11969         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11970         workaround for the url package included with Emacs.
11971
11972         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11973
11974 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11977         correctly.  This fixes a bug caused by the 2006-05-12 change.
11978
11979 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11980
11981         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11982         some information about the error when saying that the `bogus' mail
11983         group will be used.
11984
11985 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11988         string.
11989
11990 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11991
11992         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11993
11994 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11995
11996         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11997
11998 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11999
12000         * mml1991.el (mml1991-function-alist): Add epg.
12001         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12002         (mml1991-epg-encrypt): New functions.
12003
12004 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12005
12006         * mml2015.el (mml2015-verbose): New variable.
12007         (mml2015-cache-passphrase): Ditto.
12008         (mml2015-passphrase-cache-expiry): Ditto.
12009         (mml2015-function-alist): Add epg.
12010         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12011         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12012         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12013         New functions.
12014
12015 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12016
12017         * message.el (message-cite-original-1): Preserve region when removing
12018         quoted text due to X-No-Archive in order to avoid bogus attribution
12019         when citing multiple messages.
12020
12021 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12022
12023         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12024         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12025
12026 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-diary.el (gnus-user-format-function-d)
12029         (gnus-user-format-function-D): Autoload.
12030
12031         * imap.el (Commentary): Fix typo.
12032
12033         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12034         2006-04-22 contribution.
12035
12036 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12037
12038         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12039         It didn't really fix the bogosity I'm seeing with solid web groups.
12040
12041 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12042
12043         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12044         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12045         created using server names.  If we use the feature without declaring
12046         it, Gnus does not properly manage server and group state.
12047
12048         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12049         bound.
12050
12051 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12052
12053         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12054         looking up the method using GROUP's prefix before inventing a new one.
12055         It is used on killed/unknown groups in various places where returning
12056         an all-new method isn't expected by the caller.
12057
12058         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12059         and match semantics of gnus-group-real-prefix.
12060
12061 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * nnmail.el (nnmail-broken-references-mailers): New variable.
12064         (nnmail-ignore-broken-references): New function generalizing
12065         nnmail-fix-eudora-headers.
12066         (nnmail-fix-eudora-headers): Now obsolete.
12067
12068         * gnus-art.el (gnus-button-handle-custom):
12069         Support `customize-apropos*'.
12070
12071 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12072
12073         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12074
12075         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12076         articles.
12077
12078 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * message.el (message-cite-reply-above): New variable.
12081         (message-yank-original): Use it.
12082
12083 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12086
12087 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12090         as read.
12091
12092         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12093
12094 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12097         (gnus-bookmark-default-file): Use gnus-directory.
12098         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12099         Remove "*" in doc string.
12100         (gnus-bookmark-write-file): Simplify.
12101         (gnus-bookmark-maybe-sort-alist): Use `when'.
12102         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12103         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12104         Add FIXME about Emacs 21 and XEmacs compatibility.
12105         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12106         compatibility.
12107         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12108         compatibility.
12109         (gnus-bookmark-menu-heading): Fix version.
12110
12111 2006-06-19  Bastien Guerry  <bzg@altern.org>
12112
12113         * gnus-bookmark.el: New file.
12114
12115 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * message.el (message-syntax-checks): Doc fix.
12118
12119 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12120
12121         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12122         unsubscribed groups as if they were killed ones.  It causes duplicate
12123         entries in gnus-newsrc-alist.
12124
12125 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * message.el (message-syntax-checks): Doc fix.
12128         (message-send-mail): Add check for continuation headers.
12129         (message-check-news-header-syntax): Fix regexp used to check for
12130         continuation headers.
12131
12132 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12135
12136 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12139
12140 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12143         default-truncate-lines.
12144
12145 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12148         to fill the utf-8 entry.
12149
12150         * lpath.el: Fbind unicode-precedence-list.
12151
12152 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12153
12154         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12155
12156 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12157
12158         * gnus-agent.el (directory-files-and-attributes): Move all the way
12159         forward (the third and final move).
12160         (gnus-agent-read-agentview): Trap reconstruction errors due to
12161         nonexistent directory.  Handle by returning nil.
12162
12163 2006-05-30  Didier Verna  <didier@xemacs.org>
12164
12165         * message.el (message-dont-reply-to-names): Update the custom type.
12166         * message.el (message-dont-reply-to-names): New defsubst: potentially
12167         convert a list of regexps into a single one.
12168         * message.el (message-get-reply-headers): Use it.
12169         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12170
12171 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-agent.el (directory-files-and-attributes): Move forward.
12174
12175 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-ml.el (gnus-mailing-list-subscribe)
12178         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12179         (gnus-mailing-list-message): Fix doc strings.
12180
12181 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12182
12183         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12184         of doing it manually.
12185
12186 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12189         comment.
12190
12191 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12192
12193         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12194         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12195         (gnus-agent-read-local): All symbols allocated in my-obarray.
12196         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12197         (gnus-agent-regenerate-group): Check numeric names to see if they are
12198         messages or groups.
12199         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12200         better way of do this...)
12201
12202         * gnus-cache.el (gnus-agent-total-fetched-for):
12203         Ignore 'dummy.group' (there should be a better way of do this...)
12204
12205 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12208         (gnus-saved-headers): Ditto.
12209         (gnus-default-article-saver): Mention functions may have properties.
12210         (gnus-article-save): Override gnus-save-all-headers and
12211         gnus-saved-headers by :headers property which saver function may have.
12212         (gnus-summary-save-in-file): Add :headers property.
12213         (gnus-summary-write-to-file): Ditto.
12214
12215         * gnus-sum.el (gnus-summary-save-article): Bind
12216         gnus-prompt-before-saving to t when saving many articles in a file;
12217         always show all headers.
12218
12219         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12220
12221 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12224         marks.
12225
12226         * message.el (message-indent-citation): Add optional arguments to allow
12227         using it outside of message buffers.
12228
12229         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12230         (gnus-article-treat-unfold-headers): Use it.
12231         (gnus-article-truncate-lines): New variable.
12232         (gnus-article-mode): Use it.
12233         (gnus-article-toggle-truncate-lines): New function.
12234
12235         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12236         Add gnus-article-toggle-truncate-lines.
12237
12238         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12239         coding system in XEmacs, use binary.
12240
12241 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12244         after-load-alist.
12245
12246         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12247         this function should save decoded articles.
12248         (gnus-summary-write-to-file): Use property to specify this function
12249         should save decoded articles and specify gnus-summary-save-in-file
12250         should be used to save articles other than the first one when saving
12251         many articles.
12252         (gnus-summary-save-body-in-file): Use property to specify this
12253         function should save decoded articles.
12254         (gnus-summary-write-body-to-file): Use property to specify this
12255         function should save decoded articles and specify
12256         gnus-summary-save-body-in-file should be used to save articles other
12257         than the first one when saving many articles.
12258
12259         * gnus-sum.el (gnus-summary-save-article): Simplify.
12260
12261 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (gnus-default-article-saver):
12264         Add gnus-summary-write-body-to-file.
12265         (gnus-article-save-coding-system): Don't use coding system object
12266         in XEmacs.
12267         (gnus-read-save-file-name): Add optional `dir-var' argument which
12268         specifies directory in which files are saved; work even if optional
12269         `variable' argument is not specified.
12270         (gnus-summary-write-to-file): Read file name.
12271         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12272         (gnus-summary-write-body-to-file): New function.
12273
12274         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12275         (gnus-summary-local-variables): Add it.
12276         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12277         (gnus-summary-save-article): Remove optional `decode' argument;
12278         determine whether to decode articles by the value of
12279         gnus-default-article-saver; when saving many files using
12280         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12281         it first and use gnus-summary-save-in-file or
12282         gnus-summary-save-body-in-file thereafter unless
12283         gnus-prompt-before-saving is always; move point to article which
12284         will be saved.
12285         (gnus-summary-save-article-file): Revert.
12286         (gnus-summary-write-article-file): Revert.
12287         (gnus-summary-save-article-body-file): Revert.
12288         (gnus-summary-write-article-body-file): New function.
12289
12290 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-art.el (gnus-default-article-saver): Doc fix.
12293         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12294         from gnus-summary-save-article-coding-system, and default to a
12295         certain coding system.
12296         (gnus-output-to-file): Add coding cookie and encode text according
12297         to gnus-article-save-coding-system; don't use mm-append-to-file.
12298
12299         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12300         gnus-art.el and rename to gnus-article-save-coding-system.
12301         (gnus-summary-save-article): Require gnus-art; don't show all
12302         headers if it decodes articles; don't add coding cookie here;
12303         don't bind mm-text-coding-system-for-write.
12304         (gnus-summary-save-article-file): Save decoded articles.
12305         (gnus-summary-write-article-file): When saving many files, use
12306         gnus-summary-write-to-file first and gnus-summary-save-in-file
12307         thereafter unless gnus-prompt-before-saving is always.
12308         (gnus-summary-save-article-body-file): Save decoded articles.
12309
12310         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12311
12312 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * nnrss.el (nnrss-check-group): Bind hash-index.
12315
12316 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12317
12318         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12319         its hash index.  Store this hash in `nnrss-group-data'.
12320         (nnrss-read-group-data): Update accordingly.
12321
12322 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12325         entry.
12326
12327         * gnus-sum.el (gnus-summary-make-menu-bar):
12328         Add gnus-article-browse-html-article.
12329
12330 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12331
12332         * gnus-sum.el (gnus-summary-mime-map):
12333         Add gnus-article-browse-html-article.
12334
12335         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12336
12337 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12340         suitable coding systems in customize.
12341
12342 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * mail-source.el (mail-sources): Fix custom type.
12345
12346 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12349         (gnus-summary-expire-articles-now): Shorten prompt.
12350
12351         * gmm-utils.el (wid-edit): Require.
12352         (defun-gmm): Rename from `gmm-defun-compat'.
12353         (gmm-image-search-load-path): Use it.
12354         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12355
12356 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-sum.el (gnus-summary-save-article-coding-system):
12359         New variable.
12360         (gnus-summary-save-article): Add optional `decode' argument.
12361         If it is set and gnus-summary-save-article-coding-system is non-nil,
12362         save decoded article.
12363         (gnus-summary-write-article-file): Save decoded article if
12364         gnus-summary-save-article-coding-system is non-nil.
12365
12366         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12367         type.
12368
12369 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12372
12373 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12376         first to test gnus-single-article-buffer which may be buffer-local.
12377
12378         * gnus-sum.el (gnus-summary-setup-buffer):
12379         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12380         group; make gnus-article-buffer, gnus-article-current, and
12381         gnus-original-article-buffer always buffer-local.
12382         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12383         group.
12384         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12385
12386 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * nnml.el (nnml-request-compact-group): Compressed files might not
12389         have .gz extension.
12390
12391 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12392
12393         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12394         (mm-copy-to-buffer): Use with-current-buffer.
12395         (mm-display-part): Simplify.
12396         (mm-inlinable-p): Add optional arg `type'.
12397
12398 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12401         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12402         Try harder to show the attachment internally or externally using
12403         gnus-mime-view-part-as-type.
12404
12405 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * message.el (message-from-style, message-signature-separator)
12408         (message-user-organization-file, message-send-mail-function)
12409         (message-citation-line-function, message-yank-prefix)
12410         (message-indent-citation-function, message-signature)
12411         (message-signature-file, message-signature-insert-empty-line):
12412         Remove autoloads.
12413
12414         * gnus-art.el (gnus-buttonized-mime-types):
12415         Remove "multipart/signed".  Revert 2006-04-26 change.
12416
12417 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * gnus.el (gnus-version-number): Bump version.
12420
12421 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12422
12423         * gnus.el: No Gnus v0.5 is released.
12424
12425 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12426
12427         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12428         fetching articles by message-id.
12429
12430 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * message.el (hashcash): Require hashcash as normal.
12433
12434         * ecomplete.el (ecomplete-highlight-match-line):
12435         Use point-at-eol.
12436         (ecomplete-highlight-match-line): Use `highlight', because that
12437         face exists in both Emacs and XEmacs.
12438
12439         * message.el (message-display-abbrev): Use point-at-bol.
12440
12441         * mail-source.el: Don't require timer/timer-funcs.
12442
12443         * gnus-async.el: Ditto.
12444
12445         * password.el: Ditto.
12446
12447         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12448
12449         * mm-url.el: Ditto.
12450
12451         * gnus-xmas.el: Don't require timer-funcs.
12452
12453         * mm-util.el: Require timer/timer-funcs.
12454
12455 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12456
12457         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12458         Close.
12459
12460 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12463         unibyte after clear-decrypt function runs.
12464
12465         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12466         returns as a unibyte string.
12467
12468 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * lpath.el: Revert.
12471
12472         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12473         (pgg-gpg-process-sentinel): Revert.
12474
12475         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12476         (pgg-pgp-lookup-key): Revert.
12477
12478         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12479         (pgg-pgp5-lookup-key): Revert.
12480
12481         * pgg.el (pgg-fetch-key): Revert.
12482
12483 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * lpath.el: Fbind string-as-multibyte for XEmacs.
12486
12487         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12488         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12489         (mml1991-pgg-encrypt): Ditto.
12490
12491         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12492         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12493         a multibyte buffer.
12494
12495         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12496         (pgg-pgp-lookup-key): Ditto.
12497
12498         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12499         (pgg-pgp5-lookup-key): Ditto.
12500
12501         * pgg.el (pgg-fetch-key): Ditto.
12502
12503 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * message.el (message-user-organization-file): Check several
12506         locations of the organization file.
12507
12508         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12509         Add gnus-article-view-part-as-type.
12510
12511         * gnus-art.el (gnus-article-view-part-as-type): New function.
12512
12513         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12514         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12515
12516         * mml.el: Simplify autoload.
12517         (mml-mode): defvar dnd-protocol-alist instead of using
12518         symbol-value.
12519         (mml-default-directory): New variable.
12520         (mml-minibuffer-read-file): Use it.
12521         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12522
12523         * message.el (message-citation-line-format): New variable.
12524         (message-insert-formated-citation-line): New function.
12525         (message-citation-line-function):
12526         Add `message-insert-formated-citation-line' to custom type.
12527
12528         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12529         to doc string.
12530
12531         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12532         depending on mm-verify-option.
12533
12534 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12537         binding pgg-* variables; reimplement the section which prevents
12538         MIME header from being signed.
12539         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12540         pgg-text-mode; remove a blank line at the top of body.
12541
12542         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12543         lines at the top of body; use gnus-newsgroup-charset if there's no
12544         Charset header.
12545
12546 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * message.el (message-self-insert-commands): Doc fix.
12549
12550         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12551         (mm-uu-pgp-encrypted-test): Ditto.
12552         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12553         between header and body; return application/pgp-encrypted handle
12554         if decryption failed; decode decrypted body by charset.
12555
12556         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12557         element match to application/pgp-*.
12558
12559 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12560
12561         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12562         HTML.
12563
12564 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * mail-source.el (mail-source-call-script): Message the error
12567         string.
12568
12569 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * gnus-util.el (gnus-byte-compile): Use it.
12572
12573 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12574
12575         * gnus-util.el (kill-empty-logs): New function.
12576
12577 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12578
12579         * message.el (message-mail-alias-type): Doc fix.
12580         (message-mail-alias-type-p): New function.
12581         (message-send): Use it.
12582         (message-mode): Ditto.
12583         (message-strip-forbidden-properties): Ditto.
12584
12585         * ecomplete.el (ecomplete-database-file-coding-system):
12586         New variable.
12587         (ecomplete-save): Use it.
12588         (ecomplete-setup): Use it.
12589
12590 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * message.el (message-self-insert-commands): New variable.
12593         (message-strip-forbidden-properties): Use it.
12594
12595 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12596
12597         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12598         that doesn't make XEmacs choke.
12599
12600 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-util.el (gnus-replace-in-string):
12603         Prefer replace-regexp-in-string over of replace-in-string.
12604
12605 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-util.el (gnus-select-frame-set-input-focus):
12608         Use select-frame-set-input-focus if it is available in XEmacs; use
12609         definition defined in Emacs 22 for old Emacsen.
12610
12611         * dgnushack.el: Autoload unmorse-region for XEmacs.
12612
12613         * lpath.el: Bind cursor-in-non-selected-windows and
12614         select-frame-set-input-focus for XEmacs.
12615
12616 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12619
12620 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12621
12622         * gnus-registry.el (gnus-registry-cache-save): Remove text
12623         properties when saving via the temp buffer.
12624
12625 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * message.el (message-generate-hashcash): Honor custom type.
12628
12629 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * message.el (message-generate-hashcash): Default to non-nil when
12632         hashcash is found.
12633
12634         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12635         (gnus-refer-thread-limit): Increase default to 500.
12636
12637         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12638
12639         * flow-fill.el (fill-flowed): Allow delete-space.
12640
12641 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12644         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12645         Remove autoloads.
12646
12647 2006-04-18  Simon Josefsson  <jas@extundo.com>
12648
12649         * message.el (message-generate-hashcash): Default to.
12650
12651 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12654         concatenating segments rather than before concatenating them.
12655
12656 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12659
12660 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661
12662         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12663
12664         * message.el (message-forward-make-body-plain):
12665         Allow message-forward-ignored-headers to be a list.
12666         (message-remove-ignored-headers): Factor out into function.
12667         (message-forward-make-body-mml): Use it.
12668
12669         * imap.el (imap-quote-specials): New function.
12670         (imap-login-auth): Quote specials.
12671
12672         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12673         (rfc2231-parse-string): Allow concatanation of parameters that
12674         aren't contiguous.  The test case is
12675           (mail-header-parse-content-type "message/external-body;
12676             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12677             access-type=LOCAL-FILE;
12678             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12679
12680 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12681
12682         * nntp.el (nntp-accept-process-output): Return the value of
12683         `nnheader-accept-process-output'.
12684
12685 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12688         (gnus-button-alist): Recognize more diff formats.
12689         (gnus-button-patch): Strip directory.
12690
12691 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12694         Emacs 22 when setting focus.
12695
12696 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * gnus-art.el (gnus-article-treat-types): Do treatment of
12699         text/x-verbatim parts.
12700         (gnus-button-patch): New command.
12701
12702         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12703         addresses that contain invalid characters.
12704
12705 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12706
12707         * message.el (message-put-addresses-in-ecomplete):
12708         Use gnus-replace-in-string.
12709         (message-is-yours-p): Use the more correct
12710         mail-header-parse-address instead of
12711         mail-extract-address-components.
12712         (message-put-addresses-in-ecomplete): Fix typo.
12713
12714         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12715         keystroke.
12716
12717         * gnus-art.el (gnus-treatment-function-alist): Change order of
12718         newsgroups/generic header folding to avoid double-folding.
12719
12720         * message.el (message-hidden-headers): Add X-Draft-From.
12721
12722         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12723         New command.
12724         (gnus-summary-repeat-search-article-backward): New command.
12725
12726         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12727         groups in the parent topic.
12728
12729 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12730
12731         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12732         (spam-extra-header-to-number): Return the CRM114 number as a
12733         number instead of a string.
12734
12735 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * gnus-art.el (gnus-face-properties-alist): Move here from
12738         gnus-fun.
12739
12740         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12741
12742 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743
12744         * message.el (message-strip-forbidden-properties): Only display on
12745         self-insert-command.
12746
12747         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12748         reindent.
12749         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12750
12751 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12752
12753         * smiley.el (smiley-style): Fix typo.
12754
12755 2006-03-23  Kenichi Handa  <handa@m17n.org>
12756
12757         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12758         instead of set-buffer-multibyte.
12759
12760 2006-03-23  Kenichi Handa  <handa@m17n.org>
12761
12762         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12763         buffer and then decode the buffer text if necessary.
12764         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12765         first, and after mm-encode-body, change the buffer to unibyte.
12766
12767 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * hashcash.el (hashcash-insert-payment-async-2):
12770         Use message-goto-eoh instead of doing it manually.
12771         (mail-add-payment): Use message-narrow-to-header instead of trying
12772         to do the same itself.
12773
12774         * message.el (message-hidden-headers): Add Face.
12775
12776         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12777         reparenting code.
12778         (gnus-summary-reparent-children): Refactored out code.
12779         (gnus-summary-thread-map): New keystroke.
12780         (gnus-summary-reparent-children): Make into command.
12781
12782         * smiley.el (smiley-style): Default to `medium' if using a large
12783         font.
12784
12785         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12786         does it itself.
12787
12788         * message.el (message-point-in-header-p): Simplify definition.
12789
12790 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12791
12792         * nnagent.el (nnagent-request-set-mark): Silence log file
12793         writing.
12794         (nnagent-request-set-mark): Use write-region instead of
12795         append-to-file.
12796
12797         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12798         strange select method.
12799
12800         * ecomplete.el (ecomplete-display-matches): Get highlightling
12801         right.
12802         (ecomplete-display-matches): Use literals.
12803         (ecomplete-display-matches): Disable message logging.
12804
12805         * message.el (message-display-abbrev): Small optimization.
12806
12807         * ecomplete.el (ecomplete-display-matches): Allow automatic
12808         display.
12809
12810         * message.el (message-strip-forbidden-properties):
12811         Display abbrevs.
12812         (message-display-abbrev): Get automatic display right.
12813
12814         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12815         keystrokes.
12816
12817 2006-04-13  Romain Francoise  <romain@orebokech.com>
12818
12819         TODO: Backport to v5-10!
12820
12821         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12822         Move here (and rename) from gnus-registry.el.
12823
12824         * gnus-registry.el: Require gnus-util.
12825         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12826
12827 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * gnus-group.el (gnus-group-catchup-current):
12830         Change if-then-else-if-then-else into cond.
12831         (gnus-group-catchup): Indent.
12832         (group-name-at-point): New function.
12833         (gnus-fetch-group): Provide default from thing at point.
12834
12835 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * message.el (message-display-abbrev): Fix regexp.
12838
12839         * ecomplete.el (ecomplete-highlight-match-line):
12840         Reimplement choosing.
12841         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12842         dead variables.
12843
12844         * message.el (message-newline-and-indent): Remove debugging.
12845         (message-display-abbrev): Use new implementation.
12846
12847 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-art.el (gnus-article-mode):
12850         Set cursor-in-non-selected-windows to nil.
12851
12852         * smiley.el: Revert previous change.
12853         (smiley-data-directory): defvar it before using it in the
12854         defcustom of `smiley-style'.
12855
12856 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * message.el (message-newline-and-indent): New function.
12859
12860         * ecomplete.el: Implement more bits.
12861
12862         * message.el (message-put-addresses-in-ecomplete): Clean up the
12863         string.
12864
12865         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12866
12867         * gnus-sum.el (gnus-summary-save-parts):
12868         Bind gnus-summary-save-parts-counter and use it to make unique file
12869         names.
12870
12871         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12872
12873         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12874         parameter to say whether to actually parse the individual
12875         addresses.
12876
12877         * message.el (message-put-addresses-in-ecomplete): New function.
12878         (ecomplete): Require.
12879         (message-mail-alias-type): Add ecomplete as an option.
12880
12881 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12882
12883         * flow-fill.el (fill-flowed): Remove trailing space from blank
12884         quoted lines.
12885
12886 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * smiley.el (smiley-style): Move definition later to avoid a
12889         compilation warning.
12890
12891 2006-04-12  Kenichi Handa  <handa@m17n.org>
12892
12893         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12894         buffer and then decode the buffer text if necessary.
12895         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12896         first, and after mm-encode-body, change the buffer to unibyte.
12897         Use mm-disable-multibyte instead of set-buffer-multibyte.
12898
12899 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12902         Content-Type header instead of Content-Disposition header.
12903         (gnus-mime-inline-part): Ditto.
12904         (gnus-mime-view-part-as-charset): Ignore charset that the part
12905         specifies.
12906
12907         * mm-decode.el (mm-display-part): Work with external parts and
12908         usual parts similarly.
12909
12910         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12911         instead of gnus-display-mime.
12912
12913         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12914         instead of with-temp-buffer.
12915
12916         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12917         tag to summarized topics part in order to encode non-ASCII text.
12918
12919 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * smiley.el (smiley-style): New variable.
12922         (smiley-directory): New function.
12923         (smiley-data-directory): Derive from `smiley-style' using
12924         `smiley-directory'.
12925         (smiley-regexp-alist): Add new entries.
12926
12927         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12928         (gnus-article-browse-delete-temp): Add :version.
12929
12930 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12931
12932         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12933         the sieve region.
12934
12935 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12936
12937         * gnus.el (gnus-version-number): Bump version.
12938
12939 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus.el: No Gnus v0.4 is released.
12942
12943 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12946         layout.
12947
12948         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12949         unknown charset.
12950
12951         * message.el (message-header-synonyms): Add Original-To to the
12952         default.
12953
12954         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12955         optional parameter.
12956
12957 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * gnus-fun.el (gnus): Require it for gnus-directory.
12960
12961 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12964
12965 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12966
12967         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12968
12969 2006-04-05  Simon Josefsson  <jas@extundo.com>
12970
12971         * password.el (password-reset): New function.
12972
12973 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12974
12975         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12976         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12977
12978 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12979
12980         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12981         Some whitespace was matched into the url, which broke browsing hits
12982         > 100 when mm-url-use-external was nil.
12983
12984 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12987         Check gnus-extra-headers for 'Newsgroups.
12988
12989         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12990         bound.
12991
12992 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12993
12994         * pgg-gpg.el: Clean up process buffers every time gpg processes
12995         complete.
12996
12997 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13000         doc string.
13001
13002 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13003
13004         * pgg-gpg.el (pgg-gpg-process-filter)
13005         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13006
13007         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13008         lines, temporary fix.
13009
13010 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13013
13014 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13015
13016         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13017         default-enable-multibyte-characters.  This reverts the change from
13018         revision 6.17 which is no longer necessary because the passphrase
13019         is sent separately now.  GnuPG messages are unreadable under
13020         multibyte locales with default-enable-multibyte-characters set to
13021         nil.
13022
13023 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * message.el (message-tool-bar-gnome): Move "spell".
13026
13027 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13030         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13031         instead.
13032
13033 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13034
13035         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13036         Improve newsgroups handling for NNTP overviews which don't include
13037         Newsgroups.
13038
13039 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13040
13041         * message.el (message-resend): Bind message-generate-hashcash to nil.
13042
13043 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13044
13045         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13046         when searching for already-paid recipients.
13047
13048 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13049
13050         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13051         passphrases when it is not needed.
13052         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13053         passphrase stuff from gpg, should only be necessary when you use
13054         gpg with a smartcard.
13055
13056 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mml.el (mml-insert-mime): Ignore cached contents of
13059         message/external-body part.
13060
13061         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13062         (mm-insert-part): Ditto.
13063
13064 2006-03-23  Simon Josefsson  <jas@extundo.com>
13065
13066         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13067         Reiner.
13068         (pgg-gpg-use-agent-p): Use it again.
13069
13070 2006-03-23  Simon Josefsson  <jas@extundo.com>
13071
13072         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13073         older emacsen.
13074         (pgg-gpg-use-agent-p): Don't use it.
13075
13076 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13079         if we can.
13080
13081 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13082
13083         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13084         (pgg-gpg-update-agent): New function.
13085         (pgg-gpg-use-agent-p): New function.
13086         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13087         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13088         (pgg-gpg-sign-region): Use it.
13089
13090 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13093         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13094
13095 2006-03-21  Simon Josefsson  <jas@extundo.com>
13096
13097         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13098         <wilde@sha-bang.de>.
13099         (pgg-gpg-use-agent): New variable.
13100         (pgg-gpg-process-region): Use it.
13101         (pgg-gpg-encrypt-region): Likewise.
13102         (pgg-gpg-encrypt-symmetric-region): Likewise.
13103         (pgg-gpg-decrypt-region): Likewise.
13104         (pgg-gpg-sign-region): Likewise.
13105         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13106
13107 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13110
13111         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13112         Add comment on version.
13113
13114 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * smiley.el: Add missing test smiley.
13117
13118 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * mm-decode.el (mm-with-part): New macro.
13121         (mm-get-part): Use it; work with message/external-body as well.
13122         (mm-save-part): Treat name and filename equally.
13123
13124         * mm-extern.el (mm-extern-cache-contents): New function.
13125         (mm-inline-external-body): Use it; force the part to be displayed;
13126         move undisplayer added to the cached handle to the parent.
13127
13128         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13129         (gnus-mime-view-part-as-type): Work with message/external-body.
13130
13131         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13132
13133 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13136         images in image-load-path.  [Sync with image.el, revision 1.60, in
13137         Emacs.]
13138
13139 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13142         path rather than symbol.  Always return list of directories.
13143         Guarantee that image directory comes first.  [Sync with image.el,
13144         revision 1.59, in Emacs.]
13145
13146         * message.el (message-make-tool-bar): Adjust to new API of
13147         `gmm-image-load-path-for-library'.
13148
13149         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13150
13151         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13152
13153 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13154
13155         * gnus-art.el (gnus-article-only-boring-p):
13156         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13157         intangible text.
13158         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13159
13160 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13163         Use `defun' instead of `gmm-defun-compat'.
13164
13165 2006-03-14  Simon Josefsson  <jas@extundo.com>
13166
13167         * message.el (message-unique-id): Don't use message-number-base36
13168         if (user-uid) is a float.
13169         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13170
13171 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13174
13175         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13176         empty line between a part and a message part.
13177
13178 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * smiley.el: Add more test smileys.
13181         (smiley-data-directory, smiley-regexp-alist)
13182         (gnus-smiley-file-types): Fix doc strings.
13183         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13184         adding new elements.
13185         (smiley-mouse-map): Unused code.  Make it a comment.
13186
13187 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13190         scan latest NoCeM messages instead of old ones.
13191         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13192         delimiters that are recently used.
13193         (gnus-nocem-load-cache): Add autoload cookie.
13194
13195         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13196
13197         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13198         level which is larger than gnus-use-nocem is specified.
13199
13200         * gnus-group.el (gnus-group-get-new-news): Ditto.
13201
13202 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gnus-util.el (gnus-tool-bar-update): New function.
13205
13206         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13207         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13208
13209         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13210
13211         * gnus-group.el (gnus-group-redraw-when-idle)
13212         (gnus-group-redraw-check): Remove.
13213         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13214
13215 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13218         if optional last element is specified in splits (FIELD VALUE...).
13219
13220 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13223         to gmm-image-load-path-for-library.  Call with no-error argument.
13224         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13225
13226         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13227
13228         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13229
13230         * gmm-utils.el (gmm-image-load-path): Remove alias.
13231
13232 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * gmm-utils.el (gmm-image-load-path): Add alias.
13235
13236         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13237         nnml-generate-nov-databases-1.
13238         (nnml-generate-nov-databases): Use it.
13239         (nnml-generate-nov-databases-directory): Document no-active
13240         argument.
13241
13242         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13243         directory if path is t.  Add no-error.
13244
13245         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13246         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13247
13248         * gnus-art.el (gnus-article-browse-delete-temp-files):
13249         Simplify resetting gnus-article-browse-html-temp-list.
13250
13251         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13252         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13253         Add example to docstring.  Rename local variables.  Move error
13254         checks to default case in cond and simplify.
13255
13256 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13259         handle is multipart when calling it recursively.
13260         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13261
13262 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13263
13264         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13265         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13266
13267 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13270         is loaded.
13271
13272         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13273         loaded.
13274
13275 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13278         to "Emacs 23 (unicode)" in doc string.
13279
13280         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13281         "Emacs 23 (unicode)" in comment.
13282
13283 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13286
13287         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13288         characters 160 through 255 in Emacs 23.
13289
13290 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13293         gnus-article-browse-html-temp.
13294         (gnus-article-browse-delete-temp): Make it customizable.
13295         Add `file'.  Adjust doc string.
13296         (gnus-article-browse-delete-temp-files): Add argument.
13297         Allow query for each file.  Adjust doc string.
13298         (gnus-article-browse-html-parts):
13299         Add `gnus-article-browse-delete-temp-files' to
13300         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13301
13302 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13303
13304         * gnus-art.el (gnus-article-browse-html-temp)
13305         (gnus-article-browse-delete-temp): New variables.
13306         (gnus-article-browse-delete-temp-files): New function.
13307         (gnus-article-browse-html-parts): Use it.
13308
13309 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13312
13313         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13314         string.
13315
13316         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13317         gnus-summary-insert-new-articles when unplugged.
13318         Remove gnus-summary-search-article-forward.
13319
13320         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13321         display-visual-class instead of display-color-cells.
13322
13323 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * dgnushack.el: Autoload customize-group for XEmacs.
13326
13327         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13328         message/* containing non-ASCII text properly.
13329
13330 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * message.el: Require gmm-utils, remove autoloads.
13333         (message-tool-bar): Set default based on
13334         gmm-tool-bar-style.
13335         (message-tool-bar-gnome): Add gmm-customize-mode.
13336
13337         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13338         gmm-tool-bar-style.
13339         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13340
13341         * gnus-group.el (gnus-group-tool-bar): Set default based on
13342         gmm-tool-bar-style.
13343         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13344
13345         * gmm-utils.el (gmm-image-directory): Rename variable from
13346         gmm-image-load-path.
13347         (gmm-image-load-path): Use gmm-image-directory.
13348         (gmm-customize-mode): New function.
13349         (gmm-tool-bar-style): New variable.
13350
13351         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13352         gnus-group-redraw-line-number.
13353         (gnus-group-redraw-check): Simplify.
13354         (gnus-group-tool-bar-update): Remove redraw check.
13355         (gnus-group-make-tool-bar): Add redraw check.
13356
13357 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13358
13359         * gnus-art.el (gnus-button): Add missing parentheses.
13360
13361 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * lpath.el: Fbind line-number-at-pos.
13364
13365 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13368
13369 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-art.el (gnus-button): New face.
13372         (gnus-article-button-face): Use it.
13373
13374         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13375         Add gnus-summary-next-page.  Re-order.
13376
13377         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13378         next-node are now included.
13379         (gnus-group-redraw-line-number): New internal variable.
13380         (gnus-group-redraw-check): Helper function for updating the tool
13381         bar.
13382         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13383
13384         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13385
13386         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13387         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13388         Use it to match format of Spamassassin 3.0 and later.
13389         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13390         (spam-check-bogofilter)
13391         (spam-bogofilter-register-with-bogofilter): Fix args of
13392         `gnus-error' calls.
13393
13394 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13397         unnecessary interaction when sending queued mails.
13398         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13399
13400 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13403         first or last are nil.
13404
13405 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13406
13407         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13408
13409 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13410
13411         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13412
13413 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13414
13415         * dns.el (query-dns): Protect more against buggy tcp output.
13416
13417 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13420         nov.php.
13421
13422 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13423
13424         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13425         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13426         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13427         output on the server side.
13428         (nnweb-google-create-mapping): Update regexps and add some
13429         progress indication.
13430
13431 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gnus-group.el (gnus-group-tool-bar-gnome):
13434         Fix gnus-agent-toggle-plugged.  Re-order icons.
13435         (gnus-group-tool-bar-gnome):
13436         Add gnus-group-{prev,next}-unread-group.
13437         (gnus-group-tool-bar-gnome): Re-order icons.
13438
13439         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13440         Move gnus-summary-insert-new-articles.
13441
13442         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13443         Fix comments.
13444
13445         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13446         also available in Emacs 21.3.
13447
13448         * message.el (message-fix-before-sending): Change "Emacs 22" to
13449         "Emacs 23 (unicode)" in comment.
13450
13451         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13452         "Emacs 23 (unicode)" in comment.
13453
13454         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13455         comment.
13456         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13457
13458         * mm-view.el (mm-fill-flowed): Add :version.
13459
13460 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13463         and load-path.
13464
13465 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * message.el: Autoload gmm-image-load-path.
13468         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13469         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13470         consitency.
13471
13472         * gmm-utils.el (gmm-image-load-path): Also search in
13473         "../etc/images".  Don't set gmm-image-load-path if we don't find
13474         the image.
13475
13476 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gmm-utils.el (gmm-image-load-path): Don't make
13479         `gmm-image-load-path' include subdirectories which the second arg
13480         `image' might specify.
13481
13482         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13483         subdirectory to icon file names.
13484
13485         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13486
13487 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13490         gmm-image-load-path calls.
13491
13492         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13493
13494         * message.el (message-make-tool-bar): Ditto.
13495
13496         * mml.el (mml-preview): Add comment concerning tool bar icons.
13497
13498         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13499         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13500
13501         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13502         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13503
13504         * message.el (message-tool-bar-gnome): Use new icon names.
13505         (message-make-tool-bar): Use `gmm-image-load-path'.
13506
13507         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13508         New functions from MH-E.
13509         (gmm-image-load-path): New variable from MH-E.
13510         (gmm-image-load-path): New function from MH-E.  Add arguments
13511         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13512         *-image-load-path-called-flag.
13513
13514 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13515
13516         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13517
13518 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13519
13520         * nnimap.el (nnimap-request-move-article): Change folder back to
13521         source group before deleting.
13522
13523 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13526
13527         * gnus-art.el (mm-url-insert-file-contents-external):
13528         Autoload mm-url.
13529
13530         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13531
13532 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13535         coding system which mm-charset-to-coding-system returns for a
13536         given charset is valid.
13537
13538 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13539
13540         * html2text.el (html2text-remove-tag-list):
13541         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13542
13543 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13544
13545         * gnus-cus.el: Revert 2005-10-17 change.
13546
13547 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (article-strip-banner):
13550         Call article-really-strip-banner only when the regexp match is made.
13551
13552 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (article-strip-banner):
13555         Use gnus-extract-address-components instead of
13556         mail-header-parse-addresses to make it work with non-ASCII text;
13557         remove mail-encode-encoded-word-string.
13558
13559         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13560         values which are surrounded with \"...\"; make it never cause a
13561         Lisp error; give up parsing of parameters if it failed in
13562         extracting type.
13563
13564 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13565
13566         * smime.el (smime-cert-by-ldap-1): Fix bug where
13567         `smime-ldap-search' returns results without userCertificates.
13568
13569 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13572
13573 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * spam.el (spam-check-spamassassin-headers): Adapt format for
13576         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13577         <ari@mbf.ocn.ne.jp>.
13578         (spam-list-of-processors): Add spam-use-gmane.
13579
13580 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13583         make-temp-file; make it work with XEmacs as well.
13584
13585         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13586         mm-make-temp-file.
13587
13588         * mm-decode.el (mm-display-external): Use the 3rd arg of
13589         mm-make-temp-file.
13590         (mm-create-image-xemacs): Ditto.
13591
13592 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13595         with message-narrow-to-headers.
13596         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13597         (gnus-draft-check-draft-articles): New function.
13598         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13599
13600 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-art.el (gnus-article-browse-html-parts):
13603         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13604         Don't use suffix argument for mm-make-temp-file for Emacs 21
13605         compatibility.  Remove useless `format'.
13606
13607 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13608
13609         * nnweb.el (nnweb-google-wash-article): Update regexps.
13610         (nnweb-group-alist): Use defvoo instead of defvar.
13611
13612 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13615         re-loading nn* modules.
13616
13617 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13620         for `tool-bar-mode' and don't check it's default-value.
13621
13622         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13623
13624         * message.el (message-make-tool-bar): Ditto.
13625
13626         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13627         `substring'.  Shorten tmp-file name.
13628
13629         * gnus.el: Remove bogus comment.
13630
13631 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13632
13633         * gnus-art.el (gnus-article-browse-html-parts): New function.
13634         (gnus-article-browse-html-article): New function for viewing html
13635         articles with a browser.
13636
13637 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13638
13639         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13640         in elisp.
13641         (pgg-gpg-encrypt-symmetric-region): Ditto.
13642         (pgg-gpg-sign-region): Ditto.
13643
13644         * pgg-def.el (pgg-text-mode): New variable.
13645
13646         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13647         (mml2015-pgg-encrypt): Ditto.
13648
13649         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13650         (mml1991-pgg-encrypt): Ditto.
13651
13652 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * nnfolder.el (nnfolder-insert-newsgroup-line):
13655         Use message-make-date instead of current-time-string.
13656
13657         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13658         to gnus-decoded which mm-uu might set.
13659
13660 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13663         don't decode quoted parameters; remove misimported Emacs code.
13664         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13665         (rfc2231-decode-encoded-string): Don't use split-string which
13666         behaves differently according to Emacs version; use
13667         mm-decode-coding-region to convert charset to coding-system.
13668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13669         (rfc2231-encode-string): Remove misimported Emacs code.
13670
13671 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13674         when calling mail-header-parse-content-type.
13675         (article-de-quoted-unreadable): Ditto.
13676         (article-de-base64-unreadable): Ditto.
13677         (article-wash-html): Ditto.
13678
13679         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13680         calling mail-header-parse-content-type and
13681         mail-header-parse-content-disposition.
13682         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13683         mail-header-parse-content-type.
13684
13685         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13686         insert charset and format parameters; encode description after
13687         inserting it to buffer.
13688         (mml-insert-parameter): Fold lines properly even if a parameter is
13689         segmented into two or more lines; change the max column to 76.
13690
13691         * rfc1843.el (rfc1843-decode-article-body): Don't use
13692         ignore-errors when calling mail-header-parse-content-type.
13693
13694         * rfc2231.el (rfc2231-parse-string): Return at least type if
13695         possible; don't cause an error even if it fails in parsing of
13696         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13697         (rfc2231-encode-string): Don't break lines at the beginning, leave
13698         it to mml-insert-parameter.
13699
13700         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13701         calling mail-header-parse-content-type.
13702
13703 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * spam-report.el (spam-report-gmane-use-article-number):
13706         Improve doc string.
13707         (spam-report-gmane-internal): Check if a suitable header was found
13708         in the article.
13709
13710 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13713         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13714
13715 2006-02-05  Romain Francoise  <romain@orebokech.com>
13716
13717         Update copyright notices of all files in the gnus directory.
13718
13719 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13720
13721         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13722
13723 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13726         segmented lines of parameter value to cope with Thunderbird 1.5
13727         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13729         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13730
13731 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13732
13733         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13734         parts.
13735
13736 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13737
13738         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13739         there's only one active file for all servers.
13740         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13741         solid groups.  Gnus might have used a FAST request to select the group.
13742         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13743         and nnweb-search redundantly in the active file.
13744         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13745         (nnweb-request-create-group): Don't use ARGS.
13746         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13747         initialisations.  Let nnoo do the work.
13748
13749 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13752         Say the part has been decoded.
13753
13754         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13755
13756 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13757
13758         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13759         mailcap-viewer-test-cache when there's no 'test clause, since that
13760         will invert the meaning of a "nil" test previously determined by
13761         mailcap-mailcap-entry-passes-test.
13762
13763 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13766         compiling.
13767
13768         * gnus-sum.el: Ditto.
13769
13770         * message.el: Don't bind tool-bar-map when compiling.
13771
13772 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13775
13776 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13777
13778         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13779         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13780         current Google Groups.
13781
13782 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13785         and tool-bar-mode.
13786
13787         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13788         and tool-bar-mode.
13789
13790         * message.el (message-tool-bar-update): Simplify.
13791         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13792
13793         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13794         gnus-summary-buffer.
13795         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13796         gnus-summary-reply.
13797
13798         * gmm-utils.el (gmm): Add :version.
13799
13800 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * Makefile.in (clean): New rule.
13803         (distclean): Use it.
13804
13805 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13806
13807         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13808         Don't autoload.
13809
13810 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gmm-utils.el (gmm-verbose): Add :group.
13813
13814 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * message.el: Change some comments WRT tool-bars.
13817
13818         * gnus-sum.el (gnus-summary-tool-bar)
13819         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13820         (gnus-summary-tool-bar-zap-list): New variables.
13821         (gnus-summary-make-tool-bar): Complete rewrite using
13822         `gmm-tool-bar-from-list'.
13823
13824         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13825         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13826         New variables.
13827         (gnus-group-make-tool-bar): Complete rewrite using
13828         `gmm-tool-bar-from-list'.
13829         (gnus-group-tool-bar-update): New function.
13830
13831         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13832
13833 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13836         is dissected into a single part of which the type is the same as
13837         the given one; decode charset.
13838
13839 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13840
13841         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13842         into alists as symbol not string, since that's what
13843         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13844         look for.
13845
13846 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13849         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13850
13851         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13852
13853 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13856         (gnus-xmas-mime-security-button-menu): New function.
13857
13858         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13859         (gnus-mime-security-button-menu): New definition.
13860         (gnus-mime-security-button-map): Use them.
13861         (gnus-mime-security-button-menu): New function.
13862         (gnus-insert-mime-security-button): Addition to help echo.
13863         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13864         (gnus-mime-security-pipe-part): New functions.
13865
13866         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13867         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13868
13869         * mm-decode.el (mm-handle-set-disposition): Remove.
13870         (mm-handle-set-description): Remove.
13871
13872 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13875         (mm-w3m-standalone-supports-m17n-p): New function.
13876         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13877         w3m usage.
13878
13879         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13880         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13881
13882 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * message.el (message-tool-bar-zap-list):
13885         Use gmm-tool-bar-zap-list as custom type.
13886         (message-tool-bar-update): New function.
13887         (message-tool-bar, message-tool-bar-gnome)
13888         (message-tool-bar-retro): Add message-tool-bar-update.
13889         (message-tool-bar-gnome): Add flyspell-buffer.
13890
13891         * gnus-util.el (gnus-error): Describe `args'.
13892
13893         * gmm-utils.el (gmm-error): Describe `args'.
13894         (gmm-tool-bar-zap-list): New widget.
13895         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13896
13897 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13900         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13901         the number of recursive calls.
13902
13903         * mm-decode.el (mm-handle-set-disposition): New macro.
13904         (mm-handle-set-description): New macro.
13905
13906 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13909         encoding.
13910
13911 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * message.el (message-tool-bar-zap-list, message-tool-bar)
13914         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13915         (message-tool-bar-local-item-from-menu): Remove.
13916         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13917         (message-make-tool-bar): New function.
13918         (message-mode): Use `message-make-tool-bar'.
13919
13920         * gmm-utils.el: New file.
13921         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13922         (gmm-lazy): New widget copied from `nnmail.el'.
13923         (gmm-tool-bar-from-list): New function for creating customizable
13924         tool bars.
13925         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13926         output.
13927         (gmm): Add :prefix to defgroup.
13928
13929 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13930
13931         * gmm-utils.el (gmm-widget-p): New function.
13932
13933 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * mml.el (mml-attach-file): Describe `description' in doc string.
13936         (mml-menu): Add Emacs MIME manual and PGG manual.
13937
13938 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13939
13940         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13941
13942 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13943
13944         * nntp.el (nntp-end-of-line): Doc fix.
13945
13946 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13947
13948         * imap.el (imap-open): Handle case where buffer is a buffer
13949         object.
13950
13951 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13952
13953         * gnus-delay.el (gnus-delay): Don't autoload.
13954         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13955         to be re-loaded when customizing the `gnus-delay' group.
13956
13957 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13958
13959         * message.el (message-insert-citation-line): Use newlines.
13960
13961 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13962
13963         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13964         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13965         these routines, so the passphrase can be managed externally and
13966         passed in to the system.
13967         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13968         pgg-add-passphrase-to-cache function.
13969
13970         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13971         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13972         these routines, so the passphrase can be managed externally and
13973         passed in to the system.
13974         (pgg-pgp5-sign-region): Use new name of
13975         pgg-add-passphrase-to-cache function.
13976
13977 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13978
13979         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13980         part of the decoded armor to find the key-identifier.
13981         (pgg-gpg-lookup-key-owner): New function to return the
13982         human-readable identifier of a key owner.
13983         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13984         itself.
13985         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13986         the key value) if we have a key and can match it against a secret
13987         key.  Also, added a note pointing out fact that the prompt only
13988         indicates the first matching key.
13989
13990         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13991         pgg-decrypt-region.
13992         (pgg-add-passphrase-to-cache): Rename from
13993         `pgg-add-passphrase-cache' to reduce confusion (all callers
13994         changed).
13995         (pgg-remove-passphrase-from-cache): Rename from
13996         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13997         changed).
13998         (pgg-read-passphrase, pgg-add-passphrase-cache)
13999         (pgg-remove-passphrase-cache): Add informative docstrings.
14000         (pgg-decrypt): Convey provided passphrase in subordinate call to
14001         pgg-decrypt-region.
14002
14003 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14004
14005         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14006         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14007         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14008         'passphrase' argument, so the passphrase can be managed externally
14009         and then passed in to the system.
14010
14011         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14012         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14013         so the passphrase cache can be used reliably with identifiers
14014         besides a pgp packet's key id.
14015
14016         * pgg-gpg.el (pgg-gpg-encrypt-region)
14017         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14018         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14019         these routines, so the passphrase can be managed externally and
14020         passed in to the system.
14021
14022         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14023         'notruncate' argument, so the passphrase cache can be used
14024         reliably with identifiers besides a pgp packet's key id.
14025
14026 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14027
14028         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14029         symmetric encryption.
14030         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14031         encrypted session key.
14032         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14033         message ask for the passphrase in a proper way.
14034
14035         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14036         New user commands for symmetric encryption.
14037
14038 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14041
14042         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14043
14044 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14045
14046         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14047
14048 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * mm-decode.el (mm-inlined-types): Add application/pgp.
14051         (mm-automatic-display): Ditto.
14052
14053         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14054         part as text.
14055
14056 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * nnrss.el: Update copyright.
14059         (nnrss-opml-import): Query whether to subscribe to each entry.
14060
14061         * gnus-art.el:
14062         * gnus-sum.el:
14063         * gnus-xmas.el:
14064         * messagexmas.el:
14065         * mm-uu.el:
14066         * mm-view.el: Update copyright.
14067
14068 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * message.el (message-info): New function.
14071         (message-mode-menu): Add it.
14072         Update copyright.
14073
14074         * ChangeLog: Fix and update copyright.
14075
14076 2006-01-13  Romain Francoise  <romain@orebokech.com>
14077
14078         * message.el (message-forward-subject-name-subject): Prefer the
14079         address to 'nowhere' if the sender has no name.
14080         Fix typo.  Update copyright year.
14081
14082 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-art.el (article-wash-html):
14085         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14086         (gnus-article-wash-html-with-w3m-standalone): New function.
14087
14088         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14089         mm-inline-text-html-render-with-w3m-standalone.
14090         (mm-text-html-washer-alist): Map w3m-standalone to
14091         gnus-article-wash-html-with-w3m-standalone.
14092         (mm-inline-text-html-render-with-w3m-standalone): New function.
14093
14094 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14097         Improve LaTeX.
14098
14099 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14102         (nnrss-request-article): Render text/plain parts as HTML.
14103
14104         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14105         the buffer.
14106
14107 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14110         custom definition of `gnus-posting-styles'.
14111
14112         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14113         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14114
14115 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14118         Use nntp for bug archive.
14119
14120 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14123         parts.
14124         (nnrss-normalize-date): New function converts ISO 8601 date into
14125         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14126         (nnrss-check-group): Use it.
14127
14128 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14131
14132         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14133         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14134         (nnrss-insert-w3): Ditto.
14135
14136 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14139         the articles to be forwarded including the case where neither a
14140         number of articles nor a region is specified.
14141
14142 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * nnrss.el (nnrss-request-article): Fix last change; fill
14145         text/plain parts.
14146
14147 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14150         in text/plain part.
14151         (nnrss-check-group): Don't add excessive newline to dc:subject.
14152
14153 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14154
14155         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14156         article.
14157
14158 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14161         (nnml-use-compressed-files, nnml-save-mail): Support other
14162         comression programs such as bzip2.
14163
14164 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14165
14166         * dns.el (query-dns): Make sure we check the buffer size before
14167         removing tcp headers.
14168
14169 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14172         remove MIME buttons associated with multipart/alternative parts.
14173         (gnus-mime-display-alternative): Tag buttons using `article-type'
14174         text property.
14175
14176         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14177         associated with multipart/alternative parts.
14178
14179         * gnus-art.el (gnus-signature-separator): Fix custom type.
14180
14181         * mm-decode.el (mm-inlined-types): Fix custom type.
14182         (mm-keep-viewer-alive-types): Ditto.
14183         (mm-automatic-display): Ditto.
14184         (mm-attachment-override-types): Ditto.
14185         (mm-inline-override-types): Ditto.
14186         (mm-automatic-external-display): Ditto.
14187
14188 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * spam-report.el (spam-report-user-mail-address)
14191         (spam-report-user-agent): New variables.
14192         (spam-report-url-ping-plain): Use spam-report-user-agent.
14193
14194 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14195
14196         * gnus-art.el (gnus-button-handle-custom): Do not just use
14197         `customize-apropos' for any "M-x customize-*" button but the
14198         function called for.  Accept both the function name and its
14199         argument in order to achieve this.
14200         (gnus-button-alist): Remove support for "custom:" URL's.
14201         Pass function name to `gnus-button-handle-custom' in case of "M-x
14202         customize-*" buttons.
14203
14204 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14207         multipart/alternative and add xref to mm-discouraged-alternatives
14208         in doc string.
14209
14210         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14211         gnus-buttonized-mime-types in doc string.
14212
14213 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14216         Suggest image/.* in the doc string.
14217
14218 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14221         message-marks (Debian bug #342521).
14222
14223 2005-12-12  Simon Josefsson  <jas@extundo.com>
14224
14225         * password.el (password-read-from-cache): Add.
14226         (password-read): Use it.
14227
14228 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * rfc2047.el (rfc2047-charset-to-coding-system):
14231         Recognize us-ascii as a MIME charset.
14232
14233         * mm-bodies.el (mm-decode-content-transfer-encoding):
14234         Protect against the case where the 2nd arg TYPE is nil.
14235
14236 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * pop3.el (pop3-stream-type): Fix custom version.
14239
14240         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14241
14242 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14243
14244         * mm-decode.el (mm-display-external): Add missing cdr.
14245
14246 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14249         RFC1524) if it is in mailcap or add a suffix according to
14250         mailcap-mime-extensions when generating a temp filename; postpone
14251         deleting a temp file for 2 seconds for some wrappers, shell
14252         scripts, and so on, which might exit right after having started a
14253         viewer command as a background job.
14254
14255 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * nntp.el (nntp-marks-directory): Fix custom group.
14258
14259         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14260         steps when < 10.
14261
14262         * gnus-start.el (gnus-no-server-1):
14263         Mention `gnus-level-default-subscribed' in doc string.
14264
14265 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14266
14267         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14268         parens.
14269
14270 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-xmas.el (gnus-use-toolbar): Revert.
14273         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14274         gnus-use-toolbar is default.
14275
14276         * messagexmas.el (message-use-toolbar): Revert.
14277         (message-setup-toolbar): Use global default-toolbar if
14278         message-use-toolbar is default.
14279
14280 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14283         according to default-toolbar-visible-p.
14284
14285         * messagexmas.el (message-use-toolbar): Ditto.
14286
14287 2005-11-26  Dave Love  <fx@gnu.org>
14288
14289         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14290         (tls-program, tls-success): Provide openssl alternative.
14291
14292         * starttls.el: Doc fixes.
14293         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14294         SERVICE to PORT.
14295
14296         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14297         port null or service name.
14298         (starttls-negotiate): Autoload.
14299
14300 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * message.el (message-kill-to-signature): Fix interactive spec.
14303
14304 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * pop3.el (pop3-open-server): Recognize a string as a service name.
14307
14308 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14309
14310         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14311
14312 2005-11-23  Dave Love  <fx@gnu.org>
14313
14314         Add pop3s, pop3/starttls.
14315
14316         * pop3.el (pop3-authentication-scheme): Clarify doc.
14317         (open-tls-stream, starttls-open-stream): Autoload.
14318         (pop3-stream-type): New.
14319         (pop3-open-server): Use it.
14320
14321         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14322         for POP.
14323         (mail-source-keyword-map): Add :stream for POP.
14324         (mail-source-fetch-pop): Use pop3-stream-type.
14325
14326 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14329         of current-time-string.
14330
14331 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14332
14333         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14334         date header.
14335
14336 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14337
14338         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14339         it can seriously impact performance as it bypasses the agent's
14340         local caches.
14341
14342 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14343
14344         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14345         must be explicitly online rather than "not explicitly offline" for
14346         its flags to be synchronized.
14347
14348         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14349         that gnus-uu-unmark-thread will function correctly.
14350
14351         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14352         1024K is instead displayed as 1M.
14353
14354 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355
14356         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14357
14358 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14359
14360         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14361
14362 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14363
14364         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14365         error message to display actual error condition.
14366         (gnus-agent-save-local): Avoid saving symbols that are bound to
14367         nil as they simply result in a warning message in
14368         gnus-agent-read-local.
14369
14370 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14373         rather than make-variable-buffer-local for file-precious-flag.
14374
14375 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14376
14377         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14378         for duplicates which are removed.  The invalid sort check then
14379         triggers a rescan after the sort as sorting may have moved
14380         duplicate entries such that they can be cheaply detected.
14381
14382 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14385
14386 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14387
14388         * gnus-agent.el (gnus-agent-article-alist-save-format):
14389         Change internal variable to a custom variable.  Change default value
14390         from compressed(2) to uncompressed(1).
14391         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14392         support for uncompressed agentview files.  Taken together, reading
14393         the agentview file should now be 6-7 times faster.
14394
14395 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14396
14397         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14398         as a buffer-local variable.  This avoids creating truncated
14399         dribble files as a result of a hang up, eg.
14400
14401 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14402
14403         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14404         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14405         XEmacs.
14406
14407 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-start.el (gnus-start-draft-setup):
14410         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14411
14412         * gnus.el (gnus-splash): Change custom group.
14413         (gnus-group-get-parameter, gnus-group-parameter-value):
14414         Describe allow-list argument.
14415
14416         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14417         string.
14418
14419 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * gnus-art.el (gnus-default-article-saver): Add user-defined
14422         `function' to custom type.
14423
14424 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14425
14426         * imap.el (imap-open): Handle case where buffer is a buffer
14427         object.
14428
14429 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14432         long lines.
14433         (gnus-cache-delete-group): Wrap doc strings.
14434
14435         * gnus-agent.el (gnus-agent-rename-group)
14436         (gnus-agent-delete-group): Wrap doc strings.
14437
14438 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * messagexmas.el (message-use-toolbar): Change the valid values
14441         into default, top, bottom, left, and right.
14442         (message-toolbar-thickness): New variable.
14443         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14444         well.
14445         (message-setup-toolbar): Make it work.
14446
14447         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14448         (gnus-use-toolbar): Change the valid values into default, top,
14449         bottom, left, and right.
14450         (gnus-toolbar-thickness): New variable.
14451         (gnus-xmas-setup-toolbar): New function.
14452         (gnus-xmas-setup-group-toolbar): Use it.
14453         (gnus-xmas-setup-summary-toolbar): Use it.
14454
14455 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14456
14457         * gnus-start.el (gnus-1): Add "native" to
14458         gnus-predefined-server-alist.
14459
14460         * gnus.el (gnus-method-to-server): Don't add "native" to the
14461         lists here, because that leads to problems when
14462         gnus-select-method is bound.
14463
14464 2005-11-09  Simon Josefsson  <jas@extundo.com>
14465
14466         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14467         use (not sort-by-date) instead.
14468
14469 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14470
14471         * gnus-delay.el (gnus-delay-group): Don't autoload.
14472         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14473         to be re-loaded when customizing the `gnus-delay' group.
14474
14475 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14476
14477         * message.el: Revert last changes.
14478         (message-insert-citation-line): Use newlines.
14479
14480 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14481
14482         * message.el (message-courtesy-message)
14483         (message-mark-insert-begin, message-mark-insert-end)
14484         (message-elide-ellipsis, message-cancel-message)
14485         (message-add-header, message-change-subject)
14486         (message-cross-post-followup-to-header)
14487         (message-cross-post-insert-note, message-reduce-to-to-cc)
14488         (message-widen-reply, message-delete-not-region)
14489         (message-kill-to-signature, message-insert-signature)
14490         (message-insert-importance-high, message-insert-importance-low)
14491         (message-insert-or-toggle-importance)
14492         (message-insert-disposition-notification-to)
14493         (message-indent-citation, message-yank-original)
14494         (message-cite-original-without-signature, message-cite-original)
14495         (message-insert-citation-line, message-position-on-field)
14496         (message-fix-before-sending, message-send-mail-partially)
14497         (message-send-mail, message-send-mail-with-sendmail)
14498         (message-send-mail-with-qmail, message-send-news)
14499         (message-check-news-header-syntax, message-generate-headers)
14500         (message-insert-courtesy-copy, message-fill-address)
14501         (message-fill-header, message-shorten-references)
14502         (message-setup-1, message-cancel-news)
14503         (message-forward-make-body-plain, message-forward-make-body-mime)
14504         (message-forward-make-body-mml, message-encode-message-body)
14505         (message-forward-make-body-digest-plain)
14506         (message-forward-make-body-digest-mime)
14507         (message-use-alternative-email-as-from): Insert `hard-newline'
14508         instead of ordinary newlines.
14509
14510 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * message.el (message-generate-headers): Downcase the argument
14513         given to message-check-element.
14514
14515 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14516
14517         * nntp.el (nntp-authinfo-rejected): New error condition.
14518         (nntp-wait-for): Use new error condition to signal authentication
14519         error.
14520         (nntp-retrieve-data): Rethrow new error condition to break out of
14521         recursive call to nntp-send-authinfo.
14522
14523 2005-11-08  Romain Francoise  <romain@orebokech.com>
14524
14525         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14526         (gnus-summary-exit-map): Bind to `Z p'.
14527         (gnus-summary-make-menu-bar): Add menu item.
14528
14529 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14532         (gnus-treat-*): Add `first' in all doc strings.
14533
14534         * gnus-group.el (gnus-group-compact-group): Fix typo.
14535
14536 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus.el (gnus-parameters-case-fold-search): New variable.
14539         (gnus-parameters-get-parameter): Use it.
14540
14541         * gnus-score.el (gnus-home-score-file): Doc fix.
14542
14543 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14544
14545         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14546
14547 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-util.el (mm-special-display-p): New function.
14550
14551         * mml.el (mml-preview): Use it; doc fix.
14552
14553 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14554
14555         * imap.el (imap-open): Handle case where buffer is a buffer object.
14556
14557 2005-10-29  Romain Francoise  <romain@orebokech.com>
14558
14559         * message.el (message-fix-before-sending): Fix comment.
14560
14561 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14562
14563         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14564
14565 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14566
14567         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14568         Used in gnus-score.el.
14569
14570 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14573
14574 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14577         whitespace removed in revision 7.8.  Use concatenated string to
14578         protect trailing whitespace.
14579
14580 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14581
14582         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14583         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14584         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14585         Courier IMAP ("some version from 2004").  Mostly based on similar
14586         code in the same function.
14587
14588 2005-10-26  Didier Verna  <didier@xemacs.org>
14589
14590         * gnus-group.el (gnus-group-compact-group): Invalidate original
14591         article buffer.
14592         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14593         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14594         NOV database and in article itself.
14595         Invalidate article backlog.
14596
14597 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14600
14601 2005-10-26  Simon Josefsson  <jas@extundo.com>
14602
14603         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14604         part of 2004-07-25 change.
14605
14606 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * message.el (message-display-completion-list): New function.
14609         (message-expand-group): Use it; make sure the Completions buffer
14610         is modifiable.
14611 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14612
14613         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14614         user-mail-name is an empty string.
14615
14616 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14619         depending on gnus-score-decay-constant.
14620
14621         * encrypt.el (encrypt-insert-file-contents)
14622         (encrypt-write-file-contents): Don't use `gnus-message'.
14623
14624         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14625         arguments.
14626         (mm-uu-type-alist): Add message-marks and insert-marks.
14627         Pass arguments to mm-uu-verbatim-marks-extract.
14628         (mm-uu-hide-markers): New variable.
14629         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14630
14631         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14632         (gnus-convert-image-to-face-command): Use "convert" by default to
14633         allow other input image formats.
14634         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14635         accordingly.
14636
14637 2005-10-23  Simon Josefsson  <jas@extundo.com>
14638
14639         * imap.el (imap-gssapi-program): Align command line parameters
14640         with latest GNU SASL.
14641         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14642
14643 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14644
14645         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14646         HTML.
14647         (nnslashdot-request-article): Ditto.
14648
14649         * lpath.el (featurep): Add nobreak-char-display.
14650
14651 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14652
14653         * mail-source.el (mail-source-fetch-pop): Require pop3.
14654         (mail-source-check-pop): Ditto.
14655
14656 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14659         errors.
14660
14661 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14664         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14665
14666         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14667
14668         * mm-bodies.el (mm-decode-string):
14669         Call `mm-charset-to-coding-system' with allow-override argument.
14670
14671 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14674         (rfc2047-charset-to-coding-system): New function.
14675         (rfc2047-decode-encoded-words): New function.
14676         (rfc2047-decode-region): Use them.
14677         (rfc2047-decode-cte): Remove.
14678         (rfc2047-parse-and-decode): Remove.
14679         (rfc2047-decode): Remove.
14680
14681 2005-10-15  Kenichi Handa  <handa@m17n.org>
14682
14683         * rfc2047.el (rfc2047-decode-cte): New function.
14684         (rfc2047-decode-region): Change the way to decode successive
14685         encoded-words: decode B- or Q-encoding in each encoded-word,
14686         concatenate them, and decode it as charset.
14687
14688 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * lpath.el: Fbind codepage-setup for XEmacs.
14691
14692 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14693
14694         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14695         widget-move-and-invoke.
14696         (gnus-custom-mode): Use gnus-custom-map.
14697
14698 2005-10-15  Bill Wohler  <wohler@newt.com>
14699
14700         * message.el (message-tool-bar-map): Rename image file from
14701         mail_send to mail/send.
14702
14703 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14704
14705         * message.el (message-expand-group): Pass the common
14706         prefix substring of completion to `display-completion-list'.
14707
14708 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * mml-sec.el (mml-secure-method): New internal variable.
14711         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14712         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14713         New functions using mml-secure-method.
14714
14715         * mml.el (mml-mode-map): Add key bindings for those functions.
14716         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14717         Harder <harder@myrealbox.com>.
14718         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14719         Goto end of message if point is the headers of the message.
14720
14721         * message.el (message-in-body-p): New function.
14722
14723         * assistant.el: Autoload gnus-util and netrc.
14724
14725         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14726         Use `mm-charset-override-alist' only when decoding.
14727
14728         * mm-bodies.el (mm-decode-body):
14729         Call `mm-charset-to-coding-system' with allow-override argument.
14730
14731         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14732         `filename' from Content-Disposition if Content-Type doesn't
14733         provide `name'.
14734         (gnus-mime-view-part-as-type): Set default instead of
14735         initial-input.
14736
14737 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14738
14739         * format-spec.el (format-spec): Propagate text properties of % spec.
14740
14741 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-art.el (gnus-treat-predicate): Add `first'.
14744
14745 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14748         (mm-charset-override-alist): New variable.
14749         (mm-charset-to-coding-system): Use it.
14750         (mm-codepage-setup): New helper function.
14751         (mm-charset-eval-alist): New variable.
14752         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14753         Warn about unknown charsets.
14754
14755         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14756
14757 2005-10-04  David Hansen  <david.hansen@gmx.net>
14758
14759         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14760         (nnrss-check-group): Ditto.
14761
14762 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14765         Rename x-gnus-verbatim to x-verbatim.
14766         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14767
14768         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14769         x-verbatim.
14770
14771         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14772
14773         * gnus-util.el (gnus-remove-duplicates): Remove.
14774
14775         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14776         instead of gnus-remove-duplicates.
14777
14778         * message.el (message-remove-duplicates): Remove.
14779         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14780         message-remove-duplicates.
14781
14782         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14783         available, else use implementation from `delete-dups'.
14784
14785         * message.el (message-insert-expires): New function.
14786         (message-mode-map): Add key binding.
14787         (message-mode-field-menu): Add menu entry.
14788         (message-mode): Document it.
14789         (message-make-expires-date): Use `message-make-date'.
14790
14791 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14792
14793         * message.el (message-make-expires-date): New function.
14794
14795 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * Makefile.in (list-installed-shadows): New entry.
14798         (install): Use it.
14799         (remove-installed-shadows): New entry.
14800
14801         * dgnushack.el (dgnushack-default-load-path): New variable.
14802         (dgnushack-find-lisp-shadows): New function.
14803         (dgnushack-remove-lisp-shadows): New function.
14804
14805 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * Makefile.in (install-el-elc): New entry.
14808         (install): Use it so that .el files are necessarily installed.
14809
14810 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14813
14814 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14815
14816         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14817         function rather than the diff-mode.el package.
14818         (mm-display-external): Use with-current-buffer.
14819         (mm-viewer-completion-map, mm-viewer-completion-map):
14820         Move initialization inside declaration.
14821
14822 2005-09-29  Simon Josefsson  <jas@extundo.com>
14823
14824         * spam.el: Load hashcash when compiling, to avoid warnings.
14825         Don't autoload mail-check-payment.
14826         (spam-check-hashcash): Define unconditionally, since hashcash.el
14827         is part of Gnus now.  Ignore errors from payment checking.
14828
14829 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * message.el (message-bold-region, message-unbold-region):
14832         Rename from `bold-region' and `unbold-region'.
14833
14834         * message.el: Remove useless autoloads.
14835
14836 2005-09-28  Simon Josefsson  <jas@extundo.com>
14837
14838         * message.el (message-use-idna): Default to t.
14839         (message-use-idna): Test whether encoding works too.  Doc fix.
14840
14841 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * nntp.el (nntp-warn-about-losing-connection): Remove.
14844
14845 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14848         customizable.  Change default value.
14849         (mm-uu-diff-groups-regexp): Change default value.
14850         (mm-uu-type-alist): Add doc string.
14851         (mm-uu-configure): Add doc string.  Make it interactive.
14852         (mm-uu-tex-groups-regexp): New variable.
14853         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14854         (mm-uu-type-alist): Add LaTeX documents.
14855         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14856         of "text/verbatim".
14857         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14858
14859         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14860         instead of "text/verbatim".
14861
14862         * message.el (message-mark-inserted-region)
14863         (message-mark-insert-file): Use slrn style marks when called with
14864         prefix argument.
14865
14866 2005-09-27  Simon Josefsson  <jas@extundo.com>
14867
14868         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14869
14870 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14871
14872         * message.el (message-remove-duplicates): New function.
14873         Implementation borrowed from `gnus-remove-duplicates'.
14874         (message-idna-to-ascii-rhs): Also encode idna addresses in
14875         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14876         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14877         only ask about the same idna domain once per header and also tell
14878         in what header to replace the idna domain.
14879
14880         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14881         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14882         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14883         a header is decoded and not just the last one.
14884
14885 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14888         has been decoded.
14889
14890         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14891         (mm-insert-part): Don't modify text if it has been decoded.
14892
14893         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14894         decoded.
14895
14896         * mm-view.el (mm-inline-text): Don't strip text props unless
14897         decoding enriched or richtext parts.
14898
14899 2005-09-25  Romain Francoise  <romain@orebokech.com>
14900
14901         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14902         * gnus-start.el (gnus-subscribe-interactively):
14903         * gnus-uu.el (gnus-uu-grab-articles):
14904         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14905         space.
14906
14907 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14908
14909         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14910         * mm-view.el (mm-view-pkcs7-decrypt):
14911         * gnus-sum.el (gnus-summary-limit-to-extra)
14912         (gnus-summary-respool-article, gnus-read-move-group-name):
14913         * gnus-score.el (gnus-summary-increase-score):
14914         * gnus-util.el (gnus-completing-read-with-default):
14915         * gnus-art.el (gnus-read-save-file-name)
14916         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14917         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14918         * message.el (message-check-news-header-syntax):
14919         Follow convention for reading with the minibuffer.
14920
14921 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * spam-report.el (spam-report-url-ping-plain):
14924         Use gnus-extended-version as User-Agent.
14925
14926         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14927         default value is nil.
14928
14929         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14930         (mm-uu-verbatim-marks-extract): New function.
14931         (mm-uu-extract): New face.
14932         (mm-uu-copy-to-buffer): Use it.
14933
14934         * spam-report.el (spam-report-gmane-ham): Rename from
14935         `spam-report-gmane-unspam'.
14936         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14937         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14938
14939         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14940         Autoload.
14941         (spam-report-gmane-unregister-routine):
14942         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14943
14944 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14945
14946         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14947         (spam-report-gmane-unregister-routine): Add support for gmane
14948         unregistration.
14949
14950         * spam-report.el (spam-report-gmane-unspam)
14951         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14952         (spam-report-gmane): Change to take a single article and do unspam
14953         registration.
14954
14955 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * mm-url.el (mm-url-decode-entities): Fix regexp.
14958
14959 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14960
14961         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14962         default to nil, to be able to use Gnus at all.  If the default
14963         switches to something else, then the function should be fixed not
14964         be exceedingly slow.
14965
14966 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14969         fail hard.
14970
14971         * spam-report.el: Add better Keywords line.
14972
14973         * spam.el: Add Maintainer and better Keywords line.
14974
14975 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-art.el (gnus-article-replace-part)
14978         (gnus-mime-replace-part): New functions.
14979         (gnus-mime-action-alist, gnus-mime-button-commands)
14980         (gnus-mime-save-part-and-strip): Add file argument.
14981         (gnus-article-part-wrapper): Add interactive argument.
14982
14983         * gnus-sum.el (gnus-summary-mime-map):
14984         Add `gnus-article-replace-part'.
14985
14986 2005-09-19  Didier Verna  <didier@xemacs.org>
14987
14988         The nnml compaction feature:
14989         * nnml.el (nnml-request-compact-group): New function.
14990         * nnml.el (nnml-request-compact): New function.
14991         * gnus-int.el (gnus-request-compact-group): New function.
14992         * gnus-int.el (gnus-request-compact): New function.
14993         * gnus-group.el (gnus-group-compact-group): New function.
14994         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14995         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14996         * gnus-srvr.el (gnus-server-compact-server): New function.
14997         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14998         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14999
15000 2005-09-18  Deepak Goel  <deego@gnufans.org>
15001
15002         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15003         format spec.
15004
15005 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15008
15009 2005-09-15  Romain Francoise  <romain@orebokech.com>
15010
15011         * message.el (message-fill-paragraph): Clarify docstring.
15012
15013 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-art.el (gnus-mime-display-part): Protect against broken
15016         MIME messages.
15017
15018 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15021         before parsing header.
15022
15023 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15024
15025         * html2text.el (html2text-replace-list): Add new entities.
15026
15027 2005-09-11  Romain Francoise  <romain@orebokech.com>
15028
15029         * message.el (message-alternative-emails): Improve docstring.
15030         (message-setup-1): Call `message-use-alternative-email-as-from'
15031         after `message-setup-hook' to give it precedence over posting
15032         styles, etc.
15033         (message-use-alternative-email-as-from): Add docstring.
15034         Remove the original From header if present.
15035
15036         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15037         (nnml-save-mail): Use it.
15038
15039         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15040         articles.  Add new argument `silent'.
15041         (gnus-uu-mark-all): Report the total number of marked articles.
15042
15043 2005-09-10  Romain Francoise  <romain@orebokech.com>
15044
15045         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15046         (gnus-uu-mark-series): Likewise.
15047
15048 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * spam-report.el (spam-report-gmane): Fix generation of spam
15051         report URL.
15052
15053 2005-09-10  Simon Josefsson  <jas@extundo.com>
15054
15055         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15056         t, based on discussion on the ding list with Robert Epprecht
15057         <epprecht@solnet.ch>.
15058
15059 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * spam-report.el (spam-report-gmane): Make it work without
15062         X-Report-Spam header.  Gmane now only provides Archived-At.
15063         This is only used if `spam-report-gmane-use-article-number' is nil.
15064         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15065
15066         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15067         make `gnus-summary-sort-by-recipient' work with threading.
15068
15069         * nnweb.el (nnweb-google-wash-article): Print a message if article
15070         is not available.
15071
15072 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15073
15074         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15075         change.  Decode text/* parts content before displaying.
15076
15077 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15080
15081 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15084
15085         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15086         url-package-name, url-package-version,
15087         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15088         w3m-display-inline-images, and w3m-minor-mode-map.
15089
15090 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * message.el (message-tab-body-function): Fix mismatched custom type.
15093
15094         * gnus.el (gnus-group-change-level-function): Ditto.
15095
15096         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15097
15098         * gnus-art.el (gnus-signature-limit)
15099         (gnus-article-mime-part-function): Ditto.
15100
15101 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * mml.el (mml-mode): Silence the byte compiler.
15104
15105         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15106         using `(sit-for 0)' before moving the point to the specified part;
15107         skip unbuttonized parts.
15108         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15109         return to the summary window if gnus-auto-select-part is non-nil.
15110
15111 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15114         New variables.
15115         (mml-dnd-attach-file, mml-mode): Use them.
15116
15117         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15118         Make fetching article by MID work again for Google Groups.
15119         Add FIXME concerning gnus-group-make-web-group.
15120
15121         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15122         Don't depend on Gnus by using mail-extract-address-components if
15123         gnus-extract-address-components is not bound.
15124
15125 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15126
15127         * gnus-art.el (gnus-mime-display-security): Don't display the
15128         signature, but only the signed part.
15129
15130 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15133
15134         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15135         list, not listp.
15136
15137 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15138
15139         * mm-encode.el (mm-encode-content-transfer-encoding):
15140         Likewise when encoding.
15141
15142         * mm-bodies.el (mm-decode-content-transfer-encoding):
15143         De-canonicalize CRLF for all text content types, not just
15144         text/plain.
15145
15146 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15149         valid article; point arrow and cursor at the MIME button.
15150
15151 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15154         Suggested by Dan Christensen <jdc@uwo.ca>.
15155
15156         * mm-decode.el (mm-save-part): Enable change of prompt.
15157
15158 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15159
15160         * gnus-msg.el (gnus-inews-add-send-actions):
15161         Make `message-post-method' lambda parameter ARG `&optional'.
15162
15163 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-sum.el (gnus-summary-mime-map):
15166         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15167         gnus-article-jump-to-part.
15168
15169         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15170         (gnus-article-edit-part): Use it.
15171         (gnus-article-part-wrapper): Add no-handle argument.
15172         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15173         New functions.
15174
15175 2005-08-29  Romain Francoise  <romain@orebokech.com>
15176
15177         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15178         docstring.
15179         (gnus-face-from-file): Likewise.
15180
15181 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15184         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15185         non-nil.
15186         (gnus-auto-select-part): New variable.
15187         (gnus-article-jump-to-part): New function.
15188         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15189         (gnus-mime-delete-part): Allow selecting specified part after
15190         deleting or stripping parts.
15191         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15192         part if argument is bogus.
15193
15194 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15195
15196         * gnus-art.el (w3m-minor-mode-map):
15197         * gnus-spec.el (gnus-newsrc-file-version):
15198         * gnus-util.el (nnmail-active-file-coding-system)
15199         (gnus-original-article-buffer, gnus-user-agent):
15200         * gnus.el (gnus-ham-process-destinations)
15201         (gnus-parameter-ham-marks-alist)
15202         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15203         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15204         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15205         * mm-decode.el (gnus-current-window-configuration):
15206         * mm-extern.el (gnus-article-mime-handles):
15207         * mm-url.el (url-current-object, url-package-name)
15208         (url-package-version):
15209         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15210         (smime-keys, w3m-cid-retrieve-function-alist)
15211         (w3m-current-buffer, w3m-display-inline-images)
15212         (w3m-minor-mode-map):
15213         * mml-smime.el (gnus-extract-address-components):
15214         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15215         (gnus-newsrc-hashtb, message-default-charset)
15216         (message-deletable-headers, message-options)
15217         (message-posting-charset, message-required-mail-headers)
15218         (message-required-news-headers):
15219         * mml1991.el (mc-pgp-always-sign):
15220         * mml2015.el (mc-pgp-always-sign):
15221         * nnheader.el (nnmail-extra-headers):
15222         * rfc1843.el (gnus-decode-encoded-word-function)
15223         (gnus-decode-header-function, gnus-newsgroup-name):
15224         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15225
15226 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15227
15228         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15229         the end of the date treatments.
15230
15231 2005-08-15  Simon Josefsson  <jas@extundo.com>
15232
15233         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15234         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15235         Capello and Romain Francoise.
15236         (pgg-fetch-key-function): Remove, not used?
15237         (pgg-insert-url-with-w3): Require url, to get
15238         url-insert-file-contents regardless of where it is defined.
15239
15240 2005-08-13  Romain Francoise  <romain@orebokech.com>
15241
15242         * message.el (message-cite-original-1): New function.
15243         (message-cite-original): Use it.
15244         (message-cite-original-without-signature): Ditto.
15245
15246 2005-08-08  Romain Francoise  <romain@orebokech.com>
15247
15248         * message.el (message-yank-empty-prefix): New variable.
15249         (message-indent-citation): Use it.
15250         (message-cite-original-without-signature): Respect X-No-Archive.
15251
15252 2005-08-08  Simon Josefsson  <jas@extundo.com>
15253
15254         * pgg.el: Autoload url-insert-file-contents instead of loading
15255         w3/url.
15256         (pgg-insert-url-with-w3): Don't load url here.
15257
15258 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15259
15260         * message.el (message-kill-to-signature): Don't insert newline at
15261         bol.
15262         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15263
15264 2005-08-06  Romain Francoise  <romain@orebokech.com>
15265
15266         * message.el (message-user-fqdn): Fix typo in docstring.
15267
15268 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15269
15270         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15271
15272         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15273
15274 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * mm-bodies.el (mm-encode-body): Use coding system rather than
15277         charset to encode text.
15278
15279         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15280         number of charsets if utf-8 is available (XEmacs).
15281
15282 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15285         taken from `gnus-button-mid-or-mail-regexp'.
15286         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15287         (gnus-button-alist): Improve regexp for domain part of the MIDs
15288         for news:localpart@domain buttons.
15289         (gnus-button-ctan-directory-regexp): Update.
15290
15291 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * sieve-manage.el (sieve-manage-interactive-login):
15294         Use make-local-variable rather than make-variable-buffer-local.
15295         (sieve-manage-open): Ditto.
15296         (sieve-manage-authenticate): Ditto.
15297
15298         * mml.el (mml-generate-mime-1): Make the content type default to
15299         text/plain if the filename is not specified.
15300
15301 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15304         instead of insert-buffer.
15305
15306         * message.el (message-yank-original): Ditto; set the mark at the
15307         end of the yanked message.
15308
15309 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15312         lines to scroll rather than to stop it.
15313
15314         * mml.el (mml-generate-default-type): Add doc string.
15315         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15316         default to application/octet-stream when determining the content
15317         type if it is not specified for the part or the mml contents; add
15318         a comment about mml-generate-default-type.
15319
15320 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15323         make it default to application/octet-stream when determining the
15324         content type if it is not specified for the external contents.
15325
15326 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15329         segmented parameter but also other parameters might be there.
15330
15331 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * mm-decode.el (mm-display-external): Delete temp file, directory
15334         and buffer immediately if the external process is exited.
15335
15336 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15339         fewer lines than that of scroll-margin.
15340         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15341
15342 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-art.el (gnus-article-next-page): Revert.
15345         (gnus-article-beginning-of-window): New macro.
15346         (gnus-article-next-page-1): Use it.
15347         (gnus-article-prev-page): Ditto.
15348         (gnus-article-edit-part): Use insert-buffer-substring instead of
15349         insert-buffer.
15350         (gnus-article-edit-exit): Ditto.
15351
15352         * gnus-util.el (gnus-beginning-of-window): Remove.
15353         (gnus-end-of-window): Remove.
15354
15355         * lpath.el: Don't bind header-line-format and scroll-margin.
15356
15357 2005-07-25  Simon Josefsson  <jas@extundo.com>
15358
15359         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15360         to have the url package without w3.  Reported by Daiki Ueno
15361         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15362
15363 2005-07-20  Didier Verna  <didier@xemacs.org>
15364
15365         * gnus-diary.el: Remove the description comment (nndiary is now
15366         properly documented in the Gnus manual).
15367         Fix the spelling of "Back End".
15368         * nndiary.el: Ditto.
15369         Fix the copyright notice.
15370
15371 2005-07-18  Romain Francoise  <romain@orebokech.com>
15372
15373         * gnus-sum.el (gnus-summary-to-prefix)
15374         (gnus-summary-newsgroup-prefix): New variables.
15375         (gnus-summary-from-or-to-or-newsgroups): Use them.
15376
15377 2005-07-17  Romain Francoise  <romain@orebokech.com>
15378
15379         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15380         space as it's generally not especially interesting to the user.
15381
15382 2005-07-16  Romain Francoise  <romain@orebokech.com>
15383
15384         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15385         nil to avoid prompting and file modification if one of the
15386         messages at the top of the nnfolder file contains a copyright
15387         notice.
15388         Update copyright notice.
15389
15390         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15391         instead of `current-time-string' as the latter creates a time
15392         string that is not RFC 2822 compliant (it lacks the zone).
15393         Update copyright notice.
15394
15395 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15396
15397         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15398         for text/rtf.  Display default in prompt.  Pass default for M-n.
15399
15400         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15401
15402 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15403
15404         * gnus-msg.el (gnus-button-mailto):
15405         Remove save-selected-window-window hackery because it relies on
15406         save-selected-window internals.
15407
15408 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15411         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15412         (gnus-article-prev-page): Ditto.
15413
15414         * gnus-util.el (gnus-beginning-of-window): New function.
15415         (gnus-end-of-window): New function.
15416
15417         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15418
15419 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15420
15421         * gnus-score.el (gnus-score-edit-all-score):
15422         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15423         gnus-message.
15424
15425 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * gnus-msg.el (gnus-button-mailto):
15428         Remove save-selected-window-window hackery because it relies on
15429         save-selected-window internals.
15430
15431 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15434         add-minor-mode.
15435         (gnus-binary-mode): Ditto.
15436
15437         * gnus-topic.el (gnus-topic-mode): Ditto.
15438
15439 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15440
15441         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15442         (gnus-article-prev-page): Take scroll-margin into consideration.
15443
15444 2005-07-04  Lute Kamstra  <lute@gnu.org>
15445
15446         Update FSF's address in GPL notices.
15447
15448 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15449
15450         * gnus.el (gnus-exit):
15451         * gnus-group.el (gnus-group-icons):
15452         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15453
15454         * gnus-nocem.el (gnus-nocem):
15455         * message.el (message-various, message-buffers, message-sending)
15456         (message-interface, message-forwarding, message-insertion)
15457         (message-headers, message-news, message-mail):
15458         * pgg-gpg.el (pgg-gpg):
15459         * pgg-parse.el (pgg-parse):
15460         * pgg-pgp.el (pgg-pgp):
15461         * pgg-pgp5.el (pgg-pgp5):
15462         * pop3.el (pop3): Finish `defgroup' description with period.
15463
15464 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (article-display-face): Improve the efficiency.
15467         (article-display-x-face): Ditto; remove grey x-face stuff.
15468
15469 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (article-display-face): Correct the position in
15472         which Faces are inserted.
15473
15474 2005-06-29  Didier Verna  <didier@xemacs.org>
15475
15476         * gnus-art.el (article-display-face): Display faces in correct
15477         order.
15478
15479 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15482         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15483         (gnus-nocem-check-article): Fetch the Type header.
15484         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15485         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15486         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15487         make sure gnus-nocem-hashtb is initialized.
15488         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15489         (gnus-nocem-unwanted-article-p): Ditto.
15490
15491         * pgg.el (pgg-verify): Return the verification result.
15492
15493 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15494
15495         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15496         is ascii.
15497
15498 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15499
15500         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15501         `show-nonbreak-escape'.
15502
15503 2005-06-23  Lute Kamstra  <lute@gnu.org>
15504
15505         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15506
15507         * dig.el (dig-mode):
15508         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15509
15510 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15511
15512         * nnimap.el (nnimap-split-download-body): Fix spellings.
15513
15514 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15515
15516         * gnus-art.el (gnus-article-encrypt-body):
15517         * gnus-cus.el (gnus-score-customize):
15518         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15519         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15520
15521 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15522
15523         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15524         header by looking for magic "MII" at the beginnig.
15525
15526 2005-06-16  Miles Bader  <miles@gnu.org>
15527
15528         * gnus-xmas.el (gnus-xmas-group-startup-message):
15529         Use renamed gnus-splash face.
15530
15531         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15532         (assistant-field-face): New backward-compatibility alias for renamed
15533         face.
15534         (assistant-render-text): Use renamed assistant-field face.
15535
15536         * spam.el (spam): Remove "-face" suffix from face name.
15537         (spam-face): New backward-compatibility alias for renamed face.
15538         (spam-face, spam-initialize): Use renamed spam face.
15539
15540         * message.el (message-header-to, message-header-cc)
15541         (message-header-subject, message-header-newsgroups)
15542         (message-header-other, message-header-name)
15543         (message-header-xheader, message-separator, message-cited-text)
15544         (message-mml): Remove "-face" suffix from face names.
15545         (message-header-to-face, message-header-cc-face)
15546         (message-header-subject-face, message-header-newsgroups-face)
15547         (message-header-other-face, message-header-name-face)
15548         (message-header-xheader-face, message-separator-face)
15549         (message-cited-text-face, message-mml-face):
15550         New backward-compatibility aliases for renamed faces.
15551         (message-font-lock-keywords): Use renamed message faces.
15552
15553         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15554         (sieve-test-commands, sieve-tagged-arguments):
15555         Remove "-face" suffix from face names.
15556         (sieve-control-commands-face, sieve-action-commands-face)
15557         (sieve-test-commands-face, sieve-tagged-arguments-face):
15558         New backward-compatibility aliases for renamed faces.
15559         (sieve-control-commands-face, sieve-action-commands-face)
15560         (sieve-test-commands-face, sieve-tagged-arguments-face):
15561         Use renamed sieve faces.
15562
15563         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15564         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15565         (gnus-group-news-3-empty, gnus-group-news-4)
15566         (gnus-group-news-4-empty, gnus-group-news-5)
15567         (gnus-group-news-5-empty, gnus-group-news-6)
15568         (gnus-group-news-6-empty, gnus-group-news-low)
15569         (gnus-group-news-low-empty, gnus-group-mail-1)
15570         (gnus-group-mail-1-empty, gnus-group-mail-2)
15571         (gnus-group-mail-2-empty, gnus-group-mail-3)
15572         (gnus-group-mail-3-empty, gnus-group-mail-low)
15573         (gnus-group-mail-low-empty, gnus-summary-selected)
15574         (gnus-summary-cancelled, gnus-summary-high-ticked)
15575         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15576         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15577         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15578         (gnus-summary-low-undownloaded)
15579         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15580         (gnus-summary-low-unread, gnus-summary-normal-unread)
15581         (gnus-summary-high-read, gnus-summary-low-read)
15582         (gnus-summary-normal-read, gnus-splash):
15583         Remove "-face" suffix from face names.
15584         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15585         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15586         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15587         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15588         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15589         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15590         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15591         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15592         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15593         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15594         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15595         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15596         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15597         (gnus-summary-normal-ticked-face)
15598         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15599         (gnus-summary-normal-ancient-face)
15600         (gnus-summary-high-undownloaded-face)
15601         (gnus-summary-low-undownloaded-face)
15602         (gnus-summary-normal-undownloaded-face)
15603         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15604         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15605         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15606         (gnus-splash-face):
15607         New backward-compatibility aliases for renamed faces.
15608         (gnus-group-startup-message): Use renamed gnus faces.
15609
15610         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15611         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15612         (gnus-server-agent): Remove "-face" suffix from face names.
15613         (gnus-server-agent-face, gnus-server-opened-face)
15614         (gnus-server-closed-face, gnus-server-denied-face)
15615         (gnus-server-offline-face):
15616         New backward-compatibility aliases for renamed faces.
15617         (gnus-server-agent-face, gnus-server-opened-face)
15618         (gnus-server-closed-face, gnus-server-denied-face)
15619         (gnus-server-offline-face): Use renamed gnus faces.
15620
15621         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15622         Remove "-face" suffix from face names.
15623         (gnus-picon-xbm-face, gnus-picon-face):
15624         New backward-compatibility aliases for renamed faces.
15625
15626         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15627         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15628         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15629         (gnus-cite-11): Remove "-face" suffix from face names.
15630         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15631         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15632         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15633         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15634         New backward-compatibility aliases for renamed faces.
15635         (gnus-cite-attribution-face, gnus-cite-face-list)
15636         (gnus-article-boring-faces): Use renamed gnus faces.
15637
15638         * gnus-art.el (gnus-signature, gnus-header-from)
15639         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15640         (gnus-header-content): Remove "-face" suffix from face names.
15641         (gnus-signature-face, gnus-header-from-face)
15642         (gnus-header-subject-face, gnus-header-newsgroups-face)
15643         (gnus-header-name-face, gnus-header-content-face):
15644         New backward-compatibility aliases for renamed faces.
15645         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15646
15647         * gnus-sum.el (gnus-summary-selected-face)
15648         (gnus-summary-highlight): Use renamed gnus faces.
15649         * gnus-group.el (gnus-group-highlight): Likewise.
15650
15651 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15652
15653         * gnus-sieve.el (gnus-sieve-article-add-rule):
15654         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15655         * spam-stat.el (spam-stat-buffer-change-to-spam)
15656         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15657
15658         * message.el (message-is-yours-p):
15659         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15660
15661 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * mm-view.el (mm-inline-text): Withdraw the last change.
15664
15665 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15668         executing enriched-decode.
15669
15670 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15673         charset of tar files.
15674
15675 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15676
15677         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15678
15679 2005-06-04  Lute Kamstra  <lute@gnu.org>
15680
15681         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15682         information is never recorded.
15683
15684 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15685
15686         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15687
15688 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * pop3.el (pop3-apop): Run md5 in the binary mode.
15691
15692         * starttls.el (starttls-set-process-query-on-exit-flag):
15693         Use eval-and-compile.
15694
15695 2005-05-31  Simon Josefsson  <jas@extundo.com>
15696
15697         * smime.el (smime-replace-in-string): Define.
15698         (smime-cert-by-ldap-1): Use it.
15699
15700 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (article-display-x-face): Replace
15703         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15704
15705         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15706         set-process-query-on-exit-flag or process-kill-without-query.
15707
15708         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15709         loop instead of replace-regexp.
15710
15711         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15712         instead of process-kill-without-query if it is available.
15713
15714         * lpath.el: Fbind ldap-search-entries.
15715
15716         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15717         instead of find-file-hooks if it is available.
15718
15719         * mml1991.el: Bind pgg-default-user-id when compiling.
15720
15721         * mml2015.el: Bind pgg-default-user-id when compiling.
15722
15723         * nndraft.el (nndraft-request-associate-buffer):
15724         Use write-contents-functions instead of write-contents-hooks if it is
15725         available.
15726
15727         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15728         instead of find-file-hooks if it is available.
15729
15730         * nntp.el (nntp-open-connection): Replace
15731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15732         (nntp-open-ssl-stream): Ditto.
15733         (nntp-open-tls-stream): Ditto.
15734
15735         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15736         set-process-query-on-exit-flag or process-kill-without-query.
15737         (starttls-open-stream-gnutls): Use it instead of
15738         process-kill-without-query.
15739         (starttls-open-stream): Ditto.
15740
15741 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15742
15743         * smime.el (smime-cert-by-ldap-1): Don't use
15744         replace-regexp-in-string.
15745
15746 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15747
15748         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15749
15750         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15751         in PEM format.  Adjust to the XEmacs compability.
15752
15753 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15756         by `string-to-number'.
15757         * gnus-agent.el (gnus-agent-regenerate-group)
15758         (gnus-agent-fetch-articles): Ditto.
15759         * gnus-art.el (gnus-button-fetch-group): Ditto.
15760         * gnus-cache.el (gnus-cache-generate-active)
15761         (gnus-cache-articles-in-group): Ditto.
15762         * gnus-group.el (gnus-group-set-current-level)
15763         (gnus-group-insert-group-line): Ditto.
15764         * gnus-score.el (gnus-score-set-expunge-below)
15765         (gnus-score-set-mark-below, gnus-summary-score-effect)
15766         (gnus-summary-score-entry): Ditto.
15767         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15768         (gnus-soup-pack): Ditto.
15769         * gnus-spec.el (gnus-xmas-format): Ditto.
15770         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15771         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15772         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15773         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15774         * nndb.el (nndb-get-remote-expire-response): Ditto.
15775         * nndiary.el (nndiary-parse-schedule-value)
15776         (nndiary-string-to-number, nndiary-request-replace-article)
15777         (nndiary-request-article): Ditto.
15778         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15779         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15780         * nneething.el (nneething-make-head): Ditto.
15781         * nnfolder.el (nnfolder-request-article)
15782         (nnfolder-retrieve-headers): Ditto.
15783         * nnheader.el (nnheader-file-to-number): Ditto.
15784         * nnkiboze.el (nnkiboze-request-article): Ditto.
15785         * nnmail.el (nnmail-process-unix-mail-format)
15786         (nnmail-process-babyl-mail-format): Ditto.
15787         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15788         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15789         (nnmh-request-create-group, nnmh-request-list-1)
15790         (nnmh-request-group, nnmh-request-article): Ditto.
15791         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15792         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15793         * nnsoup.el (nnsoup-make-active): Ditto.
15794         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15795         * nntp.el (nntp-find-group-and-number)
15796         (nntp-retrieve-headers-with-xover): Ditto.
15797         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15798         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15799         (pgg-format-key-identifier): Ditto.
15800         * pop3.el (pop3-last, pop3-stat): Ditto.
15801         * qp.el (quoted-printable-decode-region): Ditto.
15802
15803         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15804         of concat.
15805
15806 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15809
15810         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15811
15812         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15813
15814         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15815
15816         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15817
15818         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15819
15820         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15821         (gnus-carpal-mode): Ditto.
15822
15823         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15824         (gnus-browse-mode): Ditto.
15825
15826         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15827
15828         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15829
15830 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15831
15832         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15833
15834 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-util.el (gnus-run-mode-hooks): New function.
15837
15838         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15839
15840         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15841         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15842
15843 2005-05-27  Lute Kamstra  <lute@gnu.org>
15844
15845         * dns-mode.el (dns-mode): Specify customization group.
15846
15847 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15848
15849         * gnus-agent.el (gnus-agent-make-mode-line-string):
15850         Use mode-line-highlight as mouse-face.
15851
15852 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * canlock.el (canlock): Change the parent group to news.
15855
15856         * deuglify.el (gnus-outlook-deuglify): Add :group.
15857
15858         * dig.el (dig): Add :group.
15859
15860         * dns-mode.el (dns-mode): Add :group.
15861
15862         * encrypt.el (encrypt): Add :group.
15863
15864         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15865         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15866         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15867         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15868         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15869
15870         * gnus-diary.el (gnus-diary): Add :group.
15871
15872         * gnus.el (gnus-group-news-1-face): Add :group.
15873         (gnus-group-news-1-empty-face): Ditto.
15874         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15875         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15876         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15877         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15878         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15879         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15880         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15881         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15882         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15883         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15884         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15885         (gnus-summary-high-ticked-face): Ditto.
15886         (gnus-summary-low-ticked-face): Ditto.
15887         (gnus-summary-normal-ticked-face): Ditto.
15888         (gnus-summary-high-ancient-face): Ditto.
15889         (gnus-summary-low-ancient-face): Ditto.
15890         (gnus-summary-normal-ancient-face): Ditto.
15891         (gnus-summary-high-undownloaded-face): Ditto.
15892         (gnus-summary-low-undownloaded-face): Ditto.
15893         (gnus-summary-normal-undownloaded-face): Ditto.
15894         (gnus-summary-high-unread-face): Ditto.
15895         (gnus-summary-low-unread-face): Ditto.
15896         (gnus-summary-normal-unread-face): Ditto.
15897         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15898         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15899
15900         * hashcash.el (hashcash): New custom group.
15901         (hashcash-default-payment): Add :group.
15902         (hashcash-payment-alist): Ditto.
15903         (hashcash-default-accept-payment): Ditto.
15904         (hashcash-accept-resources): Ditto.
15905         (hashcash-path): Ditto.
15906         (hashcash-extra-generate-parameters): Ditto.
15907         (hashcash-double-spend-database): Ditto.
15908         (hashcash-in-news): Ditto.
15909
15910         * message.el (message-minibuffer-local-map): Add :group.
15911
15912         * netrc.el (netrc): Add :group.
15913
15914         * sieve-manage.el (sieve-manage-log): Add :group.
15915         (sieve-manage-default-user): Diito.
15916         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15917         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15918         (sieve-manage-authenticators): Ditto.
15919         (sieve-manage-authenticator-alist): Ditto.
15920         (sieve-manage-default-port): Ditto.
15921
15922         * sieve-mode.el (sieve-control-commands-face): Add :group.
15923         (sieve-action-commands-face): Ditto.
15924         (sieve-test-commands-face): Ditto.
15925         (sieve-tagged-arguments-face): Ditto.
15926
15927         * smime.el (smime): Add :group.
15928
15929         * spam-report.el (spam-report): Add :group.
15930
15931         * spam.el (spam, spam-face): Add :group.
15932
15933 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15936         return \n.\n.\n at the end of articles.  Protect against that.
15937         (nntp-with-open-group): Allow debugging.
15938
15939         * nnheader.el (mail-header-set-extra): Make into a function
15940         because I just could't understand how to quote the list properly.
15941
15942         * dns.el (query-dns-cached): New function.
15943
15944 2005-05-26  Lute Kamstra  <lute@gnu.org>
15945
15946         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15947
15948 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15951
15952         * gnus-art.el: Don't autoload mail-extract-address-components.
15953
15954         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15955         eval-and-compile to evaluate it.
15956
15957         * hashcash.el: Don't autoload executable-find.
15958
15959         * nndb.el: Don't declare the nndb back end two or more times; don't
15960         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15961
15962         * nntp.el: Autoload format-spec instead of format; use
15963         eval-and-compile to evaluate autoload forms.
15964
15965 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15966
15967         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15968
15969 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15970
15971         * gnus.el (gnus-version-number): Bump version.
15972
15973 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15974
15975         * gnus.el: No Gnus v0.3 is released.
15976
15977 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * lpath.el (featurep): Bind show-nonbreak-escape.
15980
15981 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-art.el (gnus-article-edit-part): Disable undo.
15984
15985 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15988         gnus-article-date-lapsed-new-header is t if date timer is active;
15989         skip headers in which the original date value is empty.
15990         (gnus-article-save-original-date): Redefine it as a macro.
15991         (gnus-display-mime): Use it.
15992
15993 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-art.el (article-date-ut): Support converting date in
15996         forwarded parts as well.
15997         (gnus-article-save-original-date): New function.
15998         (gnus-display-mime): Use it.
15999
16000 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16001
16002         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16003         enclosure element of <item>.
16004
16005 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * message.el (message-kill-buffer-query): Rename from
16008         `message-kill-buffer-query-if-modified'.  Add :version.
16009
16010 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16013         window layout.
16014
16015 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * mml.el: Autoload dnd when compiling.
16018
16019 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16022         x-dnd-*.
16023
16024 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * qp.el (quoted-printable-encode-region): Save excursion.
16027
16028 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * message.el (message-kill-buffer-query-if-modified): Add new variable
16031         so the user can kill a modified message buffer quickly.
16032         (message-kill-buffer): Use it.
16033
16034 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * lpath.el: Fbind display-time-event-handler; don't fbind
16037         string-to-multibyte.
16038
16039         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16040
16041 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16044         contained in text because xml.el decodes entities) with LFs.
16045
16046 2005-04-11  Lute Kamstra  <lute@gnu.org>
16047
16048         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16049         differently.
16050
16051 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16052
16053         * mm-util.el (mm-detect-coding-region): Typo.
16054
16055 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16058
16059 2005-04-06  Deepak Goel  <deego@gnufans.org>
16060
16061         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16062         user-function allow user modifications of the scores.
16063         (spam-stat-score-buffer-user): New function, to allow
16064         user-computed modifications to the score.
16065         (spam-stat-score-buffer-user-functions): List of additional
16066         scoring functions.
16067         (spam-stat-error-holder): Global temporary error holder.
16068         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16069         variable.
16070
16071 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * gnus-registry.el (gnus-registry-clean-empty-function)
16074         (gnus-registry-trim, gnus-registry-fetch-groups)
16075         (gnus-registry-delete-group): Groups that match
16076         `gnus-registry-ignored-groups' are removed from the registry
16077         entries, not just ignored for splitting.  This helps clean up the
16078         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16079         to get all the groups a message ID is in.
16080
16081         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16082         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16083         (spam-stat-score-buffer-user-functions): Add :number custom type.
16084
16085 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16088         argument in XEmacs.
16089
16090         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16091         (nnrss-request-group): Decode group name first.
16092         (nnrss-request-article): Make a text/plain article if mml-to-mime
16093         failed.
16094         (nnrss-get-encoding): Return a compatible encoding according to
16095         nnrss-compatible-encoding-alist.
16096         (nnrss-find-el): Use consp instead of listp.
16097         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16098
16099 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16102         which Emacs 20 doesn't support.
16103         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16104
16105 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16108         silence the byte compiler inside the defun.
16109
16110         * gnus-demon.el (parse-time-string): Add autoload.
16111
16112         * gnus-delay.el (parse-time-string): Add autoload.
16113
16114         * gnus-art.el (parse-time-string): Add autoload.
16115
16116         * nnultimate.el (parse-time): Require for `parse-time-string'.
16117
16118 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16121
16122         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16123
16124         * smime.el (smime-ldap-host-list): Add :version.
16125
16126 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16129         pass it to `gnus-browse-read-group'.
16130         (gnus-browse-read-group): Add NUMBER argument and pass it to
16131         `gnus-group-read-ephemeral-group'.
16132
16133         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16134         argument and pass it to `gnus-group-read-group'.
16135
16136 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16137
16138         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16139         mm-xemacs-find-mime-charset-1 if we have the mule feature
16140         available at runtime.
16141
16142 2005-03-25  Werner Lemberg  <wl@gnu.org>
16143
16144         * nnmaildir.el: Replace `illegal' with `invalid'.
16145
16146 2005-03-23  Lute Kamstra  <lute@gnu.org>
16147
16148         * time-date.el: Add comment on time value formats.
16149         Don't require parse-time.
16150         (with-decoded-time-value): New macro.
16151         (encode-time-value): New function.
16152         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16153         (days-to-time): Return a valid time value when arg is huge.
16154         (time-since): Use time-subtract.
16155         (time-to-number-of-days): Use time-to-seconds.
16156
16157 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16158
16159         * gnus-start.el (gnus-display-time-event-handler):
16160         Check display-time-timer at runtime rather than only at load time
16161         in case display-time-mode is turned off in the mean time.
16162
16163 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16166         used.
16167
16168         * nneething.el (nneething-map-file-directory): Derive from
16169         `gnus-directory'.
16170
16171         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16172         the To/Cc button.
16173
16174 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * nnmaildir.el (nnmaildir-request-accept-article):
16177         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16178
16179 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16180
16181         * gnus-async.el: Require timer-funcs at compile time when in
16182         XEmacs for `run-with-idle-timer'.
16183
16184 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16185
16186         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16187         autoloaded function.
16188
16189 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16190
16191         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16192
16193 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16194
16195         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16196
16197 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16200         Add gnus-expert-user to default.
16201
16202 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16203
16204         * nnimap.el (nnimap-open-server): Ditto.
16205
16206         * imap.el (imap-authenticate): Fix typo.
16207
16208 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16209
16210         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16211         buffer (since IMAP server might return FETCH response out of
16212         order, and the nntp buffer must be sorted).
16213
16214 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16215
16216         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16217         comparison on string.
16218
16219         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16220         (gnus-agent-score): Rename category keywords to match gnus-cus.
16221         (gnus-agent-summary-fetch-series): Modify to protect against
16222         gnus-agent-summary-fetch-group clearing processable flags.
16223         (gnus-agent-synchronize-group-flags): Update live group buffer as
16224         synchronization may occur due to the user toggle the plugged
16225         status.
16226         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16227         successfully downloaded.
16228         (gnus-agent-expire-group-1): Avoid using markers when the overview
16229         is in ascending order; greatly improves performance.
16230         (gnus-agent-regenerate-group):
16231         Use gnus-agent-synchronize-group-flags to reset read status in both
16232         gnus and server.
16233         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16234
16235 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * message.el: Don't autoload former message-utils variables.
16238         (message-strip-subject-trailing-was): Change doc string.
16239
16240         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16241         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16242         (nnweb-google-search): Add "hl=en" here.
16243         (nnweb-google-parse-1, nnweb-google-create-mapping):
16244         Don't hardcode URL.
16245
16246 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * message.el (message-get-reply-headers, message-followup):
16249         Mention related variables `message-use-followup-to' and
16250         `message-use-mail-followup-to', in the information buffer.
16251
16252         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16253         of broken groups(-beta).google.com.
16254
16255 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16258         parameter to invoked gnus-request-move-article; remove the
16259         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16260         all at once instead of once per article.
16261         (gnus-summary-remove-process-mark): Accept a list of articles as
16262         well as a single article for processing.
16263
16264         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16265         parameter.
16266
16267         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16268
16269         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16270
16271         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16272         parameter.
16273
16274         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16275         parameter.
16276
16277         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16278         parameter and remove the gnus-sum-hint-move-is-internal variable.
16279
16280         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16281         parameter.
16282
16283         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16284         parameter.
16285
16286         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16287         parameter.
16288
16289         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16290
16291         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16292         parameter.
16293
16294         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16295         parameter.
16296
16297 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16298
16299         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16300         a more conservative way.
16301
16302 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16303
16304         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16305         buffer, so it moves the window's cursor.
16306
16307 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16308
16309         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16310         `mm-dissect-multipart' and receive the from field as an (optional)
16311         argument from `mm-dissect-multipart'.
16312         (mm-dissect-multipart): Receive the from field as an argument and
16313         pass it on when we call `mm-dissect-buffer' on MIME parts.
16314         Fixes verification/decryption of signed/encrypted MIME parts.
16315
16316 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * gnus-sum.el (gnus-summary-move-article):
16319         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16320         whatever it calls (right now, only nnimap-request-move article
16321         respects it).
16322
16323         * nnimap.el (nnimap-request-move-article):
16324         When gnus-sum-hint-move-is-internal is set, don't do the extra
16325         nnimap-request-article.
16326
16327 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16330
16331         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16332         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16333
16334         * gnus-sum.el (gnus-summary-caesar-message):
16335         Apply `gnus-treat-article' after rotation.
16336
16337         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16338         doc string.
16339
16340 2005-02-22  Simon Josefsson  <jas@extundo.com>
16341
16342         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16343         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16344         <arne@arnested.dk>.
16345         (encrypt): Add password-cache and password-cache-expiry as group
16346         members.
16347
16348 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16349
16350         * smime.el (smime-ldap-host-list): Doc fix.
16351         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16352         cache) password.
16353         (smime-sign-region): Use it.
16354         (smime-decrypt-region): Use it.
16355         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16356         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16357         fails.
16358         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16359         certificate from DER to PEM format rather than calling openssl.
16360
16361         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16362
16363         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16364         for signing/encryption.
16365
16366         * mml.el (mml-parse-1): Use them.
16367
16368 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16369
16370         * nnrss.el (nnrss-verbose): Remove.
16371         (nnrss-request-group): Use `nnheader-message' instead.
16372
16373 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16374
16375         * nnrss.el (nnrss-verbose): New variable.
16376         (nnrss-request-group): Make it say nnrss is requesting a group.
16377
16378 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16381         Handle news URL with given port correctly.
16382
16383 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16386         containing special characters.
16387
16388         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16389
16390         * mml.el (mime-to-mml): Ditto.
16391
16392         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16393         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16394         (rfc2047-decode-region): Quote decoded words containing special
16395         characters when rfc2047-quote-decoded-words-containing-tspecials
16396         is non-nil.
16397
16398 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16399
16400         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16401
16402         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16403
16404 2005-02-15  Simon Josefsson  <jas@extundo.com>
16405
16406         * nnimap.el (nnimap-debug): Doc fix.
16407
16408         * imap.el (imap-debug): Doc fix.
16409
16410 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16413
16414 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16415
16416         * gnus.el (spam-contents): Improve docs for spam-contents
16417         parameter in its variable incarnation.
16418
16419 2005-02-14  Simon Josefsson  <jas@extundo.com>
16420
16421         * smime-ldap.el: Use require instead of load-library for ldap.
16422         (smime-ldap-search): Indent.
16423         (smime-ldap-search-internal): Shorten line.
16424
16425         * smime.el (smime-cert-by-dns): Add doc-string.
16426         (smime-cert-by-ldap-1): Indent.
16427
16428         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16429         mml-smime-get-dns-ldap.
16430         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16431
16432 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16433
16434         * smime.el: Require smime-ldap.
16435         (smime-ldap-host-list): New variable.
16436         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16437
16438         * mml-smime.el (mml-smime-encrypt-query): New function.
16439         (mml-smime-encrypt-query): Use it.
16440
16441         * smime-ldap.el: New file.
16442
16443 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16446
16447 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16450         argument in doc string.  Make query for type more clear.
16451
16452 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * gnus.el (gnus-group-startup-message): Search for gnus images in
16455         etc/images/gnus.
16456         * mm-util.el (mm-image-load-path): Likewise.
16457         * smiley.el (smiley-data-directory): Search for smilies in
16458         etc/images/smilies.
16459
16460 2005-02-09  Kim F. Storm  <storm@cua.dk>
16461
16462         Change Emacs release version from 21.4 to 22.1 throughout.
16463         Change Emacs development version from 21.3.50 to 22.0.50.
16464
16465 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16468
16469         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16470         non-Mule XEmacs as well.
16471         (mm-decompress-buffer): Signal an error intentionally if it does
16472         not decompress compressed data because auto-compression-mode is
16473         disabled.
16474
16475 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16476
16477         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16478         an ID in the registry even if it has no groups.
16479
16480 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16483         merge it into mm-decompress-buffer.
16484         (gnus-mime-copy-part): Use the MIME part charset, the value which
16485         a user specified or gnus-newsgroup-charset for decoding, like
16486         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16487         save-buffer what was used.  Suggested by Kevin Ryde
16488         <user42@zip.com.au>.
16489         (gnus-mime-inline-part): Allow the name parameter as well as the
16490         filename parameter; force decompressing of compressed data; always
16491         display contents being not decoded as unibyte.
16492
16493         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16494         as well as the filename parameter.
16495
16496         * mm-util.el (mm-decompress-buffer):
16497         Merge gnus-mime-jka-compr-maybe-uncompress.
16498         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16499         of compressed data.
16500
16501 2005-02-08  Simon Josefsson  <jas@extundo.com>
16502
16503         * imap.el (imap-log): Doc fix.
16504
16505 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16508         the coding cookies; decompress compressed parts.
16509
16510         * mml.el (mml-generate-mime-1): Add the charset parameter according
16511         to the value which a user specified manually or the coding cookie.
16512
16513         * mm-util.el (mm-string-to-multibyte): New function.
16514         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16515         (mm-coding-system-to-mime-charset): New function.
16516         (mm-decompress-buffer): New function.
16517         (mm-find-buffer-file-coding-system): New function.
16518
16519         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16520         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16521         parts.
16522
16523 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16524
16525         * mm-view.el (mm-display-inline-fontify): Decode a part according
16526         to the charset parameter.
16527
16528 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16531         prefix arg is neither nil nor a number, as info specifies.
16532
16533 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16536         timestamps.
16537
16538 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16539
16540         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16541         groups error checking and notify user.
16542
16543 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16544
16545         * message.el (message-send-mail-function): Check existence of
16546         sendmail-program first before using default value
16547         `message-send-mail-with-sendmail'.  Otherwise use more generic
16548         `smtpmail-send-it'.
16549
16550 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * nntp.el (nntp-request-update-info): Always return nil.
16553
16554 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16555
16556         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16557
16558 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16559
16560         * message.el (message-beginning-of-line): Change the behavior when
16561         invoked between BOL and : so that it first moves backward.
16562
16563 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16566         article buffer when editing of the article is discarded.
16567         (gnus-article-prepare): Revert.
16568
16569 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-art.el (gnus-article-prepare):
16572         Remove message-strip-forbidden-properties from the local hook.
16573
16574 2005-01-27  Simon Josefsson  <jas@extundo.com>
16575
16576         * password.el (password-cache-add): Only start one timer per key.
16577         Reported by Derek Atkins <warlord@MIT.EDU>.
16578
16579 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16580
16581         * run-at-time.el: Remove.  It is no longer needed as
16582         timer-funcs.el in the xemacs-base package has a working version of
16583         `run-at-time'.
16584
16585         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16586
16587         * password.el: Require timer-funcs instead of run-at-time in
16588         XEmacs.
16589         Remove `password-run-at-time' macro.
16590         (password-cache-add): Use `run-at-time' instead of
16591         `password-run-at-time'.
16592
16593         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16594         Remove `nnheader-cancel-function-timers' alias,
16595         `cancel-function-timers' exists in XEmacs in timer-funcs.
16596
16597         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16598         for `run-with-idle-timer'.
16599
16600         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16601         for `run-at-time'.
16602
16603         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16604         for `with-timeout'.
16605
16606         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16607         the same as for XEmacs 21.4.
16608         No need to ignore `run-with-idle-timer', this function exists in
16609         XEmacs now in timer-funcs.el in the xemacs-base package.
16610         (dgnushack-compile): No need to delete
16611         run-at-time.el from the list of files to compile because it
16612         doesn't exist anymore.
16613
16614 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16617         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16618
16619 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16620
16621         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16622         sensitively.
16623
16624 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16625
16626         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16627
16628 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16631         which will be inserted according to the multibyteness of a buffer
16632         rather than the type of contents.  Suggested by ARISAWA Akihiro
16633         <ari@mbf.ocn.ne.jp>.
16634
16635         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16636         of string which old xml.el may return rather than a string.
16637
16638 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16641
16642 2005-01-16  Simon Josefsson  <jas@extundo.com>
16643
16644         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16645         idn/idna.el isn't available.
16646         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16647         <michael@waxrat.com>.
16648
16649         * hashcash.el: Remove non-FSF copyright header.
16650
16651         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16652         (hashcash-generate-payment): Use it.
16653         (hashcash-generate-payment-async): Use it.
16654
16655 2005-01-15  Simon Josefsson  <jas@extundo.com>
16656
16657         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16658         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16659
16660         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16661         gnus-summary-idna-message.
16662         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16663         (gnus-summary-idna-message): New function.
16664
16665 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16668         gnus-novice-user.
16669
16670 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nnrss.el (nnrss-request-delete-group): Delete entries in
16673         nnrss-group-alist as well.
16674         (nnrss-save-server-data): Insert newline.
16675
16676 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * gnus.el (gnus-user-agent): Use list of symbols instead of
16679         symbols.  Display full version number for (S)XEmacs.
16680         Optionally display (S)XEmacs codename.
16681
16682         * gnus-util.el (gnus-emacs-version): Update for new
16683         `gnus-user-agent'.
16684
16685         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16686         Gnus version.
16687
16688 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16691         which is unreadable in some setups.
16692
16693 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * gnus-spec.el (gnus-update-format-specifications): Flush the
16696         group format spec cache if it doesn't support decoded group names.
16697
16698 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16701         Allow to apply decay on score files matching a regexp.
16702
16703 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16706         compatibility in %g and %c.
16707
16708 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16711         name for only %g and %c.
16712         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16713         of gnus-tmp-group to decoded group name.
16714         (gnus-group-make-rss-group): Exclude `/'s from group names.
16715
16716 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * nnrss.el (nnrss-get-encoding): Fix regexp.
16719
16720 2004-12-27  Simon Josefsson  <jas@extundo.com>
16721
16722         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16723         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16724         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16725
16726 2004-12-17  Kim F. Storm  <storm@cua.dk>
16727
16728         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16729
16730         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16731
16732 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16733
16734         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16735
16736 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * nnrss.el: Require rfc2047 and mml.
16739         (nnrss-file-coding-system): New variable.
16740         (nnrss-format-string): Redefine it as an inline function.
16741         (nnrss-decode-group-name): New function.
16742         (nnrss-string-as-multibyte): Remove.
16743         (nnrss-retrieve-headers): Decode group name; don't use
16744         nnrss-format-string.
16745         (nnrss-request-group): Decode group name.
16746         (nnrss-request-article): Decode group name; allow a Message-ID as
16747         well as an article number; don't use nnrss-format-string; encode a
16748         Message-ID string which may contain non-ASCII characters; use
16749         mml-to-mime to compose a MIME article.
16750         (nnrss-request-expire-articles): Decode group name.
16751         (nnrss-request-delete-group): Decode group name.
16752         (nnrss-fetch): Clarify error message.
16753         (nnrss-read-server-data): Use insert-file-contents instead of load;
16754         bind file-name-coding-system; use multibyte buffer.
16755         (nnrss-save-server-data): Bind coding-system-for-write to the
16756         value of nnrss-file-coding-system; bind file-name-coding-system;
16757         add coding cookie.
16758         (nnrss-read-group-data): Use insert-file-contents instead of load;
16759         bind file-name-coding-system; use multibyte buffer.
16760         (nnrss-save-group-data): Bind coding-system-for-write to the
16761         value of nnrss-file-coding-system; bind file-name-coding-system.
16762         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16763         make it work with non-ASCII text.
16764         (nnrss-find-el): Make it work with old xml.el as well.
16765
16766 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16767
16768         * nnrss.el (nnrss-get-encoding): New function.
16769         (nnrss-fetch): Use unibyte buffer initially; bind
16770         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16771         decode contents according to the encoding attribute.
16772         (nnrss-save-group-data): Add coding cookie.
16773         (nnrss-mime-encode-string): New function.
16774         (nnrss-check-group): Use it to encode subject and author.
16775
16776 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16779         imaginary variable.
16780
16781 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16784         correctly even if there are wide characters.
16785
16786 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16787
16788         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16789         downcased symbol names; make a new cache instead of reusing
16790         bbdb-hashtable.
16791
16792 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16795         concatenating segments rather than before concatenating them.
16796         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16797
16798         * message.el (message-get-reply-headers): Bind `extra'.
16799
16800 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16801
16802         * message.el (message-extra-wide-headers): New variable.
16803         (message-get-reply-headers): Use it.
16804
16805 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16808         (gnus-agent-group-pathname): Ditto.
16809
16810         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16811
16812         * gnus-group.el (gnus-group-make-group): Decode group name.
16813         (gnus-group-make-rss-group): Register the group data after opening
16814         the nnrss group.
16815
16816 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16817
16818         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16819         by expiry now get marked as read.
16820
16821 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16824
16825 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16826
16827         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16828         unify Latin characters in XEmacs.
16829         (mm-find-mime-charset-region): Use it.
16830
16831 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * gnus-util.el (gnus-delete-directory): New function.
16834
16835         * gnus-agent.el (gnus-agent-delete-group): Use it.
16836
16837         * gnus-cache.el (gnus-cache-delete-group): Use it.
16838
16839 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16842         names.
16843
16844 2004-12-16  Simon Josefsson  <jas@extundo.com>
16845
16846         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16847
16848 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16851
16852         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16853         (gnus-group-set-current-level): Decode group name.
16854
16855 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16856
16857         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16858         failed.
16859
16860 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-group.el (gnus-group-delete-group): Decode group name.
16863         (gnus-group-make-rss-group): Encode group name.
16864         (gnus-group-catchup-current): Decode group name.
16865         (gnus-group-kill-group): Decode group name.
16866
16867 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16868
16869         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16870
16871 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-group.el (gnus-group-make-rss-group):
16874         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16875
16876         * gnus-start.el (gnus-setup-news): Honor user's setting to
16877         gnus-message-archive-method.  Suggested by Lute Kamstra
16878         <lute@gnu.org>.
16879
16880 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16881
16882         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16883         global counterparts of the buffer-local variables.
16884
16885 2004-11-16  Romain Francoise  <romain@orebokech.com>
16886
16887         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16888         counterparts of the buffer-local variables.
16889
16890 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * message.el (message-forbidden-properties): Fix typo in doc
16893         string.
16894
16895 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16896
16897         * gnus-util.el (gnus-replace-in-string): Add doc string.
16898
16899         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16900         to avoid problems when splitting mails with many recipients.
16901
16902 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16903
16904         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16905         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16906
16907 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16908
16909         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16910         if there is no hashtable in memory or file modification time is
16911         newer than cached timestamp.
16912
16913 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * gnus-sum.el (gnus-summary-limit-to-recipient):
16916         Implement not-matching option.
16917
16918 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16921         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16922         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16923         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16924         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16925         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16926
16927 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * message.el (message-forward-make-body-mml): Remove headers
16930         according to message-forward-ignored-headers if a message is decoded.
16931
16932 2004-12-02  Romain Francoise  <romain@orebokech.com>
16933
16934         * message.el (message-forward-make-body-plain): Always remove
16935         headers according to message-forward-ignored-headers.
16936
16937 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16938
16939         * spam.el (spam-summary-prepare-exit): Remove the
16940         gnus-summary-limit pop for now, it has problems with ham marks for
16941         me.
16942
16943 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16944
16945         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16946         correctly.
16947
16948 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16949
16950         * format-spec.el (format-spec): Message the char.
16951
16952 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * gnus-art.el (gnus-split-methods): Reformat comments.
16955
16956         * spam.el (spam-summary-prepare-exit): Remove article limits
16957         before exiting the summary buffer.
16958
16959 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16962         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16963
16964         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16965         order to silence the byte compiler.
16966
16967         * spam.el: Fix the way to silence the byte compiler, which
16968         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16969         bbdb-search-simple, spam-BBDB-register-routine,
16970         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16971         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16972         spam-stat-buffer-is-spam, spam-stat-load,
16973         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16974         spam-stat-save and spam-stat-split-fancy.
16975
16976 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16979         which may confuse users.
16980         (canlock-password-for-verify): Ditto.
16981
16982         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16983
16984         * gnus-art.el (gnus-emphasis-alist): Ditto.
16985
16986         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16987
16988         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16989
16990         * gnus-start.el (gnus-save-killed-list): Ditto.
16991
16992         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16993         (gnus-sum-thread-tree-root): Ditto.
16994         (gnus-sum-thread-tree-false-root): Ditto.
16995         (gnus-sum-thread-tree-single-indent): Ditto.
16996
16997         * message.el (message-courtesy-message): Ditto.
16998         (message-archive-note): Ditto.
16999         (message-subscribed-address-file): Ditto.
17000         (message-user-fqdn): Ditto.
17001
17002         * spam-report.el (spam-report-gmane-regex): Ditto.
17003
17004         * spam.el (spam-blackhole-good-server-regex): Ditto.
17005
17006 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * mml.el (mml-preview): Widen the message buffer before copying
17009         the contents to the preview buffer; sort headers before previewing.
17010
17011         * message.el (message-hidden-headers): Fix the way to avoid a bug
17012         in the `repeat' widget in Emacs 21.3 or earlier.
17013
17014 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * message.el (message-hidden-headers): Default to "^References:".
17017         Improve customization type.  Suggested by Reiner Steib
17018         <Reiner.Steib@gmx.de>.
17019
17020 2004-11-25  Romain Francoise  <romain@orebokech.com>
17021
17022         * message.el (message-strip-forbidden-properties): Remove check for
17023         obsolete `message-hidden' text property, hidden headers are not
17024         accessible in the buffer anymore.
17025
17026 2004-11-22  Romain Francoise  <romain@orebokech.com>
17027
17028         * message.el (message-header-format-alist): Add `From' in list
17029         so that it can be sorted.
17030         (message-fix-before-sending): Widen and sort headers before
17031         sending.
17032         (message-hide-headers): Use narrowing to hide headers by moving
17033         them to the top of the buffer and narrowing to the region
17034         underneath.
17035
17036 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * message.el (message-strip-forbidden-properties):
17039         Bind buffer-read-only (etc) to nil.
17040
17041 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17044         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17045
17046 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17047
17048         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17049
17050 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17051
17052         * dns.el (query-dns): Use sit-for to time instead of
17053         accept-process-output, since that doesn't seem to work on udp
17054         sockets.
17055
17056 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17059
17060 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17063         doc string.  Improve doc string.
17064
17065 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * nntp.el (nntp-request-update-info): Return nil if
17068         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17069         may not call gnus-activate-group which uselessly issues the GROUP
17070         commands for all nntp groups and wastes time.  Reported by Romain
17071         Francoise <romain@orebokech.com>.
17072
17073         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17074
17075 2004-11-15  Simon Josefsson  <jas@extundo.com>
17076
17077         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17078         headers separately.
17079         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17080         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17081
17082 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-start.el (gnus-convert-old-newsrc):
17085         Assign legacy-gnus-agent to 5.10.7.
17086
17087 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17090         start of the lines.
17091
17092 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17093
17094         * hashcash.el (hashcash-default-payment): Change default to 20.
17095         (hashcash-default-accept-payment): Change default to 20.
17096         (hashcash-process-alist): New variable.
17097         (hashcash-generate-payment-async): Add.
17098         (hashcash-already-paid-p): Add.
17099         (hashcash-insert-payment): Don't generate payments twice.
17100         (hashcash-insert-payment-async): Add.
17101         (hashcash-insert-payment-async-2): Add.
17102         (hashcash-cancel-async): Add.
17103         (hashcash-wait-async): Add.
17104         (hashcash-processes-running-p): Add.
17105         (hashcash-wait-or-cancel): Add.
17106         (mail-add-payment): New optional argument.  Conditionally start
17107         asynchronous calculation.
17108         (mail-add-payment-async): Add.
17109
17110         * message.el (message-send-mail): Wait for asynchronous hashcash
17111         results.  Don't clobber existing X-Hashcash headers.
17112         (message-setup-1): Call mail-add-payment-async when
17113         message-generate-hashcash is non-nil.
17114
17115 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17116
17117         * message.el (message-use-alternative-email-as-from): Examine the
17118         From header as well; use message-make-from in order to include a
17119         user's full name.
17120
17121 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17124         default; improve customization type.
17125         (gnus-emphasis-custom-with-format): New macro.
17126         (gnus-emphasis-custom-value-to-external): New function.
17127         (gnus-emphasis-custom-value-to-internal): New function.
17128
17129 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130
17131         * dns.el (query-dns): Resolve reverse addresses.
17132
17133 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17134
17135         * gnus-group.el (gnus-group-get-new-news): Use it.
17136
17137         * gnus-start.el (gnus-check-reasonable-setup): New function.
17138
17139 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17142         "Args out of range" error.  Reported by Arnaud Giersch
17143         <arnaud.giersch@free.fr>.
17144
17145 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17146
17147         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17148
17149 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17150
17151         * spam.el (spam group): Add :version.
17152
17153         * pgg-def.el (pgg group): Add :version.
17154
17155 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-art.el (gnus-article-edit-article): Don't associate the
17158         article buffer with a draft file.  This is a temporary measure
17159         against the 2004-08-22 change to gnus-article-edit-mode.
17160
17161 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17164         (html2text-format-tags): Remove unused variable `attr'.
17165
17166 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17169
17170         * tls.el (tls-process-connection-type, tls-success)
17171         (tls-certtool-program): Add :version.
17172
17173         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17174         (starttls-extra-arguments, starttls-process-connection-type)
17175         (starttls-connect, starttls-failure, starttls-success): Add :version.
17176
17177         * spam-stat.el (spam-stat): Add :version.
17178
17179         * sieve.el (sieve): Add :version.
17180
17181         * sha1.el (sha1): Add :version.
17182         (sha1-use-external): Remove redundant version.
17183
17184         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17185         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17186         (nnmail-split-fancy-match-partial-words)
17187         (nnmail-split-lowercase-expanded): Add :version.
17188
17189         * nndiary.el (nndiary): Add :version.
17190
17191         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17192
17193         * mml-sec.el (mml-default-sign-method)
17194         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17195         Add :version.
17196
17197         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17198
17199         * mm-url.el (mm-url-use-external, mm-url-program)
17200         (mm-url-arguments): Add :version.
17201
17202         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17203         (mm-attachment-file-modes, mm-decrypt-option)
17204         (mm-w3m-safe-url-regexp): Add :version.
17205
17206         * message.el (message-cite-prefix-regexp)
17207         (message-sendmail-envelope-from, message-minibuffer-local-map)
17208         (message-user-fqdn, message-completion-alist): Add :version.
17209
17210         * gnus-win.el (gnus-configure-windows-hook)
17211         (gnus-use-frames-on-any-display): Add :version.
17212
17213         * gnus-art.el (gnus-article-address-banner-alist)
17214         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17215         (gnus-treat-from-picon, gnus-treat-mail-picon)
17216         (gnus-treat-x-pgp-sig): Add :version.
17217
17218         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17219         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17220         (gnus-summary-article-delete-hook)
17221         (gnus-summary-display-while-building): Add :version.
17222
17223         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17224         (gnus-get-top-new-news-hook): Add :version.
17225
17226         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17227         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17228
17229         * gnus-registry.el (gnus-registry): Add :version.
17230
17231         * gnus-spec.el (gnus-use-correct-string-widths)
17232         (gnus-make-format-preserve-properties): Add :version.
17233
17234         * gnus.el (gnus-group-charter-alist)
17235         (gnus-group-fetch-control-use-browse-url)
17236         (gnus-install-group-spam-parameters): Add :version.
17237
17238         * gnus-diary.el (gnus-diary): Add :version.
17239
17240         * gnus-delay.el (gnus-delay): Add :version.
17241
17242         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17243         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17244         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17245         Add :version.
17246
17247         * gnus-agent.el (gnus-agent-max-fetch-size)
17248         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17249         (gnus-agent-prompt-send-queue): Add :version.
17250
17251         * deuglify.el (gnus-outlook-deuglify): Add :version.
17252
17253         * html2text.el: Beautify code.  Improve doc strings.
17254         Some checkdoc cleanup.
17255         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17256
17257 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17258
17259         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17260
17261 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17262
17263         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17264         when package is loaded.
17265
17266         * spam.el (spam-summary-score-preferred-header): Add global preference
17267         for people who want to override the default SpamAssassin over
17268         Bogofilter preference (when both are set).
17269         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17270         (spam-user-format-function-S):
17271         Check spam-summary-score-preferred-header.
17272         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17273         (spam-user-format-function-S): Format the score correctly.
17274
17275 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17278         signature file.  Suggested by Manoj Srivastava
17279         <srivasta@golden-gryphon.com>.
17280
17281         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17282         iso-2022-jp even in the Japanese language environment.
17283         Suggested by Jason Rumney <jasonr@gnu.org>.
17284
17285 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17288         use the same characters as the dummy marks; make it free from
17289         getting affected by the language environment.
17290         (gnus-summary-read-group-1): Update mark positions only when the
17291         format spec is updated.
17292
17293         * gnus-spec.el (gnus-update-format-specifications): Return a list
17294         of updated types.
17295
17296 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17299         of boundp to check if display-warning is available.
17300
17301 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17302
17303         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17304
17305 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * nnspool.el (nnspool-spool-directory): Use news-path if the
17308         news-directory variable is not bound.
17309
17310         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17311         function instead of display-warning if it is not available.
17312
17313 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17316         v5-10: Use `point-at-bol'.
17317
17318 2004-10-26  Simon Josefsson  <jas@extundo.com>
17319
17320         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17321         <chenggao@gmail.com>.
17322
17323 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17324
17325         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17326         instead.
17327
17328 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17329
17330         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17331         to remove a server from the nnimap-server-buffer-alist.
17332         (nnimap-open-connection, nnimap-close-server): Use it.
17333
17334         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17335
17336 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17339         running the major-mode function.
17340
17341 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17344         dummy marks in the right way.
17345
17346 2004-10-18  David Edmondson  <dme@dme.org>
17347
17348         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17349         excessively.
17350
17351 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * gnus-util.el (gnus-split-references): Accept a nil references
17354         string and go on blissfully.
17355
17356         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17357         cases where the references string is non-nil but has no references.
17358
17359         * encrypt.el: Add autoload tags.
17360
17361         * spam.el (spam-resolve-registrations-routine): Remove article
17362         from unregistration list too.  Reported by David Hanak
17363         <dhanak@isis.vanderbilt.edu>
17364
17365 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17366
17367         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17368         nil.  Change custom type.
17369
17370 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17373
17374         * gnus-sum.el (gnus-summary-move-article): Use it.
17375
17376 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17377
17378         * encrypt.el: Add autoload cookies.
17379
17380         * spam.el (spam-backend-article-list-property)
17381         (spam-backend-get-article-todo-list)
17382         (spam-backend-put-article-todo-list)
17383         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17384         Resolve registrations separately.
17385         (spam-register-routine): Format comments.
17386         (spam-unregister-routine, spam-register-routine): Always call with
17387         specific-articles, no default list.
17388         (spam-summary-prepare-exit): Use the spam-classifications function.
17389
17390         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17391         gnus-encrypt.el.
17392
17393         * encrypt.el: Copied from gnus-encrypt.el.
17394
17395         * gnus-encrypt.el: Commented that it's obsolete.
17396
17397 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17398
17399         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17400         (gnus-score-save): Use it.
17401
17402         * message.el (message-bury): Use `window-dedicated-p'.
17403
17404 2004-10-15  Simon Josefsson  <jas@extundo.com>
17405
17406         * pop3.el (top-level): Don't require nnheader.
17407         (pop3-read-timeout): Add.
17408         (pop3-accept-process-output): Add.
17409         (pop3-read-response, pop3-retr): Use it.
17410
17411 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * spam.el (spam-register-routine): Move comment.
17414         (spam-verify-bogofilter): Use 'unknown for the initial
17415         spam-bogofilter-valid state, not 'never.
17416
17417         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17418         for netrc-machine.
17419
17420         * nnimap.el (nnimap-open-connection):
17421         Use netrc-machine-user-or-password.
17422
17423 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17424
17425         * gnus-registry.el (gnus-registry-unload-hook):
17426         Set as a variable with add-hook.
17427
17428         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17429         of news-path.
17430
17431         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17432
17433         * spam.el: Delete duplicate `provide'.
17434         (spam-unload-hook): Set as a variable with add-hook.
17435
17436 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17439         in the doc string.
17440
17441         * message.el (message-ignored-news-headers)
17442         (message-ignored-supersedes-headers)
17443         (message-ignored-resent-headers)
17444         (message-forward-ignored-headers): Improve custom type.
17445
17446 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * message.el (message-tokenize-header): Fix 2004-09-06 change
17449         which used point-min in the wrong place.
17450
17451 2004-10-12  Simon Josefsson  <jas@extundo.com>
17452
17453         * tls.el (tls-certtool-program): New variable.
17454         (tls-certificate-information): New function, based on
17455         ssl-certificate-information.
17456
17457 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * compface.el: Move the version of ELisp-based uncompface program
17460         to the contrib directory because of the copyright problem.
17461
17462 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * message.el (message-kill-buffer): Raise the current frame.
17465
17466 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17469
17470         * gnus.el (message-y-or-n-p): Autoload.
17471
17472         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17473         (pop3-password-required, pop3-authentication-scheme)
17474         (pop3-leave-mail-on-server): Make customizable.
17475         (pop3): New custom group.
17476         (pop3-retr): Remove `sleep-for' statements.
17477         Suggested by Dave Love <fx@gnu.org>.
17478
17479         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17480         Windows/DOS.
17481
17482         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17483         (imap-parse-body): Fix incorrect use of `assert'.
17484         Suggested by Dave Love <fx@gnu.org>.
17485
17486         * mml.el (mml-minibuffer-read-disposition): Require match.
17487         Suggested by Dave Love <fx@gnu.org>.
17488
17489 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17492         doc string.
17493
17494 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17497
17498 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17499
17500         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17501         instead of calling `mm-insert-inline', to decode text/* parts
17502         before displaying them.
17503
17504 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * mm-uu.el (mm-uu-text-plain-type): New variable.
17507         (mm-uu-pgp-signed-extract-1): Use it.
17508         (mm-uu-pgp-encrypted-extract-1): Use it.
17509         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17510         bind mm-uu-text-plain-type with that value.
17511         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17512         mm-uu-dissect.
17513
17514 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus-group.el (gnus-update-group-mark-positions):
17517         * gnus-sum.el (gnus-update-summary-mark-positions):
17518         * message.el (message-check-news-body-syntax):
17519         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17520         of string-as-multibyte.
17521
17522 2004-10-05  Juri Linkov  <juri@jurta.org>
17523
17524         * gnus-group.el (gnus-update-group-mark-positions):
17525         * gnus-sum.el (gnus-update-summary-mark-positions):
17526         * message.el (message-check-news-body-syntax):
17527         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17528         8-bit unibyte values to a multibyte string for search functions.
17529
17530 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17533         (mm-uu-dissect-text-parts): New function.
17534
17535         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17536         dissect text parts.
17537
17538         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17539         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17540
17541         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17542
17543         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17544         Use gnus-current-topics instead of gnus-current-topic.
17545
17546 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17547
17548         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17549
17550 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17551
17552         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17553         where approriate.
17554
17555         * nnml.el (nnml-generate-active-info): do.
17556
17557         * nndiary.el (nndiary-generate-active-info): do.
17558
17559         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17560         (gnus-topic-move): do.
17561
17562         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17563         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17564
17565         * gnus-srvr.el (gnus-server-prepare)
17566         (gnus-server-open-all-servers): do.
17567
17568         * gnus-msg.el (gnus-summary-cancel-article)
17569         (gnus-summary-resend-message)
17570         (gnus-summary-mail-crosspost-complaint): do.
17571
17572         * gnus-move.el (gnus-change-server): do.
17573
17574         * gnus-group.el (gnus-group-unmark-all-groups)
17575         (gnus-group-set-current-level): do.
17576
17577 2004-10-04  Simon Josefsson  <jas@extundo.com>
17578
17579         * message.el (message-generate-hashcash): Doc fix.
17580
17581 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17582
17583         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17584         avoid infinite recursion via gnus-get-function.
17585
17586 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17587
17588         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17589
17590         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17591
17592         * nnmail.el (nnmail-split-history): do.
17593
17594         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17595         (nnml-request-delete-group): do.
17596
17597         * nnslashdot.el (nnslashdot-read-groups): do.
17598
17599         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17600         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17601
17602         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17603         (nnspool-sift-nov-with-sed): Use last.
17604         (nnspool-retrieve-headers-with-nov): Use mapc.
17605         (nnspool-request-newgroups): Use dolist.
17606         (nnspool-request-group): Use last.
17607
17608         * nntp.el (nntp-read-server-type): Use dolist.
17609
17610         * nnvirtual.el (nnvirtual-create-mapping)
17611         (nnvirtual-update-read-and-marked): Use dolist.
17612         (nnvirtual-convert-headers): Simplify.
17613
17614 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17615
17616         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17617         Add support for sync'ing tick marks.
17618
17619 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17622         there's no visible header.
17623
17624 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17625
17626         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17627         When necessary, pass full group name to gnus-request-set-marks.
17628
17629 2004-10-01  Simon Josefsson  <jas@extundo.com>
17630
17631         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17632         acroread.
17633
17634 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635
17636         * spam-report.el (spam-report-gmane): Fix interactive.
17637
17638         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17639
17640         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17641         when writing file.
17642         (gnus-agent-synchronize-flags): Don't default to being
17643         interactive.
17644
17645 2004-09-30  Simon Josefsson  <jas@extundo.com>
17646
17647         * message.el (message-generate-hashcash): Add.
17648         (message-send-mail): Use it, call mail-add-payment.
17649
17650 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17653
17654 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17655
17656         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17657         gnus-requst-update-info with explicit code to sync the in-memory
17658         info read flags with the marks being sync'd to the backend.
17659
17660         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17661
17662 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17663
17664         * spam.el (spam-verify-bogofilter): Add new function.
17665         (spam-check-bogofilter)
17666         (spam-bogofilter-register-with-bogofilter): Use it.
17667         (spam-verify-bogofilter): Add small fixes.
17668
17669 2004-09-28  Simon Josefsson  <jas@extundo.com>
17670
17671         * hashcash.el (hashcash-generate-payment): Revert.
17672
17673 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17674
17675         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17676         Use gnus-extract-references instead of gnus-split-references.
17677
17678         * gnus-util.el (gnus-extract-references): Add new function, analogous
17679         to gnus-split-references but extracts only the message-ID without
17680         anything extra.
17681
17682         * hashcash.el (hashcash-generate-payment)
17683         (hashcash-check-payment): Do the right thing if hashcash-path is
17684         nil (because the hashcash program could not be found).
17685
17686         * spam.el (spam-use-hashcash): Remove comment.
17687
17688 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17691         (gnus-cache-enter-article, gnus-cache-remove-article)
17692         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17693
17694         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17695
17696         * gnus-art.el (article-hide-boring-headers)
17697         (article-translate-strings, article-display-face)
17698         (gnus-article-mime-match-handle-first)
17699         (gnus-article-highlight-headers)
17700         (gnus-article-add-buttons-to-head): do.
17701
17702 2004-09-27  Simon Josefsson  <jas@extundo.com>
17703
17704         * hashcash.el: New version, from
17705         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17706         ../contrib/.
17707
17708 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17711
17712 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17713
17714         * gnus-dup.el (gnus-dup-open): Use mapc.
17715         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17716
17717         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17718         Reported by Stefan Wiens <s.wi@gmx.net>.
17719
17720         * gnus.el (gnus-shutdown): Use dolist.
17721
17722         * gnus-undo.el (gnus-undo): Use mapc.
17723
17724         * nnrss.el (nnrss-generate-active): do.
17725
17726         * message.el (message-cite-original-without-signature)
17727         (message-cite-original): Use mapc.
17728         (message-do-actions, message-make-forward-subject): Use dolist.
17729
17730 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17731
17732         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17733         deletion to remove entire duplicate line.  Fixes merged article
17734         number bug.
17735
17736 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17737
17738         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17739         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17740         first ask if you want to open a server and then, even when you
17741         responded with no, asking if you want to synchronize the server's
17742         flags.
17743         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17744         multi-line expressions.
17745         (gnus-agent-synchronize-group-flags): New internal function.
17746         Updates marks in memory (in the info structure) AND in the
17747         backend.
17748
17749         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17750
17751         * nnagent.el (nnagent-request-set-mark):
17752         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17753         method, to ensure that synchronization updates marks in the
17754         backend and in the info (in memory) structure.
17755
17756 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17759         convention fully; don't miss the root article of a thread; make
17760         the X-Draft-From header with correct article numbers.
17761
17762 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17763
17764         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17765         unless plugged.  Disable the agent so that an open failure causes
17766         an error.
17767
17768         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17769         Revert 2004-09-21 change.  The backend must be opened while
17770         synchronizing flags even when the backend stores the flags
17771         locally.
17772
17773 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17776         in `header' match.  Reported by Svend Tollak Munkejord.
17777
17778         * message.el (message-cite-original): Fix use of
17779         `message-cite-articles-with-x-no-archive'.
17780
17781 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17784         (gnus-window-to-buffer): Ditto.
17785
17786         * mml.el (mml-preview-buffer): New variable.
17787         (mml-preview): Manage window layout with gnus-buffer-configuration.
17788
17789         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17790         X-Draft-From header even if those articles aren't quoted.
17791
17792 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17793
17794         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17795         (gnus-request-set-mark, gnus-request-update-mark): Use new
17796         g-s-t-u-l-m to decide to use backend even when unplugged.
17797
17798 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17801         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17802
17803 2004-09-20  Simon Josefsson  <jas@extundo.com>
17804
17805         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17806         "utf-16-le".
17807
17808 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17809
17810         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17811
17812 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17813
17814         * uudecode.el (uudecode-use-external): Add :version.
17815
17816         * smime.el (smime-CA-file, smime-encrypt-cipher)
17817         (smime-dns-server): Add :version.
17818
17819         * smiley.el (gnus-smiley-file-types): Add :version.
17820
17821         * sha1.el (sha1-use-external): Add :version.
17822
17823         * pgg-def.el (pgg-query-keyserver): Add :version.
17824
17825         * nnmail.el (nnmail-fancy-expiry-targets)
17826         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17827         Add :version.
17828
17829         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17830         (nnimap-retrieve-groups-asynchronous): Add :version.
17831         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17832
17833         * mml.el (mml-content-disposition-parameters)
17834         (mml-insert-mime-headers-always): Add :version.
17835
17836         * mm-util.el (mm-coding-system-priorities): Add :version.
17837
17838         * mm-decode.el (mm-inline-text-html-with-images)
17839         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17840         (mm-verify-option): Add :version.
17841         (mm-text-html-renderer): Change :version.
17842
17843         * message.el (message-fcc-externalize-attachments)
17844         (message-required-headers, message-draft-headers)
17845         (message-subject-trailing-was-query)
17846         (message-subject-trailing-was-ask-regexp)
17847         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17848         (message-mark-insert-end, message-archive-header)
17849         (message-archive-note, message-cross-post-default)
17850         (message-cross-post-note, message-followup-to-note)
17851         (message-cross-post-note-function, message-use-mail-followup-to)
17852         (message-subscribed-address-functions)
17853         (message-subscribed-address-file, message-subscribed-addresses)
17854         (message-subscribed-regexps, message-allow-no-recipients)
17855         (message-yank-cited-prefix, message-signature-insert-empty-line)
17856         (message-hidden-headers, message-hierarchical-addresses)
17857         (message-mail-user-agent, message-use-idna)
17858         (message-valid-fqdn-regexp)
17859         (message-strip-special-text-properties, message-header-synonyms)
17860         (message-beginning-of-line, message-tab-body-function): Add :version.
17861         (message-insert-canlock, message-wide-reply-confirm-recipients):
17862         Change :version.
17863
17864         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17865         and :version.
17866         (mail-source-delete-old-incoming-confirm)
17867         (mail-source-movemail-program): Add :version.
17868
17869         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17870         (gnus-agent-cache, gnus-agent): Change :version.
17871
17872         * gnus-util.el (gnus-use-byte-compile): Change :version.
17873
17874         * gnus-sum.el (gnus-summary-make-false-root-always)
17875         (gnus-summary-default-high-score)
17876         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17877         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17878         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17879         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17880         (gnus-sum-thread-tree-single-indent)
17881         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17882         (gnus-sum-thread-tree-leaf-with-other)
17883         (gnus-sum-thread-tree-single-leaf): Add :version.
17884         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17885         (gnus-article-loose-mime): Change :version.
17886
17887         * gnus-start.el (gnus-backup-startup-file)
17888         (gnus-save-startup-file-via-temp-buffer): Add :version.
17889
17890         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17891         (gnus-server-offline-face): Add :version.
17892
17893         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17894
17895         * gnus-msg.el (gnus-gcc-externalize-attachments)
17896         (gnus-debug-files, gnus-debug-exclude-variables)
17897         (gnus-discouraged-post-methods): Change :version.
17898         (gnus-confirm-mail-reply-to-news)
17899         (gnus-confirm-treat-mail-like-news): Add :version.
17900
17901         * gnus-int.el (gnus-server-unopen-status): Add :version.
17902
17903         * gnus-group.el (gnus-group-jump-to-group-prompt)
17904         (gnus-large-ephemeral-newsgroup)
17905         (gnus-fetch-old-ephemeral-headers): Add :version.
17906
17907         * gnus-fun.el (gnus-x-face-directory)
17908         (gnus-convert-pbm-to-x-face-command)
17909         (gnus-convert-image-to-x-face-command)
17910         (gnus-convert-image-to-face-command): Add :version.
17911
17912         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17913
17914         * gnus-cite.el (gnus-cite-blank-line-after-header)
17915         (gnus-article-boring-faces): Add :version.
17916
17917         * gnus-art.el (gnus-buttonized-mime-types)
17918         (gnus-inhibit-mime-unbuttonizing)
17919         (gnus-treat-display-face)
17920         (gnus-treat-body-boundary): Change :version.
17921         (gnus-body-boundary-delimiter, gnus-picon-databases)
17922         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17923         (gnus-treat-date-english, gnus-treat-fold-headers)
17924         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17925         (gnus-treat-mail-picon, gnus-treat-wash-html)
17926         (gnus-article-encrypt-protocol)
17927         (gnus-use-idna, gnus-article-over-scroll)
17928         (gnus-mime-display-multipart-alternative-as-mixed)
17929         (gnus-mime-display-multipart-related-as-mixed)
17930         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17931         (gnus-ctan-url, gnus-button-ctan-handler)
17932         (gnus-button-handle-ctan-bogus-regexp)
17933         (gnus-button-ctan-directory-regexp)
17934         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17935         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17936         (gnus-button-man-level, gnus-button-emacs-level)
17937         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17938
17939         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17940         (gnus-agent-go-online): Change :version.
17941         (gnus-agent-expire-unagentized-dirs)
17942         (gnus-agent-auto-agentize-methods): Add :version.
17943
17944         * flow-fill.el (fill-flowed-display-column)
17945         (fill-flowed-encode-column): Add :version.
17946
17947         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17948         (gnus-outlook-deuglify-unwrap-max)
17949         (gnus-outlook-deuglify-cite-marks)
17950         (gnus-outlook-deuglify-unwrap-stop-chars)
17951         (gnus-outlook-deuglify-no-wrap-chars)
17952         (gnus-outlook-deuglify-attrib-cut-regexp)
17953         (gnus-outlook-deuglify-attrib-verb-regexp)
17954         (gnus-outlook-deuglify-attrib-end-regexp)
17955         (gnus-outlook-display-hook): Add :version.
17956
17957         * binhex.el (binhex-use-external): Add :version.
17958
17959 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17962         and `invisible'.
17963
17964 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17965
17966         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17967         in gnus-registry-trim.
17968
17969 2004-09-13  Simon Josefsson  <jas@extundo.com>
17970
17971         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17972
17973         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17974
17975         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17976         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17977         <yamaoka@jpl.org>.
17978         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17979         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17980         <yamaoka@jpl.org>.
17981
17982         * sieve.el (sieve-manage-mode): Ditto.
17983
17984 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17987
17988 2004-09-11  Simon Josefsson  <jas@extundo.com>
17989
17990         * dns-mode.el: Add.
17991
17992         * mm-view.el (mm-display-dns-inline): Add.
17993
17994         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17995         (mm-automatic-display): Ditto.
17996
17997         * mailcap.el (mailcap-mime-data): Add text/dns.
17998         (mailcap-mime-extensions): Map .soa to text/dns.
17999
18000 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18001
18002         * gnus-art.el (article-decode-mime-words, article-babel)
18003         (gnus-article-highlight-signature, gnus-article-add-buttons)
18004         (gnus-signature-toggle): Remove unnecessary bindings of
18005         `inhibit-read-only' inherited from v5.10 merge.
18006
18007 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18008
18009         * nntp.el (nntp): New customization group.
18010         (nntp-authinfo-file): Add customization group.
18011
18012         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18013
18014         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18015
18016         * gnus.el (to-address, to-list, subscribed)
18017         (large-newsgroup-initial): Ditto.
18018
18019         * flow-fill.el (fill-flowed-display-column)
18020         (fill-flowed-encode-column): Ditto.
18021
18022 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18023
18024         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18025         Use point-min rather than 1.
18026         (message-send-mail): Use buffer-size rather than point-max.
18027
18028         * gnus-sum.el (gnus-summary-search-article-forward):
18029         Signal a specific `search-failed' rather than a generic `error'.
18030
18031         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18032         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18033         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18034
18035 2004-09-10  Simon Josefsson  <jas@extundo.com>
18036
18037         * nndb.el (require): Remove tcp and duplicate cl.
18038
18039 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-agent.el (directory-files-and-attributes): Move forward.
18042
18043 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18044
18045         * gnus-agent.el (directory-files-and-attributes):
18046         Optionally defined to support XEmacs.
18047
18048 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18049
18050         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18051         to avoid run-time CL dependencies.
18052         (gnus-agent-unfetch-articles): New function.
18053         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18054         article numbers even when local .overview file is missing.
18055         (gnus-agent-read-article-number): New function.  Only accepts
18056         27-bit article numbers.
18057         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18058         Use gnus-agent-read-article-number.
18059         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18060         from backend while recognizing that article numbers in .overview
18061         must be valid.
18062         (gnus-agent-update-files-total-fetched-for):
18063         Use directory-files-and-attributes to improve performance.
18064         * gnus-int.el (gnus-request-move-article):
18065         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18066         improve performance.
18067
18068         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18069         some users confused by references to .newsrc when they only have a
18070         .newsrc.eld file.
18071         (gnus-convert-mark-converter-prompt)
18072         (gnus-convert-converter-needs-prompt): Fix use of property list.
18073         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18074         New function.  Used internally to only display 'gnus converting
18075         files' message when actually necessary.
18076
18077         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18078         methods now autoloaded.
18079
18080 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18083         identifiers.
18084
18085 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * gnus-picon.el: Fix indentation and closing parenthesis.
18088
18089 2004-09-01  Simon Josefsson  <jas@extundo.com>
18090
18091         * message.el (message-canlock-generate): Require sha1, not
18092         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18093         to require within a function.  Sadly, if sha1.el isn't loaded, the
18094         let binding in m-c-g will hide the defcustom definition, which is
18095         bad.)
18096
18097         * canlock.el: Require sha1, not sha1-el.
18098
18099         * message.el: Don't autoload sha1 (there is a autoload cookie in
18100         sha1.el).
18101
18102         * sha1-el.el: Rename to sha1.el.
18103
18104 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18105
18106         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18107
18108 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18109
18110         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18111
18112 2004-08-30  Kim F. Storm  <storm@cua.dk>
18113
18114         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18115
18116         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18117         Add :group 'nnimap.
18118
18119 2004-08-30  Andreas Schwab  <schwab@suse.de>
18120
18121         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18122         ?* and ?\;.
18123
18124         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18125         and ?\' to symbol instead of whitespace.
18126
18127 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18130
18131         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18132         instead of re-search-forward.
18133
18134         * gnus-uu.el (gnus-uu-save-article): Ditto.
18135         (gnus-uu-post-encode-uuencode): Ditto.
18136
18137         * html2text.el (html2text-clean-list-items): Ditto.
18138         (html2text-clean-dtdd): Ditto.
18139         (html2text-format-tags): Ditto.
18140
18141         * message.el (message-send-mail-with-sendmail): Fix regexp.
18142         (message-fill-field-general): Use search-forward instead of
18143         re-search-forward.
18144         (unbold-region): Ditto.
18145
18146         * nnrss.el (nnrss-request-article): Ditto.
18147
18148         * nnslashdot.el (nnslashdot-request-article): Ditto.
18149
18150         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18151
18152         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18153         "Unrecognized menu descriptor" error in XEmacs.
18154
18155 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18156
18157         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18158         parent article of a sparse article in the thread hashtb.
18159
18160 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18161
18162         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18163         (nnmail-expand-newtext): Lowercase expanded entries if
18164         nnmail-split-lowercase-expanded is non-nil.
18165
18166 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18169
18170         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18171         of gnus-tmp-news-method into string under XEmacs.  It will be
18172         passed to gnus-correct-length which takes only a string argument.
18173
18174 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-util.el (gnus-bind-print-variables): New macro.
18177         (gnus-prin1): Use it.
18178         (gnus-prin1-to-string): Use it.
18179         (gnus-pp): New function.
18180         (gnus-pp-to-string): New function.
18181
18182         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18183         Replace pp-to-string with gnus-pp-to-string.
18184         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18185         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18186         * gnus-msg.el (gnus-debug): Ditto.
18187         * gnus-score.el (gnus-score-save): Ditto.
18188         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18189         gnus-pp-to-string.
18190         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18191         with gnus-pp.
18192         * score-mode.el (gnus-score-pretty-print): Ditto.
18193         * webmail.el (webmail-debug): Ditto.
18194
18195 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-art.el (article-display-face, article-display-x-face):
18198         Use buffer-read-only.
18199
18200 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-art.el (article-hide-list-identifiers):
18203         Bind inhibit-read-only as t.
18204
18205 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18206
18207         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18208
18209 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18210
18211         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18212         (gnus-narrow-to-page): Don't assume point-min == 1.
18213         (gnus-article-edit-mode): Derive from message-mode.
18214
18215         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18216         point-min == 1.
18217
18218         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18219         Disable incorrect use of `assert'.
18220
18221         * message.el (message-mode): Set comment-start-skip.
18222
18223
18224 2004-08-22  Sam Steingold  <sds@gnu.org>
18225
18226         * pop3.el (pop3-leave-mail-on-server): New user variable.
18227         (pop3-movemail): Delete mail only when it is nil.
18228
18229 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18230
18231         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18232
18233         * mml.el (mml-preview): Use `pop-to-buffer'.
18234
18235         * message.el (message-goto-mail-followup-to): Insert after "To".
18236         (message-carefully-insert-headers): Add comment.
18237
18238         * gnus.el: Remove unused variable `gnus-article-check-size'.
18239
18240         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18241
18242         * gnus-art.el (gnus-button-alist):
18243         Improve `gnus-button-handle-library' entry.
18244
18245 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18246
18247         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18248         Use downcase, since XEmacs capitalizes error messages differently.
18249
18250 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18251
18252         * nntp.el: Add (require 'gnus) due to reference to
18253         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18254
18255 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18256
18257         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18258         Bind `mm-fill-flowed'.
18259
18260         * mm-decode.el (mm-dissect-singlepart): Check it.
18261
18262 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18265         'imap' for netrc parsing.
18266
18267 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * mailcap.el (mailcap-mime-data): Mark as risky.
18270
18271 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18274         may be included in the encoded word.
18275         (rfc2047-encode): Don't append a space if the encoded word
18276         includes close parenthesis.
18277
18278 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18281         of text within parentheses.
18282
18283 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18286         (gnus-encrypt-write-file-contents): Make the password key the file
18287         name PLUS the cipher, not just the cipher.  Also remove failed
18288         passwords from the cache.
18289
18290 2004-08-06  Simon Josefsson  <jas@extundo.com>
18291
18292         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18293         Doc fix.
18294
18295 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18298         LWSP.
18299
18300 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18301
18302         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18303         Try to append in-reply-to: data to the references: header.
18304
18305         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18306         (netrc-parse): Use gnus-encrypt.el functions.
18307
18308         * gnus-encrypt.el: Add new file for encryption support; currently
18309         does only a few GPG ciphers and an internal XOR cipher.
18310
18311         * password.el: Add comments on using password-read-and-add.
18312         (password-read-and-add): Add function to read and add the
18313         password to the cache at once.
18314
18315 2004-07-28  Simon Josefsson  <jas@extundo.com>
18316
18317         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18318         parameter (but don't use it, for now).
18319
18320         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18321         instead of hard coding to nil.
18322
18323 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18326         as mm-inline-image-xemacs does.
18327
18328 2004-07-26  Simon Josefsson  <jas@extundo.com>
18329
18330         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18331         Revert part of 2004-07-17 change below.
18332
18333 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18336         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18337
18338 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339
18340         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18341         quotes that actually start with ">" at the beginning of the
18342         lines.
18343
18344 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * rfc2047.el (rfc2047-encode-region): Fix last change.
18347         (rfc2047-encode-parameter): Remove useless concat.
18348
18349 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18352         encode special characters; fix some kind of misconfigured headers;
18353         signal a real error if debug-on-quit or debug-on-error is non-nil.
18354         (rfc2047-encode-max-chars): New variable.
18355         (rfc2047-encode-1): Use it.
18356         (rfc2047-encode-parameter): New function.
18357
18358         * mml.el (mml-insert-parameter): Remove an excessive space.
18359
18360 2004-07-17  Simon Josefsson  <jas@extundo.com>
18361
18362         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18363         Kai Grossjohann <kai@emptydomain.de>.
18364         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18365         (gnus-group-make-menu-bar): Ditto.
18366
18367         * gnus-util.el (gnus-group-server): Add.
18368
18369 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * message.el (message-clone-locals): Clone sendmail and smtp
18372         variables.
18373
18374 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * rfc2047.el (rfc2047-encode-region): Fix last change.
18377
18378 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18381         characters as non-special.
18382
18383 2004-07-09  Simon Josefsson  <jas@extundo.com>
18384
18385         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18386         Users will lose all flag changes made while unplugged with
18387         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18388         good default.  See numerous reports on ding mailing list.
18389
18390 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18393         add generate-head-function and generate-article-function to the
18394         rfc822-forward entry.
18395         (nndoc-rfc822-forward-generate-article): New function.
18396         (nndoc-rfc822-forward-generate-head): New function.
18397
18398         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18399
18400 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18401
18402         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18403         respect display group parameter and gnus-summary-expunge-below.
18404         (gnus-articles-to-read): Remove unused reference to display group
18405         parameter.
18406
18407 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18408
18409         * nnheader.el (nnheader-uniquify-message-id): New experimental
18410         variable.
18411         (nnheader-nov-read-message-id): Use it.
18412
18413         * spam-report.el (spam-report-gmane): Add interactive.
18414
18415 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * mm-encode.el (mm-content-transfer-encoding-defaults):
18418         Use qp-or-base64 for the application/* types.
18419
18420 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18421
18422         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18423
18424 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18425
18426         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18427         trim value.
18428
18429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18430
18431         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18432         New macro and function.
18433         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18434
18435 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18438         after-load-alist.
18439
18440 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18441
18442         * gnus-group.el (gnus-group-get-new-news-this-group):
18443         Don't update info that isn't there.
18444
18445 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18446
18447         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18448         entry.
18449
18450 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * mm-view.el (mm-inline-render-with-function): Use multibyte
18453         buffer; decode html source by charset.
18454
18455         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18456
18457         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18458         Mule-UCS is loaded under XEmacs.
18459         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18460
18461 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18464
18465 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * mm-util.el (mm-coding-system-p): Return a coding-system.
18468         (mm-mime-mule-charset-alist): Use shift_jis instead of
18469         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18470         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18471         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18472         instead of japanese-shift-jis and iso-latin-1 respectively in
18473         order to share the default value with both Emacs and XEmacs-mule.
18474         (mm-mule-charset-to-mime-charset):
18475         Make mm-coding-system-priorities effective.
18476         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18477         while predicating of candidates upon the priorities.
18478
18479 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18480
18481         * gnus-sum.el (gnus-summary-make-menu-bar):
18482         Add gnus-uu-invert-processable.
18483
18484         * gnus.el: Autoload gnus-uu-invert-processable.
18485
18486 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-util.el (mm-with-multibyte-buffer): New macro.
18489
18490         * rfc2047.el (rfc2047-encode-string): Use it.
18491         (rfc2047-encode-region): Move point to the end of the region after
18492         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18493
18494 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18497         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18498
18499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18502         (gnus-cite-parse): Ignore quoted envelope From_.
18503         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18504
18505 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18508         invalid addresses.
18509
18510 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18511
18512         * spam.el: Change section markers, revise TODO list.
18513         (spam-backends): Make new master list of all installed backends.
18514         (spam-summary-exit-behavior): Add new variable to determine how
18515         messages moves are done at summary exit.
18516         (spam-move-spam-nonspam-groups-only)
18517         (spam-process-ham-in-nonham-groups)
18518         (spam-process-ham-in-spam-groups): Remove variables, the
18519         spam-summary-exit-behavior variable should be used to manage this
18520         behavior.
18521         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18522         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18523         and spam-old-spam-articles.
18524         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18525         Add empty variables, placeholders for the backends they represent.
18526         (spam-set-difference): Move, unchanged.
18527         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18528         unless the user has a processor variable.
18529         (spam-classifications, spam-classification-valid-p)
18530         (spam-backend-properties, spam-backend-property-valid-p)
18531         (spam-backend-function-type-valid-p)
18532         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18533         (spam-report-articles-gmane, spam-report-articles-resend):
18534         Remove functions, they are not needed.
18535         (spam-install-backend-super, spam-backend-list)
18536         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18537         (spam-backend-function, spam-backend-ham-registration-function)
18538         (spam-backend-spam-registration-function)
18539         (spam-backend-ham-unregistration-function)
18540         (spam-backend-spam-unregistration-function)
18541         (spam-backend-statistical-p, spam-backend-mover-p)
18542         (spam-install-backend-alias, spam-install-checkonly-backend)
18543         (spam-install-mover-backend, spam-install-nocheck-backend)
18544         (spam-install-backend, spam-install-statistical-backend)
18545         (spam-install-statistical-checkonly-backend): Add backend installation
18546         support.
18547         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18548         (spam-group-processor-p): Use the new backend code and respect the
18549         summary exit behavior.
18550         (spam-mark-spam-as-expired-and-move-routine): Remove.
18551         (spam-summary-prepare): Change to use the new spam-old-articles
18552         variable.
18553         (spam-copy-or-move-routine, spam-copy-spam-routine)
18554         (spam-move-spam-routine, spam-copy-ham-routine)
18555         (spam-move-ham-routine): Add code to copy/move ham or spam.
18556         (spam-fetch-field-fast): Improve doc and code, plus allow the
18557         'number request.
18558         (spam-list-of-checks, spam-list-of-statistical-checks):
18559         Remove variables.
18560         (spam-split, spam-find-spam): Use the new backend code.
18561         (spam-registration-functions): Remove variable.
18562         (spam-unregister-routine): Add convenience wrapper.
18563         (spam-log-undo-registration, spam-register-routine)
18564         (spam-log-processing-to-registry)
18565         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18566         where possible.
18567         (spam-check-gmane-xref, spam-check-regex-headers)
18568         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18569         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18570         (spam-check-bogofilter-headers, spam-check-spamoracle)
18571         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18572         (spam-check-crm114-headers): Use the spam-split-group that
18573         spam-split prepares, no need to determine it every time.
18574
18575         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18576         to the nnheader-parse-naked-head call.
18577
18578         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18579
18580         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18581         the nnheader-nov-read-message-id call.
18582
18583 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18586         gnus-activate-group twice.  Suggested by Markus Peter
18587         <warp@spin.de>.
18588
18589 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * gnus-art.el (gnus-article-time-format): Exchange the order of
18592         day and month in the default value; fix customization type.
18593         (article-date-ut): Use add-text-properties.
18594         (article-make-date-line): Use message-make-date instead of
18595         current-time-string.
18596
18597         * message.el (message-fetch-field): Don't use set-text-properties.
18598         (message-make-date): Simplify.
18599
18600         * messagexmas.el (message-xmas-make-date): New function.
18601         (message-xmas-redefine): Defalias message-make-date to it.
18602
18603 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18606         (rfc2047-encode-region): Treat text within parentheses as special;
18607         show the original text when error has occurred.
18608
18609         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18610         already-computed method to gnus-activate-group.
18611
18612         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18613         same select-methods identical Lisp objects.
18614
18615         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18616         object when modifying the info.
18617
18618 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18619
18620         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18621         gnus-opened-servers since it has never been opened with the new
18622         configuration yet.
18623
18624 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18627         arg to nnheader-generate-fake-message-id.
18628
18629 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18630
18631         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18632         number and build a fake message ID localized to a group and
18633         article number (so it's repeatable from that point on).
18634         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18635         ID format.
18636
18637         * gnus-sum.el (gnus-get-newsgroup-headers):
18638         Call nnheader-generate-fake-message-id with the article number.
18639
18640 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18641
18642         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18643         end-of-buffer.
18644
18645 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18646
18647         * message.el (message-ignored-supersedes-headers): Add Approved.
18648
18649 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18652         goto-char.
18653         (rfc2047-encode): Fold the line before encoding.
18654
18655 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18658         folding -- not all headers can be folded, and this should be done
18659         by the message composition mode.  Probably.  I think.
18660
18661 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18664         fast.
18665
18666         * gnus-ems.el (gnus-remove-image): Don't use
18667         message-text-with-property; remove only the image found first.
18668
18669         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18670         found first.
18671
18672 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18673
18674         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18675
18676 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * message.el (message-text-with-property): Make it fast and accept
18679         optional arguments.
18680         (message-strip-forbidden-properties): Use it.
18681         (message-fix-before-sending): Follow the m-t-w-p change.
18682
18683         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18684
18685 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * gnus-art.el (article-hide-headers): Don't change the buffer
18688         mistakenly when performing mml-preview even if
18689         gnus-single-article-buffer is nil.
18690
18691 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18692
18693         * message.el (message-expand-name-databases): New user option.
18694         (message-expand-name): Use it.
18695
18696 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18697
18698         * spam.el (spam-report-articles-resend)
18699         (spam-report-resend-register-routine): Allow ham reporting.
18700         (spam-report-resend-register-ham-routine): Add wrapper.
18701         (spam-registration-functions): Add ham resending functions.
18702         (spam-list-of-processors): Add ham resend processor.
18703
18704         * gnus.el (ham-resend-to): Add new group parameter.
18705         (spam-process): Add ham resend option.
18706
18707         * spam-report.el (spam-report-resend): Allow reporting ham.
18708         (spam-report-resend-ham): Add wrapper.
18709
18710 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18711
18712         * message.el (message-cite-articles-with-x-no-archive):
18713         New variable.
18714         (message-cite-original): Use it.
18715
18716 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18717
18718         * message.el (message-cite-original): Respect X-No-Archive.
18719
18720 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18721
18722         * gnus-art.el (article-hide-headers): Refer to the values for
18723         gnus-ignored-headers and gnus-visible-headers in the summary
18724         buffer since a user may have set them as group parameters.
18725
18726 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18727
18728         * assistant.el (assistant-node-name): Add convenience function.
18729         (assistant-render-text, assistant-render-node): Add error handling,
18730         plus handle multiple next nodes.
18731         (assistant-find-next-node): Comment out for now.
18732         (assistant-find-next-nodes): Add function, returns list of next
18733         nodes.
18734
18735 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * mail-source.el (mail-source-directory): Fix doc-string.
18738
18739 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18740
18741         * assistant.el (assistant-render-text, assistant-eval): Add :set
18742         widget type, which is different because it takes and returns a
18743         list.  Much hilarity ensues.
18744
18745 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18748
18749         * gnus-group.el (gnus-group-get-new-news-this-group):
18750         Add doc-string.
18751
18752         * gnus-start.el (gnus-activate-group): Add doc-string.
18753
18754 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18757
18758 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18759
18760         * assistant.el (assistant-render-text): Try to add a :set
18761         widget, more to come.
18762
18763         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18764         strings.
18765         (spam-report-articles-resend)
18766         (spam-register-routine): Do registration iff any articles warrant
18767         it.
18768         (spam-summary-prepare-exit): Change log message for nil group
18769         destinations.
18770
18771 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18772
18773         * spam.el (spam-report-resend-register-routine):
18774         Allow spam-report-resend-to to be a group parameter or a global value.
18775
18776 2004-05-26  Simon Josefsson  <jas@extundo.com>
18777
18778         * starttls.el: Merge with my GNUTLS based starttls.el.
18779         (starttls-gnutls-program, starttls-use-gnutls)
18780         (starttls-extra-arguments, starttls-process-connection-type)
18781         (starttls-connect, starttls-failure, starttls-success):
18782         New variables.
18783         (starttls-program, starttls-extra-args): Doc fix.
18784         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18785         New functions.
18786         (starttls-negotiate, starttls-open-stream):
18787         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18788         function if it is set.
18789
18790 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18793         structured fields.
18794
18795 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18798
18799 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18800
18801         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18802         Add variable.
18803         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18804         assigning the spam-mark to new messages.
18805
18806 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18807
18808         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18809
18810 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18813
18814         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18815         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18816         default.
18817
18818 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18819
18820         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18821         correct data.
18822
18823 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18826         (spam-group-processor-p): Fix function.
18827         (spam-group-processor-multiple-p)
18828         (spam-group-spam-processor-report-gmane-p)
18829         (spam-group-spam-processor-report-resend-p)
18830         (spam-group-spam-processor-bogofilter-p)
18831         (spam-group-spam-processor-blacklist-p)
18832         (spam-group-spam-processor-ifile-p)
18833         (spam-group-ham-processor-ifile-p)
18834         (spam-group-spam-processor-spamoracle-p)
18835         (spam-group-spam-processor-crm114-p)
18836         (spam-group-ham-processor-bogofilter-p)
18837         (spam-group-spam-processor-stat-p)
18838         (spam-group-ham-processor-stat-p)
18839         (spam-group-ham-processor-whitelist-p)
18840         (spam-group-ham-processor-BBDB-p)
18841         (spam-group-ham-processor-spamoracle-p)
18842         (spam-group-ham-processor-copy-p): Remove functions with some
18843         prejudice against unneeded code.
18844         (spam-report-articles-resend)
18845         (spam-report-resend-register-routine): Allow the group/topic
18846         spam-resend-to value to override spam-report-resend-to.
18847         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18848         properly now.
18849
18850         * gnus.el (spam-resend-to): Add group/topic parameter.
18851         (spam-process): Move the OBSOLETE processors to the end of the
18852         choices.
18853
18854 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18855
18856         * spam-report.el (spam-report-resend-to, spam-report-resend):
18857         Start with resend-to set to nil, and then ask the user if necessary.
18858         (spam-report-resend): spam-report-resend takes a list of articles, not
18859         separate article numbers.
18860
18861 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18864         addition to emacs-w3m.
18865
18866 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18867
18868         * assistant.el (assistant-authinfo-data): New function.
18869         (assistant-eval): Eval for entire assistant.
18870
18871         * netrc.el (netrc-services-file): New variable.
18872         (netrc-parse-services): New function.
18873         (netrc-find-service-name): New function.
18874         (netrc-find-service-number): New function.
18875         (netrc-port-equal): New function.
18876         (netrc-machine): Use it.
18877
18878         * nnimap.el (nnimap-open-connection): Use netrc.
18879
18880         * gnus-util.el (gnus-netrc-get): Remove aliases.
18881
18882         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18883
18884         * assistant.el (wid-edit): Fix compilation.
18885
18886         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18887
18888 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18889
18890         * gnus-util.el (gnus-set-file-modes): New function.  (small
18891         patch).
18892
18893 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18894
18895         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18896
18897         * assistant.el (assistant-render-node): Fix up rendering and
18898         read-only text.
18899         (assistant-render-node): Reset.
18900         (assistant-make-read-only): Not sticky.
18901
18902 2004-05-20  Danny Siu  <dsiu@adobe.com>
18903
18904         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18905         centered even when gnus-auto-center-summary is t.
18906
18907 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * dns.el (dns-get-txt-answer): New function.
18910         (dns-read-txt): Ditto.
18911         (query-dns): Use it.
18912
18913 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18916         active for foreign groups even if the group level is higher than
18917         the specified value.
18918
18919 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18920
18921         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18922         non-active groups.
18923
18924         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18925
18926 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18927
18928         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18929
18930 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18931
18932         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18933         (spam-crm114-header, spam-crm114-spam-switch)
18934         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18935         (spam-crm114-positive-spam-header)
18936         (spam-crm114-database-directory, spam-list-of-processors)
18937         (spam-group-spam-processor-crm114-p)
18938         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18939         (spam-generic-score, spam-list-of-checks)
18940         (spam-list-of-statistical-checks, spam-registration-functions)
18941         (spam-check-crm114-headers, spam-crm114-score)
18942         (spam-check-crm114, spam-crm114-register-with-crm114)
18943         (spam-crm114-register-spam-routine)
18944         (spam-crm114-unregister-spam-routine)
18945         (spam-crm114-register-ham-routine)
18946         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18947         From asjo@koldfront.dk (Adam Sjøgren).
18948
18949         * gnus.el: Add spam-use-crm114.
18950
18951         * spam.el (spam-list-of-processors, spam-registration-functions):
18952         Add spam-use-resend.
18953         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18954         (spam-report-articles-gmane): Add doc fix.
18955         (spam-report-articles-resend, spam-report-resend-register-routine):
18956         Add wrappers around spam-report-resend-to.
18957
18958         * spam-report.el (spam-report-resend-to, spam-report-resend):
18959         Add support for resending spam.
18960         (spam-report-gmane): Fix line length >80.
18961
18962         * gnus.el (spam-process): Add spam-use-resend.
18963
18964 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18965
18966         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18967         number of processed spam messages.
18968         (spam-ham-copy-or-move-routine): Return the number of processed
18969         ham messages.
18970         (spam-summary-prepare-exit): Use the above values to decide
18971         whether status messages shouled be displayed.
18972
18973 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18976         `rfc2047-encoding-function-alist' in order to avoid conflicting
18977         with the old version.
18978         (rfc2047-encode-region): Concatenate words containing non-ASCII
18979         characters in structured fields; don't encode space-delimited
18980         ASCII words even in unstructured fields; don't break words at
18981         char-category boundaries.
18982         (rfc2047-encode-1): New function.
18983         (rfc2047-encode): Use it; encode text so that it occupies the
18984         maximum width within 76-column; work correctly on Q encoding for
18985         iso-2022-* charsets.
18986         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18987         sure not to break a line just after the header name.
18988         (rfc2047-b-encode-region): Remove.
18989         (rfc2047-b-encode-string): New function.
18990         (rfc2047-q-encode-region): Remove.
18991         (rfc2047-q-encode-string): New function.
18992
18993         * mm-util.el (mm-replace-in-string): New function.
18994
18995 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18996
18997         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18998         Really get it right.
18999         (gnus-inews-make-draft): Really.
19000
19001 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19002
19003         * nnmh.el (nnmh-request-list-1): Don't check the link count
19004         before descending.  (small patch)
19005
19006 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19007
19008         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19009         stuff.
19010
19011         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19012         Match on real group name.
19013
19014         * gnus-art.el (gnus-signature-limit): Doc fix.
19015
19016         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19017
19018         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19019
19020 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19021
19022         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19023         isn't a string.
19024
19025 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19026
19027         * gnus-draft.el (gnus-draft-send):
19028         Bind rfc2047-encode-encoded-words.
19029
19030         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19031         (rfc2047-encodable-p): Say that =? needs encoding.
19032         (rfc2047-encode-encoded-words): New variable.
19033
19034         * gnus-group.el (gnus-group-select-group): Doc fix.
19035
19036         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19037
19038         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19039         to nil.
19040
19041         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19042
19043         * nnheader.el (nnheader-get-lines-and-char): New function.
19044
19045 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19046
19047         * gnus-msg.el (gnus-summary-followup-with-original):
19048         Document yanking of region when active.
19049
19050 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19053         groups if the group level is higher than the specified value.
19054
19055 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19056
19057         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19058         (gnus-group-jump-to-group): Add prefix argument using
19059         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19060         non-active group.
19061
19062         * compface.el (uncompface): Be verbose when changing
19063         `uncompface-use-external'.
19064
19065         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19066         handle manual section.
19067
19068 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19069
19070         * gnus-art.el (gnus-button-alist): Revert previous change.
19071
19072 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19073
19074         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19075
19076 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19077
19078         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19079         whether backend can accept message.
19080
19081         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19082
19083 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19084
19085         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19086         Avoid creating directory when nntp-marks-is-evil is true.
19087         Reported by Reiner Steib.
19088
19089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * gnus-picon.el (gnus-picon-style): New variable.
19092         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19093         (gnus-picon-transform-address): Support `gnus-picon-style'.
19094         From Jesper Harder <harder@ifa.au.dk>.
19095
19096 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19097
19098         * message.el (message-fill-field): Return point.
19099         (message-generate-headers): Go to end of field.
19100
19101         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19102         stuff for non-living groups.
19103
19104 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19105
19106         * gnus-art.el (gnus-article-followup-with-original)
19107         (gnus-article-reply-with-original): gnus-mark-active-p ->
19108         gnus-region-active-p.
19109
19110 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19111
19112         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19113         only when there is spam or ham to be processed.
19114
19115 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19116
19117         * mail-source.el (mail-source-delete-crash-box): Refactor.
19118         (mail-source-fetch): Use it.
19119         (mail-source-fetch-file): Ditto.
19120         (mail-source-fetch-directory): Run postscript in loop.
19121         (mail-source-fetch-pop): Delete.
19122         (mail-source-fetch-maildir): Ditto.
19123         (mail-source-fetch-imap): Ditto.
19124
19125         * imap.el (imap-authenticators): Comment out sasl.
19126
19127         * message.el (message-skip-to-next-address): New function.
19128         (message-fill-header-address): Refactor.
19129         (message-fill-address): Use it.
19130         (message-delete-address): Use it.
19131         (message-fill-header-general): Refactor.
19132         (message-fill-field-address): Rename.
19133         (message-narrow-to-field): Find the start of the header.
19134         (message-header-format-alist): Don't pre-fill.
19135         (message-fill-header): Remove.
19136         (message-insert-header): New function.
19137         (message-shorten-references): Use it.
19138
19139         * rfc2047.el (rfc2047-field-value): Strip props.
19140
19141         * mail-parse.el (mail-header-make-address): New alias.
19142
19143         * ietf-drums.el (ietf-drums-make-address): New function.
19144
19145         * imap.el: Add compiler directives.
19146
19147         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19148
19149         * gnus-art.el (article-decode-idna-rhs): Don't use
19150         message-idna-inside-rhs-p.
19151
19152 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153
19154         * message.el (message-idna-inside-rhs-p): Remove.
19155         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19156
19157         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19158         false positives.
19159
19160 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19161
19162         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19163
19164 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19165
19166         * nneething.el (nneething-file-name): Don't create spurious
19167         files.
19168
19169         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19170         (gnus-inews-do-gcc): Remove sleep.
19171
19172         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19173         part under point.
19174
19175         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19176         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19177
19178 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19179
19180         * spam.el (spam-summary-prepare-exit): Fix (length).
19181
19182 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19183
19184         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19185         as expired without moving it" message when there are spam
19186         messages left.
19187
19188 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19189
19190         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19191         header is not nil.
19192
19193 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19194
19195         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19196         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19197         (nntp-marks-changed-p): New arg SERVER.
19198         (nntp-request-update-info): Adjust caller.
19199
19200 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19201
19202         * nntp.el (nntp-save-marks): Pass missing arg.
19203
19204 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19205
19206         * nntp.el: Support marks.
19207         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19208         (nntp-marks-modtime, nntp-marks-directory): New variables.
19209         (nntp-request-set-mark, nntp-request-update-info)
19210         (nntp-possibly-create-directory, nntp-marks-changed-p)
19211         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19212         New functions.
19213
19214 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19215
19216         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19217         (gnus-xmas-redefine): Rename.
19218
19219         * gnus-score.el (gnus-score-insert-help):
19220         Use gnus-select-lowest-window.
19221
19222         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19223         appt-select-lowest-window and rename to gnus-select-lowest-window.
19224
19225         * gnus.el: do.
19226
19227 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19228
19229         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19230         encodings of MIME-encoded words, in order to improve
19231         interoperability with several broken MUAs.
19232
19233 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19234
19235         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19236         tags, only when charsets are not specified in headers.
19237         (mm-inline-text-html-render-with-w3m): Ditto.
19238
19239         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19240         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19241
19242 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19243
19244         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19245         instead of MIME-decoded from fields when checking
19246         `gnus-article-address-banner-alist'.
19247
19248 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19251         description rather than subject.
19252
19253 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19254
19255         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19256
19257 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19258
19259         * gnus.el (gnus-version-number): Bump.
19260
19261 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19262
19263         * gnus.el: No Gnus v0.2 is released.
19264
19265 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19266
19267         * gnus-agent.el (gnus-agent-read-agentview):
19268         Inline gnus-uncompress-range.
19269
19270 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19271
19272         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19273         `exec-installed-p'.
19274
19275 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19276
19277         * gnus.el (spam-process, spam-autodetect-methods):
19278         Add bsfilter and bsfilter-headers.
19279
19280         * spam.el (spam-bsfilter): New customize group.
19281         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19282         (spam-bsfilter-header, spam-bsfilter-probability-header)
19283         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19284         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19285         (spam-bsfilter-database-directory): New options.
19286         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19287         (spam-list-of-statistical-checks, spam-registration-functions):
19288         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19289         (spam-bsfilter-score): New command.
19290         (spam-check-bsfilter-headers, spam-check-bsfilter)
19291         (spam-bsfilter-register-with-bsfilter)
19292         (spam-bsfilter-register-spam-routine)
19293         (spam-bsfilter-unregister-spam-routine)
19294         (spam-bsfilter-register-ham-routine)
19295         (spam-bsfilter-unregister-ham-routine): New functions.
19296         (spam-generic-score): Support bsfilter; Accept an optional argument
19297         to recalcurate spam score even if scoring header has already been
19298         added.
19299         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19300         optional argument to recalcurate spam score even if scoring header
19301         has already been added.
19302
19303 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19304
19305         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19306         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19307         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19308         link is missing.
19309
19310 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19311
19312         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19313         (html2text-get-attr): Rewrite.
19314
19315         * message.el (message-setup-1): Remove redundant put-text-property
19316         on mail-header-separator.
19317
19318 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19319
19320         * gnus-registry.el (gnus-registry-cache-whitespace)
19321         (gnus-registry-action, gnus-registry-spool-action)
19322         (gnus-registry-split-fancy-with-parent): Change message levels
19323         from 5 to 3 or 7, as needed.
19324
19325         * spam.el (spam-summary-prepare-exit)
19326         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19327         (spam-split, spam-find-spam, spam-log-undo-registration)
19328         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19329         level from 5 to 6.
19330
19331 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19332
19333         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19334         2004-03-04 change).
19335
19336 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19337
19338         * sieve-manage.el (sieve-manage-open):
19339         * nnweb.el (nnweb-insert-html):
19340         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19341         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19342         * nnspool.el (nnspool-request-group):
19343         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19344         * nnml.el (nnml-request-update-info):
19345         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19346         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19347         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19348         (nnimap-request-set-mark):
19349         * nnfolder.el (nnfolder-request-update-info):
19350         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19351         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19352         * gnus-uu.el (gnus-uu-find-articles-matching):
19353         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19354         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19355         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19356         * gnus-nocem.el (gnus-nocem-scan-groups):
19357         * gnus-int.el (gnus-start-news-server):
19358         * gnus-group.el (gnus-group-make-kiboze-group)
19359         (gnus-group-browse-foreign-server):
19360         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19361         Use mapc when appropriate.
19362
19363 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19364
19365         FIXME: Make separate entries for each person.
19366
19367         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19368         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19369         <shields@msrl.com>:
19370
19371         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19372         may need for spam sorting and scoring.
19373         (spam-user-format-function-S): Add user format function suitable for
19374         general use.
19375         (spam-article-sort-by-spam-status): Add sorting function for summary
19376         sorting.
19377         (spam-extra-header-to-number): Add function to get a score from a
19378         header.
19379         (spam-summary-score): Add function to get a numeric score from the
19380         headers.
19381         (spam-generic-score): Fix function doc, was in wrong place.
19382         (spam-initialize): Take symbols when it's run, and install the
19383         extra headers that spam-necessary-extra-headers thinks we need.
19384
19385 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19386
19387         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19388         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19389
19390 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19391
19392         * gnus-sum.el (gnus-set-global-variables)
19393         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19394         (gnus-article-get-xrefs, gnus-summary-best-group)
19395         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19396         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19397         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19398         Use with-current-buffer.
19399
19400 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19401
19402         * spam.el (spam-summary-prepare-exit): Simplify logic.
19403         (spam-fetch-article-header): Read the article header if it's not
19404         available.
19405         (spam-list-articles): Simplify logic.
19406         (spam-filelist-register-routine): Fix bug with unregister-list.
19407
19408         * gnus-registry.el: Fix comments at beginning.
19409
19410 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19411
19412         * message.el (message-cater-to-broken-inn): Remove.
19413         (message-shorten-references): Make sure the total folded length of
19414         References is shorter than 998 characters to cater to a bug in INN
19415         2.3.  Also, don't pretend that references aren't folded -- this
19416         hasn't worked for a while.
19417
19418 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19419
19420         * gnus-agent.el (gnus-agentize):
19421         gnus-agent-send-mail-real-function no longer set to current value
19422         of message-send-mail-function but rather a lambda that calls
19423         message-send-mail-function.  The change makes the agent real-time
19424         responsive to user changes to message-send-mail-function.
19425
19426 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19427
19428         * legacy-gnus-agent.el
19429         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19430         help from Florian Weimer <fw@deneb.enyo.de>
19431
19432 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * nnmail.el (nnmail-cache-insert): Revert last change.
19435
19436 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19437
19438         * nnmail.el (nnmail-cache-insert): Always check whether
19439         nnmail-cache-ignore-groups matches a group name.
19440
19441 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19442
19443         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19444         (spam-find-spam, spam-log-processing-to-registry)
19445         (spam-log-registered-p, spam-log-unregistration-needed-p)
19446         (spam-log-undo-registration): Use gnus-message instead of
19447         gnus-error, none of these errors are fatal.
19448
19449         * gnus-registry.el (gnus-registry-clean-empty-function)
19450         (gnus-registry-clean-empty): Remove only empty entries without
19451         extra data.
19452
19453 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19454
19455         * spam-stat.el (spam-stat-buffer-change-to-spam)
19456         (spam-stat-buffer-change-to-non-spam): Change (error) to
19457         (gnus-message 8) invocation.
19458
19459 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * nntp.el (nntp-via-netcat-command): New variable.
19462         (nntp-via-netcat-switches): New variable.
19463         (nntp-open-via-rlogin-and-netcat): New function.
19464         (nntp-open-connection-function): Doc fix.
19465         (nntp-telnet-command): Doc fix.
19466         (nntp-end-of-line): Doc fix.
19467         (nntp-via-rlogin-command): Doc fix.
19468         (nntp-via-user-name): Doc fix.
19469         (nntp-via-address): Doc fix.
19470
19471 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19474         error in Emacs 21.1.
19475
19476 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19477
19478         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19479
19480 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19481
19482         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19483         (gnus-agent-with-refreshed-group): New macro.
19484         (gnus-agent-rename-group): New function.
19485         (gnus-agent-delete-group): New function.
19486         (gnus-agent-save-group-info): Use gnus-command-method when
19487         `method' parameter is nil.  Don't write nil entries into the
19488         active file.
19489         (gnus-agent-get-group-info): New function.
19490         (gnus-agent-fetch-articles):
19491         Use gnus-agent-update-files-total-fetched-for to increment disk space
19492         used.
19493         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19494         Use gnus-agent-update-view-total-fetched-for to increment disk space
19495         used.
19496         (gnus-agent-get-local): Add optional parameters to avoid calling
19497         gnus-group-real-name and gnus-find-method-for-group.
19498         (gnus-agent-set-local): Delete stored entry if either min, or max,
19499         are nil.
19500         (gnus-agent-fetch-session): Reworded error/quit messages.
19501         On quit, use gnus-agent-regenerate-group to record existance of any
19502         articles fetched to disk before the quit occurred.
19503         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19504         gnus-agent-update-view-total-fetched-for, and
19505         gnus-agent-update-files-total-fetched-for to decrement disk space
19506         used.
19507         (gnus-agent-retrieve-headers):
19508         Use gnus-agent-update-view-total-fetched-for to increment disk space
19509         used.
19510         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19511         with gnus-agent-update-files-total-fetched-for to decrement disk
19512         space and fresh group buffer.
19513         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19514         (gnus-agent-need-update-total-fetched-for): New variable.
19515         (gnus-agent-update-files-total-fetched-for): New function.
19516         (gnus-agent-update-view-total-fetched-for): New function.
19517         (gnus-agent-total-fetched-for): New function.
19518
19519         * gnus-cache.el (gnus-cache-save-buffers):
19520         Use gnus-cache-update-overview-total-fetched-for to change disk space
19521         used by this group.
19522         (gnus-cache-possibly-enter-article):
19523         Use gnus-cache-update-file-total-fetched-for to increment disk space
19524         used by this group.
19525         (gnus-cache-possibly-remove-article):
19526         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19527         used by this group.
19528         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19529         (gnus-cache-rename-group): New function.
19530         (gnus-cache-delete-group): New function.
19531         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19532         (gnus-cache-need-update-total-fetched-for): New variable.
19533         (gnus-cache-with-refreshed-group): New macro.
19534         (gnus-cache-update-file-total-fetched-for): New function.
19535         (gnus-cache-update-overview-total-fetched-for): New function.
19536         (gnus-cache-rename-group-total-fetched-for): New function.
19537         (gnus-cache-delete-group-total-fetched-for): New function.
19538         (gnus-cache-total-fetched-for): New function.
19539
19540         * gnus-group.el: Require gnus-sum and autoload functions to
19541         resolve warnings when gnus-group.el compiled alone.
19542         (gnus-group-line-format): Documented new %F.
19543         (size of Fetched data) group line format; identifies disk space
19544         used by agent and cache.
19545         (gnus-group-line-format-alist): Defined new F format.
19546         (gnus-total-fetched-for): New function.
19547         (gnus-group-delete-group): No longer update
19548         gnus-cache-active-altered as gnus-request-delete-group now keeps
19549         the cache in sync.
19550         (gnus-group-list-active): Let the agent store a server's active
19551         list if currently plugged.
19552
19553         * gnus-int.el (gnus-request-delete-group):
19554         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19555         local disk in sync with the server.
19556         (gnus-request-rename-group):
19557         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19558         local disk in sync with the server.
19559
19560         * gnus-start.el (gnus-get-unread-articles):
19561         Cosmetic simplification to logic.
19562
19563         * gnus-util.el (gnus-rename-file): New function.
19564
19565 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19566
19567         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19568
19569 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19570
19571         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19572         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19573
19574 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19577         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19578
19579 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19580
19581         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19582
19583 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19584
19585         * spam.el (spam-set-difference): Add function to replace
19586         gnus-set-difference in spam.el.
19587         (spam-summary-prepare-exit): Use spam-set-difference.
19588
19589 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19590
19591         * gnus-registry.el (gnus-registry-cache-file): Update to use
19592         gnus-dribble-directory OR gnus-home-directory OR ~.
19593         (gnus-registry-split-fancy-with-parent): Fix doc.
19594
19595 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * message.el (message-exchange-point-and-mark):
19598         Use message-mark-active-p.  Suggested by Jesper Harder
19599         <harder@ifa.au.dk>.
19600
19601 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * message.el (message-exchange-point-and-mark): Don't activate
19604         region if it was inactive.  Suggested by Hiroshi Fujishima
19605         <pooh@nature.tsukuba.ac.jp>.
19606
19607 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-art.el (article-display-face): Display Faces in the same
19610         order as X-Faces.
19611
19612 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19615
19616 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19619         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19620         (gnus-article-mime-hierarchy): Remove.
19621         (gnus-article-mime-hierarchy-next): Remove.
19622         (gnus-article-mode): Revert 2004-03-19 change.
19623         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19624         (gnus-insert-mime-button): Revert 2004-03-19 change.
19625         (gnus-mime-accumulate-hierarchy): Remove.
19626         (gnus-mime-enter-multipart): Remove.
19627         (gnus-mime-leave-multipart): Remove.
19628         (gnus-mime-display-part): Revert 2004-03-19 change.
19629         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19630
19631         * mml.el (mml-preview): Revert 2004-03-19 change.
19632
19633 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19634
19635         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19636
19637 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19640         t while entering a file name using the mm-with-multibyte macro.
19641         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19642
19643         * mm-util.el (mm-with-multibyte): New macro.
19644
19645 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19648         New user option.
19649         (gnus-mime-multipart-functions): Doc and customization fix.
19650         (gnus-article-mime-hierarchy): New variable.
19651         (gnus-article-mime-hierarchy-next): New variable.
19652         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19653         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19654         gnus-article-mime-hierarchy-next to nil.
19655         (gnus-insert-mime-button): Show hierarchy numbers.
19656         (gnus-mime-accumulate-hierarchy): New function.
19657         (gnus-mime-enter-multipart): New function.
19658         (gnus-mime-leave-multipart): New function.
19659         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19660         (gnus-mime-display-alternative): Show hierarchy numbers.
19661
19662         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19663         gnus-article-mime-hierarchy-next to nil.
19664
19665 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19666
19667         * dns.el: Don't require gnus-xmas.
19668
19669 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19670
19671         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19672         inline PGP.
19673         (mml-menu): Disable mml-quote-region if mark is inactive.
19674
19675 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19678         when the group's active is not available.
19679
19680 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19683         error.
19684
19685 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19686
19687         * imap.el (imap-store-password): New variable.
19688         (imap-interactive-login): Use it.
19689         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19690
19691 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19694         window-start and hscroll to summary window.
19695
19696 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19697
19698         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19699         conversion message to newsrc-dribble when an actual conversion is
19700         performed.
19701
19702 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19703
19704         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19705
19706 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * mm-decode.el (mm-complicated-handles): New function reviving
19709         former definition of mm-multiple-handles.
19710
19711         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19712         (gnus-mime-delete-part): Use it.
19713
19714 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19715
19716         * gnus-agent.el (gnus-agent-read-local):
19717         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19718         avoid the implicit assumption that they will always be equal.
19719         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19720         coding-system-for-write, as the with-temp-file macro first prints
19721         to a buffer then saves the buffer.
19722
19723 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * gnus-art.el (gnus-article-edit-part): New function.
19726         (gnus-mime-save-part-and-strip): Use it; do query instead of
19727         signaling an error; don't use mm-multiple-handles.
19728         (gnus-mime-delete-part): Ditto.
19729
19730 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19731
19732         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19733         old file versions.
19734         (gnus-group-prepare-hook): Remove function that converted list
19735         form of gnus-agent-expire-days to group properties.
19736
19737         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19738         (gnus-request-accept-article): Re-indented.
19739
19740         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19741         converters to handle old agent file formats.  Add logic for a
19742         "backup before upgrading warning".
19743         (gnus-convert-mark-converter-prompt): Developers can mark
19744         functions as needing (default), or not needing,
19745         gnus-convert-old-newsrc's "backup before upgrading warning".
19746         (gnus-convert-converter-needs-prompt): Tests whether the user
19747         should be protected from potentially irreversable changes by the
19748         function.
19749
19750         * legacy-gnus-agent.el: New.  Provides converters that are only
19751         loaded when gnus-convert-old-newsrc needs to call them.
19752
19753 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * mail-source.el (mail-source-touch-pop): Doc fix.
19756
19757         * message.el (message-smtpmail-send-it): Doc fix.
19758
19759 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19760
19761         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19762
19763         * nnmail.el (nnmail-split-fancy): do.
19764
19765         * gnus-kill.el (gnus-kill, gnus-execute): do.
19766
19767 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19768
19769         * gnus-sum.el (gnus-widget-reversible-match)
19770         (gnus-widget-reversible-to-internal)
19771         (gnus-widget-reversible-to-external): New functions.
19772         (gnus-widget-reversible): New widget.
19773         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19774
19775 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19776
19777         * gnus-sum.el (gnus-thread-sort-functions)
19778         (gnus-article-sort-functions): Document `(not F)' items.
19779
19780 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19781
19782         * spam.el (spam-use-gmane-xref): Add new backend.
19783         (spam-gmane-xref-spam-group): Add variable to control the name of the
19784         Gmane spam group.
19785         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19786         (spam-regex-headers-spam, spam-regex-headers-ham)
19787         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19788         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19789         backends and checks.
19790         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19791
19792         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19793         an autodetect method.
19794
19795 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19796
19797         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19798         articles are being added to a group.
19799         (gnus-request-replace-article): Inform the agent that articles
19800         need to be uncached as the cached contents are no longer valid.
19801
19802 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * binhex.el: Don't autoload executable-find.
19805
19806         * canlock.el: Don't autoload mail-fetch-field.
19807
19808         * dgnushack.el: Autoload c-mode for XEmacs.
19809
19810         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19811
19812         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19813         rmail-dont-reply-to and rmail-output.
19814
19815         * gnus-score.el: Don't autoload ffap-string-at-point.
19816
19817         * gnus-setup.el: Don't autoload sc-cite-original.
19818
19819         * imap.el: Don't autoload base64-decode-string,
19820         base64-encode-string and md5.
19821
19822         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19823         and rmail-msg-restore-non-pruned-header.
19824
19825         * mm-decode.el: Don't autoload executable-find.
19826
19827         * mm-url.el: Don't autoload executable-find.
19828
19829         * mm-view.el: Don't autoload diff-mode.
19830
19831         * nndb.el: Don't autoload news-reply-mode, news-setup,
19832         cancel-timer and telnet.
19833
19834         * password.el: Don't autoload run-at-time for Emacs.
19835
19836         * sha1-el.el: Don't autoload executable-find.
19837
19838         * sieve-mode.el: Don't autoload c-mode.
19839
19840         * uudecode.el: Don't autoload executable-find.
19841
19842 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19843
19844         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19845         (gnus-agent-possibly-alter-active): Avoid null in numeric
19846         comparison.
19847         (gnus-agent-set-local): Refuse to save null in local object table.
19848         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19849         list of articles that will be marked as unread.
19850
19851 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19854
19855 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19856
19857         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19858         language tags.
19859
19860 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19861
19862         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19863         Don't bind "obarray".
19864
19865         * gnus-sum.el (gnus-thread-sort-functions):
19866         Add `gnus-thread-sort-by-most-recent-number' and
19867         `gnus-thread-sort-by-most-recent-date'.
19868         Reported by Kai Grossjohann <kai@emptydomain.de>.
19869
19870 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19871
19872         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19873
19874 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19875
19876         * gnus-cus.el (gnus-agent-customize-category):
19877         Remove ignore-errors macro reference that required cl to be loaded at
19878         run-time.
19879
19880         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19881         single-interval range of the form (min . max).  Previously the
19882         range had to look like ((min . max)).  Likewise, return
19883         (min . max) rather than ((min . max)).
19884         (gnus-range-map): Use gnus-range-normalize to accept
19885         single-interval range.
19886
19887         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19888         the cache, but not the agent, now appear with their usual face.
19889
19890         * dgnushack.el (loaddir): New variable that is bound to the
19891         directory containing the dgnushack.el file. Use loaddir, rather
19892         than srcdir, to update load-path. Change lets dgnushack compile
19893         code in directories other than GNUS/lisp.
19894
19895 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * lpath.el: Don't bind w3m-safe-url-regexp.
19898
19899         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19900         w3m-safe-url-regexp variable buffer-local.
19901
19902         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19903
19904 2004-02-27  Simon Josefsson  <jas@extundo.com>
19905
19906         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19907         gnus-group-real-prefix.
19908         (gnus-summary-move-article): Use it, instead of
19909         gnus-group-real-prefix.
19910
19911 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * lpath.el: Bind w3m-safe-url-regexp.
19914
19915         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19916         w3m-safe-url-regexp variable buffer-local and set it as the value
19917         of mm-w3m-safe-url-regexp.
19918
19919         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19920
19921         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19922         parsing gnus-posting-styles when the message is not for replying.
19923
19924         * dgnushack.el: Autoload sgml-mode for XEmacs.
19925
19926         * nnrss.el (nnrss-opml-export):
19927         Use mm-set-buffer-file-coding-system instead of
19928         set-buffer-file-coding-system.
19929
19930 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19931
19932         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19933         of checkdoc.el).
19934         * nnrss.el: do.
19935         * gnus-mlspl.el: do.
19936         * gnus-ml.el: do.
19937         * gnus-srvr.el: do.
19938
19939         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19940
19941 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19942
19943         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19944         Corrections to custom-manual links.
19945
19946         * gnus-art.el (gnus-article): Ditto.
19947
19948         * mm-decode.el (mime-display, mime-security): Ditto.
19949
19950 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19951
19952         * flow-fill.el: Typo.
19953
19954 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19955
19956         * spam-wash.el: New file.
19957
19958 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19959
19960         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19961
19962 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19963
19964         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19965         to be run with new-articles as LIST1, not LIST2.
19966         (spam-registration-functions): Add spam-use-ham-copy as a nil
19967         registration backend.
19968
19969 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19970
19971         * spam-stat.el (spam-stat-washing-hook): New option.
19972         (spam-stat-buffer-words): Use it.
19973         (spam-stat-process-directory, spam-stat-test-directory):
19974         Use insert-file-contents-literally.
19975         (spam-stat-coding-system): New variable.
19976         (spam-stat-load, spam-stat-save): Use it.
19977
19978 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * spam-report.el (spam-report-plug-agent):
19981         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19982
19983 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19984
19985         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19986         Allow / in mailto URLs.
19987
19988 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * spam-report.el (spam-report-process-queue): Fix interactive use.
19991         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19992         (spam-report-unplug-agent): Doc fixes.
19993         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19994         (spam-report-agentize, spam-report-deagentize): Autoload.
19995
19996 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19999
20000         * message.el (message-setup-fill-variables): Add mml tags to
20001         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20002         <ajk@iu.edu>.
20003         (message-mode): Don't modify paragraph-separate there.
20004
20005 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * compface.el (uncompface-use-external): Default to undecided.
20008         (uncompface-use-external-threshold): New variable.
20009         (uncompface-float-time): New macro.
20010         (uncompface): Determine whether to use the external decoder if
20011         uncompface-use-external is undecided.
20012
20013 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20014
20015         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20016         after images.
20017
20018         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20019
20020 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20021
20022         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20023
20024         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20025
20026         * gnus-sum.el (gnus-summary-limit-to-age)
20027         (gnus-summary-limit-children): do.
20028
20029         * gnus-int.el (gnus-request-scan): do.
20030
20031         * gnus-group.el (gnus-group-suspend): do.
20032
20033         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20034
20035         * gnus-cite.el (gnus-cite-parse-attributions): do.
20036
20037         * gnus-agent.el (gnus-summary-set-agent-mark)
20038         (gnus-agent-regenerate-group): do.
20039
20040         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20041
20042         * binhex.el (binhex-decode-region-internal): do.
20043
20044 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-fun.el (gnus-face-properties-alist): New user option.
20047         (gnus-display-x-face-in-from): Use it.
20048
20049         * gnus-art.el (article-display-face): Ditto.
20050
20051         * compface.el (uncompface-use-external): Default to nil.
20052
20053 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20054
20055         * nntp.el (nntp-erase-buffer): New function.
20056         (nntp-retrieve-data, nntp-send-command)
20057         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20058         (nntp-possibly-change-group): Use it.
20059
20060         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20061         Use with-current-buffer.
20062
20063 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20064
20065         * compface.el: Merge the ELisp-based uncompface program.
20066         (compface): New customization group.
20067         (uncompface-use-external): New user option.
20068         (uncompface): Call uncompface-internal if uncompface-use-external
20069         is nil.
20070         (uncompface-internal): New function.  Note that there are also
20071         some other functions and variables added for this function.
20072
20073 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20074
20075         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20076         if necessary.
20077
20078 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20079
20080         * spam-report.el (spam-report-unplug-agent)
20081         (spam-report-plug-agent, spam-report-deagentize)
20082         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20083         Add support for the Agent in spam-report: when unplugged, report to a
20084         file; when plugged, submit all the requests.
20085
20086         * spam.el (spam-register-routine): Fix message about
20087         registration.
20088
20089 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20090
20091         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20092         dependencies.
20093         (rfc2047-encode): Use it.
20094
20095         * gnus-art.el (gnus-button-marker-list): Move before first
20096         reference.
20097
20098         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20099         (imap-parse-body): Fix format string mismatch.
20100
20101         * gnus-score.el (gnus-summary-increase-score): do.
20102
20103         * nnrss.el (nnrss-close): New function.
20104
20105 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20106
20107         * nnrss.el (nnrss-make-filename): New function.
20108         (nnrss-request-delete-group, nnrss-read-server-data)
20109         (nnrss-save-server-data, nnrss-read-group-data)
20110         (nnrss-save-group-data): Use it.
20111         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20112         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20113         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20114
20115 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20116
20117         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20118
20119 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20120
20121         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20122         files.
20123
20124         * message.el (message-generate-headers-first): Don't quote nil
20125         and t in docstrings.
20126
20127         * imap.el (imap-id): do.
20128
20129         * gnus-agent.el (gnus-agent-consider-all-articles)
20130         (gnus-agent-queue-mail): do.
20131
20132 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * spam-report.el (spam-report-process-queue): New function.
20135         Process requests from `spam-report-requests-file'.
20136         (spam-report-process-queue): Doc fix.
20137
20138 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20139
20140         * spam.el (spam-register-routine)
20141         (spam-log-processing-to-registry, spam-log-registered-p)
20142         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20143         Change "check" to "spam-check" for semi-clarity.
20144
20145 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20146
20147         * pop3.el: Require nnheader.
20148
20149         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20150
20151         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20152
20153         * gnus-picon.el: Require cl.
20154
20155         * gnus-fun.el: Require gnus-ems and gnus-util.
20156
20157         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20158
20159         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20160
20161         * gnus-art.el (gnus-article-edit-mode): Define before first
20162         reference.
20163
20164 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20165
20166         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20167         (gnus-uu-post-encoded): Use point-at-bol.
20168
20169         * gnus-topic.el (gnus-group-active-topic-p): do.
20170
20171         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20172
20173         * gnus-group.el (gnus-group-kill-region): do.
20174
20175         * gnus-art.el (article-date-ut): do.
20176
20177         * message.el (message-fetch-field): Remove redundant
20178         case-fold-search binding.
20179         (message-narrow-to-field): Simplify.
20180
20181 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20182
20183         * spam.el (spam-directory): Derive from `gnus-directory'.
20184
20185         * spam-report.el (spam-report-url-to-file)
20186         (spam-report-requests-file): New function and variable for offline
20187         reporting.
20188         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20189         and user defined function.
20190         (spam-report-url-ping-mm-url): Remove doubled slash.
20191
20192 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20193
20194         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20195
20196 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20197
20198         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20199         Fix format string mismatch.
20200
20201         * sieve.el (sieve-deactivate-all): do.
20202
20203         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20204
20205         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20206
20207         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20208
20209         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20210
20211 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20212
20213         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20214         the list of checks.
20215
20216 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20217
20218         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20219         padding.
20220
20221 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20222
20223         * mm-view.el (mm-fill-flowed): New variable.
20224         (mm-inline-text): Use it.
20225
20226 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20227
20228         * spam.el (spam-spamassassin-register-ham-routine)
20229         (spam-spamassassin-register-spam-routine): Fix function names.
20230
20231 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * gnus.el (gnus-tmp-grouplens): Remove.
20234         (gnus-summary-line-format): Remove grouplens.
20235
20236         * gnus-group.el (gnus-group-line-format): Ditto.
20237
20238         * gnus-spec.el (gnus-format-specs): Ditto.
20239         (gnus-update-format-specifications): Flush the group format spec
20240         cache if there's the grouplens stuff.
20241         (gnus-parse-simple-format): Replace %l with the empty string.
20242
20243 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20244
20245         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20246         omission.
20247
20248 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20251         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20252
20253 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20254
20255         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20256         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20257         New macros and functions.
20258         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20259         Handle > NLINK_MAX messages.
20260         * nnmaildir.el (nnmaildir-request-set-mark):
20261         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20262
20263 2004-01-25  Alex Schroeder  <alex@gnu.org>
20264
20265         * spam-stat.el (spam-stat-process-directory-age): New option.
20266         (spam-stat-process-directory): Use it.
20267
20268 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20269
20270         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20271         (spam-stat-save): Accept prefix argument.
20272
20273 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20274
20275         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20276         links" error.
20277
20278 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20281         the rest of the and/or forms.
20282
20283 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20284
20285         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20286         compatibility with old .newsrc.eld files.
20287
20288         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20289
20290         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20291
20292         * gnus-start.el (gnus-1): do.
20293
20294         * gnus-group.el (gnus-group-line-format-alist): do.
20295
20296         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20297
20298         * gnus-gl.el: Remove.
20299
20300 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20301
20302         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20303         marks consisting of a single range {for example, (3 . 5)} rather
20304         than a list of a single range { ((3 . 5)) }.
20305
20306 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20307
20308         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20309         Use with-current-buffer.
20310         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20311         avoid consing a string.
20312
20313         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20314         Remove obsolete entries for big5 and gb2312.
20315
20316 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20317
20318         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20319         uncompressed list.
20320
20321 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20322
20323         * spam-stat.el (spam-stat-strip-xref): New function.
20324         (spam-stat-process-directory): Use it.
20325
20326         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20327         here -- it's done in message-fetch-field.
20328
20329 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20330
20331         * gnus-agent.el (gnus-agent-queue-mail)
20332         (gnus-agent-prompt-send-queue): New variables.
20333         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20334         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20335         "nndraft:queue" along to gnus-draft-send.
20336         Use gnus-agent-prompt-send-queue.
20337         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20338         is "nndraft:queue".  Suggested by Gaute Strokkenes
20339         <gs234@srcf.ucam.org>
20340
20341         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20342         (agent-enable-undownloaded-faces): Add.
20343         (gnus-agent-cat-groups): Use eval-and-compile, not
20344         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20345         method of gnus-agent-cat-groups even when the buffer has been
20346         evaled.
20347         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20348         delete gnus-agent-save-active-1.
20349         (gnus-agent-save-groups): Delete.  Identical to
20350         gnus-agent-save-active.
20351         (gnus-agent-write-active): No longer adjust agent's copy of active
20352         file as agent's adjustments are now stored in their own
20353         file.  Remove optional parameter.
20354         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20355         servers.  Add use of min/max range limits from server's local
20356         file.
20357         (gnus-agent-save-alist): Remove unused optional argument.
20358         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20359         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20360         (gnus-agent-set-local): A per-server file that keeps min/max range
20361         limits for articles known to the agent.  Provides a fast mechanism
20362         for altering many active ranges.
20363         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20364         active file (local makes it unnecessary).
20365         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20366
20367         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20368         (agent-enable-undownloaded-faces): Add.
20369
20370         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20371         disable it when sending to "nndraft:queue".
20372         (gnus-group-send-queue): Add safety check to avoid sending queue
20373         when unplugged.
20374
20375         * gnus-group.el (gnus-group-catchup): Use new
20376         gnus-sequence-of-unread-articles, not
20377         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20378         numbers of articles.  Use gnus-range-map to avoid having to
20379         uncompress the unread list.
20380         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20381         Fix invalid ange-ftp reference.
20382
20383         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20384         (gnus-sorted-range-intersection): Intersection of two ranges
20385         without requiring that they first be uncompressed.
20386
20387         * gnus-start.el (gnus-activate-group): Unless blocked by the
20388         caller, possibly expand the active range to include both cached
20389         and agentized articles.
20390         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20391         multiple version-dependent converters.
20392         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20393         gnus-agent-save-active.
20394         (gnus-save-newsrc-file): Save dirty agent range limits.
20395
20396         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20397         gnus-agent-possibly-alter-active.
20398         (gnus-adjust-marked-articles): Faster handling of simple lists.
20399
20400 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20401
20402         * spam-stat.el (spam-stat-test-directory): New optional argument
20403         displays a list of files detected.  Suggested by Andrew Cohen
20404         <cohen@andy.bu.edu>.
20405         (spam-stat-buffer-words-with-scores): Don't narrow and change
20406         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20407
20408 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20409
20410         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20411         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20412         (spam-spamassassin-arguments)
20413         (spam-spamassassin-spam-flag-header)
20414         (spam-spamassassin-positive-spam-flag-header)
20415         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20416         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20417         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20418         (spam-list-of-processors, spam-list-of-checks)
20419         (spam-list-of-statistical-checks, spam-registration-functions)
20420         (spam-check-spamassassin-headers, spam-check-spamassassin)
20421         (spam-spamassassin-score)
20422         (spam-spamassassin-register-with-sa-learn)
20423         (spam-spamassassin-register-spam-routine)
20424         (spam-spamassassin-register-ham-routine)
20425         (spam-assassin-register-spam-routine)
20426         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20427         (spam-bogofilter-score): Fix to show article before scoring.
20428
20429 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20430
20431         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20432         default scoring function.
20433         (spam-generic-score): Call spam-spamassassin-score if
20434         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20435         spam-bogofilter-score otherwise.
20436
20437         * gnus.el (spam-process, spam-autodetect-methods):
20438         Add spamassassin and spamassassin-headers.
20439
20440 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20441
20442         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20443         Suppress unnecessary messages.
20444
20445 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20446
20447         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20448         make-hash-table.
20449
20450 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * canlock.el (base64-encode-string): Don't autoload it.
20453
20454 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * run-at-time.el: Remove useless (require 'itimer),
20457         eval-and-compile and (featurep 'xemacs).
20458
20459 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20460
20461         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20462         GROUP is a virtual group.
20463
20464 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20465
20466         * gnus.el: Autoload `message-y-or-n-p'.
20467
20468 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * pgg-parse.el: Remove unnecessary (require 'custom).
20471
20472         * pgg-def.el: do.
20473
20474         * nnmail.el: do.
20475
20476         * gnus-undo.el: do.
20477
20478         * gnus-picon.el: do.
20479
20480         * gnus-util.el: do.
20481
20482 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20483
20484         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20485
20486 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20489         handle, as well as a list.
20490
20491         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20492         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20493         (mm-w3m-cid-retrieve): Simplify.
20494
20495 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20496
20497         * message.el (message-kill-to-signature): Allow prefix arg to
20498         specify number of lines to keep before signature.
20499
20500 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20501
20502         * message.el (message-kill-to-signature): Change docstring.
20503
20504 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * canlock.el: Always require sha1-el.
20507         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20508
20509         * message.el: Autoload sha1 only when compiling.
20510
20511         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20512         eudc-expand-inline for XEmacs.
20513
20514 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * message.el (message-canlock-generate): Require sha1-el.
20517
20518 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20519
20520         * message.el (message-expand-name): Silence the byte compiler.
20521
20522         * lpath.el: Add detect-coding-system.
20523
20524         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20525         cus-edit.
20526
20527 2004-01-13  Simon Josefsson  <jas@extundo.com>
20528
20529         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20530         Invoke gnus-score-mode.
20531         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20532
20533         * gnus-range.el (gnus-compress-sequence): Doc fix.
20534         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20535
20536 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20537
20538         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20539
20540 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * spam.el (spam-get-article-as-string): Update to use
20543         gnus-request-article-this-buffer, much simpler.
20544         (spam-get-article-as-buffer): Remove.
20545
20546 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20547
20548         * message.el (message-expand-name): Use EUDC if the user uses that.
20549
20550 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20551
20552         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20553         character for the encoding to avoid consing a string.
20554
20555         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20556         unnecessarily.
20557
20558         * mm-util.el (mm-replace-chars-in-string): Remove.
20559
20560         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20561         of mm-replace-chars-in-string.
20562
20563 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20564
20565         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20566
20567         * mm-util.el (mm-subst-char-in-string): Support inplace.
20568
20569         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20570         a new string in every iteration.  Use shy groups.
20571
20572 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20575         * gnus-soup.el (gnus-soup-group-brew):
20576         * gnus-msg.el (gnus-put-message):
20577         * gnus-move.el (gnus-group-move-group-to-server):
20578         * gnus-kill.el (gnus-batch-score):
20579         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20580         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20581         (gnus-group-update-group, gnus-group-read-group)
20582         (gnus-group-make-group, gnus-group-make-help-group)
20583         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20584         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20585         (gnus-group-sort-by-unread, gnus-group-catchup)
20586         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20587         (gnus-group-yank-group, gnus-group-set-info)
20588         (gnus-group-list-groups):
20589         * gnus.el (gnus-generate-new-group-name):
20590         * gnus-delay.el (gnus-delay-send-queue):
20591         * nnvirtual.el (nnvirtual-catchup-group):
20592         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20593         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20594         (gnus-group-prepare-topics, gnus-topic-check-topology):
20595         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20596         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20597         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20598         (gnus-group-make-articles-read):
20599         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20600         (gnus-group-change-level, gnus-kill-newsgroup)
20601         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20602         (gnus-get-unread-articles, gnus-make-articles-unread)
20603         (gnus-make-ascending-articles-unread): Use accessor
20604         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20605         to get group information for improved readability.
20606
20607
20608 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20609
20610         * gnus-art.el (article-decode-mime-words, article-babel)
20611         (gnus-article-highlight-signature, gnus-article-add-buttons)
20612         (gnus-signature-toggle): Use gnus-with-article-buffer.
20613
20614         * gnus-art.el (gnus-article-highlight-headers)
20615         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20616
20617         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20618         (gnus-article-set-globals, gnus-request-article-this-buffer)
20619         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20621         (gnus-mime-display-alternative): Use with-current-buffer.
20622
20623 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20624
20625         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20626         also under 80 char limit, and call gnus-error if needed.
20627         (spam-fetch-article-header): Fix - it was a
20628         buffer-local variable (gnus-newsgroup-data).
20629         (spam-find-spam): Use spam-generate-fake-headers, forget about
20630         spam-insert-fake-headers.
20631         (spam-insert-fake-headers): Remove.
20632
20633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20634
20635         * deuglify.el (gnus-article-outlook-unwrap-lines)
20636         (gnus-outlook-rearrange-article)
20637         (gnus-outlook-repair-attribution-outlook)
20638         (gnus-outlook-repair-attribution-block)
20639         (gnus-outlook-repair-attribution-other): Remove redundant
20640         save-excursion.
20641
20642 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20643
20644         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20645         (spam-fetch-field-subject-fast)
20646         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20647         (spam-fetch-article-header): Add functions to deal with Gnus
20648         internals for fast retrieval of article header data.
20649         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20650
20651 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20652
20653         * pop3.el (pop3-md5): Remove.
20654         (pop3-apop): Replace pop3-md5 with md5.
20655
20656         * mm-bodies.el: base64 is always built-in.
20657
20658         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20659         Use with-current-buffer.
20660
20661 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20662
20663         * canlock.el (canlock-insert-header): Remove excessive grouping in
20664         regexp.
20665
20666         * gnus-sum.el (gnus-summary-read-document): Ditto.
20667
20668         * gnus-uu.el (gnus-uu-part-number): Ditto.
20669
20670         * html2text.el (html2text-remove-tags): Ditto.
20671         (html2text-format-tags): Ditto.
20672         (html2text-format-single-elements): Ditto.
20673
20674         * mml.el (mml-parse-1): Ditto.
20675
20676 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20677
20678         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20679
20680         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20681
20682         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20683
20684         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20685
20686 2003-11-15  Simon Josefsson  <jas@extundo.com>
20687
20688         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20689         (pgg-gpg-lookup-key): Use regexp match instead of
20690         split-string (split-string is different between emacs 21.2 and
20691         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20692
20693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20694
20695         * gnus-art.el (gnus-mime-view-all-parts)
20696         (gnus-article-part-wrapper, gnus-article-view-part):
20697         Use with-current-buffer.
20698
20699 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20700
20701         * spam.el (spam-disable-spam-split-during-ham-respool)
20702         (spam-spamoracle-database, spam-cache-lookups)
20703         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20704         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20705         (spam-group-ham-marks, spam-group-spam-marks)
20706         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20707         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20708         also add spam-use-blackholes to the statistical checks.
20709         (spam-fetch-field-fast): Add interface to fetching fields, may
20710         become a macro.
20711         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20712         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20713         (spam-insert-fake-headers): Fake an article when needed.
20714         (spam-find-spam): Fake article when possible.
20715         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20716         (spam-check-bogofilter-headers): Use message-fetch-field instead
20717         of nnmail-fetch-field.
20718
20719 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20720
20721         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20722
20723 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20724
20725         * spam.el (spam-split): Do not require spam-use-CHECK to be
20726         enabled if that check is passed to spam-split explicitly; also
20727         fix so 'spam doesn't get converted to spam-split-group when
20728         spam-split-symbolic-return is t.
20729         (spam-find-spam): Find registrations of the article and use those
20730         instead of re-running spam-split to find the spam/ham
20731         classification of the article.
20732         (spam-log-processing-to-registry, spam-log-registered-p)
20733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20734         Use gnus-error instead of gnus-message.
20735         (spam-log-registration-type): Add function to determine the
20736         classification of a message based on registry entries; will
20737         return nil if both 'spam and 'ham are found.
20738         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20739         a reasonably fast local cache without the loading errors.
20740         (spam-cache-lookups): Set to t by default.
20741         (spam-find-spam): Don't try to guess spam-cache-lookups.
20742         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20743         spam-caches entry.
20744         (spam-filelist-build-cache, spam-filelist-check-cache):
20745         Fix caching of whitelist/blacklist entries.
20746         (spam-check-whitelist, spam-check-blacklist):
20747         Invoke spam-from-listed-p with a type, not a cache variable.
20748         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20749
20750 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20751
20752         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20753
20754         * nnmail.el (nnmail-split-fancy): do.
20755
20756         * mml.el (mml-parse): do.
20757
20758         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20759         (gnus-score-adaptive): do.
20760
20761 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20764         (gnus-mime-button-map): Don't set keymap parent.
20765         (gnus-button-ctan-directory-regexp): Use shy grouping.
20766         (gnus-prev-page-map): Don't set keymap parent.
20767         (gnus-prev-page-map): Remove duplicated one.
20768         (gnus-next-page-map): Don't set keymap parent.
20769         (gnus-mime-security-button-map): Ditto.
20770
20771         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20772         version number.
20773
20774         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20775
20776 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20777
20778         * canlock.el (canlock-sha1-function): Remove.
20779         (canlock-sha1-function-for-verify): Remove.
20780         (canlock-openssl-program): Remove.
20781         (canlock-openssl-args): Remove.
20782         (canlock-ignore-errors): Remove.
20783         (canlock-sha1-with-openssl): Remove.
20784         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20785         (canlock-verify): Don't use canlock-ignore-errors.
20786
20787         * sha1-el.el (sha1-string-external): Make it can return a string
20788         in binary form.
20789         (sha1-region-external): Ditto.
20790         (sha1-string-internal): Ditto.
20791         (sha1-region-internal): Ditto.
20792         (sha1-region): Ditto.
20793         (sha1-string): Ditto.
20794         (sha1): Ditto.
20795
20796 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20797
20798         * spam.el (spam-report-articles-gmane): New command.
20799
20800 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20801
20802         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20803
20804         * run-at-time.el (run-at-time-saved): Remove.
20805         (run-at-time): Doc fix.
20806
20807 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20808
20809         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20810         (gnus-summary-limit-map): Add it.
20811         (gnus-summary-make-menu-bar): do.
20812
20813 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20814
20815         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20816         Make attempt at some caching support (done for BBDB only now).
20817         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20818         addresses to be checked.
20819         (spam-clear-cache-BBDB): Add function, to be invoked by
20820         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20821         (spam-check-BBDB): Check and use the caches, if
20822         spam-cache-lookups is on, remove superfluous (provide).
20823
20824 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20825
20826         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20827
20828 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20829
20830         * run-at-time.el (run-at-time-saved): Move to after the definition
20831         of `run-at-time'.
20832
20833         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20834
20835 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20838         mm-w3m-local-map-property.
20839
20840         * mm-view.el (mm-w3m-mode-map): Remove.
20841         (mm-w3m-local-map-property): Remove.
20842         (mm-inline-text-html-render-with-w3m): Don't use
20843         mm-w3m-local-map-property.
20844
20845 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20846
20847         * run-at-time.el: New file.
20848
20849         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20850         under Emacs.
20851
20852         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20853         of gnus-set-text-properties.
20854
20855         * gnus-uu.el (gnus-uu-save-article): Ditto.
20856
20857         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20858
20859         * gnus-cite.el (gnus-cite-parse): Ditto.
20860
20861         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20862         of gnus-.
20863
20864         * gnus-xmas.el (run-at-time): Require run-at-time.
20865
20866         * gnus.el: Change calls to nnheader-run-at-time and
20867         password-run-at-time throughout to use run-at-time directly.
20868
20869         * password.el: Remove definition of run-at-time.
20870
20871         * nnheaderxm.el: Remove definition of run-at-time.
20872
20873 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20874
20875         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20876         in prompt.
20877
20878 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20879
20880         * messagexmas.el (message-xmas-redefine): Alias
20881         `message-make-caesar-translation-table' to
20882         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20883         version.
20884
20885         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20886         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20887         `gnus-xmas-set-text-properties'.
20888         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20889         `gnus-xmas-completing-read'.
20890         (gnus-xmas-completing-read): Removed.
20891         (gnus-xmas-open-network-stream): Removed.
20892
20893         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20894         XEmacs version.
20895
20896         * dns.el (dns-make-network-process): Use `open-network-stream'
20897         instead of `gnus-xmas-open-network-stream'.
20898
20899         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20900
20901         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20902
20903 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20904
20905         * gnus-art.el (gnus-mime-display-alternative)
20906         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20907         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20908         Don't use gnus-local-map-property.
20909
20910         * gnus-util.el (gnus-local-map-property): Remove.
20911
20912         * mm-view.el (mm-view-pkcs7-decrypt):
20913         Replace gnus-completing-read-maybe-default with completing-read.
20914
20915         * gnus-util.el (gnus-completing-read): do.
20916         (gnus-completing-read-maybe-default): Remove.
20917
20918 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20919
20920         * password.el: Only autoload `run-at-time' if not XEmacs.
20921         Only autoload the itimer functions if XEmacs.
20922
20923 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20926         XEmacsen.
20927
20928         * dgnushack.el: Autoload executable-find for XEmacs.
20929
20930 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20931
20932         * gnus-art.el (gnus-read-string): Remove.
20933         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20934         read-string.
20935
20936 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20937
20938         * netrc.el: Autoload password-read.
20939         (netrc): Add configuration group.
20940         (netrc-encoding-method, netrc-openssl-path):
20941         Add variables for encoding and decoding of files with symmetric
20942         ciphers.
20943         (netrc-encode): Add assistant function to encode a file with
20944         netrc-encoding-method.
20945         (netrc-parse): Add interactive parameter, added optional
20946         decoding if netrc-encoding-method is non-nil but otherwise
20947         behavior is standard.
20948         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20949         Do s/encode/encrypt/ everywhere.
20950
20951         * spam.el: Remove executable-find autoload.
20952
20953 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20954
20955         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20956
20957         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20958
20959 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20960
20961         * gnus-art.el (gnus-treat-ansi-sequences)
20962         (article-treat-ansi-sequences): New variable and function.
20963         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20964
20965         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20966         Use it.
20967
20968 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * mm-util.el (mm-quote-arg): Remove.
20971
20972         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20973         shell-quote-argument.
20974
20975         * gnus-uu.el (gnus-uu-command): do.
20976
20977         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20978
20979         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20980         with make-char.
20981
20982         * mm-util.el (mm-make-char): Remove.
20983
20984         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20985         add-minor-mode.
20986
20987         * gnus-undo.el (gnus-undo-mode): do.
20988
20989         * gnus-topic.el (gnus-topic-mode): do.
20990
20991         * gnus-sum.el (gnus-dead-summary-mode): do.
20992
20993         * gnus-start.el (gnus-slave-mode): do.
20994
20995         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20996
20997         * gnus-ml.el (gnus-mailing-list-mode): do.
20998
20999         * gnus-gl.el (gnus-grouplens-mode): do.
21000
21001         * gnus-draft.el (gnus-draft-mode): do.
21002
21003         * gnus-dired.el (gnus-dired-mode): do.
21004
21005         * gnus-ems.el (gnus-add-minor-mode): Remove.
21006
21007         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21008         Replace gnus-char-width with char-width.
21009
21010         * gnus-ems.el (gnus-char-width): Remove.
21011
21012         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21013         Replace gnus-char-width with char-width.
21014
21015         * gnus-ems.el (gnus-char-width): Remove.
21016
21017         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21018         definition.
21019         Remove Emacs 20 hash table compatibility code.
21020
21021         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21022         20 compatibility code.
21023
21024         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21025
21026         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21027
21028         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21029         Replace with point-at-{eol,bol}.
21030
21031         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21032
21033         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21034
21035         * flow-fill.el (fill-flowed-point-at-bol)
21036         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21037
21038         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21039         Replace with point-at-{eol,bol} throughout all files.
21040
21041 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * ntlm.el (ntlm-string-as-unibyte): New macro.
21044         (ntlm-build-auth-response): Use it.
21045
21046         Remove Emacs 20 stuff:
21047         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21048         (butlast, mapc, remove): Remove the compiler macros.
21049         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21050         of delq and copy-sequence.
21051         * gnus-art.el (popup-menu): Remove the compiler macro.
21052         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21053         Emacs 20.
21054
21055 2004-01-05  Simon Josefsson  <jas@extundo.com>
21056
21057         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21058         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21059         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21060         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21061         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21062         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21063         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21064         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21065         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21066         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21067         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21068         string-xor into ntlm-string-xor.
21069         Suggested by Jesper Harder <harder@myrealbox.com>.
21070
21071         * ntlm.el: Don't include poem.
21072
21073         * md4.el (print-int32, print-string-hexa): Remove.
21074         Suggested by Jesper Harder <harder@myrealbox.com>.
21075
21076         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21077
21078         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21079         probably breaks emacs with DL patch, but do we care? Is anyone
21080         still using the DL stuff?)
21081
21082         * sieve-manage.el: Use the password package.
21083         (sieve-manage-read-passwd): Remove.
21084         (sieve-manage-interactive-login): Use password.  Re-add
21085         condition-case around loop.
21086
21087         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21088         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21089         Use the password package.
21090
21091 2003-02-19  Simon Josefsson  <jas@extundo.com>
21092
21093         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21094         token.
21095
21096 2002-08-07  Simon Josefsson  <jas@extundo.com>
21097
21098         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21099         (sieve-manage-authenticators):
21100         (sieve-manage-authenticator-alist): Add some SASL mechs.
21101         (sieve-sasl-auth): New function.
21102         (sieve-manage-cram-md5-auth):
21103         (sieve-manage-plain-auth): Rewrite using SASL library.
21104         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21105         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21106         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21107         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21108
21109 2004-01-05  Simon Josefsson  <jas@extundo.com>
21110
21111         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21112         New files.
21113
21114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21115
21116         * gnus-group.el (gnus-no-groups-message): Update.
21117
21118         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21119
21120 2003-11-09  Simon Josefsson  <jas@extundo.com>
21121
21122         * imap.el: Support for ID IMAP extension (RFC 2971).
21123         (imap-local-variables): Add imap-id.
21124         (imap-id): New variable.
21125         (imap-id): New function.
21126         (imap-parse-response): Parse untagged ID response.
21127         * nnimap.el (nnimap-id): New variable.
21128         (nnimap-open-connection): Use it.
21129
21130 2003-12-28  Simon Josefsson  <jas@extundo.com>
21131
21132         * gnus-score.el (gnus-score-edit-all-score): New.
21133         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21134
21135 2004-01-04  Simon Josefsson  <jas@extundo.com>
21136
21137         * password.el: Add.
21138
21139 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21140
21141         * dns.el (dns-query-types): Fix typo.
21142         (dns-query-types): New function.
21143         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21144         PTR and SOA replies, see RFC 1035.
21145
21146 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21147
21148         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21149
21150         * Move to Changelog.2.
21151
21152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21153
21154         * gnus.el (gnus-version-number): Bump version.
21155
21156 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21157
21158         * gnus.el: No Gnus v0.1 is released.
21159
21160 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21161
21162         * gnus.el: No Gnus v0.0 is released.
21163
21164 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21165
21166         * gnus.el (gnus-version-number): Bump.
21167         (gnus-version): No.
21168
21169 See ChangeLog.2 for earlier changes.
21170
21171   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21172
21173   This file is part of GNU Emacs.
21174
21175   GNU Emacs is free software: you can redistribute it and/or modify
21176   it under the terms of the GNU General Public License as published by
21177   the Free Software Foundation, either version 3 of the License, or
21178   (at your option) any later version.
21179
21180   GNU Emacs is distributed in the hope that it will be useful,
21181   but WITHOUT ANY WARRANTY; without even the implied warranty of
21182   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21183   GNU General Public License for more details.
21184
21185   You should have received a copy of the GNU General Public License
21186   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21187
21188 ;; Local Variables:
21189 ;; coding: utf-8
21190 ;; fill-column: 79
21191 ;; add-log-time-zone-rule: t
21192 ;; End: