Revert 22da67af.
[gnus] / lisp / ChangeLog
1 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2
3         * message.el (message-options): Revert 22da67af (workaround for
4         XEmacs buffer-local issue).
5
6 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7
8         * mml.el (mml-generate-mime): Bind `message-options', which is now
9         buffer-local, around `mm-with-multibyte-buffer'.
10
11 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
12
13         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
14         numbers too big to be `read'.
15
16 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * password-cache.el (password-in-cache-p): Add autoload.
19
20         * message.el (message-options): Make buffer-local two ways to attempt
21         to fix a XEmacs bug.
22
23 2011-03-02  Julien Danjou  <julien@danjou.info>
24
25         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
26
27 2011-03-01  Julien Danjou  <julien@danjou.info>
28
29         * gnus-art.el (list-identifier): Add list-identifier as a parameter
30         group.
31         (article-hide-list-identifiers): Use list-identifier group parameter.
32
33 2011-02-28  Julien Danjou  <julien@danjou.info>
34
35         * sieve.el (sieve-buffer-script-name): New local variable to store
36         sieve script name.
37         (sieve-edit-script): Store sieve script name.
38         (sieve-upload): Use sieve script name when uploading.
39         (sieve-upload): Use substitute-command-keys.
40         (sieve-edit-script): Use substitute-command-keys.
41         (sieve-refresh-scriptlist): Use substitute-command-keys.
42         (sieve-manage-mode-map): Define keymap properly.
43         (sieve-manage-mode): Do not set mode name manually, change mode-name to
44         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
45         Remove commented code about cvs.
46         (sieve-manage-quit): New function.
47         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
48
49 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-group.el (gnus-import-other-newsrc-file): New function.
52
53 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * auth-source.el (auth-source-search): Cache empty result sets.
56
57         * password-cache.el (password-in-cache-p): Convenience function to
58         check if a key is in the cache, even if the value is nil.
59
60         * auth-source.el (auth-source-save-behavior): New variable to replace
61         `auth-source-never-create'.
62         (auth-source-netrc-create): Use it.
63         (auth-source-never-save): Remove.
64
65 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-stream): Doc fix.
68         (nnimap-open-connection-1): Reverse the order of the ports to that the
69         prompted-for port is first.
70
71         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
72         retrieval by the no-group selection.
73
74         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
75         numerical parameters.
76
77 2011-02-25  Julien Danjou  <julien@danjou.info>
78
79         * gnus-gravatar.el: Use gnus-with-article-buffer.
80
81         * gnus-art.el (gnus-with-article-buffer): Check that the
82         gnus-article-buffer is alive.
83
84 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * auth-source.el (auth-source-creation-prompts): New variable to manage
87         creation-time prompts.
88         (auth-source-search): Document it.
89         (auth-source-format-prompt): Add utility function.
90         (auth-source-netrc-create): Don't default the user name to
91         user-login-name.  Use `auth-source-creation-prompts' and some default
92         prompts for user, host, port, and password (the default generic prompt
93         remains ugly).
94         (auth-source-never-save): Add customizable option to never save info.
95         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
96         mode excursion.
97
98 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
101         argument that XEmacs doesn't support.
102
103         * dgnushack.el (dgnushack-compile): Exclude color.el from being
104         compiled for Emacsen having no `libxml-parse-html-region' support.
105
106         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
107
108         * lpath.el: Bind buffer-save-without-query for XEmacs.
109
110 2011-02-23  Julien Danjou  <julien@danjou.info>
111
112         * gnus-art.el (article-make-date-line): Ignore errors if time is
113         invalid and not convertible.
114         (article-make-date-line): Only add lapsed time if time is not nil.
115
116 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
119         `read-char-choice' for backwards compatibility.
120         (auth-source-netrc-element-or-first): New function to DTRT for
121         parameter extraction.
122         (auth-source-netrc-create): Use it and fix multiple parameter print
123         bug.  Use the default passed from above (given-default) or the
124         built-in (user-login-name for :user).
125
126 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-start.el (gnus-dribble-read-file): Set
129         buffer-save-without-query, since we always want to save the dribble
130         file, probably.
131
132         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
133         nnimap.
134
135         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
136         -summary- since it's a user-visible variable.
137
138         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
139         first time you use the new Gnus.
140
141 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * auth-source.el: Don't load netrc.el.
144         (auth-sources): Search ~/.netrc as well by default.
145         (auth-source-debug): Add 'trivia option for extra output.
146         (auth-source-do-trivia): Use it.
147         (auth-source-search): Simplify logic to use
148         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
149         appropriate.  Don't keep a running count at this level.  Layer :create
150         and :delete options appropriately on the first and second passes.
151         Don't track the backend with the search results.
152         (auth-source-search-backends): New function to search a list of
153         backends for a processed spec.
154         (auth-source-netrc-parse): Cache all netrc files, making
155         auth-source-netrc-cache an alist keyed by the file name and using the
156         file mtime as the caching criterion.  Keep the obfuscated data secret
157         with a lexical bind.
158         (auth-source-netrc-search): Don't calculate the length of the results
159         unnecessarily.
160         (auth-source-search-backends): Fix bug.
161         (auth-source-netrc-create): Rework prompts.
162
163 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
164
165         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
166         Lower case names of search constraints.
167         (nnir-run-query): Cache and reuse search constraints for all imap
168         servers.
169
170 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
173         after exit.
174         (gnus-setup-message): Define missing variable from last checkin.
175
176         * gnus-sum.el (gnus-summary-show-article): When called with t as the
177         value, show the raw article.
178
179 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
180
181         * gnus.el: No Gnus v0.13 is released.
182
183 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
184
185         * nnimap.el (nnimap-open-connection-1): Revert last change, since
186         auth-source now accepts numbers.
187
188         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
189         spec, too.
190         (auth-source-ensure-strings): New function.
191
192         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
193         (gnus-article-setup-buffer): Always restart the date timer so that user
194         changes to the frequency is respected.
195
196         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
197         port numbers, so make sure it gets that if nnimap-server-port is
198         explicit.
199
200 2011-02-21  Simon Josefsson  <simon@josefsson.org>
201
202         * nnimap.el (nnimap-inbox): Doc fix.
203
204 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
205
206         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
207         Autoload.  Add optional arg FRAME, and pass it to color-values.
208         (color-complement): Caller changed.  Doc fix.
209         (color-gradient): Rewrite for better clarity and efficiency.
210
211 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
212
213         * shr-color.el (shr-color->hexadecimal): Use renamed function names
214         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
215         color-lab-to-srgb.
216
217 2011-02-20  Drew Adams  <drew.adams@oracle.com>
218
219         * color.el: First part of merge from hexrgb.el.
220         (color-rgb-to-hex): Rename from color-rgb->hex.
221         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
222         saturation to zero if the value is too small.
223         (color-rgb-to-hsl): Rename from color-rgb->hsl.
224         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
225         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
226         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
227         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
228         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
229         (color-cie-de2000): Doc fix.
230
231 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
234         given method as in the group name if we're using an extended method.
235         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
236         command, if we're using that, instead of waiting for the beginning.
237
238         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
239         we're sure to get unique server names, and we don't output two async
240         commands in the same buffer.  This fixes an NNTP hang for some users.
241
242 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
243
244         * gnus.el: No Gnus v0.11 is released.
245
246 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
247
248         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
249         summary buffer before reading going to the next buffer.  This avoids
250         putting the point in the group buffer if you `C-g' the command.
251
252         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
253         cache (for now) to make ~/.authinfo.gpg files usable.
254
255         * nnfolder.el (copyright-update): Define for the compiler.
256
257         * auth-source.el (auth-source-search): Fix unbound variable.
258
259 2011-02-19  Glenn Morris  <rgm@gnu.org>
260
261         * gnus.el (gnus-meta): Doc fix.
262
263 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
264
265         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
266         in case it's not yet loaded.
267
268 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
271         line we're waiting for.
272
273 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
274
275         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
276         face with line-width greater than zero will cause RET in gnus summary
277         buffer to scroll down article page-wise because auto vscroll happens,
278         it should be temporalily disabled when doing a scroll-up.
279
280 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
283         outputs from the server.
284
285 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
286
287         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
288         later so that bbdb can hook in easier.
289
290 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * auth-source.el (auth-source-search): Don't try to create credentials
293         if the caller doesn't want that.
294         (auth-source-search): If we don't find a match, don't bug out on
295         non-bound variables.
296         (auth-source-search): Only ask a single backend to create the
297         credentials.
298
299         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
300         logging.
301         (nnimap-credentials): Protect against auth-source-search returning nil.
302         (nnimap-request-list): Protect against not being able to open the
303         server.
304
305 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * auth-source.el (auth-source-search): Do a two-phase search, one with
308         no :create to get the responses from all backends.
309
310         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
311         when getting credentials.
312
313         * gnus-util.el (gnus-delete-duplicates): New function.
314
315 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
316
317         * nnimap.el (nnimap-credentials): Instead of picking the first port as
318         a creation default, pass the whole port list down.  It will be
319         completed.
320
321         * auth-source.el (auth-source-search): Updated docs to talk about
322         multiple creation choices.
323         (auth-source-netrc-create): Accept a list as a value (from the search
324         parameters) and do completion on that list.  Keep a separate netrc line
325         with the password obscured for showing the user.
326
327         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
328         first choice to `auth-source-search' so it will be used for entry
329         creation instead of the server's Gnus-specific name.
330         (nnimap-credentials): Rely on the auth-source library to select which
331         port is actually wanted in the new netrc entry, so don't override
332         `auth-source-creation-defaults'.
333
334         * auth-source.el (auth-source-netrc-parse): Use :port instead of
335         :protocol and accept a missing user, host, or port as a wildcard match.
336         (auth-source-debug): Default to off.
337
338         (auth-source-netrc-search, auth-source-netrc-create)
339         (auth-source-secrets-search, auth-source-secrets-create)
340         (auth-source-user-or-password, auth-source-backend, auth-sources)
341         (auth-source-backend-parse-parameters, auth-source-search): Use :port
342         instead of :protocol.
343
344         * nnimap.el (nnimap-credentials): Pass a port default to
345         `auth-source-search' in case an entry needs to be created.
346         (nnimap-open-connection-1): Use :port instead of :protocol.
347
348 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * auth-source.el: Bind load-path when loading EIEIO from
351         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
352         21.4 doesn't support, to `require'.
353         (auth-source-secrets-search): Use mm-delete-duplicates instead of
354         delete-dups that is not available in XEmacs 21.4.
355
356 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
357
358         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
359         as EIEIO must also be loaded when auth-source.el is being
360         byte-compiled.
361
362 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
365
366         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
367
368         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
369
370         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
371
372         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
373
374         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
375
376         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
377
378         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
379         necessary.
380
381 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
384         nil means that nnimap doesn't get updated.
385
386 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * auth-source.el (auth-source-netrc-create): Return a synthetic search
389         result when the user doesn't want to write to the file.
390         (auth-source-netrc-search): Expect a synthetic result and proceed
391         accordingly.
392         (auth-source-cache-expiry): New variable to override
393         `password-cache-expiry'.
394         (auth-source-remember): Use it.
395
396         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
397         parameter.  Create entry if necessary by using :create t.
398         (nnimap-open-connection-1): Don't pass `inhibit-create'.
399
400 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * auth-source.el (auth-source-debug): Enable by default and don't
403         mention the obsolete `auth-source-hide-passwords'.
404         (auth-source-do-warn): New function to debug unconditionally.
405         (auth-source-do-debug): Use it.
406         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
407         and for Secrets API entries when the secrets.el library is not
408         available.
409
410 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-sum.el (gnus-propagate-marks): Default to nil.
413         (gnus-summary-exit): Kill the correct article buffer on exit from a
414         `C-d' group.
415
416         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
417         gnus-propagate-marks.
418
419         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
420         before killing the buffers so that a non-full window conf gets handled
421         correctly.
422         (gnus-summary-exit): Ditto.
423         (gnus-summary-read-group-1): Ditto.
424
425         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
426         async code again so that we can debug it properly.
427
428         * message.el (message-reply): Take an optional switch-buffer parameter
429         so that Gnus window confs are respected better.
430
431 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
434         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
435         docstring.
436         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
437         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
438         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
439         Login collection is "Login" and not "login".
440
441 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
444         multiple headers.
445
446         * nnimap.el (nnimap-inhibit-logging): New variable.
447         (nnimap-log-command): Don't log login commands.
448
449         * auth-source.el (auth-source-netrc-search): The asserts seem to want
450         to have more parameters.
451
452         * nnimap.el (nnimap-send-command): Mark the command time for each
453         command, so that we don't get NOOPs stepping on our toes.
454
455         * gnus-art.el (article-date-ut): Get the date from the Date header on
456         `t'.
457
458 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * auth-source.el (auth-source-search): Use copy-sequence instead of
461         the cl.el copy-list.
462
463 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         * imap.el: Bring it back (revert
466         84d800cd31de3064f0ed39617d725709a2f8f42f).
467
468 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
469
470         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
471         Improve prompt.
472
473 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-art.el (gnus-article-mode-line-format): Remove the article
476         washing status from the default format.  It isn't very informative.
477
478 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
479
480         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
481         Gcc processing on imap.
482
483 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * imap.el: Remove file.  All the functionality is in nnimap.el.
486
487 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
488
489         * message.el (message-bury): Don't pop up a new window when selected
490         window is dedicated.
491
492 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
493
494         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
495
496 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * sieve-manage.el: Autoload `auth-source-search'.
499         (sieve-sasl-auth): Use it.
500
501 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
502
503         * nnimap.el: Autoload `auth-source-forget+'.
504         (nnimap-open-connection-1): Use it if the connection fails.
505
506         * auth-source.el: Require `password-cache'.
507         (auth-source-hide-passwords, auth-source-cache): Remove and mark
508         obsolete.
509         (auth-source-magic): Marker for `password-cache' keys.
510         (auth-source-do-cache): Update docstring.
511         (auth-source-search): Use and check cache.
512         (auth-source-forget-all-cached, auth-source-remember)
513         (auth-source-recall, auth-source-forget, auth-source-forget+)
514         (auth-source-specmatchp): Caching support functions.
515         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
516         Remove and obsolete.
517         (auth-source-user-or-password): Remove caching to further discourage
518         using it.  Always hide passwords.
519
520         * password-cache.el (password-cache-remove): Accept secrets that are
521         not strings.
522
523 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
524
525         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
526         code for now, since it doesn't work for all users.
527
528 2011-02-09  Julien Danjou  <julien@danjou.info>
529
530         * message.el (message-options): Make message-options really buffer
531         local.
532
533 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * mail-source.el: Autoload `auth-source-search'.
536         (mail-source-keyword-map): Note order matters.
537         (mail-source-set-1): Get all the mail-source source values and
538         defaults and search auth-source on those if needed.  This can all
539         probably be simplified.
540
541         * nnimap.el: Autoload `auth-source-search'.
542         (nnimap-credentials): Use it.
543         (nnimap-open-connection-1): Ask for the virtual server and physical
544         address in one shot.
545
546         * nntp.el: Autoload `auth-source-search'.
547         (nntp-send-authinfo): Use it.  Note TODO.
548
549 2011-02-08  Julien Danjou  <julien@danjou.info>
550
551         * shr.el (shr-tag-body): Add support for text attribute in body
552         markups.
553
554         * message.el (message-options): Make message-options a local variable.
555
556 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * auth-source.el (auth-source-secrets-search)
559         (auth-source-user-or-password): Use `append' instead of `nconc'.
560         (auth-source-user-or-password): Build return list better and protect
561         against nil :secret.
562
563 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
564
565         * nnimap.el (nnimap-update-info): Refactor slightly.
566         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
567         (nnimap-update-info): Clean up slightly.
568         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
569         characters.
570         (nnimap-process-quirk): Rename function to avoid collision.
571         (nnimap-update-info): Fix macrology bug-out.
572         (nnimap-update-info): Simplify split history test.
573
574 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
575
576         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
577         `secrets-get-attributes' instead of `secrets-get-attribute'.
578         (auth-source-secrets-search): Limit search when `max' is greater than
579         number of results.
580
581 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
584         part not returning any data.
585
586         * proto-stream.el (open-protocol-stream): Document the return value.
587
588 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * auth-source.el (auth-source-secrets-search): Add examples.
591
592 2011-02-06  Julien Danjou  <julien@danjou.info>
593
594         * message.el (message-setup-1): Handle message-generate-headers-first
595         set to t.
596
597 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
598
599         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
600         API with a string "secrets:collection-name" and with 'default.
601         (auth-source-backend-parse): Parse "secrets:collection-name" and
602         'default.  Recurse on parses instead of repeating code.  Use the
603         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
604         message when ignoring a source.
605         (auth-source-search): List ignored search keys at the top level.
606         (auth-source-netrc-create): Use `case' instead of `cond'.
607         (auth-source-secrets-search): Created with TODOs.
608         (auth-source-secrets-create): Created with TODOs.
609         (auth-source-retrieve, auth-source-create, auth-source-delete)
610         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
611         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
612         (auth-source-user-or-password-sftp)
613         (auth-source-user-or-password-smtp): Removed.
614         (auth-source-user-or-password): Deprecated and modified to be a wrapper
615         around `auth-source-search'.  Not tested thoroughly.
616
617 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
618
619         * auth-source.el: Bring in assoc and eioeio libraries.
620         (secrets-enabled): New variable to track the status of the Secrets API.
621         (auth-source-backend): New EIOEIO class to represent a backend.
622         (auth-source-creation-defaults): New variable to set prompt defaults
623         during token creation (see the `auth-source-search' docstring for
624         details).
625         (auth-sources): Simplify to allow a simple string as a netrc backend
626         spec.
627         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
628         (auth-source-backend-parse-parameters): Fill in the backend parameters.
629         (auth-source-search): Main auth-source API entry point.
630         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
631         (auth-source-search-collection): Helper function for searching.
632         (auth-source-netrc-parse, auth-source-netrc-normalize)
633         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
634         Supports search, create, and delete.
635         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
636         backend stubs.
637         (auth-source-user-or-password): Call `auth-source-search' but it's not
638         ready yet.
639
640 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
641
642         * message.el (message-setup-1): Remove the read-only stuff, since it
643         doesn't work under XEmacs, for some reason.
644
645         * gnus-sum.el (gnus-user-date): Rename back from
646         gnus-summary-user-date since user code refers to it.
647
648         * shr.el (shr-render-td): Store the actual background colour used.
649
650         * message.el (message-setup-1): Don't bind the constant
651         -forbidden-properties.
652         (message-setup-1): Revert previous change, since it needs to bind the
653         props to insert them.
654         (message-resend): Allow removing the read-only separator line.
655
656 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
657
658         * nnimap.el (nnimap-request-accept-article): Give an error message if
659         the APPEND wasn't successful.
660
661 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
662
663         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
664         that have no groups.
665
666 2011-02-03  Julien Danjou  <julien@danjou.info>
667
668         * gnus-draft.el: Remove progn around gnus-draft-setup.
669
670 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-start.el (gnus-read-active-for-groups): This function is never
673         called with a nil `infos', so clean that up.
674         (gnus-get-unread-articles): Request active files from primary/secondary
675         methods that have no groups (yet).
676
677 2011-02-03  Julien Danjou  <julien@danjou.info>
678
679         * message.el (message-setup-1): Always generate References first.
680         (message-mail): Return the return value of message-setup, not always t.
681         (message-setup-1): Insert mail-header-separator with read-only and
682         intangible properties set.
683
684         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
685         user-date in docstring.
686
687         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
688
689         * gnus.el (gnus-summary-line-format): Mention &user-date format in
690         docstring.
691
692         * gnus.el (gnus-user-date-format-alist): Change default value. Use
693         defcustom, with type and group. Move from gnus-util.el. Rename to
694         gnus-summary-user-date-format-alist.
695
696 2011-02-03  Glenn Morris  <rgm@gnu.org>
697
698         * nnimap.el (gnus-fetch-headers): Declare.
699
700         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
701
702 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
703
704         * message.el (message-forward-make-body-digest-plain)
705         (message-followup, message-reply): Clean up things noted by Stefan.
706
707         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
708         gnus-article-update-date-headers is nil.
709         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
710         it didn't really work with defcustom.
711         (article-update-date-lapsed): Make sure the window start doesn't move,
712         either.
713
714 2011-02-01  Julien Danjou  <julien@danjou.info>
715
716         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
717         format.
718
719         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
720         standard in Emacs nowadays.
721
722         * color.el (color-gradient): Add a color-gradient function.
723
724 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * message.el (message-expand-name): Don't trust the return value of
727         bbdb-complete-name.
728         (message-check-news-header-syntax): Remove unused var `start'.
729         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
730         (message-inhibit-body-encoding): Move to before first use.
731         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
732         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
733         (Organization, Message-ID, Date, mh-previous-window-config):
734         Defvar the vars using dynamic scoping.
735
736 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * shr.el (shr-render-td): Only do colours at the final rendering.
739         Should be slightly faster.
740         (shr-insert-table): Fix up TD background colours when doing the
741         vertical padding.
742
743         * gnus-art.el (article-date-ut): Protect against articles with no Date
744         header.
745         (article-update-date-lapsed): Don't use current-column to find the
746         horizontal position.  It's fragile in the presence of \003 characters.
747
748         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
749
750 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-art.el (article-transform-date): Rewrite to still work when
753         there are several rfc2822 parts.
754         (article-transform-date): Fix infinite recursion.
755         (article-date-ut): Replace infinitely many Date headers with a single
756         one when called interactively.
757
758         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
759         secure manner.
760
761         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
762         move around by not using save-window-excursion.  It seems to work...
763
764 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * gnus-art.el (article-make-date-line): Work for user-defined format.
767
768 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * nntp.el (nntp-retrieve-group-data-early)
771         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
772         fetching functions.
773
774         * gnus-start.el (gnus-read-active-for-groups): Read the active files
775         thoroughly for all backends that have no known groups.  This should
776         allow new nnml methods to retrieve mail.
777
778         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
779         that Gnus doesn't know exists again.
780
781         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
782         (gnus-treat-date-ut): Ditto.
783         (gnus-article-update-date-header): Renamed.
784         (gnus-treat-date-local): Removed.
785         (gnus-treat-date-english): Removed.
786         (gnus-treat-date-lapsed): Removed.
787         (gnus-treat-date-combined-lapsed): Removed.
788         (gnus-treat-date-original): Removed.
789         (gnus-treat-date-iso8601): Removed.
790         (gnus-treat-date-user-defined): Removed.
791         (gnus-article-date-headers): New variable to control all the date
792         header options.
793         (article-date-ut): Rewrite to allow using the new way to format date
794         headers(s).
795
796 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * nnmail.el (nnmail-article-group): Check for a direct fancy split
799         method.
800         (nnmail-article-group): A better test for fanciness.
801
802         * nnimap.el (nnimap-request-head): Protect against not finding the
803         article by Message-ID.
804
805 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-art.el (article-update-date-lapsed): Try a better way to really
808         keep point at the "same place".
809
810 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
813         data if the group is unactivated.
814
815 2011-01-28  Julien Danjou  <julien@danjou.info>
816
817         * gnus-win.el: Remove dead function gnus-window-configuration-element.
818         (gnus-all-windows-visible-p): Remove old compatibility code.
819         (gnus-window-top-edge): Add docstring.
820
821         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
822
823 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
826         older request-update-info.
827
828         * gnus-art.el (article-make-date-line): Limit the length a bit more.
829
830 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
831
832         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
833         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
834
835 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
838         groups.  This makes the nndraft:queue group pop up if it's not already
839         there.
840
841         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
842         messages" logic, which was reversed.
843
844         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
845         the "same place" even if point is on the line being replaced.
846         (article-update-date-lapsed): Allow updating both the combined lapsed
847         and the lapsed headers.
848         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
849         (article-make-date-line): Limit the number of segments dynamically to
850         avoid too-long lines.
851
852 2011-01-27  Julien Danjou  <julien@danjou.info>
853
854         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
855         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
856
857 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
860         Use plist-get instead of the cl function getf.
861
862 2011-01-27  Glenn Morris  <rgm@gnu.org>
863
864         * gnus-util.el (float-time): Get rid of compiler warning, again.
865
866 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
867
868         * shr.el (shr-put-color): Special-case background colours: Do put them
869         at the blank parts at the front of the lines.
870
871         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
872         exit hook to nix out all data on readedness on group exit.
873
874         * gnus-util.el (float-time): If float-time is bound, always use it on
875         all Emacsen.  It's unclear why the subrp check was there.
876         (time-date): Require to make some autoload issues on XEmacs go away.
877
878         * shr.el (shr-put-color): Don't do the box padding in tables, since
879         they're already padded.
880
881 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-art.el (gnus-article-next-page): When the last line of the
884         article is displayed, scroll down once more instead of going to the
885         next article at once.
886         (article-lapsed-string): Refactor out and allow specifying how many
887         segments you want.
888         (gnus-article-setup-buffer): Start updating the lapsed header directly.
889         (gnus-article-update-lapsed-header): New variable.
890
891         * shr.el: Revert change that made headings use different-sized faces.
892         The Emacs display engine isn't advanced enough that, for instance,
893         tables can comfortably use differntly-sized faces.
894
895 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
896
897         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
898         used.
899         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
900         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
901         we're using an encrypted connection.
902
903         * proto-stream.el: Alter the interface functions to also return the
904         actual stream type used: network or tls.
905
906 2011-01-25  Julien Danjou  <julien@danjou.info>
907
908         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
909         (mm-display-javascript-inline): New function.
910
911         * mm-decode.el (mm-inline-media-tests): Add application/javascript
912         viewing function.
913
914 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * shr.el (shr-expand-newlines): Fix variable name.
917
918 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * shr.el (shr-expand-newlines): Make nested boxes work.
921
922 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
925         backgrounds.
926         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
927         in a more sensible manner.
928
929 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
932         if EPG is loaded.
933
934 2011-01-24  Julien Danjou  <julien@danjou.info>
935
936         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
937         tags.
938
939 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
942         commands.
943
944         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
945         in the article buffer.
946         (gnus-gravatar-insert): Use blank space from the current buffer to
947         avoid breaking text properties.  This makes X-Sent updating work again.
948
949         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
950
951 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
954         fix the bug in url-http.el instead.
955
956         * shr.el (shr-image-fetched): Ditto.
957
958         * shr.el (shr-image-fetched): Avoid having point move in the article
959         buffer.
960
961         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
962         buffer after being called.  It's apparently being killed by url.el, and
963         killing it made point move to end-of-buffer in a random buffer.
964
965         * shr.el (shr-image-fetched): Ditto.
966
967 2011-01-23  Julien Danjou  <julien@danjou.info>
968
969         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
970
971         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
972         text/x-org.
973
974 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-sum.el (gnus-summary-move-article): Protect against backends
977         (i.e., nnimap) returning nil as the article number.
978
979 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
980
981         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
982         "DelSp" parameter in RFC3676.
983
984 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
985
986         * message.el (message-check-recipients): Display the encoded version of
987         the bogus address if they differ.
988
989         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
990         after sending.
991
992         * gnus-agent.el (gnus-agent-send-mail): Ditto.
993
994         * gnus-group.el (gnus-group-refresh-group): New convenience function.
995
996         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
997         group buffer after sending the queue.
998
999         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1000
1001 2011-01-22  Julien Danjou  <julien@danjou.info>
1002
1003         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1004
1005 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1006
1007         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1008         nested related parts.
1009
1010         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1011         unexpired articles.  This fixes the regression that led expiry marks to
1012         disappear from nnfolder groups.
1013
1014 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1015
1016         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1017         Don't confuse the "ret" of "retrograde" with RET.
1018
1019 2011-01-21  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1022         than mm-insert-inline.
1023
1024 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1027         Widen article buffer.
1028
1029 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1030
1031         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1032         the temp buffer.
1033         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1034
1035 2011-01-20  Julien Danjou  <julien@danjou.info>
1036
1037         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1038
1039         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1040         than mm-insert-inline to insert inline part: this respect
1041         mm-inline-media-tests displayers.
1042
1043         * mm-view.el (mm-display-shell-script-inline): New function.
1044
1045         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1046
1047         * mm-uu.el (mm-uu-type-alist): Add org block.
1048         (mm-uu-org-src-code-block-extract): New function.
1049
1050         * mm-view.el (mm-display-org-inline): New function.
1051
1052         * mm-decode.el (mm-automatic-display): Add text/org.
1053
1054         * mailcap.el (mailcap-mime-extensions): Add .org.
1055
1056 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1059         gnus-article-add-buttons.
1060
1061 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1062
1063         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1064         From header with a date and "nobody" as the sender.
1065
1066 2011-01-19  Julien Danjou  <julien@danjou.info>
1067
1068         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1069         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1070         if you have the same regexp several times.
1071         (gnus-button-push): Fix matching when regexp is symbol.
1072
1073 2011-01-15  Glenn Morris  <rgm@gnu.org>
1074
1075         * message.el (message-mail): A compose-mail function should
1076         accept headers as strings.
1077
1078 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1079
1080         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1081         Add :vert-only tags.
1082         (message-mail): New arg RETURN-ACTION.
1083         (message-return-action): New var.
1084         (message-bury): Use it.
1085         (message-mode): Make it buffer-local.
1086         (message-send-and-exit): Always call message-bury.
1087
1088         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1089         message-mail.
1090
1091 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * nnimap.el (nnimap-convert-partial-article): Protect against
1094         zero-length body parts.
1095
1096         * mm-decode.el (mm-preferred-alternative-precedence):
1097         Discourage showing empty parts.
1098
1099         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1100         and stuff if the backend didn't return the article number.  This fixes
1101         an Exchange-related nnimap bug.
1102
1103         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1104         group window, because it does the wrong thing when a separate frame
1105         displays the group buffer.
1106
1107         * proto-stream.el (open-protocol-stream): Protect against the low-level
1108         transport functions returning nil.
1109
1110 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1111
1112         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1113         (mml2015-epg-find-usable-secret-key): New function.
1114         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1115         mml2015-epg-find-usable-key (Bug#7797).
1116         (mml2015-epg-encrypt): Ditto.
1117
1118 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * dgnushack.el (rot13-string): Fix the way to get the argument.
1121
1122 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1125
1126 2011-01-03  Glenn Morris  <rgm@gnu.org>
1127
1128         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1129
1130         * sieve.el (sieve-open-server): Give a more explicit error if
1131         sieve-manage-open returns nil.  (Bug#7720)
1132
1133 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1134
1135         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1136
1137 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1140         This avoids sending passwords in plain text over non-encrypted
1141         channels.
1142
1143         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1144
1145         * nnimap.el (nnimap-login): Refactored out into own function, and
1146         implement CRAM-MD5.
1147         (nnimap-wait-for-line): Refactored out.
1148
1149         * mm-view.el (mml-smime): Require.
1150
1151 2010-12-20  David Engster  <deng@eml.cc>
1152
1153         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1154         use EPG to decrypt S/MIME messages instead of openssl.
1155
1156 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1159
1160         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1161         status is the group clearly is unreachable.
1162
1163         * auth-source.el (auth-source-create): Add the optional second
1164         parameter to `local-variable-p' to be compatible with XEmacs.
1165
1166 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1167
1168         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1169         work when using a compressed nnml folder.
1170
1171 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1174         backends after sanitising on entry, because this never makes sense:
1175         If the articles have gone missing, then the data no longer exists on
1176         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1177         overwrite anything anyway.
1178
1179         * shr.el (shr-insert-document): Bind shr-width dynamically to
1180         window-width if it's nil.
1181
1182 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1183
1184         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1185         with the meaning of using the full emacs window width for rendering.
1186
1187 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1188
1189         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1190         case when sender is not given.
1191
1192 2010-12-23  Julien Danjou  <julien@danjou.info>
1193
1194         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1195         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1196         the addresses, otherwise we might misplaced the gravatar.
1197
1198 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1199
1200         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1201         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1202         obsolete in Emacs.
1203
1204 2010-12-20  Julien Danjou  <julien@danjou.info>
1205
1206         * gnus-util.el (gnus-rescale-image): Revert last change.
1207
1208 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1209
1210         * binhex.el: Improve commentary (Bug#7482).
1211
1212 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-group.el (gnus-group-delete-articles): New command.
1215
1216 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1217
1218         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1219
1220 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1223         here, since it's up to the backends to do CRLF removal if their
1224         protocol has it.
1225
1226         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1227
1228 2010-12-17  Julien Danjou  <julien@danjou.info>
1229
1230         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1231         they are from file. Can also scale up.
1232
1233 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1234
1235         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1236         gnus-use-agent.
1237         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1238
1239         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1240
1241 2010-12-17  Julien Danjou  <julien@danjou.info>
1242
1243         * gravatar.el (gravatar-retrieve-synchronously): New function.
1244         (gravatar-get-data): Make more robust.
1245
1246 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1249
1250 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1253         to really consider the last line.
1254
1255 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1256
1257         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1258         list of recipient keys, or use symmetric encryption if not a list.
1259         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1260         EPA override, replacing the call to `netrc-store-data'.
1261
1262 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1263
1264         * gnus-srvr.el: Avoid passing nil regexp argument to
1265         delete-matching-lines.
1266
1267 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1270         fetching stops when Gnus exits.
1271
1272         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1273         function.
1274         (nnfolder-request-expire-articles): Save all the buffers after doing
1275         expiry.
1276
1277         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1278         the last article", since that led to serious performance regressions
1279         when expiring nnml groups.
1280
1281 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1282
1283         * nnir.el: Improve customizations.
1284
1285 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1288
1289         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1290         group has been killed.
1291         (gnus-group-yank-group): Ditto.
1292
1293         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1294
1295         * nnimap.el (nnimap-request-update-group-status): New function.
1296
1297         * gnus-int.el (gnus-request-update-group-status): New interface
1298         function.
1299
1300         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1301         copying read-ness to the backends.
1302
1303         * nnimap.el (nnimap-quirk): New function.
1304         (nnimap-retrieve-group-data-early): Use it.
1305         (nnimap-quirks): New alist.
1306
1307 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1310         don't delete it within indentation.
1311
1312 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1315         previous line.
1316
1317 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1320         QRESYNC command by deleting a superfluous space which broke Cyrus
1321         servers.  This change will break other servers that are buggy the other
1322         way around.
1323
1324 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1325
1326         * spam.el: Reindent and fix long lines.
1327         (spam-copy-or-move-routine): Exclude invalid move destinations.
1328
1329 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1330
1331         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1332         installed the registry.
1333
1334 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1337
1338 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1339
1340         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1341         groupname doesn't contain "gmane".
1342
1343 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1346         and netrc-bound-and-true-p bindings.
1347         (netrc-parse): Cache the netrc contents.
1348
1349         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1350         (gnus-1): Don't create the nndrafts group twice.
1351         (gnus-setup-news): There's no need to read the active file here, since
1352         that's done again later on a per-backend basis.
1353         (gnus-start-draft-setup): Make sure that the new group is started out
1354         empty.
1355
1356         * gnus-agent.el (gnus-agentize): Don't create the queue group
1357         automatically on startup.  It'll be created later, if needed.
1358
1359         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1360         of automatically subscribed groups.
1361         (gnus-auto-subscribed-categories): New variable.
1362         (gnus-matches-options-n): Use it.
1363         (gnus-default-subscribed-newsgroups): Remove unused variable.
1364         (gnus-start-draft-setup): Message a bit less.
1365
1366 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1367
1368         * nnir.el (nnir-run-imap): Return article list in order of increasing
1369         UID.
1370
1371 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-sum.el (gnus-summary-enter-digest-group):
1374         Mention gnus-auto-select-on-ephemeral-exit.
1375
1376         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1377         convention of the network-only option.
1378
1379 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * proto-stream.el (proto-stream-open-network-only): New function to
1382         have a way to specify non-STARTTLS upgrade connections.
1383
1384 2010-12-10  Julien Danjou  <julien@danjou.info>
1385
1386         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1387         email address is nil.
1388
1389         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1390
1391 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1394         deletion.
1395         (nnir-run-imap): Only need to parse list once.
1396
1397 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (shr-tag-script): Ignore <script>.
1400         (shr-tag-label): Add <label> support.
1401
1402 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1405
1406         * shr.el (shr-image-displayer): Work for images lined side by side.
1407
1408 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1409
1410         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1411         parameter, since XEmacs doesn't accept t as a parameter.
1412
1413 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1414
1415         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1416         ids.
1417         (nnir-run-gmane): Simplify groupspec formatting.
1418         (nnir-request-expire-articles): New function.
1419
1420 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1423         overflow, possibly.
1424
1425         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1426         (shr-render-td): Handle td style="" better.
1427         (shr-tag-table): Use the color from the style sheet.
1428         (shr-render-td): Make sure we copy over all the overlays, too.
1429
1430 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1431
1432         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1433         (nnir-request-article): Improve article retrieval.
1434
1435 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * mm-util.el (mm-extra-numeric-entities): New variable.
1438
1439         * mm-url.el (mm-url-decode-entities):
1440         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1441
1442         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1443
1444 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1445
1446         * message.el: Use completion-at-point.
1447         (message-completion-function): New fun, extracted from message-tab.
1448         (message-mode): Use it for completion-at-point-functions.
1449         (message-tab): Use it and completion-at-point.
1450
1451 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1454         character if a non-breakable character follows.
1455
1456 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1459         any stream.
1460
1461         * shr.el (shr-tag-font): Colorize the region.
1462         (shr-tag-body): Ditto.
1463         (shr-tag-font): Actually let the styles be inherited instead of
1464         overwriting them.
1465         (shr-tag-font): Get the background color right.
1466         (shr-tag-style): Ignore all <style> tags for the moment.
1467
1468         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1469         a Message-ID to avoid having nnimap depend on gnus-sum.
1470
1471         * shr.el (shr-descend): Only colorize something if we have a node that
1472         sets colors.
1473
1474 2010-12-06  Julien Danjou  <julien@danjou.info>
1475
1476         * shr.el (shr-render-td): Render td content with shr-descend, so style
1477         will be applied to <td> too.
1478         (shr-colorize-region): Colorize region even if we only have a background.
1479         (shr-tag-body): Fix color and background color inheritance.
1480         Do not recolorize after shr-generic.
1481         (shr-tag-font): Let shr-generic colorize via inheritance.
1482
1483 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1486
1487 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1488
1489         * nnir.el (nnir-request-move-article): Remove obsolete code.
1490
1491 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1494
1495 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-sum.el (gnus-summary-respool-article): The completion function
1498         expects a list instead of an alist.
1499
1500         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1501         string as the parameter.
1502
1503         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1504
1505         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1506         styles.
1507         (shr-colorize-region): New function.
1508         (shr-insert-background-overlay): Remove.
1509         (shr-render-td): Background setting should be taken care of on a higher
1510         level.
1511         (shr-tag-body): Use post-hoc colorizations.
1512         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1513         (shr-put-color-1): Don't overwrite old colors.
1514         (shr-colorize-region): When the background color isn't explicit, use
1515         a fixed background.
1516
1517         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1518         nnmail variables.
1519
1520 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1521
1522         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1523         unless necessary.
1524
1525 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1526
1527         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1528         server.
1529
1530 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1533         so that TAB works.
1534
1535         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1536         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1537
1538         * shr.el (shr-urlify): Show the URL before the title to avoid
1539         misleading URLs.
1540
1541 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1542
1543         * shr.el (shr-urlify): Display the title in <a> tags.
1544
1545 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1546
1547         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1548
1549 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1550
1551         * nnir.el: Rearrange code to allow macros to be autoloaded by
1552         gnus-sum.el.
1553         (nnir-retrieve-headers-override-function): Make this variable
1554         customizable.
1555         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1556
1557         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1558         from nnir.el.
1559
1560 2010-12-03  Julien Danjou  <julien@danjou.info>
1561
1562         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1563
1564 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1567         allow optional argument `environment'.
1568
1569 2010-12-03  Glenn Morris  <rgm@gnu.org>
1570
1571         * mm-extern.el (message-goto-body): Update declaration.
1572
1573 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-util.el (gnus-macroexpand-all): New function.
1576
1577         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1578         instead of macroexpand-all that is unavailable in XEmacs.
1579
1580 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1581
1582         * nnir.el (nnir-summary-line-format): New variable.
1583         (nnir-mode): Use it.
1584         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1585         (nnir-article-ids): Reimplement as defsubst.
1586         (nnir-retrieve-headers): Don't mangle the subject header.
1587         (nnir-run-imap): Use 100 as RSV score.
1588         (nnir-run-find-grep): Fix for full server searching.
1589         (nnir-run-gmane): Better restriction to gmane groups.
1590
1591         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1592         summary buffers.
1593
1594 2010-12-02  Julien Danjou  <julien@danjou.info>
1595
1596         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1597
1598         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1599
1600         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1601         support.
1602
1603 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1604
1605         * nnir.el: Update to handle the registry better.
1606         (autoload): Silence byte-compiler.
1607         (nnir-open-server): Add a hook for nnir groups.
1608         (nnir-request-move-article): Don't mangle the header. Better to use
1609         formating variables (which will be added in the future).
1610         (nnir-registry-action): Update the registry using the original article
1611         group name.
1612         (nnir-mode): Install nnir-specific hooks for updating the registry.
1613
1614         * gnus-sum.el
1615         (gnus-article-original-subject,gnus-newsgroup-original-name):
1616         Remove obsolete variables.
1617         (gnus-summary-move-article): Remove use of obsolete variables.
1618         (gnus-summary-local-variables): Make move and delete hooks local to
1619         summary buffers.
1620
1621 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * rtree.el: New file.
1624
1625 2010-12-01  Julien Danjou  <julien@danjou.info>
1626
1627         * message.el (message-user-organization): Do not use
1628         gnus-local-organization.
1629
1630         * gnus.el: Remove gnus-local-organization.
1631
1632         * gnus-msg.el: Remove nastygram thing.
1633
1634 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1637         funcall.
1638
1639 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1642         names.
1643
1644         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1645         characters.
1646
1647         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1648         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1649         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1650         (gnus-gravatar-transform-address): Use mail-extract-address-components
1651         that supports non-ASCII names rather than mail-header-parse-addresses.
1652
1653 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * proto-stream.el (open-protocol-stream): All starttls connections are
1656         handled by the network handler.
1657
1658 2010-11-30  Julien Danjou  <julien@danjou.info>
1659
1660         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1661         (nnimap-open-connection-1): Fix PREAUTH.
1662
1663         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1664
1665 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1668         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1669         (shr-insert): Use them.
1670         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1671
1672 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1673
1674         * nnir.el (nnir-request-move-article): Bail out if original group
1675         doesn't support article moves.
1676         (nnir-get-active): Improve active list retrieval.
1677
1678 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1681
1682 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1683
1684         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1685         seem to accept strings-with-numbers as port numbers,
1686
1687 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1688
1689         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1690         change the registry.
1691
1692 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1695         delete-dups that is not available in XEmacs 21.4.
1696
1697         * mm-util.el (mm-delete-duplicates): Add comment.
1698
1699 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1700
1701         * nnir.el (nnir-ignored-newsgroups): New variable.
1702         (nnir-get-active): Use it.
1703
1704 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * proto-stream.el (proto-stream-open-network): Add some comments.
1707
1708         * nntp.el (nntp-open-connection): Provide a :success condition.
1709
1710         * nnimap.el (nnimap-open-connection-1): Ditto.
1711
1712         * proto-stream.el (proto-stream-open-network): See what the response to
1713         the STARTTLS command is.
1714
1715         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1716         backwards compatibility).
1717         (nnimap-open-connection-1): Really respect nnimap-server-port.
1718
1719         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1720         TLS upgrades we don't really care about the identity of the peer.
1721         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1722         that what we've checked for.
1723         (proto-stream-always-use-starttls): Only default to t if
1724         open-gnutls-stream exists.
1725         (proto-stream-open-network): If STARTTLS failed, then just open a
1726         normal connection.
1727         (proto-stream-open-network): Wait until the greeting before doing
1728         STARTTLS.
1729
1730         * nntp.el (nntp-open-connection): Report what the connection error is.
1731
1732         * proto-stream.el (open-protocol-stream): Rename from
1733         open-proto-stream.
1734
1735 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * nnimap.el (nnimap-stream): Change default to `undecided'.
1738         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1739         first, and then network.
1740         (nnimap-open-connection-1): Respect nnimap-server-port.
1741         (nnimap-open-connection): Be more backwards-compatible.
1742
1743         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1744         (proto-stream-open-starttls): De-duplicate the starttls code.
1745         (proto-stream-open-starttls): Folded back into the main function.
1746         (proto-stream-open-network): Fix typo in the gnutls path.
1747         (proto-stream-command): Refactor out.
1748
1749         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1750
1751         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1752         starttls.el STARTTLS.
1753
1754         * color.el (color-lab->srgb): Fix function call name.
1755
1756         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1757         if we're using tls.el.
1758         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1759         built in, then don't try to establish a STARTTLS connection.
1760
1761         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1762         servers.
1763
1764         * proto-stream.el (open-proto-stream): Use network, not stream.
1765         (open-proto-stream): Add a way to specify what the end of a command is.
1766
1767         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1768         connections types.
1769         (nntp-open-network-stream): Remove.
1770         (nntp-open-ssl-stream): Remove.
1771         (nntp-open-tls-stream): Remove.
1772         (nntp-ssl-program): Remove.
1773
1774         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1775
1776 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1777
1778         * nnir.el: Fix typos.
1779         (nnir-retrieve-headers-override-function): Rename variable to reflect
1780         new semantics.
1781         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1782         macros.
1783         (nnir-request-article, nnir-request-move-article): Use them.
1784         (nnir-categorize): New function.
1785         (nnir-run-query): Use it.
1786         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1787         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1788         sorted.
1789         (nnir-group-full-name): Use gnus-group-full-name instead.
1790         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1791         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1792
1793 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1796
1797         * proto-stream.el: New library to provide protocol-specific
1798         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1799         protocols.
1800         (open-proto-stream): Complete the documentation.
1801         (proto-stream-open-network): Fix some typos.
1802
1803         * nnimap.el (nnimap-open-connection): Use it.
1804
1805 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1806
1807         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1808         negotiation.
1809
1810 2010-11-26  Julien Danjou  <julien@danjou.info>
1811
1812         * color.el: Rename various rgb functions to srgb.
1813
1814 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1817         names.
1818
1819 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * shr.el (shr-insert): Revert last change.
1822         (shr-find-fill-point): Never leave point being at bol;
1823         relax the kinsoku limitation when rendering tables.
1824
1825 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1828         results from -accept-article.
1829
1830         * shr-color.el: Require cl when compiling.
1831
1832         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1833         checkin.
1834
1835         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1836
1837         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1838
1839         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1840         'add and 'delete to set backend marks.
1841
1842         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1843
1844         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1845
1846         * nntp.el (nntp-request-set-mark): Use it.
1847
1848         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1849
1850         * nnml.el (nnml-request-set-mark): Ditto.
1851
1852         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1853         introduces regressions in article selection.
1854         (nnimap-find-uid-response): New function.
1855         (nnimap-request-accept-article): Use the UID returned, if any.
1856         (nnimap-request-move-article): Use the UID returned, if any.
1857         (nnimap-get-groups): Reimplement to work with folded lines.
1858         (nnimap-find-uid-response): The UID is the last element in the list.
1859         (nnimap-request-set-mark): Extend syntax with 'set.
1860
1861         * nnml.el (nnml-request-set-mark): Ditto.
1862
1863         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1864
1865         * nntp.el (nntp-request-set-mark): Ditto.
1866
1867 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * message.el (message-called-interactively-p): A temporary macro.
1870         (message-goto-body): Use it temporarily.
1871
1872 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1875         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1876         (nnimap-last-response-string): Fix last unfolding fix.
1877
1878 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * shr.el (shr-insert): Fix the way to fold lines.
1881
1882 2010-11-25  Julien Danjou  <julien@danjou.info>
1883
1884         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1885
1886         * color.el: Rename from color-lab.el
1887         (color-rgb->hex): Add.
1888         (color-complement): Add.
1889         (color-complement-hex): Add.
1890
1891         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1892
1893 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1896         don't exist.
1897
1898 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1901         assuming that article displaying or another mml-preview may be
1902         interrupted for an error or for the like.
1903
1904         * shr.el (shr-get-background): Fix argument name.
1905
1906 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1909
1910         * gnus-sum.el (gnus-summary-include-articles): New function.
1911
1912         * message.el (message-goto-body): called-interactively-p needs a
1913         parameter, so use `any'.
1914
1915         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1916         clear marks before moving, since they're synced from the Gnus side
1917         first.
1918
1919         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1920         (gnus-summary-move-article): Copy over all marks before moving, so that
1921         IMAP doesn't think a new article has arrived.
1922
1923 2010-11-24  Julien Danjou  <julien@danjou.info>
1924
1925         * shr.el (shr-insert-background-overlay): Fix typo.
1926         (shr-render-td): Copy the background before rendering.
1927
1928         * shr-color.el (shr-color-visible): Fix docstring.
1929
1930         * shr.el (shr-tag-table): Add bgcolor support.
1931         (shr-render-td): Add bgcolor support.
1932         (shr-get-background): Add.
1933         (shr-insert-foreground-overlay): Use shr-get-background.
1934
1935         * message.el (message-goto-body): Use called-interactively-p.
1936         (message-in-body-p): message-goto-body returns point.
1937
1938 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1941         Fixes something or other in Emacs 23, and is backwards compatible.
1942
1943         * message.el (message-goto-body): Remove the <#secure special-casing,
1944         which is too special.
1945
1946         * shr.el (shr-parse-style): Drop !important from styles.
1947
1948 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1949
1950         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1951         this function to return incorrect results when calling it with an
1952         explicit article argument different from
1953         (gnus-summary-article-number).
1954
1955 2010-11-24  Julien Danjou  <julien@danjou.info>
1956
1957         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1958         (shr-tag-body): Add background support.
1959         (shr-descend): Add background support.
1960         (shr-tag-title): Add.
1961
1962         * shr-color.el (shr-color-visible): Really return original background
1963         if fixed.
1964
1965 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * shr.el (shr-color-check): Protect against non-existant colour names.
1968
1969 2010-11-24  Julien Danjou  <julien@danjou.info>
1970
1971         * color-lab.el: Require 'cl when compiling.
1972
1973         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1974
1975         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1976         matched part.
1977
1978         * color-lab.el: Fix all expt calls to use float type.
1979
1980 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1983         expression to shr-color-check as is.
1984
1985         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1986
1987         * color-lab.el: Add coding cookie.
1988         (float-pi): Use eval-and-compile.
1989
1990         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1991         compiled for Emacsen having no `libxml-parse-html-region' support.
1992
1993 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * shr.el (shr-insert-color-overlay): Split stuff like
1996         "#444444 !important" to find the real colour.
1997         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1998         parse <font color="red"> entries.
1999
2000 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2001
2002         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2003         point when parsing headers.
2004
2005         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2006         is positioned properly when parsing headers.
2007
2008 2010-11-23  Julien Danjou  <julien@danjou.info>
2009
2010         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2011
2012         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2013
2014         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2015
2016         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2017         Use shr-color-hue-to-rgb.
2018         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2019
2020 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * shr.el (shr-color->hexadecimal): Autoload.
2023         (shr-descend): Add color to all tags.
2024
2025 2010-11-22  Julien Danjou  <julien@danjou.info>
2026
2027         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2028         shr-color->hexadecimal.
2029
2030         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2031         RGB() or HSL() color representation.
2032
2033         * shr.el (shr-tag-font): Add.
2034         (shr-tag-color-check): New function to get better colors.
2035         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2036         tag-span.
2037
2038         * shr-color.el: New file.
2039
2040         * color-lab.el: New file.
2041
2042         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2043
2044 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2045
2046         * nnir.el: Fix typo in comments.
2047         (nnir-run-imap): Simplify code. No need to reverse artlist.
2048         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2049
2050 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2053
2054         * nnimap.el (nnimap-get-capabilities): Refactor out.
2055         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2056
2057 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2058
2059         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2060         appearing when `mm-uu-hide-markers' is nil.
2061
2062 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * nnimap.el (nnimap-unselect-group): Make into its own function.
2065         (nnimap-request-rename-group): Unselect group before renaming.
2066         This had gotten lost somewhere.
2067         (nnimap-request-accept-article): Keep track of examined groups, and
2068         unselect the group before APPENDing to read-only groups.
2069         (nnimap-request-move-article): Clear flags before moving so that they
2070         can be re-set later.
2071
2072 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2075         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2076
2077 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-art.el (gnus-mime-display-single)
2080         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2081         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2082         parameter.
2083
2084 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2087         (shr-table-vertical-line): New variable.
2088         (shr-insert-table): Use it.
2089
2090 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-html.el (gnus-html-wash-images): Don't display images if
2093         gnus-inhibit-images is non-nil; register displayer for cid images.
2094         (gnus-html-display-image): Work for cid image.
2095         (gnus-html-insert-image): Allow arguments.
2096         (gnus-html-put-image): Inhibit read-only.
2097         (gnus-html-prefetch-images): Don't prefetch images if
2098         gnus-inhibit-images is non-nil.
2099
2100 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * shr.el (shr-put-image): Break lines when inserting big pictures.
2103
2104 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2105
2106         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2107         sender, thanks Katsumi Yamaoka.
2108
2109 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2110
2111         * nnir.el (nnir-run-imap): Reverse the article list for each group
2112         rather than the whole list.
2113
2114 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * shr.el (shr-image-displayer): Protect function against non-existent
2117         image source.
2118
2119         * gnus-art.el (gnus-inhibit-images): New user option.
2120         (gnus-mime-display-single): Don't display image if it is non-nil.
2121
2122         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2123         gnus-inhibit-images.
2124
2125         * shr.el (shr-image-displayer): New function.
2126         (shr-tag-img): Use it.
2127
2128 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2129
2130         * mml2015.el (mml2015-epg-sign): Use From header.
2131
2132 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2135
2136         * gnus-util.el (gnus-find-text-property-region): Return markers.
2137
2138         * shr.el (shr-tag-img): Put a displayer in the text property.
2139
2140         * gnus-util.el (gnus-find-text-property-region): New utility function.
2141
2142         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2143         (gnus-html-show-images): Remove.
2144
2145         * gnus-art.el (gnus-article-show-images): New, more general function.
2146
2147         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2148         image url text properties.
2149
2150         * shr.el: Ditto.
2151
2152         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2153         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2154
2155 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2158         work for two or more articles.
2159
2160 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2163         divide an image that's in an html article to two or more when washing
2164         non-ASCII characters in alt text of it.
2165
2166 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2169         smime-decrypt-region using function argument.
2170         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2171
2172         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2173
2174         * smime.el (smime-decrypt-region): Catch it.
2175
2176 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2177
2178         * smime.el (smime-mode-map): Move initialization into declaration.
2179         (gnus-run-mode-hooks): Don't autoload.
2180         (smime-mode): Use define-derived-mode.
2181
2182 2010-11-11  Glenn Morris  <rgm@gnu.org>
2183
2184         * smime.el (from): Restrict declaration to XEmacs.
2185
2186         * nnir.el (gnus-group-topic-name): Autoload.
2187
2188 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * shr.el (shr-insert): Don't break long line if it is because of
2191         kinsoku-bol characters in the line end.
2192
2193 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2194
2195         * nnir.el (nnir-request-move-article): Fix to provide original group
2196         and subject.
2197         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2198         been retrieved.
2199
2200         * gnus-sum.el (gnus-summary-move-article): Use original group and
2201         subject for virtual articles such as those in an nnir summary buffer.
2202
2203 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2206         least 21.5).
2207
2208         * smime.el (from): Declare it again for XEmacs.
2209
2210 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * message.el (message-resend): Don't disable encoding unless it's
2213         already encoded.
2214
2215         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2216         low-numbered articles.
2217
2218 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * rfc2047.el (rfc2047-syntax-table): Simplify.
2221
2222         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2223
2224         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2225         set-char-table-range for XEmacs.
2226
2227 2010-11-10  Glenn Morris  <rgm@gnu.org>
2228
2229         * time-date.el (time-to-seconds): Always an alias on Emacs,
2230         never a real function.
2231         (with-no-warnings): Remove compat stub, now unused.
2232         (time-less-p): Doc fix.
2233         (time-to-number-of-days): Simplify.
2234
2235         * smime.el (from): Remove unused declaration.
2236
2237         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2238         (gnus-float-time): On Emacs, always an alias.
2239
2240         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2241         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2242
2243 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * dgnushack.el: Don't use ignore-errors in the top level form since it
2246         is unavailable in XEmacs even if cl is loaded.
2247
2248         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2249
2250 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * shr.el (browse-url-mailto): Autoload.
2253
2254         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2255
2256         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2257         regexp doesn't need quoting.
2258
2259 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2260
2261         * message.el (message-subject-trailing-was-ask-regexp)
2262         (message-subject-trailing-was-regexp): Match was: in addition to was.
2263
2264 2010-11-09  Glenn Morris  <rgm@gnu.org>
2265
2266         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2267         (nnbabyl-check-mbox): Use point-at-bol.
2268
2269 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2272
2273         * message.el (message-mailto): New function.
2274         (message-mailto): Should accept other parameters.
2275         (message-mailto): Remove since it duplicates browse-url-mailto
2276         functionality.
2277
2278 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2281         methods.
2282         (gnus-read-active-file): Ditto.
2283
2284         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2285         ": " from the prompt.
2286         (gnus-group-make-group): Ditto.
2287
2288 2010-11-07  Glenn Morris  <rgm@gnu.org>
2289
2290         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2291         (gnus-bookmark-kill-line): Use point-at-eol.
2292
2293 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2296         asterisks in From header.
2297
2298 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2301         string to avoid making the From headers syntactically invalid.
2302
2303         * message.el (message-send-mail): Don't insert courtesy messages if the
2304         message already has List-Post and List-ID messages.
2305
2306 2010-11-06  Glenn Morris  <rgm@gnu.org>
2307
2308         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2309         `condition', `type', `length' a prefix.
2310         (gnus-treat-predicate): Update for above name changes.
2311
2312 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2313
2314         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2315         binding.  Handled by `gnus-summary-refer-thread' instead.
2316         (nnir-warp-to-article): New backend function.
2317
2318         * nnimap.el (nnimap-request-thread): Force dependency updating.
2319
2320         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2321         (gnus-summary-refer-thread): Rework to improve thread-referral.
2322
2323         * gnus-int.el (gnus-warp-to-article): New function.
2324
2325         * gnus-sum.el (gnus-summary-article-map): Bind it.
2326
2327 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2328
2329         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2330         gnus-summary-refer-thread.
2331
2332         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2333         headers.
2334         (gnus-summary-limit-include-thread): Prevent articles in thread from
2335         being cut in gnus-cut-threads.
2336         (gnus-summary-refer-thread): Limit retrieved headers to those in
2337         thread.
2338
2339 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * message.el (message-send-mail): Use the value of
2342         message-courtesy-message from the message buffer.
2343
2344         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2345
2346         * shr.el (shr-browse-url): Implement mailto: URLs.
2347
2348         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2349         "raw".
2350
2351         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2352         if it's already selected.
2353
2354         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2355
2356 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2359         to measure the length and truncate alt text.
2360
2361 2010-11-03  Glenn Morris  <rgm@gnu.org>
2362
2363         * nndiary.el (nndiary-generate-nov-databases-1)
2364         (nndiary-generate-active-info): Rename dynamic variable `files' to
2365         something less generic.
2366
2367 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2368
2369         * nnir.el (nnir-request-move-article): Call the underlying backend to
2370         move articles from nnir.
2371
2372 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2375
2376 2010-11-02  Julien Danjou  <julien@danjou.info>
2377
2378         * nnir.el: Remove wais support.
2379
2380 2010-11-02  Glenn Morris  <rgm@gnu.org>
2381
2382         * gnus-html.el: Reorder requirements to quieten compiler.
2383
2384 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2387         properly for XEmacs as well.
2388         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2389         (gnus-article-natural-long-line-p): Use window-width rather than
2390         frame-width.
2391
2392 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2393
2394         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2395         (nnir-read-parms): Don't modify query.
2396         (nnir-run-query): Add ability to search topic on current line.
2397         (nnir-get-active): Clean up.
2398
2399 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2402         degenerate articles.
2403
2404         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2405         (gnus-print-buffer): Just print the buffer as is, without any copying
2406         to a buffer and then re-highlighting.
2407
2408         * nnimap.el (nnimap-request-group): Store the new updated info.
2409         (nnimap-request-group): Select the group when we don't know whether it
2410         exists or not.
2411
2412         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2413         groups.
2414
2415         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2416         groups.
2417
2418         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2419         groups.
2420
2421         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2422         long-lines case by only filling the long lines.
2423
2424         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2425         (bug #7311).
2426
2427 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * shr.el: No need to declare `declare-function' since shr.el is for
2430         only Emacsen that provide `libxml-parse-html-region'.
2431
2432         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2433         effective only in a file it is referred to.
2434
2435 2010-11-01  Glenn Morris  <rgm@gnu.org>
2436
2437         * mm-util.el (gnus-completing-read): Autoload.
2438         (mm-read-coding-system): Simplify Emacs definition.
2439
2440         * nnmail.el (gnus-activate-group):
2441         * nnimap.el (gnutls-negotiate):
2442         * nntp.el (netrc-parse): Fix declarations.
2443
2444 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2447         string-match-p in Emacs >=23.
2448
2449         * gnus-msg.el (gnus-configure-posting-styles)
2450         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2451
2452 2010-11-01  Glenn Morris  <rgm@gnu.org>
2453
2454         * nnir.el (declare-function): Add compat stub.
2455         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2456         (nnir-run-gmane): Require 'mm-url.
2457
2458         * mm-util.el (mm-string-to-multibyte): Simplify.
2459
2460         * shr.el (declare-function): Add compat stub.
2461         (url-cache-create-filename): Declare.
2462         (mm-disable-multibyte, widget-convert-button): Autoload.
2463
2464         * smime.el (ldap-search): Declare.
2465         (smime-cert-by-ldap-1): Require ldap on Emacs.
2466
2467         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2468         (nnimap-keepalive): Use gnus-float-time.
2469
2470         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2471         (mail-source-delete-crash-box): Use gnus-float-time.
2472
2473         * gnus-dired.el (gnus-completing-read): Autoload.
2474
2475         * mm-view.el (gnus-rescale-image): Autoload.
2476
2477         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2478
2479         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2480
2481         * sieve-manage.el: Require 'cl when compiling.
2482
2483         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2484         (gnus-iswitchb-completing-read): Require iswitchb.
2485         (gnus-select-frame-set-input-focus): Silence compiler.
2486
2487 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * message.el (message-subject-trailing-was-query): Change default to t,
2490         since I think that's what most people want.
2491
2492         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2493         appending for easier debugging.
2494         (nnimap-wait-for-connection): Take a regexp.
2495         (nnimap-request-accept-article): Wait for the continuation line before
2496         sending anything unless we're streaming.
2497
2498         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2499         leave the header washing to take place.
2500
2501 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2502
2503         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2504         regular expression match and replace in posting styles.
2505
2506 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2507
2508         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2509         an entire server.
2510         (nnir-get-active): New function.
2511         (nnir-run-imap): Use it.
2512         (nnir-run-gmane): Who knew, gmane search returns an article score!
2513
2514         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2515         server on the current line with nnir.
2516
2517 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2520         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2521         left edge.
2522         (gnus-article-foldable-buffer): Skip past the prefix when determining
2523         raggedness.
2524
2525         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2526         the raw article, and change `C-u g' to show the article without doing
2527         treatments.
2528
2529         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2530         on to `gnus-treat-article'.
2531         (gnus-inhibit-article-treatments): New variable.
2532
2533         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2534
2535         * gnus-art.el (gnus-treatment-function-alist): Have
2536         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2537         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2538         sections.
2539
2540         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2541         parameter.
2542         (gnus-article-fill-cited-long-lines): New function.
2543         (gnus-article-fill-cited-article): Allow filling only long sections.
2544
2545         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2546         and non-punctuation (like after the apostrophe in "'We").
2547
2548         * gnus-sum.el (gnus-summary-select-article): Make sure
2549         gnus-original-article-buffer is alive.
2550
2551         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2552         reflect the order they're in in the digest.
2553
2554         * gnus.el (gnus-group-startup-message): Move point to the start of the
2555         buffer.
2556
2557         * nnimap.el (nnimap-capability): New function.
2558         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2559         is set.
2560
2561 2010-10-31  David Engster  <dengste@eml.cc>
2562
2563         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2564         conform with changes to gnus-completing-read.
2565
2566 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2569
2570 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2571
2572         * nnir.el: Move defvar, defcustom around to keep file organized
2573         and keep byte-compiler quiet.
2574         (nnir-read-parms): Accept search-engine as arg.
2575         (nnir-run-query): Pass search-engine as arg.
2576         (nnir-search-engine): Remove.
2577
2578 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * shr.el (shr-generic): The text nodes should be text, not :text.
2581
2582         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2583         later in the file.
2584
2585 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2586
2587         * nnir.el: General clean up.  Allow searching with multiple engines.
2588         Allow separate extra-parameters for each engine.
2589         Batch queries when possible.
2590         (nnir-imap-default-search-key,nnir-method-default-engines):
2591         Add customize interface.
2592         (nnir-run-gmane): New engine.
2593         (nnir-engines): Use it.  Qualify all prompts with engine name.
2594         (nnir-search-engine): Remove global variable.
2595         (nnir-run-hyrex): Restore for now.
2596         (nnir-extra-parms,nnir-search-history): New variables.
2597         (gnus-group-make-nnir-group): Use them.
2598         (nnir-group-server): Remove in favor of gnus-group-server.
2599         (nnir-request-group): Avoid searching twice.
2600         (nnir-sort-groups-by-server): New function.
2601
2602 2010-10-30  Julien Danjou  <julien@danjou.info>
2603
2604         * gnus-group.el: Remove gnus-group-fetch-control.
2605
2606         * gnus-start.el (gnus-find-new-newsgroups):
2607         Remove gnus-check-first-time-used.
2608
2609         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2610
2611 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2612
2613         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2614         set on groups that don't have \* permanentflags.
2615
2616 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2619         control the background color.
2620         (shr-tag-img): Ignore very small web bug type images.
2621         (shr-put-image): Add help-echo alt texts to the images.
2622         (shr-tag-video): Show the video poster image.
2623
2624 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * shr.el (shr-table-depth): New variable.
2627         (shr-tag-table-1): Only insert the images after the top-level table.
2628
2629         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2630
2631         * gnus-util.el (gnus-list-memq-of-list): New function.
2632
2633         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2634         selected.
2635         (nnimap-unsplittable-articles): New slot.
2636         (nnimap-new-articles): Use it.
2637
2638 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2639
2640         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2641         move to the previous line on `M-g'.
2642
2643 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2646         *-request-group, which seems unnecessary.
2647
2648         * nnimap.el (nnimap-quote-specials): Function copied over from
2649         imap.el.
2650         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2651         they support that.  Suggested by Tom Regner.
2652
2653 2010-10-29  Julien Danjou  <julien@danjou.info>
2654
2655         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2656         defalias.
2657         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2658
2659         * gnus.el: Remove `gnus-nntp-service' variable.
2660         (gnus-secondary-servers): Make obsolete.
2661         (gnus-nntp-server): Make obsolete.
2662
2663         * gnus-start.el (gnus-1): Remove x-splash calls.
2664
2665         * gnus-ems.el (gnus-x-splash): Remove.
2666
2667         * gnus.el (gnus-group-startup-message): Simplify/update code.
2668
2669         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2670         definition.
2671
2672         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2673         capability before doing anything.
2674         (gnus-group-insert-group-line): Remove useless
2675         gnus-group-remove-excess-properties.
2676
2677 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2680
2681 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2684         config after reselecting.
2685
2686 2010-10-28  Julien Danjou  <julien@danjou.info>
2687
2688         * shr.el (shr-put-image): Use point even if only inserting text.
2689         (shr-put-image): Save excursion when inserting alt text on non-graphic
2690         display, so the behaviour is the same when we are on a graphic display.
2691
2692         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2693
2694 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2697         (gnus-mime-copy-part): Check coding system, not charset.
2698         (gnus-mime-view-part-externally): Never remove part.
2699         (gnus-mime-view-part-internally): Don't remove part here.
2700         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2701         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2702         multipart/alternative.
2703
2704         * mm-decode.el (mm-display-part): Take optional arg `force'.
2705
2706 2010-10-26  Julien Danjou  <julien@danjou.info>
2707
2708         * gnus-group.el (gnus-group-default-list-level): Add this function to
2709         compute the default list level.
2710         (gnus-group-default-list-level): Add possibility to use a function.
2711
2712 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2715
2716         * gnus-group.el (gnus-group-completing-read)
2717         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2718         gnus-replace-in-string.
2719
2720 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * shr.el (shr-tag-div): Add.
2723
2724         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2725
2726 2010-10-25  Julien Danjou  <julien@danjou.info>
2727
2728         * gnus-util.el: Remove `gnus-with-local-quit'.
2729
2730         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2731
2732 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2735         the original article buffer.
2736
2737 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnimap.el (nnimap-request-head): New function.
2740         (nnimap-request-move-article): Try to be slighly faster by not
2741         requesting the entire message when moving.
2742         (nnimap-transform-headers): Don't bug out on bodiless articles.
2743         (nnimap-send-command): Have no outstanding messages if the IMAP server
2744         doesn't support streaming.
2745         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2746
2747 2010-10-24  Julien Danjou  <julien@danjou.info>
2748
2749         * message.el (message-default-headers): Fix type.
2750
2751 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2754         prefetching images.
2755
2756         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2757         backend for unknown groups.  This is mainly useful for nnimap groups.
2758
2759         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2760         group isn't covered by the agent.
2761
2762 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2763
2764         * nnir.el (nnir-method-default-engines): New variable.
2765         (nnir-run-query): Use it.
2766         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2767         (gnus-summary-nnir-goto-thread): Change group if needed.
2768
2769         * gnus-group.el (gnus-group-group-map): Add key binding for
2770         gnus-group-make-nnir-group.
2771
2772 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * shr.el (shr-tag-object): Add.
2775
2776         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2777         original article buffer live.
2778         (gnus-summary-select-article-buffer):
2779         Mention gnus-widen-article-buffer.
2780
2781 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * shr.el (shr-tag-strong): Add.
2784
2785 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2788         group names.  They mess up the group buffer badly.
2789
2790         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2791
2792         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2793         instead of the summary one.
2794
2795 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * mml.el (mml-preview): Work properly when editing article.
2798
2799         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2800         gnus-have-read-active-file if it's already been in.
2801
2802 2010-10-22  Tom Tromey  <tromey@redhat.com>
2803
2804         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2805         gnus-group-completing-read.
2806
2807 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * message.el (message-mode-map): Don't bind M-; to comment region, to
2810         allow the global comment-dwim to work.
2811
2812 2010-10-21  Julien Danjou  <julien@danjou.info>
2813
2814         * message.el (message-setup-1): Allow message-default-headers to be a
2815         function.
2816
2817 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * shr.el (shr-tag-table): Simplify.
2820
2821 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2824         to avoid trying to snarf invalid stuff.
2825
2826         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2827
2828         * gnus.el (gnus-message-archive-group): Quote value.
2829         (gnus-message-archive-group): Mark as changed.
2830
2831         * shr.el (shr-add-font): Don't put the font properties on the newline
2832         or the indentation.
2833
2834         * message.el (message-fix-before-sending): Change options when sending
2835         non-printable characters.
2836
2837         * gnus.el (gnus-message-archive-method): Change the default to
2838         monthly outgoing groups.
2839
2840         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2841         that have gotten new numbers.
2842
2843         * nnimap.el (nnimap-request-replace-article): New function.
2844
2845 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2848         (nnrss-request-article): Don't use special html washing code.
2849
2850 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * shr.el (shr-tag-table): Remove useless nconc.
2853
2854 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-art.el (article-wash-html): Simplify and remove the charset
2857         stuff.  Use the normal html rendering code instead of the special html
2858         washing code.
2859
2860         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2861         `gnus-w3m' symbols.
2862         (mm-text-html-washer-alist): Remove.
2863
2864         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2865         (mm-inline-media-tests): Remove use.
2866         (mm-text-html-renderer): Change default to the `shr' symbol.
2867
2868         * mm-view.el (mm-inline-text-html): Remove use.
2869
2870         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2871         `gnus-blocked-images' to be a function.
2872         (gnus-article-wash-function): Remove.
2873
2874 2010-10-20  Julien Danjou  <julien@danjou.info>
2875
2876         * spam.el (spam-list-of-processors): Mark as obsolete.
2877
2878         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2879         (nnimap-insert-partial-structure): Fix boundary detection.
2880
2881 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2882
2883         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2884         run file-truename on remote files.  This can be expensive and even
2885         prevent one from editing drafts if some unrelated buffer has a stale
2886         connection.
2887
2888 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2891         kinsoku-eol regardless of shr-kinsoku-shorten.
2892         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2893         (shr-tag-table): Support caption, thead, and tfoot.
2894
2895 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2898         lines.
2899         (shr-save-contents): New command and keystroke.
2900
2901         * nndoc.el (nndoc-type-alist): Add git support.
2902         (nndoc-git-type-p): New function.
2903         (nndoc-transform-git-article): Ditto.
2904         (nndoc-transform-git-headers): Ditto.
2905         (nndoc-transform-git-headers): Generate Subject headers.
2906
2907         * shr.el (shr-parse-style): New function.
2908         (shr-tag-span): Ditto.
2909
2910         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2911         to `G G' to avoid collisions.
2912
2913 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * shr.el: Load kinsoku if necessary.
2916         (shr-kinsoku-shorten): New internal variable.
2917         (shr-find-fill-point): Make kinsoku shorten text line if
2918         shr-kinsoku-shorten is bound to non-nil.
2919         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2920         shr-indentation too when testing if table is wider than frame width.
2921         (shr-insert-table): Use `string-width' instead of `length' to measure
2922         text width.
2923         (shr-insert-table-ruler): Make sure indentation is done at bol.
2924
2925 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2928         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2929         undecoded network data.
2930
2931 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2934         name in the mode line spec so that the mode line menu works
2935         (bug #2431).
2936
2937         * message.el (message-get-reply-headers): If we're fed `to-address',
2938         then always use that.
2939
2940         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2941         aren't so wide as to need to switch off the edit menu.
2942
2943         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2944         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2945
2946         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2947         `M-g'.
2948         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2949         the permanent marks.
2950
2951 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2952
2953         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2954         Splitting according to references/in-reply-to obeys the ignore-groups
2955         variable, while splitting by sender and subject do not.
2956
2957 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2960         alist, so that we can look for non-Unicode chars.
2961         (article-translate-strings): Allow both character and string maps.
2962
2963 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * shr.el (shr-insert): Don't insert space behind a wide character
2966         categorized as kinsoku-bol, or between characters both categorized as
2967         nospace.
2968
2969 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2970
2971         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2972         headers to gnus-newsgroup-headers.
2973
2974 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * shr.el (shr-tag-img): Don't align images -- since we're not
2977         rescaling, this often leads to ugly displays.
2978
2979 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2980
2981         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2982         duplicates.
2983
2984 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2985
2986         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2987         call.
2988
2989 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus.el: Autoload gnus-html-show-images.
2992
2993         * nnimap.el: Use nnheader-message throughout.
2994
2995         * shr.el (shr-tag-img): Ignore images with no data.
2996
2997 2010-10-15  Julien Danjou  <julien@danjou.info>
2998
2999         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3000         a possibility to disable format=flow encoding when using hard newlines.
3001
3002 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * shr.el (shr-insert): Remove space inserted before or after a
3005         breakable character or at the beginning or the end of a line.
3006         (shr-find-fill-point): Do kinsoku; find the second best point or give
3007         it up if there's no breakable point.
3008
3009 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * nnimap.el (nnimap-open-connection): Message when opening connection
3012         for debugging purposes.
3013
3014         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3015         on every setup buffer call to allow this to change from article to
3016         article.
3017
3018         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3019         buffers where we have a wide table.
3020
3021 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3022
3023         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3024         uses *-request-thread.
3025
3026 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3029         incantation, which is no longer valid.
3030
3031 2010-10-14  Julien Danjou  <julien@danjou.info>
3032
3033         * shr.el: Fix defcustom type (char -> character).
3034
3035 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3038         programs.
3039
3040 2010-10-14  Julien Danjou  <julien@danjou.info>
3041
3042         * shr.el (shr-tag-a): Use url-link as widget type.
3043
3044         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3045         `gnus-group-get-icon'.
3046
3047 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3050         This should make server editing work better.
3051
3052         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3053
3054         * tls.el (tls-program): Remove spurious %s from openssl.
3055
3056         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3057         (nnimap-parse-flags): Fix regexp.
3058
3059         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3060         probably work for CJVK text, too.
3061
3062         * nnimap.el (nnimap-extend-tls-programs): Remove.
3063         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3064
3065         * tls.el (tls-starttls-switches): Remove starttls hack.
3066         (open-tls-stream): Ditto.
3067         (tls-find-starttls-argument): Ditto.
3068
3069 2010-10-13  Julien Danjou  <julien@danjou.info>
3070
3071         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3072         responses.
3073
3074 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3077
3078         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3079         anything in Emacs.
3080
3081         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3082
3083 2010-10-13  Julien Danjou  <julien@danjou.info>
3084
3085         * shr.el (shr-width): Make shr-width a defcustom with default to
3086         fill-column.
3087         (shr-tag-img): Use shr-width rather than fill-column.
3088
3089 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * dgnushack.el (byte-optimize-apply)
3092         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3093
3094         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3095         position when (X-)Faces exist.
3096         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3097         avatars when called interactively.
3098
3099 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3102         gnus-article-x-face-too-ugly is bound.
3103
3104 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3107
3108         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3109         mailbox that doesn't exist.
3110
3111 2010-10-12  Julien Danjou  <julien@danjou.info>
3112
3113         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3114         (shr-get-image-data): Encode URL properly when fetching from cache.
3115         (shr-tag-img): Use aligned-to spaces to align correctly images.
3116
3117         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3118         before inserting the Gravatar.
3119
3120         * shr.el (shr-tag-img): Add align attribute support for <img>.
3121
3122 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-gravatar.el (gnus-art): Require.
3125
3126         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3127         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3128         Remove long obsoleted functions.
3129
3130 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3133
3134         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3135
3136         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3137         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3138         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3139         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3140         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3141         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3142         * sieve-manage.el, smime.el, spam.el:
3143         Fix comment for declare-function.
3144
3145 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnimap.el (nnimap-request-rename-group): Select group read-only
3148         before renaming it.
3149
3150         * shr.el (shr-insert): Fix up the white space only regexp.
3151
3152         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3153         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3154
3155         * shr.el (shr-current-column): New function.
3156         (shr-find-fill-point): New function.
3157
3158 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3159
3160         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3161         numbers.
3162
3163 2010-10-11  Julien Danjou  <julien@danjou.info>
3164
3165         * shr.el (shr-hr-line): Add.
3166         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3167         display hr lines.
3168         (shr-max-columns): Do not change state to nil if we just inserting
3169         spaces.
3170
3171 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3174         select the last group.
3175
3176 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3179
3180 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3181
3182         * dig.el (dig-mode-map): Declare and define in one step.
3183
3184 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3187         for Gnus.
3188         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3189         (nnimap-update-qresync-info): Mark \Seen articles as read.
3190
3191         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3192         non-variable, too.
3193
3194         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3195         available.
3196         (nnimap-update-info): Rely more on the current active than the param
3197         active to avoid marking articles as read too much.
3198
3199         * auth-source.el (auth-source-create): Use (user-login-name) for the
3200         user name default.
3201
3202         * nnimap.el (nnimap-update-info): If the server doesn't return any
3203         useful info, just use the previous info.
3204         (nnimap-update-info): Prefer old info over start-article.
3205         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3206
3207 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3208
3209         * nnir.el (autoload): Clean up autoloads.
3210         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3211         Use key rather than value.
3212         (nnir-imap-search-other): New variable.
3213         (nnir-read-parm): Use it.
3214         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3215         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3216
3217 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3218
3219         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3220         the process, too.
3221
3222 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * spam.el (gnus-summary-mode-map): Bind to "$".
3225         Suggested by Russ Allbery.
3226
3227         * shr.el: Rework the way things are indented by <li> slightly.
3228
3229         * gnus.el (gnus-group-set-parameter): Fix typo.
3230
3231         * nnimap.el: Start implementing QRESYNC support.
3232
3233 2010-10-09  Julien Danjou  <julien@danjou.info>
3234
3235         * nnir.el (nnir-engines): Fix too many arguments.
3236
3237 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3240         group is the "last", so that the backends like nnfolder actually save
3241         their folders.
3242
3243         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3244         try to use that for the tls stream.
3245         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3246         UIDVALIDITY and find out which groups are read-only and not.
3247         (nnimap-get-flags): Use the same marks parsing code as the rest of
3248         nnimap.
3249
3250 2010-10-09  Julien Danjou  <julien@danjou.info>
3251
3252         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3253
3254         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3255         retrieving gravatars.
3256
3257         * shr.el (shr-table-corner): Add.
3258         (shr-table-line): Add.
3259         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3260
3261 2010-10-08  Julien Danjou  <julien@danjou.info>
3262
3263         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3264
3265 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3268
3269         * gnus-sum.el (gnus-mark-article-as-unread)
3270         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3271         (gnus-summary-set-bookmark): Use it.
3272
3273         * gnus-msg.el (gnus-setup-message): Use it.
3274
3275         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3276
3277         * gnus.el (gnus-group-remove-parameter): Use it.
3278
3279         * gnus-group.el (gnus-group-make-web-group): Use it.
3280
3281         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3282
3283         * nnregistry.el: Update docs to mention manual.
3284
3285         * gnus-registry.el: Update docs to mention nnregistry.el.
3286         (gnus-registry-initialize): Don't install nnregistry refer method
3287         automatically.
3288         (gnus-registry-install-nnregistry): Remove it.
3289
3290 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (shr-insert): Don't insert double spaces.
3293
3294 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-gravatar.el (gnus-treat-from-gravatar)
3297         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3298         called interactively.
3299
3300         * gnus-art.el (gnus-mime-view-part-externally)
3301         (gnus-mime-view-part-internally): Make predicate function passed to
3302         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3303         of a mime type.
3304
3305         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3306
3307 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * shr.el (require): Require cl when compiling.
3310         (shr-tag-hr): New function.
3311
3312         * nnimap.el (nnimap-update-info): Remove double setting of high.
3313         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3314         This makes nnimap work properly on Courier again.
3315
3316         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3317         the variable for backwards compatability.
3318
3319         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3320         the file name before using to avoid setting mm-default-directory to
3321         nil.
3322
3323         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3324         bidning gnus-agent variables.
3325
3326         * shr.el (shr-render-td): Use a cache for the table rendering function
3327         to avoid getting an exponential rendering behaviour in nested tables.
3328         (shr-insert): Rework the line-breaking algorithm.
3329         (shr-insert): Don't leave trailing spaces.
3330         (shr-insert-table): Also insert empty TDs.
3331         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3332
3333 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3334
3335         * gnus-sum.el (gnus-number): Rename from `number'.
3336         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3337         (gnus-summary-limit-children): Update uses correspondingly.
3338
3339 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3342         (gnus-gravatar-transform-address): Don't show avatars of people of
3343         which mail addresses match gnus-gravatar-too-ugly.
3344
3345 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * shr.el (shr-table-widths): Expand TD elements to fill available
3348         space.
3349
3350 2010-10-07  Julien Danjou  <julien@danjou.info>
3351
3352         * nnimap.el (nnimap-request-rename-group): Add this method.
3353
3354 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3357         name from XEmacs' function-arglist.
3358
3359         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3360         gravatar under XEmacs.
3361
3362 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3363
3364         * auth-source.el: Update docs with TODO items.
3365
3366         * gnus-sync.el: Update docs to explain state and plans.
3367
3368         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3369         Hooks for mark updates.
3370         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3371
3372         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3373         hooks with arguments, which is needed for mark update hooks.
3374
3375 2010-10-06  Julien Danjou  <julien@danjou.info>
3376
3377         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3378         was matched.
3379
3380         * sieve-manage.el: Update example in `Commentary'.
3381
3382         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3383
3384         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3385         not 2000.
3386         (sieve-manage-authenticate): Re-add function.
3387
3388 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * shr.el (shr-insert): Get 'space transition right.
3391         (shr-render-td): Only delete space at the end of the TD.
3392
3393         * nnimap.el (nnimap-open-connection): Prepare to support
3394         open-gnutls-stream.
3395
3396         * shr.el: Rearrange function order to be more logical.
3397
3398 2010-10-06  Julien Danjou  <julien@danjou.info>
3399
3400         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3401         (nnrss-discover-feed): Remove 404 URL in docstring.
3402
3403         * nnir.el: Fix Swish-E URL.
3404         Fix Namazu URL.
3405
3406         * message.el (message-change-subject): Remove 404 URL in a comment.
3407
3408 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3411         called interactively.
3412
3413         * gnus-util.el (gnus-remove-if): Allow hash table.
3414         (gnus-remove-if-not): New function.
3415
3416         * gnus-art.el (gnus-mime-view-part-as-type)
3417         * gnus-score.el (gnus-summary-score-effect)
3418         * gnus-sum.el (gnus-read-move-group-name):
3419         Replace remove-if-not with gnus-remove-if-not.
3420
3421         * gnus-group.el (gnus-group-completing-read):
3422         Regard collection as a hash table if it is not a list.
3423
3424 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3427
3428         * shr.el: Document the table-rendering algorithm.
3429
3430 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3433         for Emacsen having no `libxml-parse-html-region' support.
3434
3435 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3438         invalid URLs.
3439
3440         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3441         line-broken.
3442         (shr-tag-img): Ignore image fetching errors.
3443         (shr-overlays-in-region): Compute overlay positions correctly.
3444
3445         * mm-decode.el (mm-shr): Require shr.
3446
3447         * gnus-art.el (gnus-blocked-images): Move variable here.
3448
3449         * shr.el (shr-insert-table): Bind free variable.
3450
3451         * mm-decode.el (mm-shr): Bind shr-content-function.
3452
3453         * shr.el (shr-content-function): New variable.
3454
3455         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3456         added for symmetry.
3457
3458         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3459
3460         * gnus-group.el (gnus-group-make-group): Doc fix.
3461
3462         * nnimap.el (nnimap-request-newgroups): Return success.
3463
3464         * shr.el (shr-find-elements): New function.
3465         (shr-tag-table): Put all the images after the table.
3466         (shr-tag-table): Really inhibit images inside the table.
3467         (shr-collect-overlays): Copy over overlays from the TD elements to the
3468         main document.
3469
3470         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3471         gnus-blocked-images.
3472
3473 2010-10-05  Julien Danjou  <julien@danjou.info>
3474
3475         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3476
3477         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3478         (gnus-html-maximum-image-size): Add this function.
3479         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3480
3481         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3482         server-value of the capability is nil.
3483
3484 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * shr.el (shr-tag-em): Add <EM> tag.
3487
3488 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3489
3490         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3491         customizable.
3492
3493         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3494         handing broken links to browse-url.
3495
3496 2010-10-05  Julien Danjou  <julien@danjou.info>
3497
3498         * gnus-util.el (gnus-emacs-completing-read)
3499         (gnus-iswitchb-completing-read): Use autoload rather than require.
3500
3501 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3504         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3505         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3506         iswitchb-temp-buflist for XEmacs.
3507
3508         * gnus-util.el (gnus-completing-read-function): Exclude
3509         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3510         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3511         XEmacs.
3512
3513         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3514         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3515
3516         * gnus-html.el: Don't require help-fns under XEmacs.
3517         (gnus-html-schedule-image-fetching): Work for XEmacs.
3518
3519         * mm-decode.el (mm-shr): Decode contents by charset.
3520
3521 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3524         unknown.
3525
3526         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3527         (shr-get-image-data): Ensure against the cache file missing.
3528
3529         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3530         for data.
3531
3532         * spam-report.el (spam-report-url-ping-plain): Don't query about
3533         killing the process.
3534
3535         * shr.el (shr-render-td): Protect against too-wide text.
3536
3537 2010-10-04  Julien Danjou  <julien@danjou.info>
3538
3539         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3540         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3541
3542         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3543         retrieved.
3544
3545 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * shr.el (browse-url): Require.
3548         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3549         lines.
3550         (shr-show-alt-text, shr-browse-image): New commands.
3551         (shr-browse-url, shr-copy-url): New commands.
3552
3553         * gnus-sum.el (gnus-widen-article-window): New variable.
3554         (gnus-summary-select-article-buffer): Use it.
3555
3556         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3557         without @ signs.
3558
3559 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3560
3561         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3562
3563 2010-10-04  Julien Danjou  <julien@danjou.info>
3564
3565         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3566         for XEmacs.
3567
3568 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3571
3572         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3573         (nnimap-close-server): Implement.
3574
3575         * dgnushack.el (iswitchb): Require to shut up the compiler.
3576
3577         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3578         (shr-insert): Tweak line breaking.
3579         (shr-insert): Handle <pre> better.
3580         (shr-tag-li): Get <li> indentation right.
3581         (shr-tag-li): Get <li> indentation even righter.
3582         (shr-tag-blockquote): Ensure paragraph start.
3583         (shr-make-table): Tweak table generation.
3584         (shr-make-table): Fix typo.
3585
3586         * shr.el: Implement table rendering.
3587
3588 2010-10-04  Julien Danjou  <julien@danjou.info>
3589
3590         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3591
3592 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * shr.el (shr-insert): Use string anchors instead of line anchors.
3595
3596 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * shr.el: Add headings.
3599         (shr-ensure-paragraph): Actually work.
3600         (shr-tag-li): Make <ul> prettier.
3601         (shr-insert): Get white space at the beginning/end of elements right.
3602         (shr-tag-p): Collapse subsequent <p>s.
3603         (shr-ensure-paragraph): Don't insert double line feeds after blank
3604         lines.
3605         (shr-insert): \t is also space.
3606         (shr-tag-s): Fix "s" tag name function.
3607         (shr-tag-s): Fix face prop name.
3608
3609 2010-10-03  Julien Danjou  <julien@danjou.info>
3610
3611         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3612
3613         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3614         gnus-window-inside-pixel-edges.
3615
3616         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3617         gnus-ems.
3618
3619         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3620
3621         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3622         function.
3623
3624         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3625         resize choice.
3626
3627 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3630         beginning of the buffer.
3631
3632         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3633         article buffer again.
3634
3635         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3636
3637         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3638         when it's at the start of the buffer.
3639
3640         * shr.el (shr-tag-blockquote): Convert name.
3641         (shr-rescale-image): Use the right image-size variant.
3642
3643         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3644         buffer isn't shown, then select the current article first instead of
3645         bugging out.
3646         (gnus-summary-select-article-buffer): Show both the article and summary
3647         buffers again.
3648
3649         * shr.el (shr-fontize-cont): Protect against regions with no text.
3650         Rename tag functions to shr-tag-* for enhanced security.
3651         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3652
3653 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3654
3655         * shr.el (shr-insert):
3656         * pop3.el (pop3-movemail):
3657         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3658         loaded.
3659
3660 2010-10-03  Glenn Morris  <rgm@gnu.org>
3661
3662         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3663
3664         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3665
3666         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3667
3668         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3669
3670         * gnus-util.el (gnus-make-local-hook): Simplify.
3671
3672 2010-10-02  Julien Danjou  <julien@danjou.info>
3673
3674         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3675         (gnus-ido-completing-read): New function.
3676         (gnus-emacs-completing-read): New function.
3677         (gnus-completing-read): Use gnus-completing-read-function.
3678         Add gnus-completing-read-function.
3679
3680 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * shr.el (shr-insert-document): Autoload.
3683         (shr-img): Be silent.
3684         (shr-insert): Add a newline after every picture before text.
3685         (shr-add-font): Use overlays for combining faces.
3686         (shr-insert): Pass upwards the text start point.
3687
3688         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3689         possible.
3690         (mm-shr): New function.
3691
3692 2010-10-02  Julien Danjou  <julien@danjou.info>
3693
3694         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3695         should go backward.
3696
3697 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3698
3699         * shr.el (shr): Fix typo in provide call.
3700
3701 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * shr.el: New file.
3704
3705         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3706
3707         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3708         completing read.
3709
3710 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3713         we're being queried about.  Suggested by Dan Jacobson.
3714
3715         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3716         Suggested by Jason Eisner.
3717
3718         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3719         table, too.  Suggested by Stefan Wiens.
3720         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3721         the table unnecessary.  Suggested by Stefan Wiens.
3722
3723         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3724         longer needed, and probably doesn't work either, as pointed out by
3725         Stefan Wiens.
3726         (gnus-summary-exit): Remove call to the clearing function.
3727         (gnus-summary-exit-no-update): Ditto.
3728
3729         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3730         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3731         Reported by Stefan Monnier.
3732         (gnus-summary-save-in-rmail): Ditto.
3733
3734         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3735         article buffer, instead of both the article buffer and the summary
3736         buffer.  Sort of suggested by Dan Jacobson.
3737
3738         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3739
3740         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3741         Suggested by Dan Jacobson.
3742
3743         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3744         documentation clearer.
3745
3746         * message.el (message-shorten-references): Comment on the number "21".
3747         Suggested by Stefan Monnier.
3748
3749         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3750         Suggested by Dan Jacobson.
3751
3752         * gnus.el (gnus-large-newsgroup):
3753         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3754
3755         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3756         externalize attachments.  Bug reported by Steve Wen.
3757
3758         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3759         really message anything to the user.
3760
3761         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3762         directly.
3763
3764         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3765         messages in empty groups.
3766
3767 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3768
3769         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3770         non-UIDNEXT group.
3771
3772 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3775         not the value from the collection.
3776
3777         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3778         values.  This sometimes happens on some groups that have no info.
3779         (nnimap-request-newgroups): New function.
3780
3781 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3784         check into `gnus-registry-initialize'.
3785         (gnus-registry-initialize): Ditto.
3786         Fix and extend header docs.
3787
3788 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3791         regexp backtrace overflows.
3792
3793         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3794         for starttls that tls.el implements; i.e. openssl.
3795
3796         * tls.el (tls-starttls-switches): Give up on using starttls with
3797         gnutls-cli.
3798         (tls-program): Add --insecure to be consistent with the defaults from
3799         openssl s_client.  Now all three commands are insecure.
3800
3801 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * lpath.el: Bind completion-styles-alist for XEmacs.
3804
3805         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3806         (gravatar-create-image): New function that's an alias to
3807         gnus-xmas-create-image, gnus-create-image, or create-image.
3808         (gravatar-data->image): Use it.
3809
3810 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3813         install the nnregistry refer method.
3814         (gnus-registry-install-hooks): Use it.
3815         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3816         unfollowed groups.
3817
3818 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3819
3820         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3821         expanding threads.
3822
3823 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnir.el: Use the server names without suffixes (bug #7009).
3826
3827         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3828         unencrypted to STARTTLS, if possible.
3829
3830 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3831
3832         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3833         headers before superseding.
3834
3835 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * nnrss.el (nnrss-use-local): Add documentation.
3838
3839         * nnimap.el (nnimap-extend-tls-programs): New function.
3840         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3841         (nnimap-wait-for-connection): Accept the greeting from the stupid
3842         output from openssl s_client -starttls, too.
3843
3844         * tls.el (tls-starttls-switches): New variable.
3845         (tls-find-starttls-argument): Use it.
3846         (open-tls-stream): Ditto.
3847
3848         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3849         (netrc-machine): Ditto.
3850
3851         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3852         article number.
3853         (nnimap-split-fancy): New variable.
3854         (nnimap-split-incoming-mail): Use it.
3855
3856         * nntp.el (nntp-server-list-active-group): Document.
3857
3858         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3859         SELECT to get the message-id.
3860
3861         * mail-source.el (mail-sources): Remove webmail support.
3862         (defvar): Ditto.
3863         (mail-source-fetcher-alist): Ditto.
3864         (mail-source-fetch-webmail): Remove.
3865
3866         * webmail.el: Remove -- doesn't seem relevant any more.
3867
3868         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3869
3870         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3871         the \r.
3872
3873 2010-09-30  Julien Danjou  <julien@danjou.info>
3874
3875         * gnus-agent.el (gnus-agent-add-group): Fix call to
3876         gnus-completing-read.
3877
3878 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * nndoc.el (nndoc-retrieve-groups): New function.
3881
3882         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3883         `default', use nnmail-split-methods.
3884         (nnimap-request-article): Downcase the NILs so that they are nil.
3885
3886         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3887         symbol.
3888
3889         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3890         code, since if the user has requested network, that's what they ought
3891         to get.
3892         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3893         (nnimap-split-rule): Mark as obsolete.
3894
3895         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3896         New variable.
3897
3898         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3899         correct slot, too.
3900
3901 2010-09-29  Julien Danjou  <julien@danjou.info>
3902
3903         * gnus.el (gnus-local-domain): Declare variable obsolete.
3904
3905         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3906         Fix history computing.
3907         (gnus-ido-completing-read): Require ido.
3908
3909 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3912         build Gnus.
3913
3914         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3915         when interpreting the structures.
3916         (nnimap-request-accept-article): Add \r\n to the lines to make this
3917         work with Cyrus.
3918
3919         * nndraft.el (nndraft-request-expire-articles): Use the group name
3920         instead if "nndraft".  Fix found by Nils Ackermann.
3921
3922 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3923
3924         * nnregistry.el: Add.
3925
3926 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * nnmail.el (group, group-art-list, group-art):
3929         Remove unneeded directives.
3930
3931 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3934         (mm-mime-charset)
3935         * rfc2047.el (rfc2047-syntax-table)
3936         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3937
3938         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3939         rather than `insert-file-contents' and `eval-region'.
3940
3941         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3942         construction.
3943
3944         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3945
3946         * time-date.el: No need to require cl for Emacs 21.
3947
3948 2010-09-29  Julien Danjou  <julien@danjou.info>
3949
3950         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3951         replacement of `gnus-gravatar-relief' to mimic
3952         `gnus-faces-properties-alist'.
3953         Add :version property.
3954
3955 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * mail-source.el (mail-source-report-new-mail)
3958         * message.el (message-default-mail-headers)
3959         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3960
3961         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3962
3963 2010-09-28  Julien Danjou  <julien@danjou.info>
3964
3965         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3966         mail-address contains the same string as real-name.
3967
3968         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3969         non-blank in header, otherwise it'll get stripped.
3970
3971         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3972         real-name, and then for mail address rather than doing : or , search.
3973
3974 2010-09-27  Julien Danjou  <julien@danjou.info>
3975
3976         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3977         right completing-read function.
3978         (gnus-use-ido): New variable
3979         (gnus-completing-read-with-default): Remove.
3980         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3981         (gnus-agent-add-group):
3982         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3983         * mm-view.el (mm-view-pkcs7-decrypt):
3984         * mm-util.el (mm-codepage-setup):
3985         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3986         * mml-smime.el (mml-smime-openssl-sign-query):
3987         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3988         (mml-insert-multipart):
3989         * gnus-msg.el (gnus-summary-yank-message):
3990         * gnus-int.el (gnus-start-news-server):
3991         * mm-decode.el (mm-interactively-view-part):
3992         * gnus-dired.el (gnus-dired-attach):
3993         * gnus.el (gnus-read-method):
3994         * gnus-bookmark.el (gnus-bookmark-jump):
3995         * gnus-art.el (gnus-mime-view-part-as-type)
3996         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3997         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3998         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3999         * nnmairix.el (nnmairix-create-server-and-default-group)
4000         (nnmairix-update-groups, nnmairix-get-server)
4001         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4002         (nnmairix-get-group-from-file-path):
4003         * nnrss.el (nnrss-find-rss-via-syndic8):
4004         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4005         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4006         (gnus-group-browse-foreign-server):
4007         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4008         (gnus-summary-execute-command, gnus-summary-respool-article)
4009         (gnus-read-move-group-name):
4010         * gnus-score.el (gnus-summary-increase-score)
4011         (gnus-summary-score-effect):
4012         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4013
4014 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4017         x-focus-frame.
4018
4019         * nnimap.el (auth-source-forget-user-or-password)
4020         (auth-source-user-or-password): Autoload.
4021
4022         * message.el (message-from-style, message-interactive)
4023         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4024         (message-yank-prefix, message-indentation-spaces, message-signature)
4025         (message-signature-file): Add comment.
4026
4027 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4030         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4031         new articles.
4032
4033         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4034         parts.
4035         (nnimap-request-article): Work with the t setting, too.
4036
4037         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4038         that you don't get flashes of other buffers.
4039         (gnus-summary-show-complete-article): Intern before setting.
4040
4041 2010-09-27  David Engster  <dengste@eml.cc>
4042
4043         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4044         well as HEADERS.
4045         (nnmairix-retrieve-headers): Provide new argument for the above.
4046
4047 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * gnus-sum.el (gnus-summary-move-article): Don't alter
4050         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4051         group.
4052
4053         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4054
4055         * message.el (message-cite-prefix-regexp): Revert my last edit.
4056
4057         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4058         variable instead of the Gnus variable.
4059
4060         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4061
4062         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4063
4064         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4065         since some servers don't like it.
4066         (nnimap-open-connection): Forget credentials if the server says the
4067         password was wrong.
4068         (nnimap-parse-line): Protect against invalid data.
4069
4070         * gnus-sum.el (gnus-summary-move-article): Add comment.
4071         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4072         nothing alters it while scanning for new messages.
4073
4074         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4075         which may or may not help.
4076         (nnimap-open-connection): If we're doing a stream connection, and then
4077         discover we're on a STARTTLS-capable server, then open a STARTTLS
4078         connection instead.
4079
4080 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * nnimap.el (utf7): Require.
4083
4084         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4085         prefix.
4086
4087 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4088
4089         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4090
4091 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * nnimap.el (nnimap-request-accept-article): Message the error on
4094         error.
4095
4096 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4099
4100 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * nndoc.el (nndoc-request-list): Return success always.
4103
4104         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4105         `fetch-old' -- we only want to fetch the articles we've requested.
4106         The rest are in the agent, probably.
4107         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4108         disappeared server" to something low.  It's not important.
4109
4110         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4111         arrived before the FETCH data.
4112
4113         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4114         target here, because we don't know the Gnus name of the group.
4115
4116         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4117         for the correct group.
4118
4119         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4120
4121         * gnus.el (gnus): Give a final warning after startup.
4122
4123         * gnus-util.el (gnus-action-message-log): New variable.
4124         (gnus-message): Use it.
4125         (gnus-final-warning): New function.
4126
4127         * nnimap.el (nnimap-open-connection): Record the greeting.
4128         (nnimap): Add greeting.
4129
4130 2010-09-26  Julien Danjou  <julien@danjou.info>
4131
4132         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4133         arguments.
4134         (gnus-html-wash-images): Fix spec computing to include start/end.
4135
4136         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4137
4138 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4141         deletion.
4142         (nnimap-retrieve-headers): Don't select the group, because that's
4143         already done by nnimap-possibly-change-group.
4144
4145         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4146         (gnus-picon-transform-address): Use it.
4147
4148         * mail-source.el (mail-source-value): Revert previous patch.
4149
4150         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4151         on failure.
4152         (nnimap-open-connection): Look up both virtual and physical server name
4153         credentials.
4154
4155         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4156
4157 2009-02-07  Dave Love  <fx@gnu.org>
4158
4159         * tls.el (open-tls-stream): Don't query killing process.
4160
4161 2009-02-08  Dave Love  <fx@gnu.org>
4162
4163         * gnus-win.el (gnus-window-to-buffer-helper)
4164         (gnus-all-windows-visible-p): Function needn't be a symbol.
4165
4166         * mail-source.el (mail-source-value): Function needn't be a symbol.
4167
4168 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * message.el (message-cite-prefix-regexp): Remove } from the cite
4171         prefix.
4172
4173         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4174         highlight again, so that the highlight is correct.
4175
4176         * gnus-picon.el (gnus-picon): Remove again.
4177         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4178
4179         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4180         doing the header highlightling, so that the background colour of the
4181         picon is correct.
4182
4183         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4184         (gnus-picon): Ditto.
4185         (gnus-picon): Reinstate.  The background colour for picons is white.
4186         (gnus-picon-insert-glyph): Make the background white.
4187
4188         * nnml.el (nnml-open-nov): Don't return dead buffers.
4189
4190         * auth-source.el (auth-source-create): Query the user for whether to
4191         store the credentials.
4192
4193         * netrc.el (netrc-store-data): New function.
4194
4195         * auth-source.el (auth-source-user-or-password): Use the existing auth
4196         sources, if any, for creation.
4197
4198         * gnus.el (gnus-group-fast-parameter): Return the last matching
4199         parameter instead of the first matching parameter.
4200
4201 2010-09-26  Julien Danjou  <julien@danjou.info>
4202
4203         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4204
4205 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * mml2015.el (mml2015-use): Remove gpg support.
4208
4209         * mml1991.el (mml1991-function-alist): Remove gpg function.
4210         (mml1991-gpg-sign): Remove.
4211
4212 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4213
4214         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4215         (gnus-browse-unsubscribe-current-group): Document it.
4216         (gnus-browse-unsubscribe-group): Use it.
4217
4218 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4221         address to the To list for easier response.
4222
4223         * gnus.el (gnus-play-startup-jingle): Remove.
4224         (gnus-splash): Don't play jingle.
4225         (gnus): Silence gnus-load message.
4226
4227         * gnus-art.el (gnus-treat-play-sounds): Remove.
4228
4229         * gnus.el (gnus-play-jingle): Remove audio support.
4230
4231         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4232
4233         * earcon.el: Remove -- no users.
4234
4235         * gnus-audio.el: Remove -- no users of this package.
4236
4237         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4238
4239         * gnus-start.el (gnus-setup-news): Remove nocem support.
4240
4241         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4242
4243         * gnus.el (gnus-use-nocem): Remove.
4244
4245         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4246         Remove.
4247
4248         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4249         uses NoCeM any more.
4250
4251         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4252         (gnus-button-ctan-handler): Ditto.
4253         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4254         (gnus-button-ctan-directory-regexp): Ditto.
4255         (gnus-button-handle-ctan): Ditto.
4256         (gnus-button-tex-level): Ditto.
4257         (gnus-button-alist): Remove CTAN stuff.
4258
4259 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4262         nnimap-streaming test.
4263
4264         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4265         servers twice.
4266
4267         * nnimap.el (nnimap-open-connection): Add more error reporting when
4268         nnimap fails early.
4269
4270         * nnheader.el (nnheader-get-report-string): New function.
4271         (nnheader-get-report): Use it.
4272
4273         * gnus-int.el (gnus-check-server): Say what the error was when opening
4274         failed.
4275
4276         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4277         using streaming.
4278
4279 2010-09-25  Julien Danjou  <julien@danjou.info>
4280
4281         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4282         gnus-window-inside-pixel-edges.
4283
4284 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4287
4288         * mm-decode.el (mm-save-part): Allow saving to other directories the
4289         normal Emacs way.
4290
4291         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4292         Suggested by Jay Berkenbilt.
4293
4294         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4295         there isn't a single byte.
4296
4297         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4298         just do it.  It doesn't really seem to matter what the user responds
4299         here, I think, so it's just a confusing question.
4300
4301         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4302         non-streaming case.
4303
4304         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4305         (gnus-article-encrypt-body): Use it.
4306
4307         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4308         keystroke.
4309
4310         * nnimap.el (nnimap-find-wanted-parts-1):
4311         Use gnus-fetch-partial-articles.
4312
4313         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4314
4315         * nnimap.el (nnimap-insert-partial-structure): New function.
4316         (nnimap-get-partial-article): New function.
4317         (nnimap-request-article): Use it.
4318         (nnimap-wait-for-response): Return whether the wait was successful.
4319         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4320         retrieval wasn't successful.
4321         (nnimap-retrieve-group-data-early): Allow throttling servers.
4322         (nnimap-streaming): New variable.
4323         (nnimap-fetch-partial-articles): Remove.
4324
4325         * mm-decode.el (mm-with-part): Protect against killed buffers.
4326
4327         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4328         for prettier summary display.
4329
4330 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4331
4332         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4333
4334 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4337         apparently third-party libraries depend on it.
4338
4339         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4340         before starting negotiation.
4341
4342         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4343         privacy reasons.
4344         (gnus-treat-mail-gravatar): Ditto.
4345
4346         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4347         buffer when inserting images.  Inserting text into the headers, for
4348         instance, can make them invalid.
4349
4350 2010-09-25  Julien Danjou  <julien@danjou.info>
4351
4352         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4353         variables.
4354
4355         * nnheader.el: Remove useless variables news-reply-yank-from and
4356         news-reply-yank-message-id.
4357
4358         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4359         variables.
4360
4361         * mml1991.el: Remove useless mml1991-verbose.
4362
4363         * gnus.el: Remove useless variable gnus-use-generic-from.
4364         Remove obsolete variable gnus-topic-indentation.
4365
4366         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4367
4368         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4369
4370         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4371
4372         * gnus-group.el: Remove useless gnus-group-icon-cache.
4373         Remove useless gnus-ephemeral-group-server.
4374
4375         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4376
4377         * mml2015.el: Remove useless mml2015-verbose.
4378
4379         * mml-smime.el: Remove useless mml-smime-verbose.
4380
4381         * gnus.el: Remove useless gnus-local-domain.
4382
4383         * gnus-gravatar.el (gnus-gravatar-transform-address):
4384         Use gnus-gravatar-size.
4385
4386         * gnus-art.el: Remove useless gnus-treat-translate.
4387
4388 2010-09-24  Julien Danjou  <julien@danjou.info>
4389
4390         * gnus-sum.el: Add support for Gravatars.
4391
4392         * gnus-art.el: Add support for Gravatars.
4393
4394         * gnus-gravatar.el: Add this file.
4395
4396         * gravatar.el: Add this file.
4397
4398 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4401
4402         * gnus-group.el (gnus-group-fetch-faq): Remove.
4403
4404         * gnus.el (gnus-group-faq-directory): Remove.
4405
4406         * gnus-group.el (gnus-group-fetch-charter): Remove.
4407
4408         * gnus.el (gnus-group-charter-alist): Remove.
4409
4410         * gnus-group.el (gnus-group-archive-directory): Remove.
4411         (gnus-group-recent-archive-directory): Ditto.
4412         (gnus-group-make-archive-group): Remove.
4413
4414         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4415
4416         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4417         use the same article number for all the cached articles.
4418
4419         * nnimap.el (nnimap-command): Register the last command time so
4420         that we can use it for idling NOOPs.
4421         (nnimap-open-connection): Start the keeplive timer.
4422         (nnimap-make-process-buffer): Store all the process buffers.
4423         (nnimap-keepalive): New function.
4424
4425         * starttls.el (starttls-open-stream): Add autoload cookie.
4426
4427 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4428
4429         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4430         handling.
4431
4432 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4435         its data structures.
4436
4437         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4438         instead of the cl.el copy-list.
4439         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4440         equalp.
4441
4442 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4445         and tool-bar-local-item-from-menu.
4446
4447         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4448         mode-line-highlight face for Emacs.
4449
4450         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4451         loading gnus-sum.elc; fix comment for canlock-verify.
4452         (gnus-article-jump-to-part): Use read-number.
4453         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4454         Remove Emacs pre-21 compatible code for help-echo.
4455         (gnus-article-next-page-1): No need to adjust the number of lines.
4456         (gnus-article-describe-bindings): Always use help-buffer.
4457
4458         * gnus-audio.el (gnus-audio-inline-sound)
4459         * gnus-cus.el (gnus-custom-mode)
4460         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4461
4462         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4463
4464         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4465         compatible code.
4466
4467 2010-09-24  Glenn Morris  <rgm@gnu.org>
4468
4469         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4470         visiting the fcc file in rmail-mode.
4471
4472         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4473
4474 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nnir.el: Silence the byte compiler.
4477
4478         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4479         alias to browse-url-url-encode-chars if any.
4480         (gnus-html-encode-url): Use it.
4481
4482 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-start.el (gnus-use-backend-marks): New variable.
4485         (gnus-get-unread-articles-in-group): Use it.
4486
4487         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4488         makeover.
4489
4490 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4491
4492         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4493
4494 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4497         Remove.
4498         (gnus-setup-news-hook):
4499         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4500
4501         * gnus-int.el (gnus-request-update-info): Protect against backends not
4502         having the function.
4503
4504         * nnimap.el (nnimap-stream): Mention starttls.
4505         (nnimap-open-connection): Add starttls support.
4506
4507 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4508
4509         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4510
4511 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4514         BODYSTRUCTUREs.
4515         (nnimap-transform-headers): Unfold quoted {42} headers.
4516
4517         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4518         the info.
4519         (gnus-get-unread-articles): Only call updatep on backends that support
4520         it.
4521
4522         * nnweb.el (nnweb-request-update-info): NOOP.
4523
4524         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4525
4526         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4527         since it only deals with marks.
4528
4529         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4530         gnus-request-marks, and make a new gnus-request-update-info.
4531
4532         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4533         the active instead of the high number, which is usually too low.
4534
4535 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4538         * encrypt.el: Remove.
4539
4540 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4543         server in symbolic form.
4544
4545         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4546
4547 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4550         (nnimap-update-info): Fix up code slightly.
4551
4552         * gnus-int.el (gnus-open-server): Add tracing for performance
4553         debugging.
4554
4555         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4556         (gnus-group-insert-group-line): Pass the real group name so that it
4557         gets the right data.
4558
4559         * gnus-start.el (gnus-get-unread-articles): Don't have
4560         `gnus-get-unread-articles-in-group' update info, since that can be
4561         really slow and doesn't seem to be needed?
4562
4563 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4564
4565         * time-date.el (date-to-time): Try using parse-time-string first before
4566         using the slower timezone-make-date-arpa-standard.
4567
4568 2010-09-22  Julien Danjou  <julien@danjou.info>
4569
4570         * gnus-group.el (gnus-group-insert-group-line):
4571         Call gnus-group-highlight-line.
4572         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4573         default hook list.
4574         (gnus-group-update-eval-form): Add new function.
4575         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4576         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4577
4578 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4581         immediate, then expire all articles.
4582         (nnimap-update-info): Fix off-by-one errors.
4583         (nnimap-flags-to-marks): Would return no marks lists for group with no
4584         flags.  Instead return the other data.
4585
4586 2010-09-22  Julien Danjou  <julien@danjou.info>
4587
4588         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4589         Only return an icon.
4590         (gnus-group-insert-group-line): Compute icon to return.
4591
4592         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4593         (gnus-html-image-fetched): Only cache if
4594         gnus-html-image-automatic-caching is set.
4595         (gnus-html-image-fetched): Check for errors.
4596
4597 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4600         once per method on `g'.  This ensures that backends like nnfolder don't
4601         open all their folders.
4602
4603         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4604         (nnimap-request-list): Nix out group in the correct buffer.
4605         (nnimap-parse-flags): Implement by using `read' instead of
4606         hand-parsing.
4607         (nnimap-flags-to-marks): Pass on permanent-flags.
4608         (nnimap-make-process-buffer): Record the server name.
4609         (nnimap-parse-flags): Fix typo.
4610         (nnimap-request-scan): Run split on the server in general, not just a
4611         single group.
4612
4613         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4614         parameter, and propagate this downwards.
4615
4616         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4617         since EXAMINE changes it on the server.
4618
4619         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4620         this command might take a while.
4621
4622 2010-09-22  Julien Danjou  <julien@danjou.info>
4623
4624         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4625         harmful if you have 2 images side-by-side, they can't be properly
4626         update on text deletion.  Using text-property is safer here.
4627         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4628         data.
4629
4630 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * nnimap.el (nnimap-expunge-inbox): Remove.
4633         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4634         (nnimap-expunge): Flip default to t.
4635
4636         * gnus.el (gnus-method-to-server): Don't push things to the cache
4637         unless it's unique.
4638         (gnus-server-to-method): Ditto.
4639
4640 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4643
4644 2010-09-22  Julien Danjou  <julien@danjou.info>
4645
4646         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4647         get the start of data.
4648         (gnus-html-encode-url): Add this function to encode special chars in
4649         URL.
4650         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4651         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4652
4653         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4654         default.
4655         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4656
4657         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4658         images alt-text.
4659         (gnus-html-put-image): Put alt-text as help-echo.
4660
4661 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4664         * mm-util.el (mm-decompress-buffer)
4665         * nnir.el (nnir-run-find-grep)
4666         * pop3.el (pop3-list): Use 3rd arg of split-string.
4667
4668         * time-date.el (format-seconds): Comment fix.
4669
4670         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4671         and byte-optimize-form-code-walker.
4672         (dgnushack-make-auto-load): Don't advise make-autoload.
4673
4674         * lpath.el: Remove Emacs 21 stuff.
4675
4676 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4679         outside the active range.  Suggested by Dan Christensen.
4680
4681         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4682         slightly later to avoid double-getting it.
4683
4684         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4685         previous patch.
4686
4687         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4688
4689 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4690
4691         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4692
4693 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-int.el (gnus-open-server): Give a better error message in the
4696         "go offline" case.
4697
4698         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4699         marks for nnimap, which is seldom the right thing to do.
4700
4701         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4702         (gnus-same-method-different-name): New function.
4703
4704         * nnimap.el (parse-time): Require.
4705
4706         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4707         method in the presence of many similar methods.
4708
4709         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4710
4711         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4712         nnml-inhibit-expiry.
4713
4714         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4715         find out whether methods are equal.
4716
4717         * nnimap.el (nnimap-find-expired-articles): New function.
4718         (nnimap-process-expiry-targets): New function.
4719         (nnimap-request-move-article): Request the article before looking at
4720         what the Message-ID is.  Fix found by Andrew Cohen.
4721         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4722
4723         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4724         for oldness in addition to being a predicate.
4725
4726         * nnimap.el (nnimap-request-group): When we have zero articles, return
4727         the right data to Gnus.
4728         (nnimap-request-expire-articles): Only delete articles immediately if
4729         the target is 'delete.
4730
4731         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4732         method, this would bug out.
4733
4734         * gnus-group.el (gnus-group-expunge-group): Rename from
4735         gnus-group-nnimap-expunge, and implemented as a normal interface
4736         function.
4737
4738         * gnus-int.el (gnus-request-expunge-group): New function.
4739
4740         * nnimap.el (nnimap-request-create-group): Implement.
4741         (nnimap-request-expunge-group): New function.
4742
4743 2010-09-21  Julien Danjou  <julien@danjou.info>
4744
4745         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4746         (gnus-html-cache-expired): Add new function.
4747         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4748         wethever we should display image for fetch it.
4749         Compute alt-text earlier to pass it to the fetching function too.
4750         (gnus-html-schedule-image-fetching): Change function argument to only
4751         get one image at a time, not a list.
4752         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4753         cache.
4754         (gnus-html-get-image-data): New function to retrieve image data from
4755         cache.
4756         (gnus-html-put-image): Change buffer argument to use image data rather
4757         than file, and place image above region rather than inserting a new
4758         one.  Do not take alt-text as argument, since it's useless now: we place
4759         the image above alt-text.
4760         (gnus-html-prune-cache): Remove.
4761         (gnus-html-show-images): Start to fetch image when we find one, do not
4762         push into a temporary list.
4763         (gnus-html-prefetch-images): Only fetch image if they have expired.
4764         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4765         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4766
4767 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4770
4771 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4774         spec inser "*" if the group isn't active instead of 0.
4775
4776         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4777         opening the server.
4778         (nnimap-request-delete-group): Implement group deletion.
4779         (nnimap-transform-headers): Return the size of the entire message in
4780         the Bytes header, not just the size of the first part.
4781         (nnimap-request-move-article): When moving an article from nnimap,
4782         request the article first so the accepting form has an article to
4783         accept.  Reported by Dan Christensen.
4784         (nnimap-command): Make sure that the error message doesn't error out.
4785
4786 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4787
4788         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4789         we haven't requested anything.
4790
4791 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4794         "".  Fix found by Andrew Cohen.
4795
4796         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4797         instead of -encode-string.
4798
4799 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4802
4803         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4804         by mm-subst-char-in-string.
4805
4806 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4809         waiting for the connection string.
4810
4811         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4812         arriving.
4813
4814         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4815         bogus characters.  This allows selecting certain Gmail groups.
4816
4817         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4818         (nnimap-fetch-partial-articles): New variable.
4819         (nnimap-open-connection): When looking for credentials, also use the
4820         nnimap-server-port.
4821         (nnimap-request-article): Return the group/article number, so that Gnus
4822         `^' works as expected.
4823         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4824
4825         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4826         comments.
4827         (gnus-methods-sloppily-equal): New function.
4828         (gnus): When using the development version of Gnus, load the gnus-load
4829         file.
4830
4831         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4832         `gnus-open-server' on each method before trying to scan them etc.
4833         This ensures that all the backend parameters are set correctly.
4834
4835         * nnimap.el (nnimap-authenticator): New variable.
4836         (nnimap-open-connection): Allow anonymous login.
4837         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4838         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4839
4840         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4841         patch, found by Knut Anders Hatlen.
4842
4843 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4844
4845         * gnus-agent.el (gnus-agent-batch-confirmation)
4846         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4847         to gnus-message.
4848         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4849         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4850         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4851         * gnus-int.el (gnus-open-server): Likewise.
4852         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4853         (gnus-score-check-syntax): Likewise.
4854         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4855         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4856         Likewise.
4857         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4858
4859 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4862         calling conventions so that prefetch doesn't bug out.
4863
4864 2010-09-19  Julien Danjou  <julien@danjou.info>
4865
4866         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4867         rather than `subst-char-in-region' in order to be able to replace ASCII
4868         char by UTF-8 ones.
4869
4870         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4871         than curl.
4872         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4873         the right URL and ALT text on images.
4874         (gnus-html-wash-tags): Fix tag case.
4875         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4876         (gnus-article-html): Add -o display_ins_del=2 option.
4877         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4878
4879 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4882         the extra mail headers, which sometimes seem to happen for unknown
4883         reasons.
4884
4885         * mail-parse.el (mail-header-encode-parameter): Define as
4886         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4887         (or most, perhaps?) mail readers don't understand the latter, but do
4888         understand the former.
4889
4890         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4891         to nil, so that no methods are automatically agentized.  I think this
4892         is probably what most users want.
4893
4894         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4895         from url-retrieve, for instance about invalid URLs.
4896
4897         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4898         groups that have no articles.
4899         (nnimap-request-article): Check that we really got an article when we
4900         requested one.
4901
4902         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4903         doesn't exist.
4904
4905         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4906         nntp buffer so the agent can save it.
4907         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4908         that CRLF doesn't get translated to \n.
4909         (nnimap-open-connection): Don't make 'shell commands only send \n.
4910
4911 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4914         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4915         Update var name.
4916         (nnml-generate-nov-file): Use dolist.
4917         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4918         Use with-current-buffer.
4919
4920 2010-09-18  Julien Danjou  <julien@danjou.info>
4921
4922         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4923         parallel.
4924
4925 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4928         the range update right.
4929         (nnimap-request-group): Don't make `M-g' bug out on group with no
4930         marks.
4931         (nnoo): Require, so that other packages can require nnimap.
4932         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4933         command we're looking for.  This helps when the server sends more
4934         responses after we've gotten everything we expected.
4935         (nnimap): Add a `newlinep' field to keep track of end-of-line
4936         conventions.
4937         Don't send CRLF to things that don't want it.
4938         (nnimap-request-accept-article): Ditto.
4939
4940 2010-09-18  Julien Danjou  <julien@danjou.info>
4941
4942         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4943         than curl to retrieve images.
4944
4945 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4948         the marks.
4949         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4950         (nnimap-wait-for-connection): New function.
4951         (nnimap-open-connection): If we have PREAUTH, don't query for login
4952         credentials.
4953         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4954         when doing a partial update.
4955
4956 2010-09-18  Julien Danjou  <julien@danjou.info>
4957
4958         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4959         tags.
4960
4961 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * nnimap.el (nnimap-credentials): New function.
4964         (nnimap-open-connection): Use the new function to look for credentials
4965         also on the numeric equivalents of "imap" and "imaps".
4966
4967         * gnus-start.el (gnus-activate-group): Send the info to
4968         gnus-request-group.
4969
4970         * nnimap.el (nnimap-request-group): Have the "check" version of the
4971         function parse flags and update the info, so that a `M-g' get a total
4972         resync of all flags from the group.
4973
4974         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4975         to allow backends to alter the info on group selection.  Also alter all
4976         the backend -request-group functions to take the parameter.
4977
4978         * nnimap.el (nnimap-store-info): New function.
4979         (nnimap-update-info): Store the info for later usage.
4980         (nnimap-request-group): Use the stored info for the dont-check case, so
4981         that we don't retrieve all marks when we enter a group.
4982
4983         * nnimap.el: Use deffoo instead of defun for interface functions.
4984
4985         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4986         update the group info.  This makes the nndraft groups, for instance, go
4987         back to their old behaviour.
4988
4989         * gnus-sum.el (gnus-select-newsgroup): Indent.
4990
4991         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4992         in.
4993         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4994         nothing.
4995
4996         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4997         from methods that are denied.
4998
4999         * gnus-int.el (gnus-method-denied-p): New function.
5000
5001         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5002         store the password instead of netrc.
5003         (nnimap-open-connection): Don't error out when we can't make a
5004         connections.
5005
5006         * auth-source.el (auth-source-create): In the password prompt, say what
5007         we're querying for.  Also prompt for user name if that hasn't been
5008         given.
5009
5010         * nnimap.el (nnimap-with-process-buffer): Remove.
5011
5012 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5015         method when we're reading from the agent.
5016
5017         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5018
5019         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5020         that's probably most useful for users.
5021
5022         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5023         "failed" all the time.
5024
5025         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5026         ...)) with (with-current-buffer ... ).
5027
5028         * nntp.el (nntp-open-server): Return whether the open was successful or
5029         not.
5030
5031         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5032         select an unread unseen article first.
5033
5034         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5035         /etc/services, supply some sensible port defaults.
5036
5037         * dgnushack.el: Define netrc-credentials.
5038
5039 2010-09-17  Julien Danjou  <julien@danjou.info>
5040
5041         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5042
5043 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5044
5045         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5046         doesn't have any parameters.
5047
5048 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5051         only upcased checks.
5052
5053         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5054
5055         * nnimap.el (nnimap-open-shell-stream): New function.
5056         (nnimap-open-connection): Use it.
5057         (nnimap-transform-headers): Get the number of lines in each message.
5058         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5059         number of lines.
5060         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5061         problem.
5062
5063         * utf7.el (utf7-encode): Autoload.
5064
5065         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5066         to allow the mail splitting to not return a default group.  This is
5067         useful for nnimap, which will leave unmatched mail in the inbox.
5068
5069         * nnimap.el: Rewritten.
5070
5071         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5072         nnimap usage.
5073
5074         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5075         if the move is internal, so that nnimap can do fast internal moves.
5076
5077         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5078         data.
5079         (gnus-read-active-for-groups): Support finishing the early retrieval of
5080         data.
5081
5082         * gnus-range.el (gnus-range-nconcat): New function.
5083
5084         * gnus-int.el (gnus-finish-retrieve-group-infos)
5085         (gnus-retrieve-group-data-early): New functions.
5086
5087 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5088
5089         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5090         (nnrss-retrieve-groups):
5091         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5092         (pop3-quit): Use with-current-buffer.
5093
5094 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5097         instead of nnheader-accept-process-output.
5098
5099         * dgnushack.el (dgnushack-compile): Add comment.
5100
5101         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5102
5103         * gnus-html.el (gnus-html-schedule-image-fetching)
5104         (gnus-html-prefetch-images): Replace process-kill-without-query by
5105         gnus-set-process-query-on-exit-flag.
5106
5107 2010-09-16  Romain Francoise  <romain@orebokech.com>
5108
5109         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5110
5111 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5114         parameter to unintern is mandatory-ish in Emacs 24.
5115
5116         * gnus-html.el (gnus-html-schedule-image-fetching)
5117         (gnus-html-prefetch-images): Check for curl before using it.
5118
5119         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5120         depend on curl, which isn't essential.
5121
5122         * imap.el: Revert back to version
5123         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5124         seem problematic.
5125
5126 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5127
5128         * gnus-registry.el (gnus-registry-install-shortcuts):
5129         Explicitly pass `obarray' to `unintern' to avoid a warning.
5130
5131 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5134         change.
5135
5136         * nnrss.el (nnrss-request-list): Remove this function and related
5137         functions, including the moreover stuff.
5138
5139 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * nnrss.el (nnrss-retrieve-groups): New function.
5142
5143 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5144
5145         * .dir-locals.el: Add no-byte-compile cookie.
5146
5147 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * time-date.el (format-seconds): Comment fix.
5150
5151         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5152         for back end that doesn't support request-scan.
5153
5154 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5157         then do request scans from the backends.
5158
5159         * netrc.el (netrc-credentials): New conveniency function.
5160
5161         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5162         avoid running a hook per line, since this takes a lot of time,
5163         profiling shows.
5164         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5165         directly if gnus-visual-p is true.
5166
5167 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5170         groups; replace mapcar with dolist which is a bit faster; pass groups
5171         info to gnus-read-active-file-1.
5172         (gnus-read-active-file-1): Scan only specified groups if the new
5173         optional arg `infos' is given.
5174
5175 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5178
5179         * pop3.el (pop3-movemail): Remove.
5180         (pop3-streaming-movemail): Rename to pop3-movemail.
5181
5182         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5183         don't restrict end-tag searches to the end of the line.
5184
5185 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5188         articles of every unchecked group to t, which means unknown since the
5189         server has never been opened.
5190
5191 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * gnus-html.el (gnus-html-show-alt-text): New command.
5194         (gnus-html-browse-image): Ditto.
5195         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5196         to browse the image directly.
5197         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5198         better.
5199
5200         * gnus-async.el (gnus-async-article-callback):
5201         Call `gnus-html-prefetch-images' unconditionally.
5202
5203         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5204         before feeding URLs to curl.
5205
5206 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5209         internal images as deletable by `W D D'.
5210
5211         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5212         (gnus-async-article-callback): Fix typo.
5213
5214 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5217         current line to work around bugs in the output from w3m.
5218
5219         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5220         for groups that want that.
5221
5222         * nntp.el (nntp-wait-for-string): Supply a timeout for
5223         accept-process-output to ensure progress.
5224
5225         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5226         level to get unread articles from, then use that for foreign groups,
5227         too.
5228
5229         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5230         confuses the rest of the function.
5231
5232         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5233         for the methods that support -retrieve-groups, too.
5234
5235         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5236
5237 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5240         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5241
5242         * pop3.el: Require cl when compiling.
5243         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5244
5245 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5248         that aren't going to be activated.
5249         (gnus-get-unread-articles): Fix up the last commit.
5250
5251         * gnus-html.el (gnus-article-html): Allow calling without specifying
5252         the handle.  In that case, dissect the buffer first.
5253
5254         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5255
5256         * nnimap.el (nnimap-open-connection): Revert the change that would look
5257         into authinfo for imaps instead of imap.
5258
5259         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5260         say that you don't want to call gnus-request-group with don-check, but
5261         do check the reponse.  This is for virtual groups only.
5262         (gnus-get-unread-articles): Count the archive groups as secondary, so
5263         that they're activated the same way as before.
5264
5265         * imap.el (imap-message-map): Removed optional buffer parameter, since
5266         no callers use it.
5267         (imap-message-get): Ditto.
5268         (imap-message-put): Ditto.
5269         (imap-mailbox-map): Ditto.
5270         (imap-mailbox-put): Ditto.
5271         (imap-mailbox-get): Ditto.
5272         (imap-mailbox-get): Revert last change for this function.
5273
5274         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5275         case-insensitively.
5276         (nnimap-debug): Remove.
5277
5278         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5279         to use `imap-fetch' instead.  According to the comments, this should be
5280         safe, since all other IMAP clients use the 1:* syntax.
5281         (imap-enable-exchange-bug-workaround): Removed.
5282         (imap-debug): Removed -- doesn't seem very useful.
5283
5284         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5285         mail from a file, and the file doesn't exist.
5286
5287         * imap.el (imap-log): New convenience function used throughout instead
5288         of repeating the same code all over the place.
5289
5290         * pop3.el (pop3-streaming-movemail): Return t for success.
5291
5292         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5293         .authinfo if we're using ssl connection.
5294
5295         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5296         already have if we're in a main Gnus `g' run.
5297
5298         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5299
5300 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5303
5304         * nnmh.el (nnmh-request-list-1): Bind `file'.
5305
5306         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5307         alias to set-process-query-on-exit-flag or process-kill-without-query.
5308         (pop3-open-server): Use it.
5309
5310 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5313         box to the Incoming file.  Fixes mistake in previous checkin.
5314
5315         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5316         request loop (for debugging purposes) removed.
5317
5318         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5319         culprit is more visible.
5320         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5321         (nnml-add-incremental-nov): New functions to do "incremental" nov
5322         updates, where we just append to the end of the existing nov files
5323         without reading/writing them in full.
5324
5325         * mail-source.el (mail-source-delete-crash-box): Really only check the
5326         incoming files once in a while.
5327
5328         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5329
5330         * mail-source.el (mail-source-delete-crash-box): Only check the
5331         incoming files for deletion once per day to save a lot of file
5332         accesses.
5333
5334         * pop3.el (pop3-logon): Fix up unbound variable typo.
5335
5336         * mail-source.el (pop3-streaming-movemail): Autoload.
5337
5338         * pop3.el (pop3-streaming-movemail):
5339         Respect pop3-leave-mail-on-server.
5340
5341         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5342         retrieval.
5343
5344         * pop3.el (pop3-process-filter): Remove unused function.
5345         (pop3-streaming-movemail, pop3-send-streaming-command)
5346         (pop3-wait-for-messages, pop3-write-to-file)
5347         (pop3-number-of-responses): New functions for streaming pop3
5348         retrieval.
5349
5350         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5351         come from no known methods.
5352         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5353         list.
5354
5355         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5356         message sizes.
5357         (pop3-movemail): Use erase-buffer instead of looping and deleting
5358         regions, which seems rather odd.
5359
5360         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5361         file once per `g' run.
5362
5363         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5364         directories.  This makes the draft queue directory work.
5365
5366         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5367         data from the backends, so that we only request the list of groups from
5368         each method once.  This should speed things up considerably.
5369
5370         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5371         detect that it's not implemented.
5372
5373         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5374         we actually do recurse down into the tree, but don't stat all leaf
5375         nodes.
5376
5377         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5378         then say so instead of bugging out.
5379
5380         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5381         files exist before trying to read them.
5382
5383         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5384         around <pre_int>.
5385
5386         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5387
5388         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5389
5390 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * mm-util.el (mm-image-load-path): Just return the image directories,
5393         not all directories in the path in addition to the image directories.
5394         (mm-image-load-path): Maintain a cache of the image directories so that
5395         the `g' command in Gnus doesn't have to stat dozens of directories each
5396         time.
5397
5398         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5399         (gnus-html-wash-tags): Add a new `i' command to insert images.
5400         (gnus-html-insert-image): New command and keystroke.
5401         (gnus-html-redisplay-with-images): New command and keystroke.
5402         (gnus-html-show-images): Rename command.
5403         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5404         spacers.
5405         (gnus-html-wash-tags): Decode entities at the end, so that entities
5406         inside the tags don't mess up the rest of the "parsing".
5407
5408         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5409         so that nnimap methods aren't agentized by default.  There's apparently
5410         many problems related to agent/imap behaviour.
5411
5412         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5413
5414         * gnus-html.el: Doc fix.
5415
5416 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5419         specifier-spec-list for Emacs 21.
5420
5421         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5422         glyph-width and glyph-height instead of display-graphic-p and
5423         image-size; make avoidance of displaying small images work for XEmacs.
5424
5425         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5426         for XEmacs.
5427
5428         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5429         of symbol that holds plist data.
5430         (gnus-process-plist): Remove plist of process after getting it.
5431
5432 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * message.el (message-generate-hashcash): Change default to
5435         'opportunistic if hashcash is installed.
5436
5437         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5438         (gnus-html-put-image): Only call image-size once, since it's somewhat
5439         time-consuming on remote X servers.
5440
5441 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5444         type on data, not a file name.
5445
5446         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5447         window-pixel-edges for Emacs 21.
5448
5449         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5450         decoded contents.
5451         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5452
5453 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5456         group line format, since it isn't very interesting.
5457
5458         * gnus-agent.el (gnus-agent-short-article),
5459         (gnus-agent-long-article): Increase values for these two variables,
5460         since most people are likely to have more network connection and
5461         storage than before.
5462
5463         * gnus.el (gnus-refer-article-method): Change default to 'current.
5464         When referring an article, the common behaviour is to refer it from the
5465         current select method, not the native select method.  The chances of
5466         the native select method having the message in question is rather slim
5467         these days.
5468
5469         * gnus-sum.el (gnus-auto-select-subject): Change default to
5470         `unseen-or-unread'.  I think it's likely that most people want to
5471         select an unseen article over a previously seen, but unread one.
5472
5473         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5474         means that in the article buffer none of the minor mode elements will
5475         be shown, usually, and this is not desirable in most cases.
5476
5477         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5478         that commands like `d' (and the like) go to the next line in the
5479         buffer, instead of the next unread article.  I think this is the
5480         behaviour that is most natural for most users.
5481         (gnus-single-article-buffer): Change default to nil, so that people can
5482         have as many article buffers open as they have summary buffer.  I think
5483         this is the most natural way for the groups to behave.
5484
5485         * message.el (message-generate-new-buffers): Change default to
5486         `unsent', so that all new message buffers start their names with the
5487         string "*unsent", and it's easier to find the buffers if you move from
5488         them.
5489
5490 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5493         small.  They're probably tracking images.
5494         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5495         (gnus-html-rescale-image): Yet another try at getting the image sizing
5496         right.
5497
5498         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5499         nntp-marks-file-name is nil.
5500
5501 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * gnus-html.el (gnus-html-wash-tags)
5504         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5505         Better logging.
5506
5507 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5510
5511         * gnus-html.el (gnus-html-wash-tags): Check the value of
5512         gnus-blocked-images in the summary buffer.
5513
5514 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5517
5518 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5521         like "a", it seems like.
5522         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5523         since it needs to be picked from the correct buffer.
5524
5525         * nnwfm.el: Remove.
5526
5527         * nnlistserv.el: Remove.
5528
5529 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5532         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5533
5534 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * nnkiboze.el: Remove.
5537
5538         * nndb.el: Remove.
5539
5540         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5541         alt text.
5542         (gnus-html-rescale-image): Try to get the rescaling logic right for
5543         images that are just wide and not tall.
5544
5545         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5546         overshadow variable bindings.
5547
5548 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-html.el (gnus-html-wash-tags)
5551         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5552         Add extra logging.
5553
5554 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555
5556         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5557         (gnus-max-image-proportion): New variable.
5558         (gnus-html-rescale-image): New function.
5559         (gnus-html-put-image): Rescale images.
5560
5561 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         Fix up some byte-compiler warnings.
5564         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5565         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5566         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5567         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5568         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5569         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5570         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5571
5572 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-html.el (gnus-article-html): Decode contents by charset.
5575
5576 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5579         (gnus-html-frame-width, gnus-blocked-images)
5580         * message.el (message-prune-recipient-rules): Add custom version.
5581         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5582
5583         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5584         functions.
5585
5586         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5587         gnus-process-get.
5588
5589 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5590
5591         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5592         instead of lsub directly.
5593
5594 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * nnwarchive.el: Remove.
5597
5598         * gnus-soup.el: Remove.
5599
5600         * nnsoup.el: Remove.
5601
5602         * nnultimate.el: Remove.
5603
5604         * gnus-html.el (gnus-blocked-images): New variable.
5605
5606         * message.el (message-prune-recipients): New function.
5607         (message-prune-recipient-rules): New variable.
5608
5609         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5610         guess whether a long line is natural text or not.
5611
5612         * gnus-html.el (gnus-html-schedule-image-fetching):
5613         Use gnus-process-plist and friends for compatibility.
5614
5615 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5616
5617         * gnus-html.el: Require packages that define macros used in this file.
5618         (gnus-article-mouse-face): Declare to silence byte-compiler.
5619         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5620         process-get.
5621         (gnus-html-put-image): Use plist-get to avoid getf.
5622         (gnus-html-prefetch-images): Use with-current-buffer.
5623
5624 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-ems.el: Provide compatibility functions for
5627         gnus-set-process-plist.
5628
5629         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5630         header-line-format for XEmacs 21.4.
5631
5632         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5633         * gnus.el (gnus-valid-select-methods)
5634         * message.el (message-send-mail-partially-limit)
5635         * mm-decode.el (mm-text-html-renderer)
5636         * mml.el (mml-insert-mime-headers-always)
5637         * smiley.el (smiley-regexp-alist): Bump custom version.
5638
5639 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-html.el: require mm-url.
5642         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5643         with the url to `url'.
5644         (gnus-html-wash-tags): Support cid: URLs/images.
5645
5646 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5649         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5650         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5651
5652         * gnus-move.el: Remove file, since it doesn't really work.
5653
5654         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5655         UTF-8.  This seems to fix problems with some German web feeds.
5656
5657         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5658         at the top so that the proper colours are applied.
5659
5660         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5661         don't have dots in their names.
5662
5663         * gnus-art.el (gnus-article-view-part): Doc fix.
5664
5665         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5666         XEmacs-compatible.
5667         (gnus-html-put-image): Don't do images on non-graphic displays.
5668
5669         * nnslashdot.el: Remove this unused backend.
5670
5671         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5672         actions.
5673         (gnus-undo-register-1): Revert last change.
5674
5675         * gnus-group.el (gnus-group-completing-read): Protect against not
5676         having completion-styles bound.
5677
5678         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5679         make broken recipients happier.
5680
5681         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5682
5683         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5684         point parameter.
5685
5686         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5687
5688         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5689         completion-styles for group selection.
5690
5691 2009-02-04  Andreas Schwab  <schwab@suse.de>
5692
5693         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5694         headers and regexp-quote the match if necessary.
5695
5696 2009-03-24  Miles Bader  <miles@gnu.org>
5697
5698         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5699         the blinking smiley.
5700
5701 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5702
5703         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5704         blink smiley.
5705
5706 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5709         where the dribbel file lives exists.
5710
5711         * message.el (message-send-mail-partially-limit): Change the default to
5712         nil, since most people don't want this.
5713
5714         * mm-url.el (mm-url-decode-entities): Also decode entities like
5715         &#x3212.
5716
5717 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5718
5719         * gnus-sum.el (gnus-summary-idna-message):
5720         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5721         Hyperlink urls in docstrings with URL `...'.
5722
5723 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5724
5725         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5726         functions.
5727
5728 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5731         say what the mouseover text should be.
5732
5733         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5734         version of the mm-w3m-safe-url-regexp variable to only download images
5735         in the groups where we want that to happen.
5736
5737         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5738
5739         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5740         easier debugging.
5741         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5742         big pictures in the article buffer.
5743
5744         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5745         gnus-article-html.
5746         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5747         w3m.
5748
5749         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5750
5751 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5754         which doesn't exist.
5755
5756         * message.el (message-inhibit-ecomplete): New variable to allow some
5757         function to inhibit ecomplete address storage.
5758         (message-resend): Disable ecomplete message storage when resending
5759         messages.
5760
5761         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5762
5763 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5766         Save excursion while copying, moving, and deleting articles in order to
5767         prevent the cursor from jumping to unforeseen place.
5768
5769 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * lpath.el: No need to bind bookmark-current-buffer,
5772         bookmark-yank-point and bookmark-make-record-function.
5773
5774 2010-08-17  Glenn Morris  <rgm@gnu.org>
5775
5776         * gnus-sync.el: Require gnus components whose functions are used.
5777
5778         * gnus-art.el (bookmark-make-record-function):
5779         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5780         Declare for compiler.
5781
5782         * mm-url.el (mml-compute-boundary): Autoload.
5783
5784 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5787
5788 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         Typo fix "hoo4a" -> "hook".
5791
5792         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5793
5794 2010-08-14  Glenn Morris  <rgm@gnu.org>
5795
5796         * gnus-sync.el (gnus-sync): Fix defgroup version.
5797
5798 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5801
5802         * gnus-sync.el: Fix docs.
5803         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5804         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5805
5806 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         Optimizations for gnus-sync.el.
5809
5810         * gnus-sync.el: Add docs about gnus-sync-backend
5811         possibilities.
5812         (gnus-sync-save): Remove unnecessary message.
5813         (gnus-sync-read): Optimize and show what groups were skipped.
5814
5815 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         Minor bug fixes for gnus-sync.el.
5818
5819         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5820         Don't read the sync on get-new-news.
5821
5822         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5823         quiet.
5824
5825         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5826         (fix typo).
5827
5828 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5829
5830         Make saving and restoring of hidden threads work with overlays.
5831         Patch applied by Ted Zlatanov.
5832
5833         * gnus-sum.el (gnus-hidden-threads-configuration)
5834         (gnus-restore-hidden-threads-configuration): Update to deal with text
5835         properties, rather than searching for a magic character.
5836
5837 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         New gnus-sync.el library for synchronization of marks.
5840
5841         * gnus-sync.el: New library for synchronization of marks.
5842
5843         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5844         renamed from `gnus-registry-grep-in-list'.
5845
5846         * gnus-registry.el (gnus-registry-follow-group-p):
5847         Use `gnus-grep-in-list'.
5848
5849         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5850
5851 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5854         determining charset of text fails.
5855
5856 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * nnmail.el (nnmail-get-new-mail-1): Revert.
5859
5860         * nnml.el (nnml-active-number): Make sure names of newly created groups
5861         in nnml-group-alist are encoded.
5862
5863 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5866         containing non-ASCII characters in active file for nnml back end.
5867
5868 2010-07-24  David Engster  <dengste@eml.cc>
5869
5870         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5871         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5872
5873 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5876         tag (Bug#6654).
5877
5878 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5881         the article buffer, not the summary buffer.
5882
5883 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5886         Emacs 23 as well.
5887
5888 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5891         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5892
5893 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5894
5895         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5896         Patch applied by Karl Fogel.
5897
5898         * gnus-sum.el (gnus-summary-bookmark-make-record):
5899         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5900
5901 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5902
5903         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5904         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5905         C-w still not working correctly from Article buffers; Thierry's
5906         patch to fix that will be applied after this.
5907
5908         * gnus-art.el (bookmark-make-record-function): New local variable.
5909
5910         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5911         article buffer.
5912         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5913
5914 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5915
5916         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5917         on changes in bookmark.el.
5918
5919 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5922         `no-log' instead of message not to log prompt string.
5923
5924 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5925
5926         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5927         the *other* type of HTML form submission.
5928
5929 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5930
5931         * auth-source.el (auth-source-pick): If choice does not contain a
5932         questioned keyword, set the check to t.
5933
5934 2010-06-12  Romain Francoise  <romain@orebokech.com>
5935
5936         * gnus-util.el (gnus-date-get-time): Move up before first use.
5937
5938 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5941         (gnus-article-edit-part): Bind it to make last part that is substituted
5942         or deleted visible.
5943         (gnus-mime-display-single): Buttonize part of which id equals to
5944         gnus-mime-buttonized-part-id.
5945
5946 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5947
5948         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5949         (gnus-dd-mmm): Use gnus-date-get-time.
5950         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5951         simplify logic.
5952         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5953         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5954
5955 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5956
5957         * auth-source.el (top): Autoload `secrets-list-collections',
5958         `secrets-create-item', `secrets-delete-item'.
5959         (auth-sources): Fix tag string.
5960         (auth-get-source, auth-source-retrieve, auth-source-create)
5961         (auth-source-delete): New defuns.
5962         (auth-source-pick): Rewrite in order to avoid 2 passes.
5963         (auth-source-forget-user-or-password): New parameter USERNAME.
5964         (auth-source-user-or-password): New parameters CREATE-MISSING and
5965         DELETE-EXISTING.  Retrieve password interactively, if needed.
5966
5967 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5968
5969         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5970         deleting unused directories when gnus-expert-user is t.
5971
5972 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5975         for each temp file when gnus-article-browse-delete-temp is ask.
5976
5977 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5978
5979         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5980         Lisp calls to delete-backward-char by calls to delete-char.
5981
5982 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5983
5984         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5985
5986 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5987
5988         * password-cache.el (password-cache-remove): Fix docstring.
5989
5990 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5993         article unless decoding article to be saved.
5994
5995 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5998         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5999         generated within the mm-with-unibyte-current-buffer macro.
6000
6001 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6004         to nil when we're in a mml-preview buffer and no group is selected.
6005
6006 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6007
6008         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6009         when catching the `C-g'.  Reported by "Leo".
6010
6011 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * message.el (message-forward-make-body-plain)
6014         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6015         multibyte-string-p.
6016
6017         * lpath.el: Revert.
6018
6019 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * message.el (message-forward-make-body-mml): Assume original message
6022         is multibyte string; error on unibyte.
6023         (message-forward-make-body-plain): Ditto; don't add excessive newline
6024         in body end.
6025
6026         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6027
6028 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6029
6030         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6031         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6032
6033 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * mm-extern.el (mm-extern-url): Don't use
6036         mm-with-unibyte-current-buffer.
6037         (mm-extern-cache-contents): Use with-current-buffer instead of
6038         save-excursion + set-buffer.
6039
6040 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * mm-util.el (mm-emacs-mule): Remove.
6043
6044 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6045
6046         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6047         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6048         change.
6049
6050 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6053         bind the default value of enable-multibyte-characters to nil.
6054
6055 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * message.el (message-forward-make-body-plain)
6058         (message-forward-make-body-mml):
6059         Don't use mm-with-unibyte-current-buffer.
6060
6061 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6062
6063         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6064
6065 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6066
6067         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6068         (Bug#5592).
6069
6070 2010-05-07  Julien Danjou  <julien@danjou.info>
6071
6072         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6073         it to mm-pipe-part.
6074
6075         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6076         it is given.
6077
6078 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * binhex.el (binhex-decode-region-internal)
6081         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6082         (dns-query)
6083         * nnweb.el (nnweb-gmane-search)
6084         * pgg-parse.el (pgg-parse-armor)
6085         * pgg.el (pgg-verify-region)
6086         * sha1.el (sha1-string-external)
6087         * uudecode.el (uudecode-decode-region-internal)
6088         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6089         XEmacs.
6090
6091         * gnus-art.el (gnus-article-browse-html-parts)
6092         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6093         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6094         make-temp-file.
6095
6096         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6097         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6098         compiling.
6099
6100         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6101         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6102         XEmacs when compiling.
6103
6104         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6105         gnus-pick-mode-off-hook for XEmacs when compiling.
6106         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6107         gnus-binary-mode-off-hook for XEmacs when compiling.
6108
6109         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6110         Return nil if char-charset is not available.
6111
6112         * imap.el (imap-disable-multibyte)
6113         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6114         macros.
6115
6116         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6117         instead of encode-coding-string.
6118
6119         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6120         'xemacs) instead of mm-emacs-mule to switch function definitions.
6121         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6122
6123         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6124         bind temporary-file-directory for XEmacs;
6125         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6126         timer-set-function for XEmacs 21.4 and SXEmacs;
6127         bind timer-list for XEmacs 21.4 and SXEmacs;
6128         fbind char-charset and find-charset-region for non-Mule XEmacs;
6129         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6130         encode-coding-region and encode-coding-string for XEmacs having no
6131         file-coding feature.
6132
6133 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6134
6135         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6136
6137 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6140         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6141
6142 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6143
6144         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6145         alias `jka-compr-delete-temp-file' no longer exists.
6146
6147 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6148
6149         Use define-minor-mode in Gnus where applicable.
6150         * mml.el (mml-mode): Use define-minor-mode.
6151         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6152         (gnus-undo-mode): Use define-minor-mode.
6153         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6154         (gnus-dead-summary-mode): Use define-minor-mode.
6155         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6156         Initialize in declaration.
6157         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6158         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6159         (gnus-mailing-list-mode): Use define-minor-mode.
6160         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6161         (gnus-draft-mode): Use define-minor-mode.
6162         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6163         (gnus-dired-mode): Use define-minor-mode.
6164
6165 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6166
6167         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6168         handles on recursive mml-to-mime translation and check them for
6169         boundary delimiter collisions.  Reported by Greg Troxel.
6170
6171 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6174
6175 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * mm-util.el (mm-find-buffer-file-coding-system):
6178         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6179
6180 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6181
6182         * message.el (message-generate-headers): Record insertion of optional
6183         headers as well.  Otherwise the check to prevent repeated insertion of
6184         optional headers is a no-op.
6185
6186 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * smime.el: Don't mention CVS.
6189
6190         * nnrss.el (nnrss-fetch): Don't mention CVS.
6191
6192         * nnir.el: Don't mention CVS.
6193
6194 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6195
6196         * gnus-sum.el (gnus-summary-bookmark-make-record):
6197         Add `location' field.
6198
6199 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * lpath.el: Fbind bookmark-default-handler,
6202         bookmark-get-bookmark-record, bookmark-make-record-default,
6203         bookmark-prop-get for Emacs <23 and XEmacs.
6204
6205 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6208         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6209         Use with-current-buffer to silence the byte-compiler.
6210         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6211         bother to require `gnus'.
6212         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6213
6214 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6215
6216         * gnus-sum.el (gnus-summary-bookmark-make-record)
6217         (gnus-summary-bookmark-jump): New functions.
6218         (gnus-summary-mode): Setup bookmark support.
6219
6220 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6221
6222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6223         if set.
6224
6225 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6228         gnus-article-browse-html-save-cid-image; make it work recursively for
6229         forwarded messages as well.
6230         (gnus-article-browse-html-parts): Work when prefix arg is given.
6231         (gnus-article-browse-html-article): Doc fix.
6232
6233 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6234
6235         * message.el (message-default-mail-headers):
6236         (message-default-headers): Carry the value mail-default-headers over
6237         into message-default-mail-headers, rather than message-default-headers.
6238
6239 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6240
6241         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6242         charset.
6243
6244         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6245         charset into the <meta> tag when the article is encoded to utf-8.
6246
6247 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (gnus-article-browse-delete-temp-files):
6250         Delete directories as well.
6251         (gnus-article-browse-html-parts): Work for images that do not specify
6252         file names; delete temp directory when quitting; insert header at the
6253         right place; use file: scheme for image files.
6254
6255 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6256
6257         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6258         (gnus-article-browse-html-parts): Use it to make temporary cid image
6259         files in addition to html file so that browser may display them.
6260
6261 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6264
6265 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6268
6269 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * auth-source.el (auth-sources): Change default to be simpler.
6272         Explain about Secret Service API sources.  Improve Customize options.
6273         (auth-source-pick): Change to accept any number of search parameters.
6274         Implement fallbacks iteratively, not recursively.  Add scoring on the
6275         second pass and sort by score.  Call Secret Service API when needed.
6276         (auth-source-user-or-password): Use it.  Call Secret Service API
6277         directly when needed to get the user name and the password.
6278
6279 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6280
6281         * message.el (message-interactive): Doc fix.
6282         (message-qmail-inject-args): Reflow.
6283         (message-kill-to-signature): Fix typo in docstring.
6284
6285         * smiley.el (smiley-buffer): Fix typo in docstring.
6286
6287 2010-03-24  Glenn Morris  <rgm@gnu.org>
6288
6289         * mail-source.el (gnus-message): Declare.
6290         (mail-source-delete-old-incoming): Require gnus-util.
6291
6292 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6295
6296         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6297
6298         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6299         password-cache's default if it is not bound.
6300         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6301         password-cache-expiry's default if it is not bound.
6302
6303         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6304         available in Emacs 21.
6305
6306         * lpath.el: Suppress compiler warnings for:
6307         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6308         XEmacs;
6309         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6310         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6311         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6312
6313 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6314
6315         * auth-source.el (auth-sources): Fix up definition so extra parameters
6316         are always inline.
6317
6318 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6319
6320         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6321         wasn't updated after mismatch.  Clear cached mailbox info correctly
6322         when uidvalidity changes.
6323         (nnimap-group-prefixed-name): New function to avoid some code
6324         duplication.
6325         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6326         (nnimap-request-group): Use it.
6327         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6328         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6329         with many imap folders.  This is done by caching the group status from
6330         the imap server persistently in a group parameter `imap-status'.  (This
6331         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6332         but not persistently, so every Gnus startup was still very slow.)
6333
6334 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6337         delete the extra newline.  Otherwise editing of :string and :number
6338         types don't work.
6339
6340 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6343         secrets.el dependency.
6344         (auth-sources): Add optional user name.  Add secrets.el configuration
6345         choice (unused right now).
6346
6347 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * gnus-sum.el (gnus-summary-make-menu-bar):
6350         Let `gnus-registry-install-shortcuts' fill in the functions.
6351
6352         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6353         warnings.
6354         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6355         (gnus-registry-install-shortcuts): Populate and use it in a
6356         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6357
6358 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6359
6360         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6361         In-place substitutions for the group name encoding/decoding.
6362         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6363         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6364         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6365         (nnimap-update-unseen, nnimap-request-list)
6366         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6367         (nnimap-request-set-mark, nnimap-split-to-groups)
6368         (nnimap-split-articles, nnimap-request-newgroups)
6369         (nnimap-request-create-group, nnimap-request-accept-article)
6370         (nnimap-request-delete-group, nnimap-request-rename-group)
6371         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6372         `encoded-mbx' for consistency.
6373         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6374         variable `imap-current-mailbox'.
6375
6376         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6377         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6378
6379 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6380
6381         * pop3.el (pop3-display-message-size-flag): Display message size byte
6382         counts during POP3 download.
6383         (pop3-movemail): Use it.
6384         (pop3-list): Implement listing of available messages.
6385
6386 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6387
6388         * nnir.el (nnir-get-article-nov-override-function): New function to
6389         override the normal NOV retrieval.
6390         (nnir-retrieve-headers): Use it.
6391
6392 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6393
6394         * auth-source.el (netrc-machine-user-or-password): Autoload.
6395
6396 2010-03-19  Glenn Morris  <rgm@gnu.org>
6397
6398         Stop message.el from loading about 40 libraries it doesn't always need.
6399         The general approach is to autoload rather than require, and to
6400         require in the specific functions rather than the file.  (Bug#5642)
6401
6402         * gmm-utils.el: Don't require wid-edit.
6403         (widget-create-child-value, widget-convert, widget-default-get):
6404         Autoload.
6405
6406         * gnus-util.el: Don't require time-date, netrc.
6407         (message-fetch-field, gnus-group-name-decode): Declare rather than
6408         autoloading.
6409         (gnus-fetch-field): Require message.
6410         (gnus-decode-newsgroups): Require gnus-group.
6411
6412         * ietf-drums.el: Don't require time-date.
6413
6414         * message.el: Don't require hashcash, canlock, ecomplete.
6415         Do require mail-utils.  Require nnheader only when compiling.
6416         (smtpmail-default-smtp-server): Remove declaration.
6417         (message-send-mail-function): Check smtpmail-default-smtp-server
6418         is bound rather than requiring smtpmail.
6419         (message-auto-save-directory, message-insert-signature):
6420         Use expand-file-name rather than nnheader-concat.
6421         (nnheader-insert-file-contents): Autoload.
6422         (hashcash-wait-async): Declare.
6423         (message-send-mail): Only call gnus-setup-posting-charset if
6424         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6425         (message-send-mail-with-sendmail): Require sendmail.
6426         (canlock-password, canlock-password-for-verify): Declare.
6427         (message-canlock-password): Require canlock.
6428         (nnheader-get-report): Autoload.
6429         (gnus-setup-posting-charset): Declare.
6430         (message-send-news): Require gnus-msg.
6431         (message-make-references, message-make-in-reply-to): Use mail-header-id
6432         rather than the alias mail-header-message-id.
6433         (ecomplete-add-item, ecomplete-save): Declare.
6434         (message-put-addresses-in-ecomplete): Require ecomplete.
6435         (ecomplete-display-matches): Autoload.
6436
6437         * mm-decode.el: Don't require mailcap, gnus-util.
6438         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6439         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6440         Autoload.
6441         (mailcap-mime-extensions): Declare.
6442
6443         * mm-encode.el: Don't require mailcap.
6444         (mailcap-extension-to-mime): Autoload.
6445
6446         * mml-sec.el: Don't require password-cache.
6447
6448         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6449         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6450         (mml-minibuffer-read-type): Require mailcap.
6451         (mml-preview): Require gnus-msg.
6452
6453         * mml1991.el: Require password-cache.
6454         (password-cache-expiry): Remove declaration.
6455
6456         * mml2015.el: Require password-cache.
6457         (password-cache-expiry): Remove declaration.
6458
6459         * nneething.el (mailcap): Require mailcap.
6460
6461         * nnheader.el (declare-function): Add compatibility stub.
6462         (message-remove-header): Declare rather than autoload.
6463         (nnheader-replace-header): Require message.
6464
6465         * nnimap.el (declare-function): Add compatibility stub.
6466         (netrc-parse, netrc-machine-user-or-password): Declare.
6467         (nnimap-open-connection): Require netrc.
6468
6469         * nntp.el (declare-function): Add compatibility stub.
6470         (netrc-parse, netrc-machine, netrc-get): Declare.
6471         (nntp-send-authinfo): Require netrc.
6472
6473         * rfc2047.el: Don't require qp.
6474         (quoted-printable-encode-region, quoted-printable-decode-string):
6475         Autoload.
6476
6477         * sieve-mode.el: Don't require easymenu.
6478         (easy-menu-add-item): Autoload it.
6479
6480         * spam-stat.el (time-to-number-of-days): Autoload it.
6481
6482 2010-03-19  Glenn Morris  <rgm@gnu.org>
6483
6484         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6485
6486 2010-03-18  Glenn Morris  <rgm@gnu.org>
6487
6488         * hashcash.el (declare-function): Remove duplicate definition.
6489
6490 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6491
6492         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6493         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6494         value if any backslash escapes).
6495
6496 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6499         if it is available.  (bug#5647)
6500
6501         * lpath.el: Suppress compiler warning for coding-system-from-name for
6502         Emacs 21 and XEmacs.
6503
6504 2010-03-14  Juri Linkov  <juri@jurta.org>
6505
6506         * hmac-def.el:
6507         * hmac-md5.el:
6508         * netrc.el: Fix keywords.
6509
6510 2010-02-26  Glenn Morris  <rgm@gnu.org>
6511
6512         * message.el (message-send-mail-function): Change the default, so that
6513         it inherits from a customized send-mail-function.  (Bug#5643)
6514
6515 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6518         shell-command-to-string signals an error (bug#5299).
6519
6520 2010-02-24  Glenn Morris  <rgm@gnu.org>
6521
6522         * message.el (message-smtpmail-send-it)
6523         (message-send-mail-with-mailclient): Doc fixes.
6524
6525 2010-02-16  Glenn Morris  <rgm@gnu.org>
6526
6527         * message.el (message-default-mail-headers): Change the default value
6528         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6529
6530 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6533         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6534
6535 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6536
6537         * time-date.el (date-to-time): Doc fix (Bug#5408).
6538
6539 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6540
6541         * message.el (message-mail): Just pass yank-action on to message-setup.
6542         (message-setup): Handle (FUN . ARGS) form of yank-action.
6543         (message-with-reply-buffer, message-widen-reply)
6544         (message-yank-original): Handle non-buffer values of
6545         message-reply-buffer (Bug#4080).
6546         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6547
6548 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6549
6550         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6551         Fix typo in docstring.
6552
6553 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6554
6555         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6556         response.
6557
6558 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6561
6562         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6563
6564         * message.el (message-check-news-header-syntax): Protect against a
6565         string that `rfc822-addresses' returns when parsing fails.
6566
6567 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6570         (gnus-previous-char-property-change): New functions.
6571
6572         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6573
6574 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6575
6576         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6577         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6578
6579 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6580
6581         * message.el (message-exchange-point-and-mark): Rework last change to
6582         avoid using optional arg of exchange-point-and-mark, for backward
6583         compatibility.
6584
6585 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6586
6587         * message.el (message-exchange-point-and-mark):
6588         Call exchange-point-and-mark with an argument rather than setting
6589         mark-active by hand (Bug#5175).
6590
6591 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * nntp.el (nntp-service-to-port): Work for service expressed with
6594         numeric string; replace [:digit:] with [0-9] for XEmacs.
6595
6596 2009-12-17  Glenn Morris  <rgm@gnu.org>
6597
6598         * gnus-group.el (gnus-bug-group-download-format-alist):
6599         Change emacs entry to debbugs.gnu.org.  Bump :version.
6600
6601 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6604
6605 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * message.el (message-info): Explain why we use `Info-goto-node'.
6608
6609 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6612
6613 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * message.el (message-completion-in-region): New compatibility function.
6616         (message-expand-group): Use it.
6617
6618 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6621         with no unread article should be listed if the 2nd arg `predicate' is
6622         given.
6623
6624 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6627
6628 2009-11-29  Juri Linkov  <juri@jurta.org>
6629
6630         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6631         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6632         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6633
6634 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6635
6636         * sha1.el (sha1-string-external): default-directory "/" in case
6637         otherwise non-existent.  process-connection-type pipe for touch of
6638         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6639
6640 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6641
6642         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6643         it's comms related and sgml-mode.el has "comm" on that basis too.
6644
6645 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6648         containing tspecial characters if they have been already quoted.
6649
6650 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6651
6652         * dns-mode.el (auto-mode-alist): Purecopy string.
6653
6654 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6657
6658 2009-10-24  Glenn Morris  <rgm@gnu.org>
6659
6660         * gnus-art.el (help-xref-stack-item): Define for compiler.
6661
6662 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6663
6664         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6665
6666 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6669
6670 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6673         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6674
6675 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6678         (gnus-overlays-in): New alias to overlays-in.
6679
6680         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6681         gnus-overlay-get, and gnus-delete-overlay.
6682         (gnus-summary-show-thread): Make it work as well for systems in which
6683         next-single-char-property-change is not available.
6684         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6685
6686         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6687         (gnus-overlay-get): New alias to extent-property.
6688         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6689
6690         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6691         SXEmacs.
6692
6693         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6694         SXEmacs.
6695
6696 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6699
6700 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6701
6702         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6703         and XEmacs that don't have `remove-overlays'.
6704
6705 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6708         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6709         selective display.  Use overlays instead.
6710
6711 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6712
6713         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6714
6715 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6716
6717         * spam-stat.el (spam-stat-load): Fix typo in message.
6718
6719 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6720
6721         * dig.el (dig-invoke): Fix typo in docstring.
6722         (query-dig): Reflow docstring.
6723
6724 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6725
6726         * gnus-art.el (gnus-article-encrypt-body):
6727         * message.el (message-check-recipients):
6728         * mm-util.el (mm-codepage-setup):
6729         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6730         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6731
6732 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6733
6734         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6735         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6736         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6737         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6738         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6739
6740 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6741
6742         * dig.el: Add "Keywords: comm", as per net-utils.el.
6743
6744 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * dig.el (dig-mode): Use define-derived-mode.
6747
6748 2009-09-19  Glenn Morris  <rgm@gnu.org>
6749
6750         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6751
6752 2009-09-18  Glenn Morris  <rgm@gnu.org>
6753
6754         * gnus-diary.el (gnus-diary-check-message):
6755         * message.el (message-insert-formatted-citation-line):
6756         * nnbabyl.el (top-level):
6757         * nndiary.el (nndiary-schedule):
6758         Fix typos in condition-case handlers.
6759
6760 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6763         configuration that provides the sole article window in a frame;
6764         position point correctly after deleting a part.
6765
6766 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6767
6768         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6769         (spam-resolve-registrations-routine): Use it to unregister articles
6770         that change status.
6771
6772 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6775         with XEmacs.
6776         (parse-time-string-chars): Use it.
6777
6778 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * imap.el (imap-interactive-login): Better messages.
6781         (imap-open): Fix bug with renamed buffer on reconnect.
6782         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6783         for easier debugging and cleaner code.  On successful (guessed based on
6784         server capabilities) secondary authentication, set imap-state
6785         correctly.
6786         (imap-last-authenticator): Define imap-last-authenticator as a variable
6787         to avoid warnings.
6788
6789 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * nnrss.el (nnrss-request-article): Remove binding of
6792         default-enable-multibyte-characters that has gotten needless by
6793         the 2007-07-13 change in rfc2047-encode-message-header.
6794
6795         * mml.el (mml-insert-multipart): Error on the message header.
6796         (mml-insert-part): Error on the message header; position point at
6797         the end of a MIME tag.
6798
6799 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * time-date.el (autoload): Expand define-obsolete-function-alias into
6802         defalias and make-obsolete for old Emacsen that Gnus supports.
6803         (with-no-warnings): Define it for old Emacsen.
6804         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6805         is available.
6806         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6807         float-time is available; suppress compile warning for time-to-seconds.
6808
6809         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6810         (gnus-float-time): Alias to float-time if it exists.
6811
6812         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6813         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6814         float-time is available; suppress compile warning for time-to-seconds.
6815
6816         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6817         XEmacs.
6818
6819 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * imap.el (imap-message-map): Docstring fix.
6822
6823 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6826         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6827         Add the optional argument `encoding' that overrides the default.
6828
6829         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6830         mm-encode-buffer.
6831
6832 2009-09-04  Glenn Morris  <rgm@gnu.org>
6833
6834         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6835         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6836         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6837         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6838         * mm-util.el (mm-with-unibyte-current-buffer)
6839         (mm-find-buffer-file-coding-system):
6840         * yenc.el (yenc-decode-region): Use default-value rather than
6841         default-enable-multibyte-characters.
6842
6843 2009-09-03  Glenn Morris  <rgm@gnu.org>
6844
6845         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6846         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6847         than default-enable-multibyte-characters.
6848
6849 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6850
6851         * gnus-art.el (gnus-article-read-summary-keys):
6852         Fix gnus-buffer-configuration's value temporarily used.
6853
6854 2009-09-02  Glenn Morris  <rgm@gnu.org>
6855
6856         * gnus-util.el (gnus-float-time): New function.
6857         * gnus-delay.el (gnus-delay-article):
6858         * gnus-sum.el (gnus-thread-latest-date):
6859         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6860         * nnspool.el (nnspool-request-newgroups):
6861         Use gnus-float-time rather than time-to-seconds.
6862         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6863
6864         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6865         (gnus-header-subject-face, gnus-header-newsgroups-face)
6866         (gnus-header-name-face, gnus-header-content-face):
6867         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6868         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6869         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6870         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6871         (gnus-cite-face-11):
6872         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6873         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6874         (gnus-server-closed-face, gnus-server-denied-face)
6875         (gnus-server-offline-face):
6876         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6877         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6878         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6879         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6880         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6881         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6882         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6883         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6884         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6885         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6886         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6887         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6888         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6889         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6890         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6891         (gnus-summary-high-undownloaded-face)
6892         (gnus-summary-low-undownloaded-face)
6893         (gnus-summary-normal-undownloaded-face)
6894         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6895         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6896         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6897         (gnus-splash-face):
6898         * message.el (message-header-to-face, message-header-cc-face)
6899         (message-header-subject-face, message-header-newsgroups-face)
6900         (message-header-other-face, message-header-name-face)
6901         (message-header-xheader-face, message-separator-face)
6902         (message-cited-text-face, message-mml-face):
6903         * sieve-mode.el (sieve-control-commands-face)
6904         (sieve-action-commands-face, sieve-test-commands-face)
6905         (sieve-tagged-arguments-face):
6906         * spam.el (spam-face):
6907         Mark face aliases with "-face" in the name as obsolete.
6908
6909 2009-09-01  Glenn Morris  <rgm@gnu.org>
6910
6911         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6912         than goto-line.
6913
6914 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6917         Don't move point if the command is invoked inside the message header.
6918
6919 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6920
6921         * imap.el (imap-send-command): Simplify.
6922         (imap-wait-for-tag): point-max -> buffer-size.
6923
6924 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6925
6926         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6927         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6928         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6929         * nnir.el (nnir-swish-e-index-file):
6930         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6931         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6932         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6933         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6934         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6935         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6936
6937 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6940         Don't save excursion.
6941
6942 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6943
6944         * nnheader.el (nnheader-find-file-noselect):
6945         * mm-util.el (mm-insert-file-contents):
6946         Use (default-value 'major-mode) instead of default-major-mode.
6947
6948 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6949
6950         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6951
6952 2009-08-26  Glenn Morris  <rgm@gnu.org>
6953
6954         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6955         than placing in files.el.
6956
6957 2009-08-25  Glenn Morris  <rgm@gnu.org>
6958
6959         * nnir.el (top-level): Don't require cl at run-time.
6960         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6961         Replace cl-function substitute with gnus-replace-in-string.
6962         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6963         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6964         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6965         simplified expansions.
6966
6967 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6968
6969         * dig.el (dig): Add autoload cookie.
6970
6971 2009-08-22  Glenn Morris  <rgm@gnu.org>
6972
6973         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6974         goto-line.
6975
6976 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6977
6978         * parse-time.el (parse-time-string-chars): Save match data.
6979
6980 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6981
6982         * parse-time.el (parse-time-string-chars): Compute using character
6983         classes, to handle non-ascii characters (Bug#3190).
6984
6985 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6988
6989         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6990         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6991         (gnus-mm-display-part, gnus-mime-display-single)
6992         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6993         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6994
6995         * gnus-sum.el
6996         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6997         (gnus-summary-move-article): Add expirable mark to articles copied or
6998         moved to group that has auto-expire turned on if the option is non-nil.
6999
7000 2009-07-24  Glenn Morris  <rgm@gnu.org>
7001
7002         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7003         Fix typo.  (Bug#3903)
7004
7005 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7008         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7009         that should not be used for draft articles.
7010         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7011         that has no concern in minor mode keys.
7012         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7013         Abolish.
7014
7015 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7018         article without making inquiry to a user for unknown encoding.
7019
7020         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7021         (nnmaildir--scan): Assume i-node and device number that file-attributes
7022         returns might be cons-cell.
7023
7024         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7025
7026         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7027
7028 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * auth-source.el: Remove docs now in auth.texi.  Don't use
7031         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7032         `auth-source-hide-passwords' and use them.
7033
7034 2009-07-15  Glenn Morris  <rgm@gnu.org>
7035
7036         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7037
7038 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7041         excessive whitespace from the default values of title and description.
7042
7043 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7046         mail-fetch-field to fetch Content-Description header in order to
7047         exclude newlines.
7048
7049 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7050
7051         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7052         format used by GnuPG 2.0.11.
7053
7054 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7057         to deleted part.
7058
7059 2009-05-30  David Engster  <dengste@eml.cc>
7060
7061         * nnmairix.el: Remove old documentation in the commentary block.
7062         (nnmairix-request-group): Do not update active file for nnml back ends.
7063         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7064         end so that overview files are ignored.
7065         (nnmairix-update-groups): Make updating the groups more robust by using
7066         marks.
7067         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7068         with dollar characters in message-id.
7069
7070 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7073         2008-12-25 in dns.el.
7074
7075 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7076
7077         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7078         could happen if the text is only composed of spaces and/or tabs.
7079
7080 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7081
7082         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7083         when sending a queued message to avoid extra mml tags.
7084
7085 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7088
7089 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7092         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7093         rmail-toggle-header for XEmacs;
7094         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7095
7096 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-dired.el: Remove autoload for gnus-setup-message.
7099         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7100         displaying Gnus logo; always use compose-mail.
7101
7102 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7105
7106 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7109         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7110         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7111         available.
7112         (gnus-nocem-epg-verify): New function.
7113
7114 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7117
7118 2009-02-15  Glenn Morris  <rgm@gnu.org>
7119
7120         * gnus-util.el (rmail-insert-rmail-file-header)
7121         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7122         autoloads.
7123         (rmail-default-rmail-file): Remove unnecessary declaration.
7124         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7125
7126 2009-02-14  Glenn Morris  <rgm@gnu.org>
7127
7128         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7129         variable (only used in gnus-util, which declares it anyway).
7130         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7131         which was only needed by gnus-art (changed to not use it any more).
7132         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7133         only used in gnus-util, which autoloads it itself.
7134         (rmail-update-summary): Fix autoload.
7135
7136         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7137         rather than rmail-output-to-rmail-file.
7138
7139 2009-02-07  Glenn Morris  <rgm@gnu.org>
7140
7141         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7142         autoload of function that no longer exists.
7143         (rmail-toggle-header): Declare.
7144         (message-forward-rmail-make-body): Handle mbox Rmail.
7145
7146 2009-01-31  Glenn Morris  <rgm@gnu.org>
7147
7148         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7149         2009-01-09 change.
7150
7151 2009-01-31  Dave Love  <fx@gnu.org>
7152
7153         * imap.el (imap-fetch-safe): Bind debug-on-error.
7154         (imap-debug): Add imap-fetch-safe.
7155
7156 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7157
7158         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7159         (auth-source-forget-all-cached): New convenience function.
7160         (auth-source-user-or-password): Accept list of modes or a single mode.
7161
7162         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7163         auth-source modes.
7164
7165         * netrc.el (netrc-machine-user-or-password): Use list of
7166         auth-source modes.
7167
7168         * nnimap.el (nnimap-open-connection): Use list of
7169         auth-source modes.
7170
7171         * nntp.el (nntp-send-authinfo): Use list of
7172         auth-source modes.
7173
7174 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7177         now.
7178
7179 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7182         coding system in XEmacs; add a workaround for XEmacs.
7183
7184         * lpath.el: Fbind coding-system-aliasee.
7185
7186 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7189         of current-language-environment.
7190
7191 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7194         available at runtime.
7195
7196 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7199
7200 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7201
7202         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7203         the greatest positive fixnum value doesn't work under an XEmacs with
7204         bignum support; use the most-positive-fixnum constant instead,
7205         available since Emacs 21.1 with cl and XEmacs 21.1.
7206
7207 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7210         XEmacs gets not to work.
7211
7212 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * mm-util.el (mm-coding-system-priorities): Allow the value like
7215         "Japanese (UTF-8)" of current-language-environment.
7216
7217 2009-01-09  Glenn Morris  <rgm@gnu.org>
7218
7219         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7220         with last-command-event.
7221
7222 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7225         in the doc string.
7226
7227         * message.el (message-fix-before-sending): Amend comment.
7228
7229 2009-01-08  Dave Love  <fx@gnu.org>
7230
7231         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7232
7233 2009-01-07  David Engster  <dengste@eml.cc>
7234
7235         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7236         simplified server definitions by converting it via
7237         gnus-server-to-method.
7238
7239 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7242         parameter's operands.
7243
7244 2009-01-06  David Engster  <dengste@eml.cc>
7245
7246         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7247         primary select method (for gnus-group-mark-article-as-read).
7248
7249 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7250
7251         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7252         `(gnus)Face', not `(gnus)X-Face'.
7253
7254 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-util.el (mm-ucs-to-char): New function.
7257
7258         * mm-url.el (mm-url-decode-entities): Use it.
7259
7260         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7261         unicode-to-char.
7262
7263 2009-01-05  Dave Love  <fx@gnu.org>
7264
7265         * time-date.el: Require cl for `declare'.
7266
7267 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7270         Dave Love.
7271
7272 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * message.el (message-fix-before-sending): Add `eight-bit' to
7275         illegible-text check.
7276
7277 2009-01-03  Michael Olson  <mwolson@gnu.org>
7278
7279         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7280         `headers' is nil.  This can occur if the IMAP server does not have
7281         permissions to read messages from a folder, but can write new messages
7282         to the folder.
7283         (nnimap-request-article-part): Do not insert `data' if it is nil.
7284
7285         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7286         characters which will confuse `read', so skip past them.
7287
7288 2009-01-01  Dave Love  <fx@gnu.org>
7289
7290         * imap.el (imap-string-to-integer): Fix typo.
7291         (imap-fetch-safe): New function.
7292         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7293
7294         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7295
7296         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7297         (imap-parse-greeting): Fix doc strings.
7298         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7299         (imap-parse-flag-list): Make messages unique.
7300         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7301
7302         * nnimap.el: Fix author email.
7303         (nnimap-split-rule): Add FIXME comment.
7304         (nnimap-debug): Fix doc string.
7305
7306 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7309
7310 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7313         nslookup if resolv.conf isn't available.
7314         (dns-query): Rename from query-dns.
7315         (dns-query-cached): Rename from query-dns-cached.
7316
7317 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7320         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7321         to check if those variables exist (first appeared in Emacs 18.50).
7322
7323 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * mm-util.el (mm-line-number-at-pos): New function.
7326
7327         * spam-report.el (spam-report-process-queue): Use it.
7328
7329 2008-12-24  David Engster  <dengste@eml.cc>
7330
7331         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7332         parameters that haven't existed as variables as buffer-local variables.
7333
7334 2008-12-23  Dave Love  <fx@gnu.org>
7335
7336         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7337         cadar.
7338
7339         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7340         imap-starttls-p.
7341         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7342
7343 2008-12-22  Dave Love  <fx@gnu.org>
7344
7345         * imap.el: Fix author email.  Doc fixes.
7346         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7347         reply.
7348
7349 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * spam-report.el (spam-report-gmane-max-requests): New constant.
7352         (spam-report-gmane-wait): New variable.
7353         (spam-report-gmane-ham, spam-report-gmane-spam)
7354         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7355         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7356         the server.
7357
7358         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7359         Add explanations.
7360
7361         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7362         nnheader-accept-process-output and nnheader-read-timeout if available.
7363         (pop3-movemail): Use it.
7364
7365         * message.el (message-check-news-body-syntax): Fix signature check if
7366         there's an attachment.
7367
7368 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * mm-util.el: Add comments to the mm- emulating functions.
7371
7372 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7375         Reported by Stephen Berman <stephen.berman@gmx.net>.
7376
7377 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * mm-util.el (mm-substring-no-properties): New function.
7380         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7381         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7382         (mm-string-to-multibyte): Doc fix.
7383
7384         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7385
7386 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * mml.el (mml-attach-file): Strip text properties from file name.
7389         (Bug#1574)
7390
7391 2008-12-16  Glenn Morris  <rgm@gnu.org>
7392
7393         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7394
7395 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7398         knows since the charset specified might be a bogus alias that
7399         mm-charset-synonym-alist provides.
7400
7401 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7404         "ISO_8859-1".
7405
7406         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7407
7408 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * mm-util.el (mm-charset-eval-alist):
7411         Define it before mm-charset-to-coding-system.
7412         (mm-charset-to-coding-system): Add optional argument `silent';
7413         define it before mm-charset-override-alist.
7414         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7415         default value if it can be used in Emacs currently running;
7416         silence mm-charset-to-coding-system.
7417
7418 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7421         `allow-override' which says whether to use `mm-charset-override-alist'.
7422         (rfc2047-decode-encoded-words): Use it.
7423
7424         * mm-util.el (mm-charset-override-alist): Fix custom type;
7425         add `(gb2312 . gbk)' to choices.
7426
7427 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7430         fast.
7431
7432         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7433
7434         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7435
7436 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7437
7438         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7439         on links.
7440
7441         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7442
7443 2008-12-03  Lute Kamstra  <lute@gnu.org>
7444
7445         * sha1.el: Remove leading * from docstrings of defcustoms,
7446         deffaces, defconsts and defuns.
7447
7448 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7451         users' addresses that don't have domain parts.
7452         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7453         rather than message-narrow-to-head since there will be the message
7454         header separator.
7455
7456 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7457
7458         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7459         since the result is inserted in a unibyte buffer anyway.
7460         (nnimap-demule-use-string-to-multibyte): Remove.
7461         (nnimap-demule): Alias it to mm-string-to-multibyte.
7462
7463 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7466         variable for debugging bug#464 and bug#1174.
7467         (nnimap-demule): Use it.
7468
7469 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7472         score calculation correctly.
7473
7474 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7475
7476         * message.el (message-send-mail): Just set the buffer to unibyte
7477         rather than use mm-with-unibyte-current-buffer which does a lot more.
7478         (message-send-mail-partially): Don't bother with
7479         mm-with-unibyte-current-buffer since it's already been made unibyte by
7480         message-send-mail.
7481
7482 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7485
7486 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7489
7490 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7493         require itself and to remove `with-no-warnings'.
7494
7495 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7496
7497         * starttls.el (starttls-any-program-available): Get the name of the
7498         available TLS layer program.
7499         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7500         well as the host name in the "opening" message.
7501
7502         * auth-source.el (auth-source-cache, auth-source-do-cache)
7503         (auth-source-user-or-password): Cache passwords and logins by default,
7504         allow override with `auth-source-do-cache'.
7505         (auth-source-forget-user-or-password): Allow users to remove cache
7506         entries if needed.
7507
7508 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7509
7510         * md4.el (md4-buffer): Fix typo in docstring.
7511         (md4, md4-64): Doc fixes.
7512         (md4-pack-int32): Reflow docstring.
7513
7514 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7517         condition-case to only the forward-sexp call.
7518
7519 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7520
7521         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7522         quotes contained.  Make it more robust regardless by an extra
7523         condition-case wrapper.
7524
7525 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7528
7529 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * nnml.el (nnml-request-expire-articles): Check if the function set to
7532         `nnmail-expiry-target' returns the symbol `delete'.
7533
7534         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7535
7536         * nnmail.el (nnmail-expiry-target): Fix custom type.
7537
7538 2008-10-02  Glenn Morris  <rgm@gnu.org>
7539
7540         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7541         Silence compiler warning.
7542
7543 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7544
7545         * tls.el (open-tls-stream): Show the actual command being
7546         executed, instead of the format string.
7547
7548 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * lpath.el: Fbind codepage-setup for Emacs 23.
7551
7552 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7553
7554         * mml.el (mml-menu): Don't assume mml2015 is bound.
7555
7556 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7559         exists.
7560
7561 2008-09-27  Glenn Morris  <rgm@gnu.org>
7562
7563         * gnus-util.el (mail-header-remove-comments): Autoload it.
7564
7565 2008-09-27  Andreas Schwab  <schwab@suse.de>
7566
7567         * gnus-util.el (gnus-split-references): Strip comments.
7568         (gnus-parent-id): Likewise.
7569
7570 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * message.el (message-confirm-send): Fix version.
7573
7574 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * message.el (message-idna-to-ascii-rhs-1): Use
7577         mail-extract-address-components rather than mail-header-parse-addresses
7578         that is an alias by default to ietf-drums-parse-addresses that does not
7579         support non-ASCII names in headers' contents.
7580
7581 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         * message.el (message-confirm-send): Fix variable documentation to
7584         avoid the "y/n" wording.
7585
7586 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7587
7588         * message.el (message-set-auto-save-file-name): Save to a different
7589         filename so multiple messages (especially drafts) can be recovered.
7590
7591 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * message.el (message-confirm-send): Add appropriate version.
7594
7595 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7598         defvar.
7599
7600 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7601
7602         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7603         (mm-pkcs7-enveloped-magic): Ditto.
7604
7605 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7606
7607         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7608         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7609
7610 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7613         default, it's better.
7614
7615 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7616
7617         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7618         summary line gnus-number property and ignore them (with a warning
7619         message).
7620
7621 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7624         macro caddr in the interactive form since it won't be expanded.
7625
7626 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7629         `charset'; fix name of function called recursively.
7630         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7631
7632 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7635         (gnus-mime-set-charset-parameters): New function.
7636         (gnus-mime-view-part-as-charset): Use it to correctly display part
7637         specifying wrong charset.
7638
7639 2008-09-08  David Engster  <dengste@eml.cc>
7640
7641         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7642         in completing-read for back end server.
7643
7644 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * message.el (message-confirm-send): New variable to confirm sending a
7647         message.
7648         (message-send): Use it.
7649
7650 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7653
7654 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7657
7658 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7659
7660         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7661         prevent tracking too many groups.
7662         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7663         Use it.
7664
7665 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7666
7667         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7668         moving point to the bottom of the window in order to avoid recentering.
7669
7670 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7673
7674         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7675         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7676         (gnus-article-beginning-of-window): Fix calculation.
7677
7678 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-msg.el (gnus-summary-supersede-article)
7681         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7682         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7683         message header.
7684
7685 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7686
7687         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7688         pending output coming after the status change.
7689
7690 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7691
7692         * message.el:
7693         * gnus-start.el:
7694         * gnus-registry.el: Remove VMS support.
7695
7696 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7699         macro.
7700         (rfc2104-hash): Use it.
7701
7702 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7705         (gnus-summary-sort-by-most-recent-date): New commands.
7706         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7707         and menu entries.
7708
7709 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7712         don't redisplay article for raw contents; remove plural articles stuff.
7713
7714         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7715         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7716         on gnus-summary-save-article; display results properly.
7717
7718 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * lpath.el: No need to fbind ns-focus-frame.
7721
7722 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7725
7726 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-summary-save-in-pipe):
7729         Consider gnus-save-all-headers.
7730
7731 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7732
7733         * gnus-util.el (ns-focus-frame): Remove declaration.
7734         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7735         like x.
7736
7737 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7738
7739         * rfc2104.el (rfc2104-zero): Delete defconst.
7740         (rfc2104-hex-alist): Likewise.
7741         (rfc2104-hex-to-int): Delete func.
7742         (rfc2104-hexstring-to-bitstring): Likewise.
7743         (rfc2104-nybbles): New defconst.
7744         (rfc2104-hash): Rewrite for speed.
7745
7746 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * tls.el (open-tls-stream): Make it work with the 2nd argument
7749         BUFFER that is a string but does not exist as a buffer object, as
7750         mentioned in the doc-string.
7751
7752 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7755         SXEmacs.
7756
7757 2008-07-16  Glenn Morris  <rgm@gnu.org>
7758
7759         * gnus-util.el (ns-focus-frame): Declare for compiler.
7760
7761 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7764         set as a group parameter.
7765         (gnus-summary-save-in-pipe): Work when it is called independently.
7766         (gnus-summary-pipe-to-muttprint): Don't modify
7767         gnus-summary-pipe-output-default-command.
7768
7769 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7770
7771         * message.el (message-send-mail-with-sendmail):
7772         Display the error message.
7773
7774 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-art.el (gnus-default-article-saver):
7777         Add gnus-summary-save-in-pipe to choices.
7778         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7779         gnus-summary-pipe-output-default-command as the default command.
7780         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7781         instead of gnus-last-shell-command.
7782
7783         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7784         New user option.
7785         (gnus-summary-muttprint-program): Mention the value will be changed.
7786         (gnus-summary-save-article): Force showing of all headers.
7787         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7788
7789 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7790
7791         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7792
7793 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7794
7795         * nnimap.el (nnimap-id):
7796         * sieve-manage.el (sieve-manage-open): Doc fixes.
7797
7798 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7799
7800         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7801         if available.
7802
7803 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7804
7805         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7806
7807         * nnkiboze.el (nnkiboze-generate-group):
7808         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7809
7810         * nnmairix.el: Require CL.
7811
7812 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * dgnushack.el: Autoload get-display-table and put-display-table for
7815         XEmacs 21.5.
7816
7817         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7818         21.4 and SXEmacs.
7819
7820 2008-06-15  David Engster  <dengste@eml.cc>
7821
7822         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7823
7824 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7825
7826         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7827         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7828         runtime choice under XEmacs.
7829
7830         * gnus-sum.el (gnus-summary-set-display-table):
7831         Use `gnus-put-display-table', `gnus-get-display-table',
7832         `gnus-set-display-table' for the display table, instead of `aset'.
7833
7834         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7835         Use `gnus-put-display-table', `gnus-get-display-table',
7836         `gnus-set-display-table' for the display table.
7837
7838 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * nnmairix.el: Add autoloads.
7841
7842 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * nnmairix.el (nnmairix-delete-recreate-group)
7845         (nnmairix-update-and-clear-marks): Fix error messages.
7846
7847 2008-06-14  David Engster  <dengste@eml.cc>
7848
7849         * nnmairix.el: Upgrade to version 0.6.
7850         (nnmairix-group-toggle-propmarks-this-group)
7851         (nnmairix-group-toggle-readmarks-this-group)
7852         (nnmairix-group-delete-recreate-this-group)
7853         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7854         (nnmairix-remove-tick-mark-original-article): New commands.
7855         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7856         (nnmairix-propagate-marks-to-nnmairix-groups)
7857         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7858         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7859         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7860         functions needed for marks propagation and manipulation of read marks.
7861         (nnmairix-update-groups): New function.
7862         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7863         (nnmairix-determine-original-group-from-registry)
7864         (nnmairix-determine-original-group-from-path)
7865         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7866         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7867         New helper functions.
7868         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7869         keystrokes for new commands.
7870         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7871         (nnmairix-request-group): Check allow-fast group parameter.
7872         (nnmairix-request-create-group): Set allow-fast group parameter if
7873         nnmairix-allowfast-default is set.
7874         (nnmairix-close-group): Propagate marks upon closing if needed.
7875         (nnmairix-group-toggle-threads-this-group): Use new.
7876         nnmairix-group-toggle-parameter helper function.
7877         (nnmairix-search): Better check for empty search result.
7878         (nnmairix-goto-original-article): Use new helper functions for
7879         determining original article.
7880         (nnmairix-show-original-article): Make sure message-id is in brackets.
7881         (nnmairix-call-mairix-binary): Change variable name.
7882         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7883         helper function.
7884         (nnmairix-widget-toggle-activate): Fix doc string.
7885
7886 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * nnir.el: Require edmacro when compiling with XEmacs.
7889         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7890         available in Emacs 21.
7891
7892 2008-06-11  Glenn Morris  <rgm@gnu.org>
7893
7894         * gnus-util.el (x-focus-frame):
7895         * gnus.el (image-size):
7896         * mm-decode.el (image-size): Declare.
7897
7898         * gnus-picon.el (declare-function): Add compat definition.
7899         (image-size): Declare.
7900
7901         * gnus-group.el (tool-bar-map):
7902         * gnus-sum.el (tool-bar-map): Define for compiler.
7903
7904         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7905
7906         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7907
7908         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7909         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7910         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7911         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7912         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7913         * sieve-manage.el, spam-report.el, spam.el:
7914         Remove unnecessary eval-and-compile of autoloads.
7915
7916 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7917
7918         * auth-source.el: Precise Tramp doc.
7919
7920 2008-06-07  Glenn Morris  <rgm@gnu.org>
7921
7922         * nnmairix.el: Remove unnecessary eval-when-compile.
7923
7924 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * lpath.el: Fbind propertize for XEmacs 21.4.
7927
7928 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * nnir.el: Move here from ../contrib.
7931
7932 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7933
7934         * gnus-util.el (gnus-read-shell-command): New function.
7935         * mm-decode.el (mm-pipe-part):
7936         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7937
7938 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7941
7942 2008-06-03  Glenn Morris  <rgm@gnu.org>
7943
7944         * pop3.el (nnheader-accept-process-output): Autoload it.
7945
7946 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7949         are not 2-digit hexadecimal characters that follow `%'s.
7950
7951 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * message.el (message-bogus-recipient-p): Fix type in doc string.
7954         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7955         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7956         Improve custom options.
7957         (message-bogus-recipient-p): Adjust accordingly.
7958
7959 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7960
7961         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7962         long-form month and day names.
7963
7964 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * dgnushack.el: Autoload debug, eudc-expand-inline and
7967         pgg-snarf-keys-region for XEmacs.
7968
7969         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7970
7971         * nnmairix.el: Require edmacro when compiling with XEmacs.
7972
7973 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7976         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7977
7978 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * auth-source.el: Add more docs.
7981
7982         * netrc.el (netrc-machine): Always match if the port is not given.
7983
7984 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7987         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7988         retrieval faster in some cases, but might make CPU usage larger.
7989         If this has any bad side effects, we might revert this change.
7990
7991         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7992         seems to make mail retrieval much, much faster.
7993         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7994         unconditionally.
7995
7996         * gnus-draft.el (gnus-group-send-queue):
7997         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7998
7999 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8002
8003         * message.el (message-bogus-address-regexp): Fix and improve custom
8004         type.
8005         (message-setup-hook): Add message-check-recipients as custom option.
8006
8007 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * message.el (message-cite-function): Remove bogus autoload which crept
8010         in during merge from v5-10.
8011
8012 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8015
8016         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8017
8018         * auth-source.el: Preliminary Tramp docs.
8019         (auth-sources): Change the default auth-sources to use
8020         EPA .gpg files.
8021
8022 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * nntp.el: Autoload `auth-source-user-or-password'.
8025         (nntp-send-authinfo): Use it.
8026
8027         * nnimap.el: Autoload `auth-source-user-or-password'.
8028         (nnimap-open-connection): Use it.
8029
8030         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8031         for the gnus-message function.
8032         (auth-source-user-or-password): Use it.
8033
8034 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8035
8036         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8037         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8038         (rfc2104-hash): Use it.
8039
8040 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8041
8042         * gnus-art.el (gnus-article-toggle-truncate-lines):
8043         Don't use `iff' in docstring.
8044
8045 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8046
8047         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8048
8049         * gnus-util.el (gnus-extract-address-component-name)
8050         (gnus-extract-address-component-email): Convenience functions around
8051         `gnus-extract-address-components'.
8052
8053         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8054         Use `gnus-extract-address-component-email' to fix bug of comparing full
8055         sender name to `user-mail-address'.
8056
8057 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8060         catch/throw to optimize.
8061         (gnus-registry-find-keywords): Just use member to find a keyword.
8062
8063 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8064
8065         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8066         is current before calling gnus-server-prepare.
8067         (gnus-server-setup-buffer, gnus-server-update-server)
8068         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8069
8070 2008-05-04  Juri Linkov  <juri@jurta.org>
8071
8072         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8073         (mailcap-file-default-commands): Use mailcap-replace-in-string
8074         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8075         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8076
8077 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8078
8079         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8080
8081 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8082
8083         * gnus.el: Bump version to 0.11.
8084
8085 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8086
8087         * gnus.el: No Gnus v0.10 is released.
8088
8089 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8092         hooks.
8093         (gnus-update-read-articles): Speed up non-marks-using users.
8094         (gnus-use-marks): Define gnus-use-marks.
8095         (gnus-propagate-marks): Rename variable to something more sensible.
8096
8097 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8098
8099         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8100         (gmm-image-load-path-for-library): Fix typos in docstrings.
8101         (gmm-message): Reflow docstring.
8102
8103 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * mail-source.el (mail-source-set-1, mail-source-bind):
8106         Move auth-source code out of the macro to clean it up and fix bugs.
8107
8108 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8111         by sender if it's equal to user-mail-address, it's likely to be
8112         useless.
8113
8114         * mail-source.el (mail-source-bind): Don't use user or password if they
8115         are not bound.  Unintern them if they are nil.  Don't use server unless
8116         it's bound, and default it to empty string otherwise.
8117
8118 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * mail-source.el: Load auth-source.el.
8121         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8122         get user name or password, if auth-sources is set up.
8123
8124         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8125         strategy of splitting with parent.
8126         (gnus-registry-split-fancy-with-parent)
8127         (gnus-registry-post-process-groups): Use it and fix prior
8128         bug (returning a list as the split result).
8129
8130         * auth-source.el (auth-sources): Remove server parameter.
8131         (auth-source-pick, auth-source-user-or-password)
8132         (auth-source-user-or-password-imap)
8133         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8134         (auth-source-user-or-password-sftp)
8135         (auth-source-user-or-password-smtp): Remove server parameter.
8136
8137 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8138
8139         * smime.el (smime-sign-region, smime-encrypt-region)
8140         (smime-decrypt-region):
8141         Remove redundant calls to `generate-new-buffer-name'.
8142
8143 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8144
8145         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8146         Don't use QP for message/rfc822.
8147         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8148
8149 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8150
8151         * sieve-manage.el (sieve-string-bytes): Remove.
8152         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8153         correct byte-length only if the process's coding-system is the same as
8154         the one used internally by Emacs to represent strings.
8155
8156 2008-04-22  Juri Linkov  <juri@jurta.org>
8157
8158         * mailcap.el (mailcap-file-default-commands): New function.
8159
8160 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * message.el (message-signature-separator, message-cite-function):
8163         Change custom version.
8164
8165 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8166
8167         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8168         commands.
8169         (tls-checktrust): Ditto.
8170
8171 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * mm-decode.el (mm-display-external): Make temp file read-only.
8174
8175 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8178         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8179         `C-c C-f d'.
8180
8181 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8182
8183         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8184
8185 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus.el: Bump version to 0.9.
8188
8189 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus.el: No Gnus v0.8 is released.
8192
8193 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * mail-source.el (mail-source-value):
8196         Prefer fboundp to functionp so it works with macros as well.
8197
8198 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8199
8200         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8201         Fix last change in case the element is not even a symbol.
8202
8203 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8204
8205         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8206         Prefer fboundp to functionp so it works with macros as well.
8207
8208 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * auth-source.el: Add docs.
8211         (auth-sources): Modify format to support server.
8212         (auth-source-pick, auth-source-user-or-password)
8213         (auth-source-user-or-password-imap)
8214         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8215         (auth-source-user-or-password-sftp)
8216         (auth-source-user-or-password-smtp): Add server parameter.
8217
8218 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * gnus-registry.el: Initialize the registry when gnus-registry-install
8221         is t.
8222
8223 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * compface.el (uncompface): Make buffer unibyte.
8226
8227 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * mail-source.el (mail-source-value):
8230         Prefer fboundp to functionp so it works with macros as well.
8231
8232 2008-04-05  Glenn Morris  <rgm@gnu.org>
8233
8234         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8235
8236 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8237
8238         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8239         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8240
8241         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8242         multibyteness after rather than before erasing it.
8243
8244         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8245         mm-with-multibyte.
8246         (gnus-request-article-this-buffer): Make sure the proper decoding is
8247         used if gnus-original-article-buffer happens to be unibyte.
8248
8249         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8250         default-enable-multibyte-characters.
8251
8252         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8253         default-enable-multibyte-characters.
8254
8255         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8256
8257         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8258
8259 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8260
8261         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8262         Fix last change in case the element is not even a symbol.
8263
8264 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8265
8266         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8267         (imap-message-copyuid-1): Use it.
8268         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8269         J. Williams in
8270         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8271
8272         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8273         imap-enable-exchange-bug-workaround.
8274         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8275
8276 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8277
8278         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8279         a 100 byte status-checks into a 2-3MB transfer for each group.
8280         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8281         to enable bug workaround or not.
8282         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8283
8284 2008-03-31  Glenn Morris  <rgm@gnu.org>
8285
8286         * message.el (mml2015-use): Declare for compiler.
8287         (message-info): Require mml2015 when appropriate.
8288
8289 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8292         whitespace.
8293
8294 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8295
8296         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8297         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8298         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8299         (nntp-service-to-port): New function.
8300         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8301         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8302         (nntp-open-netcat-stream): New function.
8303         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8304
8305 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8306
8307         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8308
8309 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8310
8311         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8312
8313 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8314
8315         * dns.el (dns-write): Use set-buffer-multibyte.
8316
8317 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8318
8319         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8320
8321 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * message.el (message-signature-separator): Change default.
8324         Improve custom type.
8325         (message-cite-function): Change default to
8326         message-cite-original-without-signature.
8327
8328         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8329         toggle.
8330
8331         * message.el (message-check-news-body-syntax): Fix signature check.
8332         (message-setup-1): Mark buffer as unmodified _after_ running
8333         message-setup-hook and handling message-alternative-emails.
8334         (message-shorten-references): Be more strict when building list of
8335         valid references to comply with GNKSA.
8336
8337         * gnus-group.el (gnus-read-ephemeral-bug-group)
8338         (gnus-read-ephemeral-debian-bug-group)
8339         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8340
8341         * message.el (message-info): Don't use booleanp which isn't supported
8342         in Emacs 21 and XEmacs.
8343
8344 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8347         gnus-group-gmane-group-download-format.
8348         (gnus-group-read-ephemeral-gmane-group): Rename from
8349         gnus-group-read-ephemeral-gmane-group.
8350         (gnus-read-ephemeral-gmane-group-url): Rename from
8351         gnus-group-read-ephemeral-gmane-group-url.
8352         (gnus-bug-group-download-format-alist): New variable.
8353         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8354         (gnus-read-ephemeral-emacs-bug-group): New commands.
8355
8356 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8359         (gnus-visible-headers): Improve custom type.
8360
8361 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * mml.el (mml-menu): Add workarounds for XEmacs.
8364
8365         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8366         X-Boundary header.
8367
8368         * message.el (message-simplify-recipients): Fix previous commit.
8369
8370 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8371
8372         * mm-util.el (mm-set-buffer-multibyte): New function.
8373         * mm-decode.el (mm-copy-to-buffer): Use it.
8374
8375         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8376         Prefer fboundp to functionp so it works with macros as well.
8377
8378 2008-03-19  Glenn Morris  <rgm@gnu.org>
8379
8380         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8381         Accidentally removed in the sync process with Emacs.
8382
8383 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * message.el (message-alter-recipients-discard-bogus-full-name):
8386         New function.
8387         (message-alter-recipients-function): New variable.
8388         (message-get-reply-headers): Use it.
8389         (message-replace-header): New helper function.
8390         (message-recipients-without-full-name): New variable.
8391         (message-simplify-recipients): New command.
8392
8393         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8394
8395         * message.el (message-info): Handle EasyPG manual.
8396
8397         * mml.el (mml-menu): Add entry for EasyPG.
8398
8399 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8400
8401         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8402         parameter.
8403
8404         * message.el (message-disassociate-draft): Specify drafts group name
8405         fully.
8406
8407 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8410         Eliminate unnecessary duplicates from the match list.
8411
8412 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8415
8416         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8417
8418         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8419         args of `how-many' of which the XEmacs version doesn't take; declare
8420         Info-index-next as function.
8421
8422 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-score.el (gnus-score-headers): Fix handling of
8425         gnus-inhibit-slow-scoring.
8426
8427         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8428         string.
8429         (gnus-button-url-regexp): Improve handling of parenthesis.
8430         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8431         (gnus-button-handle-info-keystrokes): Handle index entries.
8432
8433 2008-03-15  Glenn Morris  <rgm@gnu.org>
8434
8435         * parse-time.el (parse-time-string): Simplify.
8436
8437 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8440         Incoming* files.
8441
8442 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8443
8444         * auth-source.el (auth-sources): Rename from auth-source-choices.
8445         (auth-source-pick): Use it.
8446
8447 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8448
8449         * binhex.el (binhex-decode-region-internal):
8450         * uudecode.el (uudecode-decode-region-internal):
8451         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8452         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8453         setting default-enable-multibyte-characters.
8454
8455 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * auth-source.el (auth-source-protocols)
8458         (auth-source-protocols-customize, auth-source-choices): Add and
8459         modified variable customizations and defaults.
8460         (auth-source-pick, auth-source-user-or-password)
8461         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8462         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8463         (auth-source-user-or-password-sftp)
8464         (auth-source-user-or-password-smtp): Use new variables and provide an
8465         interface to netrc.el.
8466
8467 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8470         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8471         Make sure the nntp port to specify is a string.
8472
8473 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8474
8475         * nntp.el: Use with-current-buffer.
8476         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8477         dubious mm-with-unibyte-current-buffer.
8478         (nntp-with-open-group-function): New function extracted from
8479         nntp-with-open-group macro.
8480         (nntp-with-open-group): Use the function, so it's easier to debug.
8481         Add indentation and debugging info.
8482         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8483         Recommend the use of the netcat alternatives.
8484
8485         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8486         Avoid mm-string-as-multibyte as well.
8487
8488         * nnweb.el (nnweb-insert-html):
8489         Remove use of nnheader-string-as-multibyte.
8490
8491         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8492         (nnheader-string-as-multibyte): Remove.
8493
8494         * mm-view.el: Use inhibit-read-only.
8495         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8496         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8497         or unibyte-string.
8498
8499         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8500         (mm-uu-yenc-extract): Use with-current-buffer.
8501
8502         * gnus-soup.el (gnus-soup-send-packet): Don't use
8503         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8504
8505         * nnmh.el: Use with-current-buffer.
8506         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8507         mm-string-as-multibyte on the output of mm-encode-coding-string.
8508
8509         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8510         (nnimap-request-move-article): Use with-current-buffer.
8511
8512         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8513         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8514         conversion uses string-make-unibyte rather than string-as-unibyte.
8515
8516         * gnus-msg.el: Use with-current-buffer.
8517
8518         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8519
8520 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8521
8522         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8523         string for caching if it is 'PIN.
8524
8525 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * lpath.el: Consider the case without Emacs/W3.
8528
8529 2008-03-08  Glenn Morris  <rgm@gnu.org>
8530
8531         * time-date.el (date-to-time, time-subtract, time-add)
8532         (safe-date-to-time): Doc fixes.
8533
8534 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * mail-source.el (mail-source-delete-old-incoming-confirm):
8537         Change default to nil.
8538         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8539
8540 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * lpath.el: Rearrange.
8543
8544         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8545         (gnus-article-goto-prev-page): Work for articles having ^L's.
8546
8547         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8548
8549         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8550
8551 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8552
8553         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8554         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8555         (gnus-bookmark-jump): Adjust some variable names.
8556
8557 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8558
8559         * auth-source.el: New package.
8560         (auth-source-choices): Add customization entry point variable.
8561
8562         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8563         bug.
8564
8565 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8566
8567         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8568         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8569         (gnus-registry-install-shortcuts): Rename from
8570         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8571         the `gnus-registry-mark-map' keymap dynamically from
8572         `gnus-registry-marks'.  The generated functions update the summary line
8573         when a registry mark is added or deleted, and will call
8574         `gnus-registry-install-p' (see the comments in the code).
8575         (gnus-registry-user-format-function-M): Use concat intelligently.
8576
8577         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8578         the registry mark functions.
8579
8580 2008-03-05  Glenn Morris  <rgm@gnu.org>
8581
8582         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8583         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8584         gnus-art.
8585         (top-level): No need to load own source when compiling.
8586
8587 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8590         Suggested by <chris.anderton@zetnet.co.uk>.
8591
8592 2008-03-04  Glenn Morris  <rgm@gnu.org>
8593
8594         * gnus-sum.el (top-level): No need to require gnus when compiling,
8595         since unconditionally required near start of file.
8596         (gnus-summary-display-while-building): Move definition before use.
8597
8598 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-user-format-function-M):
8601         Add formatting function.
8602
8603 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8606         with plists.
8607         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8608         Use new format.
8609
8610 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8613         `where-is-internal' that returns a range of key sequences.
8614
8615 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8616
8617         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8618
8619         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8620         (gnus-summary-jump-to-group): Consider windows on other displayed
8621         frames as well.  Similar changes might be needed elsewhere, but that's
8622         the one I've bumped into during my use.
8623
8624         * nndoc.el (nndoc-oe-dbx-type-p):
8625         * gnus-msg.el (gnus-debug):
8626         * gnus-group.el (gnus-update-group-mark-positions):
8627         Use mm-string-to-multibyte.
8628
8629 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8632         doesn't handle NotDashEscaped.
8633
8634         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8635         (mml-dnd-attach-options): Fix typo in custom choice.
8636
8637         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8638         Change nndoc-article-type to mbox.
8639         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8640
8641         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8642         to nil, instead of html2text.
8643
8644         * imap.el (imap-debug): Add `imap-ping-server'.
8645
8646         * gnus-bookmark.el: Add FIXMEs.
8647
8648         * message.el (message-form-letter-separator)
8649         (message-send-form-letter-delay): New variables.
8650         (message-send-form-letter): Use them.  New command to send form
8651         letters.  Requested by Uwe Siart.
8652         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8653
8654 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * Update copyright years.
8657
8658 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         Sync from EMACS_22_BASE.
8661
8662         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8663
8664 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8665
8666         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8667         empty author.
8668
8669 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * gnus-registry.el (gnus-registry-marks): Add variable for
8672         customization of marks and their appearance.
8673         (gnus-registry-read-mark): Use it.
8674         (gnus-registry-do-marks): Add utility function to loop through
8675         `gnus-registry-marks'.
8676         (gnus-registry-install-shortcuts-and-menus): Add function to install
8677         shortcuts and menus.
8678         (gnus-registry-initialize): Use it.
8679         (gnus-registry-default-mark): Clarify documentation.
8680
8681 2008-02-29  Glenn Morris  <rgm@gnu.org>
8682
8683         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8684         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8685         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8686         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8687         Change defcustom :version from 23.0 to 23.1.
8688
8689 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8690
8691         * gnus-registry.el (gnus-registry-follow-group-p)
8692         (gnus-registry-post-process-groups): Add functions to aid registry
8693         splitting and improve logging.  Clarify behavior in function
8694         documentation.
8695         (gnus-registry-split-fancy-with-parent): Use them.
8696
8697 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8698
8699         * gnus-art.el: Use with-current-buffer.
8700
8701 2008-02-27  David Engster  <dengste@eml.cc>
8702
8703         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8704         Express real group name in the response.
8705
8706 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8709         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8710         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8711         autoload gnus-registry-fetch-group when compiling.
8712         (nnmairix-request-group-with-article-number-correction):
8713         Remove unreferenced argument passed to nnmairix-call-backend.
8714
8715 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8718         (mm-uu-extract): Improve face for low color ttys.
8719         Reported by Sascha Wilde.
8720
8721 2008-02-27  Glenn Morris  <rgm@gnu.org>
8722
8723         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8724         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8725         variables to defconsts.  Convert comments to doc-strings.
8726         (nnmairix-last-server, nnmairix-current-server): Convert from free
8727         variables to defvars.  Convert comments to doc-strings.
8728         (gnus-registry-fetch-group): Autoload.
8729         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8730         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8731         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8732         caddr.
8733         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8734         nnmairix-request-group-with-article-number-correction call.
8735         (nnmairix-fast, nnmairix-group): New, less general names, for free
8736         variables passed from nnmairix-request-group to
8737         nnmairix-request-group-with-article-number-correction.  Declare.
8738         (nnmairix-request-group-with-article-number-correction):
8739         Use nnmairix-fast, nnmairix-group rather than fast, group.
8740
8741 2008-02-26  David Engster  <dengste@eml.cc>
8742
8743         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8744         version 0.5.
8745
8746 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8749         instead of making an extra function call.  Don't add the current group
8750         to articles only when they have the group.  Use
8751         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8752         Reported by David <de_bb@arcor.de>.
8753
8754 2008-02-24  Miles Bader  <miles@gnu.org>
8755
8756         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8757         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8758         (mm-find-mime-charset-region):
8759         * mm-bodies.el (mm-encode-body):
8760         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8761
8762 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8765         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8766
8767 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8768
8769         * mail-source.el (mail-source-delete-incoming): Change default.
8770         Supplement doc string.
8771
8772         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8773
8774 2008-02-14  Glenn Morris  <rgm@gnu.org>
8775
8776         * time-date.el (format-seconds): New function.
8777
8778 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * nnmail.el (nnmail-message-id-cache-file): Derive from
8781         `gnus-home-directory'.
8782
8783 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8786         Document negative prefix.
8787
8788         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8789
8790 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * message.el (message-unsent-separator): Add the Exim bounce
8793         separator.
8794
8795 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8796
8797         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8798         list.
8799         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8800         recipient/signer list.
8801
8802 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * Makefile.in (datarootdir): Define.
8805         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8806         name that might contain whitespace.
8807
8808 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8811         fbound (Emacs 23 unicode), signal an error.
8812
8813 2008-02-08  Glenn Morris  <rgm@gnu.org>
8814
8815         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8816
8817 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8818
8819         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8820         ports to the calls to `netrc-machine-user-or-password' in addition to
8821         "imap" and "imaps".
8822
8823 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8824
8825         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8826
8827         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8828
8829 2008-02-01  Kenichi Handa  <handa@m17n.org>
8830
8831         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8832         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8833         (rfc2104-hash): Convert the result of concat to unibyte string.
8834
8835 2008-02-01  Dave Love  <fx@gnu.org>
8836
8837         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8838         coding-system-for-read.
8839         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8840
8841 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8844         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8845         <hanche@math.ntnu.no>.
8846
8847 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8850
8851         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8852
8853 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8854
8855         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8856         * message.el (message-beginning-of-line): Use featurep instead of bound
8857         tests in order to resolve conditionals at compile time.
8858
8859 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8860
8861         * mail-source.el (mail-sources): Add `group' choice.
8862
8863         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8864         parameter `in-group' to control into which group the articles go.
8865         Add treatment of `group' mail-source.
8866
8867 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8870
8871         * mm-decode.el (mm-dissect-buffer): Decode description.
8872
8873         * mml.el (mml-to-mime): Encode message header first.
8874
8875 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8878         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8879
8880         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8881         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8882
8883 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8884
8885         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8886
8887 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8890         prefix keys.
8891         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8892         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8893         gnus-xmas.el.
8894
8895         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8896         (gnus-xmas-article-describe-bindings): New function.
8897         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8898         gnus-xmas-article-describe-bindings.
8899
8900         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8901
8902 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8903
8904         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8905         Add new variables for article mark management.
8906         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8907         list of extra data entries which, when present, will indicate that the
8908         article ID should not be trimmed from the registry.
8909         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8910         functions.
8911         (gnus-registry-read-mark): New function to read a mark name from the
8912         user.
8913         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8914         (gnus-registry-set-article-mark-internal): New functions to add and
8915         remove marks.
8916         (gnus-registry-get-article-marks): New function to show the marks for
8917         an article, or retrieve them for further use.
8918
8919 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8922         keys when no argument is given.
8923
8924 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * imap.el (imap-ping-server): New variable.
8927         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8928         (imap-ping-server): Minor doc string fixes.
8929
8930 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8931
8932         * imap.el (imap-ping-server): New function.
8933         (imap-opened): Call imap-ping-server.
8934
8935 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * gnus-sum.el (gnus-article-sort-by-random)
8938         (gnus-thread-sort-by-random): Fix doc strings.
8939         Reported by jidanni@jidanni.org.
8940
8941 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (gnus-article-describe-bindings): New function.
8944         (gnus-article-read-summary-keys): Use it.
8945         (gnus-article-mode-map): Bind `C-h b' to it.
8946
8947 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8950         XEmacs.
8951         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8952         Protect against non-character events.
8953
8954         * lpath.el: Fbind map-keymap for Emacs 21.
8955
8956 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8959         New command.
8960         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8961         instead of END.  Change name of the temp file.
8962         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8963         customizable.
8964
8965 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8968         bind `S W' to gnus-article-wide-reply-with-original; set default
8969         binding to gnus-article-read-summary-send-keys.
8970         (gnus-article-read-summary-keys): Fix the order of keys; display
8971         continuation keys correctly in the echo area; describe bindings
8972         correctly when keys end with `C-h'.
8973         (gnus-article-read-summary-send-keys): New function.
8974         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8975         Work for gnus-article-read-summary-send-keys; display continuation keys
8976         correctly in the echo area.
8977         (gnus-article-reply-with-original): Ignore prefix argument.
8978         (gnus-article-wide-reply-with-original): New function.
8979
8980         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8981         Emacs 21.
8982
8983 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8986         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8987
8988 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8991         (gnus-group-read-ephemeral-gmane-group): New command.
8992
8993 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8994
8995         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8996
8997 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * message.el (message-send-mail-function): Increase custom version.
9000
9001         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9002         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9003
9004 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9005
9006         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9007         for the cases where imap-authenticate is called with a nil buffer
9008         parameter.
9009
9010 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9013         html parts correctly; support forwarded messages.
9014         (gnus-article-browse-html-article): Remove work buffers.
9015
9016         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9017         compiling.
9018         (netrc-bound-and-true-p): New macro.
9019         (netrc-parse): Use it instead of bound-and-true-p that is not available
9020         in XEmacs 21.4.
9021
9022 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9023
9024         * gnus-registry.el (gnus-registry-mark-article)
9025         (gnus-registry-article-marks): Add functionality to mark articles
9026         through the Gnus registry.
9027
9028         * encrypt.el: Clarify documentation for the new pgg method.
9029         (encrypt-file-alist): Add PGG option.
9030         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9031         functionality.  Abstract password key and messaging to external
9032         functions.
9033         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9034         (encrypt-message-method-and-cipher): Add new convenience external
9035         functions.
9036         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9037         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9038
9039         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9040         (netrc-parse): Use encrypt-file-alist to determine if
9041         encrypt-find-model or encrypt-insert-file-contents should be used.
9042
9043         * encrypt.el: Clarify documentation.  Load password-cache or
9044         password, whichever one is found first, instead of autoloading.
9045
9046 2007-12-19  Glenn Morris  <rgm@gnu.org>
9047
9048         * mml.el (message-options-set, message-narrow-to-head)
9049         (message-in-body-p, message-mail-p, message-encode-message-body):
9050         Autoload.
9051         (message-remove-header, message-narrow-to-headers-or-head)
9052         (message-subscribed-p, message-make-mail-followup-to)
9053         (message-position-on-field, message-news-p)
9054         (message-options-set-recipient, message-generate-headers)
9055         (message-sort-headers): Declare as functions.
9056
9057 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9060         convention in doc string.
9061
9062 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9065         title to html parts.
9066         (gnus-article-browse-html-article): Pass message header to it.
9067
9068         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9069
9070 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9073         or password compatible with XEmacs.
9074
9075 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9078         format document.
9079         (gnus-mime-delete-part): Don't write description line if empty.
9080         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9081
9082 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9083
9084         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9085         (gnus-summary-mark-read-and-unread-as-read)
9086         (gnus-summary-mark-current-read-and-unread-as-read)
9087         (gnus-summary-mark-unread-as-ticked): Doc fix.
9088         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9089
9090 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9093         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9094
9095 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9098         yes-or-no-p.
9099
9100 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-decode.el (mm-add-meta-html-tag): New function.
9103         (mm-save-part-to-file, mm-pipe-part): Use it.
9104
9105         * gnus-art.el (gnus-article-browse-delete-temp-files):
9106         Use gnus-y-or-n-p instead of y-or-n-p.
9107         (gnus-article-browse-html-parts): Work with message/external-body; use
9108         mm-add-meta-html-tag.
9109
9110 2007-12-11  Glenn Morris  <rgm@gnu.org>
9111
9112         * gnus-cache.el: Require gnus-sum not just when compiling.
9113
9114         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9115
9116         * gnus-int.el (gnus-server-opened, gnus-status-message):
9117         Move definitions before use.
9118
9119         * mm-decode.el: Require gnus-util.
9120         (mm-remove-part): Only call delete-annotation on XEmacs.
9121
9122         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9123
9124         * nnmail.el: Require gnus-int.
9125
9126         * spam.el: Move `require's before `eval-when-compile's.
9127
9128         * gnus-ems.el (gnus-alive-p):
9129         * gnus-fun.el (message-goto-eoh):
9130         * gnus-util.el (gnus-group-name-decode):
9131         * mail-source.el (gnus-compress-sequence):
9132         * message.el (Info-goto-node, format-spec):
9133         * mm-bodies.el (message-options-get):
9134         * mm-decode.el (mm-view-pkcs7):
9135         * mm-util.el (gmm-write-region):
9136         * mml-smime.el (mml-compute-boundary)
9137         (gnus-completing-read-with-default):
9138         * mml.el (widget-button-press, gnus-make-hashtable):
9139         * mml1991.el (mm-decode-content-transfer-encoding)
9140         (mm-encode-content-transfer-encoding)
9141         (message-options-get, message-options-set):
9142         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9143         * nnfolder.el (gnus-request-group):
9144         * nnheader.el (ietf-drums-unfold-fws):
9145         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9146         * smime.el (gnus-run-mode-hooks):
9147         * spam-stat.el (gnus-message): Autoload.
9148
9149         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9150         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9151         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9152         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9153         Add declare-function compatibility definition.
9154
9155         * gnus-cache.el (nnvirtual-find-group-art):
9156         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9157         (gnus-add-image, gnus-add-wash-type):
9158         * gnus-group.el (nnkiboze-score-file):
9159         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9160         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9161         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9162         (message-tokenize-header, gnus-get-buffer-create)
9163         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9164         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9165         * gnus.el (gnus-group-decoded-name):
9166         * mail-source.el (imap-capability):
9167         * mm-bodies.el (message-options-set):
9168         * mm-decode.el (gnus-configure-windows):
9169         * mm-extern.el (message-goto-body):
9170         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9171         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9172         (epg-sub-key-validity, message-options-set):
9173         * mml.el (widget-event-point, gnus-configure-windows):
9174         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9175         * mml2015.el (epg-check-configuration, epg-configuration)
9176         (message-options-set):
9177         * nndb.el (nndb-request-article):
9178         * nnfolder.el (gnus-request-create-group):
9179         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9180         * nnmaildir.el (gnus-group-mark-article-read):
9181         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9182         * rfc1843.el (message-fetch-field):
9183         * spam.el (gnus-extract-address-components):
9184         Declare as functions.
9185
9186 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9189
9190         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9191
9192         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9193         bind show-trailing-whitespace for XEmacs.
9194
9195 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9198         new no-op macro for backward compatibility.
9199
9200         * imap.el (imap-string-to-integer): New function.
9201
9202 2007-12-09  Glenn Morris  <rgm@gnu.org>
9203
9204         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9205
9206         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9207         * message.el, mm-view.el, sieve-manage.el, smime.el:
9208         Add declare-function compatibility definition.
9209
9210         * gnus-art.el (w3-region, w3m-region, Info-menu):
9211         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9212         * gnus-sum.el (gnus-get-predicate):
9213         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9214         * message.el (mail-abbrev-in-expansion-header-p):
9215         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9216         (w3m-detect-meta-charset, w3m-region):
9217         * sieve-manage.el (password-read, password-cache-add)
9218         (password-cache-remove):
9219         * smime.el (password-read-and-add): Declare as functions.
9220
9221 2007-12-08  David Kastrup  <dak@gnu.org>
9222
9223         * gnus-sum.el (gnus-summary-simplify-subject-query):
9224         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9225         `message'.
9226
9227 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9230         it to bind idna-program, installation-directory, defined-colors, and
9231         face-attribute for XEmacs of the version that compiles defcustom forms.
9232
9233 2007-12-07  Glenn Morris  <rgm@gnu.org>
9234
9235         * gnus-art.el (article-make-date-line): Revert previous change.
9236
9237 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9240
9241 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9242
9243         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9244         Call gnus-add-to-range ranges only once with a prepared article-list.
9245
9246 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9247
9248         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9249         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9250         group names with backslashes.
9251         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9252
9253 2007-12-06  Deepak Goel  <deego3@gmail.com>
9254
9255         * gnus-art.el (article-make-date-line):
9256         * gnus-start.el (gnus-load):
9257         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9258
9259 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-art.el (gnus-use-idna)
9262         * gnus-start.el (gnus-site-init-file)
9263         * message.el (message-use-idna)
9264         * mm-uu.el (mm-uu-hide-markers)
9265         * smiley.el (smiley-style): Revert changes that suppress warnings.
9266
9267 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9270         specify charset to html source.
9271         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9272
9273 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9276         idna-program in order to suppress byte compile warning issued by XEmacs
9277         that came to byte compile the default value section of defcustom forms
9278         recently.
9279
9280         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9281         value of installation-directory.
9282
9283         * message.el (message-use-idna): Don't directly refer to the value of
9284         idna-program.
9285
9286         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9287
9288         * smiley.el (smiley-style): Don't directly call face-attribute.
9289
9290 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9293
9294         * gnus-dired.el: Reduce Gnus dependencies.
9295         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9296         Don't require.  Use autoloads instead.
9297         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9298         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9299         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9300         (gnus-dired-mode): Adjust doc string.
9301         (gnus-dired-mail-mode): New variable.
9302         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9303         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9304         (gnus-dired-mail-buffers): New function.  Return mail or message
9305         composition buffers.
9306         (gnus-dired-attach): Use it.
9307         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9308         NO-DECODE.
9309         (gnus-dired-print): Use `gnus-print-buffer' depending on
9310         `gnus-dired-mail-mode'.
9311
9312 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * rfc2047.el (rfc2047-encoded-word-regexp)
9315         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9316         explaining what regexp patterns are for.
9317
9318 2007-12-04  Glenn Morris  <rgm@gnu.org>
9319
9320         * password.el: Move to password-cache.el.
9321
9322         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9323         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9324         * mml-smime.el (password-read, password-cache-add)
9325         (password-cache-remove):
9326         No need to autoload, since mml-sec requires password.
9327
9328         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9329         * message.el (gnus-extract-address-components):
9330         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9331
9332         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9333         password.
9334
9335 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * mailcap.el: Reduce dependencies.
9338         (mail-header-parse-content-type): Autoload.
9339         (mailcap-delete-duplicates): New alias.
9340         (mailcap-mime-info): Add optional argument NO-DECODE.
9341         (mailcap-mime-types): Use mailcap-delete-duplicates.
9342
9343         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9344
9345 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9346
9347         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9348         (imap-parse-status): Upcase status-att for servers that sends them
9349         lower-case (e.g., MS Exchange 2007).
9350
9351 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9354         function.
9355
9356         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9357         (gnus-uu-yenc-article): New function.
9358
9359         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9360
9361         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9362
9363 2007-12-02  Glenn Morris  <rgm@gnu.org>
9364
9365         * binhex.el (binhex): New custom group.
9366         (binhex-decoder-program, binhex-decoder-switches)
9367         (binhex-use-external): Move to the binhex custom group.
9368
9369         * uudecode.el (uudecode): New custom group.
9370         (uudecode-decoder-program, uudecode-decoder-switches)
9371         (uudecode-use-external): Move to the uudecode custom group.
9372
9373         * netrc.el (top-level): Don't load `encrypt' features.
9374         (netrc-parse): Don't use encrypt.
9375         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9376
9377         * encrypt.el: Remove file.
9378
9379 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9382         matches on patches.
9383
9384         * gnus-art.el (gnus-article-browse-html-article):
9385         Mention `mm-text-html-renderer' in the doc string.
9386
9387         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9388         string.  Add comments.
9389
9390         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9391         if rhs is ASCII.
9392
9393 2007-12-01  Glenn Morris  <rgm@gnu.org>
9394
9395         * mail-source.el (top-level): Require format-spec before
9396         eval-when-compile.
9397
9398 2007-11-30  Glenn Morris  <rgm@gnu.org>
9399
9400         * encrypt.el: Require password, rather than autoloading password-read.
9401
9402 2007-11-29  Glenn Morris  <rgm@gnu.org>
9403
9404         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9405         (sasl-make-client, sasl-next-step, sasl-step-data)
9406         (sasl-step-set-data): Declare as functions.
9407
9408 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9411
9412 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9413
9414         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9415         certs should be verified and what is to be done in the event of a
9416         verification failure.
9417
9418         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9419         caller can indicate whether the cache should be disregarded for this
9420         call.  This way the result of the call is reproducible at all times and
9421         can be considered a canonical server name for the supplied method.
9422         (gnus-agent-method-p): Canonicalize server names by pushing their
9423         method through `gnus-method-to-server' using the no-cache argument.
9424
9425         * gnus-srvr.el (gnus-server-insert-server-line):
9426         Call `gnus-method-to-server' with `no-cache' argument.
9427
9428         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9429         gnus-agent-possibly-synchronize-flags as this should be called when the
9430         server is actually being opened.
9431         (gnus-agent-possibly-synchronize-flags)
9432         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9433         flags file of an agentized server to the latter function.
9434
9435         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9436         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9437         after a connection has been established successfully.
9438
9439 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (article-display-face): Force to display face if called
9442         interactively; check if gnus-article-x-face-too-ugly matches author.
9443         (article-display-x-face): Display face even if From header is missing
9444         as article-display-face does.
9445
9446 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9447
9448         * hashcash.el (message-narrow-to-headers-or-head)
9449         (message-fetch-field, message-goto-eoh)
9450         (message-narrow-to-headers): Declare as functions.
9451
9452 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * mail-source.el (mail-sources): Default to fetch from file for
9455         compatibility with default of nnmail-spool-file.
9456
9457 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9460         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9461         to look for encoded word that should be encoded again.
9462         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9463         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9464         encoding pattern.
9465         (rfc2047-decode-region): Switch strict regexp and loose one according
9466         to rfc2047-allow-irregular-q-encoded-words.
9467
9468 2007-11-25  Romain Francoise  <romain@orebokech.com>
9469
9470         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9471
9472 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * tls.el (tls-program): Provide more custom choices from
9475         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9476         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9477
9478 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9481         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9482
9483         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9484         `nnmail-spool-file'.
9485
9486         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9487         `nnmail-spool-file'.
9488
9489         * gnus-move.el (gnus-change-server): Ditto.
9490
9491         * gnus-kill.el (gnus-batch-score): Ditto.
9492
9493         * gnus-cache.el (gnus-jog-cache): Ditto.
9494
9495         * gnus-msg.el (gnus-summary-reply):
9496         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9497
9498 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9501         version.  Minor improvement to doc strings.
9502         (tls-program): Add comment.
9503
9504 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9505
9506         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9507         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9508         mismatch between the hostname provided in the certificate and the name
9509         of the host connnecting to.
9510         (open-tls-stream): Use them.  Check certificates against trusted root
9511         certificates.
9512
9513 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-cache.el (gnus-cache-generate-nov-databases):
9516         Use nnml-generate-nov-databases-directory instead of
9517         nnml-generate-nov-databases-1.
9518
9519 2007-11-24  Glenn Morris  <rgm@gnu.org>
9520
9521         * message.el (message-tool-bar-retro): Update for rename
9522         mail_send.xpm->mail-send.xpm.
9523
9524 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9527         `smime-ldap-search' for Emacs 22 and up.
9528
9529 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9530
9531         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9532
9533         * message.el (message-send-mail-function): Fix error convention.
9534         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9535         (message-widen-reply, message-send-mail, message-talkative-question)
9536         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9537         (message-clone-locals, message-send-news): Use with-current-buffer.
9538         (message-insert-or-toggle-importance): Remove unused var `valid'.
9539         (message-make-references): Remove unused var `new-references'.
9540         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9541
9542 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9543
9544         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9545         (spam-split-symbolic-return-positive): Reflow docstring.
9546         (spam-backends, spam-summary-exit-behavior)
9547         (spam-mark-ham-unread-before-move-from-spam-group)
9548         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9549         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9550         (spam-clear-cache, spam-backend-check, spam-install-backend)
9551         (spam-install-statistical-backend, spam-list-of-processors)
9552         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9553         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9554         (spam-check-crm114, spam-initialize, spam-unload-hook):
9555         Fix typos in docstrings.
9556
9557 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9560         been checked if they have never been read and those group levels are
9561         higher than the one that a user specified.
9562
9563 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9566         foreign groups unless a group level is specified by a user.
9567         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9568
9569 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * message.el (message-send-mail-function): Require sendmail.
9572
9573 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * message.el (message-send-mail-function): Check for smtpmail too.
9576
9577         * utf7.el (utf7-encode, utf7-decode): Use coding system
9578         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9579
9580         * message.el (message-send-mail-function): New function.
9581         (message-send-mail-function): Set default using
9582         message-send-mail-function.  Adjust doc string.
9583         (message-send-mail-with-mailclient): New function.
9584
9585 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9586
9587         * smime.el (from):
9588         * rfc2047.el (message-posting-charset):
9589         * qp.el (mm-use-ultra-safe-encoding):
9590         * pop3.el (parse-time-months):
9591         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9592         * nnml.el (files):
9593         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9594         (jka-compr-compression-info-list, ange-ftp-path-format)
9595         (efs-path-regexp):
9596         * nndiary.el (files):
9597         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9598         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9599         (epg-digest-algorithm-alist, inhibit-redisplay)
9600         (password-cache-expiry):
9601         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9602         (pgg-output-buffer, password-cache-expiry):
9603         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9604         (efs-path-regexp):
9605         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9606         (inhibit-redisplay):
9607         * mm-uu.el (file-name, start-point, end-point, entry)
9608         (gnus-newsgroup-name, gnus-newsgroup-charset):
9609         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9610         (latin-unity-ucs-list):
9611         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9612         (mm-uu-binhex-decode-function):
9613         * message.el (gnus-message-group-art, gnus-list-identifiers)
9614         (rmail-enable-mime-composing, gnus-local-organization)
9615         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9616         (gnus-read-active-file, facemenu-add-face-function)
9617         (facemenu-remove-face-function, gnus-article-decoded-p)
9618         (tool-bar-mode):
9619         * mail-source.el (display-time-mail-function):
9620         * gnus-util.el (nnmail-pathname-coding-system)
9621         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9622         (gnus-original-article-buffer, gnus-user-agent)
9623         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9624         (xemacs-codename, sxemacs-codename, emacs-program-version):
9625         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9626         * gnus-start.el (gnus-agent-covered-methods)
9627         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9628         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9629         (gnus-newsgroup-headers, gnus-group-list-mode)
9630         (gnus-group-mark-positions, gnus-newsgroup-data)
9631         (gnus-newsgroup-unreads, nnoo-state-alist)
9632         (gnus-current-select-method, mail-sources)
9633         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9634         (nnmail-spool-file, gnus-cache-active-hashtb):
9635         * gnus-mh.el (mh-lib-progs):
9636         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9637         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9638         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9639         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9640         (gnus-group-buffer):
9641         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9642         (font-lock-set-defaults):
9643         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9644         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9645         (gnus-summary-post-menu, total-parts, type, condition, length):
9646         * gnus-agent.el (gnus-agent-read-agentview):
9647         * flow-fill.el (show-trailing-whitespace):
9648         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9649         eval-and-compile wrappers for byte compiler pacifiers.
9650
9651         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9652         (mm-display-inline-fontify): Check for featurep 'xemacs not
9653         extent-list.
9654
9655         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9656         itimer-list.
9657         (mm-create-image-xemacs): Only do something for XEmacs.
9658         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9659
9660         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9661
9662         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9663         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9664
9665 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9666
9667         * nnimap.el (nnimap-split-download-body):
9668         * gnus-demon.el (gnus-demon):
9669         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9670
9671 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9674         New macros.
9675         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9676         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9677         copy data from unibyte buffer to multibyte current buffer.
9678         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9679         to copy data from unibyte current buffer to multibyte buffer.
9680         (nntp-make-process-buffer): Make process buffer unibyte.
9681
9682         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9683
9684 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9685
9686         * pop3.el (pop3-open-server): Accept and process data more robustly at
9687         connexion start to avoid spurious "POP SSL connexion failed" errors.
9688
9689 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9692         read group names.
9693
9694 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9697
9698 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9701         (nnmail-save-active): Use a unibyte buffer when saving active file,
9702         which may contain non-ASCII group names.
9703
9704         * nnml.el (nnml-request-group): Decode group names in messages.
9705
9706 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * message.el (message-citation-line-function)
9709         (message-insert-formatted-citation-line): Fix spelling of
9710         `message-insert-formated-citation-line'.
9711
9712 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9715
9716 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9719         nnmail-pathname-coding-system.
9720
9721         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9722         that a user enters; decode group names in messages.
9723
9724         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9725
9726 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9729
9730         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9731
9732         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9733         risky local variable.
9734
9735         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9736
9737 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9738
9739         * encrypt.el: Improve documentation to fix function name typo.
9740         Reported by Daiki Ueno <ueno@unixuser.org>.
9741
9742 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9745         even if the point is not in the last page of an article.
9746         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9747         back to the previous page.
9748
9749 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9752
9753 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9756
9757 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9758
9759         * message.el (message-check-news-body-syntax):
9760         Avoid mm-string-as-multibyte.
9761         (message-hide-headers): Don't assume (point-min)==1.
9762
9763 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * message.el (message-remove-blank-cited-lines): Fix if remove is
9766         given.
9767         (message-bogus-address-regexp): New variable.
9768         (message-bogus-recipient-p): New function.
9769         (message-check-recipients): New command.
9770         (message-syntax-checks): Add `bogus-recipient'.
9771         (message-fix-before-sending): Add `bogus-recipient'.
9772
9773         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9774         (gnus-treat-body-boundary): Don't test window-system.
9775
9776 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9777
9778         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9779
9780 2007-10-28  Miles Bader  <miles@gnu.org>
9781
9782         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9783         at compile-time too.
9784
9785 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-msg.el (gnus-message-setup-hook):
9788         Add `message-remove-blank-cited-lines' to options.
9789
9790 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * message.el (message-remove-blank-cited-lines): New function.
9793         Suggested by Karl Plästerer.
9794
9795 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9798         mapc.
9799
9800         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9801         (top-level): Use mapc to set functions to be traced for debugging.
9802
9803         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9804         called for effect with while loop.
9805
9806         * message.el (message-talkative-question): Replace mapcar called for
9807         effect with mapc.
9808
9809         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9810         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9811         called for effect with dolist.
9812
9813         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9814
9815         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9816         gnus-extra-headers and nnmail-extra-headers.
9817
9818         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9819         called for effect with dolist.
9820         (top-level): Use mapc to set functions to be traced for debugging.
9821
9822         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9823         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9824         dolist.
9825
9826         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9827         Replace mapcar called for effect with mapc.
9828         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9829         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9830         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9831         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9832
9833         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9834         remove-if that's a cl function.
9835
9836         * webmail.el (webmail-debug): Replace mapcar called for effect with
9837         dolist.
9838
9839         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9840         with mapc.
9841
9842 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9845         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9846         with while loop.
9847
9848         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9849         functions from article-* functions.
9850         (gnus-multi-decode-header): Replace mapcar called for effect with
9851         dolist.
9852
9853         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9854         (gnus-bookmark-show-details): Replace mapcar called for effect with
9855         while loop.
9856
9857         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9858         called for effect with while loop.
9859
9860         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9861         with dolist.
9862
9863         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9864         Replace mapcar called for effect with dolist.
9865
9866         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9867
9868         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9869         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9870         Replace mapcar called for effect with dolist.
9871         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9872         mapc.
9873
9874         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9875         Replace mapcar called for effect with dolist.
9876         (gnus-topic-list): Replace mapcar called for effect with mapc.
9877
9878         * gnus.el: Use mapc instead of mapcar to add autoloads.
9879
9880 2007-10-23  Richard Stallman  <rms@gnu.org>
9881
9882         * gnus-group.el (gnus-group-highlight): Mark as risky.
9883
9884 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus.el (gnus-server-to-method): Return method found first in
9887         gnus-newsrc-alist.
9888
9889         * gnus-art.el (gnus-article-highlight-signature)
9890         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9891         button overlay without the front stickiness.
9892
9893 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9894
9895         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9896         overview buffer needed a catch to receive its throw.
9897         (gnus-agent-flush-cache): Declare as interactive to make this function
9898         easier to use.
9899
9900 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9903         `next-line'.
9904
9905 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9908         exclude address matching message-dont-reply-to-names.
9909
9910 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-util.el (gnus-string<): New function.
9913
9914         * gnus-sum.el (gnus-article-sort-by-author)
9915         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9916
9917 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9920         the frame-focus tag is set in gnus-buffer-configuration.
9921
9922 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9925         the front stickiness.
9926
9927 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9930         url pattern; remove duplicate one.
9931         (gnus-article-extend-url-button): New function.
9932         (gnus-article-add-buttons): Use it.
9933         (gnus-button-push): Use concatenated url that it makes.
9934
9935 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9936
9937         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9938
9939 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9940
9941         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9942         Don't hardcode point-min==1.
9943
9944 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9947         Fix comment about "iso8859-1".
9948
9949 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9950
9951         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9952         ones returned from the verify-function.
9953
9954         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9955         Call mml2015-extract-cleartext-signature if extraction failed.
9956
9957 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9958
9959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9960         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9961         failed.
9962
9963 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9966
9967 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9970         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9971         recommends to use EasyPG instead of PGG.
9972
9973         * pgg.el: Revert to revision 6.23.2.16.
9974
9975         * pgg-def.el: Revert to revision 6.6.2.14.
9976
9977         * pgg-gpg.el: Revert to revision 6.23.2.34.
9978
9979 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9982         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9983         thread for both the null and zero (kill/expire thread) universal prefix
9984         cases.
9985         (gnus-summary-expire-thread): Add new function to expire a thread,
9986         using gnus-summary-kill-thread.
9987         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9988         shortcuts for gnus-summary-expire-thread.
9989         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9990         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9991
9992 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9993
9994         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9995         extras value, so an extras entry can be deleted.
9996         (gnus-registry-delete-extra-entry): Use it.
9997         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9998         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9999         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10000         storage through the gnus-registry, and provide an appropriate API for
10001         it.
10002
10003 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10006         Suggested by Leo <sdl.web@gmail.com>.
10007
10008         * gnus.el: Do.
10009
10010 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10013         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10014
10015         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10016
10017         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10018         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10019
10020 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10023         newline.
10024         (nnmbox-request-accept-article): Don't change article in source buffer;
10025         narrow to header to use message-fetch-field rather than
10026         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10027         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10028         as delimiters; make sure article ends with newline.
10029         (nnmbox-delete-mail): Correct last position of article to be deleted;
10030         ignore X-Gnus-Newsgroup header in article body.
10031         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10032         positions; make sure article ends with newline.
10033
10034         * message.el (message-display-abbrev): Don't infloop when a user
10035         inserts SPC in the beginning of header.
10036
10037         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10038         coding-system-for-read and coding-system-for-write for XEmacs having no
10039         file-coding feature.
10040
10041         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10042
10043 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10044
10045         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10046         list of groups not followed by default.  Fix type to be regexp.
10047         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10048
10049 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10050
10051         * hmac-def.el (define-hmac-function): Switch from old-style to
10052         new-style backquotes.
10053
10054         * md4.el (md4-make-step): Likewise.
10055
10056 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10059         raw-text coding system when saving .newsrc file, which may contain
10060         non-ASCII group names.
10061
10062 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-cus.el (gnus-score-extra): New widget.
10065         (gnus-score-extra-convert): New function.
10066         (gnus-score-customize): Use it for Extra.
10067
10068 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10069
10070         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10071         (mml2015-mailcrypt-clear-verify): Use it.
10072         (mml2015-gpg-clear-verify): Use it.
10073         (mml2015-pgg-clear-verify): Use it.
10074         (mml2015-epg-clear-verify): Replace the current part with the output
10075         from GnuPG; don't extract the plaintext by itself.
10076
10077         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10078         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10079         mml2015-clear-verify-function; don't touch the armor headers or
10080         dash-escaped text here.
10081
10082 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10085         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10086         parts, or application/octet-stream as a last resort.
10087         (gnus-mime-view-part-as-type): Don't toggle display.
10088         (gnus-mime-view-part-as-charset): Don't turn off display before
10089         querying charset.
10090
10091         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10092         stuff to undisplayer function in Emacs.
10093         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10094
10095         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10096         text/calendar parts.
10097
10098 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10101         decoding text/calendar parts.
10102
10103         * message.el (message-forward-make-body-mime): Always mark body as
10104         having no illegible text; remove signed-or-encrypted argument.
10105         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10106
10107         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10108         (mml-generate-mime-1): Don't encode body if it is specified to be in
10109         raw form; don't make buffer be unibyte when inserting multibyte string.
10110
10111 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10112
10113         * sha1.el: Fix up comment style.
10114         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10115         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10116
10117         * hex-util.el: Fix up comment style.
10118         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10119
10120         * gnus-salt.el: Use with-current-buffer.
10121         (gnus-pick-setup-message): Fix long-standing typo.
10122
10123 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * imap.el (imap-logout-timeout): New variable.
10126         (imap-logout, imap-logout-wait): New functions.
10127         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10128
10129         * nnimap.el (nnimap-logout-timeout): New server variable.
10130         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10131         nnimap-logout-timeout.
10132
10133         * gnus-art.el (gnus-article-summary-command-nosave)
10134         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10135
10136 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus.el (gnus-maximum-newsgroup): New variable.
10139
10140         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10141         according to gnus-maximum-newsgroup.
10142
10143         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10144         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10145         Limit the range of articles according to gnus-maximum-newsgroup.
10146
10147 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10148
10149         * gnus-art.el (gnus-sticky-article): Fix problems described in
10150         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10151         Don't perform gnus-configure-windows here; reuse existing sticky
10152         article buffer.
10153
10154         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10155         it doesn't exist in gnus-article-mode.
10156
10157 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10160         (gnus-agent-decoded-group-name): New function.
10161         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10162         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10163
10164 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10165
10166         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10167         Add binding for gnus-sticky-article.
10168         (gnus-summary-exit): Don't kill sticky article buffers.
10169
10170         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10171         article buffer.
10172         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10173         (gnus-kill-sticky-article-buffers): New commands.
10174
10175 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * nntp.el (nntp-xref-number-is-evil): New server variable.
10178         (nntp-find-group-and-number): If it is non-nil, don't trust article
10179         numbers in the Xref header.
10180
10181 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-agent.el (gnus-agent-read-group): New function.
10184         (gnus-agent-flush-group, gnus-agent-expire-group)
10185         (gnus-agent-regenerate-group): Use it.
10186         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10187         nnmail-pathname-coding-system.
10188
10189 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10192
10193         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10194         that are unread as unread, and also as selected so that information of
10195         marks having been changed by a user may be updated when exiting group.
10196
10197 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10200
10201 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10204         calculated ignoring signature parts to gnus-treat-article.
10205
10206 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10209         a point here in order to keep the window start.
10210         (gnus-insert-mime-security-button): Make a button overlay without the
10211         front stickiness.
10212         (gnus-mime-display-security): Goto the end of a button.
10213
10214         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10215
10216 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10219         group-name-at-point.
10220         (gnus-group-completing-read): New function that offers decoded
10221         non-ASCII group names for completion.
10222         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10223         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10224         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10225         (gnus-group-fetch-control): Use it.
10226         (gnus-fetch-group): Use group-name-at-point for the initial value
10227         rather than the default value; use gnus-alive-p.
10228
10229         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10230         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10231         (gnus-summary-post-news): Use gnus-group-completing-read.
10232
10233         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10234         (gnus-read-move-group-name): Decode group name for completion.
10235
10236 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10237
10238         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10239         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10240         Yamaoka slightly modified the code).
10241
10242 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10245         (nnmail-split-incoming): Bind it.
10246
10247         * nnml.el (nnml-group-name-charset): New function.
10248         (nnml-decoded-group-name): Use it; don't decode group name if
10249         nnmail-group-names-not-encoded-p is non-nil.
10250         (nnml-encoded-group-name): New function.
10251         (nnml-group-pathname): Inline nnml-decoded-group-name.
10252         (nnml-request-expire-articles): Decode group name in message.
10253         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10254         nnmail-pathname-coding-system.
10255         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10256         not decoded ones according to nnmail-group-names-not-encoded-p.
10257         (nnml-generate-active-info): Use nnml-encoded-group-name.
10258
10259 2007-08-08  Glenn Morris  <rgm@gnu.org>
10260
10261         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10262         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10263         doc-strings and comments.
10264
10265 2007-07-25  Glenn Morris  <rgm@gnu.org>
10266
10267         * Relicense all FSF files to GPLv3 or later.
10268
10269 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-sum.el (gnus-summary-move-article):
10272         Make gnus-summary-respool-article work.
10273
10274 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10277         string.
10278
10279 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10280
10281         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10282         that should be ignored when comparing distant RSS articles with local
10283         ones.
10284         (nnrss-make-hash-index): New function.  Create a hash index according
10285         to the ignored fields.
10286         (nnrss-check-group): Use it.
10287
10288 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10291
10292         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10293
10294         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10295         the new optional argument ENCODED is non-nil.
10296         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10297         coding system for encoding group name.
10298         (gnus-group-make-rss-group): Pass un-encoded group name to
10299         gnus-group-make-group.
10300         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10301         encoded.
10302
10303         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10304         Encode group name to which articles are moved or copied.
10305         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10306         coding system for encoding Newsgroup, Followup-To and Xref headers.
10307
10308         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10309         marks; use nnheader-file-coding-system to write a file.
10310         (nnagent-retrieve-headers): Bind file-name-coding-system to
10311         nnmail-pathname-coding-system.
10312
10313         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10314
10315         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10316         (nnml-request-article, nnml-request-create-group)
10317         (nnml-request-rename-group, nnml-find-id)
10318         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10319         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10320         (nnml-save-marks): Use nnml-group-pathname instead of
10321         nnmail-group-pathname.
10322
10323         (nnml-request-create-group, nnml-request-expire-articles)
10324         (nnml-request-move-article, nnml-request-delete-group)
10325         (nnml-deletable-article-p, nnml-possibly-create-directory)
10326         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10327         (nnml-open-marks): Bind file-name-coding-system to
10328         nnmail-pathname-coding-system.
10329
10330         (nnml-request-article): Pass server argument to nnml-find-group-number.
10331         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10332         Pass server argument to nnml-possibly-create-directory.
10333         (nnml-request-accept-article): Pass server argument to
10334         nnml-active-number and nnml-save-mail.
10335         (nnml-find-group-number): Pass server argument to nnml-find-id.
10336         (nnml-request-update-info): Pass server argument to
10337         nnml-marks-changed-p.
10338
10339         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10340         (nnml-save-mail, nnml-active-number): Add server argument.
10341
10342         (nnml-request-delete-group): Warn if group is missing.
10343         (nnml-get-nov-buffer): Decode group name.
10344         (nnml-generate-active-info): Encode group name.
10345         (nnml-open-marks): Decode group name in messages.
10346
10347 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10350         if it is not specified.
10351         (gnus-article-pipe-part, gnus-article-save-part)
10352         (gnus-article-interactively-view-part, gnus-article-copy-part)
10353         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10354         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10355         (gnus-article-replace-part, gnus-article-delete-part)
10356         (gnus-article-view-part-as-type): Pass raw prefix argument to
10357         gnus-article-part-wrapper.
10358
10359 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-agent.el (gnus-agent-save-active):
10362         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10363
10364         * gnus-cache.el (gnus-cache-save-buffers)
10365         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10366         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10367         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10368         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10369         (gnus-cache-generate-active, gnus-cache-rename-group)
10370         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10371         (gnus-cache-update-overview-total-fetched-for):
10372         Bind file-name-coding-system to nnmail-pathname-coding-system.
10373         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10374         New variables.
10375         (gnus-cache-decoded-group-name): New function.
10376         (gnus-cache-file-name): Use it.
10377         (gnus-cache-generate-active): Use non-decoded group name for active.
10378
10379         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10380         right place.
10381         (gnus-write-active-file): Don't break non-ASCII group names.
10382
10383         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10384         nnmail-pathname-coding-system.
10385
10386         * lpath.el: Bind default-file-name-coding-system,
10387         file-name-coding-system and language-info-alist for XEmacs.
10388
10389         * gnus-uu.el (gnus-uu-decode-save): Typo.
10390
10391 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10394
10395 2007-07-14  David Kastrup  <dak@gnu.org>
10396
10397         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10398         finishing actions if we did not edit the article.
10399
10400 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10403         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10404         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10405         (gnus-agent-flush-group, gnus-agent-flush-cache)
10406         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10407         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10408         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10409         (gnus-agent-regenerate-group)
10410         (gnus-agent-update-files-total-fetched-for)
10411         (gnus-agent-update-view-total-fetched-for):
10412         Bind file-name-coding-system to nnmail-pathname-coding-system.
10413         (gnus-agent-group-pathname): Don't encode file names by
10414         nnmail-pathname-coding-system.
10415         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10416         coding-system-for-write instead of buffer-file-coding-system to
10417         gnus-agent-file-coding-system.
10418
10419         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10420         Decode group name.
10421
10422         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10423
10424         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10425         (gnus-read-newsrc-el-file): Make group names unibyte.
10426
10427         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10428         nnmail-pathname-coding-system.
10429
10430         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10431         (nnrss-request-delete-group): Bind file-name-coding-system to
10432         nnmail-pathname-coding-system.
10433         (nnrss-read-server-data, nnrss-read-group-data):
10434         Bind file-name-coding-system correctly.
10435         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10436
10437         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10438         (nntp-server-to-method-cache): New variable.
10439         (nntp-group-pathname): New function that decodes non-ASCII group names.
10440         (nntp-possibly-create-directory, nntp-marks-changed-p)
10441         (nntp-save-marks, nntp-open-marks): Use it.
10442         (nntp-possibly-create-directory, nntp-open-marks):
10443         Bind file-name-coding-system to nnmail-pathname-coding-system.
10444         (nntp-open-marks): Decode group names when bootstrapping marks.
10445
10446         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10447         Newsgroups and Folowup-To headers.
10448
10449 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10452         (gnus-server-closed-face, gnus-server-denied-face)
10453         (gnus-server-offline-face): Remove variable.
10454         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10455
10456         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10457         of modifying message-stack directly for XEmacs.
10458
10459         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10460         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10461         if the coding-system argument is nil for XEmacs.
10462
10463         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10464         mm-charset-override-alist.
10465
10466         * rfc2047.el: Don't require base64; require rfc2045 for the function
10467         rfc2045-encode-string.
10468         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10469         to quote the parameter value.
10470
10471 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10474         form in gnus-group-name-charset-method-alist.
10475
10476         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10477         overrides the default layout edit-form.
10478
10479         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10480
10481         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10482
10483 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10486         as unfetched articles.
10487
10488 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10491
10492 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10495         original back end that keeps marks in the local system.
10496
10497 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10500         arg of pop-to-buffer for XEmacs.
10501         (gnus-article-read-summary-keys): Ditto; don't restore window
10502         configuration if summary command ends up with neither article buffer
10503         nor summary buffer; describe bindings if summary keys end with C-h.
10504
10505 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * message.el (message-fix-before-sending): Skip raw message part to be
10508         forwarded while checking illegible text.
10509         (message-forward-make-body-mime, message-forward-make-body):
10510         Mark signed or encrypted raw message as having no illegible text.
10511
10512 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10515         (gnus-message-with-timestamp-1): New macro.
10516         (gnus-message-with-timestamp): New function.
10517         (gnus-message): Use them.
10518
10519         * nnheader.el (nnheader-message): Use them.
10520
10521 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10524         .newsrc.eld file.
10525
10526 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-agent.el (gnus-agent-fetch-headers)
10529         (gnus-agent-retrieve-headers):
10530         Bind gnus-decode-encoded-address-function to identity.
10531
10532         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10533         available also when the server returns simply a dot.
10534
10535         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10536
10537 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10540
10541 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-ems.el (gnus-x-splash): Make it work.
10544
10545         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10546         from being used.
10547
10548         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10549
10550 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10553         4th and the 5th arguments.
10554
10555         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10556         the front stickiness.
10557         (gnus-article-summary-command-nosave): Correct the order of the
10558         arguments passed to pop-to-buffer.
10559         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10560         summary command ends up with the article buffer.
10561
10562         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10563         the same faces.
10564
10565 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10566
10567         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10568
10569 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10570
10571         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10572         * gnus-sum.el (gnus-summary-highlight):
10573         * pgg.el (pgg-sign-region, pgg-sign):
10574         * mail-source.el (mail-source-delete-old-incoming-confirm):
10575         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10576
10577 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (gnus-mime-view-part-externally)
10580         (gnus-mime-view-part-internally): Fix predicate function passed to
10581         completing-read.
10582
10583         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10584
10585         * gnus.el (gnus-update-message-archive-method): Add :version.
10586
10587 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus.el (gnus-update-message-archive-method): New variable.
10590
10591         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10592         according to gnus-message-archive-method if
10593         gnus-update-message-archive-method is non-nil.
10594
10595 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10598         Suggested by Loic Dachary <loic@dachary.org>.
10599         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10600
10601 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * message.el (message-pop-to-buffer): Add switch-function argument.
10604         (message-mail): Pass switch-function argument to it.
10605
10606 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10609         Improve doc string.
10610
10611 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10614         (gnus-header-content)
10615         * gnus-cite.el (gnus-cite-10)
10616         * gnus-srvr.el (gnus-server-closed)
10617         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10618         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10619         (gnus-group-mail-3-empty, gnus-group-mail-low)
10620         (gnus-group-mail-low-empty, gnus-splash)
10621         * message.el (message-header-to, message-header-cc)
10622         (message-header-subject, message-header-other, message-header-name)
10623         (message-header-xheader, message-separator, message-cited-text)
10624         (message-mml): Lighten colors of faces used for dark background.
10625
10626 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10627
10628         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10629         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10630
10631 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * message.el (message-narrow-to-headers-or-head):
10634         Ignore mail-header-separator in the body.
10635
10636 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10639         same as window size.
10640
10641 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10642
10643         * message.el (message-font-lock-keywords): Use message-header-xheader
10644         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10645         ahead of the anything pattern, to get it recognised.
10646
10647 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10650         spam.el loads uses it in the compiled defadvice form.
10651
10652 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10653
10654         * gnus-sum.el (gnus-articles-to-read)
10655         (gnus-summary-insert-old-articles): Don't truncate group name for
10656         `read-string'.
10657
10658         * gnus-util.el (gnus-limit-string): Delete this function.
10659
10660         * gnus-sum.el (gnus-simplify-subject-fully):
10661         Use `truncate-string-to-width' instead.
10662
10663 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10664
10665         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10666         Tell if, on summary exit, the next group has to be selected.
10667         (gnus-summary-exit): Use it.
10668
10669 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10672         non-break space.
10673
10674 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10677         Check if group is not a directory.
10678         (nnfolder-request-expire-articles): Don't delete articles if the target
10679         group is not available.
10680
10681         * nnml.el (nnml-request-create-group): Properly check if group is not a
10682         file.
10683         (nnml-request-expire-articles): Don't delete articles if the target
10684         group is not available.
10685
10686         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10687         Don't quote characters that are within parentheses.
10688
10689 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10692         (gnus-handle-ephemeral-exit): Select article according to it.
10693
10694 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * message.el (message-insert-formated-citation-line): Remove newline.
10697         (message-citation-line-format): Add final \n here so that the user can
10698         avoid a blank line.
10699
10700 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10701
10702         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10703         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10704         Update lanl/arXiv support.
10705
10706 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * gnus.el: Bump version number.
10709
10710 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * gnus.el (gnus-version-number): Bump version.
10713
10714 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10715
10716         * gnus.el: No Gnus v0.6 is released.
10717
10718 2007-04-27  Didier Verna  <didier@xemacs.org>
10719
10720         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10721         * gmm-utils.el (gmm-regexp-concat): ... here.
10722         * message.el: Don't require 'gnus-util.
10723         (message-dont-reply-to-names): Handle name change above.
10724         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10725
10726 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10729         since the initial value varies according to the system.
10730
10731 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10734
10735 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10736
10737         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10738
10739 2007-04-24  Didier Verna  <didier@xemacs.org>
10740
10741         Improve the type of gnus-ignored-from-addresses.
10742         * gnus-util.el (gnus-orify-regexp): New function.
10743         * message.el (gnus-util): Require it.
10744         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10745         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10746         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10747
10748 2007-04-24  Didier Verna  <didier@xemacs.org>
10749
10750         * gnus-sum.el:
10751         * gnus-utils.el: Fix some trailing whitespaces.
10752
10753 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10756         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10757         article's Message-ID; refer parent article in summary buffer.
10758
10759         * message.el (message-bounce): Call mime-to-mml.
10760
10761         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10762         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10763         optimize and/or forms properly.
10764
10765 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10768         URL.
10769
10770 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10773
10774 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10777         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10778         displayed of multipart/alternative part if it is invoked from summary
10779         buffer.
10780
10781         * mm-view.el (mm-inline-text-html-render-with-w3m)
10782         (mm-inline-text-html-render-with-w3m-standalone)
10783         (mm-inline-render-with-function): Use mail-parse-charset by default.
10784
10785 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10786
10787         * parse-time.el (parse-time-string-chars): Check if CHAR
10788         is less than the length of parse-time-syntax.
10789
10790 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10793         from gnus-newsgroup-processable.
10794
10795 2007-04-16  Didier Verna  <didier@xemacs.org>
10796
10797         * gnus-msg.el (gnus-configure-posting-styles):
10798         Handle message-signature-directory properly with :file syntax.
10799         Reported by "Leo".
10800
10801 2007-04-11  Didier Verna  <didier@xemacs.org>
10802
10803         New user option: message-signature-directory.
10804         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10805         * message.el (message-insert-signature): Ditto.
10806         * message.el (message-signature-file): Doc update.
10807         * message.el (message-signature-directory): New.
10808
10809 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-msg.el (gnus-inews-yank-articles):
10812         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10813
10814 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * message.el (message-yank-original): Make sure cited text ends with
10817         newline; don't exchange point and mark.
10818
10819 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10820
10821         * tls.el (open-tls-stream): Properly handle case where there
10822         is no associated buffer.
10823
10824 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10825
10826         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10827         message-yank-original, make sure (< mark TEXT point).
10828
10829 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * message.el (message-fill-column): New variable.
10832         (message-mode): Use it.  Add comment on a possible new hook.
10833
10834         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10835         (nnmail-get-new-mail): Reformat.
10836
10837         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10838
10839         * gmm-utils.el: Fix Commentary.
10840         (gmm-tool-bar-from-list): Fix typo in doc string.
10841
10842 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10843
10844         * message.el (message-yank-original): Don't switch point and mark
10845         unnecessarily to put point and mark as documented.
10846
10847 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10850         from the message heads.
10851
10852 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10853
10854         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10855         article buffer does not have a window.  This may not be the best
10856         solution but is certainly better than setting the start of the null,
10857         that is the current, window.
10858
10859 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10862         (gnus-draft-setup): Run it.
10863
10864         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10865         gnus-score-fast-scoring.  Allow regexp.
10866         (gnus-score-headers): Use it.
10867
10868         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10869         XEmacs.
10870
10871         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10872         string.
10873         (gnus-button-alist): Also catch `<f1> k ...'.
10874         (gnus-treat-display-x-face): Fix doc string.
10875
10876 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10877
10878         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10879         evaluation of gnus-extended-version to ensure correct generation of the
10880         User-Agent header when message-generate-headers-first is used.
10881
10882 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10883
10884         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10885         hashcash-path is nil.  Don't call callback with incorrect number of
10886         parameters if val is 0.
10887
10888 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10889
10890         * message.el (message-required-news-headers):
10891         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10892
10893 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10894
10895         * tls.el (open-tls-stream): In handshake-waiting loop,
10896         don't wait more if there is output available to process.
10897
10898 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10899
10900         * tls.el (tls-program): Doc fix.
10901
10902 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * message.el (message-generate-new-buffers): Change the meaning of the
10905         nil value; add `standard' to the choices; treat t as `unique'; improve
10906         doc string.
10907         (gnus-select-frame-set-input-focus): Autoload.
10908         (message-buffer-name): Search for the existing message buffer if
10909         message-generate-new-buffers is nil or `standard'; treat the value t of
10910         message-generate-new-buffers as `unique'.
10911         (message-pop-to-buffer): Raise the frame already displaying the message
10912         buffer; clear the echo area after querying.
10913         (message-setup): Pass the `continue' argument to compose-mail.
10914         (message-mail): Prefer `switch-function' if it is given; search for the
10915         existing message buffer if the `continue' argument is non-nil; pass
10916         continue and switch-function arguments to compose-mail by way of
10917         message-setup.
10918         (message-mail-other-window): Adjust argument of message-setup.
10919         (message-mail-other-frame): Ditto.
10920
10921 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10924         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10925         to turn font-lock on when turning gnus-message-citation-mode on.
10926
10927 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10928
10929         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10930         (mml-smime-function-alist): New variable; add epg as the backend.
10931         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10932         mml-smime- functions instead.
10933         * mm-view.el: Require smime.
10934
10935 2007-03-05  Didier Verna  <didier@xemacs.org>
10936
10937         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10938         instead of just inheritance for posting styles.
10939         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10940
10941 2007-02-24  Chris Moore  <dooglus@gmail.com>
10942
10943         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10944         * pgg-pgp.el (pgg-pgp-encrypt-region):
10945         * pgg-gpg.el (pgg-gpg-encrypt-region):
10946         Check pgg-encrypt-for-me if no other recipients.
10947
10948 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10949
10950         * tls.el (tls-certtool-program): Fix custom type.
10951
10952 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10955         and point-at-eol instead of line-(beginning|end)-position.
10956
10957         * assistant.el (assistant-parse-buffer): Ditto.
10958
10959         * netrc.el (netrc-parse-services): Ditto.
10960
10961 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10962
10963         * mml2015.el (mml2015-epg-find-usable-key): New function.
10964         (mml2015-epg-sign): Use it.
10965         (mml2015-epg-encrypt): Use it.
10966
10967 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * message.el (message-make-in-reply-to): Quote name containing
10970         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10971         if there are special characters.  Reported by NAKAJI Hiroyuki
10972         <nakaji@jp.freebsd.org>.
10973
10974 2007-02-27  Didier Verna  <didier@xemacs.org>
10975
10976         Include the group parameters as well as the topic ones in the
10977         inheritance filter process.
10978         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10979         argument GROUP-PARAMS-LIST.
10980         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10981
10982 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * nntp.el (nntp-never-echoes-commands)
10985         (nntp-open-connection-functions-never-echo-commands): New variables.
10986         (nntp-send-command): Use them.
10987
10988 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10989
10990         * mml2015.el (mml2015-epg-verify): Simplify.
10991
10992 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mml.el (mml-content-disposition-alist): New user option.
10995         (mml-content-disposition): New function.
10996         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10997         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10998
10999 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11000
11001         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11002         verification.
11003
11004 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11005
11006         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11007         articles posted in the last 24 hours.
11008
11009 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11010
11011         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11012
11013 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11014
11015         * nntp.el (nntp-send-command): Don't wait for echoes when
11016         nntp-open-ssl-stream is used.
11017
11018 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11021         (gnus-message-add-citation-keywords)
11022         (gnus-message-remove-citation-keywords): Remove.
11023         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11024         directly, make the variables in font-lock-defaults buffer-local, add
11025         gnus-message-citation-keywords to them and then update the value of
11026         font-lock-keywords.
11027
11028 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * message.el (message-cite-original-1): Don't call
11031         gnus-article-highlight-citation.
11032
11033         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11034         citations; fix line count.
11035
11036 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11039         (gnus-message-add-citation-keywords)
11040         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11041         versions of font-lock-add-keywords and font-lock-remove-keywords to
11042         work with XEmacs correctly.
11043
11044 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-cite.el (gnus-cite-face-list): Set the values of
11047         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11048         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11049         (gnus-message-cite-prefix-regexp): New variable.
11050         (gnus-message-search-citation-line): Use it; protect against long
11051         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11052         the 0th match data for Emacs.
11053         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11054         (gnus-message-add-citation-keywords): Append keywords rather than
11055         prepending; emulate font-lock-add-keywords if it is not available.
11056         (gnus-message-remove-citation-keywords):
11057         Emulate font-lock-remove-keywords if it is not available.
11058
11059         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11060
11061         * message.el (message-cite-prefix-regexp): Set the value of
11062         gnus-message-cite-prefix-regexp.
11063
11064 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11065
11066         * nnweb.el (nnweb-google-parse-1): Update parser.
11067
11068 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11069
11070         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11071
11072 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11073
11074         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11075         regexp.
11076
11077 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11080         string-to-multibyte.
11081         (uudecode-decode-region-internal): Use it.
11082
11083         * lpath.el: Fbind string-as-multibyte for XEmacs.
11084
11085 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11088         Fix custom choice.
11089
11090         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11091
11092 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11093
11094         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11095
11096         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11097         `write-region' to respect `mm-inhibit-file-name-handlers'.
11098
11099 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11102         Use gnus-home-directory instead of "~/" or "$HOME".
11103
11104 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11105
11106         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11107         to mention filename.
11108         Add comments at beginning regarding usage.
11109         (encrypt-write-file-contents): Change interactive so a string is
11110         acceptable.  If the file has no associated model, show an error instead
11111         of a nonsense prompt.
11112
11113 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11114
11115         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11116         Thanks to Yoshihiko Yamada for kind notification of this typo.
11117
11118 2007-01-12  Kenichi Handa  <handa@m17n.org>
11119
11120         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11121         multibyte buffer.
11122
11123 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * gnus-score.el (gnus-score-fast-scoring): New variable.
11126         (gnus-score-headers): Use it.
11127
11128         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11129
11130         * message.el (message-cite-original-1):
11131         Call gnus-article-highlight-citation if requested.
11132         (message-make-from): Allow name and address as optional arguments.
11133
11134         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11135
11136         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11137         bugs to doc string.
11138         (gnus-button-alist): Add mid\\|message-id.
11139         (gnus-button-fetch-group): Extend for use in
11140         `browse-url-browser-function'.
11141         (gnus-button-url-regexp): Try to catch paired parentheses like in
11142         Wikipedia URLs.
11143
11144         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11145         Suggested by Simon Krahnke <overlord@gmx.li>.
11146
11147 2007-01-13  Romain Francoise  <romain@orebokech.com>
11148
11149         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11150         Update copyright.
11151
11152 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11153
11154         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11155
11156 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11157
11158         * gnus-registry.el (gnus-registry-unfollowed-groups)
11159         (gnus-registry-split-fancy-with-parent): Fix documentation.
11160
11161 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11164         from nnweb groups.
11165
11166 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11169         Xref urls.  Erase buffer before requesting head.
11170
11171         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11172
11173 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11176         customizable.
11177
11178 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11179
11180         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11181         no signing key is found.
11182         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11183         no encrypting and/or signing key is found.
11184
11185 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11188
11189 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11190
11191         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11192         headers read from disk with the ones newly found in the current search.
11193         This should no longer cause problems, because the article numbers in
11194         Gmane's `nov.php' output are ignored since the previous change.
11195
11196 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11197
11198         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11199
11200 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11203         replace-regexp-in-string; bind url-version; fbind display-images-p and
11204         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11205         find-face and set-itimer-function for Emacs; bind itimer-list for
11206         Emacs.
11207
11208         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11209
11210 2007-01-01  Romain Francoise  <romain@orebokech.com>
11211
11212         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11213
11214 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11215
11216         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11217         `define-minor-mode' macro definition expanded properly.
11218         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11219         exclude it there.
11220
11221         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11222         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11223         `fboundp' test.
11224         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11225         This is OK to autoload in (S)XEmacs now.
11226
11227 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11230         keystroke.
11231         (gnus-summary-limit-to-singletons): Fix typo.
11232
11233         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11234         else fails.
11235
11236 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11237
11238         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11239         docstring.
11240
11241         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11242         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11243         (gnus-summary-insert-dormant-articles): Fix typo in message.
11244
11245 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11248         nil for XEmacs.
11249         (gnus-message-citation-mode): Don't autoload in XEmacs.
11250
11251         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11252
11253 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11254
11255         * nnimap.el (nnimap-expunge-search-string):
11256         Mention nnimap-search-uids-not-since-is-evil in docstring.
11257
11258 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * spam.el: Revert to make-obsolete-variable because
11261         define-obsolete-variable-alias is not supported in Emacs 21.
11262
11263         * spam.el (spam-ifile-path, spam-ifile-database-path)
11264         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11265         make-obsolete-variable.
11266         (spam-bsfilter-path, spam-bsfilter-program)
11267         (spam-spamassassin-path, spam-spamassassin-program)
11268         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11269         Don't use "path" inappropriately.
11270         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11271         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11272         variable names.
11273
11274 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11275
11276         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11277         summary buffer.
11278
11279         * password.el (password-cache-remove): Use clear-string to burn
11280         password, if available.
11281
11282 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11285
11286         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11287
11288         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11289         (gnus-message-highlight-citation): Move defcustom here from
11290         gnus-cite.el.
11291         (gnus-message-citation-mode): Autoload.
11292
11293         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11294         checks to make it compile with XEmacs.
11295         (gnus-message-citation-mode): New minor mode.
11296         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11297         (gnus-message-highlight-citation): New variables.
11298         (gnus-message-search-citation-line)
11299         (gnus-message-add-citation-keywords)
11300         (gnus-message-remove-citation-keywords)
11301         (turn-on-gnus-message-citation-mode)
11302         (turn-off-gnus-message-citation-mode): New functions.
11303
11304 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11305
11306         * gnus-cite.el: Enable highlighting of different citation levels in
11307         message-mode.
11308
11309 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * message.el (message-make-fqdn): Fix comment.
11312         (message-bogus-system-names): Add ".local".
11313
11314         * spam.el (spam-ifile-path, spam-ifile-program)
11315         (spam-ifile-database-path, spam-ifile-database)
11316         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11317         Don't use "path" inappropriately.
11318         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11319         strings.
11320         (spam-check-ifile, spam-ifile-register-with-ifile)
11321         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11322         Use new variable names.
11323
11324         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11325         (gnus-treat-display-smileys): Simplify using
11326         gnus-image-type-available-p.
11327
11328         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11329         available.
11330
11331         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11332         Use `display-images-p' if available.
11333
11334 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11337         one after turning on the buffer's multibyteness instead of decoding
11338         them directly in the unibyte buffer that causes unexpected conversion
11339         in Emacs 23 (unicode).
11340
11341 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11342
11343         * message.el (message-generate-hashcash): Fix custom type.
11344
11345 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11348
11349 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11352         disconnect icons.  Add help text.
11353
11354 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11357         negated to be consistent with the others we handle.
11358
11359 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11362         version of gnus-summary-buffer to something, so that we can use two
11363         article buffers at the same time.
11364
11365 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11368         trigger all the extra headers.
11369         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11370         sorting.
11371
11372 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11373
11374         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11375         solid groups.
11376
11377 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11378
11379         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11380
11381 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * legacy-gnus-agent.el: Add Copyright notice.
11384
11385 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11386
11387         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11388
11389 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11392
11393         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11394         to make it work reliably in CVS Emacs.
11395         (gnus-summary-limit-strange-charsets-predicate)
11396         (gnus-summary-limit-to-predicate): New functions.
11397
11398 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11399
11400         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11401         specifying array size.
11402         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11403         array if it is too small.
11404         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11405         (gnus-sort-threads-loop): New function.
11406
11407 2006-12-06  Chris Moore  <dooglus@gmail.com>
11408
11409         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11410         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11411
11412 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11413
11414         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11415         options.
11416
11417 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11420         DOS-ing the recipient.
11421
11422         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11423         the headers when creating the mapping to avoid mismappings.
11424         (nnweb-gmane-create-mapping): Always nix out old mapping.
11425
11426 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11429         and mm-verify-option to never.
11430
11431 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * message.el (message-signed-or-encrypted-p): New function.
11434         (message-forward-make-body): Use it.
11435
11436         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11437         Replace encode-coding-string with mm-encode-coding-string.
11438
11439 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * nneething.el (nneething-decode-file-name):
11442         Replace decode-coding-string with mm-decode-coding-string.
11443
11444         * gnus-int.el (gnus-open-server): Say failed server's name.
11445
11446 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11447
11448         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11449         strings to a single string.  Quote `errors-file-name'.
11450         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11451         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11452         Adjust calls.  Use `shell-quote-argument'.
11453
11454 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11455
11456         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11457         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11458
11459         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11460         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11461         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11462         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11463         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11464         (gnus-subscribe-newsgroup, gnus-1):
11465         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11466         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11467         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11468         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11469
11470 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471
11472         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11473         keystroke.
11474         (gnus-summary-limit-to-bodies): Implement headersp.
11475
11476 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11479
11480 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11483
11484 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * message.el (message-generate-hashcash): Expand range of values to
11487         include `opportunistic'.
11488         (message-send-mail): Use it.
11489
11490 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11493         and comment it.
11494
11495         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11496
11497 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-util.el (gnus-extract-address-components): Improve comment.
11500
11501 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-util.el (gnus-extract-address-components): Work with address in
11504         which the name portion contains @.
11505
11506         * lpath.el: Fbind custom-autoload.
11507
11508 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus.el (gnus-start): Move custom group up.
11511         (gnus-select-method): Don't autoload, but make it available for
11512         `customize-variable'.
11513         (gnus-getenv-nntpserver): Don't autoload.
11514
11515 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11516
11517         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11518
11519 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * message.el (message-sendmail-extra-arguments): New variable.
11522         (message-send-mail-with-sendmail): Use it.
11523
11524 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11527         mm-with-unibyte-current-buffer to make string unibyte.
11528
11529         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11530         mm-string-as-multibyte.
11531
11532 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11533
11534         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11535         Reported by Werner Koch <wk@gnupg.org>.
11536
11537 2006-11-14  Daiki Ueno  <ueno@p360>
11538
11539         * mml2015.el: Autoload epa-select-keys when compiling.
11540
11541 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11542
11543         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11544         message-options.
11545         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11546
11547 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11548
11549         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11550         EasyPG (< 0.0.6).
11551         (mml2015-always-trust): New user option.
11552         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11553         prompt.
11554
11555 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * nntp.el (nntp-authinfo-force): New variable.
11558         (nntp-send-authinfo): Use it.
11559
11560 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11563         decode encoded words.  Improve prompt.  Add comment about forwarding.
11564         (message-replacement-char): Move up.
11565
11566 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11567
11568         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11569         instead of gnus-intersection because arguments of gnus-sorted-nunion
11570         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11571
11572 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11575         (message-simplify-subject-functions):
11576         Enable message-strip-subject-encoded-words by default.
11577
11578 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * message.el (message-strip-subject-encoded-words): New function.
11581         (message-simplify-subject-functions): New variable.
11582         (message-simplify-subject): Use it.  Fix typo in doc string.
11583         Support message-strip-subject-encoded-words.
11584
11585 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11586
11587         * gnus-diary.el (gnus-diary-delay-format-function):
11588         * nndiary.el (nndiary-reminders):
11589         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11590
11591 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * gnus-art.el (article-hide-boring-headers): Fetch date from
11594         gnus-original-article-buffer to avoid problems with localized date
11595         strings.
11596
11597 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11600
11601 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11604         New variables.
11605         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11606         (mm-charset-synonym-alist): Move some entries to
11607         mm-codepage-iso-8859-list.
11608         (mm-charset-synonym-alist, mm-charset-override-alist):
11609         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11610
11611 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11614
11615 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11618         with Emacs 21 and XEmacs.
11619
11620 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11621
11622         * spam.el (spam-parse-address): New function for better parsing,
11623         catching errors, etc.
11624         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11625
11626 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * mm-view.el: Add interactive arg to html2text autoload.
11629
11630 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11633
11634 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11637         New variables.
11638         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11639         (mm-charset-synonym-alist): Move some entries to
11640         mm-codepage-iso-8859-list.
11641
11642         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11643
11644 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * message.el (message-citation-line-format)
11647         (message-insert-formated-citation-line): Fix implementation of %E, %N
11648         and %n according to the doc string.
11649
11650 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11653         Use car-safe to avoid bad parses.
11654
11655 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11658         names.
11659
11660         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11661
11662 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11665         header.
11666
11667         * message.el (message-draft-headers): Add Date.
11668         (message-headers-to-generate): Fix typo in docstring.
11669
11670         * nndraft.el (nndraft-required-headers): New variable.
11671         (nndraft-generate-headers): Use it.
11672
11673         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11674
11675 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11676
11677         * gnus-registry.el (gnus-registry-wash-for-keywords)
11678         (gnus-registry-find-keywords): New functions to allow easy searching of
11679         articles that are in the registry.
11680
11681 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11682
11683         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11684         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11685         Reported by Damien Elmes <damien@repose.cx>.
11686
11687 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11688
11689         * gnus.el (gnus-mime): Remove unused custom group.
11690
11691 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11692
11693         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11694         "blank line" when searching for end of armor headers.
11695
11696 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gmm-utils.el (gmm-write-region): Fix variable name.
11699
11700 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gmm-utils.el (gmm-write-region): New function based on compatibility
11703         code from `mm-make-temp-file'.
11704
11705         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11706
11707         * nnmaildir.el (nnmaildir--update-nov)
11708         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11709         Use `gmm-write-region'.
11710
11711 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11714         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11715
11716         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11717
11718         * message.el (message-replacement-char): New variable.
11719         (message-fix-before-sending): Use it.
11720         (message-simplify-subject): New function to remove duplicate code.
11721         (message-reply, message-followup): Use it.
11722
11723         * gnus-sum.el (gnus-summary-make-menu-bar):
11724         Clarify gnus-summary-limit-to-articles.
11725
11726 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-util.el (gnus-with-local-quit): New macro.
11729
11730         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11731
11732 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11735         ignore non-string data.
11736
11737 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11738
11739         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11740         non-string data (needs to be done in the registry too).
11741
11742 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11743
11744         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11745         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11746         (gnus-registry-split-fancy-with-parent)
11747         (gnus-registry-fetch-simplified-message-subject-fast)
11748         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11749         Remove text properties on ingress into the registry and when it's saved.
11750         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11751         registry from entries with no groups.
11752
11753 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11754
11755         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11756         function to remove string properties.
11757
11758 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11759
11760         * gmm-utils.el (gmm): Adjust custom version.
11761
11762         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11763         Adjust custom version.
11764
11765         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11766
11767 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * gnus-art.el (gnus-insert-prev-page-button)
11770         (gnus-insert-next-page-button): Simplify.  Reformat.
11771
11772 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11773
11774         * gnus-art.el (gnus-insert-prev-page-button)
11775         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11776
11777 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11778
11779         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11780
11781 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11782
11783         * gnus-art.el (gnus-insert-mime-button)
11784         (gnus-insert-mime-security-button):
11785         Apply gnus-article-button-face to MIME and security buttons.
11786
11787 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11790         readable.
11791
11792 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11795
11796 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11797
11798         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11799         `browse-url-of-file' instead of `browse-url'.
11800
11801 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11802
11803         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11804         regexp.  Articles containing quotation were cut prematurely.
11805
11806 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * message.el (message-cite-original-1): Use nobody by default for the
11809         value of From header.
11810         (message-reply): Ditto.
11811
11812 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11813
11814         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11815         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11816         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11817
11818 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11821         mails in the doc string.  Add some URLs in comment.
11822         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11823
11824 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11827         backslashes handling and the way to find boundaries of quoted strings.
11828
11829 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11830
11831         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11832         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11833         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11834         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11835
11836 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11839         doc string.
11840         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11841
11842 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * lpath.el: Fbind epg-check-configuration.
11845
11846 2006-09-06  Simon Josefsson  <jas@extundo.com>
11847
11848         * mml2015.el (mml2015-use): Doc fix, mention epg.
11849
11850 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11851
11852         * mml2015.el (mml2015-use): Default to epg, if available.
11853
11854 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11855
11856         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11857         message-sender.
11858         (mml1991-epg-encrypt): Ditto.
11859         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11860         message-sender.
11861         (mml2015-epg-encrypt): Ditto.
11862
11863 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11864
11865         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11866         several common directories.
11867
11868 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11871         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11872
11873 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (article-decode-encoded-words): Make it fast.
11876
11877 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11880
11881         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11882         in quoted string into `\'.
11883
11884 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11887         Use standard-syntax-table.
11888
11889 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-art.el (gnus-decode-address-function): New variable.
11892         (article-decode-encoded-words): Use it to decode headers which are
11893         assumed to contain addresses.
11894         (gnus-mime-delete-part): Remove useless `or'.
11895
11896         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11897         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11898         (gnus-nov-parse-line): Use it to decode From header.
11899         (gnus-get-newsgroup-headers): Ditto.
11900         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11901
11902         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11903         (mail-decode-encoded-address-string): New alias.
11904
11905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11906         New function.
11907         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11908         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11909         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11910         (rfc2047-decode-string): Ditto.
11911         (rfc2047-decode-address-region): New function.
11912         (rfc2047-decode-address-string): New function.
11913
11914 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * message.el (message-caesar-buffer-body): Allow rotating headers.
11917
11918         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11919
11920         * message.el (message-insert-formated-citation-line): Fix %f.
11921         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11922
11923 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11926         (gnus-bookmark-mouse-available-p): New macro.
11927         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11928         (gnus-bookmark-bmenu-show-infos): Use it.
11929         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11930         (gnus-bookmark-bmenu-hide-infos): Ditto.
11931         (gnus-bookmark-remove-properties): New function.
11932         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11933         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11934         (gnus-bookmark-write-file): Bind coding-system-for-write.
11935         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11936         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11937         group before selecting it.
11938         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11939         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11940         quit-window if it is not available; use gnus-mouse-2 and bind it to
11941         gnus-bookmark-bmenu-select-by-mouse.
11942         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11943         (gnus-bookmark-bmenu-select-by-mouse): New function.
11944
11945 2006-08-13  Romain Francoise  <romain@orebokech.com>
11946
11947         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11948         space.
11949
11950 2006-08-10  Romain Francoise  <romain@orebokech.com>
11951
11952         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11953         (dns-mode-soa-auto-increment-serial): New user option.
11954         (dns-mode-soa-maybe-increment-serial): New function.
11955         (dns-mode): Add the latter to `write-contents-functions'.
11956
11957 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * compface.el (uncompface): Use binary rather than raw-text-unix.
11960
11961 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * compface.el (uncompface): Make sure the eol conversion doesn't take
11964         place when communicating with the external programs.
11965         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11966
11967 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11970
11971 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11972
11973         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11974         Make it more robust by parsing author and date independently.
11975
11976 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11979
11980 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11981
11982         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11983         first matching secret key.
11984         (mml2015-epg-encrypt): Ditto.
11985
11986         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11987         first matching secret key.
11988         (mml1991-epg-encrypt): Ditto.
11989
11990         * mml2015.el (mml2015-encrypt-to-self): New user option.
11991         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11992         mml2015-epg-encrypt-to-self is set.
11993
11994         * mml1991.el (mml1991-encrypt-to-self): New variable.
11995         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11996         mml1991-epg-encrypt-to-self is set.
11997
11998         * mml2015.el (mml2015-signers): New user option.
11999         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12000         (mml2015-epg-encrypt): Allow to select signing keys.
12001
12002         * mml1991.el (mml1991-signers): New variable.
12003         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12004         (mml1991-epg-encrypt): Allow to select signing keys.
12005
12006 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * nnheader.el (nnheader-insert-head): Make it work even if the file
12009         uses CRLF for the line-break code.
12010
12011 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12012
12013         * mml2015.el: Require mml-sec instead of password.
12014         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12015         (mml2015-cache-passphrase): Inherit the default value from
12016         mml-secure-cache-passphrase.
12017         (mml2015-passphrase-cache-expiry): Inherit the default value from
12018         mml-secure-passphrase-cache-expiry.
12019
12020         * mml1991.el: Require mml-sec instead of password.
12021         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12022         (mml1991-cache-passphrase): Inherit the default value from
12023         mml-secure-cache-passphrase.
12024         (mml1991-passphrase-cache-expiry): Inherit the default value from
12025         mml-secure-passphrase-cache-expiry.
12026
12027         * mml-sec.el: Require password.
12028         (mml-secure-verbose): New user option.
12029         (mml-secure-cache-passphrase): New user option.
12030         (mml-secure-passphrase-cache-expiry): New user option.
12031
12032 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12033
12034         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12035         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12036         andreas@altroot.de (Andreas Vögele).
12037
12038         FIXME: Use `tiny change'?
12039
12040 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12041
12042         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12043         workaround for the url package included with Emacs.
12044
12045         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12046
12047 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12050         correctly.  This fixes a bug caused by the 2006-05-12 change.
12051
12052 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12053
12054         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12055         some information about the error when saying that the `bogus' mail
12056         group will be used.
12057
12058 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12061         string.
12062
12063 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12064
12065         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12066
12067 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12068
12069         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12070
12071 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12072
12073         * mml1991.el (mml1991-function-alist): Add epg.
12074         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12075         (mml1991-epg-encrypt): New functions.
12076
12077 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12078
12079         * mml2015.el (mml2015-verbose): New variable.
12080         (mml2015-cache-passphrase): Ditto.
12081         (mml2015-passphrase-cache-expiry): Ditto.
12082         (mml2015-function-alist): Add epg.
12083         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12084         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12085         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12086         New functions.
12087
12088 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12089
12090         * message.el (message-cite-original-1): Preserve region when removing
12091         quoted text due to X-No-Archive in order to avoid bogus attribution
12092         when citing multiple messages.
12093
12094 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12095
12096         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12097         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12098
12099 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-diary.el (gnus-user-format-function-d)
12102         (gnus-user-format-function-D): Autoload.
12103
12104         * imap.el (Commentary): Fix typo.
12105
12106         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12107         2006-04-22 contribution.
12108
12109 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12110
12111         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12112         It didn't really fix the bogosity I'm seeing with solid web groups.
12113
12114 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12115
12116         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12117         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12118         created using server names.  If we use the feature without declaring
12119         it, Gnus does not properly manage server and group state.
12120
12121         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12122         bound.
12123
12124 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12125
12126         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12127         looking up the method using GROUP's prefix before inventing a new one.
12128         It is used on killed/unknown groups in various places where returning
12129         an all-new method isn't expected by the caller.
12130
12131         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12132         and match semantics of gnus-group-real-prefix.
12133
12134 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * nnmail.el (nnmail-broken-references-mailers): New variable.
12137         (nnmail-ignore-broken-references): New function generalizing
12138         nnmail-fix-eudora-headers.
12139         (nnmail-fix-eudora-headers): Now obsolete.
12140
12141         * gnus-art.el (gnus-button-handle-custom):
12142         Support `customize-apropos*'.
12143
12144 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12147
12148         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12149         articles.
12150
12151 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * message.el (message-cite-reply-above): New variable.
12154         (message-yank-original): Use it.
12155
12156 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12159
12160 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12163         as read.
12164
12165         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12166
12167 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12170         (gnus-bookmark-default-file): Use gnus-directory.
12171         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12172         Remove "*" in doc string.
12173         (gnus-bookmark-write-file): Simplify.
12174         (gnus-bookmark-maybe-sort-alist): Use `when'.
12175         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12176         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12177         Add FIXME about Emacs 21 and XEmacs compatibility.
12178         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12179         compatibility.
12180         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12181         compatibility.
12182         (gnus-bookmark-menu-heading): Fix version.
12183
12184 2006-06-19  Bastien Guerry  <bzg@altern.org>
12185
12186         * gnus-bookmark.el: New file.
12187
12188 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * message.el (message-syntax-checks): Doc fix.
12191
12192 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12193
12194         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12195         unsubscribed groups as if they were killed ones.  It causes duplicate
12196         entries in gnus-newsrc-alist.
12197
12198 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * message.el (message-syntax-checks): Doc fix.
12201         (message-send-mail): Add check for continuation headers.
12202         (message-check-news-header-syntax): Fix regexp used to check for
12203         continuation headers.
12204
12205 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12208
12209 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12212
12213 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12216         default-truncate-lines.
12217
12218 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12221         to fill the utf-8 entry.
12222
12223         * lpath.el: Fbind unicode-precedence-list.
12224
12225 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12226
12227         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12228
12229 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12230
12231         * gnus-agent.el (directory-files-and-attributes): Move all the way
12232         forward (the third and final move).
12233         (gnus-agent-read-agentview): Trap reconstruction errors due to
12234         nonexistent directory.  Handle by returning nil.
12235
12236 2006-05-30  Didier Verna  <didier@xemacs.org>
12237
12238         * message.el (message-dont-reply-to-names): Update the custom type.
12239         * message.el (message-dont-reply-to-names): New defsubst: potentially
12240         convert a list of regexps into a single one.
12241         * message.el (message-get-reply-headers): Use it.
12242         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12243
12244 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-agent.el (directory-files-and-attributes): Move forward.
12247
12248 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gnus-ml.el (gnus-mailing-list-subscribe)
12251         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12252         (gnus-mailing-list-message): Fix doc strings.
12253
12254 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12255
12256         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12257         of doing it manually.
12258
12259 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12262         comment.
12263
12264 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12265
12266         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12267         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12268         (gnus-agent-read-local): All symbols allocated in my-obarray.
12269         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12270         (gnus-agent-regenerate-group): Check numeric names to see if they are
12271         messages or groups.
12272         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12273         better way of do this...)
12274
12275         * gnus-cache.el (gnus-agent-total-fetched-for):
12276         Ignore 'dummy.group' (there should be a better way of do this...)
12277
12278 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12281         (gnus-saved-headers): Ditto.
12282         (gnus-default-article-saver): Mention functions may have properties.
12283         (gnus-article-save): Override gnus-save-all-headers and
12284         gnus-saved-headers by :headers property which saver function may have.
12285         (gnus-summary-save-in-file): Add :headers property.
12286         (gnus-summary-write-to-file): Ditto.
12287
12288         * gnus-sum.el (gnus-summary-save-article): Bind
12289         gnus-prompt-before-saving to t when saving many articles in a file;
12290         always show all headers.
12291
12292         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12293
12294 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12297         marks.
12298
12299         * message.el (message-indent-citation): Add optional arguments to allow
12300         using it outside of message buffers.
12301
12302         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12303         (gnus-article-treat-unfold-headers): Use it.
12304         (gnus-article-truncate-lines): New variable.
12305         (gnus-article-mode): Use it.
12306         (gnus-article-toggle-truncate-lines): New function.
12307
12308         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12309         Add gnus-article-toggle-truncate-lines.
12310
12311         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12312         coding system in XEmacs, use binary.
12313
12314 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12317         after-load-alist.
12318
12319         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12320         this function should save decoded articles.
12321         (gnus-summary-write-to-file): Use property to specify this function
12322         should save decoded articles and specify gnus-summary-save-in-file
12323         should be used to save articles other than the first one when saving
12324         many articles.
12325         (gnus-summary-save-body-in-file): Use property to specify this
12326         function should save decoded articles.
12327         (gnus-summary-write-body-to-file): Use property to specify this
12328         function should save decoded articles and specify
12329         gnus-summary-save-body-in-file should be used to save articles other
12330         than the first one when saving many articles.
12331
12332         * gnus-sum.el (gnus-summary-save-article): Simplify.
12333
12334 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-art.el (gnus-default-article-saver):
12337         Add gnus-summary-write-body-to-file.
12338         (gnus-article-save-coding-system): Don't use coding system object
12339         in XEmacs.
12340         (gnus-read-save-file-name): Add optional `dir-var' argument which
12341         specifies directory in which files are saved; work even if optional
12342         `variable' argument is not specified.
12343         (gnus-summary-write-to-file): Read file name.
12344         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12345         (gnus-summary-write-body-to-file): New function.
12346
12347         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12348         (gnus-summary-local-variables): Add it.
12349         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12350         (gnus-summary-save-article): Remove optional `decode' argument;
12351         determine whether to decode articles by the value of
12352         gnus-default-article-saver; when saving many files using
12353         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12354         it first and use gnus-summary-save-in-file or
12355         gnus-summary-save-body-in-file thereafter unless
12356         gnus-prompt-before-saving is always; move point to article which
12357         will be saved.
12358         (gnus-summary-save-article-file): Revert.
12359         (gnus-summary-write-article-file): Revert.
12360         (gnus-summary-save-article-body-file): Revert.
12361         (gnus-summary-write-article-body-file): New function.
12362
12363 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-art.el (gnus-default-article-saver): Doc fix.
12366         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12367         from gnus-summary-save-article-coding-system, and default to a
12368         certain coding system.
12369         (gnus-output-to-file): Add coding cookie and encode text according
12370         to gnus-article-save-coding-system; don't use mm-append-to-file.
12371
12372         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12373         gnus-art.el and rename to gnus-article-save-coding-system.
12374         (gnus-summary-save-article): Require gnus-art; don't show all
12375         headers if it decodes articles; don't add coding cookie here;
12376         don't bind mm-text-coding-system-for-write.
12377         (gnus-summary-save-article-file): Save decoded articles.
12378         (gnus-summary-write-article-file): When saving many files, use
12379         gnus-summary-write-to-file first and gnus-summary-save-in-file
12380         thereafter unless gnus-prompt-before-saving is always.
12381         (gnus-summary-save-article-body-file): Save decoded articles.
12382
12383         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12384
12385 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * nnrss.el (nnrss-check-group): Bind hash-index.
12388
12389 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12390
12391         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12392         its hash index.  Store this hash in `nnrss-group-data'.
12393         (nnrss-read-group-data): Update accordingly.
12394
12395 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12398         entry.
12399
12400         * gnus-sum.el (gnus-summary-make-menu-bar):
12401         Add gnus-article-browse-html-article.
12402
12403 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12404
12405         * gnus-sum.el (gnus-summary-mime-map):
12406         Add gnus-article-browse-html-article.
12407
12408         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12409
12410 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12413         suitable coding systems in customize.
12414
12415 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * mail-source.el (mail-sources): Fix custom type.
12418
12419 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12422         (gnus-summary-expire-articles-now): Shorten prompt.
12423
12424         * gmm-utils.el (wid-edit): Require.
12425         (defun-gmm): Rename from `gmm-defun-compat'.
12426         (gmm-image-search-load-path): Use it.
12427         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12428
12429 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-sum.el (gnus-summary-save-article-coding-system):
12432         New variable.
12433         (gnus-summary-save-article): Add optional `decode' argument.
12434         If it is set and gnus-summary-save-article-coding-system is non-nil,
12435         save decoded article.
12436         (gnus-summary-write-article-file): Save decoded article if
12437         gnus-summary-save-article-coding-system is non-nil.
12438
12439         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12440         type.
12441
12442 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12445
12446 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12449         first to test gnus-single-article-buffer which may be buffer-local.
12450
12451         * gnus-sum.el (gnus-summary-setup-buffer):
12452         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12453         group; make gnus-article-buffer, gnus-article-current, and
12454         gnus-original-article-buffer always buffer-local.
12455         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12456         group.
12457         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12458
12459 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * nnml.el (nnml-request-compact-group): Compressed files might not
12462         have .gz extension.
12463
12464 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12465
12466         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12467         (mm-copy-to-buffer): Use with-current-buffer.
12468         (mm-display-part): Simplify.
12469         (mm-inlinable-p): Add optional arg `type'.
12470
12471 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12472
12473         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12474         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12475         Try harder to show the attachment internally or externally using
12476         gnus-mime-view-part-as-type.
12477
12478 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * message.el (message-from-style, message-signature-separator)
12481         (message-user-organization-file, message-send-mail-function)
12482         (message-citation-line-function, message-yank-prefix)
12483         (message-indent-citation-function, message-signature)
12484         (message-signature-file, message-signature-insert-empty-line):
12485         Remove autoloads.
12486
12487         * gnus-art.el (gnus-buttonized-mime-types):
12488         Remove "multipart/signed".  Revert 2006-04-26 change.
12489
12490 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * gnus.el (gnus-version-number): Bump version.
12493
12494 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12495
12496         * gnus.el: No Gnus v0.5 is released.
12497
12498 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12499
12500         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12501         fetching articles by message-id.
12502
12503 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * message.el (hashcash): Require hashcash as normal.
12506
12507         * ecomplete.el (ecomplete-highlight-match-line):
12508         Use point-at-eol.
12509         (ecomplete-highlight-match-line): Use `highlight', because that
12510         face exists in both Emacs and XEmacs.
12511
12512         * message.el (message-display-abbrev): Use point-at-bol.
12513
12514         * mail-source.el: Don't require timer/timer-funcs.
12515
12516         * gnus-async.el: Ditto.
12517
12518         * password.el: Ditto.
12519
12520         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12521
12522         * mm-url.el: Ditto.
12523
12524         * gnus-xmas.el: Don't require timer-funcs.
12525
12526         * mm-util.el: Require timer/timer-funcs.
12527
12528 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12529
12530         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12531         Close.
12532
12533 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12536         unibyte after clear-decrypt function runs.
12537
12538         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12539         returns as a unibyte string.
12540
12541 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * lpath.el: Revert.
12544
12545         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12546         (pgg-gpg-process-sentinel): Revert.
12547
12548         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12549         (pgg-pgp-lookup-key): Revert.
12550
12551         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12552         (pgg-pgp5-lookup-key): Revert.
12553
12554         * pgg.el (pgg-fetch-key): Revert.
12555
12556 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * lpath.el: Fbind string-as-multibyte for XEmacs.
12559
12560         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12561         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12562         (mml1991-pgg-encrypt): Ditto.
12563
12564         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12565         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12566         a multibyte buffer.
12567
12568         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12569         (pgg-pgp-lookup-key): Ditto.
12570
12571         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12572         (pgg-pgp5-lookup-key): Ditto.
12573
12574         * pgg.el (pgg-fetch-key): Ditto.
12575
12576 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * message.el (message-user-organization-file): Check several
12579         locations of the organization file.
12580
12581         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12582         Add gnus-article-view-part-as-type.
12583
12584         * gnus-art.el (gnus-article-view-part-as-type): New function.
12585
12586         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12587         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12588
12589         * mml.el: Simplify autoload.
12590         (mml-mode): defvar dnd-protocol-alist instead of using
12591         symbol-value.
12592         (mml-default-directory): New variable.
12593         (mml-minibuffer-read-file): Use it.
12594         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12595
12596         * message.el (message-citation-line-format): New variable.
12597         (message-insert-formated-citation-line): New function.
12598         (message-citation-line-function):
12599         Add `message-insert-formated-citation-line' to custom type.
12600
12601         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12602         to doc string.
12603
12604         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12605         depending on mm-verify-option.
12606
12607 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12610         binding pgg-* variables; reimplement the section which prevents
12611         MIME header from being signed.
12612         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12613         pgg-text-mode; remove a blank line at the top of body.
12614
12615         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12616         lines at the top of body; use gnus-newsgroup-charset if there's no
12617         Charset header.
12618
12619 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * message.el (message-self-insert-commands): Doc fix.
12622
12623         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12624         (mm-uu-pgp-encrypted-test): Ditto.
12625         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12626         between header and body; return application/pgp-encrypted handle
12627         if decryption failed; decode decrypted body by charset.
12628
12629         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12630         element match to application/pgp-*.
12631
12632 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12633
12634         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12635         HTML.
12636
12637 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * mail-source.el (mail-source-call-script): Message the error
12640         string.
12641
12642 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * gnus-util.el (gnus-byte-compile): Use it.
12645
12646 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12647
12648         * gnus-util.el (kill-empty-logs): New function.
12649
12650 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651
12652         * message.el (message-mail-alias-type): Doc fix.
12653         (message-mail-alias-type-p): New function.
12654         (message-send): Use it.
12655         (message-mode): Ditto.
12656         (message-strip-forbidden-properties): Ditto.
12657
12658         * ecomplete.el (ecomplete-database-file-coding-system):
12659         New variable.
12660         (ecomplete-save): Use it.
12661         (ecomplete-setup): Use it.
12662
12663 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * message.el (message-self-insert-commands): New variable.
12666         (message-strip-forbidden-properties): Use it.
12667
12668 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12671         that doesn't make XEmacs choke.
12672
12673 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-util.el (gnus-replace-in-string):
12676         Prefer replace-regexp-in-string over of replace-in-string.
12677
12678 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gnus-util.el (gnus-select-frame-set-input-focus):
12681         Use select-frame-set-input-focus if it is available in XEmacs; use
12682         definition defined in Emacs 22 for old Emacsen.
12683
12684         * dgnushack.el: Autoload unmorse-region for XEmacs.
12685
12686         * lpath.el: Bind cursor-in-non-selected-windows and
12687         select-frame-set-input-focus for XEmacs.
12688
12689 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12692
12693 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12694
12695         * gnus-registry.el (gnus-registry-cache-save): Remove text
12696         properties when saving via the temp buffer.
12697
12698 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * message.el (message-generate-hashcash): Honor custom type.
12701
12702 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * message.el (message-generate-hashcash): Default to non-nil when
12705         hashcash is found.
12706
12707         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12708         (gnus-refer-thread-limit): Increase default to 500.
12709
12710         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12711
12712         * flow-fill.el (fill-flowed): Allow delete-space.
12713
12714 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12717         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12718         Remove autoloads.
12719
12720 2006-04-18  Simon Josefsson  <jas@extundo.com>
12721
12722         * message.el (message-generate-hashcash): Default to.
12723
12724 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12727         concatenating segments rather than before concatenating them.
12728
12729 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12732
12733 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12736
12737         * message.el (message-forward-make-body-plain):
12738         Allow message-forward-ignored-headers to be a list.
12739         (message-remove-ignored-headers): Factor out into function.
12740         (message-forward-make-body-mml): Use it.
12741
12742         * imap.el (imap-quote-specials): New function.
12743         (imap-login-auth): Quote specials.
12744
12745         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12746         (rfc2231-parse-string): Allow concatanation of parameters that
12747         aren't contiguous.  The test case is
12748           (mail-header-parse-content-type "message/external-body;
12749             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12750             access-type=LOCAL-FILE;
12751             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12752
12753 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12754
12755         * nntp.el (nntp-accept-process-output): Return the value of
12756         `nnheader-accept-process-output'.
12757
12758 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759
12760         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12761         (gnus-button-alist): Recognize more diff formats.
12762         (gnus-button-patch): Strip directory.
12763
12764 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12767         Emacs 22 when setting focus.
12768
12769 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * gnus-art.el (gnus-article-treat-types): Do treatment of
12772         text/x-verbatim parts.
12773         (gnus-button-patch): New command.
12774
12775         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12776         addresses that contain invalid characters.
12777
12778 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * message.el (message-put-addresses-in-ecomplete):
12781         Use gnus-replace-in-string.
12782         (message-is-yours-p): Use the more correct
12783         mail-header-parse-address instead of
12784         mail-extract-address-components.
12785         (message-put-addresses-in-ecomplete): Fix typo.
12786
12787         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12788         keystroke.
12789
12790         * gnus-art.el (gnus-treatment-function-alist): Change order of
12791         newsgroups/generic header folding to avoid double-folding.
12792
12793         * message.el (message-hidden-headers): Add X-Draft-From.
12794
12795         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12796         New command.
12797         (gnus-summary-repeat-search-article-backward): New command.
12798
12799         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12800         groups in the parent topic.
12801
12802 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12803
12804         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12805         (spam-extra-header-to-number): Return the CRM114 number as a
12806         number instead of a string.
12807
12808 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * gnus-art.el (gnus-face-properties-alist): Move here from
12811         gnus-fun.
12812
12813         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12814
12815 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * message.el (message-strip-forbidden-properties): Only display on
12818         self-insert-command.
12819
12820         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12821         reindent.
12822         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12823
12824 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12825
12826         * smiley.el (smiley-style): Fix typo.
12827
12828 2006-03-23  Kenichi Handa  <handa@m17n.org>
12829
12830         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12831         instead of set-buffer-multibyte.
12832
12833 2006-03-23  Kenichi Handa  <handa@m17n.org>
12834
12835         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12836         buffer and then decode the buffer text if necessary.
12837         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12838         first, and after mm-encode-body, change the buffer to unibyte.
12839
12840 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * hashcash.el (hashcash-insert-payment-async-2):
12843         Use message-goto-eoh instead of doing it manually.
12844         (mail-add-payment): Use message-narrow-to-header instead of trying
12845         to do the same itself.
12846
12847         * message.el (message-hidden-headers): Add Face.
12848
12849         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12850         reparenting code.
12851         (gnus-summary-reparent-children): Refactored out code.
12852         (gnus-summary-thread-map): New keystroke.
12853         (gnus-summary-reparent-children): Make into command.
12854
12855         * smiley.el (smiley-style): Default to `medium' if using a large
12856         font.
12857
12858         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12859         does it itself.
12860
12861         * message.el (message-point-in-header-p): Simplify definition.
12862
12863 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * nnagent.el (nnagent-request-set-mark): Silence log file
12866         writing.
12867         (nnagent-request-set-mark): Use write-region instead of
12868         append-to-file.
12869
12870         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12871         strange select method.
12872
12873         * ecomplete.el (ecomplete-display-matches): Get highlightling
12874         right.
12875         (ecomplete-display-matches): Use literals.
12876         (ecomplete-display-matches): Disable message logging.
12877
12878         * message.el (message-display-abbrev): Small optimization.
12879
12880         * ecomplete.el (ecomplete-display-matches): Allow automatic
12881         display.
12882
12883         * message.el (message-strip-forbidden-properties):
12884         Display abbrevs.
12885         (message-display-abbrev): Get automatic display right.
12886
12887         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12888         keystrokes.
12889
12890 2006-04-13  Romain Francoise  <romain@orebokech.com>
12891
12892         TODO: Backport to v5-10!
12893
12894         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12895         Move here (and rename) from gnus-registry.el.
12896
12897         * gnus-registry.el: Require gnus-util.
12898         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12899
12900 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12901
12902         * gnus-group.el (gnus-group-catchup-current):
12903         Change if-then-else-if-then-else into cond.
12904         (gnus-group-catchup): Indent.
12905         (group-name-at-point): New function.
12906         (gnus-fetch-group): Provide default from thing at point.
12907
12908 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12909
12910         * message.el (message-display-abbrev): Fix regexp.
12911
12912         * ecomplete.el (ecomplete-highlight-match-line):
12913         Reimplement choosing.
12914         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12915         dead variables.
12916
12917         * message.el (message-newline-and-indent): Remove debugging.
12918         (message-display-abbrev): Use new implementation.
12919
12920 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-art.el (gnus-article-mode):
12923         Set cursor-in-non-selected-windows to nil.
12924
12925         * smiley.el: Revert previous change.
12926         (smiley-data-directory): defvar it before using it in the
12927         defcustom of `smiley-style'.
12928
12929 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12930
12931         * message.el (message-newline-and-indent): New function.
12932
12933         * ecomplete.el: Implement more bits.
12934
12935         * message.el (message-put-addresses-in-ecomplete): Clean up the
12936         string.
12937
12938         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12939
12940         * gnus-sum.el (gnus-summary-save-parts):
12941         Bind gnus-summary-save-parts-counter and use it to make unique file
12942         names.
12943
12944         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12945
12946         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12947         parameter to say whether to actually parse the individual
12948         addresses.
12949
12950         * message.el (message-put-addresses-in-ecomplete): New function.
12951         (ecomplete): Require.
12952         (message-mail-alias-type): Add ecomplete as an option.
12953
12954 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12955
12956         * flow-fill.el (fill-flowed): Remove trailing space from blank
12957         quoted lines.
12958
12959 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * smiley.el (smiley-style): Move definition later to avoid a
12962         compilation warning.
12963
12964 2006-04-12  Kenichi Handa  <handa@m17n.org>
12965
12966         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12967         buffer and then decode the buffer text if necessary.
12968         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12969         first, and after mm-encode-body, change the buffer to unibyte.
12970         Use mm-disable-multibyte instead of set-buffer-multibyte.
12971
12972 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12975         Content-Type header instead of Content-Disposition header.
12976         (gnus-mime-inline-part): Ditto.
12977         (gnus-mime-view-part-as-charset): Ignore charset that the part
12978         specifies.
12979
12980         * mm-decode.el (mm-display-part): Work with external parts and
12981         usual parts similarly.
12982
12983         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12984         instead of gnus-display-mime.
12985
12986         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12987         instead of with-temp-buffer.
12988
12989         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12990         tag to summarized topics part in order to encode non-ASCII text.
12991
12992 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * smiley.el (smiley-style): New variable.
12995         (smiley-directory): New function.
12996         (smiley-data-directory): Derive from `smiley-style' using
12997         `smiley-directory'.
12998         (smiley-regexp-alist): Add new entries.
12999
13000         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13001         (gnus-article-browse-delete-temp): Add :version.
13002
13003 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13004
13005         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13006         the sieve region.
13007
13008 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * gnus.el (gnus-version-number): Bump version.
13011
13012 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus.el: No Gnus v0.4 is released.
13015
13016 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017
13018         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13019         layout.
13020
13021         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13022         unknown charset.
13023
13024         * message.el (message-header-synonyms): Add Original-To to the
13025         default.
13026
13027         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13028         optional parameter.
13029
13030 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * gnus-fun.el (gnus): Require it for gnus-directory.
13033
13034 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13037
13038 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13039
13040         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13041
13042 2006-04-05  Simon Josefsson  <jas@extundo.com>
13043
13044         * password.el (password-reset): New function.
13045
13046 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13047
13048         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13049         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13050
13051 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13052
13053         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13054         Some whitespace was matched into the url, which broke browsing hits
13055         > 100 when mm-url-use-external was nil.
13056
13057 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13060         Check gnus-extra-headers for 'Newsgroups.
13061
13062         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13063         bound.
13064
13065 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13066
13067         * pgg-gpg.el: Clean up process buffers every time gpg processes
13068         complete.
13069
13070 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13073         doc string.
13074
13075 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13076
13077         * pgg-gpg.el (pgg-gpg-process-filter)
13078         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13079
13080         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13081         lines, temporary fix.
13082
13083 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13086
13087 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13088
13089         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13090         default-enable-multibyte-characters.  This reverts the change from
13091         revision 6.17 which is no longer necessary because the passphrase
13092         is sent separately now.  GnuPG messages are unreadable under
13093         multibyte locales with default-enable-multibyte-characters set to
13094         nil.
13095
13096 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * message.el (message-tool-bar-gnome): Move "spell".
13099
13100 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13103         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13104         instead.
13105
13106 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13107
13108         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13109         Improve newsgroups handling for NNTP overviews which don't include
13110         Newsgroups.
13111
13112 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13113
13114         * message.el (message-resend): Bind message-generate-hashcash to nil.
13115
13116 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13117
13118         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13119         when searching for already-paid recipients.
13120
13121 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13122
13123         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13124         passphrases when it is not needed.
13125         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13126         passphrase stuff from gpg, should only be necessary when you use
13127         gpg with a smartcard.
13128
13129 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * mml.el (mml-insert-mime): Ignore cached contents of
13132         message/external-body part.
13133
13134         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13135         (mm-insert-part): Ditto.
13136
13137 2006-03-23  Simon Josefsson  <jas@extundo.com>
13138
13139         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13140         Reiner.
13141         (pgg-gpg-use-agent-p): Use it again.
13142
13143 2006-03-23  Simon Josefsson  <jas@extundo.com>
13144
13145         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13146         older emacsen.
13147         (pgg-gpg-use-agent-p): Don't use it.
13148
13149 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13152         if we can.
13153
13154 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13155
13156         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13157         (pgg-gpg-update-agent): New function.
13158         (pgg-gpg-use-agent-p): New function.
13159         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13160         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13161         (pgg-gpg-sign-region): Use it.
13162
13163 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13166         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13167
13168 2006-03-21  Simon Josefsson  <jas@extundo.com>
13169
13170         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13171         <wilde@sha-bang.de>.
13172         (pgg-gpg-use-agent): New variable.
13173         (pgg-gpg-process-region): Use it.
13174         (pgg-gpg-encrypt-region): Likewise.
13175         (pgg-gpg-encrypt-symmetric-region): Likewise.
13176         (pgg-gpg-decrypt-region): Likewise.
13177         (pgg-gpg-sign-region): Likewise.
13178         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13179
13180 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13183
13184         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13185         Add comment on version.
13186
13187 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * smiley.el: Add missing test smiley.
13190
13191 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mm-decode.el (mm-with-part): New macro.
13194         (mm-get-part): Use it; work with message/external-body as well.
13195         (mm-save-part): Treat name and filename equally.
13196
13197         * mm-extern.el (mm-extern-cache-contents): New function.
13198         (mm-inline-external-body): Use it; force the part to be displayed;
13199         move undisplayer added to the cached handle to the parent.
13200
13201         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13202         (gnus-mime-view-part-as-type): Work with message/external-body.
13203
13204         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13205
13206 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13209         images in image-load-path.  [Sync with image.el, revision 1.60, in
13210         Emacs.]
13211
13212 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13215         path rather than symbol.  Always return list of directories.
13216         Guarantee that image directory comes first.  [Sync with image.el,
13217         revision 1.59, in Emacs.]
13218
13219         * message.el (message-make-tool-bar): Adjust to new API of
13220         `gmm-image-load-path-for-library'.
13221
13222         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13223
13224         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13225
13226 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13227
13228         * gnus-art.el (gnus-article-only-boring-p):
13229         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13230         intangible text.
13231         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13232
13233 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13234
13235         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13236         Use `defun' instead of `gmm-defun-compat'.
13237
13238 2006-03-14  Simon Josefsson  <jas@extundo.com>
13239
13240         * message.el (message-unique-id): Don't use message-number-base36
13241         if (user-uid) is a float.
13242         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13243
13244 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13247
13248         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13249         empty line between a part and a message part.
13250
13251 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * smiley.el: Add more test smileys.
13254         (smiley-data-directory, smiley-regexp-alist)
13255         (gnus-smiley-file-types): Fix doc strings.
13256         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13257         adding new elements.
13258         (smiley-mouse-map): Unused code.  Make it a comment.
13259
13260 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13263         scan latest NoCeM messages instead of old ones.
13264         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13265         delimiters that are recently used.
13266         (gnus-nocem-load-cache): Add autoload cookie.
13267
13268         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13269
13270         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13271         level which is larger than gnus-use-nocem is specified.
13272
13273         * gnus-group.el (gnus-group-get-new-news): Ditto.
13274
13275 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * gnus-util.el (gnus-tool-bar-update): New function.
13278
13279         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13280         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13281
13282         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13283
13284         * gnus-group.el (gnus-group-redraw-when-idle)
13285         (gnus-group-redraw-check): Remove.
13286         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13287
13288 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13291         if optional last element is specified in splits (FIELD VALUE...).
13292
13293 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13296         to gmm-image-load-path-for-library.  Call with no-error argument.
13297         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13298
13299         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13300
13301         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13302
13303         * gmm-utils.el (gmm-image-load-path): Remove alias.
13304
13305 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gmm-utils.el (gmm-image-load-path): Add alias.
13308
13309         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13310         nnml-generate-nov-databases-1.
13311         (nnml-generate-nov-databases): Use it.
13312         (nnml-generate-nov-databases-directory): Document no-active
13313         argument.
13314
13315         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13316         directory if path is t.  Add no-error.
13317
13318         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13319         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13320
13321         * gnus-art.el (gnus-article-browse-delete-temp-files):
13322         Simplify resetting gnus-article-browse-html-temp-list.
13323
13324         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13325         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13326         Add example to docstring.  Rename local variables.  Move error
13327         checks to default case in cond and simplify.
13328
13329 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13332         handle is multipart when calling it recursively.
13333         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13334
13335 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13336
13337         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13338         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13339
13340 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13343         is loaded.
13344
13345         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13346         loaded.
13347
13348 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13351         to "Emacs 23 (unicode)" in doc string.
13352
13353         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13354         "Emacs 23 (unicode)" in comment.
13355
13356 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13359
13360         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13361         characters 160 through 255 in Emacs 23.
13362
13363 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13366         gnus-article-browse-html-temp.
13367         (gnus-article-browse-delete-temp): Make it customizable.
13368         Add `file'.  Adjust doc string.
13369         (gnus-article-browse-delete-temp-files): Add argument.
13370         Allow query for each file.  Adjust doc string.
13371         (gnus-article-browse-html-parts):
13372         Add `gnus-article-browse-delete-temp-files' to
13373         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13374
13375 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13376
13377         * gnus-art.el (gnus-article-browse-html-temp)
13378         (gnus-article-browse-delete-temp): New variables.
13379         (gnus-article-browse-delete-temp-files): New function.
13380         (gnus-article-browse-html-parts): Use it.
13381
13382 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13385
13386         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13387         string.
13388
13389         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13390         gnus-summary-insert-new-articles when unplugged.
13391         Remove gnus-summary-search-article-forward.
13392
13393         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13394         display-visual-class instead of display-color-cells.
13395
13396 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * dgnushack.el: Autoload customize-group for XEmacs.
13399
13400         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13401         message/* containing non-ASCII text properly.
13402
13403 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * message.el: Require gmm-utils, remove autoloads.
13406         (message-tool-bar): Set default based on
13407         gmm-tool-bar-style.
13408         (message-tool-bar-gnome): Add gmm-customize-mode.
13409
13410         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13411         gmm-tool-bar-style.
13412         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13413
13414         * gnus-group.el (gnus-group-tool-bar): Set default based on
13415         gmm-tool-bar-style.
13416         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13417
13418         * gmm-utils.el (gmm-image-directory): Rename variable from
13419         gmm-image-load-path.
13420         (gmm-image-load-path): Use gmm-image-directory.
13421         (gmm-customize-mode): New function.
13422         (gmm-tool-bar-style): New variable.
13423
13424         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13425         gnus-group-redraw-line-number.
13426         (gnus-group-redraw-check): Simplify.
13427         (gnus-group-tool-bar-update): Remove redraw check.
13428         (gnus-group-make-tool-bar): Add redraw check.
13429
13430 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13431
13432         * gnus-art.el (gnus-button): Add missing parentheses.
13433
13434 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * lpath.el: Fbind line-number-at-pos.
13437
13438 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13441
13442 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus-art.el (gnus-button): New face.
13445         (gnus-article-button-face): Use it.
13446
13447         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13448         Add gnus-summary-next-page.  Re-order.
13449
13450         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13451         next-node are now included.
13452         (gnus-group-redraw-line-number): New internal variable.
13453         (gnus-group-redraw-check): Helper function for updating the tool
13454         bar.
13455         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13456
13457         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13458
13459         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13460         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13461         Use it to match format of Spamassassin 3.0 and later.
13462         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13463         (spam-check-bogofilter)
13464         (spam-bogofilter-register-with-bogofilter): Fix args of
13465         `gnus-error' calls.
13466
13467 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13470         unnecessary interaction when sending queued mails.
13471         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13472
13473 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13476         first or last are nil.
13477
13478 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13479
13480         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13481
13482 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13485
13486 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * dns.el (query-dns): Protect more against buggy tcp output.
13489
13490 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13493         nov.php.
13494
13495 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13496
13497         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13498         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13499         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13500         output on the server side.
13501         (nnweb-google-create-mapping): Update regexps and add some
13502         progress indication.
13503
13504 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-group.el (gnus-group-tool-bar-gnome):
13507         Fix gnus-agent-toggle-plugged.  Re-order icons.
13508         (gnus-group-tool-bar-gnome):
13509         Add gnus-group-{prev,next}-unread-group.
13510         (gnus-group-tool-bar-gnome): Re-order icons.
13511
13512         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13513         Move gnus-summary-insert-new-articles.
13514
13515         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13516         Fix comments.
13517
13518         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13519         also available in Emacs 21.3.
13520
13521         * message.el (message-fix-before-sending): Change "Emacs 22" to
13522         "Emacs 23 (unicode)" in comment.
13523
13524         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13525         "Emacs 23 (unicode)" in comment.
13526
13527         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13528         comment.
13529         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13530
13531         * mm-view.el (mm-fill-flowed): Add :version.
13532
13533 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13536         and load-path.
13537
13538 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * message.el: Autoload gmm-image-load-path.
13541         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13542         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13543         consitency.
13544
13545         * gmm-utils.el (gmm-image-load-path): Also search in
13546         "../etc/images".  Don't set gmm-image-load-path if we don't find
13547         the image.
13548
13549 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gmm-utils.el (gmm-image-load-path): Don't make
13552         `gmm-image-load-path' include subdirectories which the second arg
13553         `image' might specify.
13554
13555         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13556         subdirectory to icon file names.
13557
13558         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13559
13560 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13563         gmm-image-load-path calls.
13564
13565         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13566
13567         * message.el (message-make-tool-bar): Ditto.
13568
13569         * mml.el (mml-preview): Add comment concerning tool bar icons.
13570
13571         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13572         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13573
13574         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13575         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13576
13577         * message.el (message-tool-bar-gnome): Use new icon names.
13578         (message-make-tool-bar): Use `gmm-image-load-path'.
13579
13580         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13581         New functions from MH-E.
13582         (gmm-image-load-path): New variable from MH-E.
13583         (gmm-image-load-path): New function from MH-E.  Add arguments
13584         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13585         *-image-load-path-called-flag.
13586
13587 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13588
13589         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13590
13591 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13592
13593         * nnimap.el (nnimap-request-move-article): Change folder back to
13594         source group before deleting.
13595
13596 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13599
13600         * gnus-art.el (mm-url-insert-file-contents-external):
13601         Autoload mm-url.
13602
13603         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13604
13605 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13608         coding system which mm-charset-to-coding-system returns for a
13609         given charset is valid.
13610
13611 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13612
13613         * html2text.el (html2text-remove-tag-list):
13614         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13615
13616 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13617
13618         * gnus-cus.el: Revert 2005-10-17 change.
13619
13620 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (article-strip-banner):
13623         Call article-really-strip-banner only when the regexp match is made.
13624
13625 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-art.el (article-strip-banner):
13628         Use gnus-extract-address-components instead of
13629         mail-header-parse-addresses to make it work with non-ASCII text;
13630         remove mail-encode-encoded-word-string.
13631
13632         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13633         values which are surrounded with \"...\"; make it never cause a
13634         Lisp error; give up parsing of parameters if it failed in
13635         extracting type.
13636
13637 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13638
13639         * smime.el (smime-cert-by-ldap-1): Fix bug where
13640         `smime-ldap-search' returns results without userCertificates.
13641
13642 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13645
13646 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * spam.el (spam-check-spamassassin-headers): Adapt format for
13649         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13650         <ari@mbf.ocn.ne.jp>.
13651         (spam-list-of-processors): Add spam-use-gmane.
13652
13653 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13656         make-temp-file; make it work with XEmacs as well.
13657
13658         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13659         mm-make-temp-file.
13660
13661         * mm-decode.el (mm-display-external): Use the 3rd arg of
13662         mm-make-temp-file.
13663         (mm-create-image-xemacs): Ditto.
13664
13665 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13668         with message-narrow-to-headers.
13669         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13670         (gnus-draft-check-draft-articles): New function.
13671         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13672
13673 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-art.el (gnus-article-browse-html-parts):
13676         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13677         Don't use suffix argument for mm-make-temp-file for Emacs 21
13678         compatibility.  Remove useless `format'.
13679
13680 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13681
13682         * nnweb.el (nnweb-google-wash-article): Update regexps.
13683         (nnweb-group-alist): Use defvoo instead of defvar.
13684
13685 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13688         re-loading nn* modules.
13689
13690 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13693         for `tool-bar-mode' and don't check it's default-value.
13694
13695         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13696
13697         * message.el (message-make-tool-bar): Ditto.
13698
13699         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13700         `substring'.  Shorten tmp-file name.
13701
13702         * gnus.el: Remove bogus comment.
13703
13704 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13705
13706         * gnus-art.el (gnus-article-browse-html-parts): New function.
13707         (gnus-article-browse-html-article): New function for viewing html
13708         articles with a browser.
13709
13710 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13711
13712         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13713         in elisp.
13714         (pgg-gpg-encrypt-symmetric-region): Ditto.
13715         (pgg-gpg-sign-region): Ditto.
13716
13717         * pgg-def.el (pgg-text-mode): New variable.
13718
13719         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13720         (mml2015-pgg-encrypt): Ditto.
13721
13722         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13723         (mml1991-pgg-encrypt): Ditto.
13724
13725 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * nnfolder.el (nnfolder-insert-newsgroup-line):
13728         Use message-make-date instead of current-time-string.
13729
13730         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13731         to gnus-decoded which mm-uu might set.
13732
13733 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13736         don't decode quoted parameters; remove misimported Emacs code.
13737         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13738         (rfc2231-decode-encoded-string): Don't use split-string which
13739         behaves differently according to Emacs version; use
13740         mm-decode-coding-region to convert charset to coding-system.
13741         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13742         (rfc2231-encode-string): Remove misimported Emacs code.
13743
13744 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13747         when calling mail-header-parse-content-type.
13748         (article-de-quoted-unreadable): Ditto.
13749         (article-de-base64-unreadable): Ditto.
13750         (article-wash-html): Ditto.
13751
13752         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13753         calling mail-header-parse-content-type and
13754         mail-header-parse-content-disposition.
13755         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13756         mail-header-parse-content-type.
13757
13758         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13759         insert charset and format parameters; encode description after
13760         inserting it to buffer.
13761         (mml-insert-parameter): Fold lines properly even if a parameter is
13762         segmented into two or more lines; change the max column to 76.
13763
13764         * rfc1843.el (rfc1843-decode-article-body): Don't use
13765         ignore-errors when calling mail-header-parse-content-type.
13766
13767         * rfc2231.el (rfc2231-parse-string): Return at least type if
13768         possible; don't cause an error even if it fails in parsing of
13769         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13770         (rfc2231-encode-string): Don't break lines at the beginning, leave
13771         it to mml-insert-parameter.
13772
13773         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13774         calling mail-header-parse-content-type.
13775
13776 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * spam-report.el (spam-report-gmane-use-article-number):
13779         Improve doc string.
13780         (spam-report-gmane-internal): Check if a suitable header was found
13781         in the article.
13782
13783 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13786         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13787
13788 2006-02-05  Romain Francoise  <romain@orebokech.com>
13789
13790         Update copyright notices of all files in the gnus directory.
13791
13792 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13793
13794         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13795
13796 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13799         segmented lines of parameter value to cope with Thunderbird 1.5
13800         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13801         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13802         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13803
13804 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13805
13806         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13807         parts.
13808
13809 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13810
13811         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13812         there's only one active file for all servers.
13813         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13814         solid groups.  Gnus might have used a FAST request to select the group.
13815         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13816         and nnweb-search redundantly in the active file.
13817         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13818         (nnweb-request-create-group): Don't use ARGS.
13819         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13820         initialisations.  Let nnoo do the work.
13821
13822 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13825         Say the part has been decoded.
13826
13827         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13828
13829 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13830
13831         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13832         mailcap-viewer-test-cache when there's no 'test clause, since that
13833         will invert the meaning of a "nil" test previously determined by
13834         mailcap-mailcap-entry-passes-test.
13835
13836 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13839         compiling.
13840
13841         * gnus-sum.el: Ditto.
13842
13843         * message.el: Don't bind tool-bar-map when compiling.
13844
13845 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13848
13849 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13850
13851         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13852         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13853         current Google Groups.
13854
13855 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13858         and tool-bar-mode.
13859
13860         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13861         and tool-bar-mode.
13862
13863         * message.el (message-tool-bar-update): Simplify.
13864         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13865
13866         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13867         gnus-summary-buffer.
13868         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13869         gnus-summary-reply.
13870
13871         * gmm-utils.el (gmm): Add :version.
13872
13873 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * Makefile.in (clean): New rule.
13876         (distclean): Use it.
13877
13878 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13879
13880         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13881         Don't autoload.
13882
13883 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gmm-utils.el (gmm-verbose): Add :group.
13886
13887 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * message.el: Change some comments WRT tool-bars.
13890
13891         * gnus-sum.el (gnus-summary-tool-bar)
13892         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13893         (gnus-summary-tool-bar-zap-list): New variables.
13894         (gnus-summary-make-tool-bar): Complete rewrite using
13895         `gmm-tool-bar-from-list'.
13896
13897         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13898         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13899         New variables.
13900         (gnus-group-make-tool-bar): Complete rewrite using
13901         `gmm-tool-bar-from-list'.
13902         (gnus-group-tool-bar-update): New function.
13903
13904         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13905
13906 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13909         is dissected into a single part of which the type is the same as
13910         the given one; decode charset.
13911
13912 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13913
13914         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13915         into alists as symbol not string, since that's what
13916         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13917         look for.
13918
13919 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13922         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13923
13924         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13925
13926 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13929         (gnus-xmas-mime-security-button-menu): New function.
13930
13931         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13932         (gnus-mime-security-button-menu): New definition.
13933         (gnus-mime-security-button-map): Use them.
13934         (gnus-mime-security-button-menu): New function.
13935         (gnus-insert-mime-security-button): Addition to help echo.
13936         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13937         (gnus-mime-security-pipe-part): New functions.
13938
13939         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13940         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13941
13942         * mm-decode.el (mm-handle-set-disposition): Remove.
13943         (mm-handle-set-description): Remove.
13944
13945 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13948         (mm-w3m-standalone-supports-m17n-p): New function.
13949         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13950         w3m usage.
13951
13952         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13953         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13954
13955 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * message.el (message-tool-bar-zap-list):
13958         Use gmm-tool-bar-zap-list as custom type.
13959         (message-tool-bar-update): New function.
13960         (message-tool-bar, message-tool-bar-gnome)
13961         (message-tool-bar-retro): Add message-tool-bar-update.
13962         (message-tool-bar-gnome): Add flyspell-buffer.
13963
13964         * gnus-util.el (gnus-error): Describe `args'.
13965
13966         * gmm-utils.el (gmm-error): Describe `args'.
13967         (gmm-tool-bar-zap-list): New widget.
13968         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13969
13970 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13973         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13974         the number of recursive calls.
13975
13976         * mm-decode.el (mm-handle-set-disposition): New macro.
13977         (mm-handle-set-description): New macro.
13978
13979 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13982         encoding.
13983
13984 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * message.el (message-tool-bar-zap-list, message-tool-bar)
13987         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13988         (message-tool-bar-local-item-from-menu): Remove.
13989         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13990         (message-make-tool-bar): New function.
13991         (message-mode): Use `message-make-tool-bar'.
13992
13993         * gmm-utils.el: New file.
13994         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13995         (gmm-lazy): New widget copied from `nnmail.el'.
13996         (gmm-tool-bar-from-list): New function for creating customizable
13997         tool bars.
13998         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13999         output.
14000         (gmm): Add :prefix to defgroup.
14001
14002 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14003
14004         * gmm-utils.el (gmm-widget-p): New function.
14005
14006 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * mml.el (mml-attach-file): Describe `description' in doc string.
14009         (mml-menu): Add Emacs MIME manual and PGG manual.
14010
14011 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14012
14013         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14014
14015 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14016
14017         * nntp.el (nntp-end-of-line): Doc fix.
14018
14019 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14020
14021         * imap.el (imap-open): Handle case where buffer is a buffer
14022         object.
14023
14024 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14025
14026         * gnus-delay.el (gnus-delay): Don't autoload.
14027         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14028         to be re-loaded when customizing the `gnus-delay' group.
14029
14030 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14031
14032         * message.el (message-insert-citation-line): Use newlines.
14033
14034 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14035
14036         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14037         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14038         these routines, so the passphrase can be managed externally and
14039         passed in to the system.
14040         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14041         pgg-add-passphrase-to-cache function.
14042
14043         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14044         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14045         these routines, so the passphrase can be managed externally and
14046         passed in to the system.
14047         (pgg-pgp5-sign-region): Use new name of
14048         pgg-add-passphrase-to-cache function.
14049
14050 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14051
14052         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14053         part of the decoded armor to find the key-identifier.
14054         (pgg-gpg-lookup-key-owner): New function to return the
14055         human-readable identifier of a key owner.
14056         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14057         itself.
14058         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14059         the key value) if we have a key and can match it against a secret
14060         key.  Also, added a note pointing out fact that the prompt only
14061         indicates the first matching key.
14062
14063         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14064         pgg-decrypt-region.
14065         (pgg-add-passphrase-to-cache): Rename from
14066         `pgg-add-passphrase-cache' to reduce confusion (all callers
14067         changed).
14068         (pgg-remove-passphrase-from-cache): Rename from
14069         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14070         changed).
14071         (pgg-read-passphrase, pgg-add-passphrase-cache)
14072         (pgg-remove-passphrase-cache): Add informative docstrings.
14073         (pgg-decrypt): Convey provided passphrase in subordinate call to
14074         pgg-decrypt-region.
14075
14076 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14077
14078         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14079         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14080         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14081         'passphrase' argument, so the passphrase can be managed externally
14082         and then passed in to the system.
14083
14084         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14085         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14086         so the passphrase cache can be used reliably with identifiers
14087         besides a pgp packet's key id.
14088
14089         * pgg-gpg.el (pgg-gpg-encrypt-region)
14090         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14091         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14092         these routines, so the passphrase can be managed externally and
14093         passed in to the system.
14094
14095         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14096         'notruncate' argument, so the passphrase cache can be used
14097         reliably with identifiers besides a pgp packet's key id.
14098
14099 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14100
14101         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14102         symmetric encryption.
14103         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14104         encrypted session key.
14105         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14106         message ask for the passphrase in a proper way.
14107
14108         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14109         New user commands for symmetric encryption.
14110
14111 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14114
14115         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14116
14117 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14118
14119         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14120
14121 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * mm-decode.el (mm-inlined-types): Add application/pgp.
14124         (mm-automatic-display): Ditto.
14125
14126         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14127         part as text.
14128
14129 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * nnrss.el: Update copyright.
14132         (nnrss-opml-import): Query whether to subscribe to each entry.
14133
14134         * gnus-art.el:
14135         * gnus-sum.el:
14136         * gnus-xmas.el:
14137         * messagexmas.el:
14138         * mm-uu.el:
14139         * mm-view.el: Update copyright.
14140
14141 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * message.el (message-info): New function.
14144         (message-mode-menu): Add it.
14145         Update copyright.
14146
14147         * ChangeLog: Fix and update copyright.
14148
14149 2006-01-13  Romain Francoise  <romain@orebokech.com>
14150
14151         * message.el (message-forward-subject-name-subject): Prefer the
14152         address to 'nowhere' if the sender has no name.
14153         Fix typo.  Update copyright year.
14154
14155 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-art.el (article-wash-html):
14158         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14159         (gnus-article-wash-html-with-w3m-standalone): New function.
14160
14161         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14162         mm-inline-text-html-render-with-w3m-standalone.
14163         (mm-text-html-washer-alist): Map w3m-standalone to
14164         gnus-article-wash-html-with-w3m-standalone.
14165         (mm-inline-text-html-render-with-w3m-standalone): New function.
14166
14167 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14170         Improve LaTeX.
14171
14172 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14175         (nnrss-request-article): Render text/plain parts as HTML.
14176
14177         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14178         the buffer.
14179
14180 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14183         custom definition of `gnus-posting-styles'.
14184
14185         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14186         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14187
14188 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14191         Use nntp for bug archive.
14192
14193 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14196         parts.
14197         (nnrss-normalize-date): New function converts ISO 8601 date into
14198         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14199         (nnrss-check-group): Use it.
14200
14201 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14204
14205         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14206         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14207         (nnrss-insert-w3): Ditto.
14208
14209 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14212         the articles to be forwarded including the case where neither a
14213         number of articles nor a region is specified.
14214
14215 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * nnrss.el (nnrss-request-article): Fix last change; fill
14218         text/plain parts.
14219
14220 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14223         in text/plain part.
14224         (nnrss-check-group): Don't add excessive newline to dc:subject.
14225
14226 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14227
14228         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14229         article.
14230
14231 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14234         (nnml-use-compressed-files, nnml-save-mail): Support other
14235         comression programs such as bzip2.
14236
14237 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * dns.el (query-dns): Make sure we check the buffer size before
14240         removing tcp headers.
14241
14242 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14245         remove MIME buttons associated with multipart/alternative parts.
14246         (gnus-mime-display-alternative): Tag buttons using `article-type'
14247         text property.
14248
14249         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14250         associated with multipart/alternative parts.
14251
14252         * gnus-art.el (gnus-signature-separator): Fix custom type.
14253
14254         * mm-decode.el (mm-inlined-types): Fix custom type.
14255         (mm-keep-viewer-alive-types): Ditto.
14256         (mm-automatic-display): Ditto.
14257         (mm-attachment-override-types): Ditto.
14258         (mm-inline-override-types): Ditto.
14259         (mm-automatic-external-display): Ditto.
14260
14261 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14262
14263         * spam-report.el (spam-report-user-mail-address)
14264         (spam-report-user-agent): New variables.
14265         (spam-report-url-ping-plain): Use spam-report-user-agent.
14266
14267 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14268
14269         * gnus-art.el (gnus-button-handle-custom): Do not just use
14270         `customize-apropos' for any "M-x customize-*" button but the
14271         function called for.  Accept both the function name and its
14272         argument in order to achieve this.
14273         (gnus-button-alist): Remove support for "custom:" URL's.
14274         Pass function name to `gnus-button-handle-custom' in case of "M-x
14275         customize-*" buttons.
14276
14277 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14280         multipart/alternative and add xref to mm-discouraged-alternatives
14281         in doc string.
14282
14283         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14284         gnus-buttonized-mime-types in doc string.
14285
14286 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14289         Suggest image/.* in the doc string.
14290
14291 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14292
14293         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14294         message-marks (Debian bug #342521).
14295
14296 2005-12-12  Simon Josefsson  <jas@extundo.com>
14297
14298         * password.el (password-read-from-cache): Add.
14299         (password-read): Use it.
14300
14301 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * rfc2047.el (rfc2047-charset-to-coding-system):
14304         Recognize us-ascii as a MIME charset.
14305
14306         * mm-bodies.el (mm-decode-content-transfer-encoding):
14307         Protect against the case where the 2nd arg TYPE is nil.
14308
14309 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * pop3.el (pop3-stream-type): Fix custom version.
14312
14313         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14314
14315 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14316
14317         * mm-decode.el (mm-display-external): Add missing cdr.
14318
14319 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14322         RFC1524) if it is in mailcap or add a suffix according to
14323         mailcap-mime-extensions when generating a temp filename; postpone
14324         deleting a temp file for 2 seconds for some wrappers, shell
14325         scripts, and so on, which might exit right after having started a
14326         viewer command as a background job.
14327
14328 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * nntp.el (nntp-marks-directory): Fix custom group.
14331
14332         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14333         steps when < 10.
14334
14335         * gnus-start.el (gnus-no-server-1):
14336         Mention `gnus-level-default-subscribed' in doc string.
14337
14338 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14339
14340         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14341         parens.
14342
14343 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-xmas.el (gnus-use-toolbar): Revert.
14346         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14347         gnus-use-toolbar is default.
14348
14349         * messagexmas.el (message-use-toolbar): Revert.
14350         (message-setup-toolbar): Use global default-toolbar if
14351         message-use-toolbar is default.
14352
14353 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14356         according to default-toolbar-visible-p.
14357
14358         * messagexmas.el (message-use-toolbar): Ditto.
14359
14360 2005-11-26  Dave Love  <fx@gnu.org>
14361
14362         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14363         (tls-program, tls-success): Provide openssl alternative.
14364
14365         * starttls.el: Doc fixes.
14366         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14367         SERVICE to PORT.
14368
14369         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14370         port null or service name.
14371         (starttls-negotiate): Autoload.
14372
14373 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * message.el (message-kill-to-signature): Fix interactive spec.
14376
14377 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * pop3.el (pop3-open-server): Recognize a string as a service name.
14380
14381 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14382
14383         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14384
14385 2005-11-23  Dave Love  <fx@gnu.org>
14386
14387         Add pop3s, pop3/starttls.
14388
14389         * pop3.el (pop3-authentication-scheme): Clarify doc.
14390         (open-tls-stream, starttls-open-stream): Autoload.
14391         (pop3-stream-type): New.
14392         (pop3-open-server): Use it.
14393
14394         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14395         for POP.
14396         (mail-source-keyword-map): Add :stream for POP.
14397         (mail-source-fetch-pop): Use pop3-stream-type.
14398
14399 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14402         of current-time-string.
14403
14404 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14405
14406         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14407         date header.
14408
14409 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14410
14411         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14412         it can seriously impact performance as it bypasses the agent's
14413         local caches.
14414
14415 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14416
14417         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14418         must be explicitly online rather than "not explicitly offline" for
14419         its flags to be synchronized.
14420
14421         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14422         that gnus-uu-unmark-thread will function correctly.
14423
14424         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14425         1024K is instead displayed as 1M.
14426
14427 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14428
14429         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14430
14431 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14432
14433         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14434
14435 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14436
14437         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14438         error message to display actual error condition.
14439         (gnus-agent-save-local): Avoid saving symbols that are bound to
14440         nil as they simply result in a warning message in
14441         gnus-agent-read-local.
14442
14443 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14446         rather than make-variable-buffer-local for file-precious-flag.
14447
14448 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14449
14450         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14451         for duplicates which are removed.  The invalid sort check then
14452         triggers a rescan after the sort as sorting may have moved
14453         duplicate entries such that they can be cheaply detected.
14454
14455 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14458
14459 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14460
14461         * gnus-agent.el (gnus-agent-article-alist-save-format):
14462         Change internal variable to a custom variable.  Change default value
14463         from compressed(2) to uncompressed(1).
14464         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14465         support for uncompressed agentview files.  Taken together, reading
14466         the agentview file should now be 6-7 times faster.
14467
14468 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14469
14470         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14471         as a buffer-local variable.  This avoids creating truncated
14472         dribble files as a result of a hang up, eg.
14473
14474 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14475
14476         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14477         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14478         XEmacs.
14479
14480 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-start.el (gnus-start-draft-setup):
14483         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14484
14485         * gnus.el (gnus-splash): Change custom group.
14486         (gnus-group-get-parameter, gnus-group-parameter-value):
14487         Describe allow-list argument.
14488
14489         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14490         string.
14491
14492 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-art.el (gnus-default-article-saver): Add user-defined
14495         `function' to custom type.
14496
14497 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14498
14499         * imap.el (imap-open): Handle case where buffer is a buffer
14500         object.
14501
14502 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14505         long lines.
14506         (gnus-cache-delete-group): Wrap doc strings.
14507
14508         * gnus-agent.el (gnus-agent-rename-group)
14509         (gnus-agent-delete-group): Wrap doc strings.
14510
14511 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * messagexmas.el (message-use-toolbar): Change the valid values
14514         into default, top, bottom, left, and right.
14515         (message-toolbar-thickness): New variable.
14516         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14517         well.
14518         (message-setup-toolbar): Make it work.
14519
14520         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14521         (gnus-use-toolbar): Change the valid values into default, top,
14522         bottom, left, and right.
14523         (gnus-toolbar-thickness): New variable.
14524         (gnus-xmas-setup-toolbar): New function.
14525         (gnus-xmas-setup-group-toolbar): Use it.
14526         (gnus-xmas-setup-summary-toolbar): Use it.
14527
14528 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * gnus-start.el (gnus-1): Add "native" to
14531         gnus-predefined-server-alist.
14532
14533         * gnus.el (gnus-method-to-server): Don't add "native" to the
14534         lists here, because that leads to problems when
14535         gnus-select-method is bound.
14536
14537 2005-11-09  Simon Josefsson  <jas@extundo.com>
14538
14539         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14540         use (not sort-by-date) instead.
14541
14542 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14543
14544         * gnus-delay.el (gnus-delay-group): Don't autoload.
14545         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14546         to be re-loaded when customizing the `gnus-delay' group.
14547
14548 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14549
14550         * message.el: Revert last changes.
14551         (message-insert-citation-line): Use newlines.
14552
14553 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14554
14555         * message.el (message-courtesy-message)
14556         (message-mark-insert-begin, message-mark-insert-end)
14557         (message-elide-ellipsis, message-cancel-message)
14558         (message-add-header, message-change-subject)
14559         (message-cross-post-followup-to-header)
14560         (message-cross-post-insert-note, message-reduce-to-to-cc)
14561         (message-widen-reply, message-delete-not-region)
14562         (message-kill-to-signature, message-insert-signature)
14563         (message-insert-importance-high, message-insert-importance-low)
14564         (message-insert-or-toggle-importance)
14565         (message-insert-disposition-notification-to)
14566         (message-indent-citation, message-yank-original)
14567         (message-cite-original-without-signature, message-cite-original)
14568         (message-insert-citation-line, message-position-on-field)
14569         (message-fix-before-sending, message-send-mail-partially)
14570         (message-send-mail, message-send-mail-with-sendmail)
14571         (message-send-mail-with-qmail, message-send-news)
14572         (message-check-news-header-syntax, message-generate-headers)
14573         (message-insert-courtesy-copy, message-fill-address)
14574         (message-fill-header, message-shorten-references)
14575         (message-setup-1, message-cancel-news)
14576         (message-forward-make-body-plain, message-forward-make-body-mime)
14577         (message-forward-make-body-mml, message-encode-message-body)
14578         (message-forward-make-body-digest-plain)
14579         (message-forward-make-body-digest-mime)
14580         (message-use-alternative-email-as-from): Insert `hard-newline'
14581         instead of ordinary newlines.
14582
14583 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * message.el (message-generate-headers): Downcase the argument
14586         given to message-check-element.
14587
14588 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14589
14590         * nntp.el (nntp-authinfo-rejected): New error condition.
14591         (nntp-wait-for): Use new error condition to signal authentication
14592         error.
14593         (nntp-retrieve-data): Rethrow new error condition to break out of
14594         recursive call to nntp-send-authinfo.
14595
14596 2005-11-08  Romain Francoise  <romain@orebokech.com>
14597
14598         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14599         (gnus-summary-exit-map): Bind to `Z p'.
14600         (gnus-summary-make-menu-bar): Add menu item.
14601
14602 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14605         (gnus-treat-*): Add `first' in all doc strings.
14606
14607         * gnus-group.el (gnus-group-compact-group): Fix typo.
14608
14609 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus.el (gnus-parameters-case-fold-search): New variable.
14612         (gnus-parameters-get-parameter): Use it.
14613
14614         * gnus-score.el (gnus-home-score-file): Doc fix.
14615
14616 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14617
14618         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14619
14620 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mm-util.el (mm-special-display-p): New function.
14623
14624         * mml.el (mml-preview): Use it; doc fix.
14625
14626 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14627
14628         * imap.el (imap-open): Handle case where buffer is a buffer object.
14629
14630 2005-10-29  Romain Francoise  <romain@orebokech.com>
14631
14632         * message.el (message-fix-before-sending): Fix comment.
14633
14634 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14635
14636         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14637
14638 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14639
14640         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14641         Used in gnus-score.el.
14642
14643 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14646
14647 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14650         whitespace removed in revision 7.8.  Use concatenated string to
14651         protect trailing whitespace.
14652
14653 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14654
14655         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14656         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14657         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14658         Courier IMAP ("some version from 2004").  Mostly based on similar
14659         code in the same function.
14660
14661 2005-10-26  Didier Verna  <didier@xemacs.org>
14662
14663         * gnus-group.el (gnus-group-compact-group): Invalidate original
14664         article buffer.
14665         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14666         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14667         NOV database and in article itself.
14668         Invalidate article backlog.
14669
14670 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14673
14674 2005-10-26  Simon Josefsson  <jas@extundo.com>
14675
14676         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14677         part of 2004-07-25 change.
14678
14679 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * message.el (message-display-completion-list): New function.
14682         (message-expand-group): Use it; make sure the Completions buffer
14683         is modifiable.
14684 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14685
14686         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14687         user-mail-name is an empty string.
14688
14689 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14692         depending on gnus-score-decay-constant.
14693
14694         * encrypt.el (encrypt-insert-file-contents)
14695         (encrypt-write-file-contents): Don't use `gnus-message'.
14696
14697         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14698         arguments.
14699         (mm-uu-type-alist): Add message-marks and insert-marks.
14700         Pass arguments to mm-uu-verbatim-marks-extract.
14701         (mm-uu-hide-markers): New variable.
14702         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14703
14704         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14705         (gnus-convert-image-to-face-command): Use "convert" by default to
14706         allow other input image formats.
14707         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14708         accordingly.
14709
14710 2005-10-23  Simon Josefsson  <jas@extundo.com>
14711
14712         * imap.el (imap-gssapi-program): Align command line parameters
14713         with latest GNU SASL.
14714         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14715
14716 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717
14718         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14719         HTML.
14720         (nnslashdot-request-article): Ditto.
14721
14722         * lpath.el (featurep): Add nobreak-char-display.
14723
14724 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14725
14726         * mail-source.el (mail-source-fetch-pop): Require pop3.
14727         (mail-source-check-pop): Ditto.
14728
14729 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14732         errors.
14733
14734 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14737         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14738
14739         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14740
14741         * mm-bodies.el (mm-decode-string):
14742         Call `mm-charset-to-coding-system' with allow-override argument.
14743
14744 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14747         (rfc2047-charset-to-coding-system): New function.
14748         (rfc2047-decode-encoded-words): New function.
14749         (rfc2047-decode-region): Use them.
14750         (rfc2047-decode-cte): Remove.
14751         (rfc2047-parse-and-decode): Remove.
14752         (rfc2047-decode): Remove.
14753
14754 2005-10-15  Kenichi Handa  <handa@m17n.org>
14755
14756         * rfc2047.el (rfc2047-decode-cte): New function.
14757         (rfc2047-decode-region): Change the way to decode successive
14758         encoded-words: decode B- or Q-encoding in each encoded-word,
14759         concatenate them, and decode it as charset.
14760
14761 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * lpath.el: Fbind codepage-setup for XEmacs.
14764
14765 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14766
14767         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14768         widget-move-and-invoke.
14769         (gnus-custom-mode): Use gnus-custom-map.
14770
14771 2005-10-15  Bill Wohler  <wohler@newt.com>
14772
14773         * message.el (message-tool-bar-map): Rename image file from
14774         mail_send to mail/send.
14775
14776 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14777
14778         * message.el (message-expand-group): Pass the common
14779         prefix substring of completion to `display-completion-list'.
14780
14781 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * mml-sec.el (mml-secure-method): New internal variable.
14784         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14785         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14786         New functions using mml-secure-method.
14787
14788         * mml.el (mml-mode-map): Add key bindings for those functions.
14789         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14790         Harder <harder@myrealbox.com>.
14791         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14792         Goto end of message if point is the headers of the message.
14793
14794         * message.el (message-in-body-p): New function.
14795
14796         * assistant.el: Autoload gnus-util and netrc.
14797
14798         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14799         Use `mm-charset-override-alist' only when decoding.
14800
14801         * mm-bodies.el (mm-decode-body):
14802         Call `mm-charset-to-coding-system' with allow-override argument.
14803
14804         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14805         `filename' from Content-Disposition if Content-Type doesn't
14806         provide `name'.
14807         (gnus-mime-view-part-as-type): Set default instead of
14808         initial-input.
14809
14810 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14811
14812         * format-spec.el (format-spec): Propagate text properties of % spec.
14813
14814 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-art.el (gnus-treat-predicate): Add `first'.
14817
14818 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14821         (mm-charset-override-alist): New variable.
14822         (mm-charset-to-coding-system): Use it.
14823         (mm-codepage-setup): New helper function.
14824         (mm-charset-eval-alist): New variable.
14825         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14826         Warn about unknown charsets.
14827
14828         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14829
14830 2005-10-04  David Hansen  <david.hansen@gmx.net>
14831
14832         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14833         (nnrss-check-group): Ditto.
14834
14835 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14838         Rename x-gnus-verbatim to x-verbatim.
14839         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14840
14841         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14842         x-verbatim.
14843
14844         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14845
14846         * gnus-util.el (gnus-remove-duplicates): Remove.
14847
14848         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14849         instead of gnus-remove-duplicates.
14850
14851         * message.el (message-remove-duplicates): Remove.
14852         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14853         message-remove-duplicates.
14854
14855         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14856         available, else use implementation from `delete-dups'.
14857
14858         * message.el (message-insert-expires): New function.
14859         (message-mode-map): Add key binding.
14860         (message-mode-field-menu): Add menu entry.
14861         (message-mode): Document it.
14862         (message-make-expires-date): Use `message-make-date'.
14863
14864 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14865
14866         * message.el (message-make-expires-date): New function.
14867
14868 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * Makefile.in (list-installed-shadows): New entry.
14871         (install): Use it.
14872         (remove-installed-shadows): New entry.
14873
14874         * dgnushack.el (dgnushack-default-load-path): New variable.
14875         (dgnushack-find-lisp-shadows): New function.
14876         (dgnushack-remove-lisp-shadows): New function.
14877
14878 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * Makefile.in (install-el-elc): New entry.
14881         (install): Use it so that .el files are necessarily installed.
14882
14883 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14886
14887 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14888
14889         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14890         function rather than the diff-mode.el package.
14891         (mm-display-external): Use with-current-buffer.
14892         (mm-viewer-completion-map, mm-viewer-completion-map):
14893         Move initialization inside declaration.
14894
14895 2005-09-29  Simon Josefsson  <jas@extundo.com>
14896
14897         * spam.el: Load hashcash when compiling, to avoid warnings.
14898         Don't autoload mail-check-payment.
14899         (spam-check-hashcash): Define unconditionally, since hashcash.el
14900         is part of Gnus now.  Ignore errors from payment checking.
14901
14902 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * message.el (message-bold-region, message-unbold-region):
14905         Rename from `bold-region' and `unbold-region'.
14906
14907         * message.el: Remove useless autoloads.
14908
14909 2005-09-28  Simon Josefsson  <jas@extundo.com>
14910
14911         * message.el (message-use-idna): Default to t.
14912         (message-use-idna): Test whether encoding works too.  Doc fix.
14913
14914 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * nntp.el (nntp-warn-about-losing-connection): Remove.
14917
14918 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14921         customizable.  Change default value.
14922         (mm-uu-diff-groups-regexp): Change default value.
14923         (mm-uu-type-alist): Add doc string.
14924         (mm-uu-configure): Add doc string.  Make it interactive.
14925         (mm-uu-tex-groups-regexp): New variable.
14926         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14927         (mm-uu-type-alist): Add LaTeX documents.
14928         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14929         of "text/verbatim".
14930         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14931
14932         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14933         instead of "text/verbatim".
14934
14935         * message.el (message-mark-inserted-region)
14936         (message-mark-insert-file): Use slrn style marks when called with
14937         prefix argument.
14938
14939 2005-09-27  Simon Josefsson  <jas@extundo.com>
14940
14941         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14942
14943 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14944
14945         * message.el (message-remove-duplicates): New function.
14946         Implementation borrowed from `gnus-remove-duplicates'.
14947         (message-idna-to-ascii-rhs): Also encode idna addresses in
14948         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14949         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14950         only ask about the same idna domain once per header and also tell
14951         in what header to replace the idna domain.
14952
14953         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14954         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14955         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14956         a header is decoded and not just the last one.
14957
14958 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14961         has been decoded.
14962
14963         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14964         (mm-insert-part): Don't modify text if it has been decoded.
14965
14966         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14967         decoded.
14968
14969         * mm-view.el (mm-inline-text): Don't strip text props unless
14970         decoding enriched or richtext parts.
14971
14972 2005-09-25  Romain Francoise  <romain@orebokech.com>
14973
14974         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14975         * gnus-start.el (gnus-subscribe-interactively):
14976         * gnus-uu.el (gnus-uu-grab-articles):
14977         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14978         space.
14979
14980 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14981
14982         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14983         * mm-view.el (mm-view-pkcs7-decrypt):
14984         * gnus-sum.el (gnus-summary-limit-to-extra)
14985         (gnus-summary-respool-article, gnus-read-move-group-name):
14986         * gnus-score.el (gnus-summary-increase-score):
14987         * gnus-util.el (gnus-completing-read-with-default):
14988         * gnus-art.el (gnus-read-save-file-name)
14989         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14990         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14991         * message.el (message-check-news-header-syntax):
14992         Follow convention for reading with the minibuffer.
14993
14994 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * spam-report.el (spam-report-url-ping-plain):
14997         Use gnus-extended-version as User-Agent.
14998
14999         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15000         default value is nil.
15001
15002         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15003         (mm-uu-verbatim-marks-extract): New function.
15004         (mm-uu-extract): New face.
15005         (mm-uu-copy-to-buffer): Use it.
15006
15007         * spam-report.el (spam-report-gmane-ham): Rename from
15008         `spam-report-gmane-unspam'.
15009         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15010         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15011
15012         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15013         Autoload.
15014         (spam-report-gmane-unregister-routine):
15015         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15016
15017 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15020         (spam-report-gmane-unregister-routine): Add support for gmane
15021         unregistration.
15022
15023         * spam-report.el (spam-report-gmane-unspam)
15024         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15025         (spam-report-gmane): Change to take a single article and do unspam
15026         registration.
15027
15028 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * mm-url.el (mm-url-decode-entities): Fix regexp.
15031
15032 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15033
15034         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15035         default to nil, to be able to use Gnus at all.  If the default
15036         switches to something else, then the function should be fixed not
15037         be exceedingly slow.
15038
15039 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15042         fail hard.
15043
15044         * spam-report.el: Add better Keywords line.
15045
15046         * spam.el: Add Maintainer and better Keywords line.
15047
15048 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * gnus-art.el (gnus-article-replace-part)
15051         (gnus-mime-replace-part): New functions.
15052         (gnus-mime-action-alist, gnus-mime-button-commands)
15053         (gnus-mime-save-part-and-strip): Add file argument.
15054         (gnus-article-part-wrapper): Add interactive argument.
15055
15056         * gnus-sum.el (gnus-summary-mime-map):
15057         Add `gnus-article-replace-part'.
15058
15059 2005-09-19  Didier Verna  <didier@xemacs.org>
15060
15061         The nnml compaction feature:
15062         * nnml.el (nnml-request-compact-group): New function.
15063         * nnml.el (nnml-request-compact): New function.
15064         * gnus-int.el (gnus-request-compact-group): New function.
15065         * gnus-int.el (gnus-request-compact): New function.
15066         * gnus-group.el (gnus-group-compact-group): New function.
15067         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15068         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15069         * gnus-srvr.el (gnus-server-compact-server): New function.
15070         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15071         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15072
15073 2005-09-18  Deepak Goel  <deego@gnufans.org>
15074
15075         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15076         format spec.
15077
15078 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15081
15082 2005-09-15  Romain Francoise  <romain@orebokech.com>
15083
15084         * message.el (message-fill-paragraph): Clarify docstring.
15085
15086 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-art.el (gnus-mime-display-part): Protect against broken
15089         MIME messages.
15090
15091 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15094         before parsing header.
15095
15096 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15097
15098         * html2text.el (html2text-replace-list): Add new entities.
15099
15100 2005-09-11  Romain Francoise  <romain@orebokech.com>
15101
15102         * message.el (message-alternative-emails): Improve docstring.
15103         (message-setup-1): Call `message-use-alternative-email-as-from'
15104         after `message-setup-hook' to give it precedence over posting
15105         styles, etc.
15106         (message-use-alternative-email-as-from): Add docstring.
15107         Remove the original From header if present.
15108
15109         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15110         (nnml-save-mail): Use it.
15111
15112         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15113         articles.  Add new argument `silent'.
15114         (gnus-uu-mark-all): Report the total number of marked articles.
15115
15116 2005-09-10  Romain Francoise  <romain@orebokech.com>
15117
15118         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15119         (gnus-uu-mark-series): Likewise.
15120
15121 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * spam-report.el (spam-report-gmane): Fix generation of spam
15124         report URL.
15125
15126 2005-09-10  Simon Josefsson  <jas@extundo.com>
15127
15128         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15129         t, based on discussion on the ding list with Robert Epprecht
15130         <epprecht@solnet.ch>.
15131
15132 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * spam-report.el (spam-report-gmane): Make it work without
15135         X-Report-Spam header.  Gmane now only provides Archived-At.
15136         This is only used if `spam-report-gmane-use-article-number' is nil.
15137         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15138
15139         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15140         make `gnus-summary-sort-by-recipient' work with threading.
15141
15142         * nnweb.el (nnweb-google-wash-article): Print a message if article
15143         is not available.
15144
15145 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15146
15147         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15148         change.  Decode text/* parts content before displaying.
15149
15150 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15151
15152         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15153
15154 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15157
15158         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15159         url-package-name, url-package-version,
15160         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15161         w3m-display-inline-images, and w3m-minor-mode-map.
15162
15163 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * message.el (message-tab-body-function): Fix mismatched custom type.
15166
15167         * gnus.el (gnus-group-change-level-function): Ditto.
15168
15169         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15170
15171         * gnus-art.el (gnus-signature-limit)
15172         (gnus-article-mime-part-function): Ditto.
15173
15174 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * mml.el (mml-mode): Silence the byte compiler.
15177
15178         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15179         using `(sit-for 0)' before moving the point to the specified part;
15180         skip unbuttonized parts.
15181         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15182         return to the summary window if gnus-auto-select-part is non-nil.
15183
15184 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15185
15186         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15187         New variables.
15188         (mml-dnd-attach-file, mml-mode): Use them.
15189
15190         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15191         Make fetching article by MID work again for Google Groups.
15192         Add FIXME concerning gnus-group-make-web-group.
15193
15194         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15195         Don't depend on Gnus by using mail-extract-address-components if
15196         gnus-extract-address-components is not bound.
15197
15198 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15199
15200         * gnus-art.el (gnus-mime-display-security): Don't display the
15201         signature, but only the signed part.
15202
15203 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15206
15207         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15208         list, not listp.
15209
15210 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15211
15212         * mm-encode.el (mm-encode-content-transfer-encoding):
15213         Likewise when encoding.
15214
15215         * mm-bodies.el (mm-decode-content-transfer-encoding):
15216         De-canonicalize CRLF for all text content types, not just
15217         text/plain.
15218
15219 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15222         valid article; point arrow and cursor at the MIME button.
15223
15224 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15227         Suggested by Dan Christensen <jdc@uwo.ca>.
15228
15229         * mm-decode.el (mm-save-part): Enable change of prompt.
15230
15231 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15232
15233         * gnus-msg.el (gnus-inews-add-send-actions):
15234         Make `message-post-method' lambda parameter ARG `&optional'.
15235
15236 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-sum.el (gnus-summary-mime-map):
15239         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15240         gnus-article-jump-to-part.
15241
15242         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15243         (gnus-article-edit-part): Use it.
15244         (gnus-article-part-wrapper): Add no-handle argument.
15245         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15246         New functions.
15247
15248 2005-08-29  Romain Francoise  <romain@orebokech.com>
15249
15250         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15251         docstring.
15252         (gnus-face-from-file): Likewise.
15253
15254 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15257         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15258         non-nil.
15259         (gnus-auto-select-part): New variable.
15260         (gnus-article-jump-to-part): New function.
15261         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15262         (gnus-mime-delete-part): Allow selecting specified part after
15263         deleting or stripping parts.
15264         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15265         part if argument is bogus.
15266
15267 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15268
15269         * gnus-art.el (w3m-minor-mode-map):
15270         * gnus-spec.el (gnus-newsrc-file-version):
15271         * gnus-util.el (nnmail-active-file-coding-system)
15272         (gnus-original-article-buffer, gnus-user-agent):
15273         * gnus.el (gnus-ham-process-destinations)
15274         (gnus-parameter-ham-marks-alist)
15275         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15276         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15277         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15278         * mm-decode.el (gnus-current-window-configuration):
15279         * mm-extern.el (gnus-article-mime-handles):
15280         * mm-url.el (url-current-object, url-package-name)
15281         (url-package-version):
15282         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15283         (smime-keys, w3m-cid-retrieve-function-alist)
15284         (w3m-current-buffer, w3m-display-inline-images)
15285         (w3m-minor-mode-map):
15286         * mml-smime.el (gnus-extract-address-components):
15287         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15288         (gnus-newsrc-hashtb, message-default-charset)
15289         (message-deletable-headers, message-options)
15290         (message-posting-charset, message-required-mail-headers)
15291         (message-required-news-headers):
15292         * mml1991.el (mc-pgp-always-sign):
15293         * mml2015.el (mc-pgp-always-sign):
15294         * nnheader.el (nnmail-extra-headers):
15295         * rfc1843.el (gnus-decode-encoded-word-function)
15296         (gnus-decode-header-function, gnus-newsgroup-name):
15297         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15298
15299 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15300
15301         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15302         the end of the date treatments.
15303
15304 2005-08-15  Simon Josefsson  <jas@extundo.com>
15305
15306         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15307         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15308         Capello and Romain Francoise.
15309         (pgg-fetch-key-function): Remove, not used?
15310         (pgg-insert-url-with-w3): Require url, to get
15311         url-insert-file-contents regardless of where it is defined.
15312
15313 2005-08-13  Romain Francoise  <romain@orebokech.com>
15314
15315         * message.el (message-cite-original-1): New function.
15316         (message-cite-original): Use it.
15317         (message-cite-original-without-signature): Ditto.
15318
15319 2005-08-08  Romain Francoise  <romain@orebokech.com>
15320
15321         * message.el (message-yank-empty-prefix): New variable.
15322         (message-indent-citation): Use it.
15323         (message-cite-original-without-signature): Respect X-No-Archive.
15324
15325 2005-08-08  Simon Josefsson  <jas@extundo.com>
15326
15327         * pgg.el: Autoload url-insert-file-contents instead of loading
15328         w3/url.
15329         (pgg-insert-url-with-w3): Don't load url here.
15330
15331 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15332
15333         * message.el (message-kill-to-signature): Don't insert newline at
15334         bol.
15335         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15336
15337 2005-08-06  Romain Francoise  <romain@orebokech.com>
15338
15339         * message.el (message-user-fqdn): Fix typo in docstring.
15340
15341 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15342
15343         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15344
15345         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15346
15347 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * mm-bodies.el (mm-encode-body): Use coding system rather than
15350         charset to encode text.
15351
15352         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15353         number of charsets if utf-8 is available (XEmacs).
15354
15355 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15358         taken from `gnus-button-mid-or-mail-regexp'.
15359         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15360         (gnus-button-alist): Improve regexp for domain part of the MIDs
15361         for news:localpart@domain buttons.
15362         (gnus-button-ctan-directory-regexp): Update.
15363
15364 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * sieve-manage.el (sieve-manage-interactive-login):
15367         Use make-local-variable rather than make-variable-buffer-local.
15368         (sieve-manage-open): Ditto.
15369         (sieve-manage-authenticate): Ditto.
15370
15371         * mml.el (mml-generate-mime-1): Make the content type default to
15372         text/plain if the filename is not specified.
15373
15374 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15377         instead of insert-buffer.
15378
15379         * message.el (message-yank-original): Ditto; set the mark at the
15380         end of the yanked message.
15381
15382 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15385         lines to scroll rather than to stop it.
15386
15387         * mml.el (mml-generate-default-type): Add doc string.
15388         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15389         default to application/octet-stream when determining the content
15390         type if it is not specified for the part or the mml contents; add
15391         a comment about mml-generate-default-type.
15392
15393 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15396         make it default to application/octet-stream when determining the
15397         content type if it is not specified for the external contents.
15398
15399 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15402         segmented parameter but also other parameters might be there.
15403
15404 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * mm-decode.el (mm-display-external): Delete temp file, directory
15407         and buffer immediately if the external process is exited.
15408
15409 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15412         fewer lines than that of scroll-margin.
15413         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15414
15415 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-art.el (gnus-article-next-page): Revert.
15418         (gnus-article-beginning-of-window): New macro.
15419         (gnus-article-next-page-1): Use it.
15420         (gnus-article-prev-page): Ditto.
15421         (gnus-article-edit-part): Use insert-buffer-substring instead of
15422         insert-buffer.
15423         (gnus-article-edit-exit): Ditto.
15424
15425         * gnus-util.el (gnus-beginning-of-window): Remove.
15426         (gnus-end-of-window): Remove.
15427
15428         * lpath.el: Don't bind header-line-format and scroll-margin.
15429
15430 2005-07-25  Simon Josefsson  <jas@extundo.com>
15431
15432         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15433         to have the url package without w3.  Reported by Daiki Ueno
15434         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15435
15436 2005-07-20  Didier Verna  <didier@xemacs.org>
15437
15438         * gnus-diary.el: Remove the description comment (nndiary is now
15439         properly documented in the Gnus manual).
15440         Fix the spelling of "Back End".
15441         * nndiary.el: Ditto.
15442         Fix the copyright notice.
15443
15444 2005-07-18  Romain Francoise  <romain@orebokech.com>
15445
15446         * gnus-sum.el (gnus-summary-to-prefix)
15447         (gnus-summary-newsgroup-prefix): New variables.
15448         (gnus-summary-from-or-to-or-newsgroups): Use them.
15449
15450 2005-07-17  Romain Francoise  <romain@orebokech.com>
15451
15452         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15453         space as it's generally not especially interesting to the user.
15454
15455 2005-07-16  Romain Francoise  <romain@orebokech.com>
15456
15457         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15458         nil to avoid prompting and file modification if one of the
15459         messages at the top of the nnfolder file contains a copyright
15460         notice.
15461         Update copyright notice.
15462
15463         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15464         instead of `current-time-string' as the latter creates a time
15465         string that is not RFC 2822 compliant (it lacks the zone).
15466         Update copyright notice.
15467
15468 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15469
15470         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15471         for text/rtf.  Display default in prompt.  Pass default for M-n.
15472
15473         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15474
15475 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476
15477         * gnus-msg.el (gnus-button-mailto):
15478         Remove save-selected-window-window hackery because it relies on
15479         save-selected-window internals.
15480
15481 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15484         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15485         (gnus-article-prev-page): Ditto.
15486
15487         * gnus-util.el (gnus-beginning-of-window): New function.
15488         (gnus-end-of-window): New function.
15489
15490         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15491
15492 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15493
15494         * gnus-score.el (gnus-score-edit-all-score):
15495         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15496         gnus-message.
15497
15498 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * gnus-msg.el (gnus-button-mailto):
15501         Remove save-selected-window-window hackery because it relies on
15502         save-selected-window internals.
15503
15504 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15507         add-minor-mode.
15508         (gnus-binary-mode): Ditto.
15509
15510         * gnus-topic.el (gnus-topic-mode): Ditto.
15511
15512 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15513
15514         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15515         (gnus-article-prev-page): Take scroll-margin into consideration.
15516
15517 2005-07-04  Lute Kamstra  <lute@gnu.org>
15518
15519         Update FSF's address in GPL notices.
15520
15521 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15522
15523         * gnus.el (gnus-exit):
15524         * gnus-group.el (gnus-group-icons):
15525         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15526
15527         * gnus-nocem.el (gnus-nocem):
15528         * message.el (message-various, message-buffers, message-sending)
15529         (message-interface, message-forwarding, message-insertion)
15530         (message-headers, message-news, message-mail):
15531         * pgg-gpg.el (pgg-gpg):
15532         * pgg-parse.el (pgg-parse):
15533         * pgg-pgp.el (pgg-pgp):
15534         * pgg-pgp5.el (pgg-pgp5):
15535         * pop3.el (pop3): Finish `defgroup' description with period.
15536
15537 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (article-display-face): Improve the efficiency.
15540         (article-display-x-face): Ditto; remove grey x-face stuff.
15541
15542 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-art.el (article-display-face): Correct the position in
15545         which Faces are inserted.
15546
15547 2005-06-29  Didier Verna  <didier@xemacs.org>
15548
15549         * gnus-art.el (article-display-face): Display faces in correct
15550         order.
15551
15552 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15555         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15556         (gnus-nocem-check-article): Fetch the Type header.
15557         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15558         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15559         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15560         make sure gnus-nocem-hashtb is initialized.
15561         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15562         (gnus-nocem-unwanted-article-p): Ditto.
15563
15564         * pgg.el (pgg-verify): Return the verification result.
15565
15566 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15569         is ascii.
15570
15571 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15572
15573         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15574         `show-nonbreak-escape'.
15575
15576 2005-06-23  Lute Kamstra  <lute@gnu.org>
15577
15578         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15579
15580         * dig.el (dig-mode):
15581         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15582
15583 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15584
15585         * nnimap.el (nnimap-split-download-body): Fix spellings.
15586
15587 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15588
15589         * gnus-art.el (gnus-article-encrypt-body):
15590         * gnus-cus.el (gnus-score-customize):
15591         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15592         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15593
15594 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15595
15596         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15597         header by looking for magic "MII" at the beginnig.
15598
15599 2005-06-16  Miles Bader  <miles@gnu.org>
15600
15601         * gnus-xmas.el (gnus-xmas-group-startup-message):
15602         Use renamed gnus-splash face.
15603
15604         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15605         (assistant-field-face): New backward-compatibility alias for renamed
15606         face.
15607         (assistant-render-text): Use renamed assistant-field face.
15608
15609         * spam.el (spam): Remove "-face" suffix from face name.
15610         (spam-face): New backward-compatibility alias for renamed face.
15611         (spam-face, spam-initialize): Use renamed spam face.
15612
15613         * message.el (message-header-to, message-header-cc)
15614         (message-header-subject, message-header-newsgroups)
15615         (message-header-other, message-header-name)
15616         (message-header-xheader, message-separator, message-cited-text)
15617         (message-mml): Remove "-face" suffix from face names.
15618         (message-header-to-face, message-header-cc-face)
15619         (message-header-subject-face, message-header-newsgroups-face)
15620         (message-header-other-face, message-header-name-face)
15621         (message-header-xheader-face, message-separator-face)
15622         (message-cited-text-face, message-mml-face):
15623         New backward-compatibility aliases for renamed faces.
15624         (message-font-lock-keywords): Use renamed message faces.
15625
15626         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15627         (sieve-test-commands, sieve-tagged-arguments):
15628         Remove "-face" suffix from face names.
15629         (sieve-control-commands-face, sieve-action-commands-face)
15630         (sieve-test-commands-face, sieve-tagged-arguments-face):
15631         New backward-compatibility aliases for renamed faces.
15632         (sieve-control-commands-face, sieve-action-commands-face)
15633         (sieve-test-commands-face, sieve-tagged-arguments-face):
15634         Use renamed sieve faces.
15635
15636         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15637         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15638         (gnus-group-news-3-empty, gnus-group-news-4)
15639         (gnus-group-news-4-empty, gnus-group-news-5)
15640         (gnus-group-news-5-empty, gnus-group-news-6)
15641         (gnus-group-news-6-empty, gnus-group-news-low)
15642         (gnus-group-news-low-empty, gnus-group-mail-1)
15643         (gnus-group-mail-1-empty, gnus-group-mail-2)
15644         (gnus-group-mail-2-empty, gnus-group-mail-3)
15645         (gnus-group-mail-3-empty, gnus-group-mail-low)
15646         (gnus-group-mail-low-empty, gnus-summary-selected)
15647         (gnus-summary-cancelled, gnus-summary-high-ticked)
15648         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15649         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15650         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15651         (gnus-summary-low-undownloaded)
15652         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15653         (gnus-summary-low-unread, gnus-summary-normal-unread)
15654         (gnus-summary-high-read, gnus-summary-low-read)
15655         (gnus-summary-normal-read, gnus-splash):
15656         Remove "-face" suffix from face names.
15657         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15658         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15659         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15660         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15661         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15662         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15663         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15664         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15665         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15666         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15667         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15668         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15669         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15670         (gnus-summary-normal-ticked-face)
15671         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15672         (gnus-summary-normal-ancient-face)
15673         (gnus-summary-high-undownloaded-face)
15674         (gnus-summary-low-undownloaded-face)
15675         (gnus-summary-normal-undownloaded-face)
15676         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15677         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15678         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15679         (gnus-splash-face):
15680         New backward-compatibility aliases for renamed faces.
15681         (gnus-group-startup-message): Use renamed gnus faces.
15682
15683         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15684         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15685         (gnus-server-agent): Remove "-face" suffix from face names.
15686         (gnus-server-agent-face, gnus-server-opened-face)
15687         (gnus-server-closed-face, gnus-server-denied-face)
15688         (gnus-server-offline-face):
15689         New backward-compatibility aliases for renamed faces.
15690         (gnus-server-agent-face, gnus-server-opened-face)
15691         (gnus-server-closed-face, gnus-server-denied-face)
15692         (gnus-server-offline-face): Use renamed gnus faces.
15693
15694         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15695         Remove "-face" suffix from face names.
15696         (gnus-picon-xbm-face, gnus-picon-face):
15697         New backward-compatibility aliases for renamed faces.
15698
15699         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15700         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15701         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15702         (gnus-cite-11): Remove "-face" suffix from face names.
15703         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15704         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15705         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15706         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15707         New backward-compatibility aliases for renamed faces.
15708         (gnus-cite-attribution-face, gnus-cite-face-list)
15709         (gnus-article-boring-faces): Use renamed gnus faces.
15710
15711         * gnus-art.el (gnus-signature, gnus-header-from)
15712         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15713         (gnus-header-content): Remove "-face" suffix from face names.
15714         (gnus-signature-face, gnus-header-from-face)
15715         (gnus-header-subject-face, gnus-header-newsgroups-face)
15716         (gnus-header-name-face, gnus-header-content-face):
15717         New backward-compatibility aliases for renamed faces.
15718         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15719
15720         * gnus-sum.el (gnus-summary-selected-face)
15721         (gnus-summary-highlight): Use renamed gnus faces.
15722         * gnus-group.el (gnus-group-highlight): Likewise.
15723
15724 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15725
15726         * gnus-sieve.el (gnus-sieve-article-add-rule):
15727         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15728         * spam-stat.el (spam-stat-buffer-change-to-spam)
15729         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15730
15731         * message.el (message-is-yours-p):
15732         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15733
15734 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * mm-view.el (mm-inline-text): Withdraw the last change.
15737
15738 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15741         executing enriched-decode.
15742
15743 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15746         charset of tar files.
15747
15748 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15749
15750         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15751
15752 2005-06-04  Lute Kamstra  <lute@gnu.org>
15753
15754         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15755         information is never recorded.
15756
15757 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15758
15759         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15760
15761 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * pop3.el (pop3-apop): Run md5 in the binary mode.
15764
15765         * starttls.el (starttls-set-process-query-on-exit-flag):
15766         Use eval-and-compile.
15767
15768 2005-05-31  Simon Josefsson  <jas@extundo.com>
15769
15770         * smime.el (smime-replace-in-string): Define.
15771         (smime-cert-by-ldap-1): Use it.
15772
15773 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-art.el (article-display-x-face): Replace
15776         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15777
15778         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15779         set-process-query-on-exit-flag or process-kill-without-query.
15780
15781         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15782         loop instead of replace-regexp.
15783
15784         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15785         instead of process-kill-without-query if it is available.
15786
15787         * lpath.el: Fbind ldap-search-entries.
15788
15789         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15790         instead of find-file-hooks if it is available.
15791
15792         * mml1991.el: Bind pgg-default-user-id when compiling.
15793
15794         * mml2015.el: Bind pgg-default-user-id when compiling.
15795
15796         * nndraft.el (nndraft-request-associate-buffer):
15797         Use write-contents-functions instead of write-contents-hooks if it is
15798         available.
15799
15800         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15801         instead of find-file-hooks if it is available.
15802
15803         * nntp.el (nntp-open-connection): Replace
15804         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15805         (nntp-open-ssl-stream): Ditto.
15806         (nntp-open-tls-stream): Ditto.
15807
15808         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15809         set-process-query-on-exit-flag or process-kill-without-query.
15810         (starttls-open-stream-gnutls): Use it instead of
15811         process-kill-without-query.
15812         (starttls-open-stream): Ditto.
15813
15814 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15815
15816         * smime.el (smime-cert-by-ldap-1): Don't use
15817         replace-regexp-in-string.
15818
15819 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15820
15821         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15822
15823         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15824         in PEM format.  Adjust to the XEmacs compability.
15825
15826 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15829         by `string-to-number'.
15830         * gnus-agent.el (gnus-agent-regenerate-group)
15831         (gnus-agent-fetch-articles): Ditto.
15832         * gnus-art.el (gnus-button-fetch-group): Ditto.
15833         * gnus-cache.el (gnus-cache-generate-active)
15834         (gnus-cache-articles-in-group): Ditto.
15835         * gnus-group.el (gnus-group-set-current-level)
15836         (gnus-group-insert-group-line): Ditto.
15837         * gnus-score.el (gnus-score-set-expunge-below)
15838         (gnus-score-set-mark-below, gnus-summary-score-effect)
15839         (gnus-summary-score-entry): Ditto.
15840         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15841         (gnus-soup-pack): Ditto.
15842         * gnus-spec.el (gnus-xmas-format): Ditto.
15843         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15844         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15845         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15846         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15847         * nndb.el (nndb-get-remote-expire-response): Ditto.
15848         * nndiary.el (nndiary-parse-schedule-value)
15849         (nndiary-string-to-number, nndiary-request-replace-article)
15850         (nndiary-request-article): Ditto.
15851         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15852         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15853         * nneething.el (nneething-make-head): Ditto.
15854         * nnfolder.el (nnfolder-request-article)
15855         (nnfolder-retrieve-headers): Ditto.
15856         * nnheader.el (nnheader-file-to-number): Ditto.
15857         * nnkiboze.el (nnkiboze-request-article): Ditto.
15858         * nnmail.el (nnmail-process-unix-mail-format)
15859         (nnmail-process-babyl-mail-format): Ditto.
15860         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15861         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15862         (nnmh-request-create-group, nnmh-request-list-1)
15863         (nnmh-request-group, nnmh-request-article): Ditto.
15864         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15865         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15866         * nnsoup.el (nnsoup-make-active): Ditto.
15867         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15868         * nntp.el (nntp-find-group-and-number)
15869         (nntp-retrieve-headers-with-xover): Ditto.
15870         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15871         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15872         (pgg-format-key-identifier): Ditto.
15873         * pop3.el (pop3-last, pop3-stat): Ditto.
15874         * qp.el (quoted-printable-decode-region): Ditto.
15875
15876         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15877         of concat.
15878
15879 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15882
15883         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15884
15885         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15886
15887         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15888
15889         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15890
15891         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15892
15893         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15894         (gnus-carpal-mode): Ditto.
15895
15896         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15897         (gnus-browse-mode): Ditto.
15898
15899         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15900
15901         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15902
15903 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15904
15905         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15906
15907 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-util.el (gnus-run-mode-hooks): New function.
15910
15911         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15912
15913         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15914         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15915
15916 2005-05-27  Lute Kamstra  <lute@gnu.org>
15917
15918         * dns-mode.el (dns-mode): Specify customization group.
15919
15920 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15921
15922         * gnus-agent.el (gnus-agent-make-mode-line-string):
15923         Use mode-line-highlight as mouse-face.
15924
15925 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * canlock.el (canlock): Change the parent group to news.
15928
15929         * deuglify.el (gnus-outlook-deuglify): Add :group.
15930
15931         * dig.el (dig): Add :group.
15932
15933         * dns-mode.el (dns-mode): Add :group.
15934
15935         * encrypt.el (encrypt): Add :group.
15936
15937         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15938         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15939         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15940         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15941         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15942
15943         * gnus-diary.el (gnus-diary): Add :group.
15944
15945         * gnus.el (gnus-group-news-1-face): Add :group.
15946         (gnus-group-news-1-empty-face): Ditto.
15947         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15948         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15949         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15950         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15951         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15952         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15953         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15954         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15955         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15956         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15957         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15958         (gnus-summary-high-ticked-face): Ditto.
15959         (gnus-summary-low-ticked-face): Ditto.
15960         (gnus-summary-normal-ticked-face): Ditto.
15961         (gnus-summary-high-ancient-face): Ditto.
15962         (gnus-summary-low-ancient-face): Ditto.
15963         (gnus-summary-normal-ancient-face): Ditto.
15964         (gnus-summary-high-undownloaded-face): Ditto.
15965         (gnus-summary-low-undownloaded-face): Ditto.
15966         (gnus-summary-normal-undownloaded-face): Ditto.
15967         (gnus-summary-high-unread-face): Ditto.
15968         (gnus-summary-low-unread-face): Ditto.
15969         (gnus-summary-normal-unread-face): Ditto.
15970         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15971         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15972
15973         * hashcash.el (hashcash): New custom group.
15974         (hashcash-default-payment): Add :group.
15975         (hashcash-payment-alist): Ditto.
15976         (hashcash-default-accept-payment): Ditto.
15977         (hashcash-accept-resources): Ditto.
15978         (hashcash-path): Ditto.
15979         (hashcash-extra-generate-parameters): Ditto.
15980         (hashcash-double-spend-database): Ditto.
15981         (hashcash-in-news): Ditto.
15982
15983         * message.el (message-minibuffer-local-map): Add :group.
15984
15985         * netrc.el (netrc): Add :group.
15986
15987         * sieve-manage.el (sieve-manage-log): Add :group.
15988         (sieve-manage-default-user): Diito.
15989         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15990         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15991         (sieve-manage-authenticators): Ditto.
15992         (sieve-manage-authenticator-alist): Ditto.
15993         (sieve-manage-default-port): Ditto.
15994
15995         * sieve-mode.el (sieve-control-commands-face): Add :group.
15996         (sieve-action-commands-face): Ditto.
15997         (sieve-test-commands-face): Ditto.
15998         (sieve-tagged-arguments-face): Ditto.
15999
16000         * smime.el (smime): Add :group.
16001
16002         * spam-report.el (spam-report): Add :group.
16003
16004         * spam.el (spam, spam-face): Add :group.
16005
16006 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16007
16008         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16009         return \n.\n.\n at the end of articles.  Protect against that.
16010         (nntp-with-open-group): Allow debugging.
16011
16012         * nnheader.el (mail-header-set-extra): Make into a function
16013         because I just could't understand how to quote the list properly.
16014
16015         * dns.el (query-dns-cached): New function.
16016
16017 2005-05-26  Lute Kamstra  <lute@gnu.org>
16018
16019         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16020
16021 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16024
16025         * gnus-art.el: Don't autoload mail-extract-address-components.
16026
16027         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16028         eval-and-compile to evaluate it.
16029
16030         * hashcash.el: Don't autoload executable-find.
16031
16032         * nndb.el: Don't declare the nndb back end two or more times; don't
16033         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16034
16035         * nntp.el: Autoload format-spec instead of format; use
16036         eval-and-compile to evaluate autoload forms.
16037
16038 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16039
16040         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16041
16042 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * gnus.el (gnus-version-number): Bump version.
16045
16046 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16047
16048         * gnus.el: No Gnus v0.3 is released.
16049
16050 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * lpath.el (featurep): Bind show-nonbreak-escape.
16053
16054 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-art.el (gnus-article-edit-part): Disable undo.
16057
16058 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16061         gnus-article-date-lapsed-new-header is t if date timer is active;
16062         skip headers in which the original date value is empty.
16063         (gnus-article-save-original-date): Redefine it as a macro.
16064         (gnus-display-mime): Use it.
16065
16066 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-art.el (article-date-ut): Support converting date in
16069         forwarded parts as well.
16070         (gnus-article-save-original-date): New function.
16071         (gnus-display-mime): Use it.
16072
16073 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16074
16075         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16076         enclosure element of <item>.
16077
16078 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * message.el (message-kill-buffer-query): Rename from
16081         `message-kill-buffer-query-if-modified'.  Add :version.
16082
16083 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16086         window layout.
16087
16088 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * mml.el: Autoload dnd when compiling.
16091
16092 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16095         x-dnd-*.
16096
16097 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * qp.el (quoted-printable-encode-region): Save excursion.
16100
16101 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * message.el (message-kill-buffer-query-if-modified): Add new variable
16104         so the user can kill a modified message buffer quickly.
16105         (message-kill-buffer): Use it.
16106
16107 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * lpath.el: Fbind display-time-event-handler; don't fbind
16110         string-to-multibyte.
16111
16112         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16113
16114 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16117         contained in text because xml.el decodes entities) with LFs.
16118
16119 2005-04-11  Lute Kamstra  <lute@gnu.org>
16120
16121         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16122         differently.
16123
16124 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16125
16126         * mm-util.el (mm-detect-coding-region): Typo.
16127
16128 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16131
16132 2005-04-06  Deepak Goel  <deego@gnufans.org>
16133
16134         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16135         user-function allow user modifications of the scores.
16136         (spam-stat-score-buffer-user): New function, to allow
16137         user-computed modifications to the score.
16138         (spam-stat-score-buffer-user-functions): List of additional
16139         scoring functions.
16140         (spam-stat-error-holder): Global temporary error holder.
16141         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16142         variable.
16143
16144 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16145
16146         * gnus-registry.el (gnus-registry-clean-empty-function)
16147         (gnus-registry-trim, gnus-registry-fetch-groups)
16148         (gnus-registry-delete-group): Groups that match
16149         `gnus-registry-ignored-groups' are removed from the registry
16150         entries, not just ignored for splitting.  This helps clean up the
16151         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16152         to get all the groups a message ID is in.
16153
16154         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16155         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16156         (spam-stat-score-buffer-user-functions): Add :number custom type.
16157
16158 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16161         argument in XEmacs.
16162
16163         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16164         (nnrss-request-group): Decode group name first.
16165         (nnrss-request-article): Make a text/plain article if mml-to-mime
16166         failed.
16167         (nnrss-get-encoding): Return a compatible encoding according to
16168         nnrss-compatible-encoding-alist.
16169         (nnrss-find-el): Use consp instead of listp.
16170         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16171
16172 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16175         which Emacs 20 doesn't support.
16176         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16177
16178 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16181         silence the byte compiler inside the defun.
16182
16183         * gnus-demon.el (parse-time-string): Add autoload.
16184
16185         * gnus-delay.el (parse-time-string): Add autoload.
16186
16187         * gnus-art.el (parse-time-string): Add autoload.
16188
16189         * nnultimate.el (parse-time): Require for `parse-time-string'.
16190
16191 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16192
16193         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16194
16195         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16196
16197         * smime.el (smime-ldap-host-list): Add :version.
16198
16199 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16202         pass it to `gnus-browse-read-group'.
16203         (gnus-browse-read-group): Add NUMBER argument and pass it to
16204         `gnus-group-read-ephemeral-group'.
16205
16206         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16207         argument and pass it to `gnus-group-read-group'.
16208
16209 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16210
16211         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16212         mm-xemacs-find-mime-charset-1 if we have the mule feature
16213         available at runtime.
16214
16215 2005-03-25  Werner Lemberg  <wl@gnu.org>
16216
16217         * nnmaildir.el: Replace `illegal' with `invalid'.
16218
16219 2005-03-23  Lute Kamstra  <lute@gnu.org>
16220
16221         * time-date.el: Add comment on time value formats.
16222         Don't require parse-time.
16223         (with-decoded-time-value): New macro.
16224         (encode-time-value): New function.
16225         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16226         (days-to-time): Return a valid time value when arg is huge.
16227         (time-since): Use time-subtract.
16228         (time-to-number-of-days): Use time-to-seconds.
16229
16230 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16231
16232         * gnus-start.el (gnus-display-time-event-handler):
16233         Check display-time-timer at runtime rather than only at load time
16234         in case display-time-mode is turned off in the mean time.
16235
16236 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16239         used.
16240
16241         * nneething.el (nneething-map-file-directory): Derive from
16242         `gnus-directory'.
16243
16244         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16245         the To/Cc button.
16246
16247 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * nnmaildir.el (nnmaildir-request-accept-article):
16250         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16251
16252 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16253
16254         * gnus-async.el: Require timer-funcs at compile time when in
16255         XEmacs for `run-with-idle-timer'.
16256
16257 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16258
16259         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16260         autoloaded function.
16261
16262 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16263
16264         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16265
16266 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16267
16268         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16269
16270 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271
16272         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16273         Add gnus-expert-user to default.
16274
16275 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16276
16277         * nnimap.el (nnimap-open-server): Ditto.
16278
16279         * imap.el (imap-authenticate): Fix typo.
16280
16281 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16282
16283         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16284         buffer (since IMAP server might return FETCH response out of
16285         order, and the nntp buffer must be sorted).
16286
16287 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16288
16289         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16290         comparison on string.
16291
16292         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16293         (gnus-agent-score): Rename category keywords to match gnus-cus.
16294         (gnus-agent-summary-fetch-series): Modify to protect against
16295         gnus-agent-summary-fetch-group clearing processable flags.
16296         (gnus-agent-synchronize-group-flags): Update live group buffer as
16297         synchronization may occur due to the user toggle the plugged
16298         status.
16299         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16300         successfully downloaded.
16301         (gnus-agent-expire-group-1): Avoid using markers when the overview
16302         is in ascending order; greatly improves performance.
16303         (gnus-agent-regenerate-group):
16304         Use gnus-agent-synchronize-group-flags to reset read status in both
16305         gnus and server.
16306         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16307
16308 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * message.el: Don't autoload former message-utils variables.
16311         (message-strip-subject-trailing-was): Change doc string.
16312
16313         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16314         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16315         (nnweb-google-search): Add "hl=en" here.
16316         (nnweb-google-parse-1, nnweb-google-create-mapping):
16317         Don't hardcode URL.
16318
16319 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * message.el (message-get-reply-headers, message-followup):
16322         Mention related variables `message-use-followup-to' and
16323         `message-use-mail-followup-to', in the information buffer.
16324
16325         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16326         of broken groups(-beta).google.com.
16327
16328 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16331         parameter to invoked gnus-request-move-article; remove the
16332         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16333         all at once instead of once per article.
16334         (gnus-summary-remove-process-mark): Accept a list of articles as
16335         well as a single article for processing.
16336
16337         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16338         parameter.
16339
16340         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16341
16342         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16343
16344         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16345         parameter.
16346
16347         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16348         parameter.
16349
16350         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16351         parameter and remove the gnus-sum-hint-move-is-internal variable.
16352
16353         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16354         parameter.
16355
16356         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16357         parameter.
16358
16359         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16360         parameter.
16361
16362         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16363
16364         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16365         parameter.
16366
16367         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16368         parameter.
16369
16370 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16371
16372         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16373         a more conservative way.
16374
16375 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16376
16377         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16378         buffer, so it moves the window's cursor.
16379
16380 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16381
16382         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16383         `mm-dissect-multipart' and receive the from field as an (optional)
16384         argument from `mm-dissect-multipart'.
16385         (mm-dissect-multipart): Receive the from field as an argument and
16386         pass it on when we call `mm-dissect-buffer' on MIME parts.
16387         Fixes verification/decryption of signed/encrypted MIME parts.
16388
16389 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16390
16391         * gnus-sum.el (gnus-summary-move-article):
16392         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16393         whatever it calls (right now, only nnimap-request-move article
16394         respects it).
16395
16396         * nnimap.el (nnimap-request-move-article):
16397         When gnus-sum-hint-move-is-internal is set, don't do the extra
16398         nnimap-request-article.
16399
16400 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16403
16404         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16405         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16406
16407         * gnus-sum.el (gnus-summary-caesar-message):
16408         Apply `gnus-treat-article' after rotation.
16409
16410         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16411         doc string.
16412
16413 2005-02-22  Simon Josefsson  <jas@extundo.com>
16414
16415         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16416         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16417         <arne@arnested.dk>.
16418         (encrypt): Add password-cache and password-cache-expiry as group
16419         members.
16420
16421 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16422
16423         * smime.el (smime-ldap-host-list): Doc fix.
16424         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16425         cache) password.
16426         (smime-sign-region): Use it.
16427         (smime-decrypt-region): Use it.
16428         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16429         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16430         fails.
16431         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16432         certificate from DER to PEM format rather than calling openssl.
16433
16434         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16435
16436         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16437         for signing/encryption.
16438
16439         * mml.el (mml-parse-1): Use them.
16440
16441 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16442
16443         * nnrss.el (nnrss-verbose): Remove.
16444         (nnrss-request-group): Use `nnheader-message' instead.
16445
16446 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16447
16448         * nnrss.el (nnrss-verbose): New variable.
16449         (nnrss-request-group): Make it say nnrss is requesting a group.
16450
16451 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16454         Handle news URL with given port correctly.
16455
16456 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16459         containing special characters.
16460
16461         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16462
16463         * mml.el (mime-to-mml): Ditto.
16464
16465         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16466         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16467         (rfc2047-decode-region): Quote decoded words containing special
16468         characters when rfc2047-quote-decoded-words-containing-tspecials
16469         is non-nil.
16470
16471 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16472
16473         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16474
16475         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16476
16477 2005-02-15  Simon Josefsson  <jas@extundo.com>
16478
16479         * nnimap.el (nnimap-debug): Doc fix.
16480
16481         * imap.el (imap-debug): Doc fix.
16482
16483 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16486
16487 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16488
16489         * gnus.el (spam-contents): Improve docs for spam-contents
16490         parameter in its variable incarnation.
16491
16492 2005-02-14  Simon Josefsson  <jas@extundo.com>
16493
16494         * smime-ldap.el: Use require instead of load-library for ldap.
16495         (smime-ldap-search): Indent.
16496         (smime-ldap-search-internal): Shorten line.
16497
16498         * smime.el (smime-cert-by-dns): Add doc-string.
16499         (smime-cert-by-ldap-1): Indent.
16500
16501         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16502         mml-smime-get-dns-ldap.
16503         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16504
16505 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16506
16507         * smime.el: Require smime-ldap.
16508         (smime-ldap-host-list): New variable.
16509         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16510
16511         * mml-smime.el (mml-smime-encrypt-query): New function.
16512         (mml-smime-encrypt-query): Use it.
16513
16514         * smime-ldap.el: New file.
16515
16516 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16519
16520 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16523         argument in doc string.  Make query for type more clear.
16524
16525 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * gnus.el (gnus-group-startup-message): Search for gnus images in
16528         etc/images/gnus.
16529         * mm-util.el (mm-image-load-path): Likewise.
16530         * smiley.el (smiley-data-directory): Search for smilies in
16531         etc/images/smilies.
16532
16533 2005-02-09  Kim F. Storm  <storm@cua.dk>
16534
16535         Change Emacs release version from 21.4 to 22.1 throughout.
16536         Change Emacs development version from 21.3.50 to 22.0.50.
16537
16538 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16541
16542         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16543         non-Mule XEmacs as well.
16544         (mm-decompress-buffer): Signal an error intentionally if it does
16545         not decompress compressed data because auto-compression-mode is
16546         disabled.
16547
16548 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16549
16550         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16551         an ID in the registry even if it has no groups.
16552
16553 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16556         merge it into mm-decompress-buffer.
16557         (gnus-mime-copy-part): Use the MIME part charset, the value which
16558         a user specified or gnus-newsgroup-charset for decoding, like
16559         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16560         save-buffer what was used.  Suggested by Kevin Ryde
16561         <user42@zip.com.au>.
16562         (gnus-mime-inline-part): Allow the name parameter as well as the
16563         filename parameter; force decompressing of compressed data; always
16564         display contents being not decoded as unibyte.
16565
16566         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16567         as well as the filename parameter.
16568
16569         * mm-util.el (mm-decompress-buffer):
16570         Merge gnus-mime-jka-compr-maybe-uncompress.
16571         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16572         of compressed data.
16573
16574 2005-02-08  Simon Josefsson  <jas@extundo.com>
16575
16576         * imap.el (imap-log): Doc fix.
16577
16578 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16581         the coding cookies; decompress compressed parts.
16582
16583         * mml.el (mml-generate-mime-1): Add the charset parameter according
16584         to the value which a user specified manually or the coding cookie.
16585
16586         * mm-util.el (mm-string-to-multibyte): New function.
16587         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16588         (mm-coding-system-to-mime-charset): New function.
16589         (mm-decompress-buffer): New function.
16590         (mm-find-buffer-file-coding-system): New function.
16591
16592         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16593         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16594         parts.
16595
16596 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16597
16598         * mm-view.el (mm-display-inline-fontify): Decode a part according
16599         to the charset parameter.
16600
16601 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16604         prefix arg is neither nil nor a number, as info specifies.
16605
16606 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16609         timestamps.
16610
16611 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16612
16613         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16614         groups error checking and notify user.
16615
16616 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16617
16618         * message.el (message-send-mail-function): Check existence of
16619         sendmail-program first before using default value
16620         `message-send-mail-with-sendmail'.  Otherwise use more generic
16621         `smtpmail-send-it'.
16622
16623 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * nntp.el (nntp-request-update-info): Always return nil.
16626
16627 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16628
16629         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16630
16631 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16632
16633         * message.el (message-beginning-of-line): Change the behavior when
16634         invoked between BOL and : so that it first moves backward.
16635
16636 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16639         article buffer when editing of the article is discarded.
16640         (gnus-article-prepare): Revert.
16641
16642 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-art.el (gnus-article-prepare):
16645         Remove message-strip-forbidden-properties from the local hook.
16646
16647 2005-01-27  Simon Josefsson  <jas@extundo.com>
16648
16649         * password.el (password-cache-add): Only start one timer per key.
16650         Reported by Derek Atkins <warlord@MIT.EDU>.
16651
16652 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16653
16654         * run-at-time.el: Remove.  It is no longer needed as
16655         timer-funcs.el in the xemacs-base package has a working version of
16656         `run-at-time'.
16657
16658         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16659
16660         * password.el: Require timer-funcs instead of run-at-time in
16661         XEmacs.
16662         Remove `password-run-at-time' macro.
16663         (password-cache-add): Use `run-at-time' instead of
16664         `password-run-at-time'.
16665
16666         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16667         Remove `nnheader-cancel-function-timers' alias,
16668         `cancel-function-timers' exists in XEmacs in timer-funcs.
16669
16670         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16671         for `run-with-idle-timer'.
16672
16673         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16674         for `run-at-time'.
16675
16676         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16677         for `with-timeout'.
16678
16679         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16680         the same as for XEmacs 21.4.
16681         No need to ignore `run-with-idle-timer', this function exists in
16682         XEmacs now in timer-funcs.el in the xemacs-base package.
16683         (dgnushack-compile): No need to delete
16684         run-at-time.el from the list of files to compile because it
16685         doesn't exist anymore.
16686
16687 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16690         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16691
16692 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16693
16694         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16695         sensitively.
16696
16697 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16698
16699         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16700
16701 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16704         which will be inserted according to the multibyteness of a buffer
16705         rather than the type of contents.  Suggested by ARISAWA Akihiro
16706         <ari@mbf.ocn.ne.jp>.
16707
16708         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16709         of string which old xml.el may return rather than a string.
16710
16711 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16714
16715 2005-01-16  Simon Josefsson  <jas@extundo.com>
16716
16717         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16718         idn/idna.el isn't available.
16719         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16720         <michael@waxrat.com>.
16721
16722         * hashcash.el: Remove non-FSF copyright header.
16723
16724         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16725         (hashcash-generate-payment): Use it.
16726         (hashcash-generate-payment-async): Use it.
16727
16728 2005-01-15  Simon Josefsson  <jas@extundo.com>
16729
16730         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16731         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16732
16733         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16734         gnus-summary-idna-message.
16735         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16736         (gnus-summary-idna-message): New function.
16737
16738 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16741         gnus-novice-user.
16742
16743 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * nnrss.el (nnrss-request-delete-group): Delete entries in
16746         nnrss-group-alist as well.
16747         (nnrss-save-server-data): Insert newline.
16748
16749 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * gnus.el (gnus-user-agent): Use list of symbols instead of
16752         symbols.  Display full version number for (S)XEmacs.
16753         Optionally display (S)XEmacs codename.
16754
16755         * gnus-util.el (gnus-emacs-version): Update for new
16756         `gnus-user-agent'.
16757
16758         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16759         Gnus version.
16760
16761 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16762
16763         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16764         which is unreadable in some setups.
16765
16766 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-spec.el (gnus-update-format-specifications): Flush the
16769         group format spec cache if it doesn't support decoded group names.
16770
16771 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16772
16773         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16774         Allow to apply decay on score files matching a regexp.
16775
16776 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16779         compatibility in %g and %c.
16780
16781 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16784         name for only %g and %c.
16785         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16786         of gnus-tmp-group to decoded group name.
16787         (gnus-group-make-rss-group): Exclude `/'s from group names.
16788
16789 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * nnrss.el (nnrss-get-encoding): Fix regexp.
16792
16793 2004-12-27  Simon Josefsson  <jas@extundo.com>
16794
16795         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16796         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16797         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16798
16799 2004-12-17  Kim F. Storm  <storm@cua.dk>
16800
16801         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16802
16803         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16804
16805 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16806
16807         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16808
16809 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * nnrss.el: Require rfc2047 and mml.
16812         (nnrss-file-coding-system): New variable.
16813         (nnrss-format-string): Redefine it as an inline function.
16814         (nnrss-decode-group-name): New function.
16815         (nnrss-string-as-multibyte): Remove.
16816         (nnrss-retrieve-headers): Decode group name; don't use
16817         nnrss-format-string.
16818         (nnrss-request-group): Decode group name.
16819         (nnrss-request-article): Decode group name; allow a Message-ID as
16820         well as an article number; don't use nnrss-format-string; encode a
16821         Message-ID string which may contain non-ASCII characters; use
16822         mml-to-mime to compose a MIME article.
16823         (nnrss-request-expire-articles): Decode group name.
16824         (nnrss-request-delete-group): Decode group name.
16825         (nnrss-fetch): Clarify error message.
16826         (nnrss-read-server-data): Use insert-file-contents instead of load;
16827         bind file-name-coding-system; use multibyte buffer.
16828         (nnrss-save-server-data): Bind coding-system-for-write to the
16829         value of nnrss-file-coding-system; bind file-name-coding-system;
16830         add coding cookie.
16831         (nnrss-read-group-data): Use insert-file-contents instead of load;
16832         bind file-name-coding-system; use multibyte buffer.
16833         (nnrss-save-group-data): Bind coding-system-for-write to the
16834         value of nnrss-file-coding-system; bind file-name-coding-system.
16835         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16836         make it work with non-ASCII text.
16837         (nnrss-find-el): Make it work with old xml.el as well.
16838
16839 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16840
16841         * nnrss.el (nnrss-get-encoding): New function.
16842         (nnrss-fetch): Use unibyte buffer initially; bind
16843         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16844         decode contents according to the encoding attribute.
16845         (nnrss-save-group-data): Add coding cookie.
16846         (nnrss-mime-encode-string): New function.
16847         (nnrss-check-group): Use it to encode subject and author.
16848
16849 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16852         imaginary variable.
16853
16854 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16857         correctly even if there are wide characters.
16858
16859 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16862         downcased symbol names; make a new cache instead of reusing
16863         bbdb-hashtable.
16864
16865 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16868         concatenating segments rather than before concatenating them.
16869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16870
16871         * message.el (message-get-reply-headers): Bind `extra'.
16872
16873 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16874
16875         * message.el (message-extra-wide-headers): New variable.
16876         (message-get-reply-headers): Use it.
16877
16878 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16881         (gnus-agent-group-pathname): Ditto.
16882
16883         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16884
16885         * gnus-group.el (gnus-group-make-group): Decode group name.
16886         (gnus-group-make-rss-group): Register the group data after opening
16887         the nnrss group.
16888
16889 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16890
16891         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16892         by expiry now get marked as read.
16893
16894 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16897
16898 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16899
16900         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16901         unify Latin characters in XEmacs.
16902         (mm-find-mime-charset-region): Use it.
16903
16904 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-util.el (gnus-delete-directory): New function.
16907
16908         * gnus-agent.el (gnus-agent-delete-group): Use it.
16909
16910         * gnus-cache.el (gnus-cache-delete-group): Use it.
16911
16912 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16915         names.
16916
16917 2004-12-16  Simon Josefsson  <jas@extundo.com>
16918
16919         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16920
16921 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16924
16925         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16926         (gnus-group-set-current-level): Decode group name.
16927
16928 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16929
16930         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16931         failed.
16932
16933 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-group.el (gnus-group-delete-group): Decode group name.
16936         (gnus-group-make-rss-group): Encode group name.
16937         (gnus-group-catchup-current): Decode group name.
16938         (gnus-group-kill-group): Decode group name.
16939
16940 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16941
16942         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16943
16944 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-group.el (gnus-group-make-rss-group):
16947         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16948
16949         * gnus-start.el (gnus-setup-news): Honor user's setting to
16950         gnus-message-archive-method.  Suggested by Lute Kamstra
16951         <lute@gnu.org>.
16952
16953 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16954
16955         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16956         global counterparts of the buffer-local variables.
16957
16958 2004-11-16  Romain Francoise  <romain@orebokech.com>
16959
16960         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16961         counterparts of the buffer-local variables.
16962
16963 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * message.el (message-forbidden-properties): Fix typo in doc
16966         string.
16967
16968 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-util.el (gnus-replace-in-string): Add doc string.
16971
16972         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16973         to avoid problems when splitting mails with many recipients.
16974
16975 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16976
16977         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16978         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16979
16980 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16981
16982         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16983         if there is no hashtable in memory or file modification time is
16984         newer than cached timestamp.
16985
16986 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-sum.el (gnus-summary-limit-to-recipient):
16989         Implement not-matching option.
16990
16991 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16994         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16995         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16996         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16997         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16998         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16999
17000 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * message.el (message-forward-make-body-mml): Remove headers
17003         according to message-forward-ignored-headers if a message is decoded.
17004
17005 2004-12-02  Romain Francoise  <romain@orebokech.com>
17006
17007         * message.el (message-forward-make-body-plain): Always remove
17008         headers according to message-forward-ignored-headers.
17009
17010 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17011
17012         * spam.el (spam-summary-prepare-exit): Remove the
17013         gnus-summary-limit pop for now, it has problems with ham marks for
17014         me.
17015
17016 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17019         correctly.
17020
17021 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17022
17023         * format-spec.el (format-spec): Message the char.
17024
17025 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17026
17027         * gnus-art.el (gnus-split-methods): Reformat comments.
17028
17029         * spam.el (spam-summary-prepare-exit): Remove article limits
17030         before exiting the summary buffer.
17031
17032 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17035         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17036
17037         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17038         order to silence the byte compiler.
17039
17040         * spam.el: Fix the way to silence the byte compiler, which
17041         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17042         bbdb-search-simple, spam-BBDB-register-routine,
17043         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17044         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17045         spam-stat-buffer-is-spam, spam-stat-load,
17046         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17047         spam-stat-save and spam-stat-split-fancy.
17048
17049 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17052         which may confuse users.
17053         (canlock-password-for-verify): Ditto.
17054
17055         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17056
17057         * gnus-art.el (gnus-emphasis-alist): Ditto.
17058
17059         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17060
17061         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17062
17063         * gnus-start.el (gnus-save-killed-list): Ditto.
17064
17065         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17066         (gnus-sum-thread-tree-root): Ditto.
17067         (gnus-sum-thread-tree-false-root): Ditto.
17068         (gnus-sum-thread-tree-single-indent): Ditto.
17069
17070         * message.el (message-courtesy-message): Ditto.
17071         (message-archive-note): Ditto.
17072         (message-subscribed-address-file): Ditto.
17073         (message-user-fqdn): Ditto.
17074
17075         * spam-report.el (spam-report-gmane-regex): Ditto.
17076
17077         * spam.el (spam-blackhole-good-server-regex): Ditto.
17078
17079 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * mml.el (mml-preview): Widen the message buffer before copying
17082         the contents to the preview buffer; sort headers before previewing.
17083
17084         * message.el (message-hidden-headers): Fix the way to avoid a bug
17085         in the `repeat' widget in Emacs 21.3 or earlier.
17086
17087 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * message.el (message-hidden-headers): Default to "^References:".
17090         Improve customization type.  Suggested by Reiner Steib
17091         <Reiner.Steib@gmx.de>.
17092
17093 2004-11-25  Romain Francoise  <romain@orebokech.com>
17094
17095         * message.el (message-strip-forbidden-properties): Remove check for
17096         obsolete `message-hidden' text property, hidden headers are not
17097         accessible in the buffer anymore.
17098
17099 2004-11-22  Romain Francoise  <romain@orebokech.com>
17100
17101         * message.el (message-header-format-alist): Add `From' in list
17102         so that it can be sorted.
17103         (message-fix-before-sending): Widen and sort headers before
17104         sending.
17105         (message-hide-headers): Use narrowing to hide headers by moving
17106         them to the top of the buffer and narrowing to the region
17107         underneath.
17108
17109 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17110
17111         * message.el (message-strip-forbidden-properties):
17112         Bind buffer-read-only (etc) to nil.
17113
17114 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17117         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17118
17119 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17120
17121         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17122
17123 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17124
17125         * dns.el (query-dns): Use sit-for to time instead of
17126         accept-process-output, since that doesn't seem to work on udp
17127         sockets.
17128
17129 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17132
17133 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17136         doc string.  Improve doc string.
17137
17138 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * nntp.el (nntp-request-update-info): Return nil if
17141         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17142         may not call gnus-activate-group which uselessly issues the GROUP
17143         commands for all nntp groups and wastes time.  Reported by Romain
17144         Francoise <romain@orebokech.com>.
17145
17146         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17147
17148 2004-11-15  Simon Josefsson  <jas@extundo.com>
17149
17150         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17151         headers separately.
17152         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17153         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17154
17155 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * gnus-start.el (gnus-convert-old-newsrc):
17158         Assign legacy-gnus-agent to 5.10.7.
17159
17160 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17161
17162         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17163         start of the lines.
17164
17165 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17166
17167         * hashcash.el (hashcash-default-payment): Change default to 20.
17168         (hashcash-default-accept-payment): Change default to 20.
17169         (hashcash-process-alist): New variable.
17170         (hashcash-generate-payment-async): Add.
17171         (hashcash-already-paid-p): Add.
17172         (hashcash-insert-payment): Don't generate payments twice.
17173         (hashcash-insert-payment-async): Add.
17174         (hashcash-insert-payment-async-2): Add.
17175         (hashcash-cancel-async): Add.
17176         (hashcash-wait-async): Add.
17177         (hashcash-processes-running-p): Add.
17178         (hashcash-wait-or-cancel): Add.
17179         (mail-add-payment): New optional argument.  Conditionally start
17180         asynchronous calculation.
17181         (mail-add-payment-async): Add.
17182
17183         * message.el (message-send-mail): Wait for asynchronous hashcash
17184         results.  Don't clobber existing X-Hashcash headers.
17185         (message-setup-1): Call mail-add-payment-async when
17186         message-generate-hashcash is non-nil.
17187
17188 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17189
17190         * message.el (message-use-alternative-email-as-from): Examine the
17191         From header as well; use message-make-from in order to include a
17192         user's full name.
17193
17194 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17197         default; improve customization type.
17198         (gnus-emphasis-custom-with-format): New macro.
17199         (gnus-emphasis-custom-value-to-external): New function.
17200         (gnus-emphasis-custom-value-to-internal): New function.
17201
17202 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17203
17204         * dns.el (query-dns): Resolve reverse addresses.
17205
17206 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * gnus-group.el (gnus-group-get-new-news): Use it.
17209
17210         * gnus-start.el (gnus-check-reasonable-setup): New function.
17211
17212 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17215         "Args out of range" error.  Reported by Arnaud Giersch
17216         <arnaud.giersch@free.fr>.
17217
17218 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17219
17220         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17221
17222 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17223
17224         * spam.el (spam group): Add :version.
17225
17226         * pgg-def.el (pgg group): Add :version.
17227
17228 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-art.el (gnus-article-edit-article): Don't associate the
17231         article buffer with a draft file.  This is a temporary measure
17232         against the 2004-08-22 change to gnus-article-edit-mode.
17233
17234 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17237         (html2text-format-tags): Remove unused variable `attr'.
17238
17239 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17242
17243         * tls.el (tls-process-connection-type, tls-success)
17244         (tls-certtool-program): Add :version.
17245
17246         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17247         (starttls-extra-arguments, starttls-process-connection-type)
17248         (starttls-connect, starttls-failure, starttls-success): Add :version.
17249
17250         * spam-stat.el (spam-stat): Add :version.
17251
17252         * sieve.el (sieve): Add :version.
17253
17254         * sha1.el (sha1): Add :version.
17255         (sha1-use-external): Remove redundant version.
17256
17257         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17258         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17259         (nnmail-split-fancy-match-partial-words)
17260         (nnmail-split-lowercase-expanded): Add :version.
17261
17262         * nndiary.el (nndiary): Add :version.
17263
17264         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17265
17266         * mml-sec.el (mml-default-sign-method)
17267         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17268         Add :version.
17269
17270         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17271
17272         * mm-url.el (mm-url-use-external, mm-url-program)
17273         (mm-url-arguments): Add :version.
17274
17275         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17276         (mm-attachment-file-modes, mm-decrypt-option)
17277         (mm-w3m-safe-url-regexp): Add :version.
17278
17279         * message.el (message-cite-prefix-regexp)
17280         (message-sendmail-envelope-from, message-minibuffer-local-map)
17281         (message-user-fqdn, message-completion-alist): Add :version.
17282
17283         * gnus-win.el (gnus-configure-windows-hook)
17284         (gnus-use-frames-on-any-display): Add :version.
17285
17286         * gnus-art.el (gnus-article-address-banner-alist)
17287         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17288         (gnus-treat-from-picon, gnus-treat-mail-picon)
17289         (gnus-treat-x-pgp-sig): Add :version.
17290
17291         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17292         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17293         (gnus-summary-article-delete-hook)
17294         (gnus-summary-display-while-building): Add :version.
17295
17296         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17297         (gnus-get-top-new-news-hook): Add :version.
17298
17299         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17300         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17301
17302         * gnus-registry.el (gnus-registry): Add :version.
17303
17304         * gnus-spec.el (gnus-use-correct-string-widths)
17305         (gnus-make-format-preserve-properties): Add :version.
17306
17307         * gnus.el (gnus-group-charter-alist)
17308         (gnus-group-fetch-control-use-browse-url)
17309         (gnus-install-group-spam-parameters): Add :version.
17310
17311         * gnus-diary.el (gnus-diary): Add :version.
17312
17313         * gnus-delay.el (gnus-delay): Add :version.
17314
17315         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17316         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17317         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17318         Add :version.
17319
17320         * gnus-agent.el (gnus-agent-max-fetch-size)
17321         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17322         (gnus-agent-prompt-send-queue): Add :version.
17323
17324         * deuglify.el (gnus-outlook-deuglify): Add :version.
17325
17326         * html2text.el: Beautify code.  Improve doc strings.
17327         Some checkdoc cleanup.
17328         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17329
17330 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17331
17332         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17333
17334 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17335
17336         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17337         when package is loaded.
17338
17339         * spam.el (spam-summary-score-preferred-header): Add global preference
17340         for people who want to override the default SpamAssassin over
17341         Bogofilter preference (when both are set).
17342         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17343         (spam-user-format-function-S):
17344         Check spam-summary-score-preferred-header.
17345         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17346         (spam-user-format-function-S): Format the score correctly.
17347
17348 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17351         signature file.  Suggested by Manoj Srivastava
17352         <srivasta@golden-gryphon.com>.
17353
17354         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17355         iso-2022-jp even in the Japanese language environment.
17356         Suggested by Jason Rumney <jasonr@gnu.org>.
17357
17358 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17361         use the same characters as the dummy marks; make it free from
17362         getting affected by the language environment.
17363         (gnus-summary-read-group-1): Update mark positions only when the
17364         format spec is updated.
17365
17366         * gnus-spec.el (gnus-update-format-specifications): Return a list
17367         of updated types.
17368
17369 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17372         of boundp to check if display-warning is available.
17373
17374 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17375
17376         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17377
17378 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * nnspool.el (nnspool-spool-directory): Use news-path if the
17381         news-directory variable is not bound.
17382
17383         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17384         function instead of display-warning if it is not available.
17385
17386 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17389         v5-10: Use `point-at-bol'.
17390
17391 2004-10-26  Simon Josefsson  <jas@extundo.com>
17392
17393         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17394         <chenggao@gmail.com>.
17395
17396 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17399         instead.
17400
17401 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17404         to remove a server from the nnimap-server-buffer-alist.
17405         (nnimap-open-connection, nnimap-close-server): Use it.
17406
17407         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17408
17409 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17412         running the major-mode function.
17413
17414 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17417         dummy marks in the right way.
17418
17419 2004-10-18  David Edmondson  <dme@dme.org>
17420
17421         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17422         excessively.
17423
17424 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17425
17426         * gnus-util.el (gnus-split-references): Accept a nil references
17427         string and go on blissfully.
17428
17429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17430         cases where the references string is non-nil but has no references.
17431
17432         * encrypt.el: Add autoload tags.
17433
17434         * spam.el (spam-resolve-registrations-routine): Remove article
17435         from unregistration list too.  Reported by David Hanak
17436         <dhanak@isis.vanderbilt.edu>
17437
17438 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17441         nil.  Change custom type.
17442
17443 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17444
17445         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17446
17447         * gnus-sum.el (gnus-summary-move-article): Use it.
17448
17449 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17450
17451         * encrypt.el: Add autoload cookies.
17452
17453         * spam.el (spam-backend-article-list-property)
17454         (spam-backend-get-article-todo-list)
17455         (spam-backend-put-article-todo-list)
17456         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17457         Resolve registrations separately.
17458         (spam-register-routine): Format comments.
17459         (spam-unregister-routine, spam-register-routine): Always call with
17460         specific-articles, no default list.
17461         (spam-summary-prepare-exit): Use the spam-classifications function.
17462
17463         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17464         gnus-encrypt.el.
17465
17466         * encrypt.el: Copied from gnus-encrypt.el.
17467
17468         * gnus-encrypt.el: Commented that it's obsolete.
17469
17470 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17473         (gnus-score-save): Use it.
17474
17475         * message.el (message-bury): Use `window-dedicated-p'.
17476
17477 2004-10-15  Simon Josefsson  <jas@extundo.com>
17478
17479         * pop3.el (top-level): Don't require nnheader.
17480         (pop3-read-timeout): Add.
17481         (pop3-accept-process-output): Add.
17482         (pop3-read-response, pop3-retr): Use it.
17483
17484 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17485
17486         * spam.el (spam-register-routine): Move comment.
17487         (spam-verify-bogofilter): Use 'unknown for the initial
17488         spam-bogofilter-valid state, not 'never.
17489
17490         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17491         for netrc-machine.
17492
17493         * nnimap.el (nnimap-open-connection):
17494         Use netrc-machine-user-or-password.
17495
17496 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17497
17498         * gnus-registry.el (gnus-registry-unload-hook):
17499         Set as a variable with add-hook.
17500
17501         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17502         of news-path.
17503
17504         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17505
17506         * spam.el: Delete duplicate `provide'.
17507         (spam-unload-hook): Set as a variable with add-hook.
17508
17509 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17512         in the doc string.
17513
17514         * message.el (message-ignored-news-headers)
17515         (message-ignored-supersedes-headers)
17516         (message-ignored-resent-headers)
17517         (message-forward-ignored-headers): Improve custom type.
17518
17519 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * message.el (message-tokenize-header): Fix 2004-09-06 change
17522         which used point-min in the wrong place.
17523
17524 2004-10-12  Simon Josefsson  <jas@extundo.com>
17525
17526         * tls.el (tls-certtool-program): New variable.
17527         (tls-certificate-information): New function, based on
17528         ssl-certificate-information.
17529
17530 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * compface.el: Move the version of ELisp-based uncompface program
17533         to the contrib directory because of the copyright problem.
17534
17535 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * message.el (message-kill-buffer): Raise the current frame.
17538
17539 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17540
17541         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17542
17543         * gnus.el (message-y-or-n-p): Autoload.
17544
17545         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17546         (pop3-password-required, pop3-authentication-scheme)
17547         (pop3-leave-mail-on-server): Make customizable.
17548         (pop3): New custom group.
17549         (pop3-retr): Remove `sleep-for' statements.
17550         Suggested by Dave Love <fx@gnu.org>.
17551
17552         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17553         Windows/DOS.
17554
17555         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17556         (imap-parse-body): Fix incorrect use of `assert'.
17557         Suggested by Dave Love <fx@gnu.org>.
17558
17559         * mml.el (mml-minibuffer-read-disposition): Require match.
17560         Suggested by Dave Love <fx@gnu.org>.
17561
17562 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17565         doc string.
17566
17567 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17570
17571 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17572
17573         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17574         instead of calling `mm-insert-inline', to decode text/* parts
17575         before displaying them.
17576
17577 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * mm-uu.el (mm-uu-text-plain-type): New variable.
17580         (mm-uu-pgp-signed-extract-1): Use it.
17581         (mm-uu-pgp-encrypted-extract-1): Use it.
17582         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17583         bind mm-uu-text-plain-type with that value.
17584         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17585         mm-uu-dissect.
17586
17587 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * gnus-group.el (gnus-update-group-mark-positions):
17590         * gnus-sum.el (gnus-update-summary-mark-positions):
17591         * message.el (message-check-news-body-syntax):
17592         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17593         of string-as-multibyte.
17594
17595 2004-10-05  Juri Linkov  <juri@jurta.org>
17596
17597         * gnus-group.el (gnus-update-group-mark-positions):
17598         * gnus-sum.el (gnus-update-summary-mark-positions):
17599         * message.el (message-check-news-body-syntax):
17600         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17601         8-bit unibyte values to a multibyte string for search functions.
17602
17603 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17606         (mm-uu-dissect-text-parts): New function.
17607
17608         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17609         dissect text parts.
17610
17611         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17612         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17613
17614         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17615
17616         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17617         Use gnus-current-topics instead of gnus-current-topic.
17618
17619 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17622
17623 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17626         where approriate.
17627
17628         * nnml.el (nnml-generate-active-info): do.
17629
17630         * nndiary.el (nndiary-generate-active-info): do.
17631
17632         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17633         (gnus-topic-move): do.
17634
17635         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17636         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17637
17638         * gnus-srvr.el (gnus-server-prepare)
17639         (gnus-server-open-all-servers): do.
17640
17641         * gnus-msg.el (gnus-summary-cancel-article)
17642         (gnus-summary-resend-message)
17643         (gnus-summary-mail-crosspost-complaint): do.
17644
17645         * gnus-move.el (gnus-change-server): do.
17646
17647         * gnus-group.el (gnus-group-unmark-all-groups)
17648         (gnus-group-set-current-level): do.
17649
17650 2004-10-04  Simon Josefsson  <jas@extundo.com>
17651
17652         * message.el (message-generate-hashcash): Doc fix.
17653
17654 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17655
17656         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17657         avoid infinite recursion via gnus-get-function.
17658
17659 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17662
17663         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17664
17665         * nnmail.el (nnmail-split-history): do.
17666
17667         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17668         (nnml-request-delete-group): do.
17669
17670         * nnslashdot.el (nnslashdot-read-groups): do.
17671
17672         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17673         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17674
17675         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17676         (nnspool-sift-nov-with-sed): Use last.
17677         (nnspool-retrieve-headers-with-nov): Use mapc.
17678         (nnspool-request-newgroups): Use dolist.
17679         (nnspool-request-group): Use last.
17680
17681         * nntp.el (nntp-read-server-type): Use dolist.
17682
17683         * nnvirtual.el (nnvirtual-create-mapping)
17684         (nnvirtual-update-read-and-marked): Use dolist.
17685         (nnvirtual-convert-headers): Simplify.
17686
17687 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17688
17689         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17690         Add support for sync'ing tick marks.
17691
17692 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17695         there's no visible header.
17696
17697 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17698
17699         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17700         When necessary, pass full group name to gnus-request-set-marks.
17701
17702 2004-10-01  Simon Josefsson  <jas@extundo.com>
17703
17704         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17705         acroread.
17706
17707 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708
17709         * spam-report.el (spam-report-gmane): Fix interactive.
17710
17711         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17712
17713         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17714         when writing file.
17715         (gnus-agent-synchronize-flags): Don't default to being
17716         interactive.
17717
17718 2004-09-30  Simon Josefsson  <jas@extundo.com>
17719
17720         * message.el (message-generate-hashcash): Add.
17721         (message-send-mail): Use it, call mail-add-payment.
17722
17723 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17724
17725         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17726
17727 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17728
17729         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17730         gnus-requst-update-info with explicit code to sync the in-memory
17731         info read flags with the marks being sync'd to the backend.
17732
17733         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17734
17735 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * spam.el (spam-verify-bogofilter): Add new function.
17738         (spam-check-bogofilter)
17739         (spam-bogofilter-register-with-bogofilter): Use it.
17740         (spam-verify-bogofilter): Add small fixes.
17741
17742 2004-09-28  Simon Josefsson  <jas@extundo.com>
17743
17744         * hashcash.el (hashcash-generate-payment): Revert.
17745
17746 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17747
17748         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17749         Use gnus-extract-references instead of gnus-split-references.
17750
17751         * gnus-util.el (gnus-extract-references): Add new function, analogous
17752         to gnus-split-references but extracts only the message-ID without
17753         anything extra.
17754
17755         * hashcash.el (hashcash-generate-payment)
17756         (hashcash-check-payment): Do the right thing if hashcash-path is
17757         nil (because the hashcash program could not be found).
17758
17759         * spam.el (spam-use-hashcash): Remove comment.
17760
17761 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17764         (gnus-cache-enter-article, gnus-cache-remove-article)
17765         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17766
17767         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17768
17769         * gnus-art.el (article-hide-boring-headers)
17770         (article-translate-strings, article-display-face)
17771         (gnus-article-mime-match-handle-first)
17772         (gnus-article-highlight-headers)
17773         (gnus-article-add-buttons-to-head): do.
17774
17775 2004-09-27  Simon Josefsson  <jas@extundo.com>
17776
17777         * hashcash.el: New version, from
17778         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17779         ../contrib/.
17780
17781 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17784
17785 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * gnus-dup.el (gnus-dup-open): Use mapc.
17788         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17789
17790         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17791         Reported by Stefan Wiens <s.wi@gmx.net>.
17792
17793         * gnus.el (gnus-shutdown): Use dolist.
17794
17795         * gnus-undo.el (gnus-undo): Use mapc.
17796
17797         * nnrss.el (nnrss-generate-active): do.
17798
17799         * message.el (message-cite-original-without-signature)
17800         (message-cite-original): Use mapc.
17801         (message-do-actions, message-make-forward-subject): Use dolist.
17802
17803 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17804
17805         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17806         deletion to remove entire duplicate line.  Fixes merged article
17807         number bug.
17808
17809 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17810
17811         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17812         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17813         first ask if you want to open a server and then, even when you
17814         responded with no, asking if you want to synchronize the server's
17815         flags.
17816         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17817         multi-line expressions.
17818         (gnus-agent-synchronize-group-flags): New internal function.
17819         Updates marks in memory (in the info structure) AND in the
17820         backend.
17821
17822         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17823
17824         * nnagent.el (nnagent-request-set-mark):
17825         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17826         method, to ensure that synchronization updates marks in the
17827         backend and in the info (in memory) structure.
17828
17829 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17832         convention fully; don't miss the root article of a thread; make
17833         the X-Draft-From header with correct article numbers.
17834
17835 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17836
17837         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17838         unless plugged.  Disable the agent so that an open failure causes
17839         an error.
17840
17841         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17842         Revert 2004-09-21 change.  The backend must be opened while
17843         synchronizing flags even when the backend stores the flags
17844         locally.
17845
17846 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17849         in `header' match.  Reported by Svend Tollak Munkejord.
17850
17851         * message.el (message-cite-original): Fix use of
17852         `message-cite-articles-with-x-no-archive'.
17853
17854 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17857         (gnus-window-to-buffer): Ditto.
17858
17859         * mml.el (mml-preview-buffer): New variable.
17860         (mml-preview): Manage window layout with gnus-buffer-configuration.
17861
17862         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17863         X-Draft-From header even if those articles aren't quoted.
17864
17865 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17866
17867         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17868         (gnus-request-set-mark, gnus-request-update-mark): Use new
17869         g-s-t-u-l-m to decide to use backend even when unplugged.
17870
17871 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17874         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17875
17876 2004-09-20  Simon Josefsson  <jas@extundo.com>
17877
17878         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17879         "utf-16-le".
17880
17881 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17882
17883         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17884
17885 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * uudecode.el (uudecode-use-external): Add :version.
17888
17889         * smime.el (smime-CA-file, smime-encrypt-cipher)
17890         (smime-dns-server): Add :version.
17891
17892         * smiley.el (gnus-smiley-file-types): Add :version.
17893
17894         * sha1.el (sha1-use-external): Add :version.
17895
17896         * pgg-def.el (pgg-query-keyserver): Add :version.
17897
17898         * nnmail.el (nnmail-fancy-expiry-targets)
17899         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17900         Add :version.
17901
17902         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17903         (nnimap-retrieve-groups-asynchronous): Add :version.
17904         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17905
17906         * mml.el (mml-content-disposition-parameters)
17907         (mml-insert-mime-headers-always): Add :version.
17908
17909         * mm-util.el (mm-coding-system-priorities): Add :version.
17910
17911         * mm-decode.el (mm-inline-text-html-with-images)
17912         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17913         (mm-verify-option): Add :version.
17914         (mm-text-html-renderer): Change :version.
17915
17916         * message.el (message-fcc-externalize-attachments)
17917         (message-required-headers, message-draft-headers)
17918         (message-subject-trailing-was-query)
17919         (message-subject-trailing-was-ask-regexp)
17920         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17921         (message-mark-insert-end, message-archive-header)
17922         (message-archive-note, message-cross-post-default)
17923         (message-cross-post-note, message-followup-to-note)
17924         (message-cross-post-note-function, message-use-mail-followup-to)
17925         (message-subscribed-address-functions)
17926         (message-subscribed-address-file, message-subscribed-addresses)
17927         (message-subscribed-regexps, message-allow-no-recipients)
17928         (message-yank-cited-prefix, message-signature-insert-empty-line)
17929         (message-hidden-headers, message-hierarchical-addresses)
17930         (message-mail-user-agent, message-use-idna)
17931         (message-valid-fqdn-regexp)
17932         (message-strip-special-text-properties, message-header-synonyms)
17933         (message-beginning-of-line, message-tab-body-function): Add :version.
17934         (message-insert-canlock, message-wide-reply-confirm-recipients):
17935         Change :version.
17936
17937         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17938         and :version.
17939         (mail-source-delete-old-incoming-confirm)
17940         (mail-source-movemail-program): Add :version.
17941
17942         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17943         (gnus-agent-cache, gnus-agent): Change :version.
17944
17945         * gnus-util.el (gnus-use-byte-compile): Change :version.
17946
17947         * gnus-sum.el (gnus-summary-make-false-root-always)
17948         (gnus-summary-default-high-score)
17949         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17950         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17951         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17952         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17953         (gnus-sum-thread-tree-single-indent)
17954         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17955         (gnus-sum-thread-tree-leaf-with-other)
17956         (gnus-sum-thread-tree-single-leaf): Add :version.
17957         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17958         (gnus-article-loose-mime): Change :version.
17959
17960         * gnus-start.el (gnus-backup-startup-file)
17961         (gnus-save-startup-file-via-temp-buffer): Add :version.
17962
17963         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17964         (gnus-server-offline-face): Add :version.
17965
17966         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17967
17968         * gnus-msg.el (gnus-gcc-externalize-attachments)
17969         (gnus-debug-files, gnus-debug-exclude-variables)
17970         (gnus-discouraged-post-methods): Change :version.
17971         (gnus-confirm-mail-reply-to-news)
17972         (gnus-confirm-treat-mail-like-news): Add :version.
17973
17974         * gnus-int.el (gnus-server-unopen-status): Add :version.
17975
17976         * gnus-group.el (gnus-group-jump-to-group-prompt)
17977         (gnus-large-ephemeral-newsgroup)
17978         (gnus-fetch-old-ephemeral-headers): Add :version.
17979
17980         * gnus-fun.el (gnus-x-face-directory)
17981         (gnus-convert-pbm-to-x-face-command)
17982         (gnus-convert-image-to-x-face-command)
17983         (gnus-convert-image-to-face-command): Add :version.
17984
17985         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17986
17987         * gnus-cite.el (gnus-cite-blank-line-after-header)
17988         (gnus-article-boring-faces): Add :version.
17989
17990         * gnus-art.el (gnus-buttonized-mime-types)
17991         (gnus-inhibit-mime-unbuttonizing)
17992         (gnus-treat-display-face)
17993         (gnus-treat-body-boundary): Change :version.
17994         (gnus-body-boundary-delimiter, gnus-picon-databases)
17995         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17996         (gnus-treat-date-english, gnus-treat-fold-headers)
17997         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17998         (gnus-treat-mail-picon, gnus-treat-wash-html)
17999         (gnus-article-encrypt-protocol)
18000         (gnus-use-idna, gnus-article-over-scroll)
18001         (gnus-mime-display-multipart-alternative-as-mixed)
18002         (gnus-mime-display-multipart-related-as-mixed)
18003         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18004         (gnus-ctan-url, gnus-button-ctan-handler)
18005         (gnus-button-handle-ctan-bogus-regexp)
18006         (gnus-button-ctan-directory-regexp)
18007         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18008         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18009         (gnus-button-man-level, gnus-button-emacs-level)
18010         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18011
18012         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18013         (gnus-agent-go-online): Change :version.
18014         (gnus-agent-expire-unagentized-dirs)
18015         (gnus-agent-auto-agentize-methods): Add :version.
18016
18017         * flow-fill.el (fill-flowed-display-column)
18018         (fill-flowed-encode-column): Add :version.
18019
18020         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18021         (gnus-outlook-deuglify-unwrap-max)
18022         (gnus-outlook-deuglify-cite-marks)
18023         (gnus-outlook-deuglify-unwrap-stop-chars)
18024         (gnus-outlook-deuglify-no-wrap-chars)
18025         (gnus-outlook-deuglify-attrib-cut-regexp)
18026         (gnus-outlook-deuglify-attrib-verb-regexp)
18027         (gnus-outlook-deuglify-attrib-end-regexp)
18028         (gnus-outlook-display-hook): Add :version.
18029
18030         * binhex.el (binhex-use-external): Add :version.
18031
18032 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18035         and `invisible'.
18036
18037 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18038
18039         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18040         in gnus-registry-trim.
18041
18042 2004-09-13  Simon Josefsson  <jas@extundo.com>
18043
18044         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18045
18046         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18047
18048         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18049         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18050         <yamaoka@jpl.org>.
18051         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18052         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18053         <yamaoka@jpl.org>.
18054
18055         * sieve.el (sieve-manage-mode): Ditto.
18056
18057 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18060
18061 2004-09-11  Simon Josefsson  <jas@extundo.com>
18062
18063         * dns-mode.el: Add.
18064
18065         * mm-view.el (mm-display-dns-inline): Add.
18066
18067         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18068         (mm-automatic-display): Ditto.
18069
18070         * mailcap.el (mailcap-mime-data): Add text/dns.
18071         (mailcap-mime-extensions): Map .soa to text/dns.
18072
18073 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18074
18075         * gnus-art.el (article-decode-mime-words, article-babel)
18076         (gnus-article-highlight-signature, gnus-article-add-buttons)
18077         (gnus-signature-toggle): Remove unnecessary bindings of
18078         `inhibit-read-only' inherited from v5.10 merge.
18079
18080 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * nntp.el (nntp): New customization group.
18083         (nntp-authinfo-file): Add customization group.
18084
18085         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18086
18087         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18088
18089         * gnus.el (to-address, to-list, subscribed)
18090         (large-newsgroup-initial): Ditto.
18091
18092         * flow-fill.el (fill-flowed-display-column)
18093         (fill-flowed-encode-column): Ditto.
18094
18095 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18096
18097         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18098         Use point-min rather than 1.
18099         (message-send-mail): Use buffer-size rather than point-max.
18100
18101         * gnus-sum.el (gnus-summary-search-article-forward):
18102         Signal a specific `search-failed' rather than a generic `error'.
18103
18104         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18105         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18106         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18107
18108 2004-09-10  Simon Josefsson  <jas@extundo.com>
18109
18110         * nndb.el (require): Remove tcp and duplicate cl.
18111
18112 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * gnus-agent.el (directory-files-and-attributes): Move forward.
18115
18116 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18117
18118         * gnus-agent.el (directory-files-and-attributes):
18119         Optionally defined to support XEmacs.
18120
18121 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18122
18123         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18124         to avoid run-time CL dependencies.
18125         (gnus-agent-unfetch-articles): New function.
18126         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18127         article numbers even when local .overview file is missing.
18128         (gnus-agent-read-article-number): New function.  Only accepts
18129         27-bit article numbers.
18130         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18131         Use gnus-agent-read-article-number.
18132         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18133         from backend while recognizing that article numbers in .overview
18134         must be valid.
18135         (gnus-agent-update-files-total-fetched-for):
18136         Use directory-files-and-attributes to improve performance.
18137         * gnus-int.el (gnus-request-move-article):
18138         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18139         improve performance.
18140
18141         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18142         some users confused by references to .newsrc when they only have a
18143         .newsrc.eld file.
18144         (gnus-convert-mark-converter-prompt)
18145         (gnus-convert-converter-needs-prompt): Fix use of property list.
18146         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18147         New function.  Used internally to only display 'gnus converting
18148         files' message when actually necessary.
18149
18150         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18151         methods now autoloaded.
18152
18153 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18156         identifiers.
18157
18158 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18159
18160         * gnus-picon.el: Fix indentation and closing parenthesis.
18161
18162 2004-09-01  Simon Josefsson  <jas@extundo.com>
18163
18164         * message.el (message-canlock-generate): Require sha1, not
18165         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18166         to require within a function.  Sadly, if sha1.el isn't loaded, the
18167         let binding in m-c-g will hide the defcustom definition, which is
18168         bad.)
18169
18170         * canlock.el: Require sha1, not sha1-el.
18171
18172         * message.el: Don't autoload sha1 (there is a autoload cookie in
18173         sha1.el).
18174
18175         * sha1-el.el: Rename to sha1.el.
18176
18177 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18178
18179         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18180
18181 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18182
18183         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18184
18185 2004-08-30  Kim F. Storm  <storm@cua.dk>
18186
18187         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18188
18189         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18190         Add :group 'nnimap.
18191
18192 2004-08-30  Andreas Schwab  <schwab@suse.de>
18193
18194         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18195         ?* and ?\;.
18196
18197         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18198         and ?\' to symbol instead of whitespace.
18199
18200 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18203
18204         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18205         instead of re-search-forward.
18206
18207         * gnus-uu.el (gnus-uu-save-article): Ditto.
18208         (gnus-uu-post-encode-uuencode): Ditto.
18209
18210         * html2text.el (html2text-clean-list-items): Ditto.
18211         (html2text-clean-dtdd): Ditto.
18212         (html2text-format-tags): Ditto.
18213
18214         * message.el (message-send-mail-with-sendmail): Fix regexp.
18215         (message-fill-field-general): Use search-forward instead of
18216         re-search-forward.
18217         (unbold-region): Ditto.
18218
18219         * nnrss.el (nnrss-request-article): Ditto.
18220
18221         * nnslashdot.el (nnslashdot-request-article): Ditto.
18222
18223         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18224
18225         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18226         "Unrecognized menu descriptor" error in XEmacs.
18227
18228 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18229
18230         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18231         parent article of a sparse article in the thread hashtb.
18232
18233 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18234
18235         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18236         (nnmail-expand-newtext): Lowercase expanded entries if
18237         nnmail-split-lowercase-expanded is non-nil.
18238
18239 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18242
18243         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18244         of gnus-tmp-news-method into string under XEmacs.  It will be
18245         passed to gnus-correct-length which takes only a string argument.
18246
18247 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * gnus-util.el (gnus-bind-print-variables): New macro.
18250         (gnus-prin1): Use it.
18251         (gnus-prin1-to-string): Use it.
18252         (gnus-pp): New function.
18253         (gnus-pp-to-string): New function.
18254
18255         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18256         Replace pp-to-string with gnus-pp-to-string.
18257         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18258         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18259         * gnus-msg.el (gnus-debug): Ditto.
18260         * gnus-score.el (gnus-score-save): Ditto.
18261         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18262         gnus-pp-to-string.
18263         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18264         with gnus-pp.
18265         * score-mode.el (gnus-score-pretty-print): Ditto.
18266         * webmail.el (webmail-debug): Ditto.
18267
18268 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-art.el (article-display-face, article-display-x-face):
18271         Use buffer-read-only.
18272
18273 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-art.el (article-hide-list-identifiers):
18276         Bind inhibit-read-only as t.
18277
18278 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18281
18282 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18283
18284         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18285         (gnus-narrow-to-page): Don't assume point-min == 1.
18286         (gnus-article-edit-mode): Derive from message-mode.
18287
18288         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18289         point-min == 1.
18290
18291         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18292         Disable incorrect use of `assert'.
18293
18294         * message.el (message-mode): Set comment-start-skip.
18295
18296
18297 2004-08-22  Sam Steingold  <sds@gnu.org>
18298
18299         * pop3.el (pop3-leave-mail-on-server): New user variable.
18300         (pop3-movemail): Delete mail only when it is nil.
18301
18302 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18305
18306         * mml.el (mml-preview): Use `pop-to-buffer'.
18307
18308         * message.el (message-goto-mail-followup-to): Insert after "To".
18309         (message-carefully-insert-headers): Add comment.
18310
18311         * gnus.el: Remove unused variable `gnus-article-check-size'.
18312
18313         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18314
18315         * gnus-art.el (gnus-button-alist):
18316         Improve `gnus-button-handle-library' entry.
18317
18318 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18319
18320         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18321         Use downcase, since XEmacs capitalizes error messages differently.
18322
18323 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18324
18325         * nntp.el: Add (require 'gnus) due to reference to
18326         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18327
18328 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18329
18330         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18331         Bind `mm-fill-flowed'.
18332
18333         * mm-decode.el (mm-dissect-singlepart): Check it.
18334
18335 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18336
18337         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18338         'imap' for netrc parsing.
18339
18340 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18341
18342         * mailcap.el (mailcap-mime-data): Mark as risky.
18343
18344 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18347         may be included in the encoded word.
18348         (rfc2047-encode): Don't append a space if the encoded word
18349         includes close parenthesis.
18350
18351 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18354         of text within parentheses.
18355
18356 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18357
18358         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18359         (gnus-encrypt-write-file-contents): Make the password key the file
18360         name PLUS the cipher, not just the cipher.  Also remove failed
18361         passwords from the cache.
18362
18363 2004-08-06  Simon Josefsson  <jas@extundo.com>
18364
18365         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18366         Doc fix.
18367
18368 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18371         LWSP.
18372
18373 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18374
18375         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18376         Try to append in-reply-to: data to the references: header.
18377
18378         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18379         (netrc-parse): Use gnus-encrypt.el functions.
18380
18381         * gnus-encrypt.el: Add new file for encryption support; currently
18382         does only a few GPG ciphers and an internal XOR cipher.
18383
18384         * password.el: Add comments on using password-read-and-add.
18385         (password-read-and-add): Add function to read and add the
18386         password to the cache at once.
18387
18388 2004-07-28  Simon Josefsson  <jas@extundo.com>
18389
18390         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18391         parameter (but don't use it, for now).
18392
18393         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18394         instead of hard coding to nil.
18395
18396 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18399         as mm-inline-image-xemacs does.
18400
18401 2004-07-26  Simon Josefsson  <jas@extundo.com>
18402
18403         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18404         Revert part of 2004-07-17 change below.
18405
18406 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18409         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18410
18411 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18412
18413         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18414         quotes that actually start with ">" at the beginning of the
18415         lines.
18416
18417 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * rfc2047.el (rfc2047-encode-region): Fix last change.
18420         (rfc2047-encode-parameter): Remove useless concat.
18421
18422 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18425         encode special characters; fix some kind of misconfigured headers;
18426         signal a real error if debug-on-quit or debug-on-error is non-nil.
18427         (rfc2047-encode-max-chars): New variable.
18428         (rfc2047-encode-1): Use it.
18429         (rfc2047-encode-parameter): New function.
18430
18431         * mml.el (mml-insert-parameter): Remove an excessive space.
18432
18433 2004-07-17  Simon Josefsson  <jas@extundo.com>
18434
18435         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18436         Kai Grossjohann <kai@emptydomain.de>.
18437         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18438         (gnus-group-make-menu-bar): Ditto.
18439
18440         * gnus-util.el (gnus-group-server): Add.
18441
18442 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18443
18444         * message.el (message-clone-locals): Clone sendmail and smtp
18445         variables.
18446
18447 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * rfc2047.el (rfc2047-encode-region): Fix last change.
18450
18451 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18454         characters as non-special.
18455
18456 2004-07-09  Simon Josefsson  <jas@extundo.com>
18457
18458         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18459         Users will lose all flag changes made while unplugged with
18460         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18461         good default.  See numerous reports on ding mailing list.
18462
18463 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18466         add generate-head-function and generate-article-function to the
18467         rfc822-forward entry.
18468         (nndoc-rfc822-forward-generate-article): New function.
18469         (nndoc-rfc822-forward-generate-head): New function.
18470
18471         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18472
18473 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18474
18475         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18476         respect display group parameter and gnus-summary-expunge-below.
18477         (gnus-articles-to-read): Remove unused reference to display group
18478         parameter.
18479
18480 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * nnheader.el (nnheader-uniquify-message-id): New experimental
18483         variable.
18484         (nnheader-nov-read-message-id): Use it.
18485
18486         * spam-report.el (spam-report-gmane): Add interactive.
18487
18488 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * mm-encode.el (mm-content-transfer-encoding-defaults):
18491         Use qp-or-base64 for the application/* types.
18492
18493 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18494
18495         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18496
18497 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18498
18499         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18500         trim value.
18501
18502 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18503
18504         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18505         New macro and function.
18506         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18507
18508 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18511         after-load-alist.
18512
18513 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514
18515         * gnus-group.el (gnus-group-get-new-news-this-group):
18516         Don't update info that isn't there.
18517
18518 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18519
18520         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18521         entry.
18522
18523 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * mm-view.el (mm-inline-render-with-function): Use multibyte
18526         buffer; decode html source by charset.
18527
18528         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18529
18530         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18531         Mule-UCS is loaded under XEmacs.
18532         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18533
18534 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18535
18536         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18537
18538 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * mm-util.el (mm-coding-system-p): Return a coding-system.
18541         (mm-mime-mule-charset-alist): Use shift_jis instead of
18542         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18543         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18544         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18545         instead of japanese-shift-jis and iso-latin-1 respectively in
18546         order to share the default value with both Emacs and XEmacs-mule.
18547         (mm-mule-charset-to-mime-charset):
18548         Make mm-coding-system-priorities effective.
18549         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18550         while predicating of candidates upon the priorities.
18551
18552 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * gnus-sum.el (gnus-summary-make-menu-bar):
18555         Add gnus-uu-invert-processable.
18556
18557         * gnus.el: Autoload gnus-uu-invert-processable.
18558
18559 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * mm-util.el (mm-with-multibyte-buffer): New macro.
18562
18563         * rfc2047.el (rfc2047-encode-string): Use it.
18564         (rfc2047-encode-region): Move point to the end of the region after
18565         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18566
18567 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18570         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18571
18572 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18575         (gnus-cite-parse): Ignore quoted envelope From_.
18576         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18577
18578 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18579
18580         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18581         invalid addresses.
18582
18583 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18584
18585         * spam.el: Change section markers, revise TODO list.
18586         (spam-backends): Make new master list of all installed backends.
18587         (spam-summary-exit-behavior): Add new variable to determine how
18588         messages moves are done at summary exit.
18589         (spam-move-spam-nonspam-groups-only)
18590         (spam-process-ham-in-nonham-groups)
18591         (spam-process-ham-in-spam-groups): Remove variables, the
18592         spam-summary-exit-behavior variable should be used to manage this
18593         behavior.
18594         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18595         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18596         and spam-old-spam-articles.
18597         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18598         Add empty variables, placeholders for the backends they represent.
18599         (spam-set-difference): Move, unchanged.
18600         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18601         unless the user has a processor variable.
18602         (spam-classifications, spam-classification-valid-p)
18603         (spam-backend-properties, spam-backend-property-valid-p)
18604         (spam-backend-function-type-valid-p)
18605         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18606         (spam-report-articles-gmane, spam-report-articles-resend):
18607         Remove functions, they are not needed.
18608         (spam-install-backend-super, spam-backend-list)
18609         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18610         (spam-backend-function, spam-backend-ham-registration-function)
18611         (spam-backend-spam-registration-function)
18612         (spam-backend-ham-unregistration-function)
18613         (spam-backend-spam-unregistration-function)
18614         (spam-backend-statistical-p, spam-backend-mover-p)
18615         (spam-install-backend-alias, spam-install-checkonly-backend)
18616         (spam-install-mover-backend, spam-install-nocheck-backend)
18617         (spam-install-backend, spam-install-statistical-backend)
18618         (spam-install-statistical-checkonly-backend): Add backend installation
18619         support.
18620         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18621         (spam-group-processor-p): Use the new backend code and respect the
18622         summary exit behavior.
18623         (spam-mark-spam-as-expired-and-move-routine): Remove.
18624         (spam-summary-prepare): Change to use the new spam-old-articles
18625         variable.
18626         (spam-copy-or-move-routine, spam-copy-spam-routine)
18627         (spam-move-spam-routine, spam-copy-ham-routine)
18628         (spam-move-ham-routine): Add code to copy/move ham or spam.
18629         (spam-fetch-field-fast): Improve doc and code, plus allow the
18630         'number request.
18631         (spam-list-of-checks, spam-list-of-statistical-checks):
18632         Remove variables.
18633         (spam-split, spam-find-spam): Use the new backend code.
18634         (spam-registration-functions): Remove variable.
18635         (spam-unregister-routine): Add convenience wrapper.
18636         (spam-log-undo-registration, spam-register-routine)
18637         (spam-log-processing-to-registry)
18638         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18639         where possible.
18640         (spam-check-gmane-xref, spam-check-regex-headers)
18641         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18642         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18643         (spam-check-bogofilter-headers, spam-check-spamoracle)
18644         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18645         (spam-check-crm114-headers): Use the spam-split-group that
18646         spam-split prepares, no need to determine it every time.
18647
18648         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18649         to the nnheader-parse-naked-head call.
18650
18651         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18652
18653         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18654         the nnheader-nov-read-message-id call.
18655
18656 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18659         gnus-activate-group twice.  Suggested by Markus Peter
18660         <warp@spin.de>.
18661
18662 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gnus-art.el (gnus-article-time-format): Exchange the order of
18665         day and month in the default value; fix customization type.
18666         (article-date-ut): Use add-text-properties.
18667         (article-make-date-line): Use message-make-date instead of
18668         current-time-string.
18669
18670         * message.el (message-fetch-field): Don't use set-text-properties.
18671         (message-make-date): Simplify.
18672
18673         * messagexmas.el (message-xmas-make-date): New function.
18674         (message-xmas-redefine): Defalias message-make-date to it.
18675
18676 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18679         (rfc2047-encode-region): Treat text within parentheses as special;
18680         show the original text when error has occurred.
18681
18682         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18683         already-computed method to gnus-activate-group.
18684
18685         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18686         same select-methods identical Lisp objects.
18687
18688         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18689         object when modifying the info.
18690
18691 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18694         gnus-opened-servers since it has never been opened with the new
18695         configuration yet.
18696
18697 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18700         arg to nnheader-generate-fake-message-id.
18701
18702 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18703
18704         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18705         number and build a fake message ID localized to a group and
18706         article number (so it's repeatable from that point on).
18707         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18708         ID format.
18709
18710         * gnus-sum.el (gnus-get-newsgroup-headers):
18711         Call nnheader-generate-fake-message-id with the article number.
18712
18713 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18714
18715         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18716         end-of-buffer.
18717
18718 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * message.el (message-ignored-supersedes-headers): Add Approved.
18721
18722 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18725         goto-char.
18726         (rfc2047-encode): Fold the line before encoding.
18727
18728 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18729
18730         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18731         folding -- not all headers can be folded, and this should be done
18732         by the message composition mode.  Probably.  I think.
18733
18734 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18737         fast.
18738
18739         * gnus-ems.el (gnus-remove-image): Don't use
18740         message-text-with-property; remove only the image found first.
18741
18742         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18743         found first.
18744
18745 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18746
18747         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18748
18749 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * message.el (message-text-with-property): Make it fast and accept
18752         optional arguments.
18753         (message-strip-forbidden-properties): Use it.
18754         (message-fix-before-sending): Follow the m-t-w-p change.
18755
18756         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18757
18758 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18759
18760         * gnus-art.el (article-hide-headers): Don't change the buffer
18761         mistakenly when performing mml-preview even if
18762         gnus-single-article-buffer is nil.
18763
18764 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18765
18766         * message.el (message-expand-name-databases): New user option.
18767         (message-expand-name): Use it.
18768
18769 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-report-articles-resend)
18772         (spam-report-resend-register-routine): Allow ham reporting.
18773         (spam-report-resend-register-ham-routine): Add wrapper.
18774         (spam-registration-functions): Add ham resending functions.
18775         (spam-list-of-processors): Add ham resend processor.
18776
18777         * gnus.el (ham-resend-to): Add new group parameter.
18778         (spam-process): Add ham resend option.
18779
18780         * spam-report.el (spam-report-resend): Allow reporting ham.
18781         (spam-report-resend-ham): Add wrapper.
18782
18783 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18784
18785         * message.el (message-cite-articles-with-x-no-archive):
18786         New variable.
18787         (message-cite-original): Use it.
18788
18789 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18790
18791         * message.el (message-cite-original): Respect X-No-Archive.
18792
18793 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * gnus-art.el (article-hide-headers): Refer to the values for
18796         gnus-ignored-headers and gnus-visible-headers in the summary
18797         buffer since a user may have set them as group parameters.
18798
18799 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18800
18801         * assistant.el (assistant-node-name): Add convenience function.
18802         (assistant-render-text, assistant-render-node): Add error handling,
18803         plus handle multiple next nodes.
18804         (assistant-find-next-node): Comment out for now.
18805         (assistant-find-next-nodes): Add function, returns list of next
18806         nodes.
18807
18808 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * mail-source.el (mail-source-directory): Fix doc-string.
18811
18812 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18813
18814         * assistant.el (assistant-render-text, assistant-eval): Add :set
18815         widget type, which is different because it takes and returns a
18816         list.  Much hilarity ensues.
18817
18818 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18821
18822         * gnus-group.el (gnus-group-get-new-news-this-group):
18823         Add doc-string.
18824
18825         * gnus-start.el (gnus-activate-group): Add doc-string.
18826
18827 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18830
18831 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18832
18833         * assistant.el (assistant-render-text): Try to add a :set
18834         widget, more to come.
18835
18836         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18837         strings.
18838         (spam-report-articles-resend)
18839         (spam-register-routine): Do registration iff any articles warrant
18840         it.
18841         (spam-summary-prepare-exit): Change log message for nil group
18842         destinations.
18843
18844 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18845
18846         * spam.el (spam-report-resend-register-routine):
18847         Allow spam-report-resend-to to be a group parameter or a global value.
18848
18849 2004-05-26  Simon Josefsson  <jas@extundo.com>
18850
18851         * starttls.el: Merge with my GNUTLS based starttls.el.
18852         (starttls-gnutls-program, starttls-use-gnutls)
18853         (starttls-extra-arguments, starttls-process-connection-type)
18854         (starttls-connect, starttls-failure, starttls-success):
18855         New variables.
18856         (starttls-program, starttls-extra-args): Doc fix.
18857         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18858         New functions.
18859         (starttls-negotiate, starttls-open-stream):
18860         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18861         function if it is set.
18862
18863 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18866         structured fields.
18867
18868 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18871
18872 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18873
18874         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18875         Add variable.
18876         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18877         assigning the spam-mark to new messages.
18878
18879 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18880
18881         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18882
18883 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18886
18887         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18888         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18889         default.
18890
18891 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18892
18893         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18894         correct data.
18895
18896 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18897
18898         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18899         (spam-group-processor-p): Fix function.
18900         (spam-group-processor-multiple-p)
18901         (spam-group-spam-processor-report-gmane-p)
18902         (spam-group-spam-processor-report-resend-p)
18903         (spam-group-spam-processor-bogofilter-p)
18904         (spam-group-spam-processor-blacklist-p)
18905         (spam-group-spam-processor-ifile-p)
18906         (spam-group-ham-processor-ifile-p)
18907         (spam-group-spam-processor-spamoracle-p)
18908         (spam-group-spam-processor-crm114-p)
18909         (spam-group-ham-processor-bogofilter-p)
18910         (spam-group-spam-processor-stat-p)
18911         (spam-group-ham-processor-stat-p)
18912         (spam-group-ham-processor-whitelist-p)
18913         (spam-group-ham-processor-BBDB-p)
18914         (spam-group-ham-processor-spamoracle-p)
18915         (spam-group-ham-processor-copy-p): Remove functions with some
18916         prejudice against unneeded code.
18917         (spam-report-articles-resend)
18918         (spam-report-resend-register-routine): Allow the group/topic
18919         spam-resend-to value to override spam-report-resend-to.
18920         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18921         properly now.
18922
18923         * gnus.el (spam-resend-to): Add group/topic parameter.
18924         (spam-process): Move the OBSOLETE processors to the end of the
18925         choices.
18926
18927 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18928
18929         * spam-report.el (spam-report-resend-to, spam-report-resend):
18930         Start with resend-to set to nil, and then ask the user if necessary.
18931         (spam-report-resend): spam-report-resend takes a list of articles, not
18932         separate article numbers.
18933
18934 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18937         addition to emacs-w3m.
18938
18939 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18940
18941         * assistant.el (assistant-authinfo-data): New function.
18942         (assistant-eval): Eval for entire assistant.
18943
18944         * netrc.el (netrc-services-file): New variable.
18945         (netrc-parse-services): New function.
18946         (netrc-find-service-name): New function.
18947         (netrc-find-service-number): New function.
18948         (netrc-port-equal): New function.
18949         (netrc-machine): Use it.
18950
18951         * nnimap.el (nnimap-open-connection): Use netrc.
18952
18953         * gnus-util.el (gnus-netrc-get): Remove aliases.
18954
18955         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18956
18957         * assistant.el (wid-edit): Fix compilation.
18958
18959         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18960
18961 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18962
18963         * gnus-util.el (gnus-set-file-modes): New function.  (small
18964         patch).
18965
18966 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18967
18968         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18969
18970         * assistant.el (assistant-render-node): Fix up rendering and
18971         read-only text.
18972         (assistant-render-node): Reset.
18973         (assistant-make-read-only): Not sticky.
18974
18975 2004-05-20  Danny Siu  <dsiu@adobe.com>
18976
18977         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18978         centered even when gnus-auto-center-summary is t.
18979
18980 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * dns.el (dns-get-txt-answer): New function.
18983         (dns-read-txt): Ditto.
18984         (query-dns): Use it.
18985
18986 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18989         active for foreign groups even if the group level is higher than
18990         the specified value.
18991
18992 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993
18994         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18995         non-active groups.
18996
18997         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18998
18999 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19000
19001         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19002
19003 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19006         (spam-crm114-header, spam-crm114-spam-switch)
19007         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19008         (spam-crm114-positive-spam-header)
19009         (spam-crm114-database-directory, spam-list-of-processors)
19010         (spam-group-spam-processor-crm114-p)
19011         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19012         (spam-generic-score, spam-list-of-checks)
19013         (spam-list-of-statistical-checks, spam-registration-functions)
19014         (spam-check-crm114-headers, spam-crm114-score)
19015         (spam-check-crm114, spam-crm114-register-with-crm114)
19016         (spam-crm114-register-spam-routine)
19017         (spam-crm114-unregister-spam-routine)
19018         (spam-crm114-register-ham-routine)
19019         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19020         From asjo@koldfront.dk (Adam Sjøgren).
19021
19022         * gnus.el: Add spam-use-crm114.
19023
19024         * spam.el (spam-list-of-processors, spam-registration-functions):
19025         Add spam-use-resend.
19026         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19027         (spam-report-articles-gmane): Add doc fix.
19028         (spam-report-articles-resend, spam-report-resend-register-routine):
19029         Add wrappers around spam-report-resend-to.
19030
19031         * spam-report.el (spam-report-resend-to, spam-report-resend):
19032         Add support for resending spam.
19033         (spam-report-gmane): Fix line length >80.
19034
19035         * gnus.el (spam-process): Add spam-use-resend.
19036
19037 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19038
19039         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19040         number of processed spam messages.
19041         (spam-ham-copy-or-move-routine): Return the number of processed
19042         ham messages.
19043         (spam-summary-prepare-exit): Use the above values to decide
19044         whether status messages shouled be displayed.
19045
19046 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19049         `rfc2047-encoding-function-alist' in order to avoid conflicting
19050         with the old version.
19051         (rfc2047-encode-region): Concatenate words containing non-ASCII
19052         characters in structured fields; don't encode space-delimited
19053         ASCII words even in unstructured fields; don't break words at
19054         char-category boundaries.
19055         (rfc2047-encode-1): New function.
19056         (rfc2047-encode): Use it; encode text so that it occupies the
19057         maximum width within 76-column; work correctly on Q encoding for
19058         iso-2022-* charsets.
19059         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19060         sure not to break a line just after the header name.
19061         (rfc2047-b-encode-region): Remove.
19062         (rfc2047-b-encode-string): New function.
19063         (rfc2047-q-encode-region): Remove.
19064         (rfc2047-q-encode-string): New function.
19065
19066         * mm-util.el (mm-replace-in-string): New function.
19067
19068 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19069
19070         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19071         Really get it right.
19072         (gnus-inews-make-draft): Really.
19073
19074 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19075
19076         * nnmh.el (nnmh-request-list-1): Don't check the link count
19077         before descending.  (small patch)
19078
19079 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19082         stuff.
19083
19084         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19085         Match on real group name.
19086
19087         * gnus-art.el (gnus-signature-limit): Doc fix.
19088
19089         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19090
19091         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19092
19093 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19094
19095         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19096         isn't a string.
19097
19098 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19099
19100         * gnus-draft.el (gnus-draft-send):
19101         Bind rfc2047-encode-encoded-words.
19102
19103         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19104         (rfc2047-encodable-p): Say that =? needs encoding.
19105         (rfc2047-encode-encoded-words): New variable.
19106
19107         * gnus-group.el (gnus-group-select-group): Doc fix.
19108
19109         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19110
19111         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19112         to nil.
19113
19114         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19115
19116         * nnheader.el (nnheader-get-lines-and-char): New function.
19117
19118 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19119
19120         * gnus-msg.el (gnus-summary-followup-with-original):
19121         Document yanking of region when active.
19122
19123 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19126         groups if the group level is higher than the specified value.
19127
19128 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19129
19130         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19131         (gnus-group-jump-to-group): Add prefix argument using
19132         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19133         non-active group.
19134
19135         * compface.el (uncompface): Be verbose when changing
19136         `uncompface-use-external'.
19137
19138         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19139         handle manual section.
19140
19141 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19142
19143         * gnus-art.el (gnus-button-alist): Revert previous change.
19144
19145 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19148
19149 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19150
19151         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19152         whether backend can accept message.
19153
19154         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19155
19156 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19157
19158         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19159         Avoid creating directory when nntp-marks-is-evil is true.
19160         Reported by Reiner Steib.
19161
19162 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus-picon.el (gnus-picon-style): New variable.
19165         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19166         (gnus-picon-transform-address): Support `gnus-picon-style'.
19167         From Jesper Harder <harder@ifa.au.dk>.
19168
19169 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170
19171         * message.el (message-fill-field): Return point.
19172         (message-generate-headers): Go to end of field.
19173
19174         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19175         stuff for non-living groups.
19176
19177 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19178
19179         * gnus-art.el (gnus-article-followup-with-original)
19180         (gnus-article-reply-with-original): gnus-mark-active-p ->
19181         gnus-region-active-p.
19182
19183 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19184
19185         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19186         only when there is spam or ham to be processed.
19187
19188 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189
19190         * mail-source.el (mail-source-delete-crash-box): Refactor.
19191         (mail-source-fetch): Use it.
19192         (mail-source-fetch-file): Ditto.
19193         (mail-source-fetch-directory): Run postscript in loop.
19194         (mail-source-fetch-pop): Delete.
19195         (mail-source-fetch-maildir): Ditto.
19196         (mail-source-fetch-imap): Ditto.
19197
19198         * imap.el (imap-authenticators): Comment out sasl.
19199
19200         * message.el (message-skip-to-next-address): New function.
19201         (message-fill-header-address): Refactor.
19202         (message-fill-address): Use it.
19203         (message-delete-address): Use it.
19204         (message-fill-header-general): Refactor.
19205         (message-fill-field-address): Rename.
19206         (message-narrow-to-field): Find the start of the header.
19207         (message-header-format-alist): Don't pre-fill.
19208         (message-fill-header): Remove.
19209         (message-insert-header): New function.
19210         (message-shorten-references): Use it.
19211
19212         * rfc2047.el (rfc2047-field-value): Strip props.
19213
19214         * mail-parse.el (mail-header-make-address): New alias.
19215
19216         * ietf-drums.el (ietf-drums-make-address): New function.
19217
19218         * imap.el: Add compiler directives.
19219
19220         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19221
19222         * gnus-art.el (article-decode-idna-rhs): Don't use
19223         message-idna-inside-rhs-p.
19224
19225 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19226
19227         * message.el (message-idna-inside-rhs-p): Remove.
19228         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19229
19230         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19231         false positives.
19232
19233 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19234
19235         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19236
19237 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19238
19239         * nneething.el (nneething-file-name): Don't create spurious
19240         files.
19241
19242         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19243         (gnus-inews-do-gcc): Remove sleep.
19244
19245         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19246         part under point.
19247
19248         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19249         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19250
19251 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19252
19253         * spam.el (spam-summary-prepare-exit): Fix (length).
19254
19255 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19256
19257         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19258         as expired without moving it" message when there are spam
19259         messages left.
19260
19261 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19262
19263         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19264         header is not nil.
19265
19266 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19267
19268         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19269         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19270         (nntp-marks-changed-p): New arg SERVER.
19271         (nntp-request-update-info): Adjust caller.
19272
19273 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19274
19275         * nntp.el (nntp-save-marks): Pass missing arg.
19276
19277 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19278
19279         * nntp.el: Support marks.
19280         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19281         (nntp-marks-modtime, nntp-marks-directory): New variables.
19282         (nntp-request-set-mark, nntp-request-update-info)
19283         (nntp-possibly-create-directory, nntp-marks-changed-p)
19284         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19285         New functions.
19286
19287 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19288
19289         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19290         (gnus-xmas-redefine): Rename.
19291
19292         * gnus-score.el (gnus-score-insert-help):
19293         Use gnus-select-lowest-window.
19294
19295         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19296         appt-select-lowest-window and rename to gnus-select-lowest-window.
19297
19298         * gnus.el: do.
19299
19300 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19301
19302         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19303         encodings of MIME-encoded words, in order to improve
19304         interoperability with several broken MUAs.
19305
19306 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19307
19308         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19309         tags, only when charsets are not specified in headers.
19310         (mm-inline-text-html-render-with-w3m): Ditto.
19311
19312         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19313         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19314
19315 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19316
19317         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19318         instead of MIME-decoded from fields when checking
19319         `gnus-article-address-banner-alist'.
19320
19321 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19322
19323         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19324         description rather than subject.
19325
19326 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19327
19328         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19329
19330 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19331
19332         * gnus.el (gnus-version-number): Bump.
19333
19334 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19335
19336         * gnus.el: No Gnus v0.2 is released.
19337
19338 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19339
19340         * gnus-agent.el (gnus-agent-read-agentview):
19341         Inline gnus-uncompress-range.
19342
19343 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19344
19345         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19346         `exec-installed-p'.
19347
19348 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19349
19350         * gnus.el (spam-process, spam-autodetect-methods):
19351         Add bsfilter and bsfilter-headers.
19352
19353         * spam.el (spam-bsfilter): New customize group.
19354         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19355         (spam-bsfilter-header, spam-bsfilter-probability-header)
19356         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19357         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19358         (spam-bsfilter-database-directory): New options.
19359         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19360         (spam-list-of-statistical-checks, spam-registration-functions):
19361         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19362         (spam-bsfilter-score): New command.
19363         (spam-check-bsfilter-headers, spam-check-bsfilter)
19364         (spam-bsfilter-register-with-bsfilter)
19365         (spam-bsfilter-register-spam-routine)
19366         (spam-bsfilter-unregister-spam-routine)
19367         (spam-bsfilter-register-ham-routine)
19368         (spam-bsfilter-unregister-ham-routine): New functions.
19369         (spam-generic-score): Support bsfilter; Accept an optional argument
19370         to recalcurate spam score even if scoring header has already been
19371         added.
19372         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19373         optional argument to recalcurate spam score even if scoring header
19374         has already been added.
19375
19376 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19377
19378         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19379         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19380         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19381         link is missing.
19382
19383 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19384
19385         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19386         (html2text-get-attr): Rewrite.
19387
19388         * message.el (message-setup-1): Remove redundant put-text-property
19389         on mail-header-separator.
19390
19391 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19392
19393         * gnus-registry.el (gnus-registry-cache-whitespace)
19394         (gnus-registry-action, gnus-registry-spool-action)
19395         (gnus-registry-split-fancy-with-parent): Change message levels
19396         from 5 to 3 or 7, as needed.
19397
19398         * spam.el (spam-summary-prepare-exit)
19399         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19400         (spam-split, spam-find-spam, spam-log-undo-registration)
19401         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19402         level from 5 to 6.
19403
19404 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19407         2004-03-04 change).
19408
19409 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * sieve-manage.el (sieve-manage-open):
19412         * nnweb.el (nnweb-insert-html):
19413         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19414         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19415         * nnspool.el (nnspool-request-group):
19416         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19417         * nnml.el (nnml-request-update-info):
19418         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19419         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19420         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19421         (nnimap-request-set-mark):
19422         * nnfolder.el (nnfolder-request-update-info):
19423         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19424         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19425         * gnus-uu.el (gnus-uu-find-articles-matching):
19426         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19427         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19428         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19429         * gnus-nocem.el (gnus-nocem-scan-groups):
19430         * gnus-int.el (gnus-start-news-server):
19431         * gnus-group.el (gnus-group-make-kiboze-group)
19432         (gnus-group-browse-foreign-server):
19433         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19434         Use mapc when appropriate.
19435
19436 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19437
19438         FIXME: Make separate entries for each person.
19439
19440         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19441         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19442         <shields@msrl.com>:
19443
19444         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19445         may need for spam sorting and scoring.
19446         (spam-user-format-function-S): Add user format function suitable for
19447         general use.
19448         (spam-article-sort-by-spam-status): Add sorting function for summary
19449         sorting.
19450         (spam-extra-header-to-number): Add function to get a score from a
19451         header.
19452         (spam-summary-score): Add function to get a numeric score from the
19453         headers.
19454         (spam-generic-score): Fix function doc, was in wrong place.
19455         (spam-initialize): Take symbols when it's run, and install the
19456         extra headers that spam-necessary-extra-headers thinks we need.
19457
19458 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19459
19460         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19461         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19462
19463 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19464
19465         * gnus-sum.el (gnus-set-global-variables)
19466         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19467         (gnus-article-get-xrefs, gnus-summary-best-group)
19468         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19469         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19470         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19471         Use with-current-buffer.
19472
19473 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19474
19475         * spam.el (spam-summary-prepare-exit): Simplify logic.
19476         (spam-fetch-article-header): Read the article header if it's not
19477         available.
19478         (spam-list-articles): Simplify logic.
19479         (spam-filelist-register-routine): Fix bug with unregister-list.
19480
19481         * gnus-registry.el: Fix comments at beginning.
19482
19483 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19484
19485         * message.el (message-cater-to-broken-inn): Remove.
19486         (message-shorten-references): Make sure the total folded length of
19487         References is shorter than 998 characters to cater to a bug in INN
19488         2.3.  Also, don't pretend that references aren't folded -- this
19489         hasn't worked for a while.
19490
19491 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19492
19493         * gnus-agent.el (gnus-agentize):
19494         gnus-agent-send-mail-real-function no longer set to current value
19495         of message-send-mail-function but rather a lambda that calls
19496         message-send-mail-function.  The change makes the agent real-time
19497         responsive to user changes to message-send-mail-function.
19498
19499 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19500
19501         * legacy-gnus-agent.el
19502         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19503         help from Florian Weimer <fw@deneb.enyo.de>
19504
19505 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * nnmail.el (nnmail-cache-insert): Revert last change.
19508
19509 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * nnmail.el (nnmail-cache-insert): Always check whether
19512         nnmail-cache-ignore-groups matches a group name.
19513
19514 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19515
19516         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19517         (spam-find-spam, spam-log-processing-to-registry)
19518         (spam-log-registered-p, spam-log-unregistration-needed-p)
19519         (spam-log-undo-registration): Use gnus-message instead of
19520         gnus-error, none of these errors are fatal.
19521
19522         * gnus-registry.el (gnus-registry-clean-empty-function)
19523         (gnus-registry-clean-empty): Remove only empty entries without
19524         extra data.
19525
19526 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19527
19528         * spam-stat.el (spam-stat-buffer-change-to-spam)
19529         (spam-stat-buffer-change-to-non-spam): Change (error) to
19530         (gnus-message 8) invocation.
19531
19532 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * nntp.el (nntp-via-netcat-command): New variable.
19535         (nntp-via-netcat-switches): New variable.
19536         (nntp-open-via-rlogin-and-netcat): New function.
19537         (nntp-open-connection-function): Doc fix.
19538         (nntp-telnet-command): Doc fix.
19539         (nntp-end-of-line): Doc fix.
19540         (nntp-via-rlogin-command): Doc fix.
19541         (nntp-via-user-name): Doc fix.
19542         (nntp-via-address): Doc fix.
19543
19544 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19547         error in Emacs 21.1.
19548
19549 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19552
19553 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19554
19555         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19556         (gnus-agent-with-refreshed-group): New macro.
19557         (gnus-agent-rename-group): New function.
19558         (gnus-agent-delete-group): New function.
19559         (gnus-agent-save-group-info): Use gnus-command-method when
19560         `method' parameter is nil.  Don't write nil entries into the
19561         active file.
19562         (gnus-agent-get-group-info): New function.
19563         (gnus-agent-fetch-articles):
19564         Use gnus-agent-update-files-total-fetched-for to increment disk space
19565         used.
19566         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19567         Use gnus-agent-update-view-total-fetched-for to increment disk space
19568         used.
19569         (gnus-agent-get-local): Add optional parameters to avoid calling
19570         gnus-group-real-name and gnus-find-method-for-group.
19571         (gnus-agent-set-local): Delete stored entry if either min, or max,
19572         are nil.
19573         (gnus-agent-fetch-session): Reworded error/quit messages.
19574         On quit, use gnus-agent-regenerate-group to record existance of any
19575         articles fetched to disk before the quit occurred.
19576         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19577         gnus-agent-update-view-total-fetched-for, and
19578         gnus-agent-update-files-total-fetched-for to decrement disk space
19579         used.
19580         (gnus-agent-retrieve-headers):
19581         Use gnus-agent-update-view-total-fetched-for to increment disk space
19582         used.
19583         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19584         with gnus-agent-update-files-total-fetched-for to decrement disk
19585         space and fresh group buffer.
19586         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19587         (gnus-agent-need-update-total-fetched-for): New variable.
19588         (gnus-agent-update-files-total-fetched-for): New function.
19589         (gnus-agent-update-view-total-fetched-for): New function.
19590         (gnus-agent-total-fetched-for): New function.
19591
19592         * gnus-cache.el (gnus-cache-save-buffers):
19593         Use gnus-cache-update-overview-total-fetched-for to change disk space
19594         used by this group.
19595         (gnus-cache-possibly-enter-article):
19596         Use gnus-cache-update-file-total-fetched-for to increment disk space
19597         used by this group.
19598         (gnus-cache-possibly-remove-article):
19599         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19600         used by this group.
19601         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19602         (gnus-cache-rename-group): New function.
19603         (gnus-cache-delete-group): New function.
19604         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19605         (gnus-cache-need-update-total-fetched-for): New variable.
19606         (gnus-cache-with-refreshed-group): New macro.
19607         (gnus-cache-update-file-total-fetched-for): New function.
19608         (gnus-cache-update-overview-total-fetched-for): New function.
19609         (gnus-cache-rename-group-total-fetched-for): New function.
19610         (gnus-cache-delete-group-total-fetched-for): New function.
19611         (gnus-cache-total-fetched-for): New function.
19612
19613         * gnus-group.el: Require gnus-sum and autoload functions to
19614         resolve warnings when gnus-group.el compiled alone.
19615         (gnus-group-line-format): Documented new %F.
19616         (size of Fetched data) group line format; identifies disk space
19617         used by agent and cache.
19618         (gnus-group-line-format-alist): Defined new F format.
19619         (gnus-total-fetched-for): New function.
19620         (gnus-group-delete-group): No longer update
19621         gnus-cache-active-altered as gnus-request-delete-group now keeps
19622         the cache in sync.
19623         (gnus-group-list-active): Let the agent store a server's active
19624         list if currently plugged.
19625
19626         * gnus-int.el (gnus-request-delete-group):
19627         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19628         local disk in sync with the server.
19629         (gnus-request-rename-group):
19630         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19631         local disk in sync with the server.
19632
19633         * gnus-start.el (gnus-get-unread-articles):
19634         Cosmetic simplification to logic.
19635
19636         * gnus-util.el (gnus-rename-file): New function.
19637
19638 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19639
19640         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19641
19642 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19643
19644         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19645         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19646
19647 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19648
19649         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19650         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19651
19652 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19653
19654         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19655
19656 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19657
19658         * spam.el (spam-set-difference): Add function to replace
19659         gnus-set-difference in spam.el.
19660         (spam-summary-prepare-exit): Use spam-set-difference.
19661
19662 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19663
19664         * gnus-registry.el (gnus-registry-cache-file): Update to use
19665         gnus-dribble-directory OR gnus-home-directory OR ~.
19666         (gnus-registry-split-fancy-with-parent): Fix doc.
19667
19668 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * message.el (message-exchange-point-and-mark):
19671         Use message-mark-active-p.  Suggested by Jesper Harder
19672         <harder@ifa.au.dk>.
19673
19674 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19675
19676         * message.el (message-exchange-point-and-mark): Don't activate
19677         region if it was inactive.  Suggested by Hiroshi Fujishima
19678         <pooh@nature.tsukuba.ac.jp>.
19679
19680 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * gnus-art.el (article-display-face): Display Faces in the same
19683         order as X-Faces.
19684
19685 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19688
19689 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19692         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19693         (gnus-article-mime-hierarchy): Remove.
19694         (gnus-article-mime-hierarchy-next): Remove.
19695         (gnus-article-mode): Revert 2004-03-19 change.
19696         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19697         (gnus-insert-mime-button): Revert 2004-03-19 change.
19698         (gnus-mime-accumulate-hierarchy): Remove.
19699         (gnus-mime-enter-multipart): Remove.
19700         (gnus-mime-leave-multipart): Remove.
19701         (gnus-mime-display-part): Revert 2004-03-19 change.
19702         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19703
19704         * mml.el (mml-preview): Revert 2004-03-19 change.
19705
19706 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19707
19708         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19709
19710 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19713         t while entering a file name using the mm-with-multibyte macro.
19714         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19715
19716         * mm-util.el (mm-with-multibyte): New macro.
19717
19718 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19721         New user option.
19722         (gnus-mime-multipart-functions): Doc and customization fix.
19723         (gnus-article-mime-hierarchy): New variable.
19724         (gnus-article-mime-hierarchy-next): New variable.
19725         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19726         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19727         gnus-article-mime-hierarchy-next to nil.
19728         (gnus-insert-mime-button): Show hierarchy numbers.
19729         (gnus-mime-accumulate-hierarchy): New function.
19730         (gnus-mime-enter-multipart): New function.
19731         (gnus-mime-leave-multipart): New function.
19732         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19733         (gnus-mime-display-alternative): Show hierarchy numbers.
19734
19735         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19736         gnus-article-mime-hierarchy-next to nil.
19737
19738 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19739
19740         * dns.el: Don't require gnus-xmas.
19741
19742 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19743
19744         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19745         inline PGP.
19746         (mml-menu): Disable mml-quote-region if mark is inactive.
19747
19748 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19751         when the group's active is not available.
19752
19753 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19756         error.
19757
19758 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19759
19760         * imap.el (imap-store-password): New variable.
19761         (imap-interactive-login): Use it.
19762         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19763
19764 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19767         window-start and hscroll to summary window.
19768
19769 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19770
19771         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19772         conversion message to newsrc-dribble when an actual conversion is
19773         performed.
19774
19775 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19776
19777         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19778
19779 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * mm-decode.el (mm-complicated-handles): New function reviving
19782         former definition of mm-multiple-handles.
19783
19784         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19785         (gnus-mime-delete-part): Use it.
19786
19787 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19788
19789         * gnus-agent.el (gnus-agent-read-local):
19790         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19791         avoid the implicit assumption that they will always be equal.
19792         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19793         coding-system-for-write, as the with-temp-file macro first prints
19794         to a buffer then saves the buffer.
19795
19796 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * gnus-art.el (gnus-article-edit-part): New function.
19799         (gnus-mime-save-part-and-strip): Use it; do query instead of
19800         signaling an error; don't use mm-multiple-handles.
19801         (gnus-mime-delete-part): Ditto.
19802
19803 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19804
19805         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19806         old file versions.
19807         (gnus-group-prepare-hook): Remove function that converted list
19808         form of gnus-agent-expire-days to group properties.
19809
19810         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19811         (gnus-request-accept-article): Re-indented.
19812
19813         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19814         converters to handle old agent file formats.  Add logic for a
19815         "backup before upgrading warning".
19816         (gnus-convert-mark-converter-prompt): Developers can mark
19817         functions as needing (default), or not needing,
19818         gnus-convert-old-newsrc's "backup before upgrading warning".
19819         (gnus-convert-converter-needs-prompt): Tests whether the user
19820         should be protected from potentially irreversable changes by the
19821         function.
19822
19823         * legacy-gnus-agent.el: New.  Provides converters that are only
19824         loaded when gnus-convert-old-newsrc needs to call them.
19825
19826 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * mail-source.el (mail-source-touch-pop): Doc fix.
19829
19830         * message.el (message-smtpmail-send-it): Doc fix.
19831
19832 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19833
19834         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19835
19836         * nnmail.el (nnmail-split-fancy): do.
19837
19838         * gnus-kill.el (gnus-kill, gnus-execute): do.
19839
19840 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19841
19842         * gnus-sum.el (gnus-widget-reversible-match)
19843         (gnus-widget-reversible-to-internal)
19844         (gnus-widget-reversible-to-external): New functions.
19845         (gnus-widget-reversible): New widget.
19846         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19847
19848 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19849
19850         * gnus-sum.el (gnus-thread-sort-functions)
19851         (gnus-article-sort-functions): Document `(not F)' items.
19852
19853 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19854
19855         * spam.el (spam-use-gmane-xref): Add new backend.
19856         (spam-gmane-xref-spam-group): Add variable to control the name of the
19857         Gmane spam group.
19858         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19859         (spam-regex-headers-spam, spam-regex-headers-ham)
19860         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19861         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19862         backends and checks.
19863         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19864
19865         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19866         an autodetect method.
19867
19868 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19869
19870         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19871         articles are being added to a group.
19872         (gnus-request-replace-article): Inform the agent that articles
19873         need to be uncached as the cached contents are no longer valid.
19874
19875 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * binhex.el: Don't autoload executable-find.
19878
19879         * canlock.el: Don't autoload mail-fetch-field.
19880
19881         * dgnushack.el: Autoload c-mode for XEmacs.
19882
19883         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19884
19885         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19886         rmail-dont-reply-to and rmail-output.
19887
19888         * gnus-score.el: Don't autoload ffap-string-at-point.
19889
19890         * gnus-setup.el: Don't autoload sc-cite-original.
19891
19892         * imap.el: Don't autoload base64-decode-string,
19893         base64-encode-string and md5.
19894
19895         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19896         and rmail-msg-restore-non-pruned-header.
19897
19898         * mm-decode.el: Don't autoload executable-find.
19899
19900         * mm-url.el: Don't autoload executable-find.
19901
19902         * mm-view.el: Don't autoload diff-mode.
19903
19904         * nndb.el: Don't autoload news-reply-mode, news-setup,
19905         cancel-timer and telnet.
19906
19907         * password.el: Don't autoload run-at-time for Emacs.
19908
19909         * sha1-el.el: Don't autoload executable-find.
19910
19911         * sieve-mode.el: Don't autoload c-mode.
19912
19913         * uudecode.el: Don't autoload executable-find.
19914
19915 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19916
19917         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19918         (gnus-agent-possibly-alter-active): Avoid null in numeric
19919         comparison.
19920         (gnus-agent-set-local): Refuse to save null in local object table.
19921         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19922         list of articles that will be marked as unread.
19923
19924 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19927
19928 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19929
19930         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19931         language tags.
19932
19933 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19934
19935         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19936         Don't bind "obarray".
19937
19938         * gnus-sum.el (gnus-thread-sort-functions):
19939         Add `gnus-thread-sort-by-most-recent-number' and
19940         `gnus-thread-sort-by-most-recent-date'.
19941         Reported by Kai Grossjohann <kai@emptydomain.de>.
19942
19943 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19946
19947 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19948
19949         * gnus-cus.el (gnus-agent-customize-category):
19950         Remove ignore-errors macro reference that required cl to be loaded at
19951         run-time.
19952
19953         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19954         single-interval range of the form (min . max).  Previously the
19955         range had to look like ((min . max)).  Likewise, return
19956         (min . max) rather than ((min . max)).
19957         (gnus-range-map): Use gnus-range-normalize to accept
19958         single-interval range.
19959
19960         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19961         the cache, but not the agent, now appear with their usual face.
19962
19963         * dgnushack.el (loaddir): New variable that is bound to the
19964         directory containing the dgnushack.el file. Use loaddir, rather
19965         than srcdir, to update load-path. Change lets dgnushack compile
19966         code in directories other than GNUS/lisp.
19967
19968 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19969
19970         * lpath.el: Don't bind w3m-safe-url-regexp.
19971
19972         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19973         w3m-safe-url-regexp variable buffer-local.
19974
19975         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19976
19977 2004-02-27  Simon Josefsson  <jas@extundo.com>
19978
19979         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19980         gnus-group-real-prefix.
19981         (gnus-summary-move-article): Use it, instead of
19982         gnus-group-real-prefix.
19983
19984 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * lpath.el: Bind w3m-safe-url-regexp.
19987
19988         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19989         w3m-safe-url-regexp variable buffer-local and set it as the value
19990         of mm-w3m-safe-url-regexp.
19991
19992         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19993
19994         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19995         parsing gnus-posting-styles when the message is not for replying.
19996
19997         * dgnushack.el: Autoload sgml-mode for XEmacs.
19998
19999         * nnrss.el (nnrss-opml-export):
20000         Use mm-set-buffer-file-coding-system instead of
20001         set-buffer-file-coding-system.
20002
20003 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20004
20005         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20006         of checkdoc.el).
20007         * nnrss.el: do.
20008         * gnus-mlspl.el: do.
20009         * gnus-ml.el: do.
20010         * gnus-srvr.el: do.
20011
20012         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20013
20014 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20015
20016         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20017         Corrections to custom-manual links.
20018
20019         * gnus-art.el (gnus-article): Ditto.
20020
20021         * mm-decode.el (mime-display, mime-security): Ditto.
20022
20023 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20024
20025         * flow-fill.el: Typo.
20026
20027 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20028
20029         * spam-wash.el: New file.
20030
20031 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20032
20033         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20034
20035 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20036
20037         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20038         to be run with new-articles as LIST1, not LIST2.
20039         (spam-registration-functions): Add spam-use-ham-copy as a nil
20040         registration backend.
20041
20042 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20043
20044         * spam-stat.el (spam-stat-washing-hook): New option.
20045         (spam-stat-buffer-words): Use it.
20046         (spam-stat-process-directory, spam-stat-test-directory):
20047         Use insert-file-contents-literally.
20048         (spam-stat-coding-system): New variable.
20049         (spam-stat-load, spam-stat-save): Use it.
20050
20051 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * spam-report.el (spam-report-plug-agent):
20054         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20055
20056 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20059         Allow / in mailto URLs.
20060
20061 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20062
20063         * spam-report.el (spam-report-process-queue): Fix interactive use.
20064         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20065         (spam-report-unplug-agent): Doc fixes.
20066         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20067         (spam-report-agentize, spam-report-deagentize): Autoload.
20068
20069 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20070
20071         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20072
20073         * message.el (message-setup-fill-variables): Add mml tags to
20074         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20075         <ajk@iu.edu>.
20076         (message-mode): Don't modify paragraph-separate there.
20077
20078 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * compface.el (uncompface-use-external): Default to undecided.
20081         (uncompface-use-external-threshold): New variable.
20082         (uncompface-float-time): New macro.
20083         (uncompface): Determine whether to use the external decoder if
20084         uncompface-use-external is undecided.
20085
20086 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20087
20088         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20089         after images.
20090
20091         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20092
20093 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20094
20095         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20096
20097         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20098
20099         * gnus-sum.el (gnus-summary-limit-to-age)
20100         (gnus-summary-limit-children): do.
20101
20102         * gnus-int.el (gnus-request-scan): do.
20103
20104         * gnus-group.el (gnus-group-suspend): do.
20105
20106         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20107
20108         * gnus-cite.el (gnus-cite-parse-attributions): do.
20109
20110         * gnus-agent.el (gnus-summary-set-agent-mark)
20111         (gnus-agent-regenerate-group): do.
20112
20113         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20114
20115         * binhex.el (binhex-decode-region-internal): do.
20116
20117 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * gnus-fun.el (gnus-face-properties-alist): New user option.
20120         (gnus-display-x-face-in-from): Use it.
20121
20122         * gnus-art.el (article-display-face): Ditto.
20123
20124         * compface.el (uncompface-use-external): Default to nil.
20125
20126 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20127
20128         * nntp.el (nntp-erase-buffer): New function.
20129         (nntp-retrieve-data, nntp-send-command)
20130         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20131         (nntp-possibly-change-group): Use it.
20132
20133         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20134         Use with-current-buffer.
20135
20136 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20137
20138         * compface.el: Merge the ELisp-based uncompface program.
20139         (compface): New customization group.
20140         (uncompface-use-external): New user option.
20141         (uncompface): Call uncompface-internal if uncompface-use-external
20142         is nil.
20143         (uncompface-internal): New function.  Note that there are also
20144         some other functions and variables added for this function.
20145
20146 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20147
20148         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20149         if necessary.
20150
20151 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20152
20153         * spam-report.el (spam-report-unplug-agent)
20154         (spam-report-plug-agent, spam-report-deagentize)
20155         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20156         Add support for the Agent in spam-report: when unplugged, report to a
20157         file; when plugged, submit all the requests.
20158
20159         * spam.el (spam-register-routine): Fix message about
20160         registration.
20161
20162 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20163
20164         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20165         dependencies.
20166         (rfc2047-encode): Use it.
20167
20168         * gnus-art.el (gnus-button-marker-list): Move before first
20169         reference.
20170
20171         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20172         (imap-parse-body): Fix format string mismatch.
20173
20174         * gnus-score.el (gnus-summary-increase-score): do.
20175
20176         * nnrss.el (nnrss-close): New function.
20177
20178 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20179
20180         * nnrss.el (nnrss-make-filename): New function.
20181         (nnrss-request-delete-group, nnrss-read-server-data)
20182         (nnrss-save-server-data, nnrss-read-group-data)
20183         (nnrss-save-group-data): Use it.
20184         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20185         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20186         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20187
20188 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20189
20190         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20191
20192 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20193
20194         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20195         files.
20196
20197         * message.el (message-generate-headers-first): Don't quote nil
20198         and t in docstrings.
20199
20200         * imap.el (imap-id): do.
20201
20202         * gnus-agent.el (gnus-agent-consider-all-articles)
20203         (gnus-agent-queue-mail): do.
20204
20205 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * spam-report.el (spam-report-process-queue): New function.
20208         Process requests from `spam-report-requests-file'.
20209         (spam-report-process-queue): Doc fix.
20210
20211 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20212
20213         * spam.el (spam-register-routine)
20214         (spam-log-processing-to-registry, spam-log-registered-p)
20215         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20216         Change "check" to "spam-check" for semi-clarity.
20217
20218 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20219
20220         * pop3.el: Require nnheader.
20221
20222         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20223
20224         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20225
20226         * gnus-picon.el: Require cl.
20227
20228         * gnus-fun.el: Require gnus-ems and gnus-util.
20229
20230         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20231
20232         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20233
20234         * gnus-art.el (gnus-article-edit-mode): Define before first
20235         reference.
20236
20237 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20238
20239         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20240         (gnus-uu-post-encoded): Use point-at-bol.
20241
20242         * gnus-topic.el (gnus-group-active-topic-p): do.
20243
20244         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20245
20246         * gnus-group.el (gnus-group-kill-region): do.
20247
20248         * gnus-art.el (article-date-ut): do.
20249
20250         * message.el (message-fetch-field): Remove redundant
20251         case-fold-search binding.
20252         (message-narrow-to-field): Simplify.
20253
20254 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20255
20256         * spam.el (spam-directory): Derive from `gnus-directory'.
20257
20258         * spam-report.el (spam-report-url-to-file)
20259         (spam-report-requests-file): New function and variable for offline
20260         reporting.
20261         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20262         and user defined function.
20263         (spam-report-url-ping-mm-url): Remove doubled slash.
20264
20265 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20266
20267         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20268
20269 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20270
20271         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20272         Fix format string mismatch.
20273
20274         * sieve.el (sieve-deactivate-all): do.
20275
20276         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20277
20278         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20279
20280         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20281
20282         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20283
20284 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20285
20286         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20287         the list of checks.
20288
20289 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20290
20291         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20292         padding.
20293
20294 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20295
20296         * mm-view.el (mm-fill-flowed): New variable.
20297         (mm-inline-text): Use it.
20298
20299 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20300
20301         * spam.el (spam-spamassassin-register-ham-routine)
20302         (spam-spamassassin-register-spam-routine): Fix function names.
20303
20304 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * gnus.el (gnus-tmp-grouplens): Remove.
20307         (gnus-summary-line-format): Remove grouplens.
20308
20309         * gnus-group.el (gnus-group-line-format): Ditto.
20310
20311         * gnus-spec.el (gnus-format-specs): Ditto.
20312         (gnus-update-format-specifications): Flush the group format spec
20313         cache if there's the grouplens stuff.
20314         (gnus-parse-simple-format): Replace %l with the empty string.
20315
20316 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20317
20318         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20319         omission.
20320
20321 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20324         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20325
20326 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20327
20328         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20329         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20330         New macros and functions.
20331         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20332         Handle > NLINK_MAX messages.
20333         * nnmaildir.el (nnmaildir-request-set-mark):
20334         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20335
20336 2004-01-25  Alex Schroeder  <alex@gnu.org>
20337
20338         * spam-stat.el (spam-stat-process-directory-age): New option.
20339         (spam-stat-process-directory): Use it.
20340
20341 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20342
20343         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20344         (spam-stat-save): Accept prefix argument.
20345
20346 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20347
20348         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20349         links" error.
20350
20351 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20354         the rest of the and/or forms.
20355
20356 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20357
20358         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20359         compatibility with old .newsrc.eld files.
20360
20361         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20362
20363         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20364
20365         * gnus-start.el (gnus-1): do.
20366
20367         * gnus-group.el (gnus-group-line-format-alist): do.
20368
20369         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20370
20371         * gnus-gl.el: Remove.
20372
20373 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20374
20375         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20376         marks consisting of a single range {for example, (3 . 5)} rather
20377         than a list of a single range { ((3 . 5)) }.
20378
20379 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20380
20381         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20382         Use with-current-buffer.
20383         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20384         avoid consing a string.
20385
20386         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20387         Remove obsolete entries for big5 and gb2312.
20388
20389 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20390
20391         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20392         uncompressed list.
20393
20394 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * spam-stat.el (spam-stat-strip-xref): New function.
20397         (spam-stat-process-directory): Use it.
20398
20399         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20400         here -- it's done in message-fetch-field.
20401
20402 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20403
20404         * gnus-agent.el (gnus-agent-queue-mail)
20405         (gnus-agent-prompt-send-queue): New variables.
20406         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20407         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20408         "nndraft:queue" along to gnus-draft-send.
20409         Use gnus-agent-prompt-send-queue.
20410         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20411         is "nndraft:queue".  Suggested by Gaute Strokkenes
20412         <gs234@srcf.ucam.org>
20413
20414         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20415         (agent-enable-undownloaded-faces): Add.
20416         (gnus-agent-cat-groups): Use eval-and-compile, not
20417         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20418         method of gnus-agent-cat-groups even when the buffer has been
20419         evaled.
20420         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20421         delete gnus-agent-save-active-1.
20422         (gnus-agent-save-groups): Delete.  Identical to
20423         gnus-agent-save-active.
20424         (gnus-agent-write-active): No longer adjust agent's copy of active
20425         file as agent's adjustments are now stored in their own
20426         file.  Remove optional parameter.
20427         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20428         servers.  Add use of min/max range limits from server's local
20429         file.
20430         (gnus-agent-save-alist): Remove unused optional argument.
20431         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20432         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20433         (gnus-agent-set-local): A per-server file that keeps min/max range
20434         limits for articles known to the agent.  Provides a fast mechanism
20435         for altering many active ranges.
20436         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20437         active file (local makes it unnecessary).
20438         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20439
20440         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20441         (agent-enable-undownloaded-faces): Add.
20442
20443         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20444         disable it when sending to "nndraft:queue".
20445         (gnus-group-send-queue): Add safety check to avoid sending queue
20446         when unplugged.
20447
20448         * gnus-group.el (gnus-group-catchup): Use new
20449         gnus-sequence-of-unread-articles, not
20450         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20451         numbers of articles.  Use gnus-range-map to avoid having to
20452         uncompress the unread list.
20453         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20454         Fix invalid ange-ftp reference.
20455
20456         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20457         (gnus-sorted-range-intersection): Intersection of two ranges
20458         without requiring that they first be uncompressed.
20459
20460         * gnus-start.el (gnus-activate-group): Unless blocked by the
20461         caller, possibly expand the active range to include both cached
20462         and agentized articles.
20463         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20464         multiple version-dependent converters.
20465         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20466         gnus-agent-save-active.
20467         (gnus-save-newsrc-file): Save dirty agent range limits.
20468
20469         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20470         gnus-agent-possibly-alter-active.
20471         (gnus-adjust-marked-articles): Faster handling of simple lists.
20472
20473 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20474
20475         * spam-stat.el (spam-stat-test-directory): New optional argument
20476         displays a list of files detected.  Suggested by Andrew Cohen
20477         <cohen@andy.bu.edu>.
20478         (spam-stat-buffer-words-with-scores): Don't narrow and change
20479         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20480
20481 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20482
20483         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20484         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20485         (spam-spamassassin-arguments)
20486         (spam-spamassassin-spam-flag-header)
20487         (spam-spamassassin-positive-spam-flag-header)
20488         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20489         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20490         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20491         (spam-list-of-processors, spam-list-of-checks)
20492         (spam-list-of-statistical-checks, spam-registration-functions)
20493         (spam-check-spamassassin-headers, spam-check-spamassassin)
20494         (spam-spamassassin-score)
20495         (spam-spamassassin-register-with-sa-learn)
20496         (spam-spamassassin-register-spam-routine)
20497         (spam-spamassassin-register-ham-routine)
20498         (spam-assassin-register-spam-routine)
20499         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20500         (spam-bogofilter-score): Fix to show article before scoring.
20501
20502 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20503
20504         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20505         default scoring function.
20506         (spam-generic-score): Call spam-spamassassin-score if
20507         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20508         spam-bogofilter-score otherwise.
20509
20510         * gnus.el (spam-process, spam-autodetect-methods):
20511         Add spamassassin and spamassassin-headers.
20512
20513 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20514
20515         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20516         Suppress unnecessary messages.
20517
20518 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20519
20520         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20521         make-hash-table.
20522
20523 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * canlock.el (base64-encode-string): Don't autoload it.
20526
20527 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * run-at-time.el: Remove useless (require 'itimer),
20530         eval-and-compile and (featurep 'xemacs).
20531
20532 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20533
20534         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20535         GROUP is a virtual group.
20536
20537 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20538
20539         * gnus.el: Autoload `message-y-or-n-p'.
20540
20541 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20542
20543         * pgg-parse.el: Remove unnecessary (require 'custom).
20544
20545         * pgg-def.el: do.
20546
20547         * nnmail.el: do.
20548
20549         * gnus-undo.el: do.
20550
20551         * gnus-picon.el: do.
20552
20553         * gnus-util.el: do.
20554
20555 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20556
20557         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20558
20559 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20562         handle, as well as a list.
20563
20564         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20565         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20566         (mm-w3m-cid-retrieve): Simplify.
20567
20568 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20569
20570         * message.el (message-kill-to-signature): Allow prefix arg to
20571         specify number of lines to keep before signature.
20572
20573 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20574
20575         * message.el (message-kill-to-signature): Change docstring.
20576
20577 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * canlock.el: Always require sha1-el.
20580         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20581
20582         * message.el: Autoload sha1 only when compiling.
20583
20584         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20585         eudc-expand-inline for XEmacs.
20586
20587 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * message.el (message-canlock-generate): Require sha1-el.
20590
20591 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * message.el (message-expand-name): Silence the byte compiler.
20594
20595         * lpath.el: Add detect-coding-system.
20596
20597         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20598         cus-edit.
20599
20600 2004-01-13  Simon Josefsson  <jas@extundo.com>
20601
20602         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20603         Invoke gnus-score-mode.
20604         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20605
20606         * gnus-range.el (gnus-compress-sequence): Doc fix.
20607         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20608
20609 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20610
20611         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20612
20613 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20614
20615         * spam.el (spam-get-article-as-string): Update to use
20616         gnus-request-article-this-buffer, much simpler.
20617         (spam-get-article-as-buffer): Remove.
20618
20619 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20620
20621         * message.el (message-expand-name): Use EUDC if the user uses that.
20622
20623 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20626         character for the encoding to avoid consing a string.
20627
20628         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20629         unnecessarily.
20630
20631         * mm-util.el (mm-replace-chars-in-string): Remove.
20632
20633         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20634         of mm-replace-chars-in-string.
20635
20636 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20637
20638         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20639
20640         * mm-util.el (mm-subst-char-in-string): Support inplace.
20641
20642         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20643         a new string in every iteration.  Use shy groups.
20644
20645 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20646
20647         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20648         * gnus-soup.el (gnus-soup-group-brew):
20649         * gnus-msg.el (gnus-put-message):
20650         * gnus-move.el (gnus-group-move-group-to-server):
20651         * gnus-kill.el (gnus-batch-score):
20652         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20653         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20654         (gnus-group-update-group, gnus-group-read-group)
20655         (gnus-group-make-group, gnus-group-make-help-group)
20656         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20657         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20658         (gnus-group-sort-by-unread, gnus-group-catchup)
20659         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20660         (gnus-group-yank-group, gnus-group-set-info)
20661         (gnus-group-list-groups):
20662         * gnus.el (gnus-generate-new-group-name):
20663         * gnus-delay.el (gnus-delay-send-queue):
20664         * nnvirtual.el (nnvirtual-catchup-group):
20665         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20666         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20667         (gnus-group-prepare-topics, gnus-topic-check-topology):
20668         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20669         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20670         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20671         (gnus-group-make-articles-read):
20672         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20673         (gnus-group-change-level, gnus-kill-newsgroup)
20674         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20675         (gnus-get-unread-articles, gnus-make-articles-unread)
20676         (gnus-make-ascending-articles-unread): Use accessor
20677         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20678         to get group information for improved readability.
20679
20680
20681 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20682
20683         * gnus-art.el (article-decode-mime-words, article-babel)
20684         (gnus-article-highlight-signature, gnus-article-add-buttons)
20685         (gnus-signature-toggle): Use gnus-with-article-buffer.
20686
20687         * gnus-art.el (gnus-article-highlight-headers)
20688         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20689
20690         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20691         (gnus-article-set-globals, gnus-request-article-this-buffer)
20692         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20693         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20694         (gnus-mime-display-alternative): Use with-current-buffer.
20695
20696 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20697
20698         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20699         also under 80 char limit, and call gnus-error if needed.
20700         (spam-fetch-article-header): Fix - it was a
20701         buffer-local variable (gnus-newsgroup-data).
20702         (spam-find-spam): Use spam-generate-fake-headers, forget about
20703         spam-insert-fake-headers.
20704         (spam-insert-fake-headers): Remove.
20705
20706 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20707
20708         * deuglify.el (gnus-article-outlook-unwrap-lines)
20709         (gnus-outlook-rearrange-article)
20710         (gnus-outlook-repair-attribution-outlook)
20711         (gnus-outlook-repair-attribution-block)
20712         (gnus-outlook-repair-attribution-other): Remove redundant
20713         save-excursion.
20714
20715 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20716
20717         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20718         (spam-fetch-field-subject-fast)
20719         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20720         (spam-fetch-article-header): Add functions to deal with Gnus
20721         internals for fast retrieval of article header data.
20722         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20723
20724 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20725
20726         * pop3.el (pop3-md5): Remove.
20727         (pop3-apop): Replace pop3-md5 with md5.
20728
20729         * mm-bodies.el: base64 is always built-in.
20730
20731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20732         Use with-current-buffer.
20733
20734 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * canlock.el (canlock-insert-header): Remove excessive grouping in
20737         regexp.
20738
20739         * gnus-sum.el (gnus-summary-read-document): Ditto.
20740
20741         * gnus-uu.el (gnus-uu-part-number): Ditto.
20742
20743         * html2text.el (html2text-remove-tags): Ditto.
20744         (html2text-format-tags): Ditto.
20745         (html2text-format-single-elements): Ditto.
20746
20747         * mml.el (mml-parse-1): Ditto.
20748
20749 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20750
20751         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20752
20753         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20754
20755         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20756
20757         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20758
20759 2003-11-15  Simon Josefsson  <jas@extundo.com>
20760
20761         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20762         (pgg-gpg-lookup-key): Use regexp match instead of
20763         split-string (split-string is different between emacs 21.2 and
20764         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20765
20766 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20767
20768         * gnus-art.el (gnus-mime-view-all-parts)
20769         (gnus-article-part-wrapper, gnus-article-view-part):
20770         Use with-current-buffer.
20771
20772 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20773
20774         * spam.el (spam-disable-spam-split-during-ham-respool)
20775         (spam-spamoracle-database, spam-cache-lookups)
20776         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20777         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20778         (spam-group-ham-marks, spam-group-spam-marks)
20779         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20780         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20781         also add spam-use-blackholes to the statistical checks.
20782         (spam-fetch-field-fast): Add interface to fetching fields, may
20783         become a macro.
20784         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20785         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20786         (spam-insert-fake-headers): Fake an article when needed.
20787         (spam-find-spam): Fake article when possible.
20788         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20789         (spam-check-bogofilter-headers): Use message-fetch-field instead
20790         of nnmail-fetch-field.
20791
20792 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20793
20794         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20795
20796 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20797
20798         * spam.el (spam-split): Do not require spam-use-CHECK to be
20799         enabled if that check is passed to spam-split explicitly; also
20800         fix so 'spam doesn't get converted to spam-split-group when
20801         spam-split-symbolic-return is t.
20802         (spam-find-spam): Find registrations of the article and use those
20803         instead of re-running spam-split to find the spam/ham
20804         classification of the article.
20805         (spam-log-processing-to-registry, spam-log-registered-p)
20806         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20807         Use gnus-error instead of gnus-message.
20808         (spam-log-registration-type): Add function to determine the
20809         classification of a message based on registry entries; will
20810         return nil if both 'spam and 'ham are found.
20811         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20812         a reasonably fast local cache without the loading errors.
20813         (spam-cache-lookups): Set to t by default.
20814         (spam-find-spam): Don't try to guess spam-cache-lookups.
20815         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20816         spam-caches entry.
20817         (spam-filelist-build-cache, spam-filelist-check-cache):
20818         Fix caching of whitelist/blacklist entries.
20819         (spam-check-whitelist, spam-check-blacklist):
20820         Invoke spam-from-listed-p with a type, not a cache variable.
20821         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20822
20823 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20824
20825         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20826
20827         * nnmail.el (nnmail-split-fancy): do.
20828
20829         * mml.el (mml-parse): do.
20830
20831         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20832         (gnus-score-adaptive): do.
20833
20834 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20835
20836         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20837         (gnus-mime-button-map): Don't set keymap parent.
20838         (gnus-button-ctan-directory-regexp): Use shy grouping.
20839         (gnus-prev-page-map): Don't set keymap parent.
20840         (gnus-prev-page-map): Remove duplicated one.
20841         (gnus-next-page-map): Don't set keymap parent.
20842         (gnus-mime-security-button-map): Ditto.
20843
20844         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20845         version number.
20846
20847         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20848
20849 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * canlock.el (canlock-sha1-function): Remove.
20852         (canlock-sha1-function-for-verify): Remove.
20853         (canlock-openssl-program): Remove.
20854         (canlock-openssl-args): Remove.
20855         (canlock-ignore-errors): Remove.
20856         (canlock-sha1-with-openssl): Remove.
20857         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20858         (canlock-verify): Don't use canlock-ignore-errors.
20859
20860         * sha1-el.el (sha1-string-external): Make it can return a string
20861         in binary form.
20862         (sha1-region-external): Ditto.
20863         (sha1-string-internal): Ditto.
20864         (sha1-region-internal): Ditto.
20865         (sha1-region): Ditto.
20866         (sha1-string): Ditto.
20867         (sha1): Ditto.
20868
20869 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20870
20871         * spam.el (spam-report-articles-gmane): New command.
20872
20873 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20876
20877         * run-at-time.el (run-at-time-saved): Remove.
20878         (run-at-time): Doc fix.
20879
20880 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20881
20882         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20883         (gnus-summary-limit-map): Add it.
20884         (gnus-summary-make-menu-bar): do.
20885
20886 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20887
20888         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20889         Make attempt at some caching support (done for BBDB only now).
20890         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20891         addresses to be checked.
20892         (spam-clear-cache-BBDB): Add function, to be invoked by
20893         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20894         (spam-check-BBDB): Check and use the caches, if
20895         spam-cache-lookups is on, remove superfluous (provide).
20896
20897 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20898
20899         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20900
20901 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20902
20903         * run-at-time.el (run-at-time-saved): Move to after the definition
20904         of `run-at-time'.
20905
20906         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20907
20908 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20909
20910         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20911         mm-w3m-local-map-property.
20912
20913         * mm-view.el (mm-w3m-mode-map): Remove.
20914         (mm-w3m-local-map-property): Remove.
20915         (mm-inline-text-html-render-with-w3m): Don't use
20916         mm-w3m-local-map-property.
20917
20918 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20919
20920         * run-at-time.el: New file.
20921
20922         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20923         under Emacs.
20924
20925         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20926         of gnus-set-text-properties.
20927
20928         * gnus-uu.el (gnus-uu-save-article): Ditto.
20929
20930         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20931
20932         * gnus-cite.el (gnus-cite-parse): Ditto.
20933
20934         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20935         of gnus-.
20936
20937         * gnus-xmas.el (run-at-time): Require run-at-time.
20938
20939         * gnus.el: Change calls to nnheader-run-at-time and
20940         password-run-at-time throughout to use run-at-time directly.
20941
20942         * password.el: Remove definition of run-at-time.
20943
20944         * nnheaderxm.el: Remove definition of run-at-time.
20945
20946 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20947
20948         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20949         in prompt.
20950
20951 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20952
20953         * messagexmas.el (message-xmas-redefine): Alias
20954         `message-make-caesar-translation-table' to
20955         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20956         version.
20957
20958         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20959         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20960         `gnus-xmas-set-text-properties'.
20961         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20962         `gnus-xmas-completing-read'.
20963         (gnus-xmas-completing-read): Removed.
20964         (gnus-xmas-open-network-stream): Removed.
20965
20966         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20967         XEmacs version.
20968
20969         * dns.el (dns-make-network-process): Use `open-network-stream'
20970         instead of `gnus-xmas-open-network-stream'.
20971
20972         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20973
20974         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20975
20976 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20977
20978         * gnus-art.el (gnus-mime-display-alternative)
20979         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20980         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20981         Don't use gnus-local-map-property.
20982
20983         * gnus-util.el (gnus-local-map-property): Remove.
20984
20985         * mm-view.el (mm-view-pkcs7-decrypt):
20986         Replace gnus-completing-read-maybe-default with completing-read.
20987
20988         * gnus-util.el (gnus-completing-read): do.
20989         (gnus-completing-read-maybe-default): Remove.
20990
20991 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20992
20993         * password.el: Only autoload `run-at-time' if not XEmacs.
20994         Only autoload the itimer functions if XEmacs.
20995
20996 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20999         XEmacsen.
21000
21001         * dgnushack.el: Autoload executable-find for XEmacs.
21002
21003 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21004
21005         * gnus-art.el (gnus-read-string): Remove.
21006         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21007         read-string.
21008
21009 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21010
21011         * netrc.el: Autoload password-read.
21012         (netrc): Add configuration group.
21013         (netrc-encoding-method, netrc-openssl-path):
21014         Add variables for encoding and decoding of files with symmetric
21015         ciphers.
21016         (netrc-encode): Add assistant function to encode a file with
21017         netrc-encoding-method.
21018         (netrc-parse): Add interactive parameter, added optional
21019         decoding if netrc-encoding-method is non-nil but otherwise
21020         behavior is standard.
21021         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21022         Do s/encode/encrypt/ everywhere.
21023
21024         * spam.el: Remove executable-find autoload.
21025
21026 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21027
21028         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21029
21030         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21031
21032 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21033
21034         * gnus-art.el (gnus-treat-ansi-sequences)
21035         (article-treat-ansi-sequences): New variable and function.
21036         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21037
21038         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21039         Use it.
21040
21041 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21042
21043         * mm-util.el (mm-quote-arg): Remove.
21044
21045         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21046         shell-quote-argument.
21047
21048         * gnus-uu.el (gnus-uu-command): do.
21049
21050         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21051
21052         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21053         with make-char.
21054
21055         * mm-util.el (mm-make-char): Remove.
21056
21057         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21058         add-minor-mode.
21059
21060         * gnus-undo.el (gnus-undo-mode): do.
21061
21062         * gnus-topic.el (gnus-topic-mode): do.
21063
21064         * gnus-sum.el (gnus-dead-summary-mode): do.
21065
21066         * gnus-start.el (gnus-slave-mode): do.
21067
21068         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21069
21070         * gnus-ml.el (gnus-mailing-list-mode): do.
21071
21072         * gnus-gl.el (gnus-grouplens-mode): do.
21073
21074         * gnus-draft.el (gnus-draft-mode): do.
21075
21076         * gnus-dired.el (gnus-dired-mode): do.
21077
21078         * gnus-ems.el (gnus-add-minor-mode): Remove.
21079
21080         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21081         Replace gnus-char-width with char-width.
21082
21083         * gnus-ems.el (gnus-char-width): Remove.
21084
21085         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21086         Replace gnus-char-width with char-width.
21087
21088         * gnus-ems.el (gnus-char-width): Remove.
21089
21090         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21091         definition.
21092         Remove Emacs 20 hash table compatibility code.
21093
21094         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21095         20 compatibility code.
21096
21097         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21098
21099         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21100
21101         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21102         Replace with point-at-{eol,bol}.
21103
21104         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21105
21106         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21107
21108         * flow-fill.el (fill-flowed-point-at-bol)
21109         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21110
21111         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21112         Replace with point-at-{eol,bol} throughout all files.
21113
21114 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * ntlm.el (ntlm-string-as-unibyte): New macro.
21117         (ntlm-build-auth-response): Use it.
21118
21119         Remove Emacs 20 stuff:
21120         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21121         (butlast, mapc, remove): Remove the compiler macros.
21122         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21123         of delq and copy-sequence.
21124         * gnus-art.el (popup-menu): Remove the compiler macro.
21125         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21126         Emacs 20.
21127
21128 2004-01-05  Simon Josefsson  <jas@extundo.com>
21129
21130         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21131         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21132         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21133         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21134         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21135         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21136         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21137         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21138         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21139         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21140         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21141         string-xor into ntlm-string-xor.
21142         Suggested by Jesper Harder <harder@myrealbox.com>.
21143
21144         * ntlm.el: Don't include poem.
21145
21146         * md4.el (print-int32, print-string-hexa): Remove.
21147         Suggested by Jesper Harder <harder@myrealbox.com>.
21148
21149         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21150
21151         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21152         probably breaks emacs with DL patch, but do we care? Is anyone
21153         still using the DL stuff?)
21154
21155         * sieve-manage.el: Use the password package.
21156         (sieve-manage-read-passwd): Remove.
21157         (sieve-manage-interactive-login): Use password.  Re-add
21158         condition-case around loop.
21159
21160         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21161         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21162         Use the password package.
21163
21164 2003-02-19  Simon Josefsson  <jas@extundo.com>
21165
21166         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21167         token.
21168
21169 2002-08-07  Simon Josefsson  <jas@extundo.com>
21170
21171         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21172         (sieve-manage-authenticators):
21173         (sieve-manage-authenticator-alist): Add some SASL mechs.
21174         (sieve-sasl-auth): New function.
21175         (sieve-manage-cram-md5-auth):
21176         (sieve-manage-plain-auth): Rewrite using SASL library.
21177         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21178         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21179         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21180         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21181
21182 2004-01-05  Simon Josefsson  <jas@extundo.com>
21183
21184         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21185         New files.
21186
21187 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21188
21189         * gnus-group.el (gnus-no-groups-message): Update.
21190
21191         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21192
21193 2003-11-09  Simon Josefsson  <jas@extundo.com>
21194
21195         * imap.el: Support for ID IMAP extension (RFC 2971).
21196         (imap-local-variables): Add imap-id.
21197         (imap-id): New variable.
21198         (imap-id): New function.
21199         (imap-parse-response): Parse untagged ID response.
21200         * nnimap.el (nnimap-id): New variable.
21201         (nnimap-open-connection): Use it.
21202
21203 2003-12-28  Simon Josefsson  <jas@extundo.com>
21204
21205         * gnus-score.el (gnus-score-edit-all-score): New.
21206         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21207
21208 2004-01-04  Simon Josefsson  <jas@extundo.com>
21209
21210         * password.el: Add.
21211
21212 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21213
21214         * dns.el (dns-query-types): Fix typo.
21215         (dns-query-types): New function.
21216         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21217         PTR and SOA replies, see RFC 1035.
21218
21219 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21220
21221         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21222
21223         * Move to Changelog.2.
21224
21225 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21226
21227         * gnus.el (gnus-version-number): Bump version.
21228
21229 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21230
21231         * gnus.el: No Gnus v0.1 is released.
21232
21233 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21234
21235         * gnus.el: No Gnus v0.0 is released.
21236
21237 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21238
21239         * gnus.el (gnus-version-number): Bump.
21240         (gnus-version): No.
21241
21242 See ChangeLog.2 for earlier changes.
21243
21244   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21245
21246   This file is part of GNU Emacs.
21247
21248   GNU Emacs is free software: you can redistribute it and/or modify
21249   it under the terms of the GNU General Public License as published by
21250   the Free Software Foundation, either version 3 of the License, or
21251   (at your option) any later version.
21252
21253   GNU Emacs is distributed in the hope that it will be useful,
21254   but WITHOUT ANY WARRANTY; without even the implied warranty of
21255   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21256   GNU General Public License for more details.
21257
21258   You should have received a copy of the GNU General Public License
21259   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21260
21261 ;; Local Variables:
21262 ;; coding: utf-8
21263 ;; fill-column: 79
21264 ;; add-log-time-zone-rule: t
21265 ;; End: