sieve-manage: add binding to kill the buffer
[gnus] / lisp / ChangeLog
1 2011-02-28  Julien Danjou  <julien@danjou.info>
2
3         * sieve.el (sieve-buffer-script-name): New local variable to store
4         sieve script name.
5         (sieve-edit-script): Store sieve script name.
6         (sieve-upload): Use sieve script name when uploading.
7         (sieve-upload): Use substitute-command-keys.
8         (sieve-edit-script): Use substitute-command-keys.
9         (sieve-refresh-scriptlist): Use substitute-command-keys.
10         (sieve-manage-mode-map): Define keymap properly.
11         (sieve-manage-mode): Do not set mode name manually, change mode-name to
12         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
13         Remove commented code about cvs.
14         (sieve-manage-quit): New function.
15         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
16
17 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-group.el (gnus-import-other-newsrc-file): New function.
20
21 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * auth-source.el (auth-source-search): Cache empty result sets.
24
25         * password-cache.el (password-in-cache-p): Convenience function to
26         check if a key is in the cache, even if the value is nil.
27
28         * auth-source.el (auth-source-save-behavior): New variable to replace
29         `auth-source-never-create'.
30         (auth-source-netrc-create): Use it.
31         (auth-source-never-save): Remove.
32
33 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
34
35         * nnimap.el (nnimap-stream): Doc fix.
36         (nnimap-open-connection-1): Reverse the order of the ports to that the
37         prompted-for port is first.
38
39         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
40         retrieval by the no-group selection.
41
42         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
43         numerical parameters.
44
45 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
46
47         * auth-source.el (auth-source-creation-prompts): New variable to manage
48         creation-time prompts.
49         (auth-source-search): Document it.
50         (auth-source-format-prompt): Add utility function.
51         (auth-source-netrc-create): Don't default the user name to
52         user-login-name.  Use `auth-source-creation-prompts' and some default
53         prompts for user, host, port, and password (the default generic prompt
54         remains ugly).
55         (auth-source-never-save): Add customizable option to never save info.
56         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
57         mode excursion.
58
59 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
62         argument that XEmacs doesn't support.
63
64         * dgnushack.el (dgnushack-compile): Exclude color.el from being
65         compiled for Emacsen having no `libxml-parse-html-region' support.
66
67         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
68
69         * lpath.el: Bind buffer-save-without-query for XEmacs.
70
71 2011-02-23  Julien Danjou  <julien@danjou.info>
72
73         * gnus-art.el (article-make-date-line): Ignore errors if time is
74         invalid and not convertible.
75         (article-make-date-line): Only add lapsed time if time is not nil.
76
77 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
78
79         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
80         `read-char-choice' for backwards compatibility.
81         (auth-source-netrc-element-or-first): New function to DTRT for
82         parameter extraction.
83         (auth-source-netrc-create): Use it and fix multiple parameter print
84         bug.  Use the default passed from above (given-default) or the
85         built-in (user-login-name for :user).
86
87 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-start.el (gnus-dribble-read-file): Set
90         buffer-save-without-query, since we always want to save the dribble
91         file, probably.
92
93         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
94         nnimap.
95
96         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
97         -summary- since it's a user-visible variable.
98
99         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
100         first time you use the new Gnus.
101
102 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * auth-source.el: Don't load netrc.el.
105         (auth-sources): Search ~/.netrc as well by default.
106         (auth-source-debug): Add 'trivia option for extra output.
107         (auth-source-do-trivia): Use it.
108         (auth-source-search): Simplify logic to use
109         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
110         appropriate.  Don't keep a running count at this level.  Layer :create
111         and :delete options appropriately on the first and second passes.
112         Don't track the backend with the search results.
113         (auth-source-search-backends): New function to search a list of
114         backends for a processed spec.
115         (auth-source-netrc-parse): Cache all netrc files, making
116         auth-source-netrc-cache an alist keyed by the file name and using the
117         file mtime as the caching criterion.  Keep the obfuscated data secret
118         with a lexical bind.
119         (auth-source-netrc-search): Don't calculate the length of the results
120         unnecessarily.
121         (auth-source-search-backends): Fix bug.
122         (auth-source-netrc-create): Rework prompts.
123
124 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
125
126         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
127         Lower case names of search constraints.
128         (nnir-run-query): Cache and reuse search constraints for all imap
129         servers.
130
131 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
134         after exit.
135         (gnus-setup-message): Define missing variable from last checkin.
136
137         * gnus-sum.el (gnus-summary-show-article): When called with t as the
138         value, show the raw article.
139
140 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
141
142         * gnus.el: No Gnus v0.13 is released.
143
144 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
145
146         * nnimap.el (nnimap-open-connection-1): Revert last change, since
147         auth-source now accepts numbers.
148
149         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
150         spec, too.
151         (auth-source-ensure-strings): New function.
152
153         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
154         (gnus-article-setup-buffer): Always restart the date timer so that user
155         changes to the frequency is respected.
156
157         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
158         port numbers, so make sure it gets that if nnimap-server-port is
159         explicit.
160
161 2011-02-21  Simon Josefsson  <simon@josefsson.org>
162
163         * nnimap.el (nnimap-inbox): Doc fix.
164
165 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
166
167         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
168         Autoload.  Add optional arg FRAME, and pass it to color-values.
169         (color-complement): Caller changed.  Doc fix.
170         (color-gradient): Rewrite for better clarity and efficiency.
171
172 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
173
174         * shr-color.el (shr-color->hexadecimal): Use renamed function names
175         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
176         color-lab-to-srgb.
177
178 2011-02-20  Drew Adams  <drew.adams@oracle.com>
179
180         * color.el: First part of merge from hexrgb.el.
181         (color-rgb-to-hex): Rename from color-rgb->hex.
182         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
183         saturation to zero if the value is too small.
184         (color-rgb-to-hsl): Rename from color-rgb->hsl.
185         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
186         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
187         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
188         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
189         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
190         (color-cie-de2000): Doc fix.
191
192 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
193
194         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
195         given method as in the group name if we're using an extended method.
196         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
197         command, if we're using that, instead of waiting for the beginning.
198
199         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
200         we're sure to get unique server names, and we don't output two async
201         commands in the same buffer.  This fixes an NNTP hang for some users.
202
203 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
204
205         * gnus.el: No Gnus v0.11 is released.
206
207 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
210         summary buffer before reading going to the next buffer.  This avoids
211         putting the point in the group buffer if you `C-g' the command.
212
213         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
214         cache (for now) to make ~/.authinfo.gpg files usable.
215
216         * nnfolder.el (copyright-update): Define for the compiler.
217
218         * auth-source.el (auth-source-search): Fix unbound variable.
219
220 2011-02-19  Glenn Morris  <rgm@gnu.org>
221
222         * gnus.el (gnus-meta): Doc fix.
223
224 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
225
226         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
227         in case it's not yet loaded.
228
229 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
230
231         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
232         line we're waiting for.
233
234 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
235
236         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
237         face with line-width greater than zero will cause RET in gnus summary
238         buffer to scroll down article page-wise because auto vscroll happens,
239         it should be temporalily disabled when doing a scroll-up.
240
241 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
244         outputs from the server.
245
246 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
247
248         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
249         later so that bbdb can hook in easier.
250
251 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * auth-source.el (auth-source-search): Don't try to create credentials
254         if the caller doesn't want that.
255         (auth-source-search): If we don't find a match, don't bug out on
256         non-bound variables.
257         (auth-source-search): Only ask a single backend to create the
258         credentials.
259
260         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
261         logging.
262         (nnimap-credentials): Protect against auth-source-search returning nil.
263         (nnimap-request-list): Protect against not being able to open the
264         server.
265
266 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
267
268         * auth-source.el (auth-source-search): Do a two-phase search, one with
269         no :create to get the responses from all backends.
270
271         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
272         when getting credentials.
273
274         * gnus-util.el (gnus-delete-duplicates): New function.
275
276 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
277
278         * nnimap.el (nnimap-credentials): Instead of picking the first port as
279         a creation default, pass the whole port list down.  It will be
280         completed.
281
282         * auth-source.el (auth-source-search): Updated docs to talk about
283         multiple creation choices.
284         (auth-source-netrc-create): Accept a list as a value (from the search
285         parameters) and do completion on that list.  Keep a separate netrc line
286         with the password obscured for showing the user.
287
288         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
289         first choice to `auth-source-search' so it will be used for entry
290         creation instead of the server's Gnus-specific name.
291         (nnimap-credentials): Rely on the auth-source library to select which
292         port is actually wanted in the new netrc entry, so don't override
293         `auth-source-creation-defaults'.
294
295         * auth-source.el (auth-source-netrc-parse): Use :port instead of
296         :protocol and accept a missing user, host, or port as a wildcard match.
297         (auth-source-debug): Default to off.
298
299         (auth-source-netrc-search, auth-source-netrc-create)
300         (auth-source-secrets-search, auth-source-secrets-create)
301         (auth-source-user-or-password, auth-source-backend, auth-sources)
302         (auth-source-backend-parse-parameters, auth-source-search): Use :port
303         instead of :protocol.
304
305         * nnimap.el (nnimap-credentials): Pass a port default to
306         `auth-source-search' in case an entry needs to be created.
307         (nnimap-open-connection-1): Use :port instead of :protocol.
308
309 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * auth-source.el: Bind load-path when loading EIEIO from
312         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
313         21.4 doesn't support, to `require'.
314         (auth-source-secrets-search): Use mm-delete-duplicates instead of
315         delete-dups that is not available in XEmacs 21.4.
316
317 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
318
319         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
320         as EIEIO must also be loaded when auth-source.el is being
321         byte-compiled.
322
323 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
324
325         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
326
327         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
328
329         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
330
331         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
332
333         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
334
335         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
336
337         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
338
339         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
340         necessary.
341
342 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
345         nil means that nnimap doesn't get updated.
346
347 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * auth-source.el (auth-source-netrc-create): Return a synthetic search
350         result when the user doesn't want to write to the file.
351         (auth-source-netrc-search): Expect a synthetic result and proceed
352         accordingly.
353         (auth-source-cache-expiry): New variable to override
354         `password-cache-expiry'.
355         (auth-source-remember): Use it.
356
357         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
358         parameter.  Create entry if necessary by using :create t.
359         (nnimap-open-connection-1): Don't pass `inhibit-create'.
360
361 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * auth-source.el (auth-source-debug): Enable by default and don't
364         mention the obsolete `auth-source-hide-passwords'.
365         (auth-source-do-warn): New function to debug unconditionally.
366         (auth-source-do-debug): Use it.
367         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
368         and for Secrets API entries when the secrets.el library is not
369         available.
370
371 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-sum.el (gnus-propagate-marks): Default to nil.
374         (gnus-summary-exit): Kill the correct article buffer on exit from a
375         `C-d' group.
376
377         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
378         gnus-propagate-marks.
379
380         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
381         before killing the buffers so that a non-full window conf gets handled
382         correctly.
383         (gnus-summary-exit): Ditto.
384         (gnus-summary-read-group-1): Ditto.
385
386         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
387         async code again so that we can debug it properly.
388
389         * message.el (message-reply): Take an optional switch-buffer parameter
390         so that Gnus window confs are respected better.
391
392 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
395         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
396         docstring.
397         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
398         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
399         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
400         Login collection is "Login" and not "login".
401
402 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
405         multiple headers.
406
407         * nnimap.el (nnimap-inhibit-logging): New variable.
408         (nnimap-log-command): Don't log login commands.
409
410         * auth-source.el (auth-source-netrc-search): The asserts seem to want
411         to have more parameters.
412
413         * nnimap.el (nnimap-send-command): Mark the command time for each
414         command, so that we don't get NOOPs stepping on our toes.
415
416         * gnus-art.el (article-date-ut): Get the date from the Date header on
417         `t'.
418
419 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * auth-source.el (auth-source-search): Use copy-sequence instead of
422         the cl.el copy-list.
423
424 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
425
426         * imap.el: Bring it back (revert
427         84d800cd31de3064f0ed39617d725709a2f8f42f).
428
429 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
430
431         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
432         Improve prompt.
433
434 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-art.el (gnus-article-mode-line-format): Remove the article
437         washing status from the default format.  It isn't very informative.
438
439 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
440
441         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
442         Gcc processing on imap.
443
444 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * imap.el: Remove file.  All the functionality is in nnimap.el.
447
448 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
449
450         * message.el (message-bury): Don't pop up a new window when selected
451         window is dedicated.
452
453 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
454
455         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
456
457 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         * sieve-manage.el: Autoload `auth-source-search'.
460         (sieve-sasl-auth): Use it.
461
462 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * nnimap.el: Autoload `auth-source-forget+'.
465         (nnimap-open-connection-1): Use it if the connection fails.
466
467         * auth-source.el: Require `password-cache'.
468         (auth-source-hide-passwords, auth-source-cache): Remove and mark
469         obsolete.
470         (auth-source-magic): Marker for `password-cache' keys.
471         (auth-source-do-cache): Update docstring.
472         (auth-source-search): Use and check cache.
473         (auth-source-forget-all-cached, auth-source-remember)
474         (auth-source-recall, auth-source-forget, auth-source-forget+)
475         (auth-source-specmatchp): Caching support functions.
476         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
477         Remove and obsolete.
478         (auth-source-user-or-password): Remove caching to further discourage
479         using it.  Always hide passwords.
480
481         * password-cache.el (password-cache-remove): Accept secrets that are
482         not strings.
483
484 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
487         code for now, since it doesn't work for all users.
488
489 2011-02-09  Julien Danjou  <julien@danjou.info>
490
491         * message.el (message-options): Make message-options really buffer
492         local.
493
494 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * mail-source.el: Autoload `auth-source-search'.
497         (mail-source-keyword-map): Note order matters.
498         (mail-source-set-1): Get all the mail-source source values and
499         defaults and search auth-source on those if needed.  This can all
500         probably be simplified.
501
502         * nnimap.el: Autoload `auth-source-search'.
503         (nnimap-credentials): Use it.
504         (nnimap-open-connection-1): Ask for the virtual server and physical
505         address in one shot.
506
507         * nntp.el: Autoload `auth-source-search'.
508         (nntp-send-authinfo): Use it.  Note TODO.
509
510 2011-02-08  Julien Danjou  <julien@danjou.info>
511
512         * shr.el (shr-tag-body): Add support for text attribute in body
513         markups.
514
515         * message.el (message-options): Make message-options a local variable.
516
517 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * auth-source.el (auth-source-secrets-search)
520         (auth-source-user-or-password): Use `append' instead of `nconc'.
521         (auth-source-user-or-password): Build return list better and protect
522         against nil :secret.
523
524 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
525
526         * nnimap.el (nnimap-update-info): Refactor slightly.
527         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
528         (nnimap-update-info): Clean up slightly.
529         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
530         characters.
531         (nnimap-process-quirk): Rename function to avoid collision.
532         (nnimap-update-info): Fix macrology bug-out.
533         (nnimap-update-info): Simplify split history test.
534
535 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
536
537         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
538         `secrets-get-attributes' instead of `secrets-get-attribute'.
539         (auth-source-secrets-search): Limit search when `max' is greater than
540         number of results.
541
542 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
545         part not returning any data.
546
547         * proto-stream.el (open-protocol-stream): Document the return value.
548
549 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * auth-source.el (auth-source-secrets-search): Add examples.
552
553 2011-02-06  Julien Danjou  <julien@danjou.info>
554
555         * message.el (message-setup-1): Handle message-generate-headers-first
556         set to t.
557
558 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
559
560         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
561         API with a string "secrets:collection-name" and with 'default.
562         (auth-source-backend-parse): Parse "secrets:collection-name" and
563         'default.  Recurse on parses instead of repeating code.  Use the
564         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
565         message when ignoring a source.
566         (auth-source-search): List ignored search keys at the top level.
567         (auth-source-netrc-create): Use `case' instead of `cond'.
568         (auth-source-secrets-search): Created with TODOs.
569         (auth-source-secrets-create): Created with TODOs.
570         (auth-source-retrieve, auth-source-create, auth-source-delete)
571         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
572         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
573         (auth-source-user-or-password-sftp)
574         (auth-source-user-or-password-smtp): Removed.
575         (auth-source-user-or-password): Deprecated and modified to be a wrapper
576         around `auth-source-search'.  Not tested thoroughly.
577
578 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
579
580         * auth-source.el: Bring in assoc and eioeio libraries.
581         (secrets-enabled): New variable to track the status of the Secrets API.
582         (auth-source-backend): New EIOEIO class to represent a backend.
583         (auth-source-creation-defaults): New variable to set prompt defaults
584         during token creation (see the `auth-source-search' docstring for
585         details).
586         (auth-sources): Simplify to allow a simple string as a netrc backend
587         spec.
588         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
589         (auth-source-backend-parse-parameters): Fill in the backend parameters.
590         (auth-source-search): Main auth-source API entry point.
591         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
592         (auth-source-search-collection): Helper function for searching.
593         (auth-source-netrc-parse, auth-source-netrc-normalize)
594         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
595         Supports search, create, and delete.
596         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
597         backend stubs.
598         (auth-source-user-or-password): Call `auth-source-search' but it's not
599         ready yet.
600
601 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * message.el (message-setup-1): Remove the read-only stuff, since it
604         doesn't work under XEmacs, for some reason.
605
606         * gnus-sum.el (gnus-user-date): Rename back from
607         gnus-summary-user-date since user code refers to it.
608
609         * shr.el (shr-render-td): Store the actual background colour used.
610
611         * message.el (message-setup-1): Don't bind the constant
612         -forbidden-properties.
613         (message-setup-1): Revert previous change, since it needs to bind the
614         props to insert them.
615         (message-resend): Allow removing the read-only separator line.
616
617 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * nnimap.el (nnimap-request-accept-article): Give an error message if
620         the APPEND wasn't successful.
621
622 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
623
624         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
625         that have no groups.
626
627 2011-02-03  Julien Danjou  <julien@danjou.info>
628
629         * gnus-draft.el: Remove progn around gnus-draft-setup.
630
631 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-start.el (gnus-read-active-for-groups): This function is never
634         called with a nil `infos', so clean that up.
635         (gnus-get-unread-articles): Request active files from primary/secondary
636         methods that have no groups (yet).
637
638 2011-02-03  Julien Danjou  <julien@danjou.info>
639
640         * message.el (message-setup-1): Always generate References first.
641         (message-mail): Return the return value of message-setup, not always t.
642         (message-setup-1): Insert mail-header-separator with read-only and
643         intangible properties set.
644
645         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
646         user-date in docstring.
647
648         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
649
650         * gnus.el (gnus-summary-line-format): Mention &user-date format in
651         docstring.
652
653         * gnus.el (gnus-user-date-format-alist): Change default value. Use
654         defcustom, with type and group. Move from gnus-util.el. Rename to
655         gnus-summary-user-date-format-alist.
656
657 2011-02-03  Glenn Morris  <rgm@gnu.org>
658
659         * nnimap.el (gnus-fetch-headers): Declare.
660
661         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
662
663 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
664
665         * message.el (message-forward-make-body-digest-plain)
666         (message-followup, message-reply): Clean up things noted by Stefan.
667
668         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
669         gnus-article-update-date-headers is nil.
670         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
671         it didn't really work with defcustom.
672         (article-update-date-lapsed): Make sure the window start doesn't move,
673         either.
674
675 2011-02-01  Julien Danjou  <julien@danjou.info>
676
677         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
678         format.
679
680         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
681         standard in Emacs nowadays.
682
683         * color.el (color-gradient): Add a color-gradient function.
684
685 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
686
687         * message.el (message-expand-name): Don't trust the return value of
688         bbdb-complete-name.
689         (message-check-news-header-syntax): Remove unused var `start'.
690         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
691         (message-inhibit-body-encoding): Move to before first use.
692         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
693         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
694         (Organization, Message-ID, Date, mh-previous-window-config):
695         Defvar the vars using dynamic scoping.
696
697 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
698
699         * shr.el (shr-render-td): Only do colours at the final rendering.
700         Should be slightly faster.
701         (shr-insert-table): Fix up TD background colours when doing the
702         vertical padding.
703
704         * gnus-art.el (article-date-ut): Protect against articles with no Date
705         header.
706         (article-update-date-lapsed): Don't use current-column to find the
707         horizontal position.  It's fragile in the presence of \003 characters.
708
709         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
710
711 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-art.el (article-transform-date): Rewrite to still work when
714         there are several rfc2822 parts.
715         (article-transform-date): Fix infinite recursion.
716         (article-date-ut): Replace infinitely many Date headers with a single
717         one when called interactively.
718
719         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
720         secure manner.
721
722         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
723         move around by not using save-window-excursion.  It seems to work...
724
725 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-art.el (article-make-date-line): Work for user-defined format.
728
729 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * nntp.el (nntp-retrieve-group-data-early)
732         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
733         fetching functions.
734
735         * gnus-start.el (gnus-read-active-for-groups): Read the active files
736         thoroughly for all backends that have no known groups.  This should
737         allow new nnml methods to retrieve mail.
738
739         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
740         that Gnus doesn't know exists again.
741
742         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
743         (gnus-treat-date-ut): Ditto.
744         (gnus-article-update-date-header): Renamed.
745         (gnus-treat-date-local): Removed.
746         (gnus-treat-date-english): Removed.
747         (gnus-treat-date-lapsed): Removed.
748         (gnus-treat-date-combined-lapsed): Removed.
749         (gnus-treat-date-original): Removed.
750         (gnus-treat-date-iso8601): Removed.
751         (gnus-treat-date-user-defined): Removed.
752         (gnus-article-date-headers): New variable to control all the date
753         header options.
754         (article-date-ut): Rewrite to allow using the new way to format date
755         headers(s).
756
757 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * nnmail.el (nnmail-article-group): Check for a direct fancy split
760         method.
761         (nnmail-article-group): A better test for fanciness.
762
763         * nnimap.el (nnimap-request-head): Protect against not finding the
764         article by Message-ID.
765
766 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-art.el (article-update-date-lapsed): Try a better way to really
769         keep point at the "same place".
770
771 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
774         data if the group is unactivated.
775
776 2011-01-28  Julien Danjou  <julien@danjou.info>
777
778         * gnus-win.el: Remove dead function gnus-window-configuration-element.
779         (gnus-all-windows-visible-p): Remove old compatibility code.
780         (gnus-window-top-edge): Add docstring.
781
782         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
783
784 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
787         older request-update-info.
788
789         * gnus-art.el (article-make-date-line): Limit the length a bit more.
790
791 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
792
793         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
794         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
795
796 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
799         groups.  This makes the nndraft:queue group pop up if it's not already
800         there.
801
802         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
803         messages" logic, which was reversed.
804
805         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
806         the "same place" even if point is on the line being replaced.
807         (article-update-date-lapsed): Allow updating both the combined lapsed
808         and the lapsed headers.
809         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
810         (article-make-date-line): Limit the number of segments dynamically to
811         avoid too-long lines.
812
813 2011-01-27  Julien Danjou  <julien@danjou.info>
814
815         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
816         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
817
818 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
821         Use plist-get instead of the cl function getf.
822
823 2011-01-27  Glenn Morris  <rgm@gnu.org>
824
825         * gnus-util.el (float-time): Get rid of compiler warning, again.
826
827 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * shr.el (shr-put-color): Special-case background colours: Do put them
830         at the blank parts at the front of the lines.
831
832         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
833         exit hook to nix out all data on readedness on group exit.
834
835         * gnus-util.el (float-time): If float-time is bound, always use it on
836         all Emacsen.  It's unclear why the subrp check was there.
837         (time-date): Require to make some autoload issues on XEmacs go away.
838
839         * shr.el (shr-put-color): Don't do the box padding in tables, since
840         they're already padded.
841
842 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-art.el (gnus-article-next-page): When the last line of the
845         article is displayed, scroll down once more instead of going to the
846         next article at once.
847         (article-lapsed-string): Refactor out and allow specifying how many
848         segments you want.
849         (gnus-article-setup-buffer): Start updating the lapsed header directly.
850         (gnus-article-update-lapsed-header): New variable.
851
852         * shr.el: Revert change that made headings use different-sized faces.
853         The Emacs display engine isn't advanced enough that, for instance,
854         tables can comfortably use differntly-sized faces.
855
856 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
857
858         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
859         used.
860         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
861         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
862         we're using an encrypted connection.
863
864         * proto-stream.el: Alter the interface functions to also return the
865         actual stream type used: network or tls.
866
867 2011-01-25  Julien Danjou  <julien@danjou.info>
868
869         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
870         (mm-display-javascript-inline): New function.
871
872         * mm-decode.el (mm-inline-media-tests): Add application/javascript
873         viewing function.
874
875 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * shr.el (shr-expand-newlines): Fix variable name.
878
879 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
880
881         * shr.el (shr-expand-newlines): Make nested boxes work.
882
883 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
884
885         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
886         backgrounds.
887         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
888         in a more sensible manner.
889
890 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
893         if EPG is loaded.
894
895 2011-01-24  Julien Danjou  <julien@danjou.info>
896
897         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
898         tags.
899
900 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
903         commands.
904
905         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
906         in the article buffer.
907         (gnus-gravatar-insert): Use blank space from the current buffer to
908         avoid breaking text properties.  This makes X-Sent updating work again.
909
910         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
911
912 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
915         fix the bug in url-http.el instead.
916
917         * shr.el (shr-image-fetched): Ditto.
918
919         * shr.el (shr-image-fetched): Avoid having point move in the article
920         buffer.
921
922         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
923         buffer after being called.  It's apparently being killed by url.el, and
924         killing it made point move to end-of-buffer in a random buffer.
925
926         * shr.el (shr-image-fetched): Ditto.
927
928 2011-01-23  Julien Danjou  <julien@danjou.info>
929
930         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
931
932         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
933         text/x-org.
934
935 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-sum.el (gnus-summary-move-article): Protect against backends
938         (i.e., nnimap) returning nil as the article number.
939
940 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
941
942         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
943         "DelSp" parameter in RFC3676.
944
945 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * message.el (message-check-recipients): Display the encoded version of
948         the bogus address if they differ.
949
950         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
951         after sending.
952
953         * gnus-agent.el (gnus-agent-send-mail): Ditto.
954
955         * gnus-group.el (gnus-group-refresh-group): New convenience function.
956
957         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
958         group buffer after sending the queue.
959
960         * gnus-agent.el (gnus-agent-send-mail): Ditto.
961
962 2011-01-22  Julien Danjou  <julien@danjou.info>
963
964         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
965
966 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
967
968         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
969         nested related parts.
970
971         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
972         unexpired articles.  This fixes the regression that led expiry marks to
973         disappear from nnfolder groups.
974
975 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
976
977         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
978         Don't confuse the "ret" of "retrograde" with RET.
979
980 2011-01-21  Julien Danjou  <julien@danjou.info>
981
982         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
983         than mm-insert-inline.
984
985 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
988         Widen article buffer.
989
990 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
991
992         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
993         the temp buffer.
994         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
995
996 2011-01-20  Julien Danjou  <julien@danjou.info>
997
998         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
999
1000         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1001         than mm-insert-inline to insert inline part: this respect
1002         mm-inline-media-tests displayers.
1003
1004         * mm-view.el (mm-display-shell-script-inline): New function.
1005
1006         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1007
1008         * mm-uu.el (mm-uu-type-alist): Add org block.
1009         (mm-uu-org-src-code-block-extract): New function.
1010
1011         * mm-view.el (mm-display-org-inline): New function.
1012
1013         * mm-decode.el (mm-automatic-display): Add text/org.
1014
1015         * mailcap.el (mailcap-mime-extensions): Add .org.
1016
1017 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1020         gnus-article-add-buttons.
1021
1022 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1023
1024         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1025         From header with a date and "nobody" as the sender.
1026
1027 2011-01-19  Julien Danjou  <julien@danjou.info>
1028
1029         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1030         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1031         if you have the same regexp several times.
1032         (gnus-button-push): Fix matching when regexp is symbol.
1033
1034 2011-01-15  Glenn Morris  <rgm@gnu.org>
1035
1036         * message.el (message-mail): A compose-mail function should
1037         accept headers as strings.
1038
1039 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1040
1041         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1042         Add :vert-only tags.
1043         (message-mail): New arg RETURN-ACTION.
1044         (message-return-action): New var.
1045         (message-bury): Use it.
1046         (message-mode): Make it buffer-local.
1047         (message-send-and-exit): Always call message-bury.
1048
1049         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1050         message-mail.
1051
1052 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnimap.el (nnimap-convert-partial-article): Protect against
1055         zero-length body parts.
1056
1057         * mm-decode.el (mm-preferred-alternative-precedence):
1058         Discourage showing empty parts.
1059
1060         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1061         and stuff if the backend didn't return the article number.  This fixes
1062         an Exchange-related nnimap bug.
1063
1064         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1065         group window, because it does the wrong thing when a separate frame
1066         displays the group buffer.
1067
1068         * proto-stream.el (open-protocol-stream): Protect against the low-level
1069         transport functions returning nil.
1070
1071 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1072
1073         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1074         (mml2015-epg-find-usable-secret-key): New function.
1075         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1076         mml2015-epg-find-usable-key (Bug#7797).
1077         (mml2015-epg-encrypt): Ditto.
1078
1079 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * dgnushack.el (rot13-string): Fix the way to get the argument.
1082
1083 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1086
1087 2011-01-03  Glenn Morris  <rgm@gnu.org>
1088
1089         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1090
1091         * sieve.el (sieve-open-server): Give a more explicit error if
1092         sieve-manage-open returns nil.  (Bug#7720)
1093
1094 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1095
1096         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1097
1098 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1101         This avoids sending passwords in plain text over non-encrypted
1102         channels.
1103
1104         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1105
1106         * nnimap.el (nnimap-login): Refactored out into own function, and
1107         implement CRAM-MD5.
1108         (nnimap-wait-for-line): Refactored out.
1109
1110         * mm-view.el (mml-smime): Require.
1111
1112 2010-12-20  David Engster  <deng@eml.cc>
1113
1114         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1115         use EPG to decrypt S/MIME messages instead of openssl.
1116
1117 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1120
1121         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1122         status is the group clearly is unreachable.
1123
1124         * auth-source.el (auth-source-create): Add the optional second
1125         parameter to `local-variable-p' to be compatible with XEmacs.
1126
1127 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1128
1129         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1130         work when using a compressed nnml folder.
1131
1132 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1135         backends after sanitising on entry, because this never makes sense:
1136         If the articles have gone missing, then the data no longer exists on
1137         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1138         overwrite anything anyway.
1139
1140         * shr.el (shr-insert-document): Bind shr-width dynamically to
1141         window-width if it's nil.
1142
1143 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1144
1145         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1146         with the meaning of using the full emacs window width for rendering.
1147
1148 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1149
1150         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1151         case when sender is not given.
1152
1153 2010-12-23  Julien Danjou  <julien@danjou.info>
1154
1155         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1156         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1157         the addresses, otherwise we might misplaced the gravatar.
1158
1159 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1160
1161         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1162         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1163         obsolete in Emacs.
1164
1165 2010-12-20  Julien Danjou  <julien@danjou.info>
1166
1167         * gnus-util.el (gnus-rescale-image): Revert last change.
1168
1169 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1170
1171         * binhex.el: Improve commentary (Bug#7482).
1172
1173 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-group.el (gnus-group-delete-articles): New command.
1176
1177 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1178
1179         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1180
1181 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1184         here, since it's up to the backends to do CRLF removal if their
1185         protocol has it.
1186
1187         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1188
1189 2010-12-17  Julien Danjou  <julien@danjou.info>
1190
1191         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1192         they are from file. Can also scale up.
1193
1194 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1195
1196         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1197         gnus-use-agent.
1198         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1199
1200         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1201
1202 2010-12-17  Julien Danjou  <julien@danjou.info>
1203
1204         * gravatar.el (gravatar-retrieve-synchronously): New function.
1205         (gravatar-get-data): Make more robust.
1206
1207 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1210
1211 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1214         to really consider the last line.
1215
1216 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1217
1218         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1219         list of recipient keys, or use symmetric encryption if not a list.
1220         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1221         EPA override, replacing the call to `netrc-store-data'.
1222
1223 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1224
1225         * gnus-srvr.el: Avoid passing nil regexp argument to
1226         delete-matching-lines.
1227
1228 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1231         fetching stops when Gnus exits.
1232
1233         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1234         function.
1235         (nnfolder-request-expire-articles): Save all the buffers after doing
1236         expiry.
1237
1238         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1239         the last article", since that led to serious performance regressions
1240         when expiring nnml groups.
1241
1242 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnir.el: Improve customizations.
1245
1246 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1249
1250         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1251         group has been killed.
1252         (gnus-group-yank-group): Ditto.
1253
1254         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1255
1256         * nnimap.el (nnimap-request-update-group-status): New function.
1257
1258         * gnus-int.el (gnus-request-update-group-status): New interface
1259         function.
1260
1261         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1262         copying read-ness to the backends.
1263
1264         * nnimap.el (nnimap-quirk): New function.
1265         (nnimap-retrieve-group-data-early): Use it.
1266         (nnimap-quirks): New alist.
1267
1268 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1271         don't delete it within indentation.
1272
1273 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1276         previous line.
1277
1278 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1281         QRESYNC command by deleting a superfluous space which broke Cyrus
1282         servers.  This change will break other servers that are buggy the other
1283         way around.
1284
1285 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1286
1287         * spam.el: Reindent and fix long lines.
1288         (spam-copy-or-move-routine): Exclude invalid move destinations.
1289
1290 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1291
1292         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1293         installed the registry.
1294
1295 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1298
1299 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1300
1301         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1302         groupname doesn't contain "gmane".
1303
1304 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1307         and netrc-bound-and-true-p bindings.
1308         (netrc-parse): Cache the netrc contents.
1309
1310         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1311         (gnus-1): Don't create the nndrafts group twice.
1312         (gnus-setup-news): There's no need to read the active file here, since
1313         that's done again later on a per-backend basis.
1314         (gnus-start-draft-setup): Make sure that the new group is started out
1315         empty.
1316
1317         * gnus-agent.el (gnus-agentize): Don't create the queue group
1318         automatically on startup.  It'll be created later, if needed.
1319
1320         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1321         of automatically subscribed groups.
1322         (gnus-auto-subscribed-categories): New variable.
1323         (gnus-matches-options-n): Use it.
1324         (gnus-default-subscribed-newsgroups): Remove unused variable.
1325         (gnus-start-draft-setup): Message a bit less.
1326
1327 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1328
1329         * nnir.el (nnir-run-imap): Return article list in order of increasing
1330         UID.
1331
1332 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-sum.el (gnus-summary-enter-digest-group):
1335         Mention gnus-auto-select-on-ephemeral-exit.
1336
1337         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1338         convention of the network-only option.
1339
1340 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * proto-stream.el (proto-stream-open-network-only): New function to
1343         have a way to specify non-STARTTLS upgrade connections.
1344
1345 2010-12-10  Julien Danjou  <julien@danjou.info>
1346
1347         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1348         email address is nil.
1349
1350         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1351
1352 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1355         deletion.
1356         (nnir-run-imap): Only need to parse list once.
1357
1358 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-tag-script): Ignore <script>.
1361         (shr-tag-label): Add <label> support.
1362
1363 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1366
1367         * shr.el (shr-image-displayer): Work for images lined side by side.
1368
1369 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1370
1371         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1372         parameter, since XEmacs doesn't accept t as a parameter.
1373
1374 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1375
1376         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1377         ids.
1378         (nnir-run-gmane): Simplify groupspec formatting.
1379         (nnir-request-expire-articles): New function.
1380
1381 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1384         overflow, possibly.
1385
1386         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1387         (shr-render-td): Handle td style="" better.
1388         (shr-tag-table): Use the color from the style sheet.
1389         (shr-render-td): Make sure we copy over all the overlays, too.
1390
1391 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1394         (nnir-request-article): Improve article retrieval.
1395
1396 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * mm-util.el (mm-extra-numeric-entities): New variable.
1399
1400         * mm-url.el (mm-url-decode-entities):
1401         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1402
1403         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1404
1405 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1406
1407         * message.el: Use completion-at-point.
1408         (message-completion-function): New fun, extracted from message-tab.
1409         (message-mode): Use it for completion-at-point-functions.
1410         (message-tab): Use it and completion-at-point.
1411
1412 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1415         character if a non-breakable character follows.
1416
1417 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1420         any stream.
1421
1422         * shr.el (shr-tag-font): Colorize the region.
1423         (shr-tag-body): Ditto.
1424         (shr-tag-font): Actually let the styles be inherited instead of
1425         overwriting them.
1426         (shr-tag-font): Get the background color right.
1427         (shr-tag-style): Ignore all <style> tags for the moment.
1428
1429         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1430         a Message-ID to avoid having nnimap depend on gnus-sum.
1431
1432         * shr.el (shr-descend): Only colorize something if we have a node that
1433         sets colors.
1434
1435 2010-12-06  Julien Danjou  <julien@danjou.info>
1436
1437         * shr.el (shr-render-td): Render td content with shr-descend, so style
1438         will be applied to <td> too.
1439         (shr-colorize-region): Colorize region even if we only have a background.
1440         (shr-tag-body): Fix color and background color inheritance.
1441         Do not recolorize after shr-generic.
1442         (shr-tag-font): Let shr-generic colorize via inheritance.
1443
1444 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1447
1448 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1449
1450         * nnir.el (nnir-request-move-article): Remove obsolete code.
1451
1452 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1455
1456 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-sum.el (gnus-summary-respool-article): The completion function
1459         expects a list instead of an alist.
1460
1461         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1462         string as the parameter.
1463
1464         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1465
1466         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1467         styles.
1468         (shr-colorize-region): New function.
1469         (shr-insert-background-overlay): Remove.
1470         (shr-render-td): Background setting should be taken care of on a higher
1471         level.
1472         (shr-tag-body): Use post-hoc colorizations.
1473         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1474         (shr-put-color-1): Don't overwrite old colors.
1475         (shr-colorize-region): When the background color isn't explicit, use
1476         a fixed background.
1477
1478         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1479         nnmail variables.
1480
1481 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1482
1483         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1484         unless necessary.
1485
1486 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1487
1488         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1489         server.
1490
1491 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1494         so that TAB works.
1495
1496         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1497         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1498
1499         * shr.el (shr-urlify): Show the URL before the title to avoid
1500         misleading URLs.
1501
1502 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1503
1504         * shr.el (shr-urlify): Display the title in <a> tags.
1505
1506 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1507
1508         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1509
1510 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1511
1512         * nnir.el: Rearrange code to allow macros to be autoloaded by
1513         gnus-sum.el.
1514         (nnir-retrieve-headers-override-function): Make this variable
1515         customizable.
1516         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1517
1518         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1519         from nnir.el.
1520
1521 2010-12-03  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1524
1525 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1528         allow optional argument `environment'.
1529
1530 2010-12-03  Glenn Morris  <rgm@gnu.org>
1531
1532         * mm-extern.el (message-goto-body): Update declaration.
1533
1534 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-util.el (gnus-macroexpand-all): New function.
1537
1538         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1539         instead of macroexpand-all that is unavailable in XEmacs.
1540
1541 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1542
1543         * nnir.el (nnir-summary-line-format): New variable.
1544         (nnir-mode): Use it.
1545         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1546         (nnir-article-ids): Reimplement as defsubst.
1547         (nnir-retrieve-headers): Don't mangle the subject header.
1548         (nnir-run-imap): Use 100 as RSV score.
1549         (nnir-run-find-grep): Fix for full server searching.
1550         (nnir-run-gmane): Better restriction to gmane groups.
1551
1552         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1553         summary buffers.
1554
1555 2010-12-02  Julien Danjou  <julien@danjou.info>
1556
1557         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1558
1559         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1560
1561         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1562         support.
1563
1564 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1565
1566         * nnir.el: Update to handle the registry better.
1567         (autoload): Silence byte-compiler.
1568         (nnir-open-server): Add a hook for nnir groups.
1569         (nnir-request-move-article): Don't mangle the header. Better to use
1570         formating variables (which will be added in the future).
1571         (nnir-registry-action): Update the registry using the original article
1572         group name.
1573         (nnir-mode): Install nnir-specific hooks for updating the registry.
1574
1575         * gnus-sum.el
1576         (gnus-article-original-subject,gnus-newsgroup-original-name):
1577         Remove obsolete variables.
1578         (gnus-summary-move-article): Remove use of obsolete variables.
1579         (gnus-summary-local-variables): Make move and delete hooks local to
1580         summary buffers.
1581
1582 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * rtree.el: New file.
1585
1586 2010-12-01  Julien Danjou  <julien@danjou.info>
1587
1588         * message.el (message-user-organization): Do not use
1589         gnus-local-organization.
1590
1591         * gnus.el: Remove gnus-local-organization.
1592
1593         * gnus-msg.el: Remove nastygram thing.
1594
1595 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1598         funcall.
1599
1600 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1603         names.
1604
1605         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1606         characters.
1607
1608         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1609         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1610         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1611         (gnus-gravatar-transform-address): Use mail-extract-address-components
1612         that supports non-ASCII names rather than mail-header-parse-addresses.
1613
1614 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * proto-stream.el (open-protocol-stream): All starttls connections are
1617         handled by the network handler.
1618
1619 2010-11-30  Julien Danjou  <julien@danjou.info>
1620
1621         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1622         (nnimap-open-connection-1): Fix PREAUTH.
1623
1624         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1625
1626 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1629         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1630         (shr-insert): Use them.
1631         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1632
1633 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1634
1635         * nnir.el (nnir-request-move-article): Bail out if original group
1636         doesn't support article moves.
1637         (nnir-get-active): Improve active list retrieval.
1638
1639 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1642
1643 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1644
1645         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1646         seem to accept strings-with-numbers as port numbers,
1647
1648 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1649
1650         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1651         change the registry.
1652
1653 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1656         delete-dups that is not available in XEmacs 21.4.
1657
1658         * mm-util.el (mm-delete-duplicates): Add comment.
1659
1660 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1661
1662         * nnir.el (nnir-ignored-newsgroups): New variable.
1663         (nnir-get-active): Use it.
1664
1665 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * proto-stream.el (proto-stream-open-network): Add some comments.
1668
1669         * nntp.el (nntp-open-connection): Provide a :success condition.
1670
1671         * nnimap.el (nnimap-open-connection-1): Ditto.
1672
1673         * proto-stream.el (proto-stream-open-network): See what the response to
1674         the STARTTLS command is.
1675
1676         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1677         backwards compatibility).
1678         (nnimap-open-connection-1): Really respect nnimap-server-port.
1679
1680         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1681         TLS upgrades we don't really care about the identity of the peer.
1682         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1683         that what we've checked for.
1684         (proto-stream-always-use-starttls): Only default to t if
1685         open-gnutls-stream exists.
1686         (proto-stream-open-network): If STARTTLS failed, then just open a
1687         normal connection.
1688         (proto-stream-open-network): Wait until the greeting before doing
1689         STARTTLS.
1690
1691         * nntp.el (nntp-open-connection): Report what the connection error is.
1692
1693         * proto-stream.el (open-protocol-stream): Rename from
1694         open-proto-stream.
1695
1696 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * nnimap.el (nnimap-stream): Change default to `undecided'.
1699         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1700         first, and then network.
1701         (nnimap-open-connection-1): Respect nnimap-server-port.
1702         (nnimap-open-connection): Be more backwards-compatible.
1703
1704         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1705         (proto-stream-open-starttls): De-duplicate the starttls code.
1706         (proto-stream-open-starttls): Folded back into the main function.
1707         (proto-stream-open-network): Fix typo in the gnutls path.
1708         (proto-stream-command): Refactor out.
1709
1710         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1711
1712         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1713         starttls.el STARTTLS.
1714
1715         * color.el (color-lab->srgb): Fix function call name.
1716
1717         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1718         if we're using tls.el.
1719         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1720         built in, then don't try to establish a STARTTLS connection.
1721
1722         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1723         servers.
1724
1725         * proto-stream.el (open-proto-stream): Use network, not stream.
1726         (open-proto-stream): Add a way to specify what the end of a command is.
1727
1728         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1729         connections types.
1730         (nntp-open-network-stream): Remove.
1731         (nntp-open-ssl-stream): Remove.
1732         (nntp-open-tls-stream): Remove.
1733         (nntp-ssl-program): Remove.
1734
1735         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1736
1737 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1738
1739         * nnir.el: Fix typos.
1740         (nnir-retrieve-headers-override-function): Rename variable to reflect
1741         new semantics.
1742         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1743         macros.
1744         (nnir-request-article, nnir-request-move-article): Use them.
1745         (nnir-categorize): New function.
1746         (nnir-run-query): Use it.
1747         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1748         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1749         sorted.
1750         (nnir-group-full-name): Use gnus-group-full-name instead.
1751         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1752         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1753
1754 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1757
1758         * proto-stream.el: New library to provide protocol-specific
1759         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1760         protocols.
1761         (open-proto-stream): Complete the documentation.
1762         (proto-stream-open-network): Fix some typos.
1763
1764         * nnimap.el (nnimap-open-connection): Use it.
1765
1766 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1767
1768         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1769         negotiation.
1770
1771 2010-11-26  Julien Danjou  <julien@danjou.info>
1772
1773         * color.el: Rename various rgb functions to srgb.
1774
1775 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1778         names.
1779
1780 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * shr.el (shr-insert): Revert last change.
1783         (shr-find-fill-point): Never leave point being at bol;
1784         relax the kinsoku limitation when rendering tables.
1785
1786 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1789         results from -accept-article.
1790
1791         * shr-color.el: Require cl when compiling.
1792
1793         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1794         checkin.
1795
1796         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1797
1798         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1799
1800         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1801         'add and 'delete to set backend marks.
1802
1803         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1804
1805         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1806
1807         * nntp.el (nntp-request-set-mark): Use it.
1808
1809         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1810
1811         * nnml.el (nnml-request-set-mark): Ditto.
1812
1813         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1814         introduces regressions in article selection.
1815         (nnimap-find-uid-response): New function.
1816         (nnimap-request-accept-article): Use the UID returned, if any.
1817         (nnimap-request-move-article): Use the UID returned, if any.
1818         (nnimap-get-groups): Reimplement to work with folded lines.
1819         (nnimap-find-uid-response): The UID is the last element in the list.
1820         (nnimap-request-set-mark): Extend syntax with 'set.
1821
1822         * nnml.el (nnml-request-set-mark): Ditto.
1823
1824         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1825
1826         * nntp.el (nntp-request-set-mark): Ditto.
1827
1828 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * message.el (message-called-interactively-p): A temporary macro.
1831         (message-goto-body): Use it temporarily.
1832
1833 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1836         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1837         (nnimap-last-response-string): Fix last unfolding fix.
1838
1839 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * shr.el (shr-insert): Fix the way to fold lines.
1842
1843 2010-11-25  Julien Danjou  <julien@danjou.info>
1844
1845         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1846
1847         * color.el: Rename from color-lab.el
1848         (color-rgb->hex): Add.
1849         (color-complement): Add.
1850         (color-complement-hex): Add.
1851
1852         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1853
1854 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1857         don't exist.
1858
1859 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1862         assuming that article displaying or another mml-preview may be
1863         interrupted for an error or for the like.
1864
1865         * shr.el (shr-get-background): Fix argument name.
1866
1867 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1870
1871         * gnus-sum.el (gnus-summary-include-articles): New function.
1872
1873         * message.el (message-goto-body): called-interactively-p needs a
1874         parameter, so use `any'.
1875
1876         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1877         clear marks before moving, since they're synced from the Gnus side
1878         first.
1879
1880         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1881         (gnus-summary-move-article): Copy over all marks before moving, so that
1882         IMAP doesn't think a new article has arrived.
1883
1884 2010-11-24  Julien Danjou  <julien@danjou.info>
1885
1886         * shr.el (shr-insert-background-overlay): Fix typo.
1887         (shr-render-td): Copy the background before rendering.
1888
1889         * shr-color.el (shr-color-visible): Fix docstring.
1890
1891         * shr.el (shr-tag-table): Add bgcolor support.
1892         (shr-render-td): Add bgcolor support.
1893         (shr-get-background): Add.
1894         (shr-insert-foreground-overlay): Use shr-get-background.
1895
1896         * message.el (message-goto-body): Use called-interactively-p.
1897         (message-in-body-p): message-goto-body returns point.
1898
1899 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1902         Fixes something or other in Emacs 23, and is backwards compatible.
1903
1904         * message.el (message-goto-body): Remove the <#secure special-casing,
1905         which is too special.
1906
1907         * shr.el (shr-parse-style): Drop !important from styles.
1908
1909 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1910
1911         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1912         this function to return incorrect results when calling it with an
1913         explicit article argument different from
1914         (gnus-summary-article-number).
1915
1916 2010-11-24  Julien Danjou  <julien@danjou.info>
1917
1918         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1919         (shr-tag-body): Add background support.
1920         (shr-descend): Add background support.
1921         (shr-tag-title): Add.
1922
1923         * shr-color.el (shr-color-visible): Really return original background
1924         if fixed.
1925
1926 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * shr.el (shr-color-check): Protect against non-existant colour names.
1929
1930 2010-11-24  Julien Danjou  <julien@danjou.info>
1931
1932         * color-lab.el: Require 'cl when compiling.
1933
1934         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1935
1936         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1937         matched part.
1938
1939         * color-lab.el: Fix all expt calls to use float type.
1940
1941 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1944         expression to shr-color-check as is.
1945
1946         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1947
1948         * color-lab.el: Add coding cookie.
1949         (float-pi): Use eval-and-compile.
1950
1951         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1952         compiled for Emacsen having no `libxml-parse-html-region' support.
1953
1954 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * shr.el (shr-insert-color-overlay): Split stuff like
1957         "#444444 !important" to find the real colour.
1958         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1959         parse <font color="red"> entries.
1960
1961 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1962
1963         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1964         point when parsing headers.
1965
1966         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1967         is positioned properly when parsing headers.
1968
1969 2010-11-23  Julien Danjou  <julien@danjou.info>
1970
1971         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1972
1973         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1974
1975         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1976
1977         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1978         Use shr-color-hue-to-rgb.
1979         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1980
1981 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * shr.el (shr-color->hexadecimal): Autoload.
1984         (shr-descend): Add color to all tags.
1985
1986 2010-11-22  Julien Danjou  <julien@danjou.info>
1987
1988         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1989         shr-color->hexadecimal.
1990
1991         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1992         RGB() or HSL() color representation.
1993
1994         * shr.el (shr-tag-font): Add.
1995         (shr-tag-color-check): New function to get better colors.
1996         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1997         tag-span.
1998
1999         * shr-color.el: New file.
2000
2001         * color-lab.el: New file.
2002
2003         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2004
2005 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2006
2007         * nnir.el: Fix typo in comments.
2008         (nnir-run-imap): Simplify code. No need to reverse artlist.
2009         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2010
2011 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2014
2015         * nnimap.el (nnimap-get-capabilities): Refactor out.
2016         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2017
2018 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2019
2020         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2021         appearing when `mm-uu-hide-markers' is nil.
2022
2023 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * nnimap.el (nnimap-unselect-group): Make into its own function.
2026         (nnimap-request-rename-group): Unselect group before renaming.
2027         This had gotten lost somewhere.
2028         (nnimap-request-accept-article): Keep track of examined groups, and
2029         unselect the group before APPENDing to read-only groups.
2030         (nnimap-request-move-article): Clear flags before moving so that they
2031         can be re-set later.
2032
2033 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2036         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2037
2038 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-art.el (gnus-mime-display-single)
2041         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2042         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2043         parameter.
2044
2045 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2048         (shr-table-vertical-line): New variable.
2049         (shr-insert-table): Use it.
2050
2051 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-html.el (gnus-html-wash-images): Don't display images if
2054         gnus-inhibit-images is non-nil; register displayer for cid images.
2055         (gnus-html-display-image): Work for cid image.
2056         (gnus-html-insert-image): Allow arguments.
2057         (gnus-html-put-image): Inhibit read-only.
2058         (gnus-html-prefetch-images): Don't prefetch images if
2059         gnus-inhibit-images is non-nil.
2060
2061 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * shr.el (shr-put-image): Break lines when inserting big pictures.
2064
2065 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2066
2067         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2068         sender, thanks Katsumi Yamaoka.
2069
2070 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2071
2072         * nnir.el (nnir-run-imap): Reverse the article list for each group
2073         rather than the whole list.
2074
2075 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * shr.el (shr-image-displayer): Protect function against non-existent
2078         image source.
2079
2080         * gnus-art.el (gnus-inhibit-images): New user option.
2081         (gnus-mime-display-single): Don't display image if it is non-nil.
2082
2083         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2084         gnus-inhibit-images.
2085
2086         * shr.el (shr-image-displayer): New function.
2087         (shr-tag-img): Use it.
2088
2089 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2090
2091         * mml2015.el (mml2015-epg-sign): Use From header.
2092
2093 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2096
2097         * gnus-util.el (gnus-find-text-property-region): Return markers.
2098
2099         * shr.el (shr-tag-img): Put a displayer in the text property.
2100
2101         * gnus-util.el (gnus-find-text-property-region): New utility function.
2102
2103         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2104         (gnus-html-show-images): Remove.
2105
2106         * gnus-art.el (gnus-article-show-images): New, more general function.
2107
2108         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2109         image url text properties.
2110
2111         * shr.el: Ditto.
2112
2113         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2114         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2115
2116 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2119         work for two or more articles.
2120
2121 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2124         divide an image that's in an html article to two or more when washing
2125         non-ASCII characters in alt text of it.
2126
2127 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2130         smime-decrypt-region using function argument.
2131         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2132
2133         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2134
2135         * smime.el (smime-decrypt-region): Catch it.
2136
2137 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         * smime.el (smime-mode-map): Move initialization into declaration.
2140         (gnus-run-mode-hooks): Don't autoload.
2141         (smime-mode): Use define-derived-mode.
2142
2143 2010-11-11  Glenn Morris  <rgm@gnu.org>
2144
2145         * smime.el (from): Restrict declaration to XEmacs.
2146
2147         * nnir.el (gnus-group-topic-name): Autoload.
2148
2149 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * shr.el (shr-insert): Don't break long line if it is because of
2152         kinsoku-bol characters in the line end.
2153
2154 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2155
2156         * nnir.el (nnir-request-move-article): Fix to provide original group
2157         and subject.
2158         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2159         been retrieved.
2160
2161         * gnus-sum.el (gnus-summary-move-article): Use original group and
2162         subject for virtual articles such as those in an nnir summary buffer.
2163
2164 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2167         least 21.5).
2168
2169         * smime.el (from): Declare it again for XEmacs.
2170
2171 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * message.el (message-resend): Don't disable encoding unless it's
2174         already encoded.
2175
2176         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2177         low-numbered articles.
2178
2179 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * rfc2047.el (rfc2047-syntax-table): Simplify.
2182
2183         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2184
2185         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2186         set-char-table-range for XEmacs.
2187
2188 2010-11-10  Glenn Morris  <rgm@gnu.org>
2189
2190         * time-date.el (time-to-seconds): Always an alias on Emacs,
2191         never a real function.
2192         (with-no-warnings): Remove compat stub, now unused.
2193         (time-less-p): Doc fix.
2194         (time-to-number-of-days): Simplify.
2195
2196         * smime.el (from): Remove unused declaration.
2197
2198         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2199         (gnus-float-time): On Emacs, always an alias.
2200
2201         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2202         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2203
2204 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * dgnushack.el: Don't use ignore-errors in the top level form since it
2207         is unavailable in XEmacs even if cl is loaded.
2208
2209         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2210
2211 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * shr.el (browse-url-mailto): Autoload.
2214
2215         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2216
2217         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2218         regexp doesn't need quoting.
2219
2220 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2221
2222         * message.el (message-subject-trailing-was-ask-regexp)
2223         (message-subject-trailing-was-regexp): Match was: in addition to was.
2224
2225 2010-11-09  Glenn Morris  <rgm@gnu.org>
2226
2227         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2228         (nnbabyl-check-mbox): Use point-at-bol.
2229
2230 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2233
2234         * message.el (message-mailto): New function.
2235         (message-mailto): Should accept other parameters.
2236         (message-mailto): Remove since it duplicates browse-url-mailto
2237         functionality.
2238
2239 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2242         methods.
2243         (gnus-read-active-file): Ditto.
2244
2245         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2246         ": " from the prompt.
2247         (gnus-group-make-group): Ditto.
2248
2249 2010-11-07  Glenn Morris  <rgm@gnu.org>
2250
2251         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2252         (gnus-bookmark-kill-line): Use point-at-eol.
2253
2254 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2257         asterisks in From header.
2258
2259 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2262         string to avoid making the From headers syntactically invalid.
2263
2264         * message.el (message-send-mail): Don't insert courtesy messages if the
2265         message already has List-Post and List-ID messages.
2266
2267 2010-11-06  Glenn Morris  <rgm@gnu.org>
2268
2269         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2270         `condition', `type', `length' a prefix.
2271         (gnus-treat-predicate): Update for above name changes.
2272
2273 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2274
2275         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2276         binding.  Handled by `gnus-summary-refer-thread' instead.
2277         (nnir-warp-to-article): New backend function.
2278
2279         * nnimap.el (nnimap-request-thread): Force dependency updating.
2280
2281         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2282         (gnus-summary-refer-thread): Rework to improve thread-referral.
2283
2284         * gnus-int.el (gnus-warp-to-article): New function.
2285
2286         * gnus-sum.el (gnus-summary-article-map): Bind it.
2287
2288 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2289
2290         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2291         gnus-summary-refer-thread.
2292
2293         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2294         headers.
2295         (gnus-summary-limit-include-thread): Prevent articles in thread from
2296         being cut in gnus-cut-threads.
2297         (gnus-summary-refer-thread): Limit retrieved headers to those in
2298         thread.
2299
2300 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * message.el (message-send-mail): Use the value of
2303         message-courtesy-message from the message buffer.
2304
2305         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2306
2307         * shr.el (shr-browse-url): Implement mailto: URLs.
2308
2309         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2310         "raw".
2311
2312         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2313         if it's already selected.
2314
2315         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2316
2317 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2320         to measure the length and truncate alt text.
2321
2322 2010-11-03  Glenn Morris  <rgm@gnu.org>
2323
2324         * nndiary.el (nndiary-generate-nov-databases-1)
2325         (nndiary-generate-active-info): Rename dynamic variable `files' to
2326         something less generic.
2327
2328 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * nnir.el (nnir-request-move-article): Call the underlying backend to
2331         move articles from nnir.
2332
2333 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2336
2337 2010-11-02  Julien Danjou  <julien@danjou.info>
2338
2339         * nnir.el: Remove wais support.
2340
2341 2010-11-02  Glenn Morris  <rgm@gnu.org>
2342
2343         * gnus-html.el: Reorder requirements to quieten compiler.
2344
2345 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2348         properly for XEmacs as well.
2349         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2350         (gnus-article-natural-long-line-p): Use window-width rather than
2351         frame-width.
2352
2353 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2354
2355         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2356         (nnir-read-parms): Don't modify query.
2357         (nnir-run-query): Add ability to search topic on current line.
2358         (nnir-get-active): Clean up.
2359
2360 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2363         degenerate articles.
2364
2365         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2366         (gnus-print-buffer): Just print the buffer as is, without any copying
2367         to a buffer and then re-highlighting.
2368
2369         * nnimap.el (nnimap-request-group): Store the new updated info.
2370         (nnimap-request-group): Select the group when we don't know whether it
2371         exists or not.
2372
2373         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2374         groups.
2375
2376         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2377         groups.
2378
2379         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2380         groups.
2381
2382         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2383         long-lines case by only filling the long lines.
2384
2385         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2386         (bug #7311).
2387
2388 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * shr.el: No need to declare `declare-function' since shr.el is for
2391         only Emacsen that provide `libxml-parse-html-region'.
2392
2393         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2394         effective only in a file it is referred to.
2395
2396 2010-11-01  Glenn Morris  <rgm@gnu.org>
2397
2398         * mm-util.el (gnus-completing-read): Autoload.
2399         (mm-read-coding-system): Simplify Emacs definition.
2400
2401         * nnmail.el (gnus-activate-group):
2402         * nnimap.el (gnutls-negotiate):
2403         * nntp.el (netrc-parse): Fix declarations.
2404
2405 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2408         string-match-p in Emacs >=23.
2409
2410         * gnus-msg.el (gnus-configure-posting-styles)
2411         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2412
2413 2010-11-01  Glenn Morris  <rgm@gnu.org>
2414
2415         * nnir.el (declare-function): Add compat stub.
2416         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2417         (nnir-run-gmane): Require 'mm-url.
2418
2419         * mm-util.el (mm-string-to-multibyte): Simplify.
2420
2421         * shr.el (declare-function): Add compat stub.
2422         (url-cache-create-filename): Declare.
2423         (mm-disable-multibyte, widget-convert-button): Autoload.
2424
2425         * smime.el (ldap-search): Declare.
2426         (smime-cert-by-ldap-1): Require ldap on Emacs.
2427
2428         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2429         (nnimap-keepalive): Use gnus-float-time.
2430
2431         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2432         (mail-source-delete-crash-box): Use gnus-float-time.
2433
2434         * gnus-dired.el (gnus-completing-read): Autoload.
2435
2436         * mm-view.el (gnus-rescale-image): Autoload.
2437
2438         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2439
2440         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2441
2442         * sieve-manage.el: Require 'cl when compiling.
2443
2444         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2445         (gnus-iswitchb-completing-read): Require iswitchb.
2446         (gnus-select-frame-set-input-focus): Silence compiler.
2447
2448 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * message.el (message-subject-trailing-was-query): Change default to t,
2451         since I think that's what most people want.
2452
2453         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2454         appending for easier debugging.
2455         (nnimap-wait-for-connection): Take a regexp.
2456         (nnimap-request-accept-article): Wait for the continuation line before
2457         sending anything unless we're streaming.
2458
2459         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2460         leave the header washing to take place.
2461
2462 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2463
2464         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2465         regular expression match and replace in posting styles.
2466
2467 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2468
2469         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2470         an entire server.
2471         (nnir-get-active): New function.
2472         (nnir-run-imap): Use it.
2473         (nnir-run-gmane): Who knew, gmane search returns an article score!
2474
2475         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2476         server on the current line with nnir.
2477
2478 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2481         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2482         left edge.
2483         (gnus-article-foldable-buffer): Skip past the prefix when determining
2484         raggedness.
2485
2486         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2487         the raw article, and change `C-u g' to show the article without doing
2488         treatments.
2489
2490         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2491         on to `gnus-treat-article'.
2492         (gnus-inhibit-article-treatments): New variable.
2493
2494         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2495
2496         * gnus-art.el (gnus-treatment-function-alist): Have
2497         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2498         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2499         sections.
2500
2501         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2502         parameter.
2503         (gnus-article-fill-cited-long-lines): New function.
2504         (gnus-article-fill-cited-article): Allow filling only long sections.
2505
2506         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2507         and non-punctuation (like after the apostrophe in "'We").
2508
2509         * gnus-sum.el (gnus-summary-select-article): Make sure
2510         gnus-original-article-buffer is alive.
2511
2512         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2513         reflect the order they're in in the digest.
2514
2515         * gnus.el (gnus-group-startup-message): Move point to the start of the
2516         buffer.
2517
2518         * nnimap.el (nnimap-capability): New function.
2519         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2520         is set.
2521
2522 2010-10-31  David Engster  <dengste@eml.cc>
2523
2524         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2525         conform with changes to gnus-completing-read.
2526
2527 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2530
2531 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2532
2533         * nnir.el: Move defvar, defcustom around to keep file organized
2534         and keep byte-compiler quiet.
2535         (nnir-read-parms): Accept search-engine as arg.
2536         (nnir-run-query): Pass search-engine as arg.
2537         (nnir-search-engine): Remove.
2538
2539 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * shr.el (shr-generic): The text nodes should be text, not :text.
2542
2543         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2544         later in the file.
2545
2546 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2547
2548         * nnir.el: General clean up.  Allow searching with multiple engines.
2549         Allow separate extra-parameters for each engine.
2550         Batch queries when possible.
2551         (nnir-imap-default-search-key,nnir-method-default-engines):
2552         Add customize interface.
2553         (nnir-run-gmane): New engine.
2554         (nnir-engines): Use it.  Qualify all prompts with engine name.
2555         (nnir-search-engine): Remove global variable.
2556         (nnir-run-hyrex): Restore for now.
2557         (nnir-extra-parms,nnir-search-history): New variables.
2558         (gnus-group-make-nnir-group): Use them.
2559         (nnir-group-server): Remove in favor of gnus-group-server.
2560         (nnir-request-group): Avoid searching twice.
2561         (nnir-sort-groups-by-server): New function.
2562
2563 2010-10-30  Julien Danjou  <julien@danjou.info>
2564
2565         * gnus-group.el: Remove gnus-group-fetch-control.
2566
2567         * gnus-start.el (gnus-find-new-newsgroups):
2568         Remove gnus-check-first-time-used.
2569
2570         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2571
2572 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2573
2574         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2575         set on groups that don't have \* permanentflags.
2576
2577 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2580         control the background color.
2581         (shr-tag-img): Ignore very small web bug type images.
2582         (shr-put-image): Add help-echo alt texts to the images.
2583         (shr-tag-video): Show the video poster image.
2584
2585 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * shr.el (shr-table-depth): New variable.
2588         (shr-tag-table-1): Only insert the images after the top-level table.
2589
2590         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2591
2592         * gnus-util.el (gnus-list-memq-of-list): New function.
2593
2594         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2595         selected.
2596         (nnimap-unsplittable-articles): New slot.
2597         (nnimap-new-articles): Use it.
2598
2599 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2600
2601         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2602         move to the previous line on `M-g'.
2603
2604 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2607         *-request-group, which seems unnecessary.
2608
2609         * nnimap.el (nnimap-quote-specials): Function copied over from
2610         imap.el.
2611         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2612         they support that.  Suggested by Tom Regner.
2613
2614 2010-10-29  Julien Danjou  <julien@danjou.info>
2615
2616         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2617         defalias.
2618         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2619
2620         * gnus.el: Remove `gnus-nntp-service' variable.
2621         (gnus-secondary-servers): Make obsolete.
2622         (gnus-nntp-server): Make obsolete.
2623
2624         * gnus-start.el (gnus-1): Remove x-splash calls.
2625
2626         * gnus-ems.el (gnus-x-splash): Remove.
2627
2628         * gnus.el (gnus-group-startup-message): Simplify/update code.
2629
2630         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2631         definition.
2632
2633         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2634         capability before doing anything.
2635         (gnus-group-insert-group-line): Remove useless
2636         gnus-group-remove-excess-properties.
2637
2638 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2641
2642 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2645         config after reselecting.
2646
2647 2010-10-28  Julien Danjou  <julien@danjou.info>
2648
2649         * shr.el (shr-put-image): Use point even if only inserting text.
2650         (shr-put-image): Save excursion when inserting alt text on non-graphic
2651         display, so the behaviour is the same when we are on a graphic display.
2652
2653         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2654
2655 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2658         (gnus-mime-copy-part): Check coding system, not charset.
2659         (gnus-mime-view-part-externally): Never remove part.
2660         (gnus-mime-view-part-internally): Don't remove part here.
2661         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2662         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2663         multipart/alternative.
2664
2665         * mm-decode.el (mm-display-part): Take optional arg `force'.
2666
2667 2010-10-26  Julien Danjou  <julien@danjou.info>
2668
2669         * gnus-group.el (gnus-group-default-list-level): Add this function to
2670         compute the default list level.
2671         (gnus-group-default-list-level): Add possibility to use a function.
2672
2673 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2676
2677         * gnus-group.el (gnus-group-completing-read)
2678         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2679         gnus-replace-in-string.
2680
2681 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * shr.el (shr-tag-div): Add.
2684
2685         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2686
2687 2010-10-25  Julien Danjou  <julien@danjou.info>
2688
2689         * gnus-util.el: Remove `gnus-with-local-quit'.
2690
2691         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2692
2693 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2696         the original article buffer.
2697
2698 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nnimap.el (nnimap-request-head): New function.
2701         (nnimap-request-move-article): Try to be slighly faster by not
2702         requesting the entire message when moving.
2703         (nnimap-transform-headers): Don't bug out on bodiless articles.
2704         (nnimap-send-command): Have no outstanding messages if the IMAP server
2705         doesn't support streaming.
2706         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2707
2708 2010-10-24  Julien Danjou  <julien@danjou.info>
2709
2710         * message.el (message-default-headers): Fix type.
2711
2712 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2715         prefetching images.
2716
2717         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2718         backend for unknown groups.  This is mainly useful for nnimap groups.
2719
2720         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2721         group isn't covered by the agent.
2722
2723 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * nnir.el (nnir-method-default-engines): New variable.
2726         (nnir-run-query): Use it.
2727         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2728         (gnus-summary-nnir-goto-thread): Change group if needed.
2729
2730         * gnus-group.el (gnus-group-group-map): Add key binding for
2731         gnus-group-make-nnir-group.
2732
2733 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * shr.el (shr-tag-object): Add.
2736
2737         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2738         original article buffer live.
2739         (gnus-summary-select-article-buffer):
2740         Mention gnus-widen-article-buffer.
2741
2742 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * shr.el (shr-tag-strong): Add.
2745
2746 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2749         group names.  They mess up the group buffer badly.
2750
2751         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2752
2753         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2754         instead of the summary one.
2755
2756 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mml.el (mml-preview): Work properly when editing article.
2759
2760         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2761         gnus-have-read-active-file if it's already been in.
2762
2763 2010-10-22  Tom Tromey  <tromey@redhat.com>
2764
2765         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2766         gnus-group-completing-read.
2767
2768 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * message.el (message-mode-map): Don't bind M-; to comment region, to
2771         allow the global comment-dwim to work.
2772
2773 2010-10-21  Julien Danjou  <julien@danjou.info>
2774
2775         * message.el (message-setup-1): Allow message-default-headers to be a
2776         function.
2777
2778 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * shr.el (shr-tag-table): Simplify.
2781
2782 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2785         to avoid trying to snarf invalid stuff.
2786
2787         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2788
2789         * gnus.el (gnus-message-archive-group): Quote value.
2790         (gnus-message-archive-group): Mark as changed.
2791
2792         * shr.el (shr-add-font): Don't put the font properties on the newline
2793         or the indentation.
2794
2795         * message.el (message-fix-before-sending): Change options when sending
2796         non-printable characters.
2797
2798         * gnus.el (gnus-message-archive-method): Change the default to
2799         monthly outgoing groups.
2800
2801         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2802         that have gotten new numbers.
2803
2804         * nnimap.el (nnimap-request-replace-article): New function.
2805
2806 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2809         (nnrss-request-article): Don't use special html washing code.
2810
2811 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * shr.el (shr-tag-table): Remove useless nconc.
2814
2815 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-art.el (article-wash-html): Simplify and remove the charset
2818         stuff.  Use the normal html rendering code instead of the special html
2819         washing code.
2820
2821         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2822         `gnus-w3m' symbols.
2823         (mm-text-html-washer-alist): Remove.
2824
2825         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2826         (mm-inline-media-tests): Remove use.
2827         (mm-text-html-renderer): Change default to the `shr' symbol.
2828
2829         * mm-view.el (mm-inline-text-html): Remove use.
2830
2831         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2832         `gnus-blocked-images' to be a function.
2833         (gnus-article-wash-function): Remove.
2834
2835 2010-10-20  Julien Danjou  <julien@danjou.info>
2836
2837         * spam.el (spam-list-of-processors): Mark as obsolete.
2838
2839         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2840         (nnimap-insert-partial-structure): Fix boundary detection.
2841
2842 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2843
2844         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2845         run file-truename on remote files.  This can be expensive and even
2846         prevent one from editing drafts if some unrelated buffer has a stale
2847         connection.
2848
2849 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2852         kinsoku-eol regardless of shr-kinsoku-shorten.
2853         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2854         (shr-tag-table): Support caption, thead, and tfoot.
2855
2856 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857
2858         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2859         lines.
2860         (shr-save-contents): New command and keystroke.
2861
2862         * nndoc.el (nndoc-type-alist): Add git support.
2863         (nndoc-git-type-p): New function.
2864         (nndoc-transform-git-article): Ditto.
2865         (nndoc-transform-git-headers): Ditto.
2866         (nndoc-transform-git-headers): Generate Subject headers.
2867
2868         * shr.el (shr-parse-style): New function.
2869         (shr-tag-span): Ditto.
2870
2871         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2872         to `G G' to avoid collisions.
2873
2874 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * shr.el: Load kinsoku if necessary.
2877         (shr-kinsoku-shorten): New internal variable.
2878         (shr-find-fill-point): Make kinsoku shorten text line if
2879         shr-kinsoku-shorten is bound to non-nil.
2880         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2881         shr-indentation too when testing if table is wider than frame width.
2882         (shr-insert-table): Use `string-width' instead of `length' to measure
2883         text width.
2884         (shr-insert-table-ruler): Make sure indentation is done at bol.
2885
2886 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2889         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2890         undecoded network data.
2891
2892 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2895         name in the mode line spec so that the mode line menu works
2896         (bug #2431).
2897
2898         * message.el (message-get-reply-headers): If we're fed `to-address',
2899         then always use that.
2900
2901         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2902         aren't so wide as to need to switch off the edit menu.
2903
2904         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2905         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2906
2907         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2908         `M-g'.
2909         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2910         the permanent marks.
2911
2912 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2913
2914         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2915         Splitting according to references/in-reply-to obeys the ignore-groups
2916         variable, while splitting by sender and subject do not.
2917
2918 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2921         alist, so that we can look for non-Unicode chars.
2922         (article-translate-strings): Allow both character and string maps.
2923
2924 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * shr.el (shr-insert): Don't insert space behind a wide character
2927         categorized as kinsoku-bol, or between characters both categorized as
2928         nospace.
2929
2930 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2931
2932         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2933         headers to gnus-newsgroup-headers.
2934
2935 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * shr.el (shr-tag-img): Don't align images -- since we're not
2938         rescaling, this often leads to ugly displays.
2939
2940 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2941
2942         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2943         duplicates.
2944
2945 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2946
2947         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2948         call.
2949
2950 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus.el: Autoload gnus-html-show-images.
2953
2954         * nnimap.el: Use nnheader-message throughout.
2955
2956         * shr.el (shr-tag-img): Ignore images with no data.
2957
2958 2010-10-15  Julien Danjou  <julien@danjou.info>
2959
2960         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2961         a possibility to disable format=flow encoding when using hard newlines.
2962
2963 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * shr.el (shr-insert): Remove space inserted before or after a
2966         breakable character or at the beginning or the end of a line.
2967         (shr-find-fill-point): Do kinsoku; find the second best point or give
2968         it up if there's no breakable point.
2969
2970 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * nnimap.el (nnimap-open-connection): Message when opening connection
2973         for debugging purposes.
2974
2975         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2976         on every setup buffer call to allow this to change from article to
2977         article.
2978
2979         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2980         buffers where we have a wide table.
2981
2982 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2983
2984         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2985         uses *-request-thread.
2986
2987 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2990         incantation, which is no longer valid.
2991
2992 2010-10-14  Julien Danjou  <julien@danjou.info>
2993
2994         * shr.el: Fix defcustom type (char -> character).
2995
2996 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2999         programs.
3000
3001 2010-10-14  Julien Danjou  <julien@danjou.info>
3002
3003         * shr.el (shr-tag-a): Use url-link as widget type.
3004
3005         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3006         `gnus-group-get-icon'.
3007
3008 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3011         This should make server editing work better.
3012
3013         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3014
3015         * tls.el (tls-program): Remove spurious %s from openssl.
3016
3017         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3018         (nnimap-parse-flags): Fix regexp.
3019
3020         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3021         probably work for CJVK text, too.
3022
3023         * nnimap.el (nnimap-extend-tls-programs): Remove.
3024         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3025
3026         * tls.el (tls-starttls-switches): Remove starttls hack.
3027         (open-tls-stream): Ditto.
3028         (tls-find-starttls-argument): Ditto.
3029
3030 2010-10-13  Julien Danjou  <julien@danjou.info>
3031
3032         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3033         responses.
3034
3035 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3038
3039         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3040         anything in Emacs.
3041
3042         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3043
3044 2010-10-13  Julien Danjou  <julien@danjou.info>
3045
3046         * shr.el (shr-width): Make shr-width a defcustom with default to
3047         fill-column.
3048         (shr-tag-img): Use shr-width rather than fill-column.
3049
3050 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * dgnushack.el (byte-optimize-apply)
3053         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3054
3055         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3056         position when (X-)Faces exist.
3057         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3058         avatars when called interactively.
3059
3060 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3063         gnus-article-x-face-too-ugly is bound.
3064
3065 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3068
3069         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3070         mailbox that doesn't exist.
3071
3072 2010-10-12  Julien Danjou  <julien@danjou.info>
3073
3074         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3075         (shr-get-image-data): Encode URL properly when fetching from cache.
3076         (shr-tag-img): Use aligned-to spaces to align correctly images.
3077
3078         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3079         before inserting the Gravatar.
3080
3081         * shr.el (shr-tag-img): Add align attribute support for <img>.
3082
3083 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-gravatar.el (gnus-art): Require.
3086
3087         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3088         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3089         Remove long obsoleted functions.
3090
3091 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3094
3095         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3096
3097         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3098         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3099         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3100         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3101         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3102         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3103         * sieve-manage.el, smime.el, spam.el:
3104         Fix comment for declare-function.
3105
3106 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * nnimap.el (nnimap-request-rename-group): Select group read-only
3109         before renaming it.
3110
3111         * shr.el (shr-insert): Fix up the white space only regexp.
3112
3113         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3114         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3115
3116         * shr.el (shr-current-column): New function.
3117         (shr-find-fill-point): New function.
3118
3119 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3120
3121         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3122         numbers.
3123
3124 2010-10-11  Julien Danjou  <julien@danjou.info>
3125
3126         * shr.el (shr-hr-line): Add.
3127         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3128         display hr lines.
3129         (shr-max-columns): Do not change state to nil if we just inserting
3130         spaces.
3131
3132 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3135         select the last group.
3136
3137 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3140
3141 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3142
3143         * dig.el (dig-mode-map): Declare and define in one step.
3144
3145 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3148         for Gnus.
3149         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3150         (nnimap-update-qresync-info): Mark \Seen articles as read.
3151
3152         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3153         non-variable, too.
3154
3155         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3156         available.
3157         (nnimap-update-info): Rely more on the current active than the param
3158         active to avoid marking articles as read too much.
3159
3160         * auth-source.el (auth-source-create): Use (user-login-name) for the
3161         user name default.
3162
3163         * nnimap.el (nnimap-update-info): If the server doesn't return any
3164         useful info, just use the previous info.
3165         (nnimap-update-info): Prefer old info over start-article.
3166         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3167
3168 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3169
3170         * nnir.el (autoload): Clean up autoloads.
3171         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3172         Use key rather than value.
3173         (nnir-imap-search-other): New variable.
3174         (nnir-read-parm): Use it.
3175         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3176         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3177
3178 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3179
3180         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3181         the process, too.
3182
3183 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * spam.el (gnus-summary-mode-map): Bind to "$".
3186         Suggested by Russ Allbery.
3187
3188         * shr.el: Rework the way things are indented by <li> slightly.
3189
3190         * gnus.el (gnus-group-set-parameter): Fix typo.
3191
3192         * nnimap.el: Start implementing QRESYNC support.
3193
3194 2010-10-09  Julien Danjou  <julien@danjou.info>
3195
3196         * nnir.el (nnir-engines): Fix too many arguments.
3197
3198 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3201         group is the "last", so that the backends like nnfolder actually save
3202         their folders.
3203
3204         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3205         try to use that for the tls stream.
3206         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3207         UIDVALIDITY and find out which groups are read-only and not.
3208         (nnimap-get-flags): Use the same marks parsing code as the rest of
3209         nnimap.
3210
3211 2010-10-09  Julien Danjou  <julien@danjou.info>
3212
3213         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3214
3215         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3216         retrieving gravatars.
3217
3218         * shr.el (shr-table-corner): Add.
3219         (shr-table-line): Add.
3220         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3221
3222 2010-10-08  Julien Danjou  <julien@danjou.info>
3223
3224         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3225
3226 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3229
3230         * gnus-sum.el (gnus-mark-article-as-unread)
3231         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3232         (gnus-summary-set-bookmark): Use it.
3233
3234         * gnus-msg.el (gnus-setup-message): Use it.
3235
3236         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3237
3238         * gnus.el (gnus-group-remove-parameter): Use it.
3239
3240         * gnus-group.el (gnus-group-make-web-group): Use it.
3241
3242         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3243
3244         * nnregistry.el: Update docs to mention manual.
3245
3246         * gnus-registry.el: Update docs to mention nnregistry.el.
3247         (gnus-registry-initialize): Don't install nnregistry refer method
3248         automatically.
3249         (gnus-registry-install-nnregistry): Remove it.
3250
3251 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * shr.el (shr-insert): Don't insert double spaces.
3254
3255 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-gravatar.el (gnus-treat-from-gravatar)
3258         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3259         called interactively.
3260
3261         * gnus-art.el (gnus-mime-view-part-externally)
3262         (gnus-mime-view-part-internally): Make predicate function passed to
3263         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3264         of a mime type.
3265
3266         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3267
3268 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * shr.el (require): Require cl when compiling.
3271         (shr-tag-hr): New function.
3272
3273         * nnimap.el (nnimap-update-info): Remove double setting of high.
3274         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3275         This makes nnimap work properly on Courier again.
3276
3277         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3278         the variable for backwards compatability.
3279
3280         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3281         the file name before using to avoid setting mm-default-directory to
3282         nil.
3283
3284         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3285         bidning gnus-agent variables.
3286
3287         * shr.el (shr-render-td): Use a cache for the table rendering function
3288         to avoid getting an exponential rendering behaviour in nested tables.
3289         (shr-insert): Rework the line-breaking algorithm.
3290         (shr-insert): Don't leave trailing spaces.
3291         (shr-insert-table): Also insert empty TDs.
3292         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3293
3294 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3295
3296         * gnus-sum.el (gnus-number): Rename from `number'.
3297         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3298         (gnus-summary-limit-children): Update uses correspondingly.
3299
3300 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3303         (gnus-gravatar-transform-address): Don't show avatars of people of
3304         which mail addresses match gnus-gravatar-too-ugly.
3305
3306 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * shr.el (shr-table-widths): Expand TD elements to fill available
3309         space.
3310
3311 2010-10-07  Julien Danjou  <julien@danjou.info>
3312
3313         * nnimap.el (nnimap-request-rename-group): Add this method.
3314
3315 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3318         name from XEmacs' function-arglist.
3319
3320         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3321         gravatar under XEmacs.
3322
3323 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3324
3325         * auth-source.el: Update docs with TODO items.
3326
3327         * gnus-sync.el: Update docs to explain state and plans.
3328
3329         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3330         Hooks for mark updates.
3331         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3332
3333         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3334         hooks with arguments, which is needed for mark update hooks.
3335
3336 2010-10-06  Julien Danjou  <julien@danjou.info>
3337
3338         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3339         was matched.
3340
3341         * sieve-manage.el: Update example in `Commentary'.
3342
3343         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3344
3345         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3346         not 2000.
3347         (sieve-manage-authenticate): Re-add function.
3348
3349 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * shr.el (shr-insert): Get 'space transition right.
3352         (shr-render-td): Only delete space at the end of the TD.
3353
3354         * nnimap.el (nnimap-open-connection): Prepare to support
3355         open-gnutls-stream.
3356
3357         * shr.el: Rearrange function order to be more logical.
3358
3359 2010-10-06  Julien Danjou  <julien@danjou.info>
3360
3361         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3362         (nnrss-discover-feed): Remove 404 URL in docstring.
3363
3364         * nnir.el: Fix Swish-E URL.
3365         Fix Namazu URL.
3366
3367         * message.el (message-change-subject): Remove 404 URL in a comment.
3368
3369 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3372         called interactively.
3373
3374         * gnus-util.el (gnus-remove-if): Allow hash table.
3375         (gnus-remove-if-not): New function.
3376
3377         * gnus-art.el (gnus-mime-view-part-as-type)
3378         * gnus-score.el (gnus-summary-score-effect)
3379         * gnus-sum.el (gnus-read-move-group-name):
3380         Replace remove-if-not with gnus-remove-if-not.
3381
3382         * gnus-group.el (gnus-group-completing-read):
3383         Regard collection as a hash table if it is not a list.
3384
3385 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3388
3389         * shr.el: Document the table-rendering algorithm.
3390
3391 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3394         for Emacsen having no `libxml-parse-html-region' support.
3395
3396 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3399         invalid URLs.
3400
3401         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3402         line-broken.
3403         (shr-tag-img): Ignore image fetching errors.
3404         (shr-overlays-in-region): Compute overlay positions correctly.
3405
3406         * mm-decode.el (mm-shr): Require shr.
3407
3408         * gnus-art.el (gnus-blocked-images): Move variable here.
3409
3410         * shr.el (shr-insert-table): Bind free variable.
3411
3412         * mm-decode.el (mm-shr): Bind shr-content-function.
3413
3414         * shr.el (shr-content-function): New variable.
3415
3416         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3417         added for symmetry.
3418
3419         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3420
3421         * gnus-group.el (gnus-group-make-group): Doc fix.
3422
3423         * nnimap.el (nnimap-request-newgroups): Return success.
3424
3425         * shr.el (shr-find-elements): New function.
3426         (shr-tag-table): Put all the images after the table.
3427         (shr-tag-table): Really inhibit images inside the table.
3428         (shr-collect-overlays): Copy over overlays from the TD elements to the
3429         main document.
3430
3431         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3432         gnus-blocked-images.
3433
3434 2010-10-05  Julien Danjou  <julien@danjou.info>
3435
3436         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3437
3438         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3439         (gnus-html-maximum-image-size): Add this function.
3440         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3441
3442         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3443         server-value of the capability is nil.
3444
3445 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * shr.el (shr-tag-em): Add <EM> tag.
3448
3449 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3450
3451         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3452         customizable.
3453
3454         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3455         handing broken links to browse-url.
3456
3457 2010-10-05  Julien Danjou  <julien@danjou.info>
3458
3459         * gnus-util.el (gnus-emacs-completing-read)
3460         (gnus-iswitchb-completing-read): Use autoload rather than require.
3461
3462 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3465         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3466         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3467         iswitchb-temp-buflist for XEmacs.
3468
3469         * gnus-util.el (gnus-completing-read-function): Exclude
3470         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3471         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3472         XEmacs.
3473
3474         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3475         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3476
3477         * gnus-html.el: Don't require help-fns under XEmacs.
3478         (gnus-html-schedule-image-fetching): Work for XEmacs.
3479
3480         * mm-decode.el (mm-shr): Decode contents by charset.
3481
3482 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3485         unknown.
3486
3487         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3488         (shr-get-image-data): Ensure against the cache file missing.
3489
3490         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3491         for data.
3492
3493         * spam-report.el (spam-report-url-ping-plain): Don't query about
3494         killing the process.
3495
3496         * shr.el (shr-render-td): Protect against too-wide text.
3497
3498 2010-10-04  Julien Danjou  <julien@danjou.info>
3499
3500         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3501         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3502
3503         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3504         retrieved.
3505
3506 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * shr.el (browse-url): Require.
3509         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3510         lines.
3511         (shr-show-alt-text, shr-browse-image): New commands.
3512         (shr-browse-url, shr-copy-url): New commands.
3513
3514         * gnus-sum.el (gnus-widen-article-window): New variable.
3515         (gnus-summary-select-article-buffer): Use it.
3516
3517         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3518         without @ signs.
3519
3520 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3521
3522         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3523
3524 2010-10-04  Julien Danjou  <julien@danjou.info>
3525
3526         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3527         for XEmacs.
3528
3529 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3532
3533         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3534         (nnimap-close-server): Implement.
3535
3536         * dgnushack.el (iswitchb): Require to shut up the compiler.
3537
3538         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3539         (shr-insert): Tweak line breaking.
3540         (shr-insert): Handle <pre> better.
3541         (shr-tag-li): Get <li> indentation right.
3542         (shr-tag-li): Get <li> indentation even righter.
3543         (shr-tag-blockquote): Ensure paragraph start.
3544         (shr-make-table): Tweak table generation.
3545         (shr-make-table): Fix typo.
3546
3547         * shr.el: Implement table rendering.
3548
3549 2010-10-04  Julien Danjou  <julien@danjou.info>
3550
3551         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3552
3553 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * shr.el (shr-insert): Use string anchors instead of line anchors.
3556
3557 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * shr.el: Add headings.
3560         (shr-ensure-paragraph): Actually work.
3561         (shr-tag-li): Make <ul> prettier.
3562         (shr-insert): Get white space at the beginning/end of elements right.
3563         (shr-tag-p): Collapse subsequent <p>s.
3564         (shr-ensure-paragraph): Don't insert double line feeds after blank
3565         lines.
3566         (shr-insert): \t is also space.
3567         (shr-tag-s): Fix "s" tag name function.
3568         (shr-tag-s): Fix face prop name.
3569
3570 2010-10-03  Julien Danjou  <julien@danjou.info>
3571
3572         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3573
3574         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3575         gnus-window-inside-pixel-edges.
3576
3577         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3578         gnus-ems.
3579
3580         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3581
3582         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3583         function.
3584
3585         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3586         resize choice.
3587
3588 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3591         beginning of the buffer.
3592
3593         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3594         article buffer again.
3595
3596         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3597
3598         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3599         when it's at the start of the buffer.
3600
3601         * shr.el (shr-tag-blockquote): Convert name.
3602         (shr-rescale-image): Use the right image-size variant.
3603
3604         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3605         buffer isn't shown, then select the current article first instead of
3606         bugging out.
3607         (gnus-summary-select-article-buffer): Show both the article and summary
3608         buffers again.
3609
3610         * shr.el (shr-fontize-cont): Protect against regions with no text.
3611         Rename tag functions to shr-tag-* for enhanced security.
3612         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3613
3614 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3615
3616         * shr.el (shr-insert):
3617         * pop3.el (pop3-movemail):
3618         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3619         loaded.
3620
3621 2010-10-03  Glenn Morris  <rgm@gnu.org>
3622
3623         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3624
3625         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3626
3627         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3628
3629         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3630
3631         * gnus-util.el (gnus-make-local-hook): Simplify.
3632
3633 2010-10-02  Julien Danjou  <julien@danjou.info>
3634
3635         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3636         (gnus-ido-completing-read): New function.
3637         (gnus-emacs-completing-read): New function.
3638         (gnus-completing-read): Use gnus-completing-read-function.
3639         Add gnus-completing-read-function.
3640
3641 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (shr-insert-document): Autoload.
3644         (shr-img): Be silent.
3645         (shr-insert): Add a newline after every picture before text.
3646         (shr-add-font): Use overlays for combining faces.
3647         (shr-insert): Pass upwards the text start point.
3648
3649         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3650         possible.
3651         (mm-shr): New function.
3652
3653 2010-10-02  Julien Danjou  <julien@danjou.info>
3654
3655         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3656         should go backward.
3657
3658 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3659
3660         * shr.el (shr): Fix typo in provide call.
3661
3662 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * shr.el: New file.
3665
3666         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3667
3668         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3669         completing read.
3670
3671 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3674         we're being queried about.  Suggested by Dan Jacobson.
3675
3676         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3677         Suggested by Jason Eisner.
3678
3679         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3680         table, too.  Suggested by Stefan Wiens.
3681         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3682         the table unnecessary.  Suggested by Stefan Wiens.
3683
3684         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3685         longer needed, and probably doesn't work either, as pointed out by
3686         Stefan Wiens.
3687         (gnus-summary-exit): Remove call to the clearing function.
3688         (gnus-summary-exit-no-update): Ditto.
3689
3690         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3691         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3692         Reported by Stefan Monnier.
3693         (gnus-summary-save-in-rmail): Ditto.
3694
3695         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3696         article buffer, instead of both the article buffer and the summary
3697         buffer.  Sort of suggested by Dan Jacobson.
3698
3699         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3700
3701         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3702         Suggested by Dan Jacobson.
3703
3704         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3705         documentation clearer.
3706
3707         * message.el (message-shorten-references): Comment on the number "21".
3708         Suggested by Stefan Monnier.
3709
3710         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3711         Suggested by Dan Jacobson.
3712
3713         * gnus.el (gnus-large-newsgroup):
3714         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3715
3716         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3717         externalize attachments.  Bug reported by Steve Wen.
3718
3719         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3720         really message anything to the user.
3721
3722         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3723         directly.
3724
3725         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3726         messages in empty groups.
3727
3728 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3729
3730         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3731         non-UIDNEXT group.
3732
3733 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3736         not the value from the collection.
3737
3738         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3739         values.  This sometimes happens on some groups that have no info.
3740         (nnimap-request-newgroups): New function.
3741
3742 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3745         check into `gnus-registry-initialize'.
3746         (gnus-registry-initialize): Ditto.
3747         Fix and extend header docs.
3748
3749 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3752         regexp backtrace overflows.
3753
3754         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3755         for starttls that tls.el implements; i.e. openssl.
3756
3757         * tls.el (tls-starttls-switches): Give up on using starttls with
3758         gnutls-cli.
3759         (tls-program): Add --insecure to be consistent with the defaults from
3760         openssl s_client.  Now all three commands are insecure.
3761
3762 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * lpath.el: Bind completion-styles-alist for XEmacs.
3765
3766         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3767         (gravatar-create-image): New function that's an alias to
3768         gnus-xmas-create-image, gnus-create-image, or create-image.
3769         (gravatar-data->image): Use it.
3770
3771 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3774         install the nnregistry refer method.
3775         (gnus-registry-install-hooks): Use it.
3776         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3777         unfollowed groups.
3778
3779 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3780
3781         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3782         expanding threads.
3783
3784 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnir.el: Use the server names without suffixes (bug #7009).
3787
3788         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3789         unencrypted to STARTTLS, if possible.
3790
3791 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3792
3793         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3794         headers before superseding.
3795
3796 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nnrss.el (nnrss-use-local): Add documentation.
3799
3800         * nnimap.el (nnimap-extend-tls-programs): New function.
3801         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3802         (nnimap-wait-for-connection): Accept the greeting from the stupid
3803         output from openssl s_client -starttls, too.
3804
3805         * tls.el (tls-starttls-switches): New variable.
3806         (tls-find-starttls-argument): Use it.
3807         (open-tls-stream): Ditto.
3808
3809         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3810         (netrc-machine): Ditto.
3811
3812         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3813         article number.
3814         (nnimap-split-fancy): New variable.
3815         (nnimap-split-incoming-mail): Use it.
3816
3817         * nntp.el (nntp-server-list-active-group): Document.
3818
3819         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3820         SELECT to get the message-id.
3821
3822         * mail-source.el (mail-sources): Remove webmail support.
3823         (defvar): Ditto.
3824         (mail-source-fetcher-alist): Ditto.
3825         (mail-source-fetch-webmail): Remove.
3826
3827         * webmail.el: Remove -- doesn't seem relevant any more.
3828
3829         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3830
3831         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3832         the \r.
3833
3834 2010-09-30  Julien Danjou  <julien@danjou.info>
3835
3836         * gnus-agent.el (gnus-agent-add-group): Fix call to
3837         gnus-completing-read.
3838
3839 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3840
3841         * nndoc.el (nndoc-retrieve-groups): New function.
3842
3843         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3844         `default', use nnmail-split-methods.
3845         (nnimap-request-article): Downcase the NILs so that they are nil.
3846
3847         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3848         symbol.
3849
3850         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3851         code, since if the user has requested network, that's what they ought
3852         to get.
3853         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3854         (nnimap-split-rule): Mark as obsolete.
3855
3856         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3857         New variable.
3858
3859         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3860         correct slot, too.
3861
3862 2010-09-29  Julien Danjou  <julien@danjou.info>
3863
3864         * gnus.el (gnus-local-domain): Declare variable obsolete.
3865
3866         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3867         Fix history computing.
3868         (gnus-ido-completing-read): Require ido.
3869
3870 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3873         build Gnus.
3874
3875         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3876         when interpreting the structures.
3877         (nnimap-request-accept-article): Add \r\n to the lines to make this
3878         work with Cyrus.
3879
3880         * nndraft.el (nndraft-request-expire-articles): Use the group name
3881         instead if "nndraft".  Fix found by Nils Ackermann.
3882
3883 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3884
3885         * nnregistry.el: Add.
3886
3887 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3888
3889         * nnmail.el (group, group-art-list, group-art):
3890         Remove unneeded directives.
3891
3892 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3895         (mm-mime-charset)
3896         * rfc2047.el (rfc2047-syntax-table)
3897         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3898
3899         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3900         rather than `insert-file-contents' and `eval-region'.
3901
3902         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3903         construction.
3904
3905         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3906
3907         * time-date.el: No need to require cl for Emacs 21.
3908
3909 2010-09-29  Julien Danjou  <julien@danjou.info>
3910
3911         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3912         replacement of `gnus-gravatar-relief' to mimic
3913         `gnus-faces-properties-alist'.
3914         Add :version property.
3915
3916 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * mail-source.el (mail-source-report-new-mail)
3919         * message.el (message-default-mail-headers)
3920         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3921
3922         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3923
3924 2010-09-28  Julien Danjou  <julien@danjou.info>
3925
3926         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3927         mail-address contains the same string as real-name.
3928
3929         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3930         non-blank in header, otherwise it'll get stripped.
3931
3932         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3933         real-name, and then for mail address rather than doing : or , search.
3934
3935 2010-09-27  Julien Danjou  <julien@danjou.info>
3936
3937         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3938         right completing-read function.
3939         (gnus-use-ido): New variable
3940         (gnus-completing-read-with-default): Remove.
3941         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3942         (gnus-agent-add-group):
3943         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3944         * mm-view.el (mm-view-pkcs7-decrypt):
3945         * mm-util.el (mm-codepage-setup):
3946         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3947         * mml-smime.el (mml-smime-openssl-sign-query):
3948         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3949         (mml-insert-multipart):
3950         * gnus-msg.el (gnus-summary-yank-message):
3951         * gnus-int.el (gnus-start-news-server):
3952         * mm-decode.el (mm-interactively-view-part):
3953         * gnus-dired.el (gnus-dired-attach):
3954         * gnus.el (gnus-read-method):
3955         * gnus-bookmark.el (gnus-bookmark-jump):
3956         * gnus-art.el (gnus-mime-view-part-as-type)
3957         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3958         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3959         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3960         * nnmairix.el (nnmairix-create-server-and-default-group)
3961         (nnmairix-update-groups, nnmairix-get-server)
3962         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3963         (nnmairix-get-group-from-file-path):
3964         * nnrss.el (nnrss-find-rss-via-syndic8):
3965         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3966         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3967         (gnus-group-browse-foreign-server):
3968         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3969         (gnus-summary-execute-command, gnus-summary-respool-article)
3970         (gnus-read-move-group-name):
3971         * gnus-score.el (gnus-summary-increase-score)
3972         (gnus-summary-score-effect):
3973         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3974
3975 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3978         x-focus-frame.
3979
3980         * nnimap.el (auth-source-forget-user-or-password)
3981         (auth-source-user-or-password): Autoload.
3982
3983         * message.el (message-from-style, message-interactive)
3984         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3985         (message-yank-prefix, message-indentation-spaces, message-signature)
3986         (message-signature-file): Add comment.
3987
3988 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3991         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3992         new articles.
3993
3994         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3995         parts.
3996         (nnimap-request-article): Work with the t setting, too.
3997
3998         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3999         that you don't get flashes of other buffers.
4000         (gnus-summary-show-complete-article): Intern before setting.
4001
4002 2010-09-27  David Engster  <dengste@eml.cc>
4003
4004         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4005         well as HEADERS.
4006         (nnmairix-retrieve-headers): Provide new argument for the above.
4007
4008 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-sum.el (gnus-summary-move-article): Don't alter
4011         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4012         group.
4013
4014         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4015
4016         * message.el (message-cite-prefix-regexp): Revert my last edit.
4017
4018         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4019         variable instead of the Gnus variable.
4020
4021         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4022
4023         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4024
4025         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4026         since some servers don't like it.
4027         (nnimap-open-connection): Forget credentials if the server says the
4028         password was wrong.
4029         (nnimap-parse-line): Protect against invalid data.
4030
4031         * gnus-sum.el (gnus-summary-move-article): Add comment.
4032         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4033         nothing alters it while scanning for new messages.
4034
4035         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4036         which may or may not help.
4037         (nnimap-open-connection): If we're doing a stream connection, and then
4038         discover we're on a STARTTLS-capable server, then open a STARTTLS
4039         connection instead.
4040
4041 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * nnimap.el (utf7): Require.
4044
4045         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4046         prefix.
4047
4048 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4049
4050         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4051
4052 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * nnimap.el (nnimap-request-accept-article): Message the error on
4055         error.
4056
4057 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4060
4061 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * nndoc.el (nndoc-request-list): Return success always.
4064
4065         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4066         `fetch-old' -- we only want to fetch the articles we've requested.
4067         The rest are in the agent, probably.
4068         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4069         disappeared server" to something low.  It's not important.
4070
4071         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4072         arrived before the FETCH data.
4073
4074         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4075         target here, because we don't know the Gnus name of the group.
4076
4077         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4078         for the correct group.
4079
4080         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4081
4082         * gnus.el (gnus): Give a final warning after startup.
4083
4084         * gnus-util.el (gnus-action-message-log): New variable.
4085         (gnus-message): Use it.
4086         (gnus-final-warning): New function.
4087
4088         * nnimap.el (nnimap-open-connection): Record the greeting.
4089         (nnimap): Add greeting.
4090
4091 2010-09-26  Julien Danjou  <julien@danjou.info>
4092
4093         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4094         arguments.
4095         (gnus-html-wash-images): Fix spec computing to include start/end.
4096
4097         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4098
4099 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4102         deletion.
4103         (nnimap-retrieve-headers): Don't select the group, because that's
4104         already done by nnimap-possibly-change-group.
4105
4106         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4107         (gnus-picon-transform-address): Use it.
4108
4109         * mail-source.el (mail-source-value): Revert previous patch.
4110
4111         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4112         on failure.
4113         (nnimap-open-connection): Look up both virtual and physical server name
4114         credentials.
4115
4116         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4117
4118 2009-02-07  Dave Love  <fx@gnu.org>
4119
4120         * tls.el (open-tls-stream): Don't query killing process.
4121
4122 2009-02-08  Dave Love  <fx@gnu.org>
4123
4124         * gnus-win.el (gnus-window-to-buffer-helper)
4125         (gnus-all-windows-visible-p): Function needn't be a symbol.
4126
4127         * mail-source.el (mail-source-value): Function needn't be a symbol.
4128
4129 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * message.el (message-cite-prefix-regexp): Remove } from the cite
4132         prefix.
4133
4134         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4135         highlight again, so that the highlight is correct.
4136
4137         * gnus-picon.el (gnus-picon): Remove again.
4138         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4139
4140         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4141         doing the header highlightling, so that the background colour of the
4142         picon is correct.
4143
4144         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4145         (gnus-picon): Ditto.
4146         (gnus-picon): Reinstate.  The background colour for picons is white.
4147         (gnus-picon-insert-glyph): Make the background white.
4148
4149         * nnml.el (nnml-open-nov): Don't return dead buffers.
4150
4151         * auth-source.el (auth-source-create): Query the user for whether to
4152         store the credentials.
4153
4154         * netrc.el (netrc-store-data): New function.
4155
4156         * auth-source.el (auth-source-user-or-password): Use the existing auth
4157         sources, if any, for creation.
4158
4159         * gnus.el (gnus-group-fast-parameter): Return the last matching
4160         parameter instead of the first matching parameter.
4161
4162 2010-09-26  Julien Danjou  <julien@danjou.info>
4163
4164         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4165
4166 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * mml2015.el (mml2015-use): Remove gpg support.
4169
4170         * mml1991.el (mml1991-function-alist): Remove gpg function.
4171         (mml1991-gpg-sign): Remove.
4172
4173 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4174
4175         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4176         (gnus-browse-unsubscribe-current-group): Document it.
4177         (gnus-browse-unsubscribe-group): Use it.
4178
4179 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4182         address to the To list for easier response.
4183
4184         * gnus.el (gnus-play-startup-jingle): Remove.
4185         (gnus-splash): Don't play jingle.
4186         (gnus): Silence gnus-load message.
4187
4188         * gnus-art.el (gnus-treat-play-sounds): Remove.
4189
4190         * gnus.el (gnus-play-jingle): Remove audio support.
4191
4192         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4193
4194         * earcon.el: Remove -- no users.
4195
4196         * gnus-audio.el: Remove -- no users of this package.
4197
4198         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4199
4200         * gnus-start.el (gnus-setup-news): Remove nocem support.
4201
4202         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4203
4204         * gnus.el (gnus-use-nocem): Remove.
4205
4206         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4207         Remove.
4208
4209         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4210         uses NoCeM any more.
4211
4212         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4213         (gnus-button-ctan-handler): Ditto.
4214         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4215         (gnus-button-ctan-directory-regexp): Ditto.
4216         (gnus-button-handle-ctan): Ditto.
4217         (gnus-button-tex-level): Ditto.
4218         (gnus-button-alist): Remove CTAN stuff.
4219
4220 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4223         nnimap-streaming test.
4224
4225         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4226         servers twice.
4227
4228         * nnimap.el (nnimap-open-connection): Add more error reporting when
4229         nnimap fails early.
4230
4231         * nnheader.el (nnheader-get-report-string): New function.
4232         (nnheader-get-report): Use it.
4233
4234         * gnus-int.el (gnus-check-server): Say what the error was when opening
4235         failed.
4236
4237         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4238         using streaming.
4239
4240 2010-09-25  Julien Danjou  <julien@danjou.info>
4241
4242         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4243         gnus-window-inside-pixel-edges.
4244
4245 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4248
4249         * mm-decode.el (mm-save-part): Allow saving to other directories the
4250         normal Emacs way.
4251
4252         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4253         Suggested by Jay Berkenbilt.
4254
4255         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4256         there isn't a single byte.
4257
4258         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4259         just do it.  It doesn't really seem to matter what the user responds
4260         here, I think, so it's just a confusing question.
4261
4262         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4263         non-streaming case.
4264
4265         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4266         (gnus-article-encrypt-body): Use it.
4267
4268         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4269         keystroke.
4270
4271         * nnimap.el (nnimap-find-wanted-parts-1):
4272         Use gnus-fetch-partial-articles.
4273
4274         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4275
4276         * nnimap.el (nnimap-insert-partial-structure): New function.
4277         (nnimap-get-partial-article): New function.
4278         (nnimap-request-article): Use it.
4279         (nnimap-wait-for-response): Return whether the wait was successful.
4280         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4281         retrieval wasn't successful.
4282         (nnimap-retrieve-group-data-early): Allow throttling servers.
4283         (nnimap-streaming): New variable.
4284         (nnimap-fetch-partial-articles): Remove.
4285
4286         * mm-decode.el (mm-with-part): Protect against killed buffers.
4287
4288         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4289         for prettier summary display.
4290
4291 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4292
4293         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4294
4295 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4298         apparently third-party libraries depend on it.
4299
4300         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4301         before starting negotiation.
4302
4303         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4304         privacy reasons.
4305         (gnus-treat-mail-gravatar): Ditto.
4306
4307         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4308         buffer when inserting images.  Inserting text into the headers, for
4309         instance, can make them invalid.
4310
4311 2010-09-25  Julien Danjou  <julien@danjou.info>
4312
4313         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4314         variables.
4315
4316         * nnheader.el: Remove useless variables news-reply-yank-from and
4317         news-reply-yank-message-id.
4318
4319         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4320         variables.
4321
4322         * mml1991.el: Remove useless mml1991-verbose.
4323
4324         * gnus.el: Remove useless variable gnus-use-generic-from.
4325         Remove obsolete variable gnus-topic-indentation.
4326
4327         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4328
4329         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4330
4331         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4332
4333         * gnus-group.el: Remove useless gnus-group-icon-cache.
4334         Remove useless gnus-ephemeral-group-server.
4335
4336         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4337
4338         * mml2015.el: Remove useless mml2015-verbose.
4339
4340         * mml-smime.el: Remove useless mml-smime-verbose.
4341
4342         * gnus.el: Remove useless gnus-local-domain.
4343
4344         * gnus-gravatar.el (gnus-gravatar-transform-address):
4345         Use gnus-gravatar-size.
4346
4347         * gnus-art.el: Remove useless gnus-treat-translate.
4348
4349 2010-09-24  Julien Danjou  <julien@danjou.info>
4350
4351         * gnus-sum.el: Add support for Gravatars.
4352
4353         * gnus-art.el: Add support for Gravatars.
4354
4355         * gnus-gravatar.el: Add this file.
4356
4357         * gravatar.el: Add this file.
4358
4359 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4362
4363         * gnus-group.el (gnus-group-fetch-faq): Remove.
4364
4365         * gnus.el (gnus-group-faq-directory): Remove.
4366
4367         * gnus-group.el (gnus-group-fetch-charter): Remove.
4368
4369         * gnus.el (gnus-group-charter-alist): Remove.
4370
4371         * gnus-group.el (gnus-group-archive-directory): Remove.
4372         (gnus-group-recent-archive-directory): Ditto.
4373         (gnus-group-make-archive-group): Remove.
4374
4375         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4376
4377         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4378         use the same article number for all the cached articles.
4379
4380         * nnimap.el (nnimap-command): Register the last command time so
4381         that we can use it for idling NOOPs.
4382         (nnimap-open-connection): Start the keeplive timer.
4383         (nnimap-make-process-buffer): Store all the process buffers.
4384         (nnimap-keepalive): New function.
4385
4386         * starttls.el (starttls-open-stream): Add autoload cookie.
4387
4388 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4389
4390         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4391         handling.
4392
4393 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4396         its data structures.
4397
4398         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4399         instead of the cl.el copy-list.
4400         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4401         equalp.
4402
4403 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4406         and tool-bar-local-item-from-menu.
4407
4408         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4409         mode-line-highlight face for Emacs.
4410
4411         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4412         loading gnus-sum.elc; fix comment for canlock-verify.
4413         (gnus-article-jump-to-part): Use read-number.
4414         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4415         Remove Emacs pre-21 compatible code for help-echo.
4416         (gnus-article-next-page-1): No need to adjust the number of lines.
4417         (gnus-article-describe-bindings): Always use help-buffer.
4418
4419         * gnus-audio.el (gnus-audio-inline-sound)
4420         * gnus-cus.el (gnus-custom-mode)
4421         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4422
4423         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4424
4425         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4426         compatible code.
4427
4428 2010-09-24  Glenn Morris  <rgm@gnu.org>
4429
4430         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4431         visiting the fcc file in rmail-mode.
4432
4433         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4434
4435 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * nnir.el: Silence the byte compiler.
4438
4439         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4440         alias to browse-url-url-encode-chars if any.
4441         (gnus-html-encode-url): Use it.
4442
4443 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-start.el (gnus-use-backend-marks): New variable.
4446         (gnus-get-unread-articles-in-group): Use it.
4447
4448         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4449         makeover.
4450
4451 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4452
4453         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4454
4455 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4458         Remove.
4459         (gnus-setup-news-hook):
4460         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4461
4462         * gnus-int.el (gnus-request-update-info): Protect against backends not
4463         having the function.
4464
4465         * nnimap.el (nnimap-stream): Mention starttls.
4466         (nnimap-open-connection): Add starttls support.
4467
4468 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4469
4470         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4471
4472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4475         BODYSTRUCTUREs.
4476         (nnimap-transform-headers): Unfold quoted {42} headers.
4477
4478         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4479         the info.
4480         (gnus-get-unread-articles): Only call updatep on backends that support
4481         it.
4482
4483         * nnweb.el (nnweb-request-update-info): NOOP.
4484
4485         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4486
4487         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4488         since it only deals with marks.
4489
4490         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4491         gnus-request-marks, and make a new gnus-request-update-info.
4492
4493         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4494         the active instead of the high number, which is usually too low.
4495
4496 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4499         * encrypt.el: Remove.
4500
4501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4504         server in symbolic form.
4505
4506         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4507
4508 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4511         (nnimap-update-info): Fix up code slightly.
4512
4513         * gnus-int.el (gnus-open-server): Add tracing for performance
4514         debugging.
4515
4516         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4517         (gnus-group-insert-group-line): Pass the real group name so that it
4518         gets the right data.
4519
4520         * gnus-start.el (gnus-get-unread-articles): Don't have
4521         `gnus-get-unread-articles-in-group' update info, since that can be
4522         really slow and doesn't seem to be needed?
4523
4524 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4525
4526         * time-date.el (date-to-time): Try using parse-time-string first before
4527         using the slower timezone-make-date-arpa-standard.
4528
4529 2010-09-22  Julien Danjou  <julien@danjou.info>
4530
4531         * gnus-group.el (gnus-group-insert-group-line):
4532         Call gnus-group-highlight-line.
4533         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4534         default hook list.
4535         (gnus-group-update-eval-form): Add new function.
4536         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4537         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4538
4539 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4542         immediate, then expire all articles.
4543         (nnimap-update-info): Fix off-by-one errors.
4544         (nnimap-flags-to-marks): Would return no marks lists for group with no
4545         flags.  Instead return the other data.
4546
4547 2010-09-22  Julien Danjou  <julien@danjou.info>
4548
4549         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4550         Only return an icon.
4551         (gnus-group-insert-group-line): Compute icon to return.
4552
4553         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4554         (gnus-html-image-fetched): Only cache if
4555         gnus-html-image-automatic-caching is set.
4556         (gnus-html-image-fetched): Check for errors.
4557
4558 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4561         once per method on `g'.  This ensures that backends like nnfolder don't
4562         open all their folders.
4563
4564         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4565         (nnimap-request-list): Nix out group in the correct buffer.
4566         (nnimap-parse-flags): Implement by using `read' instead of
4567         hand-parsing.
4568         (nnimap-flags-to-marks): Pass on permanent-flags.
4569         (nnimap-make-process-buffer): Record the server name.
4570         (nnimap-parse-flags): Fix typo.
4571         (nnimap-request-scan): Run split on the server in general, not just a
4572         single group.
4573
4574         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4575         parameter, and propagate this downwards.
4576
4577         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4578         since EXAMINE changes it on the server.
4579
4580         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4581         this command might take a while.
4582
4583 2010-09-22  Julien Danjou  <julien@danjou.info>
4584
4585         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4586         harmful if you have 2 images side-by-side, they can't be properly
4587         update on text deletion.  Using text-property is safer here.
4588         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4589         data.
4590
4591 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * nnimap.el (nnimap-expunge-inbox): Remove.
4594         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4595         (nnimap-expunge): Flip default to t.
4596
4597         * gnus.el (gnus-method-to-server): Don't push things to the cache
4598         unless it's unique.
4599         (gnus-server-to-method): Ditto.
4600
4601 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4602
4603         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4604
4605 2010-09-22  Julien Danjou  <julien@danjou.info>
4606
4607         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4608         get the start of data.
4609         (gnus-html-encode-url): Add this function to encode special chars in
4610         URL.
4611         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4612         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4613
4614         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4615         default.
4616         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4617
4618         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4619         images alt-text.
4620         (gnus-html-put-image): Put alt-text as help-echo.
4621
4622 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4625         * mm-util.el (mm-decompress-buffer)
4626         * nnir.el (nnir-run-find-grep)
4627         * pop3.el (pop3-list): Use 3rd arg of split-string.
4628
4629         * time-date.el (format-seconds): Comment fix.
4630
4631         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4632         and byte-optimize-form-code-walker.
4633         (dgnushack-make-auto-load): Don't advise make-autoload.
4634
4635         * lpath.el: Remove Emacs 21 stuff.
4636
4637 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4640         outside the active range.  Suggested by Dan Christensen.
4641
4642         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4643         slightly later to avoid double-getting it.
4644
4645         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4646         previous patch.
4647
4648         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4649
4650 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4651
4652         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4653
4654 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gnus-int.el (gnus-open-server): Give a better error message in the
4657         "go offline" case.
4658
4659         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4660         marks for nnimap, which is seldom the right thing to do.
4661
4662         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4663         (gnus-same-method-different-name): New function.
4664
4665         * nnimap.el (parse-time): Require.
4666
4667         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4668         method in the presence of many similar methods.
4669
4670         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4671
4672         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4673         nnml-inhibit-expiry.
4674
4675         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4676         find out whether methods are equal.
4677
4678         * nnimap.el (nnimap-find-expired-articles): New function.
4679         (nnimap-process-expiry-targets): New function.
4680         (nnimap-request-move-article): Request the article before looking at
4681         what the Message-ID is.  Fix found by Andrew Cohen.
4682         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4683
4684         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4685         for oldness in addition to being a predicate.
4686
4687         * nnimap.el (nnimap-request-group): When we have zero articles, return
4688         the right data to Gnus.
4689         (nnimap-request-expire-articles): Only delete articles immediately if
4690         the target is 'delete.
4691
4692         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4693         method, this would bug out.
4694
4695         * gnus-group.el (gnus-group-expunge-group): Rename from
4696         gnus-group-nnimap-expunge, and implemented as a normal interface
4697         function.
4698
4699         * gnus-int.el (gnus-request-expunge-group): New function.
4700
4701         * nnimap.el (nnimap-request-create-group): Implement.
4702         (nnimap-request-expunge-group): New function.
4703
4704 2010-09-21  Julien Danjou  <julien@danjou.info>
4705
4706         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4707         (gnus-html-cache-expired): Add new function.
4708         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4709         wethever we should display image for fetch it.
4710         Compute alt-text earlier to pass it to the fetching function too.
4711         (gnus-html-schedule-image-fetching): Change function argument to only
4712         get one image at a time, not a list.
4713         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4714         cache.
4715         (gnus-html-get-image-data): New function to retrieve image data from
4716         cache.
4717         (gnus-html-put-image): Change buffer argument to use image data rather
4718         than file, and place image above region rather than inserting a new
4719         one.  Do not take alt-text as argument, since it's useless now: we place
4720         the image above alt-text.
4721         (gnus-html-prune-cache): Remove.
4722         (gnus-html-show-images): Start to fetch image when we find one, do not
4723         push into a temporary list.
4724         (gnus-html-prefetch-images): Only fetch image if they have expired.
4725         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4726         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4727
4728 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4731
4732 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4735         spec inser "*" if the group isn't active instead of 0.
4736
4737         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4738         opening the server.
4739         (nnimap-request-delete-group): Implement group deletion.
4740         (nnimap-transform-headers): Return the size of the entire message in
4741         the Bytes header, not just the size of the first part.
4742         (nnimap-request-move-article): When moving an article from nnimap,
4743         request the article first so the accepting form has an article to
4744         accept.  Reported by Dan Christensen.
4745         (nnimap-command): Make sure that the error message doesn't error out.
4746
4747 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4748
4749         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4750         we haven't requested anything.
4751
4752 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4755         "".  Fix found by Andrew Cohen.
4756
4757         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4758         instead of -encode-string.
4759
4760 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4763
4764         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4765         by mm-subst-char-in-string.
4766
4767 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4770         waiting for the connection string.
4771
4772         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4773         arriving.
4774
4775         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4776         bogus characters.  This allows selecting certain Gmail groups.
4777
4778         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4779         (nnimap-fetch-partial-articles): New variable.
4780         (nnimap-open-connection): When looking for credentials, also use the
4781         nnimap-server-port.
4782         (nnimap-request-article): Return the group/article number, so that Gnus
4783         `^' works as expected.
4784         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4785
4786         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4787         comments.
4788         (gnus-methods-sloppily-equal): New function.
4789         (gnus): When using the development version of Gnus, load the gnus-load
4790         file.
4791
4792         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4793         `gnus-open-server' on each method before trying to scan them etc.
4794         This ensures that all the backend parameters are set correctly.
4795
4796         * nnimap.el (nnimap-authenticator): New variable.
4797         (nnimap-open-connection): Allow anonymous login.
4798         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4799         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4800
4801         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4802         patch, found by Knut Anders Hatlen.
4803
4804 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4805
4806         * gnus-agent.el (gnus-agent-batch-confirmation)
4807         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4808         to gnus-message.
4809         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4810         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4811         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4812         * gnus-int.el (gnus-open-server): Likewise.
4813         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4814         (gnus-score-check-syntax): Likewise.
4815         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4816         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4817         Likewise.
4818         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4819
4820 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4823         calling conventions so that prefetch doesn't bug out.
4824
4825 2010-09-19  Julien Danjou  <julien@danjou.info>
4826
4827         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4828         rather than `subst-char-in-region' in order to be able to replace ASCII
4829         char by UTF-8 ones.
4830
4831         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4832         than curl.
4833         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4834         the right URL and ALT text on images.
4835         (gnus-html-wash-tags): Fix tag case.
4836         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4837         (gnus-article-html): Add -o display_ins_del=2 option.
4838         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4839
4840 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841
4842         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4843         the extra mail headers, which sometimes seem to happen for unknown
4844         reasons.
4845
4846         * mail-parse.el (mail-header-encode-parameter): Define as
4847         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4848         (or most, perhaps?) mail readers don't understand the latter, but do
4849         understand the former.
4850
4851         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4852         to nil, so that no methods are automatically agentized.  I think this
4853         is probably what most users want.
4854
4855         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4856         from url-retrieve, for instance about invalid URLs.
4857
4858         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4859         groups that have no articles.
4860         (nnimap-request-article): Check that we really got an article when we
4861         requested one.
4862
4863         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4864         doesn't exist.
4865
4866         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4867         nntp buffer so the agent can save it.
4868         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4869         that CRLF doesn't get translated to \n.
4870         (nnimap-open-connection): Don't make 'shell commands only send \n.
4871
4872 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4873
4874         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4875         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4876         Update var name.
4877         (nnml-generate-nov-file): Use dolist.
4878         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4879         Use with-current-buffer.
4880
4881 2010-09-18  Julien Danjou  <julien@danjou.info>
4882
4883         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4884         parallel.
4885
4886 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4889         the range update right.
4890         (nnimap-request-group): Don't make `M-g' bug out on group with no
4891         marks.
4892         (nnoo): Require, so that other packages can require nnimap.
4893         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4894         command we're looking for.  This helps when the server sends more
4895         responses after we've gotten everything we expected.
4896         (nnimap): Add a `newlinep' field to keep track of end-of-line
4897         conventions.
4898         Don't send CRLF to things that don't want it.
4899         (nnimap-request-accept-article): Ditto.
4900
4901 2010-09-18  Julien Danjou  <julien@danjou.info>
4902
4903         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4904         than curl to retrieve images.
4905
4906 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4909         the marks.
4910         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4911         (nnimap-wait-for-connection): New function.
4912         (nnimap-open-connection): If we have PREAUTH, don't query for login
4913         credentials.
4914         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4915         when doing a partial update.
4916
4917 2010-09-18  Julien Danjou  <julien@danjou.info>
4918
4919         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4920         tags.
4921
4922 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * nnimap.el (nnimap-credentials): New function.
4925         (nnimap-open-connection): Use the new function to look for credentials
4926         also on the numeric equivalents of "imap" and "imaps".
4927
4928         * gnus-start.el (gnus-activate-group): Send the info to
4929         gnus-request-group.
4930
4931         * nnimap.el (nnimap-request-group): Have the "check" version of the
4932         function parse flags and update the info, so that a `M-g' get a total
4933         resync of all flags from the group.
4934
4935         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4936         to allow backends to alter the info on group selection.  Also alter all
4937         the backend -request-group functions to take the parameter.
4938
4939         * nnimap.el (nnimap-store-info): New function.
4940         (nnimap-update-info): Store the info for later usage.
4941         (nnimap-request-group): Use the stored info for the dont-check case, so
4942         that we don't retrieve all marks when we enter a group.
4943
4944         * nnimap.el: Use deffoo instead of defun for interface functions.
4945
4946         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4947         update the group info.  This makes the nndraft groups, for instance, go
4948         back to their old behaviour.
4949
4950         * gnus-sum.el (gnus-select-newsgroup): Indent.
4951
4952         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4953         in.
4954         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4955         nothing.
4956
4957         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4958         from methods that are denied.
4959
4960         * gnus-int.el (gnus-method-denied-p): New function.
4961
4962         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4963         store the password instead of netrc.
4964         (nnimap-open-connection): Don't error out when we can't make a
4965         connections.
4966
4967         * auth-source.el (auth-source-create): In the password prompt, say what
4968         we're querying for.  Also prompt for user name if that hasn't been
4969         given.
4970
4971         * nnimap.el (nnimap-with-process-buffer): Remove.
4972
4973 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4976         method when we're reading from the agent.
4977
4978         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4979
4980         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4981         that's probably most useful for users.
4982
4983         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4984         "failed" all the time.
4985
4986         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4987         ...)) with (with-current-buffer ... ).
4988
4989         * nntp.el (nntp-open-server): Return whether the open was successful or
4990         not.
4991
4992         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4993         select an unread unseen article first.
4994
4995         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4996         /etc/services, supply some sensible port defaults.
4997
4998         * dgnushack.el: Define netrc-credentials.
4999
5000 2010-09-17  Julien Danjou  <julien@danjou.info>
5001
5002         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5003
5004 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5005
5006         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5007         doesn't have any parameters.
5008
5009 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5012         only upcased checks.
5013
5014         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5015
5016         * nnimap.el (nnimap-open-shell-stream): New function.
5017         (nnimap-open-connection): Use it.
5018         (nnimap-transform-headers): Get the number of lines in each message.
5019         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5020         number of lines.
5021         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5022         problem.
5023
5024         * utf7.el (utf7-encode): Autoload.
5025
5026         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5027         to allow the mail splitting to not return a default group.  This is
5028         useful for nnimap, which will leave unmatched mail in the inbox.
5029
5030         * nnimap.el: Rewritten.
5031
5032         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5033         nnimap usage.
5034
5035         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5036         if the move is internal, so that nnimap can do fast internal moves.
5037
5038         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5039         data.
5040         (gnus-read-active-for-groups): Support finishing the early retrieval of
5041         data.
5042
5043         * gnus-range.el (gnus-range-nconcat): New function.
5044
5045         * gnus-int.el (gnus-finish-retrieve-group-infos)
5046         (gnus-retrieve-group-data-early): New functions.
5047
5048 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5049
5050         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5051         (nnrss-retrieve-groups):
5052         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5053         (pop3-quit): Use with-current-buffer.
5054
5055 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5058         instead of nnheader-accept-process-output.
5059
5060         * dgnushack.el (dgnushack-compile): Add comment.
5061
5062         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5063
5064         * gnus-html.el (gnus-html-schedule-image-fetching)
5065         (gnus-html-prefetch-images): Replace process-kill-without-query by
5066         gnus-set-process-query-on-exit-flag.
5067
5068 2010-09-16  Romain Francoise  <romain@orebokech.com>
5069
5070         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5071
5072 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5075         parameter to unintern is mandatory-ish in Emacs 24.
5076
5077         * gnus-html.el (gnus-html-schedule-image-fetching)
5078         (gnus-html-prefetch-images): Check for curl before using it.
5079
5080         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5081         depend on curl, which isn't essential.
5082
5083         * imap.el: Revert back to version
5084         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5085         seem problematic.
5086
5087 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5088
5089         * gnus-registry.el (gnus-registry-install-shortcuts):
5090         Explicitly pass `obarray' to `unintern' to avoid a warning.
5091
5092 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5093
5094         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5095         change.
5096
5097         * nnrss.el (nnrss-request-list): Remove this function and related
5098         functions, including the moreover stuff.
5099
5100 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * nnrss.el (nnrss-retrieve-groups): New function.
5103
5104 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5105
5106         * .dir-locals.el: Add no-byte-compile cookie.
5107
5108 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * time-date.el (format-seconds): Comment fix.
5111
5112         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5113         for back end that doesn't support request-scan.
5114
5115 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5118         then do request scans from the backends.
5119
5120         * netrc.el (netrc-credentials): New conveniency function.
5121
5122         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5123         avoid running a hook per line, since this takes a lot of time,
5124         profiling shows.
5125         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5126         directly if gnus-visual-p is true.
5127
5128 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5131         groups; replace mapcar with dolist which is a bit faster; pass groups
5132         info to gnus-read-active-file-1.
5133         (gnus-read-active-file-1): Scan only specified groups if the new
5134         optional arg `infos' is given.
5135
5136 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5139
5140         * pop3.el (pop3-movemail): Remove.
5141         (pop3-streaming-movemail): Rename to pop3-movemail.
5142
5143         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5144         don't restrict end-tag searches to the end of the line.
5145
5146 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5149         articles of every unchecked group to t, which means unknown since the
5150         server has never been opened.
5151
5152 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-html.el (gnus-html-show-alt-text): New command.
5155         (gnus-html-browse-image): Ditto.
5156         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5157         to browse the image directly.
5158         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5159         better.
5160
5161         * gnus-async.el (gnus-async-article-callback):
5162         Call `gnus-html-prefetch-images' unconditionally.
5163
5164         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5165         before feeding URLs to curl.
5166
5167 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5170         internal images as deletable by `W D D'.
5171
5172         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5173         (gnus-async-article-callback): Fix typo.
5174
5175 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5178         current line to work around bugs in the output from w3m.
5179
5180         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5181         for groups that want that.
5182
5183         * nntp.el (nntp-wait-for-string): Supply a timeout for
5184         accept-process-output to ensure progress.
5185
5186         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5187         level to get unread articles from, then use that for foreign groups,
5188         too.
5189
5190         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5191         confuses the rest of the function.
5192
5193         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5194         for the methods that support -retrieve-groups, too.
5195
5196         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5197
5198 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5201         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5202
5203         * pop3.el: Require cl when compiling.
5204         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5205
5206 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5209         that aren't going to be activated.
5210         (gnus-get-unread-articles): Fix up the last commit.
5211
5212         * gnus-html.el (gnus-article-html): Allow calling without specifying
5213         the handle.  In that case, dissect the buffer first.
5214
5215         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5216
5217         * nnimap.el (nnimap-open-connection): Revert the change that would look
5218         into authinfo for imaps instead of imap.
5219
5220         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5221         say that you don't want to call gnus-request-group with don-check, but
5222         do check the reponse.  This is for virtual groups only.
5223         (gnus-get-unread-articles): Count the archive groups as secondary, so
5224         that they're activated the same way as before.
5225
5226         * imap.el (imap-message-map): Removed optional buffer parameter, since
5227         no callers use it.
5228         (imap-message-get): Ditto.
5229         (imap-message-put): Ditto.
5230         (imap-mailbox-map): Ditto.
5231         (imap-mailbox-put): Ditto.
5232         (imap-mailbox-get): Ditto.
5233         (imap-mailbox-get): Revert last change for this function.
5234
5235         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5236         case-insensitively.
5237         (nnimap-debug): Remove.
5238
5239         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5240         to use `imap-fetch' instead.  According to the comments, this should be
5241         safe, since all other IMAP clients use the 1:* syntax.
5242         (imap-enable-exchange-bug-workaround): Removed.
5243         (imap-debug): Removed -- doesn't seem very useful.
5244
5245         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5246         mail from a file, and the file doesn't exist.
5247
5248         * imap.el (imap-log): New convenience function used throughout instead
5249         of repeating the same code all over the place.
5250
5251         * pop3.el (pop3-streaming-movemail): Return t for success.
5252
5253         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5254         .authinfo if we're using ssl connection.
5255
5256         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5257         already have if we're in a main Gnus `g' run.
5258
5259         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5260
5261 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5264
5265         * nnmh.el (nnmh-request-list-1): Bind `file'.
5266
5267         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5268         alias to set-process-query-on-exit-flag or process-kill-without-query.
5269         (pop3-open-server): Use it.
5270
5271 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5274         box to the Incoming file.  Fixes mistake in previous checkin.
5275
5276         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5277         request loop (for debugging purposes) removed.
5278
5279         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5280         culprit is more visible.
5281         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5282         (nnml-add-incremental-nov): New functions to do "incremental" nov
5283         updates, where we just append to the end of the existing nov files
5284         without reading/writing them in full.
5285
5286         * mail-source.el (mail-source-delete-crash-box): Really only check the
5287         incoming files once in a while.
5288
5289         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5290
5291         * mail-source.el (mail-source-delete-crash-box): Only check the
5292         incoming files for deletion once per day to save a lot of file
5293         accesses.
5294
5295         * pop3.el (pop3-logon): Fix up unbound variable typo.
5296
5297         * mail-source.el (pop3-streaming-movemail): Autoload.
5298
5299         * pop3.el (pop3-streaming-movemail):
5300         Respect pop3-leave-mail-on-server.
5301
5302         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5303         retrieval.
5304
5305         * pop3.el (pop3-process-filter): Remove unused function.
5306         (pop3-streaming-movemail, pop3-send-streaming-command)
5307         (pop3-wait-for-messages, pop3-write-to-file)
5308         (pop3-number-of-responses): New functions for streaming pop3
5309         retrieval.
5310
5311         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5312         come from no known methods.
5313         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5314         list.
5315
5316         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5317         message sizes.
5318         (pop3-movemail): Use erase-buffer instead of looping and deleting
5319         regions, which seems rather odd.
5320
5321         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5322         file once per `g' run.
5323
5324         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5325         directories.  This makes the draft queue directory work.
5326
5327         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5328         data from the backends, so that we only request the list of groups from
5329         each method once.  This should speed things up considerably.
5330
5331         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5332         detect that it's not implemented.
5333
5334         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5335         we actually do recurse down into the tree, but don't stat all leaf
5336         nodes.
5337
5338         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5339         then say so instead of bugging out.
5340
5341         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5342         files exist before trying to read them.
5343
5344         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5345         around <pre_int>.
5346
5347         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5348
5349         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5350
5351 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * mm-util.el (mm-image-load-path): Just return the image directories,
5354         not all directories in the path in addition to the image directories.
5355         (mm-image-load-path): Maintain a cache of the image directories so that
5356         the `g' command in Gnus doesn't have to stat dozens of directories each
5357         time.
5358
5359         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5360         (gnus-html-wash-tags): Add a new `i' command to insert images.
5361         (gnus-html-insert-image): New command and keystroke.
5362         (gnus-html-redisplay-with-images): New command and keystroke.
5363         (gnus-html-show-images): Rename command.
5364         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5365         spacers.
5366         (gnus-html-wash-tags): Decode entities at the end, so that entities
5367         inside the tags don't mess up the rest of the "parsing".
5368
5369         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5370         so that nnimap methods aren't agentized by default.  There's apparently
5371         many problems related to agent/imap behaviour.
5372
5373         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5374
5375         * gnus-html.el: Doc fix.
5376
5377 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5380         specifier-spec-list for Emacs 21.
5381
5382         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5383         glyph-width and glyph-height instead of display-graphic-p and
5384         image-size; make avoidance of displaying small images work for XEmacs.
5385
5386         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5387         for XEmacs.
5388
5389         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5390         of symbol that holds plist data.
5391         (gnus-process-plist): Remove plist of process after getting it.
5392
5393 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * message.el (message-generate-hashcash): Change default to
5396         'opportunistic if hashcash is installed.
5397
5398         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5399         (gnus-html-put-image): Only call image-size once, since it's somewhat
5400         time-consuming on remote X servers.
5401
5402 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5405         type on data, not a file name.
5406
5407         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5408         window-pixel-edges for Emacs 21.
5409
5410         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5411         decoded contents.
5412         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5413
5414 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5417         group line format, since it isn't very interesting.
5418
5419         * gnus-agent.el (gnus-agent-short-article),
5420         (gnus-agent-long-article): Increase values for these two variables,
5421         since most people are likely to have more network connection and
5422         storage than before.
5423
5424         * gnus.el (gnus-refer-article-method): Change default to 'current.
5425         When referring an article, the common behaviour is to refer it from the
5426         current select method, not the native select method.  The chances of
5427         the native select method having the message in question is rather slim
5428         these days.
5429
5430         * gnus-sum.el (gnus-auto-select-subject): Change default to
5431         `unseen-or-unread'.  I think it's likely that most people want to
5432         select an unseen article over a previously seen, but unread one.
5433
5434         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5435         means that in the article buffer none of the minor mode elements will
5436         be shown, usually, and this is not desirable in most cases.
5437
5438         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5439         that commands like `d' (and the like) go to the next line in the
5440         buffer, instead of the next unread article.  I think this is the
5441         behaviour that is most natural for most users.
5442         (gnus-single-article-buffer): Change default to nil, so that people can
5443         have as many article buffers open as they have summary buffer.  I think
5444         this is the most natural way for the groups to behave.
5445
5446         * message.el (message-generate-new-buffers): Change default to
5447         `unsent', so that all new message buffers start their names with the
5448         string "*unsent", and it's easier to find the buffers if you move from
5449         them.
5450
5451 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5454         small.  They're probably tracking images.
5455         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5456         (gnus-html-rescale-image): Yet another try at getting the image sizing
5457         right.
5458
5459         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5460         nntp-marks-file-name is nil.
5461
5462 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-html.el (gnus-html-wash-tags)
5465         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5466         Better logging.
5467
5468 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5471
5472         * gnus-html.el (gnus-html-wash-tags): Check the value of
5473         gnus-blocked-images in the summary buffer.
5474
5475 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5478
5479 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5482         like "a", it seems like.
5483         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5484         since it needs to be picked from the correct buffer.
5485
5486         * nnwfm.el: Remove.
5487
5488         * nnlistserv.el: Remove.
5489
5490 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5493         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5494
5495 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * nnkiboze.el: Remove.
5498
5499         * nndb.el: Remove.
5500
5501         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5502         alt text.
5503         (gnus-html-rescale-image): Try to get the rescaling logic right for
5504         images that are just wide and not tall.
5505
5506         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5507         overshadow variable bindings.
5508
5509 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-html.el (gnus-html-wash-tags)
5512         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5513         Add extra logging.
5514
5515 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5518         (gnus-max-image-proportion): New variable.
5519         (gnus-html-rescale-image): New function.
5520         (gnus-html-put-image): Rescale images.
5521
5522 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5523
5524         Fix up some byte-compiler warnings.
5525         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5526         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5527         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5528         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5529         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5530         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5531         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5532
5533 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * gnus-html.el (gnus-article-html): Decode contents by charset.
5536
5537 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5540         (gnus-html-frame-width, gnus-blocked-images)
5541         * message.el (message-prune-recipient-rules): Add custom version.
5542         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5543
5544         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5545         functions.
5546
5547         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5548         gnus-process-get.
5549
5550 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5551
5552         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5553         instead of lsub directly.
5554
5555 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * nnwarchive.el: Remove.
5558
5559         * gnus-soup.el: Remove.
5560
5561         * nnsoup.el: Remove.
5562
5563         * nnultimate.el: Remove.
5564
5565         * gnus-html.el (gnus-blocked-images): New variable.
5566
5567         * message.el (message-prune-recipients): New function.
5568         (message-prune-recipient-rules): New variable.
5569
5570         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5571         guess whether a long line is natural text or not.
5572
5573         * gnus-html.el (gnus-html-schedule-image-fetching):
5574         Use gnus-process-plist and friends for compatibility.
5575
5576 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * gnus-html.el: Require packages that define macros used in this file.
5579         (gnus-article-mouse-face): Declare to silence byte-compiler.
5580         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5581         process-get.
5582         (gnus-html-put-image): Use plist-get to avoid getf.
5583         (gnus-html-prefetch-images): Use with-current-buffer.
5584
5585 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-ems.el: Provide compatibility functions for
5588         gnus-set-process-plist.
5589
5590         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5591         header-line-format for XEmacs 21.4.
5592
5593         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5594         * gnus.el (gnus-valid-select-methods)
5595         * message.el (message-send-mail-partially-limit)
5596         * mm-decode.el (mm-text-html-renderer)
5597         * mml.el (mml-insert-mime-headers-always)
5598         * smiley.el (smiley-regexp-alist): Bump custom version.
5599
5600 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * gnus-html.el: require mm-url.
5603         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5604         with the url to `url'.
5605         (gnus-html-wash-tags): Support cid: URLs/images.
5606
5607 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5610         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5611         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5612
5613         * gnus-move.el: Remove file, since it doesn't really work.
5614
5615         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5616         UTF-8.  This seems to fix problems with some German web feeds.
5617
5618         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5619         at the top so that the proper colours are applied.
5620
5621         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5622         don't have dots in their names.
5623
5624         * gnus-art.el (gnus-article-view-part): Doc fix.
5625
5626         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5627         XEmacs-compatible.
5628         (gnus-html-put-image): Don't do images on non-graphic displays.
5629
5630         * nnslashdot.el: Remove this unused backend.
5631
5632         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5633         actions.
5634         (gnus-undo-register-1): Revert last change.
5635
5636         * gnus-group.el (gnus-group-completing-read): Protect against not
5637         having completion-styles bound.
5638
5639         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5640         make broken recipients happier.
5641
5642         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5643
5644         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5645         point parameter.
5646
5647         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5648
5649         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5650         completion-styles for group selection.
5651
5652 2009-02-04  Andreas Schwab  <schwab@suse.de>
5653
5654         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5655         headers and regexp-quote the match if necessary.
5656
5657 2009-03-24  Miles Bader  <miles@gnu.org>
5658
5659         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5660         the blinking smiley.
5661
5662 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5663
5664         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5665         blink smiley.
5666
5667 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5670         where the dribbel file lives exists.
5671
5672         * message.el (message-send-mail-partially-limit): Change the default to
5673         nil, since most people don't want this.
5674
5675         * mm-url.el (mm-url-decode-entities): Also decode entities like
5676         &#x3212.
5677
5678 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5679
5680         * gnus-sum.el (gnus-summary-idna-message):
5681         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5682         Hyperlink urls in docstrings with URL `...'.
5683
5684 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5685
5686         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5687         functions.
5688
5689 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5692         say what the mouseover text should be.
5693
5694         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5695         version of the mm-w3m-safe-url-regexp variable to only download images
5696         in the groups where we want that to happen.
5697
5698         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5699
5700         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5701         easier debugging.
5702         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5703         big pictures in the article buffer.
5704
5705         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5706         gnus-article-html.
5707         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5708         w3m.
5709
5710         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5711
5712 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5715         which doesn't exist.
5716
5717         * message.el (message-inhibit-ecomplete): New variable to allow some
5718         function to inhibit ecomplete address storage.
5719         (message-resend): Disable ecomplete message storage when resending
5720         messages.
5721
5722         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5723
5724 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5727         Save excursion while copying, moving, and deleting articles in order to
5728         prevent the cursor from jumping to unforeseen place.
5729
5730 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * lpath.el: No need to bind bookmark-current-buffer,
5733         bookmark-yank-point and bookmark-make-record-function.
5734
5735 2010-08-17  Glenn Morris  <rgm@gnu.org>
5736
5737         * gnus-sync.el: Require gnus components whose functions are used.
5738
5739         * gnus-art.el (bookmark-make-record-function):
5740         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5741         Declare for compiler.
5742
5743         * mm-url.el (mml-compute-boundary): Autoload.
5744
5745 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5748
5749 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         Typo fix "hoo4a" -> "hook".
5752
5753         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5754
5755 2010-08-14  Glenn Morris  <rgm@gnu.org>
5756
5757         * gnus-sync.el (gnus-sync): Fix defgroup version.
5758
5759 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5762
5763         * gnus-sync.el: Fix docs.
5764         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5765         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5766
5767 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         Optimizations for gnus-sync.el.
5770
5771         * gnus-sync.el: Add docs about gnus-sync-backend
5772         possibilities.
5773         (gnus-sync-save): Remove unnecessary message.
5774         (gnus-sync-read): Optimize and show what groups were skipped.
5775
5776 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         Minor bug fixes for gnus-sync.el.
5779
5780         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5781         Don't read the sync on get-new-news.
5782
5783         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5784         quiet.
5785
5786         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5787         (fix typo).
5788
5789 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5790
5791         Make saving and restoring of hidden threads work with overlays.
5792         Patch applied by Ted Zlatanov.
5793
5794         * gnus-sum.el (gnus-hidden-threads-configuration)
5795         (gnus-restore-hidden-threads-configuration): Update to deal with text
5796         properties, rather than searching for a magic character.
5797
5798 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         New gnus-sync.el library for synchronization of marks.
5801
5802         * gnus-sync.el: New library for synchronization of marks.
5803
5804         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5805         renamed from `gnus-registry-grep-in-list'.
5806
5807         * gnus-registry.el (gnus-registry-follow-group-p):
5808         Use `gnus-grep-in-list'.
5809
5810         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5811
5812 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5815         determining charset of text fails.
5816
5817 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * nnmail.el (nnmail-get-new-mail-1): Revert.
5820
5821         * nnml.el (nnml-active-number): Make sure names of newly created groups
5822         in nnml-group-alist are encoded.
5823
5824 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5827         containing non-ASCII characters in active file for nnml back end.
5828
5829 2010-07-24  David Engster  <dengste@eml.cc>
5830
5831         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5832         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5833
5834 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5835
5836         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5837         tag (Bug#6654).
5838
5839 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5842         the article buffer, not the summary buffer.
5843
5844 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5847         Emacs 23 as well.
5848
5849 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5852         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5853
5854 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5855
5856         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5857         Patch applied by Karl Fogel.
5858
5859         * gnus-sum.el (gnus-summary-bookmark-make-record):
5860         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5861
5862 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5863
5864         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5865         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5866         C-w still not working correctly from Article buffers; Thierry's
5867         patch to fix that will be applied after this.
5868
5869         * gnus-art.el (bookmark-make-record-function): New local variable.
5870
5871         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5872         article buffer.
5873         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5874
5875 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5876
5877         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5878         on changes in bookmark.el.
5879
5880 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5883         `no-log' instead of message not to log prompt string.
5884
5885 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5886
5887         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5888         the *other* type of HTML form submission.
5889
5890 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5891
5892         * auth-source.el (auth-source-pick): If choice does not contain a
5893         questioned keyword, set the check to t.
5894
5895 2010-06-12  Romain Francoise  <romain@orebokech.com>
5896
5897         * gnus-util.el (gnus-date-get-time): Move up before first use.
5898
5899 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5902         (gnus-article-edit-part): Bind it to make last part that is substituted
5903         or deleted visible.
5904         (gnus-mime-display-single): Buttonize part of which id equals to
5905         gnus-mime-buttonized-part-id.
5906
5907 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5908
5909         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5910         (gnus-dd-mmm): Use gnus-date-get-time.
5911         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5912         simplify logic.
5913         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5914         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5915
5916 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5917
5918         * auth-source.el (top): Autoload `secrets-list-collections',
5919         `secrets-create-item', `secrets-delete-item'.
5920         (auth-sources): Fix tag string.
5921         (auth-get-source, auth-source-retrieve, auth-source-create)
5922         (auth-source-delete): New defuns.
5923         (auth-source-pick): Rewrite in order to avoid 2 passes.
5924         (auth-source-forget-user-or-password): New parameter USERNAME.
5925         (auth-source-user-or-password): New parameters CREATE-MISSING and
5926         DELETE-EXISTING.  Retrieve password interactively, if needed.
5927
5928 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5929
5930         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5931         deleting unused directories when gnus-expert-user is t.
5932
5933 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5936         for each temp file when gnus-article-browse-delete-temp is ask.
5937
5938 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5939
5940         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5941         Lisp calls to delete-backward-char by calls to delete-char.
5942
5943 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5944
5945         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5946
5947 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5948
5949         * password-cache.el (password-cache-remove): Fix docstring.
5950
5951 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5954         article unless decoding article to be saved.
5955
5956 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5959         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5960         generated within the mm-with-unibyte-current-buffer macro.
5961
5962 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5965         to nil when we're in a mml-preview buffer and no group is selected.
5966
5967 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5968
5969         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5970         when catching the `C-g'.  Reported by "Leo".
5971
5972 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * message.el (message-forward-make-body-plain)
5975         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5976         multibyte-string-p.
5977
5978         * lpath.el: Revert.
5979
5980 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * message.el (message-forward-make-body-mml): Assume original message
5983         is multibyte string; error on unibyte.
5984         (message-forward-make-body-plain): Ditto; don't add excessive newline
5985         in body end.
5986
5987         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5988
5989 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5990
5991         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5992         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5993
5994 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mm-extern.el (mm-extern-url): Don't use
5997         mm-with-unibyte-current-buffer.
5998         (mm-extern-cache-contents): Use with-current-buffer instead of
5999         save-excursion + set-buffer.
6000
6001 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * mm-util.el (mm-emacs-mule): Remove.
6004
6005 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6006
6007         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6008         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6009         change.
6010
6011 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6014         bind the default value of enable-multibyte-characters to nil.
6015
6016 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * message.el (message-forward-make-body-plain)
6019         (message-forward-make-body-mml):
6020         Don't use mm-with-unibyte-current-buffer.
6021
6022 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6023
6024         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6025
6026 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6027
6028         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6029         (Bug#5592).
6030
6031 2010-05-07  Julien Danjou  <julien@danjou.info>
6032
6033         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6034         it to mm-pipe-part.
6035
6036         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6037         it is given.
6038
6039 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * binhex.el (binhex-decode-region-internal)
6042         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6043         (dns-query)
6044         * nnweb.el (nnweb-gmane-search)
6045         * pgg-parse.el (pgg-parse-armor)
6046         * pgg.el (pgg-verify-region)
6047         * sha1.el (sha1-string-external)
6048         * uudecode.el (uudecode-decode-region-internal)
6049         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6050         XEmacs.
6051
6052         * gnus-art.el (gnus-article-browse-html-parts)
6053         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6054         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6055         make-temp-file.
6056
6057         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6058         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6059         compiling.
6060
6061         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6062         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6063         XEmacs when compiling.
6064
6065         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6066         gnus-pick-mode-off-hook for XEmacs when compiling.
6067         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6068         gnus-binary-mode-off-hook for XEmacs when compiling.
6069
6070         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6071         Return nil if char-charset is not available.
6072
6073         * imap.el (imap-disable-multibyte)
6074         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6075         macros.
6076
6077         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6078         instead of encode-coding-string.
6079
6080         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6081         'xemacs) instead of mm-emacs-mule to switch function definitions.
6082         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6083
6084         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6085         bind temporary-file-directory for XEmacs;
6086         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6087         timer-set-function for XEmacs 21.4 and SXEmacs;
6088         bind timer-list for XEmacs 21.4 and SXEmacs;
6089         fbind char-charset and find-charset-region for non-Mule XEmacs;
6090         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6091         encode-coding-region and encode-coding-string for XEmacs having no
6092         file-coding feature.
6093
6094 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6095
6096         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6097
6098 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6101         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6102
6103 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6104
6105         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6106         alias `jka-compr-delete-temp-file' no longer exists.
6107
6108 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6109
6110         Use define-minor-mode in Gnus where applicable.
6111         * mml.el (mml-mode): Use define-minor-mode.
6112         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6113         (gnus-undo-mode): Use define-minor-mode.
6114         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6115         (gnus-dead-summary-mode): Use define-minor-mode.
6116         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6117         Initialize in declaration.
6118         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6119         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6120         (gnus-mailing-list-mode): Use define-minor-mode.
6121         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6122         (gnus-draft-mode): Use define-minor-mode.
6123         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6124         (gnus-dired-mode): Use define-minor-mode.
6125
6126 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6127
6128         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6129         handles on recursive mml-to-mime translation and check them for
6130         boundary delimiter collisions.  Reported by Greg Troxel.
6131
6132 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6135
6136 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6137
6138         * mm-util.el (mm-find-buffer-file-coding-system):
6139         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6140
6141 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6142
6143         * message.el (message-generate-headers): Record insertion of optional
6144         headers as well.  Otherwise the check to prevent repeated insertion of
6145         optional headers is a no-op.
6146
6147 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * smime.el: Don't mention CVS.
6150
6151         * nnrss.el (nnrss-fetch): Don't mention CVS.
6152
6153         * nnir.el: Don't mention CVS.
6154
6155 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6156
6157         * gnus-sum.el (gnus-summary-bookmark-make-record):
6158         Add `location' field.
6159
6160 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * lpath.el: Fbind bookmark-default-handler,
6163         bookmark-get-bookmark-record, bookmark-make-record-default,
6164         bookmark-prop-get for Emacs <23 and XEmacs.
6165
6166 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6167
6168         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6169         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6170         Use with-current-buffer to silence the byte-compiler.
6171         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6172         bother to require `gnus'.
6173         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6174
6175 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6176
6177         * gnus-sum.el (gnus-summary-bookmark-make-record)
6178         (gnus-summary-bookmark-jump): New functions.
6179         (gnus-summary-mode): Setup bookmark support.
6180
6181 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6182
6183         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6184         if set.
6185
6186 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6189         gnus-article-browse-html-save-cid-image; make it work recursively for
6190         forwarded messages as well.
6191         (gnus-article-browse-html-parts): Work when prefix arg is given.
6192         (gnus-article-browse-html-article): Doc fix.
6193
6194 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6195
6196         * message.el (message-default-mail-headers):
6197         (message-default-headers): Carry the value mail-default-headers over
6198         into message-default-mail-headers, rather than message-default-headers.
6199
6200 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6201
6202         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6203         charset.
6204
6205         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6206         charset into the <meta> tag when the article is encoded to utf-8.
6207
6208 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * gnus-art.el (gnus-article-browse-delete-temp-files):
6211         Delete directories as well.
6212         (gnus-article-browse-html-parts): Work for images that do not specify
6213         file names; delete temp directory when quitting; insert header at the
6214         right place; use file: scheme for image files.
6215
6216 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6217
6218         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6219         (gnus-article-browse-html-parts): Use it to make temporary cid image
6220         files in addition to html file so that browser may display them.
6221
6222 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6225
6226 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6229
6230 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * auth-source.el (auth-sources): Change default to be simpler.
6233         Explain about Secret Service API sources.  Improve Customize options.
6234         (auth-source-pick): Change to accept any number of search parameters.
6235         Implement fallbacks iteratively, not recursively.  Add scoring on the
6236         second pass and sort by score.  Call Secret Service API when needed.
6237         (auth-source-user-or-password): Use it.  Call Secret Service API
6238         directly when needed to get the user name and the password.
6239
6240 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6241
6242         * message.el (message-interactive): Doc fix.
6243         (message-qmail-inject-args): Reflow.
6244         (message-kill-to-signature): Fix typo in docstring.
6245
6246         * smiley.el (smiley-buffer): Fix typo in docstring.
6247
6248 2010-03-24  Glenn Morris  <rgm@gnu.org>
6249
6250         * mail-source.el (gnus-message): Declare.
6251         (mail-source-delete-old-incoming): Require gnus-util.
6252
6253 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6256
6257         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6258
6259         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6260         password-cache's default if it is not bound.
6261         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6262         password-cache-expiry's default if it is not bound.
6263
6264         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6265         available in Emacs 21.
6266
6267         * lpath.el: Suppress compiler warnings for:
6268         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6269         XEmacs;
6270         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6271         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6272         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6273
6274 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * auth-source.el (auth-sources): Fix up definition so extra parameters
6277         are always inline.
6278
6279 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6280
6281         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6282         wasn't updated after mismatch.  Clear cached mailbox info correctly
6283         when uidvalidity changes.
6284         (nnimap-group-prefixed-name): New function to avoid some code
6285         duplication.
6286         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6287         (nnimap-request-group): Use it.
6288         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6289         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6290         with many imap folders.  This is done by caching the group status from
6291         the imap server persistently in a group parameter `imap-status'.  (This
6292         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6293         but not persistently, so every Gnus startup was still very slow.)
6294
6295 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6298         delete the extra newline.  Otherwise editing of :string and :number
6299         types don't work.
6300
6301 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6304         secrets.el dependency.
6305         (auth-sources): Add optional user name.  Add secrets.el configuration
6306         choice (unused right now).
6307
6308 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-sum.el (gnus-summary-make-menu-bar):
6311         Let `gnus-registry-install-shortcuts' fill in the functions.
6312
6313         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6314         warnings.
6315         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6316         (gnus-registry-install-shortcuts): Populate and use it in a
6317         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6318
6319 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6320
6321         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6322         In-place substitutions for the group name encoding/decoding.
6323         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6324         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6325         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6326         (nnimap-update-unseen, nnimap-request-list)
6327         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6328         (nnimap-request-set-mark, nnimap-split-to-groups)
6329         (nnimap-split-articles, nnimap-request-newgroups)
6330         (nnimap-request-create-group, nnimap-request-accept-article)
6331         (nnimap-request-delete-group, nnimap-request-rename-group)
6332         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6333         `encoded-mbx' for consistency.
6334         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6335         variable `imap-current-mailbox'.
6336
6337         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6338         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6339
6340 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6341
6342         * pop3.el (pop3-display-message-size-flag): Display message size byte
6343         counts during POP3 download.
6344         (pop3-movemail): Use it.
6345         (pop3-list): Implement listing of available messages.
6346
6347 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6348
6349         * nnir.el (nnir-get-article-nov-override-function): New function to
6350         override the normal NOV retrieval.
6351         (nnir-retrieve-headers): Use it.
6352
6353 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6354
6355         * auth-source.el (netrc-machine-user-or-password): Autoload.
6356
6357 2010-03-19  Glenn Morris  <rgm@gnu.org>
6358
6359         Stop message.el from loading about 40 libraries it doesn't always need.
6360         The general approach is to autoload rather than require, and to
6361         require in the specific functions rather than the file.  (Bug#5642)
6362
6363         * gmm-utils.el: Don't require wid-edit.
6364         (widget-create-child-value, widget-convert, widget-default-get):
6365         Autoload.
6366
6367         * gnus-util.el: Don't require time-date, netrc.
6368         (message-fetch-field, gnus-group-name-decode): Declare rather than
6369         autoloading.
6370         (gnus-fetch-field): Require message.
6371         (gnus-decode-newsgroups): Require gnus-group.
6372
6373         * ietf-drums.el: Don't require time-date.
6374
6375         * message.el: Don't require hashcash, canlock, ecomplete.
6376         Do require mail-utils.  Require nnheader only when compiling.
6377         (smtpmail-default-smtp-server): Remove declaration.
6378         (message-send-mail-function): Check smtpmail-default-smtp-server
6379         is bound rather than requiring smtpmail.
6380         (message-auto-save-directory, message-insert-signature):
6381         Use expand-file-name rather than nnheader-concat.
6382         (nnheader-insert-file-contents): Autoload.
6383         (hashcash-wait-async): Declare.
6384         (message-send-mail): Only call gnus-setup-posting-charset if
6385         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6386         (message-send-mail-with-sendmail): Require sendmail.
6387         (canlock-password, canlock-password-for-verify): Declare.
6388         (message-canlock-password): Require canlock.
6389         (nnheader-get-report): Autoload.
6390         (gnus-setup-posting-charset): Declare.
6391         (message-send-news): Require gnus-msg.
6392         (message-make-references, message-make-in-reply-to): Use mail-header-id
6393         rather than the alias mail-header-message-id.
6394         (ecomplete-add-item, ecomplete-save): Declare.
6395         (message-put-addresses-in-ecomplete): Require ecomplete.
6396         (ecomplete-display-matches): Autoload.
6397
6398         * mm-decode.el: Don't require mailcap, gnus-util.
6399         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6400         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6401         Autoload.
6402         (mailcap-mime-extensions): Declare.
6403
6404         * mm-encode.el: Don't require mailcap.
6405         (mailcap-extension-to-mime): Autoload.
6406
6407         * mml-sec.el: Don't require password-cache.
6408
6409         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6410         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6411         (mml-minibuffer-read-type): Require mailcap.
6412         (mml-preview): Require gnus-msg.
6413
6414         * mml1991.el: Require password-cache.
6415         (password-cache-expiry): Remove declaration.
6416
6417         * mml2015.el: Require password-cache.
6418         (password-cache-expiry): Remove declaration.
6419
6420         * nneething.el (mailcap): Require mailcap.
6421
6422         * nnheader.el (declare-function): Add compatibility stub.
6423         (message-remove-header): Declare rather than autoload.
6424         (nnheader-replace-header): Require message.
6425
6426         * nnimap.el (declare-function): Add compatibility stub.
6427         (netrc-parse, netrc-machine-user-or-password): Declare.
6428         (nnimap-open-connection): Require netrc.
6429
6430         * nntp.el (declare-function): Add compatibility stub.
6431         (netrc-parse, netrc-machine, netrc-get): Declare.
6432         (nntp-send-authinfo): Require netrc.
6433
6434         * rfc2047.el: Don't require qp.
6435         (quoted-printable-encode-region, quoted-printable-decode-string):
6436         Autoload.
6437
6438         * sieve-mode.el: Don't require easymenu.
6439         (easy-menu-add-item): Autoload it.
6440
6441         * spam-stat.el (time-to-number-of-days): Autoload it.
6442
6443 2010-03-19  Glenn Morris  <rgm@gnu.org>
6444
6445         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6446
6447 2010-03-18  Glenn Morris  <rgm@gnu.org>
6448
6449         * hashcash.el (declare-function): Remove duplicate definition.
6450
6451 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6452
6453         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6454         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6455         value if any backslash escapes).
6456
6457 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6460         if it is available.  (bug#5647)
6461
6462         * lpath.el: Suppress compiler warning for coding-system-from-name for
6463         Emacs 21 and XEmacs.
6464
6465 2010-03-14  Juri Linkov  <juri@jurta.org>
6466
6467         * hmac-def.el:
6468         * hmac-md5.el:
6469         * netrc.el: Fix keywords.
6470
6471 2010-02-26  Glenn Morris  <rgm@gnu.org>
6472
6473         * message.el (message-send-mail-function): Change the default, so that
6474         it inherits from a customized send-mail-function.  (Bug#5643)
6475
6476 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6479         shell-command-to-string signals an error (bug#5299).
6480
6481 2010-02-24  Glenn Morris  <rgm@gnu.org>
6482
6483         * message.el (message-smtpmail-send-it)
6484         (message-send-mail-with-mailclient): Doc fixes.
6485
6486 2010-02-16  Glenn Morris  <rgm@gnu.org>
6487
6488         * message.el (message-default-mail-headers): Change the default value
6489         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6490
6491 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6494         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6495
6496 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6497
6498         * time-date.el (date-to-time): Doc fix (Bug#5408).
6499
6500 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6501
6502         * message.el (message-mail): Just pass yank-action on to message-setup.
6503         (message-setup): Handle (FUN . ARGS) form of yank-action.
6504         (message-with-reply-buffer, message-widen-reply)
6505         (message-yank-original): Handle non-buffer values of
6506         message-reply-buffer (Bug#4080).
6507         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6508
6509 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6510
6511         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6512         Fix typo in docstring.
6513
6514 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6515
6516         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6517         response.
6518
6519 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6522
6523         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6524
6525         * message.el (message-check-news-header-syntax): Protect against a
6526         string that `rfc822-addresses' returns when parsing fails.
6527
6528 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6531         (gnus-previous-char-property-change): New functions.
6532
6533         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6534
6535 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6536
6537         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6538         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6539
6540 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6541
6542         * message.el (message-exchange-point-and-mark): Rework last change to
6543         avoid using optional arg of exchange-point-and-mark, for backward
6544         compatibility.
6545
6546 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6547
6548         * message.el (message-exchange-point-and-mark):
6549         Call exchange-point-and-mark with an argument rather than setting
6550         mark-active by hand (Bug#5175).
6551
6552 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * nntp.el (nntp-service-to-port): Work for service expressed with
6555         numeric string; replace [:digit:] with [0-9] for XEmacs.
6556
6557 2009-12-17  Glenn Morris  <rgm@gnu.org>
6558
6559         * gnus-group.el (gnus-bug-group-download-format-alist):
6560         Change emacs entry to debbugs.gnu.org.  Bump :version.
6561
6562 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6565
6566 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * message.el (message-info): Explain why we use `Info-goto-node'.
6569
6570 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6573
6574 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         * message.el (message-completion-in-region): New compatibility function.
6577         (message-expand-group): Use it.
6578
6579 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6582         with no unread article should be listed if the 2nd arg `predicate' is
6583         given.
6584
6585 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6588
6589 2009-11-29  Juri Linkov  <juri@jurta.org>
6590
6591         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6592         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6593         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6594
6595 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6596
6597         * sha1.el (sha1-string-external): default-directory "/" in case
6598         otherwise non-existent.  process-connection-type pipe for touch of
6599         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6600
6601 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6602
6603         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6604         it's comms related and sgml-mode.el has "comm" on that basis too.
6605
6606 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6609         containing tspecial characters if they have been already quoted.
6610
6611 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6612
6613         * dns-mode.el (auto-mode-alist): Purecopy string.
6614
6615 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6616
6617         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6618
6619 2009-10-24  Glenn Morris  <rgm@gnu.org>
6620
6621         * gnus-art.el (help-xref-stack-item): Define for compiler.
6622
6623 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6624
6625         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6626
6627 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6630
6631 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6634         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6635
6636 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6639         (gnus-overlays-in): New alias to overlays-in.
6640
6641         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6642         gnus-overlay-get, and gnus-delete-overlay.
6643         (gnus-summary-show-thread): Make it work as well for systems in which
6644         next-single-char-property-change is not available.
6645         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6646
6647         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6648         (gnus-overlay-get): New alias to extent-property.
6649         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6650
6651         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6652         SXEmacs.
6653
6654         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6655         SXEmacs.
6656
6657 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6660
6661 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6662
6663         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6664         and XEmacs that don't have `remove-overlays'.
6665
6666 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6667
6668         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6669         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6670         selective display.  Use overlays instead.
6671
6672 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6673
6674         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6675
6676 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6677
6678         * spam-stat.el (spam-stat-load): Fix typo in message.
6679
6680 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6681
6682         * dig.el (dig-invoke): Fix typo in docstring.
6683         (query-dig): Reflow docstring.
6684
6685 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6686
6687         * gnus-art.el (gnus-article-encrypt-body):
6688         * message.el (message-check-recipients):
6689         * mm-util.el (mm-codepage-setup):
6690         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6691         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6692
6693 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6694
6695         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6696         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6697         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6698         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6699         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6700
6701 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6702
6703         * dig.el: Add "Keywords: comm", as per net-utils.el.
6704
6705 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * dig.el (dig-mode): Use define-derived-mode.
6708
6709 2009-09-19  Glenn Morris  <rgm@gnu.org>
6710
6711         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6712
6713 2009-09-18  Glenn Morris  <rgm@gnu.org>
6714
6715         * gnus-diary.el (gnus-diary-check-message):
6716         * message.el (message-insert-formatted-citation-line):
6717         * nnbabyl.el (top-level):
6718         * nndiary.el (nndiary-schedule):
6719         Fix typos in condition-case handlers.
6720
6721 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6724         configuration that provides the sole article window in a frame;
6725         position point correctly after deleting a part.
6726
6727 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6728
6729         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6730         (spam-resolve-registrations-routine): Use it to unregister articles
6731         that change status.
6732
6733 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6736         with XEmacs.
6737         (parse-time-string-chars): Use it.
6738
6739 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6740
6741         * imap.el (imap-interactive-login): Better messages.
6742         (imap-open): Fix bug with renamed buffer on reconnect.
6743         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6744         for easier debugging and cleaner code.  On successful (guessed based on
6745         server capabilities) secondary authentication, set imap-state
6746         correctly.
6747         (imap-last-authenticator): Define imap-last-authenticator as a variable
6748         to avoid warnings.
6749
6750 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * nnrss.el (nnrss-request-article): Remove binding of
6753         default-enable-multibyte-characters that has gotten needless by
6754         the 2007-07-13 change in rfc2047-encode-message-header.
6755
6756         * mml.el (mml-insert-multipart): Error on the message header.
6757         (mml-insert-part): Error on the message header; position point at
6758         the end of a MIME tag.
6759
6760 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * time-date.el (autoload): Expand define-obsolete-function-alias into
6763         defalias and make-obsolete for old Emacsen that Gnus supports.
6764         (with-no-warnings): Define it for old Emacsen.
6765         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6766         is available.
6767         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6768         float-time is available; suppress compile warning for time-to-seconds.
6769
6770         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6771         (gnus-float-time): Alias to float-time if it exists.
6772
6773         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6774         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6775         float-time is available; suppress compile warning for time-to-seconds.
6776
6777         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6778         XEmacs.
6779
6780 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * imap.el (imap-message-map): Docstring fix.
6783
6784 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6787         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6788         Add the optional argument `encoding' that overrides the default.
6789
6790         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6791         mm-encode-buffer.
6792
6793 2009-09-04  Glenn Morris  <rgm@gnu.org>
6794
6795         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6796         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6797         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6798         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6799         * mm-util.el (mm-with-unibyte-current-buffer)
6800         (mm-find-buffer-file-coding-system):
6801         * yenc.el (yenc-decode-region): Use default-value rather than
6802         default-enable-multibyte-characters.
6803
6804 2009-09-03  Glenn Morris  <rgm@gnu.org>
6805
6806         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6807         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6808         than default-enable-multibyte-characters.
6809
6810 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6811
6812         * gnus-art.el (gnus-article-read-summary-keys):
6813         Fix gnus-buffer-configuration's value temporarily used.
6814
6815 2009-09-02  Glenn Morris  <rgm@gnu.org>
6816
6817         * gnus-util.el (gnus-float-time): New function.
6818         * gnus-delay.el (gnus-delay-article):
6819         * gnus-sum.el (gnus-thread-latest-date):
6820         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6821         * nnspool.el (nnspool-request-newgroups):
6822         Use gnus-float-time rather than time-to-seconds.
6823         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6824
6825         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6826         (gnus-header-subject-face, gnus-header-newsgroups-face)
6827         (gnus-header-name-face, gnus-header-content-face):
6828         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6829         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6830         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6831         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6832         (gnus-cite-face-11):
6833         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6834         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6835         (gnus-server-closed-face, gnus-server-denied-face)
6836         (gnus-server-offline-face):
6837         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6838         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6839         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6840         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6841         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6842         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6843         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6844         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6845         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6846         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6847         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6848         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6849         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6850         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6851         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6852         (gnus-summary-high-undownloaded-face)
6853         (gnus-summary-low-undownloaded-face)
6854         (gnus-summary-normal-undownloaded-face)
6855         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6856         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6857         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6858         (gnus-splash-face):
6859         * message.el (message-header-to-face, message-header-cc-face)
6860         (message-header-subject-face, message-header-newsgroups-face)
6861         (message-header-other-face, message-header-name-face)
6862         (message-header-xheader-face, message-separator-face)
6863         (message-cited-text-face, message-mml-face):
6864         * sieve-mode.el (sieve-control-commands-face)
6865         (sieve-action-commands-face, sieve-test-commands-face)
6866         (sieve-tagged-arguments-face):
6867         * spam.el (spam-face):
6868         Mark face aliases with "-face" in the name as obsolete.
6869
6870 2009-09-01  Glenn Morris  <rgm@gnu.org>
6871
6872         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6873         than goto-line.
6874
6875 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6878         Don't move point if the command is invoked inside the message header.
6879
6880 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6881
6882         * imap.el (imap-send-command): Simplify.
6883         (imap-wait-for-tag): point-max -> buffer-size.
6884
6885 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6886
6887         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6888         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6889         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6890         * nnir.el (nnir-swish-e-index-file):
6891         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6892         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6893         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6894         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6895         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6896         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6897
6898 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6901         Don't save excursion.
6902
6903 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * nnheader.el (nnheader-find-file-noselect):
6906         * mm-util.el (mm-insert-file-contents):
6907         Use (default-value 'major-mode) instead of default-major-mode.
6908
6909 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6912
6913 2009-08-26  Glenn Morris  <rgm@gnu.org>
6914
6915         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6916         than placing in files.el.
6917
6918 2009-08-25  Glenn Morris  <rgm@gnu.org>
6919
6920         * nnir.el (top-level): Don't require cl at run-time.
6921         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6922         Replace cl-function substitute with gnus-replace-in-string.
6923         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6924         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6925         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6926         simplified expansions.
6927
6928 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6929
6930         * dig.el (dig): Add autoload cookie.
6931
6932 2009-08-22  Glenn Morris  <rgm@gnu.org>
6933
6934         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6935         goto-line.
6936
6937 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6938
6939         * parse-time.el (parse-time-string-chars): Save match data.
6940
6941 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6942
6943         * parse-time.el (parse-time-string-chars): Compute using character
6944         classes, to handle non-ascii characters (Bug#3190).
6945
6946 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6949
6950         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6951         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6952         (gnus-mm-display-part, gnus-mime-display-single)
6953         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6954         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6955
6956         * gnus-sum.el
6957         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6958         (gnus-summary-move-article): Add expirable mark to articles copied or
6959         moved to group that has auto-expire turned on if the option is non-nil.
6960
6961 2009-07-24  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6964         Fix typo.  (Bug#3903)
6965
6966 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6969         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6970         that should not be used for draft articles.
6971         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6972         that has no concern in minor mode keys.
6973         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6974         Abolish.
6975
6976 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6979         article without making inquiry to a user for unknown encoding.
6980
6981         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6982         (nnmaildir--scan): Assume i-node and device number that file-attributes
6983         returns might be cons-cell.
6984
6985         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6986
6987         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6988
6989 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * auth-source.el: Remove docs now in auth.texi.  Don't use
6992         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6993         `auth-source-hide-passwords' and use them.
6994
6995 2009-07-15  Glenn Morris  <rgm@gnu.org>
6996
6997         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6998
6999 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7002         excessive whitespace from the default values of title and description.
7003
7004 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7007         mail-fetch-field to fetch Content-Description header in order to
7008         exclude newlines.
7009
7010 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7011
7012         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7013         format used by GnuPG 2.0.11.
7014
7015 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7018         to deleted part.
7019
7020 2009-05-30  David Engster  <dengste@eml.cc>
7021
7022         * nnmairix.el: Remove old documentation in the commentary block.
7023         (nnmairix-request-group): Do not update active file for nnml back ends.
7024         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7025         end so that overview files are ignored.
7026         (nnmairix-update-groups): Make updating the groups more robust by using
7027         marks.
7028         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7029         with dollar characters in message-id.
7030
7031 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7034         2008-12-25 in dns.el.
7035
7036 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7039         could happen if the text is only composed of spaces and/or tabs.
7040
7041 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7042
7043         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7044         when sending a queued message to avoid extra mml tags.
7045
7046 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7049
7050 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7053         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7054         rmail-toggle-header for XEmacs;
7055         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7056
7057 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-dired.el: Remove autoload for gnus-setup-message.
7060         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7061         displaying Gnus logo; always use compose-mail.
7062
7063 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7066
7067 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7070         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7071         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7072         available.
7073         (gnus-nocem-epg-verify): New function.
7074
7075 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7078
7079 2009-02-15  Glenn Morris  <rgm@gnu.org>
7080
7081         * gnus-util.el (rmail-insert-rmail-file-header)
7082         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7083         autoloads.
7084         (rmail-default-rmail-file): Remove unnecessary declaration.
7085         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7086
7087 2009-02-14  Glenn Morris  <rgm@gnu.org>
7088
7089         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7090         variable (only used in gnus-util, which declares it anyway).
7091         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7092         which was only needed by gnus-art (changed to not use it any more).
7093         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7094         only used in gnus-util, which autoloads it itself.
7095         (rmail-update-summary): Fix autoload.
7096
7097         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7098         rather than rmail-output-to-rmail-file.
7099
7100 2009-02-07  Glenn Morris  <rgm@gnu.org>
7101
7102         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7103         autoload of function that no longer exists.
7104         (rmail-toggle-header): Declare.
7105         (message-forward-rmail-make-body): Handle mbox Rmail.
7106
7107 2009-01-31  Glenn Morris  <rgm@gnu.org>
7108
7109         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7110         2009-01-09 change.
7111
7112 2009-01-31  Dave Love  <fx@gnu.org>
7113
7114         * imap.el (imap-fetch-safe): Bind debug-on-error.
7115         (imap-debug): Add imap-fetch-safe.
7116
7117 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7118
7119         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7120         (auth-source-forget-all-cached): New convenience function.
7121         (auth-source-user-or-password): Accept list of modes or a single mode.
7122
7123         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7124         auth-source modes.
7125
7126         * netrc.el (netrc-machine-user-or-password): Use list of
7127         auth-source modes.
7128
7129         * nnimap.el (nnimap-open-connection): Use list of
7130         auth-source modes.
7131
7132         * nntp.el (nntp-send-authinfo): Use list of
7133         auth-source modes.
7134
7135 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7138         now.
7139
7140 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7143         coding system in XEmacs; add a workaround for XEmacs.
7144
7145         * lpath.el: Fbind coding-system-aliasee.
7146
7147 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7150         of current-language-environment.
7151
7152 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7155         available at runtime.
7156
7157 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7160
7161 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7162
7163         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7164         the greatest positive fixnum value doesn't work under an XEmacs with
7165         bignum support; use the most-positive-fixnum constant instead,
7166         available since Emacs 21.1 with cl and XEmacs 21.1.
7167
7168 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7171         XEmacs gets not to work.
7172
7173 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * mm-util.el (mm-coding-system-priorities): Allow the value like
7176         "Japanese (UTF-8)" of current-language-environment.
7177
7178 2009-01-09  Glenn Morris  <rgm@gnu.org>
7179
7180         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7181         with last-command-event.
7182
7183 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7186         in the doc string.
7187
7188         * message.el (message-fix-before-sending): Amend comment.
7189
7190 2009-01-08  Dave Love  <fx@gnu.org>
7191
7192         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7193
7194 2009-01-07  David Engster  <dengste@eml.cc>
7195
7196         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7197         simplified server definitions by converting it via
7198         gnus-server-to-method.
7199
7200 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7203         parameter's operands.
7204
7205 2009-01-06  David Engster  <dengste@eml.cc>
7206
7207         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7208         primary select method (for gnus-group-mark-article-as-read).
7209
7210 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7211
7212         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7213         `(gnus)Face', not `(gnus)X-Face'.
7214
7215 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * mm-util.el (mm-ucs-to-char): New function.
7218
7219         * mm-url.el (mm-url-decode-entities): Use it.
7220
7221         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7222         unicode-to-char.
7223
7224 2009-01-05  Dave Love  <fx@gnu.org>
7225
7226         * time-date.el: Require cl for `declare'.
7227
7228 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7231         Dave Love.
7232
7233 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * message.el (message-fix-before-sending): Add `eight-bit' to
7236         illegible-text check.
7237
7238 2009-01-03  Michael Olson  <mwolson@gnu.org>
7239
7240         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7241         `headers' is nil.  This can occur if the IMAP server does not have
7242         permissions to read messages from a folder, but can write new messages
7243         to the folder.
7244         (nnimap-request-article-part): Do not insert `data' if it is nil.
7245
7246         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7247         characters which will confuse `read', so skip past them.
7248
7249 2009-01-01  Dave Love  <fx@gnu.org>
7250
7251         * imap.el (imap-string-to-integer): Fix typo.
7252         (imap-fetch-safe): New function.
7253         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7254
7255         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7256
7257         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7258         (imap-parse-greeting): Fix doc strings.
7259         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7260         (imap-parse-flag-list): Make messages unique.
7261         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7262
7263         * nnimap.el: Fix author email.
7264         (nnimap-split-rule): Add FIXME comment.
7265         (nnimap-debug): Fix doc string.
7266
7267 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7270
7271 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7274         nslookup if resolv.conf isn't available.
7275         (dns-query): Rename from query-dns.
7276         (dns-query-cached): Rename from query-dns-cached.
7277
7278 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7281         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7282         to check if those variables exist (first appeared in Emacs 18.50).
7283
7284 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-util.el (mm-line-number-at-pos): New function.
7287
7288         * spam-report.el (spam-report-process-queue): Use it.
7289
7290 2008-12-24  David Engster  <dengste@eml.cc>
7291
7292         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7293         parameters that haven't existed as variables as buffer-local variables.
7294
7295 2008-12-23  Dave Love  <fx@gnu.org>
7296
7297         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7298         cadar.
7299
7300         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7301         imap-starttls-p.
7302         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7303
7304 2008-12-22  Dave Love  <fx@gnu.org>
7305
7306         * imap.el: Fix author email.  Doc fixes.
7307         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7308         reply.
7309
7310 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * spam-report.el (spam-report-gmane-max-requests): New constant.
7313         (spam-report-gmane-wait): New variable.
7314         (spam-report-gmane-ham, spam-report-gmane-spam)
7315         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7316         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7317         the server.
7318
7319         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7320         Add explanations.
7321
7322         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7323         nnheader-accept-process-output and nnheader-read-timeout if available.
7324         (pop3-movemail): Use it.
7325
7326         * message.el (message-check-news-body-syntax): Fix signature check if
7327         there's an attachment.
7328
7329 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * mm-util.el: Add comments to the mm- emulating functions.
7332
7333 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7336         Reported by Stephen Berman <stephen.berman@gmx.net>.
7337
7338 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mm-util.el (mm-substring-no-properties): New function.
7341         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7342         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7343         (mm-string-to-multibyte): Doc fix.
7344
7345         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7346
7347 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * mml.el (mml-attach-file): Strip text properties from file name.
7350         (Bug#1574)
7351
7352 2008-12-16  Glenn Morris  <rgm@gnu.org>
7353
7354         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7355
7356 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7359         knows since the charset specified might be a bogus alias that
7360         mm-charset-synonym-alist provides.
7361
7362 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7365         "ISO_8859-1".
7366
7367         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7368
7369 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * mm-util.el (mm-charset-eval-alist):
7372         Define it before mm-charset-to-coding-system.
7373         (mm-charset-to-coding-system): Add optional argument `silent';
7374         define it before mm-charset-override-alist.
7375         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7376         default value if it can be used in Emacs currently running;
7377         silence mm-charset-to-coding-system.
7378
7379 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7382         `allow-override' which says whether to use `mm-charset-override-alist'.
7383         (rfc2047-decode-encoded-words): Use it.
7384
7385         * mm-util.el (mm-charset-override-alist): Fix custom type;
7386         add `(gb2312 . gbk)' to choices.
7387
7388 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7391         fast.
7392
7393         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7394
7395         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7396
7397 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7398
7399         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7400         on links.
7401
7402         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7403
7404 2008-12-03  Lute Kamstra  <lute@gnu.org>
7405
7406         * sha1.el: Remove leading * from docstrings of defcustoms,
7407         deffaces, defconsts and defuns.
7408
7409 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7412         users' addresses that don't have domain parts.
7413         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7414         rather than message-narrow-to-head since there will be the message
7415         header separator.
7416
7417 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7418
7419         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7420         since the result is inserted in a unibyte buffer anyway.
7421         (nnimap-demule-use-string-to-multibyte): Remove.
7422         (nnimap-demule): Alias it to mm-string-to-multibyte.
7423
7424 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7427         variable for debugging bug#464 and bug#1174.
7428         (nnimap-demule): Use it.
7429
7430 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7433         score calculation correctly.
7434
7435 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7436
7437         * message.el (message-send-mail): Just set the buffer to unibyte
7438         rather than use mm-with-unibyte-current-buffer which does a lot more.
7439         (message-send-mail-partially): Don't bother with
7440         mm-with-unibyte-current-buffer since it's already been made unibyte by
7441         message-send-mail.
7442
7443 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7444
7445         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7446
7447 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7450
7451 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7454         require itself and to remove `with-no-warnings'.
7455
7456 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * starttls.el (starttls-any-program-available): Get the name of the
7459         available TLS layer program.
7460         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7461         well as the host name in the "opening" message.
7462
7463         * auth-source.el (auth-source-cache, auth-source-do-cache)
7464         (auth-source-user-or-password): Cache passwords and logins by default,
7465         allow override with `auth-source-do-cache'.
7466         (auth-source-forget-user-or-password): Allow users to remove cache
7467         entries if needed.
7468
7469 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7470
7471         * md4.el (md4-buffer): Fix typo in docstring.
7472         (md4, md4-64): Doc fixes.
7473         (md4-pack-int32): Reflow docstring.
7474
7475 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7476
7477         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7478         condition-case to only the forward-sexp call.
7479
7480 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7481
7482         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7483         quotes contained.  Make it more robust regardless by an extra
7484         condition-case wrapper.
7485
7486 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7489
7490 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * nnml.el (nnml-request-expire-articles): Check if the function set to
7493         `nnmail-expiry-target' returns the symbol `delete'.
7494
7495         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7496
7497         * nnmail.el (nnmail-expiry-target): Fix custom type.
7498
7499 2008-10-02  Glenn Morris  <rgm@gnu.org>
7500
7501         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7502         Silence compiler warning.
7503
7504 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7505
7506         * tls.el (open-tls-stream): Show the actual command being
7507         executed, instead of the format string.
7508
7509 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * lpath.el: Fbind codepage-setup for Emacs 23.
7512
7513 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7514
7515         * mml.el (mml-menu): Don't assume mml2015 is bound.
7516
7517 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7520         exists.
7521
7522 2008-09-27  Glenn Morris  <rgm@gnu.org>
7523
7524         * gnus-util.el (mail-header-remove-comments): Autoload it.
7525
7526 2008-09-27  Andreas Schwab  <schwab@suse.de>
7527
7528         * gnus-util.el (gnus-split-references): Strip comments.
7529         (gnus-parent-id): Likewise.
7530
7531 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * message.el (message-confirm-send): Fix version.
7534
7535 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * message.el (message-idna-to-ascii-rhs-1): Use
7538         mail-extract-address-components rather than mail-header-parse-addresses
7539         that is an alias by default to ietf-drums-parse-addresses that does not
7540         support non-ASCII names in headers' contents.
7541
7542 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * message.el (message-confirm-send): Fix variable documentation to
7545         avoid the "y/n" wording.
7546
7547 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7548
7549         * message.el (message-set-auto-save-file-name): Save to a different
7550         filename so multiple messages (especially drafts) can be recovered.
7551
7552 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * message.el (message-confirm-send): Add appropriate version.
7555
7556 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7557
7558         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7559         defvar.
7560
7561 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7562
7563         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7564         (mm-pkcs7-enveloped-magic): Ditto.
7565
7566 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7567
7568         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7569         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7570
7571 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7574         default, it's better.
7575
7576 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7577
7578         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7579         summary line gnus-number property and ignore them (with a warning
7580         message).
7581
7582 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7585         macro caddr in the interactive form since it won't be expanded.
7586
7587 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7590         `charset'; fix name of function called recursively.
7591         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7592
7593 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7596         (gnus-mime-set-charset-parameters): New function.
7597         (gnus-mime-view-part-as-charset): Use it to correctly display part
7598         specifying wrong charset.
7599
7600 2008-09-08  David Engster  <dengste@eml.cc>
7601
7602         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7603         in completing-read for back end server.
7604
7605 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * message.el (message-confirm-send): New variable to confirm sending a
7608         message.
7609         (message-send): Use it.
7610
7611 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7612
7613         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7614
7615 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7618
7619 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7620
7621         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7622         prevent tracking too many groups.
7623         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7624         Use it.
7625
7626 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7627
7628         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7629         moving point to the bottom of the window in order to avoid recentering.
7630
7631 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7634
7635         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7636         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7637         (gnus-article-beginning-of-window): Fix calculation.
7638
7639 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-msg.el (gnus-summary-supersede-article)
7642         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7643         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7644         message header.
7645
7646 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7647
7648         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7649         pending output coming after the status change.
7650
7651 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7652
7653         * message.el:
7654         * gnus-start.el:
7655         * gnus-registry.el: Remove VMS support.
7656
7657 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7660         macro.
7661         (rfc2104-hash): Use it.
7662
7663 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7666         (gnus-summary-sort-by-most-recent-date): New commands.
7667         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7668         and menu entries.
7669
7670 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7673         don't redisplay article for raw contents; remove plural articles stuff.
7674
7675         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7676         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7677         on gnus-summary-save-article; display results properly.
7678
7679 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * lpath.el: No need to fbind ns-focus-frame.
7682
7683 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7686
7687 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-art.el (gnus-summary-save-in-pipe):
7690         Consider gnus-save-all-headers.
7691
7692 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7693
7694         * gnus-util.el (ns-focus-frame): Remove declaration.
7695         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7696         like x.
7697
7698 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7699
7700         * rfc2104.el (rfc2104-zero): Delete defconst.
7701         (rfc2104-hex-alist): Likewise.
7702         (rfc2104-hex-to-int): Delete func.
7703         (rfc2104-hexstring-to-bitstring): Likewise.
7704         (rfc2104-nybbles): New defconst.
7705         (rfc2104-hash): Rewrite for speed.
7706
7707 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * tls.el (open-tls-stream): Make it work with the 2nd argument
7710         BUFFER that is a string but does not exist as a buffer object, as
7711         mentioned in the doc-string.
7712
7713 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7716         SXEmacs.
7717
7718 2008-07-16  Glenn Morris  <rgm@gnu.org>
7719
7720         * gnus-util.el (ns-focus-frame): Declare for compiler.
7721
7722 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7725         set as a group parameter.
7726         (gnus-summary-save-in-pipe): Work when it is called independently.
7727         (gnus-summary-pipe-to-muttprint): Don't modify
7728         gnus-summary-pipe-output-default-command.
7729
7730 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7731
7732         * message.el (message-send-mail-with-sendmail):
7733         Display the error message.
7734
7735 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-art.el (gnus-default-article-saver):
7738         Add gnus-summary-save-in-pipe to choices.
7739         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7740         gnus-summary-pipe-output-default-command as the default command.
7741         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7742         instead of gnus-last-shell-command.
7743
7744         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7745         New user option.
7746         (gnus-summary-muttprint-program): Mention the value will be changed.
7747         (gnus-summary-save-article): Force showing of all headers.
7748         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7749
7750 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7751
7752         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7753
7754 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7755
7756         * nnimap.el (nnimap-id):
7757         * sieve-manage.el (sieve-manage-open): Doc fixes.
7758
7759 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7760
7761         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7762         if available.
7763
7764 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7767
7768         * nnkiboze.el (nnkiboze-generate-group):
7769         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7770
7771         * nnmairix.el: Require CL.
7772
7773 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * dgnushack.el: Autoload get-display-table and put-display-table for
7776         XEmacs 21.5.
7777
7778         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7779         21.4 and SXEmacs.
7780
7781 2008-06-15  David Engster  <dengste@eml.cc>
7782
7783         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7784
7785 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7786
7787         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7788         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7789         runtime choice under XEmacs.
7790
7791         * gnus-sum.el (gnus-summary-set-display-table):
7792         Use `gnus-put-display-table', `gnus-get-display-table',
7793         `gnus-set-display-table' for the display table, instead of `aset'.
7794
7795         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7796         Use `gnus-put-display-table', `gnus-get-display-table',
7797         `gnus-set-display-table' for the display table.
7798
7799 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * nnmairix.el: Add autoloads.
7802
7803 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * nnmairix.el (nnmairix-delete-recreate-group)
7806         (nnmairix-update-and-clear-marks): Fix error messages.
7807
7808 2008-06-14  David Engster  <dengste@eml.cc>
7809
7810         * nnmairix.el: Upgrade to version 0.6.
7811         (nnmairix-group-toggle-propmarks-this-group)
7812         (nnmairix-group-toggle-readmarks-this-group)
7813         (nnmairix-group-delete-recreate-this-group)
7814         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7815         (nnmairix-remove-tick-mark-original-article): New commands.
7816         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7817         (nnmairix-propagate-marks-to-nnmairix-groups)
7818         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7819         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7820         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7821         functions needed for marks propagation and manipulation of read marks.
7822         (nnmairix-update-groups): New function.
7823         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7824         (nnmairix-determine-original-group-from-registry)
7825         (nnmairix-determine-original-group-from-path)
7826         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7827         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7828         New helper functions.
7829         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7830         keystrokes for new commands.
7831         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7832         (nnmairix-request-group): Check allow-fast group parameter.
7833         (nnmairix-request-create-group): Set allow-fast group parameter if
7834         nnmairix-allowfast-default is set.
7835         (nnmairix-close-group): Propagate marks upon closing if needed.
7836         (nnmairix-group-toggle-threads-this-group): Use new.
7837         nnmairix-group-toggle-parameter helper function.
7838         (nnmairix-search): Better check for empty search result.
7839         (nnmairix-goto-original-article): Use new helper functions for
7840         determining original article.
7841         (nnmairix-show-original-article): Make sure message-id is in brackets.
7842         (nnmairix-call-mairix-binary): Change variable name.
7843         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7844         helper function.
7845         (nnmairix-widget-toggle-activate): Fix doc string.
7846
7847 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * nnir.el: Require edmacro when compiling with XEmacs.
7850         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7851         available in Emacs 21.
7852
7853 2008-06-11  Glenn Morris  <rgm@gnu.org>
7854
7855         * gnus-util.el (x-focus-frame):
7856         * gnus.el (image-size):
7857         * mm-decode.el (image-size): Declare.
7858
7859         * gnus-picon.el (declare-function): Add compat definition.
7860         (image-size): Declare.
7861
7862         * gnus-group.el (tool-bar-map):
7863         * gnus-sum.el (tool-bar-map): Define for compiler.
7864
7865         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7866
7867         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7868
7869         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7870         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7871         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7872         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7873         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7874         * sieve-manage.el, spam-report.el, spam.el:
7875         Remove unnecessary eval-and-compile of autoloads.
7876
7877 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7878
7879         * auth-source.el: Precise Tramp doc.
7880
7881 2008-06-07  Glenn Morris  <rgm@gnu.org>
7882
7883         * nnmairix.el: Remove unnecessary eval-when-compile.
7884
7885 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * lpath.el: Fbind propertize for XEmacs 21.4.
7888
7889 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * nnir.el: Move here from ../contrib.
7892
7893 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7894
7895         * gnus-util.el (gnus-read-shell-command): New function.
7896         * mm-decode.el (mm-pipe-part):
7897         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7898
7899 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7902
7903 2008-06-03  Glenn Morris  <rgm@gnu.org>
7904
7905         * pop3.el (nnheader-accept-process-output): Autoload it.
7906
7907 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7910         are not 2-digit hexadecimal characters that follow `%'s.
7911
7912 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * message.el (message-bogus-recipient-p): Fix type in doc string.
7915         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7916         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7917         Improve custom options.
7918         (message-bogus-recipient-p): Adjust accordingly.
7919
7920 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7921
7922         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7923         long-form month and day names.
7924
7925 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * dgnushack.el: Autoload debug, eudc-expand-inline and
7928         pgg-snarf-keys-region for XEmacs.
7929
7930         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7931
7932         * nnmairix.el: Require edmacro when compiling with XEmacs.
7933
7934 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7937         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7938
7939 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * auth-source.el: Add more docs.
7942
7943         * netrc.el (netrc-machine): Always match if the port is not given.
7944
7945 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7948         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7949         retrieval faster in some cases, but might make CPU usage larger.
7950         If this has any bad side effects, we might revert this change.
7951
7952         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7953         seems to make mail retrieval much, much faster.
7954         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7955         unconditionally.
7956
7957         * gnus-draft.el (gnus-group-send-queue):
7958         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7959
7960 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7963
7964         * message.el (message-bogus-address-regexp): Fix and improve custom
7965         type.
7966         (message-setup-hook): Add message-check-recipients as custom option.
7967
7968 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * message.el (message-cite-function): Remove bogus autoload which crept
7971         in during merge from v5-10.
7972
7973 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7976
7977         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7978
7979         * auth-source.el: Preliminary Tramp docs.
7980         (auth-sources): Change the default auth-sources to use
7981         EPA .gpg files.
7982
7983 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * nntp.el: Autoload `auth-source-user-or-password'.
7986         (nntp-send-authinfo): Use it.
7987
7988         * nnimap.el: Autoload `auth-source-user-or-password'.
7989         (nnimap-open-connection): Use it.
7990
7991         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7992         for the gnus-message function.
7993         (auth-source-user-or-password): Use it.
7994
7995 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7996
7997         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7998         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7999         (rfc2104-hash): Use it.
8000
8001 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8002
8003         * gnus-art.el (gnus-article-toggle-truncate-lines):
8004         Don't use `iff' in docstring.
8005
8006 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8009
8010         * gnus-util.el (gnus-extract-address-component-name)
8011         (gnus-extract-address-component-email): Convenience functions around
8012         `gnus-extract-address-components'.
8013
8014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8015         Use `gnus-extract-address-component-email' to fix bug of comparing full
8016         sender name to `user-mail-address'.
8017
8018 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8021         catch/throw to optimize.
8022         (gnus-registry-find-keywords): Just use member to find a keyword.
8023
8024 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8027         is current before calling gnus-server-prepare.
8028         (gnus-server-setup-buffer, gnus-server-update-server)
8029         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8030
8031 2008-05-04  Juri Linkov  <juri@jurta.org>
8032
8033         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8034         (mailcap-file-default-commands): Use mailcap-replace-in-string
8035         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8036         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8037
8038 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8039
8040         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8041
8042 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8043
8044         * gnus.el: Bump version to 0.11.
8045
8046 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8047
8048         * gnus.el: No Gnus v0.10 is released.
8049
8050 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051
8052         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8053         hooks.
8054         (gnus-update-read-articles): Speed up non-marks-using users.
8055         (gnus-use-marks): Define gnus-use-marks.
8056         (gnus-propagate-marks): Rename variable to something more sensible.
8057
8058 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8059
8060         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8061         (gmm-image-load-path-for-library): Fix typos in docstrings.
8062         (gmm-message): Reflow docstring.
8063
8064 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * mail-source.el (mail-source-set-1, mail-source-bind):
8067         Move auth-source code out of the macro to clean it up and fix bugs.
8068
8069 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8072         by sender if it's equal to user-mail-address, it's likely to be
8073         useless.
8074
8075         * mail-source.el (mail-source-bind): Don't use user or password if they
8076         are not bound.  Unintern them if they are nil.  Don't use server unless
8077         it's bound, and default it to empty string otherwise.
8078
8079 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * mail-source.el: Load auth-source.el.
8082         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8083         get user name or password, if auth-sources is set up.
8084
8085         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8086         strategy of splitting with parent.
8087         (gnus-registry-split-fancy-with-parent)
8088         (gnus-registry-post-process-groups): Use it and fix prior
8089         bug (returning a list as the split result).
8090
8091         * auth-source.el (auth-sources): Remove server parameter.
8092         (auth-source-pick, auth-source-user-or-password)
8093         (auth-source-user-or-password-imap)
8094         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8095         (auth-source-user-or-password-sftp)
8096         (auth-source-user-or-password-smtp): Remove server parameter.
8097
8098 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8099
8100         * smime.el (smime-sign-region, smime-encrypt-region)
8101         (smime-decrypt-region):
8102         Remove redundant calls to `generate-new-buffer-name'.
8103
8104 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8105
8106         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8107         Don't use QP for message/rfc822.
8108         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8109
8110 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8111
8112         * sieve-manage.el (sieve-string-bytes): Remove.
8113         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8114         correct byte-length only if the process's coding-system is the same as
8115         the one used internally by Emacs to represent strings.
8116
8117 2008-04-22  Juri Linkov  <juri@jurta.org>
8118
8119         * mailcap.el (mailcap-file-default-commands): New function.
8120
8121 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * message.el (message-signature-separator, message-cite-function):
8124         Change custom version.
8125
8126 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8127
8128         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8129         commands.
8130         (tls-checktrust): Ditto.
8131
8132 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * mm-decode.el (mm-display-external): Make temp file read-only.
8135
8136 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8139         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8140         `C-c C-f d'.
8141
8142 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8143
8144         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8145
8146 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * gnus.el: Bump version to 0.9.
8149
8150 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus.el: No Gnus v0.8 is released.
8153
8154 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8155
8156         * mail-source.el (mail-source-value):
8157         Prefer fboundp to functionp so it works with macros as well.
8158
8159 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8160
8161         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8162         Fix last change in case the element is not even a symbol.
8163
8164 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8165
8166         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8167         Prefer fboundp to functionp so it works with macros as well.
8168
8169 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * auth-source.el: Add docs.
8172         (auth-sources): Modify format to support server.
8173         (auth-source-pick, auth-source-user-or-password)
8174         (auth-source-user-or-password-imap)
8175         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8176         (auth-source-user-or-password-sftp)
8177         (auth-source-user-or-password-smtp): Add server parameter.
8178
8179 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * gnus-registry.el: Initialize the registry when gnus-registry-install
8182         is t.
8183
8184 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * compface.el (uncompface): Make buffer unibyte.
8187
8188 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * mail-source.el (mail-source-value):
8191         Prefer fboundp to functionp so it works with macros as well.
8192
8193 2008-04-05  Glenn Morris  <rgm@gnu.org>
8194
8195         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8196
8197 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8200         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8201
8202         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8203         multibyteness after rather than before erasing it.
8204
8205         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8206         mm-with-multibyte.
8207         (gnus-request-article-this-buffer): Make sure the proper decoding is
8208         used if gnus-original-article-buffer happens to be unibyte.
8209
8210         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8211         default-enable-multibyte-characters.
8212
8213         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8214         default-enable-multibyte-characters.
8215
8216         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8217
8218         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8219
8220 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8221
8222         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8223         Fix last change in case the element is not even a symbol.
8224
8225 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8226
8227         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8228         (imap-message-copyuid-1): Use it.
8229         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8230         J. Williams in
8231         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8232
8233         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8234         imap-enable-exchange-bug-workaround.
8235         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8236
8237 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8238
8239         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8240         a 100 byte status-checks into a 2-3MB transfer for each group.
8241         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8242         to enable bug workaround or not.
8243         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8244
8245 2008-03-31  Glenn Morris  <rgm@gnu.org>
8246
8247         * message.el (mml2015-use): Declare for compiler.
8248         (message-info): Require mml2015 when appropriate.
8249
8250 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8253         whitespace.
8254
8255 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8256
8257         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8258         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8259         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8260         (nntp-service-to-port): New function.
8261         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8262         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8263         (nntp-open-netcat-stream): New function.
8264         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8265
8266 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8267
8268         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8269
8270 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8271
8272         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8273
8274 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8275
8276         * dns.el (dns-write): Use set-buffer-multibyte.
8277
8278 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8279
8280         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8281
8282 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * message.el (message-signature-separator): Change default.
8285         Improve custom type.
8286         (message-cite-function): Change default to
8287         message-cite-original-without-signature.
8288
8289         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8290         toggle.
8291
8292         * message.el (message-check-news-body-syntax): Fix signature check.
8293         (message-setup-1): Mark buffer as unmodified _after_ running
8294         message-setup-hook and handling message-alternative-emails.
8295         (message-shorten-references): Be more strict when building list of
8296         valid references to comply with GNKSA.
8297
8298         * gnus-group.el (gnus-read-ephemeral-bug-group)
8299         (gnus-read-ephemeral-debian-bug-group)
8300         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8301
8302         * message.el (message-info): Don't use booleanp which isn't supported
8303         in Emacs 21 and XEmacs.
8304
8305 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8308         gnus-group-gmane-group-download-format.
8309         (gnus-group-read-ephemeral-gmane-group): Rename from
8310         gnus-group-read-ephemeral-gmane-group.
8311         (gnus-read-ephemeral-gmane-group-url): Rename from
8312         gnus-group-read-ephemeral-gmane-group-url.
8313         (gnus-bug-group-download-format-alist): New variable.
8314         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8315         (gnus-read-ephemeral-emacs-bug-group): New commands.
8316
8317 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8320         (gnus-visible-headers): Improve custom type.
8321
8322 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * mml.el (mml-menu): Add workarounds for XEmacs.
8325
8326         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8327         X-Boundary header.
8328
8329         * message.el (message-simplify-recipients): Fix previous commit.
8330
8331 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8332
8333         * mm-util.el (mm-set-buffer-multibyte): New function.
8334         * mm-decode.el (mm-copy-to-buffer): Use it.
8335
8336         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8337         Prefer fboundp to functionp so it works with macros as well.
8338
8339 2008-03-19  Glenn Morris  <rgm@gnu.org>
8340
8341         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8342         Accidentally removed in the sync process with Emacs.
8343
8344 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * message.el (message-alter-recipients-discard-bogus-full-name):
8347         New function.
8348         (message-alter-recipients-function): New variable.
8349         (message-get-reply-headers): Use it.
8350         (message-replace-header): New helper function.
8351         (message-recipients-without-full-name): New variable.
8352         (message-simplify-recipients): New command.
8353
8354         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8355
8356         * message.el (message-info): Handle EasyPG manual.
8357
8358         * mml.el (mml-menu): Add entry for EasyPG.
8359
8360 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8361
8362         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8363         parameter.
8364
8365         * message.el (message-disassociate-draft): Specify drafts group name
8366         fully.
8367
8368 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8371         Eliminate unnecessary duplicates from the match list.
8372
8373 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8376
8377         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8378
8379         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8380         args of `how-many' of which the XEmacs version doesn't take; declare
8381         Info-index-next as function.
8382
8383 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-score.el (gnus-score-headers): Fix handling of
8386         gnus-inhibit-slow-scoring.
8387
8388         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8389         string.
8390         (gnus-button-url-regexp): Improve handling of parenthesis.
8391         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8392         (gnus-button-handle-info-keystrokes): Handle index entries.
8393
8394 2008-03-15  Glenn Morris  <rgm@gnu.org>
8395
8396         * parse-time.el (parse-time-string): Simplify.
8397
8398 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8401         Incoming* files.
8402
8403 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * auth-source.el (auth-sources): Rename from auth-source-choices.
8406         (auth-source-pick): Use it.
8407
8408 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8409
8410         * binhex.el (binhex-decode-region-internal):
8411         * uudecode.el (uudecode-decode-region-internal):
8412         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8413         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8414         setting default-enable-multibyte-characters.
8415
8416 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * auth-source.el (auth-source-protocols)
8419         (auth-source-protocols-customize, auth-source-choices): Add and
8420         modified variable customizations and defaults.
8421         (auth-source-pick, auth-source-user-or-password)
8422         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8423         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8424         (auth-source-user-or-password-sftp)
8425         (auth-source-user-or-password-smtp): Use new variables and provide an
8426         interface to netrc.el.
8427
8428 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8431         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8432         Make sure the nntp port to specify is a string.
8433
8434 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8435
8436         * nntp.el: Use with-current-buffer.
8437         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8438         dubious mm-with-unibyte-current-buffer.
8439         (nntp-with-open-group-function): New function extracted from
8440         nntp-with-open-group macro.
8441         (nntp-with-open-group): Use the function, so it's easier to debug.
8442         Add indentation and debugging info.
8443         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8444         Recommend the use of the netcat alternatives.
8445
8446         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8447         Avoid mm-string-as-multibyte as well.
8448
8449         * nnweb.el (nnweb-insert-html):
8450         Remove use of nnheader-string-as-multibyte.
8451
8452         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8453         (nnheader-string-as-multibyte): Remove.
8454
8455         * mm-view.el: Use inhibit-read-only.
8456         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8457         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8458         or unibyte-string.
8459
8460         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8461         (mm-uu-yenc-extract): Use with-current-buffer.
8462
8463         * gnus-soup.el (gnus-soup-send-packet): Don't use
8464         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8465
8466         * nnmh.el: Use with-current-buffer.
8467         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8468         mm-string-as-multibyte on the output of mm-encode-coding-string.
8469
8470         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8471         (nnimap-request-move-article): Use with-current-buffer.
8472
8473         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8474         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8475         conversion uses string-make-unibyte rather than string-as-unibyte.
8476
8477         * gnus-msg.el: Use with-current-buffer.
8478
8479         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8480
8481 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8482
8483         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8484         string for caching if it is 'PIN.
8485
8486 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * lpath.el: Consider the case without Emacs/W3.
8489
8490 2008-03-08  Glenn Morris  <rgm@gnu.org>
8491
8492         * time-date.el (date-to-time, time-subtract, time-add)
8493         (safe-date-to-time): Doc fixes.
8494
8495 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * mail-source.el (mail-source-delete-old-incoming-confirm):
8498         Change default to nil.
8499         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8500
8501 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * lpath.el: Rearrange.
8504
8505         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8506         (gnus-article-goto-prev-page): Work for articles having ^L's.
8507
8508         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8509
8510         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8511
8512 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8513
8514         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8515         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8516         (gnus-bookmark-jump): Adjust some variable names.
8517
8518 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * auth-source.el: New package.
8521         (auth-source-choices): Add customization entry point variable.
8522
8523         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8524         bug.
8525
8526 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8527
8528         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8529         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8530         (gnus-registry-install-shortcuts): Rename from
8531         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8532         the `gnus-registry-mark-map' keymap dynamically from
8533         `gnus-registry-marks'.  The generated functions update the summary line
8534         when a registry mark is added or deleted, and will call
8535         `gnus-registry-install-p' (see the comments in the code).
8536         (gnus-registry-user-format-function-M): Use concat intelligently.
8537
8538         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8539         the registry mark functions.
8540
8541 2008-03-05  Glenn Morris  <rgm@gnu.org>
8542
8543         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8544         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8545         gnus-art.
8546         (top-level): No need to load own source when compiling.
8547
8548 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8551         Suggested by <chris.anderton@zetnet.co.uk>.
8552
8553 2008-03-04  Glenn Morris  <rgm@gnu.org>
8554
8555         * gnus-sum.el (top-level): No need to require gnus when compiling,
8556         since unconditionally required near start of file.
8557         (gnus-summary-display-while-building): Move definition before use.
8558
8559 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8560
8561         * gnus-registry.el (gnus-registry-user-format-function-M):
8562         Add formatting function.
8563
8564 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8565
8566         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8567         with plists.
8568         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8569         Use new format.
8570
8571 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8574         `where-is-internal' that returns a range of key sequences.
8575
8576 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8577
8578         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8579
8580         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8581         (gnus-summary-jump-to-group): Consider windows on other displayed
8582         frames as well.  Similar changes might be needed elsewhere, but that's
8583         the one I've bumped into during my use.
8584
8585         * nndoc.el (nndoc-oe-dbx-type-p):
8586         * gnus-msg.el (gnus-debug):
8587         * gnus-group.el (gnus-update-group-mark-positions):
8588         Use mm-string-to-multibyte.
8589
8590 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8593         doesn't handle NotDashEscaped.
8594
8595         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8596         (mml-dnd-attach-options): Fix typo in custom choice.
8597
8598         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8599         Change nndoc-article-type to mbox.
8600         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8601
8602         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8603         to nil, instead of html2text.
8604
8605         * imap.el (imap-debug): Add `imap-ping-server'.
8606
8607         * gnus-bookmark.el: Add FIXMEs.
8608
8609         * message.el (message-form-letter-separator)
8610         (message-send-form-letter-delay): New variables.
8611         (message-send-form-letter): Use them.  New command to send form
8612         letters.  Requested by Uwe Siart.
8613         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8614
8615 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * Update copyright years.
8618
8619 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         Sync from EMACS_22_BASE.
8622
8623         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8624
8625 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8626
8627         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8628         empty author.
8629
8630 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8631
8632         * gnus-registry.el (gnus-registry-marks): Add variable for
8633         customization of marks and their appearance.
8634         (gnus-registry-read-mark): Use it.
8635         (gnus-registry-do-marks): Add utility function to loop through
8636         `gnus-registry-marks'.
8637         (gnus-registry-install-shortcuts-and-menus): Add function to install
8638         shortcuts and menus.
8639         (gnus-registry-initialize): Use it.
8640         (gnus-registry-default-mark): Clarify documentation.
8641
8642 2008-02-29  Glenn Morris  <rgm@gnu.org>
8643
8644         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8645         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8646         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8647         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8648         Change defcustom :version from 23.0 to 23.1.
8649
8650 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8651
8652         * gnus-registry.el (gnus-registry-follow-group-p)
8653         (gnus-registry-post-process-groups): Add functions to aid registry
8654         splitting and improve logging.  Clarify behavior in function
8655         documentation.
8656         (gnus-registry-split-fancy-with-parent): Use them.
8657
8658 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8659
8660         * gnus-art.el: Use with-current-buffer.
8661
8662 2008-02-27  David Engster  <dengste@eml.cc>
8663
8664         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8665         Express real group name in the response.
8666
8667 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8670         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8671         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8672         autoload gnus-registry-fetch-group when compiling.
8673         (nnmairix-request-group-with-article-number-correction):
8674         Remove unreferenced argument passed to nnmairix-call-backend.
8675
8676 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8679         (mm-uu-extract): Improve face for low color ttys.
8680         Reported by Sascha Wilde.
8681
8682 2008-02-27  Glenn Morris  <rgm@gnu.org>
8683
8684         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8685         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8686         variables to defconsts.  Convert comments to doc-strings.
8687         (nnmairix-last-server, nnmairix-current-server): Convert from free
8688         variables to defvars.  Convert comments to doc-strings.
8689         (gnus-registry-fetch-group): Autoload.
8690         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8691         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8692         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8693         caddr.
8694         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8695         nnmairix-request-group-with-article-number-correction call.
8696         (nnmairix-fast, nnmairix-group): New, less general names, for free
8697         variables passed from nnmairix-request-group to
8698         nnmairix-request-group-with-article-number-correction.  Declare.
8699         (nnmairix-request-group-with-article-number-correction):
8700         Use nnmairix-fast, nnmairix-group rather than fast, group.
8701
8702 2008-02-26  David Engster  <dengste@eml.cc>
8703
8704         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8705         version 0.5.
8706
8707 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8708
8709         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8710         instead of making an extra function call.  Don't add the current group
8711         to articles only when they have the group.  Use
8712         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8713         Reported by David <de_bb@arcor.de>.
8714
8715 2008-02-24  Miles Bader  <miles@gnu.org>
8716
8717         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8718         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8719         (mm-find-mime-charset-region):
8720         * mm-bodies.el (mm-encode-body):
8721         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8722
8723 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8726         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8727
8728 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * mail-source.el (mail-source-delete-incoming): Change default.
8731         Supplement doc string.
8732
8733         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8734
8735 2008-02-14  Glenn Morris  <rgm@gnu.org>
8736
8737         * time-date.el (format-seconds): New function.
8738
8739 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * nnmail.el (nnmail-message-id-cache-file): Derive from
8742         `gnus-home-directory'.
8743
8744 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8747         Document negative prefix.
8748
8749         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8750
8751 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * message.el (message-unsent-separator): Add the Exim bounce
8754         separator.
8755
8756 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8757
8758         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8759         list.
8760         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8761         recipient/signer list.
8762
8763 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * Makefile.in (datarootdir): Define.
8766         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8767         name that might contain whitespace.
8768
8769 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8772         fbound (Emacs 23 unicode), signal an error.
8773
8774 2008-02-08  Glenn Morris  <rgm@gnu.org>
8775
8776         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8777
8778 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8779
8780         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8781         ports to the calls to `netrc-machine-user-or-password' in addition to
8782         "imap" and "imaps".
8783
8784 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8785
8786         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8787
8788         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8789
8790 2008-02-01  Kenichi Handa  <handa@m17n.org>
8791
8792         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8793         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8794         (rfc2104-hash): Convert the result of concat to unibyte string.
8795
8796 2008-02-01  Dave Love  <fx@gnu.org>
8797
8798         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8799         coding-system-for-read.
8800         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8801
8802 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8805         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8806         <hanche@math.ntnu.no>.
8807
8808 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8811
8812         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8813
8814 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8815
8816         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8817         * message.el (message-beginning-of-line): Use featurep instead of bound
8818         tests in order to resolve conditionals at compile time.
8819
8820 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8821
8822         * mail-source.el (mail-sources): Add `group' choice.
8823
8824         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8825         parameter `in-group' to control into which group the articles go.
8826         Add treatment of `group' mail-source.
8827
8828 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8831
8832         * mm-decode.el (mm-dissect-buffer): Decode description.
8833
8834         * mml.el (mml-to-mime): Encode message header first.
8835
8836 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8839         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8840
8841         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8842         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8843
8844 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8847
8848 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8851         prefix keys.
8852         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8853         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8854         gnus-xmas.el.
8855
8856         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8857         (gnus-xmas-article-describe-bindings): New function.
8858         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8859         gnus-xmas-article-describe-bindings.
8860
8861         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8862
8863 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8864
8865         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8866         Add new variables for article mark management.
8867         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8868         list of extra data entries which, when present, will indicate that the
8869         article ID should not be trimmed from the registry.
8870         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8871         functions.
8872         (gnus-registry-read-mark): New function to read a mark name from the
8873         user.
8874         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8875         (gnus-registry-set-article-mark-internal): New functions to add and
8876         remove marks.
8877         (gnus-registry-get-article-marks): New function to show the marks for
8878         an article, or retrieve them for further use.
8879
8880 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8883         keys when no argument is given.
8884
8885 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * imap.el (imap-ping-server): New variable.
8888         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8889         (imap-ping-server): Minor doc string fixes.
8890
8891 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8892
8893         * imap.el (imap-ping-server): New function.
8894         (imap-opened): Call imap-ping-server.
8895
8896 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * gnus-sum.el (gnus-article-sort-by-random)
8899         (gnus-thread-sort-by-random): Fix doc strings.
8900         Reported by jidanni@jidanni.org.
8901
8902 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-article-describe-bindings): New function.
8905         (gnus-article-read-summary-keys): Use it.
8906         (gnus-article-mode-map): Bind `C-h b' to it.
8907
8908 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8911         XEmacs.
8912         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8913         Protect against non-character events.
8914
8915         * lpath.el: Fbind map-keymap for Emacs 21.
8916
8917 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8920         New command.
8921         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8922         instead of END.  Change name of the temp file.
8923         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8924         customizable.
8925
8926 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8929         bind `S W' to gnus-article-wide-reply-with-original; set default
8930         binding to gnus-article-read-summary-send-keys.
8931         (gnus-article-read-summary-keys): Fix the order of keys; display
8932         continuation keys correctly in the echo area; describe bindings
8933         correctly when keys end with `C-h'.
8934         (gnus-article-read-summary-send-keys): New function.
8935         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8936         Work for gnus-article-read-summary-send-keys; display continuation keys
8937         correctly in the echo area.
8938         (gnus-article-reply-with-original): Ignore prefix argument.
8939         (gnus-article-wide-reply-with-original): New function.
8940
8941         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8942         Emacs 21.
8943
8944 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8947         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8948
8949 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8952         (gnus-group-read-ephemeral-gmane-group): New command.
8953
8954 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8955
8956         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8957
8958 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * message.el (message-send-mail-function): Increase custom version.
8961
8962         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8963         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8964
8965 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8966
8967         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8968         for the cases where imap-authenticate is called with a nil buffer
8969         parameter.
8970
8971 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8974         html parts correctly; support forwarded messages.
8975         (gnus-article-browse-html-article): Remove work buffers.
8976
8977         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8978         compiling.
8979         (netrc-bound-and-true-p): New macro.
8980         (netrc-parse): Use it instead of bound-and-true-p that is not available
8981         in XEmacs 21.4.
8982
8983 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * gnus-registry.el (gnus-registry-mark-article)
8986         (gnus-registry-article-marks): Add functionality to mark articles
8987         through the Gnus registry.
8988
8989         * encrypt.el: Clarify documentation for the new pgg method.
8990         (encrypt-file-alist): Add PGG option.
8991         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8992         functionality.  Abstract password key and messaging to external
8993         functions.
8994         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8995         (encrypt-message-method-and-cipher): Add new convenience external
8996         functions.
8997         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8998         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8999
9000         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9001         (netrc-parse): Use encrypt-file-alist to determine if
9002         encrypt-find-model or encrypt-insert-file-contents should be used.
9003
9004         * encrypt.el: Clarify documentation.  Load password-cache or
9005         password, whichever one is found first, instead of autoloading.
9006
9007 2007-12-19  Glenn Morris  <rgm@gnu.org>
9008
9009         * mml.el (message-options-set, message-narrow-to-head)
9010         (message-in-body-p, message-mail-p, message-encode-message-body):
9011         Autoload.
9012         (message-remove-header, message-narrow-to-headers-or-head)
9013         (message-subscribed-p, message-make-mail-followup-to)
9014         (message-position-on-field, message-news-p)
9015         (message-options-set-recipient, message-generate-headers)
9016         (message-sort-headers): Declare as functions.
9017
9018 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9021         convention in doc string.
9022
9023 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9026         title to html parts.
9027         (gnus-article-browse-html-article): Pass message header to it.
9028
9029         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9030
9031 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9034         or password compatible with XEmacs.
9035
9036 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9039         format document.
9040         (gnus-mime-delete-part): Don't write description line if empty.
9041         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9042
9043 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9044
9045         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9046         (gnus-summary-mark-read-and-unread-as-read)
9047         (gnus-summary-mark-current-read-and-unread-as-read)
9048         (gnus-summary-mark-unread-as-ticked): Doc fix.
9049         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9050
9051 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9054         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9055
9056 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9059         yes-or-no-p.
9060
9061 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-decode.el (mm-add-meta-html-tag): New function.
9064         (mm-save-part-to-file, mm-pipe-part): Use it.
9065
9066         * gnus-art.el (gnus-article-browse-delete-temp-files):
9067         Use gnus-y-or-n-p instead of y-or-n-p.
9068         (gnus-article-browse-html-parts): Work with message/external-body; use
9069         mm-add-meta-html-tag.
9070
9071 2007-12-11  Glenn Morris  <rgm@gnu.org>
9072
9073         * gnus-cache.el: Require gnus-sum not just when compiling.
9074
9075         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9076
9077         * gnus-int.el (gnus-server-opened, gnus-status-message):
9078         Move definitions before use.
9079
9080         * mm-decode.el: Require gnus-util.
9081         (mm-remove-part): Only call delete-annotation on XEmacs.
9082
9083         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9084
9085         * nnmail.el: Require gnus-int.
9086
9087         * spam.el: Move `require's before `eval-when-compile's.
9088
9089         * gnus-ems.el (gnus-alive-p):
9090         * gnus-fun.el (message-goto-eoh):
9091         * gnus-util.el (gnus-group-name-decode):
9092         * mail-source.el (gnus-compress-sequence):
9093         * message.el (Info-goto-node, format-spec):
9094         * mm-bodies.el (message-options-get):
9095         * mm-decode.el (mm-view-pkcs7):
9096         * mm-util.el (gmm-write-region):
9097         * mml-smime.el (mml-compute-boundary)
9098         (gnus-completing-read-with-default):
9099         * mml.el (widget-button-press, gnus-make-hashtable):
9100         * mml1991.el (mm-decode-content-transfer-encoding)
9101         (mm-encode-content-transfer-encoding)
9102         (message-options-get, message-options-set):
9103         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9104         * nnfolder.el (gnus-request-group):
9105         * nnheader.el (ietf-drums-unfold-fws):
9106         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9107         * smime.el (gnus-run-mode-hooks):
9108         * spam-stat.el (gnus-message): Autoload.
9109
9110         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9111         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9112         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9113         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9114         Add declare-function compatibility definition.
9115
9116         * gnus-cache.el (nnvirtual-find-group-art):
9117         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9118         (gnus-add-image, gnus-add-wash-type):
9119         * gnus-group.el (nnkiboze-score-file):
9120         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9121         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9122         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9123         (message-tokenize-header, gnus-get-buffer-create)
9124         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9125         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9126         * gnus.el (gnus-group-decoded-name):
9127         * mail-source.el (imap-capability):
9128         * mm-bodies.el (message-options-set):
9129         * mm-decode.el (gnus-configure-windows):
9130         * mm-extern.el (message-goto-body):
9131         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9132         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9133         (epg-sub-key-validity, message-options-set):
9134         * mml.el (widget-event-point, gnus-configure-windows):
9135         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9136         * mml2015.el (epg-check-configuration, epg-configuration)
9137         (message-options-set):
9138         * nndb.el (nndb-request-article):
9139         * nnfolder.el (gnus-request-create-group):
9140         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9141         * nnmaildir.el (gnus-group-mark-article-read):
9142         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9143         * rfc1843.el (message-fetch-field):
9144         * spam.el (gnus-extract-address-components):
9145         Declare as functions.
9146
9147 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9150
9151         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9152
9153         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9154         bind show-trailing-whitespace for XEmacs.
9155
9156 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9159         new no-op macro for backward compatibility.
9160
9161         * imap.el (imap-string-to-integer): New function.
9162
9163 2007-12-09  Glenn Morris  <rgm@gnu.org>
9164
9165         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9166
9167         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9168         * message.el, mm-view.el, sieve-manage.el, smime.el:
9169         Add declare-function compatibility definition.
9170
9171         * gnus-art.el (w3-region, w3m-region, Info-menu):
9172         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9173         * gnus-sum.el (gnus-get-predicate):
9174         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9175         * message.el (mail-abbrev-in-expansion-header-p):
9176         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9177         (w3m-detect-meta-charset, w3m-region):
9178         * sieve-manage.el (password-read, password-cache-add)
9179         (password-cache-remove):
9180         * smime.el (password-read-and-add): Declare as functions.
9181
9182 2007-12-08  David Kastrup  <dak@gnu.org>
9183
9184         * gnus-sum.el (gnus-summary-simplify-subject-query):
9185         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9186         `message'.
9187
9188 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9191         it to bind idna-program, installation-directory, defined-colors, and
9192         face-attribute for XEmacs of the version that compiles defcustom forms.
9193
9194 2007-12-07  Glenn Morris  <rgm@gnu.org>
9195
9196         * gnus-art.el (article-make-date-line): Revert previous change.
9197
9198 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9201
9202 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9203
9204         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9205         Call gnus-add-to-range ranges only once with a prepared article-list.
9206
9207 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9208
9209         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9210         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9211         group names with backslashes.
9212         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9213
9214 2007-12-06  Deepak Goel  <deego3@gmail.com>
9215
9216         * gnus-art.el (article-make-date-line):
9217         * gnus-start.el (gnus-load):
9218         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9219
9220 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-art.el (gnus-use-idna)
9223         * gnus-start.el (gnus-site-init-file)
9224         * message.el (message-use-idna)
9225         * mm-uu.el (mm-uu-hide-markers)
9226         * smiley.el (smiley-style): Revert changes that suppress warnings.
9227
9228 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9231         specify charset to html source.
9232         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9233
9234 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9237         idna-program in order to suppress byte compile warning issued by XEmacs
9238         that came to byte compile the default value section of defcustom forms
9239         recently.
9240
9241         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9242         value of installation-directory.
9243
9244         * message.el (message-use-idna): Don't directly refer to the value of
9245         idna-program.
9246
9247         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9248
9249         * smiley.el (smiley-style): Don't directly call face-attribute.
9250
9251 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9254
9255         * gnus-dired.el: Reduce Gnus dependencies.
9256         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9257         Don't require.  Use autoloads instead.
9258         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9259         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9260         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9261         (gnus-dired-mode): Adjust doc string.
9262         (gnus-dired-mail-mode): New variable.
9263         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9264         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9265         (gnus-dired-mail-buffers): New function.  Return mail or message
9266         composition buffers.
9267         (gnus-dired-attach): Use it.
9268         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9269         NO-DECODE.
9270         (gnus-dired-print): Use `gnus-print-buffer' depending on
9271         `gnus-dired-mail-mode'.
9272
9273 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * rfc2047.el (rfc2047-encoded-word-regexp)
9276         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9277         explaining what regexp patterns are for.
9278
9279 2007-12-04  Glenn Morris  <rgm@gnu.org>
9280
9281         * password.el: Move to password-cache.el.
9282
9283         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9284         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9285         * mml-smime.el (password-read, password-cache-add)
9286         (password-cache-remove):
9287         No need to autoload, since mml-sec requires password.
9288
9289         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9290         * message.el (gnus-extract-address-components):
9291         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9292
9293         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9294         password.
9295
9296 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * mailcap.el: Reduce dependencies.
9299         (mail-header-parse-content-type): Autoload.
9300         (mailcap-delete-duplicates): New alias.
9301         (mailcap-mime-info): Add optional argument NO-DECODE.
9302         (mailcap-mime-types): Use mailcap-delete-duplicates.
9303
9304         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9305
9306 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9307
9308         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9309         (imap-parse-status): Upcase status-att for servers that sends them
9310         lower-case (e.g., MS Exchange 2007).
9311
9312 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9315         function.
9316
9317         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9318         (gnus-uu-yenc-article): New function.
9319
9320         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9321
9322         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9323
9324 2007-12-02  Glenn Morris  <rgm@gnu.org>
9325
9326         * binhex.el (binhex): New custom group.
9327         (binhex-decoder-program, binhex-decoder-switches)
9328         (binhex-use-external): Move to the binhex custom group.
9329
9330         * uudecode.el (uudecode): New custom group.
9331         (uudecode-decoder-program, uudecode-decoder-switches)
9332         (uudecode-use-external): Move to the uudecode custom group.
9333
9334         * netrc.el (top-level): Don't load `encrypt' features.
9335         (netrc-parse): Don't use encrypt.
9336         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9337
9338         * encrypt.el: Remove file.
9339
9340 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9343         matches on patches.
9344
9345         * gnus-art.el (gnus-article-browse-html-article):
9346         Mention `mm-text-html-renderer' in the doc string.
9347
9348         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9349         string.  Add comments.
9350
9351         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9352         if rhs is ASCII.
9353
9354 2007-12-01  Glenn Morris  <rgm@gnu.org>
9355
9356         * mail-source.el (top-level): Require format-spec before
9357         eval-when-compile.
9358
9359 2007-11-30  Glenn Morris  <rgm@gnu.org>
9360
9361         * encrypt.el: Require password, rather than autoloading password-read.
9362
9363 2007-11-29  Glenn Morris  <rgm@gnu.org>
9364
9365         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9366         (sasl-make-client, sasl-next-step, sasl-step-data)
9367         (sasl-step-set-data): Declare as functions.
9368
9369 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9372
9373 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9374
9375         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9376         certs should be verified and what is to be done in the event of a
9377         verification failure.
9378
9379         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9380         caller can indicate whether the cache should be disregarded for this
9381         call.  This way the result of the call is reproducible at all times and
9382         can be considered a canonical server name for the supplied method.
9383         (gnus-agent-method-p): Canonicalize server names by pushing their
9384         method through `gnus-method-to-server' using the no-cache argument.
9385
9386         * gnus-srvr.el (gnus-server-insert-server-line):
9387         Call `gnus-method-to-server' with `no-cache' argument.
9388
9389         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9390         gnus-agent-possibly-synchronize-flags as this should be called when the
9391         server is actually being opened.
9392         (gnus-agent-possibly-synchronize-flags)
9393         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9394         flags file of an agentized server to the latter function.
9395
9396         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9397         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9398         after a connection has been established successfully.
9399
9400 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus-art.el (article-display-face): Force to display face if called
9403         interactively; check if gnus-article-x-face-too-ugly matches author.
9404         (article-display-x-face): Display face even if From header is missing
9405         as article-display-face does.
9406
9407 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9408
9409         * hashcash.el (message-narrow-to-headers-or-head)
9410         (message-fetch-field, message-goto-eoh)
9411         (message-narrow-to-headers): Declare as functions.
9412
9413 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * mail-source.el (mail-sources): Default to fetch from file for
9416         compatibility with default of nnmail-spool-file.
9417
9418 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9421         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9422         to look for encoded word that should be encoded again.
9423         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9424         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9425         encoding pattern.
9426         (rfc2047-decode-region): Switch strict regexp and loose one according
9427         to rfc2047-allow-irregular-q-encoded-words.
9428
9429 2007-11-25  Romain Francoise  <romain@orebokech.com>
9430
9431         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9432
9433 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * tls.el (tls-program): Provide more custom choices from
9436         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9437         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9438
9439 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9442         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9443
9444         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9445         `nnmail-spool-file'.
9446
9447         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9448         `nnmail-spool-file'.
9449
9450         * gnus-move.el (gnus-change-server): Ditto.
9451
9452         * gnus-kill.el (gnus-batch-score): Ditto.
9453
9454         * gnus-cache.el (gnus-jog-cache): Ditto.
9455
9456         * gnus-msg.el (gnus-summary-reply):
9457         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9458
9459 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9462         version.  Minor improvement to doc strings.
9463         (tls-program): Add comment.
9464
9465 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9466
9467         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9468         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9469         mismatch between the hostname provided in the certificate and the name
9470         of the host connnecting to.
9471         (open-tls-stream): Use them.  Check certificates against trusted root
9472         certificates.
9473
9474 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus-cache.el (gnus-cache-generate-nov-databases):
9477         Use nnml-generate-nov-databases-directory instead of
9478         nnml-generate-nov-databases-1.
9479
9480 2007-11-24  Glenn Morris  <rgm@gnu.org>
9481
9482         * message.el (message-tool-bar-retro): Update for rename
9483         mail_send.xpm->mail-send.xpm.
9484
9485 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9488         `smime-ldap-search' for Emacs 22 and up.
9489
9490 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9491
9492         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9493
9494         * message.el (message-send-mail-function): Fix error convention.
9495         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9496         (message-widen-reply, message-send-mail, message-talkative-question)
9497         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9498         (message-clone-locals, message-send-news): Use with-current-buffer.
9499         (message-insert-or-toggle-importance): Remove unused var `valid'.
9500         (message-make-references): Remove unused var `new-references'.
9501         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9502
9503 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9504
9505         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9506         (spam-split-symbolic-return-positive): Reflow docstring.
9507         (spam-backends, spam-summary-exit-behavior)
9508         (spam-mark-ham-unread-before-move-from-spam-group)
9509         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9510         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9511         (spam-clear-cache, spam-backend-check, spam-install-backend)
9512         (spam-install-statistical-backend, spam-list-of-processors)
9513         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9514         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9515         (spam-check-crm114, spam-initialize, spam-unload-hook):
9516         Fix typos in docstrings.
9517
9518 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9521         been checked if they have never been read and those group levels are
9522         higher than the one that a user specified.
9523
9524 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9527         foreign groups unless a group level is specified by a user.
9528         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9529
9530 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * message.el (message-send-mail-function): Require sendmail.
9533
9534 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-send-mail-function): Check for smtpmail too.
9537
9538         * utf7.el (utf7-encode, utf7-decode): Use coding system
9539         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9540
9541         * message.el (message-send-mail-function): New function.
9542         (message-send-mail-function): Set default using
9543         message-send-mail-function.  Adjust doc string.
9544         (message-send-mail-with-mailclient): New function.
9545
9546 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9547
9548         * smime.el (from):
9549         * rfc2047.el (message-posting-charset):
9550         * qp.el (mm-use-ultra-safe-encoding):
9551         * pop3.el (parse-time-months):
9552         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9553         * nnml.el (files):
9554         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9555         (jka-compr-compression-info-list, ange-ftp-path-format)
9556         (efs-path-regexp):
9557         * nndiary.el (files):
9558         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9559         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9560         (epg-digest-algorithm-alist, inhibit-redisplay)
9561         (password-cache-expiry):
9562         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9563         (pgg-output-buffer, password-cache-expiry):
9564         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9565         (efs-path-regexp):
9566         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9567         (inhibit-redisplay):
9568         * mm-uu.el (file-name, start-point, end-point, entry)
9569         (gnus-newsgroup-name, gnus-newsgroup-charset):
9570         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9571         (latin-unity-ucs-list):
9572         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9573         (mm-uu-binhex-decode-function):
9574         * message.el (gnus-message-group-art, gnus-list-identifiers)
9575         (rmail-enable-mime-composing, gnus-local-organization)
9576         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9577         (gnus-read-active-file, facemenu-add-face-function)
9578         (facemenu-remove-face-function, gnus-article-decoded-p)
9579         (tool-bar-mode):
9580         * mail-source.el (display-time-mail-function):
9581         * gnus-util.el (nnmail-pathname-coding-system)
9582         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9583         (gnus-original-article-buffer, gnus-user-agent)
9584         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9585         (xemacs-codename, sxemacs-codename, emacs-program-version):
9586         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9587         * gnus-start.el (gnus-agent-covered-methods)
9588         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9589         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9590         (gnus-newsgroup-headers, gnus-group-list-mode)
9591         (gnus-group-mark-positions, gnus-newsgroup-data)
9592         (gnus-newsgroup-unreads, nnoo-state-alist)
9593         (gnus-current-select-method, mail-sources)
9594         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9595         (nnmail-spool-file, gnus-cache-active-hashtb):
9596         * gnus-mh.el (mh-lib-progs):
9597         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9598         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9599         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9600         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9601         (gnus-group-buffer):
9602         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9603         (font-lock-set-defaults):
9604         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9605         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9606         (gnus-summary-post-menu, total-parts, type, condition, length):
9607         * gnus-agent.el (gnus-agent-read-agentview):
9608         * flow-fill.el (show-trailing-whitespace):
9609         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9610         eval-and-compile wrappers for byte compiler pacifiers.
9611
9612         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9613         (mm-display-inline-fontify): Check for featurep 'xemacs not
9614         extent-list.
9615
9616         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9617         itimer-list.
9618         (mm-create-image-xemacs): Only do something for XEmacs.
9619         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9620
9621         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9622
9623         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9624         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9625
9626 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9627
9628         * nnimap.el (nnimap-split-download-body):
9629         * gnus-demon.el (gnus-demon):
9630         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9631
9632 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9635         New macros.
9636         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9637         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9638         copy data from unibyte buffer to multibyte current buffer.
9639         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9640         to copy data from unibyte current buffer to multibyte buffer.
9641         (nntp-make-process-buffer): Make process buffer unibyte.
9642
9643         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9644
9645 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9646
9647         * pop3.el (pop3-open-server): Accept and process data more robustly at
9648         connexion start to avoid spurious "POP SSL connexion failed" errors.
9649
9650 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9653         read group names.
9654
9655 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9658
9659 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9662         (nnmail-save-active): Use a unibyte buffer when saving active file,
9663         which may contain non-ASCII group names.
9664
9665         * nnml.el (nnml-request-group): Decode group names in messages.
9666
9667 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * message.el (message-citation-line-function)
9670         (message-insert-formatted-citation-line): Fix spelling of
9671         `message-insert-formated-citation-line'.
9672
9673 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9676
9677 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9680         nnmail-pathname-coding-system.
9681
9682         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9683         that a user enters; decode group names in messages.
9684
9685         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9686
9687 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9690
9691         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9692
9693         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9694         risky local variable.
9695
9696         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9697
9698 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * encrypt.el: Improve documentation to fix function name typo.
9701         Reported by Daiki Ueno <ueno@unixuser.org>.
9702
9703 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9706         even if the point is not in the last page of an article.
9707         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9708         back to the previous page.
9709
9710 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9713
9714 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9717
9718 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9719
9720         * message.el (message-check-news-body-syntax):
9721         Avoid mm-string-as-multibyte.
9722         (message-hide-headers): Don't assume (point-min)==1.
9723
9724 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * message.el (message-remove-blank-cited-lines): Fix if remove is
9727         given.
9728         (message-bogus-address-regexp): New variable.
9729         (message-bogus-recipient-p): New function.
9730         (message-check-recipients): New command.
9731         (message-syntax-checks): Add `bogus-recipient'.
9732         (message-fix-before-sending): Add `bogus-recipient'.
9733
9734         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9735         (gnus-treat-body-boundary): Don't test window-system.
9736
9737 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9738
9739         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9740
9741 2007-10-28  Miles Bader  <miles@gnu.org>
9742
9743         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9744         at compile-time too.
9745
9746 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * gnus-msg.el (gnus-message-setup-hook):
9749         Add `message-remove-blank-cited-lines' to options.
9750
9751 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * message.el (message-remove-blank-cited-lines): New function.
9754         Suggested by Karl Plästerer.
9755
9756 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9759         mapc.
9760
9761         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9762         (top-level): Use mapc to set functions to be traced for debugging.
9763
9764         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9765         called for effect with while loop.
9766
9767         * message.el (message-talkative-question): Replace mapcar called for
9768         effect with mapc.
9769
9770         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9771         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9772         called for effect with dolist.
9773
9774         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9775
9776         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9777         gnus-extra-headers and nnmail-extra-headers.
9778
9779         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9780         called for effect with dolist.
9781         (top-level): Use mapc to set functions to be traced for debugging.
9782
9783         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9784         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9785         dolist.
9786
9787         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9788         Replace mapcar called for effect with mapc.
9789         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9790         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9791         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9792         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9793
9794         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9795         remove-if that's a cl function.
9796
9797         * webmail.el (webmail-debug): Replace mapcar called for effect with
9798         dolist.
9799
9800         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9801         with mapc.
9802
9803 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9806         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9807         with while loop.
9808
9809         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9810         functions from article-* functions.
9811         (gnus-multi-decode-header): Replace mapcar called for effect with
9812         dolist.
9813
9814         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9815         (gnus-bookmark-show-details): Replace mapcar called for effect with
9816         while loop.
9817
9818         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9819         called for effect with while loop.
9820
9821         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9822         with dolist.
9823
9824         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9825         Replace mapcar called for effect with dolist.
9826
9827         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9828
9829         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9830         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9831         Replace mapcar called for effect with dolist.
9832         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9833         mapc.
9834
9835         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9836         Replace mapcar called for effect with dolist.
9837         (gnus-topic-list): Replace mapcar called for effect with mapc.
9838
9839         * gnus.el: Use mapc instead of mapcar to add autoloads.
9840
9841 2007-10-23  Richard Stallman  <rms@gnu.org>
9842
9843         * gnus-group.el (gnus-group-highlight): Mark as risky.
9844
9845 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus.el (gnus-server-to-method): Return method found first in
9848         gnus-newsrc-alist.
9849
9850         * gnus-art.el (gnus-article-highlight-signature)
9851         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9852         button overlay without the front stickiness.
9853
9854 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9855
9856         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9857         overview buffer needed a catch to receive its throw.
9858         (gnus-agent-flush-cache): Declare as interactive to make this function
9859         easier to use.
9860
9861 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9864         `next-line'.
9865
9866 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9869         exclude address matching message-dont-reply-to-names.
9870
9871 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-util.el (gnus-string<): New function.
9874
9875         * gnus-sum.el (gnus-article-sort-by-author)
9876         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9877
9878 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9881         the frame-focus tag is set in gnus-buffer-configuration.
9882
9883 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9886         the front stickiness.
9887
9888 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9891         url pattern; remove duplicate one.
9892         (gnus-article-extend-url-button): New function.
9893         (gnus-article-add-buttons): Use it.
9894         (gnus-button-push): Use concatenated url that it makes.
9895
9896 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9897
9898         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9899
9900 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9901
9902         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9903         Don't hardcode point-min==1.
9904
9905 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9908         Fix comment about "iso8859-1".
9909
9910 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9911
9912         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9913         ones returned from the verify-function.
9914
9915         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9916         Call mml2015-extract-cleartext-signature if extraction failed.
9917
9918 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9919
9920         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9921         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9922         failed.
9923
9924 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9927
9928 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9931         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9932         recommends to use EasyPG instead of PGG.
9933
9934         * pgg.el: Revert to revision 6.23.2.16.
9935
9936         * pgg-def.el: Revert to revision 6.6.2.14.
9937
9938         * pgg-gpg.el: Revert to revision 6.23.2.34.
9939
9940 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9941
9942         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9943         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9944         thread for both the null and zero (kill/expire thread) universal prefix
9945         cases.
9946         (gnus-summary-expire-thread): Add new function to expire a thread,
9947         using gnus-summary-kill-thread.
9948         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9949         shortcuts for gnus-summary-expire-thread.
9950         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9951         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9952
9953 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9954
9955         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9956         extras value, so an extras entry can be deleted.
9957         (gnus-registry-delete-extra-entry): Use it.
9958         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9959         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9960         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9961         storage through the gnus-registry, and provide an appropriate API for
9962         it.
9963
9964 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9967         Suggested by Leo <sdl.web@gmail.com>.
9968
9969         * gnus.el: Do.
9970
9971 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9974         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9975
9976         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9977
9978         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9979         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9980
9981 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9984         newline.
9985         (nnmbox-request-accept-article): Don't change article in source buffer;
9986         narrow to header to use message-fetch-field rather than
9987         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9988         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9989         as delimiters; make sure article ends with newline.
9990         (nnmbox-delete-mail): Correct last position of article to be deleted;
9991         ignore X-Gnus-Newsgroup header in article body.
9992         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9993         positions; make sure article ends with newline.
9994
9995         * message.el (message-display-abbrev): Don't infloop when a user
9996         inserts SPC in the beginning of header.
9997
9998         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9999         coding-system-for-read and coding-system-for-write for XEmacs having no
10000         file-coding feature.
10001
10002         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10003
10004 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10007         list of groups not followed by default.  Fix type to be regexp.
10008         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10009
10010 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10011
10012         * hmac-def.el (define-hmac-function): Switch from old-style to
10013         new-style backquotes.
10014
10015         * md4.el (md4-make-step): Likewise.
10016
10017 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10020         raw-text coding system when saving .newsrc file, which may contain
10021         non-ASCII group names.
10022
10023 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * gnus-cus.el (gnus-score-extra): New widget.
10026         (gnus-score-extra-convert): New function.
10027         (gnus-score-customize): Use it for Extra.
10028
10029 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10030
10031         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10032         (mml2015-mailcrypt-clear-verify): Use it.
10033         (mml2015-gpg-clear-verify): Use it.
10034         (mml2015-pgg-clear-verify): Use it.
10035         (mml2015-epg-clear-verify): Replace the current part with the output
10036         from GnuPG; don't extract the plaintext by itself.
10037
10038         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10039         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10040         mml2015-clear-verify-function; don't touch the armor headers or
10041         dash-escaped text here.
10042
10043 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10046         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10047         parts, or application/octet-stream as a last resort.
10048         (gnus-mime-view-part-as-type): Don't toggle display.
10049         (gnus-mime-view-part-as-charset): Don't turn off display before
10050         querying charset.
10051
10052         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10053         stuff to undisplayer function in Emacs.
10054         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10055
10056         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10057         text/calendar parts.
10058
10059 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10062         decoding text/calendar parts.
10063
10064         * message.el (message-forward-make-body-mime): Always mark body as
10065         having no illegible text; remove signed-or-encrypted argument.
10066         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10067
10068         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10069         (mml-generate-mime-1): Don't encode body if it is specified to be in
10070         raw form; don't make buffer be unibyte when inserting multibyte string.
10071
10072 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10073
10074         * sha1.el: Fix up comment style.
10075         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10076         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10077
10078         * hex-util.el: Fix up comment style.
10079         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10080
10081         * gnus-salt.el: Use with-current-buffer.
10082         (gnus-pick-setup-message): Fix long-standing typo.
10083
10084 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * imap.el (imap-logout-timeout): New variable.
10087         (imap-logout, imap-logout-wait): New functions.
10088         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10089
10090         * nnimap.el (nnimap-logout-timeout): New server variable.
10091         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10092         nnimap-logout-timeout.
10093
10094         * gnus-art.el (gnus-article-summary-command-nosave)
10095         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10096
10097 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus.el (gnus-maximum-newsgroup): New variable.
10100
10101         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10102         according to gnus-maximum-newsgroup.
10103
10104         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10105         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10106         Limit the range of articles according to gnus-maximum-newsgroup.
10107
10108 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10109
10110         * gnus-art.el (gnus-sticky-article): Fix problems described in
10111         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10112         Don't perform gnus-configure-windows here; reuse existing sticky
10113         article buffer.
10114
10115         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10116         it doesn't exist in gnus-article-mode.
10117
10118 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10121         (gnus-agent-decoded-group-name): New function.
10122         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10123         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10124
10125 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10126
10127         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10128         Add binding for gnus-sticky-article.
10129         (gnus-summary-exit): Don't kill sticky article buffers.
10130
10131         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10132         article buffer.
10133         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10134         (gnus-kill-sticky-article-buffers): New commands.
10135
10136 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * nntp.el (nntp-xref-number-is-evil): New server variable.
10139         (nntp-find-group-and-number): If it is non-nil, don't trust article
10140         numbers in the Xref header.
10141
10142 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-agent.el (gnus-agent-read-group): New function.
10145         (gnus-agent-flush-group, gnus-agent-expire-group)
10146         (gnus-agent-regenerate-group): Use it.
10147         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10148         nnmail-pathname-coding-system.
10149
10150 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10153
10154         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10155         that are unread as unread, and also as selected so that information of
10156         marks having been changed by a user may be updated when exiting group.
10157
10158 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10161
10162 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10165         calculated ignoring signature parts to gnus-treat-article.
10166
10167 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10170         a point here in order to keep the window start.
10171         (gnus-insert-mime-security-button): Make a button overlay without the
10172         front stickiness.
10173         (gnus-mime-display-security): Goto the end of a button.
10174
10175         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10176
10177 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10180         group-name-at-point.
10181         (gnus-group-completing-read): New function that offers decoded
10182         non-ASCII group names for completion.
10183         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10184         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10185         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10186         (gnus-group-fetch-control): Use it.
10187         (gnus-fetch-group): Use group-name-at-point for the initial value
10188         rather than the default value; use gnus-alive-p.
10189
10190         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10191         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10192         (gnus-summary-post-news): Use gnus-group-completing-read.
10193
10194         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10195         (gnus-read-move-group-name): Decode group name for completion.
10196
10197 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10198
10199         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10200         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10201         Yamaoka slightly modified the code).
10202
10203 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10206         (nnmail-split-incoming): Bind it.
10207
10208         * nnml.el (nnml-group-name-charset): New function.
10209         (nnml-decoded-group-name): Use it; don't decode group name if
10210         nnmail-group-names-not-encoded-p is non-nil.
10211         (nnml-encoded-group-name): New function.
10212         (nnml-group-pathname): Inline nnml-decoded-group-name.
10213         (nnml-request-expire-articles): Decode group name in message.
10214         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10215         nnmail-pathname-coding-system.
10216         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10217         not decoded ones according to nnmail-group-names-not-encoded-p.
10218         (nnml-generate-active-info): Use nnml-encoded-group-name.
10219
10220 2007-08-08  Glenn Morris  <rgm@gnu.org>
10221
10222         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10223         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10224         doc-strings and comments.
10225
10226 2007-07-25  Glenn Morris  <rgm@gnu.org>
10227
10228         * Relicense all FSF files to GPLv3 or later.
10229
10230 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-sum.el (gnus-summary-move-article):
10233         Make gnus-summary-respool-article work.
10234
10235 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10238         string.
10239
10240 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10241
10242         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10243         that should be ignored when comparing distant RSS articles with local
10244         ones.
10245         (nnrss-make-hash-index): New function.  Create a hash index according
10246         to the ignored fields.
10247         (nnrss-check-group): Use it.
10248
10249 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10252
10253         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10254
10255         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10256         the new optional argument ENCODED is non-nil.
10257         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10258         coding system for encoding group name.
10259         (gnus-group-make-rss-group): Pass un-encoded group name to
10260         gnus-group-make-group.
10261         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10262         encoded.
10263
10264         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10265         Encode group name to which articles are moved or copied.
10266         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10267         coding system for encoding Newsgroup, Followup-To and Xref headers.
10268
10269         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10270         marks; use nnheader-file-coding-system to write a file.
10271         (nnagent-retrieve-headers): Bind file-name-coding-system to
10272         nnmail-pathname-coding-system.
10273
10274         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10275
10276         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10277         (nnml-request-article, nnml-request-create-group)
10278         (nnml-request-rename-group, nnml-find-id)
10279         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10280         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10281         (nnml-save-marks): Use nnml-group-pathname instead of
10282         nnmail-group-pathname.
10283
10284         (nnml-request-create-group, nnml-request-expire-articles)
10285         (nnml-request-move-article, nnml-request-delete-group)
10286         (nnml-deletable-article-p, nnml-possibly-create-directory)
10287         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10288         (nnml-open-marks): Bind file-name-coding-system to
10289         nnmail-pathname-coding-system.
10290
10291         (nnml-request-article): Pass server argument to nnml-find-group-number.
10292         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10293         Pass server argument to nnml-possibly-create-directory.
10294         (nnml-request-accept-article): Pass server argument to
10295         nnml-active-number and nnml-save-mail.
10296         (nnml-find-group-number): Pass server argument to nnml-find-id.
10297         (nnml-request-update-info): Pass server argument to
10298         nnml-marks-changed-p.
10299
10300         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10301         (nnml-save-mail, nnml-active-number): Add server argument.
10302
10303         (nnml-request-delete-group): Warn if group is missing.
10304         (nnml-get-nov-buffer): Decode group name.
10305         (nnml-generate-active-info): Encode group name.
10306         (nnml-open-marks): Decode group name in messages.
10307
10308 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10311         if it is not specified.
10312         (gnus-article-pipe-part, gnus-article-save-part)
10313         (gnus-article-interactively-view-part, gnus-article-copy-part)
10314         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10315         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10316         (gnus-article-replace-part, gnus-article-delete-part)
10317         (gnus-article-view-part-as-type): Pass raw prefix argument to
10318         gnus-article-part-wrapper.
10319
10320 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-agent.el (gnus-agent-save-active):
10323         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10324
10325         * gnus-cache.el (gnus-cache-save-buffers)
10326         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10327         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10328         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10329         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10330         (gnus-cache-generate-active, gnus-cache-rename-group)
10331         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10332         (gnus-cache-update-overview-total-fetched-for):
10333         Bind file-name-coding-system to nnmail-pathname-coding-system.
10334         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10335         New variables.
10336         (gnus-cache-decoded-group-name): New function.
10337         (gnus-cache-file-name): Use it.
10338         (gnus-cache-generate-active): Use non-decoded group name for active.
10339
10340         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10341         right place.
10342         (gnus-write-active-file): Don't break non-ASCII group names.
10343
10344         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10345         nnmail-pathname-coding-system.
10346
10347         * lpath.el: Bind default-file-name-coding-system,
10348         file-name-coding-system and language-info-alist for XEmacs.
10349
10350         * gnus-uu.el (gnus-uu-decode-save): Typo.
10351
10352 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10355
10356 2007-07-14  David Kastrup  <dak@gnu.org>
10357
10358         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10359         finishing actions if we did not edit the article.
10360
10361 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10364         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10365         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10366         (gnus-agent-flush-group, gnus-agent-flush-cache)
10367         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10368         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10369         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10370         (gnus-agent-regenerate-group)
10371         (gnus-agent-update-files-total-fetched-for)
10372         (gnus-agent-update-view-total-fetched-for):
10373         Bind file-name-coding-system to nnmail-pathname-coding-system.
10374         (gnus-agent-group-pathname): Don't encode file names by
10375         nnmail-pathname-coding-system.
10376         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10377         coding-system-for-write instead of buffer-file-coding-system to
10378         gnus-agent-file-coding-system.
10379
10380         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10381         Decode group name.
10382
10383         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10384
10385         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10386         (gnus-read-newsrc-el-file): Make group names unibyte.
10387
10388         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10389         nnmail-pathname-coding-system.
10390
10391         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10392         (nnrss-request-delete-group): Bind file-name-coding-system to
10393         nnmail-pathname-coding-system.
10394         (nnrss-read-server-data, nnrss-read-group-data):
10395         Bind file-name-coding-system correctly.
10396         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10397
10398         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10399         (nntp-server-to-method-cache): New variable.
10400         (nntp-group-pathname): New function that decodes non-ASCII group names.
10401         (nntp-possibly-create-directory, nntp-marks-changed-p)
10402         (nntp-save-marks, nntp-open-marks): Use it.
10403         (nntp-possibly-create-directory, nntp-open-marks):
10404         Bind file-name-coding-system to nnmail-pathname-coding-system.
10405         (nntp-open-marks): Decode group names when bootstrapping marks.
10406
10407         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10408         Newsgroups and Folowup-To headers.
10409
10410 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10413         (gnus-server-closed-face, gnus-server-denied-face)
10414         (gnus-server-offline-face): Remove variable.
10415         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10416
10417         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10418         of modifying message-stack directly for XEmacs.
10419
10420         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10421         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10422         if the coding-system argument is nil for XEmacs.
10423
10424         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10425         mm-charset-override-alist.
10426
10427         * rfc2047.el: Don't require base64; require rfc2045 for the function
10428         rfc2045-encode-string.
10429         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10430         to quote the parameter value.
10431
10432 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10435         form in gnus-group-name-charset-method-alist.
10436
10437         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10438         overrides the default layout edit-form.
10439
10440         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10441
10442         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10443
10444 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10447         as unfetched articles.
10448
10449 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10452
10453 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10456         original back end that keeps marks in the local system.
10457
10458 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10461         arg of pop-to-buffer for XEmacs.
10462         (gnus-article-read-summary-keys): Ditto; don't restore window
10463         configuration if summary command ends up with neither article buffer
10464         nor summary buffer; describe bindings if summary keys end with C-h.
10465
10466 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * message.el (message-fix-before-sending): Skip raw message part to be
10469         forwarded while checking illegible text.
10470         (message-forward-make-body-mime, message-forward-make-body):
10471         Mark signed or encrypted raw message as having no illegible text.
10472
10473 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10476         (gnus-message-with-timestamp-1): New macro.
10477         (gnus-message-with-timestamp): New function.
10478         (gnus-message): Use them.
10479
10480         * nnheader.el (nnheader-message): Use them.
10481
10482 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10485         .newsrc.eld file.
10486
10487 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-agent.el (gnus-agent-fetch-headers)
10490         (gnus-agent-retrieve-headers):
10491         Bind gnus-decode-encoded-address-function to identity.
10492
10493         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10494         available also when the server returns simply a dot.
10495
10496         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10497
10498 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10501
10502 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-ems.el (gnus-x-splash): Make it work.
10505
10506         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10507         from being used.
10508
10509         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10510
10511 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10514         4th and the 5th arguments.
10515
10516         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10517         the front stickiness.
10518         (gnus-article-summary-command-nosave): Correct the order of the
10519         arguments passed to pop-to-buffer.
10520         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10521         summary command ends up with the article buffer.
10522
10523         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10524         the same faces.
10525
10526 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10527
10528         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10529
10530 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10531
10532         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10533         * gnus-sum.el (gnus-summary-highlight):
10534         * pgg.el (pgg-sign-region, pgg-sign):
10535         * mail-source.el (mail-source-delete-old-incoming-confirm):
10536         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10537
10538 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (gnus-mime-view-part-externally)
10541         (gnus-mime-view-part-internally): Fix predicate function passed to
10542         completing-read.
10543
10544         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10545
10546         * gnus.el (gnus-update-message-archive-method): Add :version.
10547
10548 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus.el (gnus-update-message-archive-method): New variable.
10551
10552         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10553         according to gnus-message-archive-method if
10554         gnus-update-message-archive-method is non-nil.
10555
10556 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10559         Suggested by Loic Dachary <loic@dachary.org>.
10560         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10561
10562 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * message.el (message-pop-to-buffer): Add switch-function argument.
10565         (message-mail): Pass switch-function argument to it.
10566
10567 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10570         Improve doc string.
10571
10572 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10575         (gnus-header-content)
10576         * gnus-cite.el (gnus-cite-10)
10577         * gnus-srvr.el (gnus-server-closed)
10578         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10579         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10580         (gnus-group-mail-3-empty, gnus-group-mail-low)
10581         (gnus-group-mail-low-empty, gnus-splash)
10582         * message.el (message-header-to, message-header-cc)
10583         (message-header-subject, message-header-other, message-header-name)
10584         (message-header-xheader, message-separator, message-cited-text)
10585         (message-mml): Lighten colors of faces used for dark background.
10586
10587 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10588
10589         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10590         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10591
10592 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * message.el (message-narrow-to-headers-or-head):
10595         Ignore mail-header-separator in the body.
10596
10597 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10600         same as window size.
10601
10602 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10603
10604         * message.el (message-font-lock-keywords): Use message-header-xheader
10605         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10606         ahead of the anything pattern, to get it recognised.
10607
10608 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10611         spam.el loads uses it in the compiled defadvice form.
10612
10613 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10614
10615         * gnus-sum.el (gnus-articles-to-read)
10616         (gnus-summary-insert-old-articles): Don't truncate group name for
10617         `read-string'.
10618
10619         * gnus-util.el (gnus-limit-string): Delete this function.
10620
10621         * gnus-sum.el (gnus-simplify-subject-fully):
10622         Use `truncate-string-to-width' instead.
10623
10624 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10625
10626         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10627         Tell if, on summary exit, the next group has to be selected.
10628         (gnus-summary-exit): Use it.
10629
10630 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10633         non-break space.
10634
10635 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10638         Check if group is not a directory.
10639         (nnfolder-request-expire-articles): Don't delete articles if the target
10640         group is not available.
10641
10642         * nnml.el (nnml-request-create-group): Properly check if group is not a
10643         file.
10644         (nnml-request-expire-articles): Don't delete articles if the target
10645         group is not available.
10646
10647         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10648         Don't quote characters that are within parentheses.
10649
10650 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10653         (gnus-handle-ephemeral-exit): Select article according to it.
10654
10655 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * message.el (message-insert-formated-citation-line): Remove newline.
10658         (message-citation-line-format): Add final \n here so that the user can
10659         avoid a blank line.
10660
10661 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10662
10663         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10664         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10665         Update lanl/arXiv support.
10666
10667 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * gnus.el: Bump version number.
10670
10671 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * gnus.el (gnus-version-number): Bump version.
10674
10675 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10676
10677         * gnus.el: No Gnus v0.6 is released.
10678
10679 2007-04-27  Didier Verna  <didier@xemacs.org>
10680
10681         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10682         * gmm-utils.el (gmm-regexp-concat): ... here.
10683         * message.el: Don't require 'gnus-util.
10684         (message-dont-reply-to-names): Handle name change above.
10685         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10686
10687 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10690         since the initial value varies according to the system.
10691
10692 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10695
10696 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10697
10698         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10699
10700 2007-04-24  Didier Verna  <didier@xemacs.org>
10701
10702         Improve the type of gnus-ignored-from-addresses.
10703         * gnus-util.el (gnus-orify-regexp): New function.
10704         * message.el (gnus-util): Require it.
10705         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10706         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10707         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10708
10709 2007-04-24  Didier Verna  <didier@xemacs.org>
10710
10711         * gnus-sum.el:
10712         * gnus-utils.el: Fix some trailing whitespaces.
10713
10714 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10717         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10718         article's Message-ID; refer parent article in summary buffer.
10719
10720         * message.el (message-bounce): Call mime-to-mml.
10721
10722         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10723         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10724         optimize and/or forms properly.
10725
10726 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10729         URL.
10730
10731 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10734
10735 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10738         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10739         displayed of multipart/alternative part if it is invoked from summary
10740         buffer.
10741
10742         * mm-view.el (mm-inline-text-html-render-with-w3m)
10743         (mm-inline-text-html-render-with-w3m-standalone)
10744         (mm-inline-render-with-function): Use mail-parse-charset by default.
10745
10746 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10747
10748         * parse-time.el (parse-time-string-chars): Check if CHAR
10749         is less than the length of parse-time-syntax.
10750
10751 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10754         from gnus-newsgroup-processable.
10755
10756 2007-04-16  Didier Verna  <didier@xemacs.org>
10757
10758         * gnus-msg.el (gnus-configure-posting-styles):
10759         Handle message-signature-directory properly with :file syntax.
10760         Reported by "Leo".
10761
10762 2007-04-11  Didier Verna  <didier@xemacs.org>
10763
10764         New user option: message-signature-directory.
10765         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10766         * message.el (message-insert-signature): Ditto.
10767         * message.el (message-signature-file): Doc update.
10768         * message.el (message-signature-directory): New.
10769
10770 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-msg.el (gnus-inews-yank-articles):
10773         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10774
10775 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * message.el (message-yank-original): Make sure cited text ends with
10778         newline; don't exchange point and mark.
10779
10780 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10781
10782         * tls.el (open-tls-stream): Properly handle case where there
10783         is no associated buffer.
10784
10785 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10786
10787         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10788         message-yank-original, make sure (< mark TEXT point).
10789
10790 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * message.el (message-fill-column): New variable.
10793         (message-mode): Use it.  Add comment on a possible new hook.
10794
10795         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10796         (nnmail-get-new-mail): Reformat.
10797
10798         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10799
10800         * gmm-utils.el: Fix Commentary.
10801         (gmm-tool-bar-from-list): Fix typo in doc string.
10802
10803 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10804
10805         * message.el (message-yank-original): Don't switch point and mark
10806         unnecessarily to put point and mark as documented.
10807
10808 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10811         from the message heads.
10812
10813 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10814
10815         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10816         article buffer does not have a window.  This may not be the best
10817         solution but is certainly better than setting the start of the null,
10818         that is the current, window.
10819
10820 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10823         (gnus-draft-setup): Run it.
10824
10825         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10826         gnus-score-fast-scoring.  Allow regexp.
10827         (gnus-score-headers): Use it.
10828
10829         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10830         XEmacs.
10831
10832         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10833         string.
10834         (gnus-button-alist): Also catch `<f1> k ...'.
10835         (gnus-treat-display-x-face): Fix doc string.
10836
10837 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10838
10839         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10840         evaluation of gnus-extended-version to ensure correct generation of the
10841         User-Agent header when message-generate-headers-first is used.
10842
10843 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10844
10845         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10846         hashcash-path is nil.  Don't call callback with incorrect number of
10847         parameters if val is 0.
10848
10849 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10850
10851         * message.el (message-required-news-headers):
10852         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10853
10854 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10855
10856         * tls.el (open-tls-stream): In handshake-waiting loop,
10857         don't wait more if there is output available to process.
10858
10859 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10860
10861         * tls.el (tls-program): Doc fix.
10862
10863 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * message.el (message-generate-new-buffers): Change the meaning of the
10866         nil value; add `standard' to the choices; treat t as `unique'; improve
10867         doc string.
10868         (gnus-select-frame-set-input-focus): Autoload.
10869         (message-buffer-name): Search for the existing message buffer if
10870         message-generate-new-buffers is nil or `standard'; treat the value t of
10871         message-generate-new-buffers as `unique'.
10872         (message-pop-to-buffer): Raise the frame already displaying the message
10873         buffer; clear the echo area after querying.
10874         (message-setup): Pass the `continue' argument to compose-mail.
10875         (message-mail): Prefer `switch-function' if it is given; search for the
10876         existing message buffer if the `continue' argument is non-nil; pass
10877         continue and switch-function arguments to compose-mail by way of
10878         message-setup.
10879         (message-mail-other-window): Adjust argument of message-setup.
10880         (message-mail-other-frame): Ditto.
10881
10882 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10885         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10886         to turn font-lock on when turning gnus-message-citation-mode on.
10887
10888 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10889
10890         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10891         (mml-smime-function-alist): New variable; add epg as the backend.
10892         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10893         mml-smime- functions instead.
10894         * mm-view.el: Require smime.
10895
10896 2007-03-05  Didier Verna  <didier@xemacs.org>
10897
10898         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10899         instead of just inheritance for posting styles.
10900         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10901
10902 2007-02-24  Chris Moore  <dooglus@gmail.com>
10903
10904         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10905         * pgg-pgp.el (pgg-pgp-encrypt-region):
10906         * pgg-gpg.el (pgg-gpg-encrypt-region):
10907         Check pgg-encrypt-for-me if no other recipients.
10908
10909 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10910
10911         * tls.el (tls-certtool-program): Fix custom type.
10912
10913 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10916         and point-at-eol instead of line-(beginning|end)-position.
10917
10918         * assistant.el (assistant-parse-buffer): Ditto.
10919
10920         * netrc.el (netrc-parse-services): Ditto.
10921
10922 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10923
10924         * mml2015.el (mml2015-epg-find-usable-key): New function.
10925         (mml2015-epg-sign): Use it.
10926         (mml2015-epg-encrypt): Use it.
10927
10928 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * message.el (message-make-in-reply-to): Quote name containing
10931         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10932         if there are special characters.  Reported by NAKAJI Hiroyuki
10933         <nakaji@jp.freebsd.org>.
10934
10935 2007-02-27  Didier Verna  <didier@xemacs.org>
10936
10937         Include the group parameters as well as the topic ones in the
10938         inheritance filter process.
10939         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10940         argument GROUP-PARAMS-LIST.
10941         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10942
10943 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * nntp.el (nntp-never-echoes-commands)
10946         (nntp-open-connection-functions-never-echo-commands): New variables.
10947         (nntp-send-command): Use them.
10948
10949 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10950
10951         * mml2015.el (mml2015-epg-verify): Simplify.
10952
10953 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * mml.el (mml-content-disposition-alist): New user option.
10956         (mml-content-disposition): New function.
10957         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10958         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10959
10960 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10961
10962         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10963         verification.
10964
10965 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10966
10967         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10968         articles posted in the last 24 hours.
10969
10970 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10971
10972         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10973
10974 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10975
10976         * nntp.el (nntp-send-command): Don't wait for echoes when
10977         nntp-open-ssl-stream is used.
10978
10979 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10982         (gnus-message-add-citation-keywords)
10983         (gnus-message-remove-citation-keywords): Remove.
10984         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10985         directly, make the variables in font-lock-defaults buffer-local, add
10986         gnus-message-citation-keywords to them and then update the value of
10987         font-lock-keywords.
10988
10989 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * message.el (message-cite-original-1): Don't call
10992         gnus-article-highlight-citation.
10993
10994         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10995         citations; fix line count.
10996
10997 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11000         (gnus-message-add-citation-keywords)
11001         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11002         versions of font-lock-add-keywords and font-lock-remove-keywords to
11003         work with XEmacs correctly.
11004
11005 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-cite.el (gnus-cite-face-list): Set the values of
11008         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11009         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11010         (gnus-message-cite-prefix-regexp): New variable.
11011         (gnus-message-search-citation-line): Use it; protect against long
11012         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11013         the 0th match data for Emacs.
11014         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11015         (gnus-message-add-citation-keywords): Append keywords rather than
11016         prepending; emulate font-lock-add-keywords if it is not available.
11017         (gnus-message-remove-citation-keywords):
11018         Emulate font-lock-remove-keywords if it is not available.
11019
11020         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11021
11022         * message.el (message-cite-prefix-regexp): Set the value of
11023         gnus-message-cite-prefix-regexp.
11024
11025 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11026
11027         * nnweb.el (nnweb-google-parse-1): Update parser.
11028
11029 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11030
11031         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11032
11033 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11034
11035         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11036         regexp.
11037
11038 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11041         string-to-multibyte.
11042         (uudecode-decode-region-internal): Use it.
11043
11044         * lpath.el: Fbind string-as-multibyte for XEmacs.
11045
11046 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11049         Fix custom choice.
11050
11051         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11052
11053 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11054
11055         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11056
11057         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11058         `write-region' to respect `mm-inhibit-file-name-handlers'.
11059
11060 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11063         Use gnus-home-directory instead of "~/" or "$HOME".
11064
11065 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11068         to mention filename.
11069         Add comments at beginning regarding usage.
11070         (encrypt-write-file-contents): Change interactive so a string is
11071         acceptable.  If the file has no associated model, show an error instead
11072         of a nonsense prompt.
11073
11074 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11075
11076         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11077         Thanks to Yoshihiko Yamada for kind notification of this typo.
11078
11079 2007-01-12  Kenichi Handa  <handa@m17n.org>
11080
11081         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11082         multibyte buffer.
11083
11084 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * gnus-score.el (gnus-score-fast-scoring): New variable.
11087         (gnus-score-headers): Use it.
11088
11089         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11090
11091         * message.el (message-cite-original-1):
11092         Call gnus-article-highlight-citation if requested.
11093         (message-make-from): Allow name and address as optional arguments.
11094
11095         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11096
11097         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11098         bugs to doc string.
11099         (gnus-button-alist): Add mid\\|message-id.
11100         (gnus-button-fetch-group): Extend for use in
11101         `browse-url-browser-function'.
11102         (gnus-button-url-regexp): Try to catch paired parentheses like in
11103         Wikipedia URLs.
11104
11105         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11106         Suggested by Simon Krahnke <overlord@gmx.li>.
11107
11108 2007-01-13  Romain Francoise  <romain@orebokech.com>
11109
11110         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11111         Update copyright.
11112
11113 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11114
11115         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11116
11117 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11118
11119         * gnus-registry.el (gnus-registry-unfollowed-groups)
11120         (gnus-registry-split-fancy-with-parent): Fix documentation.
11121
11122 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11125         from nnweb groups.
11126
11127 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11130         Xref urls.  Erase buffer before requesting head.
11131
11132         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11133
11134 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11137         customizable.
11138
11139 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11140
11141         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11142         no signing key is found.
11143         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11144         no encrypting and/or signing key is found.
11145
11146 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11147
11148         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11149
11150 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11151
11152         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11153         headers read from disk with the ones newly found in the current search.
11154         This should no longer cause problems, because the article numbers in
11155         Gmane's `nov.php' output are ignored since the previous change.
11156
11157 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11158
11159         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11160
11161 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11164         replace-regexp-in-string; bind url-version; fbind display-images-p and
11165         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11166         find-face and set-itimer-function for Emacs; bind itimer-list for
11167         Emacs.
11168
11169         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11170
11171 2007-01-01  Romain Francoise  <romain@orebokech.com>
11172
11173         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11174
11175 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11176
11177         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11178         `define-minor-mode' macro definition expanded properly.
11179         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11180         exclude it there.
11181
11182         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11183         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11184         `fboundp' test.
11185         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11186         This is OK to autoload in (S)XEmacs now.
11187
11188 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11191         keystroke.
11192         (gnus-summary-limit-to-singletons): Fix typo.
11193
11194         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11195         else fails.
11196
11197 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11198
11199         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11200         docstring.
11201
11202         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11203         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11204         (gnus-summary-insert-dormant-articles): Fix typo in message.
11205
11206 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11209         nil for XEmacs.
11210         (gnus-message-citation-mode): Don't autoload in XEmacs.
11211
11212         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11213
11214 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11215
11216         * nnimap.el (nnimap-expunge-search-string):
11217         Mention nnimap-search-uids-not-since-is-evil in docstring.
11218
11219 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * spam.el: Revert to make-obsolete-variable because
11222         define-obsolete-variable-alias is not supported in Emacs 21.
11223
11224         * spam.el (spam-ifile-path, spam-ifile-database-path)
11225         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11226         make-obsolete-variable.
11227         (spam-bsfilter-path, spam-bsfilter-program)
11228         (spam-spamassassin-path, spam-spamassassin-program)
11229         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11230         Don't use "path" inappropriately.
11231         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11232         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11233         variable names.
11234
11235 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11236
11237         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11238         summary buffer.
11239
11240         * password.el (password-cache-remove): Use clear-string to burn
11241         password, if available.
11242
11243 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11246
11247         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11248
11249         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11250         (gnus-message-highlight-citation): Move defcustom here from
11251         gnus-cite.el.
11252         (gnus-message-citation-mode): Autoload.
11253
11254         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11255         checks to make it compile with XEmacs.
11256         (gnus-message-citation-mode): New minor mode.
11257         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11258         (gnus-message-highlight-citation): New variables.
11259         (gnus-message-search-citation-line)
11260         (gnus-message-add-citation-keywords)
11261         (gnus-message-remove-citation-keywords)
11262         (turn-on-gnus-message-citation-mode)
11263         (turn-off-gnus-message-citation-mode): New functions.
11264
11265 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11266
11267         * gnus-cite.el: Enable highlighting of different citation levels in
11268         message-mode.
11269
11270 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * message.el (message-make-fqdn): Fix comment.
11273         (message-bogus-system-names): Add ".local".
11274
11275         * spam.el (spam-ifile-path, spam-ifile-program)
11276         (spam-ifile-database-path, spam-ifile-database)
11277         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11278         Don't use "path" inappropriately.
11279         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11280         strings.
11281         (spam-check-ifile, spam-ifile-register-with-ifile)
11282         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11283         Use new variable names.
11284
11285         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11286         (gnus-treat-display-smileys): Simplify using
11287         gnus-image-type-available-p.
11288
11289         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11290         available.
11291
11292         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11293         Use `display-images-p' if available.
11294
11295 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11298         one after turning on the buffer's multibyteness instead of decoding
11299         them directly in the unibyte buffer that causes unexpected conversion
11300         in Emacs 23 (unicode).
11301
11302 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * message.el (message-generate-hashcash): Fix custom type.
11305
11306 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11309
11310 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11313         disconnect icons.  Add help text.
11314
11315 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11316
11317         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11318         negated to be consistent with the others we handle.
11319
11320 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321
11322         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11323         version of gnus-summary-buffer to something, so that we can use two
11324         article buffers at the same time.
11325
11326 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11327
11328         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11329         trigger all the extra headers.
11330         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11331         sorting.
11332
11333 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11336         solid groups.
11337
11338 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11339
11340         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11341
11342 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * legacy-gnus-agent.el: Add Copyright notice.
11345
11346 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11347
11348         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11349
11350 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11353
11354         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11355         to make it work reliably in CVS Emacs.
11356         (gnus-summary-limit-strange-charsets-predicate)
11357         (gnus-summary-limit-to-predicate): New functions.
11358
11359 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11360
11361         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11362         specifying array size.
11363         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11364         array if it is too small.
11365         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11366         (gnus-sort-threads-loop): New function.
11367
11368 2006-12-06  Chris Moore  <dooglus@gmail.com>
11369
11370         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11371         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11372
11373 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11374
11375         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11376         options.
11377
11378 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11379
11380         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11381         DOS-ing the recipient.
11382
11383         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11384         the headers when creating the mapping to avoid mismappings.
11385         (nnweb-gmane-create-mapping): Always nix out old mapping.
11386
11387 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11390         and mm-verify-option to never.
11391
11392 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * message.el (message-signed-or-encrypted-p): New function.
11395         (message-forward-make-body): Use it.
11396
11397         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11398         Replace encode-coding-string with mm-encode-coding-string.
11399
11400 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * nneething.el (nneething-decode-file-name):
11403         Replace decode-coding-string with mm-decode-coding-string.
11404
11405         * gnus-int.el (gnus-open-server): Say failed server's name.
11406
11407 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11408
11409         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11410         strings to a single string.  Quote `errors-file-name'.
11411         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11412         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11413         Adjust calls.  Use `shell-quote-argument'.
11414
11415 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11416
11417         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11418         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11419
11420         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11421         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11422         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11423         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11424         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11425         (gnus-subscribe-newsgroup, gnus-1):
11426         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11427         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11428         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11429         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11430
11431 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11434         keystroke.
11435         (gnus-summary-limit-to-bodies): Implement headersp.
11436
11437 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11440
11441 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11444
11445 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11446
11447         * message.el (message-generate-hashcash): Expand range of values to
11448         include `opportunistic'.
11449         (message-send-mail): Use it.
11450
11451 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11452
11453         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11454         and comment it.
11455
11456         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11457
11458 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * gnus-util.el (gnus-extract-address-components): Improve comment.
11461
11462 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-util.el (gnus-extract-address-components): Work with address in
11465         which the name portion contains @.
11466
11467         * lpath.el: Fbind custom-autoload.
11468
11469 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus.el (gnus-start): Move custom group up.
11472         (gnus-select-method): Don't autoload, but make it available for
11473         `customize-variable'.
11474         (gnus-getenv-nntpserver): Don't autoload.
11475
11476 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11477
11478         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11479
11480 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * message.el (message-sendmail-extra-arguments): New variable.
11483         (message-send-mail-with-sendmail): Use it.
11484
11485 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11488         mm-with-unibyte-current-buffer to make string unibyte.
11489
11490         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11491         mm-string-as-multibyte.
11492
11493 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11496         Reported by Werner Koch <wk@gnupg.org>.
11497
11498 2006-11-14  Daiki Ueno  <ueno@p360>
11499
11500         * mml2015.el: Autoload epa-select-keys when compiling.
11501
11502 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11503
11504         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11505         message-options.
11506         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11507
11508 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11509
11510         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11511         EasyPG (< 0.0.6).
11512         (mml2015-always-trust): New user option.
11513         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11514         prompt.
11515
11516 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * nntp.el (nntp-authinfo-force): New variable.
11519         (nntp-send-authinfo): Use it.
11520
11521 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11524         decode encoded words.  Improve prompt.  Add comment about forwarding.
11525         (message-replacement-char): Move up.
11526
11527 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11528
11529         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11530         instead of gnus-intersection because arguments of gnus-sorted-nunion
11531         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11532
11533 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11536         (message-simplify-subject-functions):
11537         Enable message-strip-subject-encoded-words by default.
11538
11539 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * message.el (message-strip-subject-encoded-words): New function.
11542         (message-simplify-subject-functions): New variable.
11543         (message-simplify-subject): Use it.  Fix typo in doc string.
11544         Support message-strip-subject-encoded-words.
11545
11546 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11547
11548         * gnus-diary.el (gnus-diary-delay-format-function):
11549         * nndiary.el (nndiary-reminders):
11550         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11551
11552 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-art.el (article-hide-boring-headers): Fetch date from
11555         gnus-original-article-buffer to avoid problems with localized date
11556         strings.
11557
11558 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11561
11562 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11565         New variables.
11566         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11567         (mm-charset-synonym-alist): Move some entries to
11568         mm-codepage-iso-8859-list.
11569         (mm-charset-synonym-alist, mm-charset-override-alist):
11570         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11571
11572 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11575
11576 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11579         with Emacs 21 and XEmacs.
11580
11581 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * spam.el (spam-parse-address): New function for better parsing,
11584         catching errors, etc.
11585         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11586
11587 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * mm-view.el: Add interactive arg to html2text autoload.
11590
11591 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11594
11595 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11598         New variables.
11599         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11600         (mm-charset-synonym-alist): Move some entries to
11601         mm-codepage-iso-8859-list.
11602
11603         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11604
11605 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * message.el (message-citation-line-format)
11608         (message-insert-formated-citation-line): Fix implementation of %E, %N
11609         and %n according to the doc string.
11610
11611 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11612
11613         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11614         Use car-safe to avoid bad parses.
11615
11616 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11619         names.
11620
11621         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11622
11623 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11626         header.
11627
11628         * message.el (message-draft-headers): Add Date.
11629         (message-headers-to-generate): Fix typo in docstring.
11630
11631         * nndraft.el (nndraft-required-headers): New variable.
11632         (nndraft-generate-headers): Use it.
11633
11634         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11635
11636 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * gnus-registry.el (gnus-registry-wash-for-keywords)
11639         (gnus-registry-find-keywords): New functions to allow easy searching of
11640         articles that are in the registry.
11641
11642 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11643
11644         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11645         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11646         Reported by Damien Elmes <damien@repose.cx>.
11647
11648 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus.el (gnus-mime): Remove unused custom group.
11651
11652 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11653
11654         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11655         "blank line" when searching for end of armor headers.
11656
11657 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gmm-utils.el (gmm-write-region): Fix variable name.
11660
11661 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gmm-utils.el (gmm-write-region): New function based on compatibility
11664         code from `mm-make-temp-file'.
11665
11666         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11667
11668         * nnmaildir.el (nnmaildir--update-nov)
11669         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11670         Use `gmm-write-region'.
11671
11672 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11675         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11676
11677         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11678
11679         * message.el (message-replacement-char): New variable.
11680         (message-fix-before-sending): Use it.
11681         (message-simplify-subject): New function to remove duplicate code.
11682         (message-reply, message-followup): Use it.
11683
11684         * gnus-sum.el (gnus-summary-make-menu-bar):
11685         Clarify gnus-summary-limit-to-articles.
11686
11687 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-util.el (gnus-with-local-quit): New macro.
11690
11691         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11692
11693 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11694
11695         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11696         ignore non-string data.
11697
11698 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11701         non-string data (needs to be done in the registry too).
11702
11703 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11704
11705         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11706         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11707         (gnus-registry-split-fancy-with-parent)
11708         (gnus-registry-fetch-simplified-message-subject-fast)
11709         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11710         Remove text properties on ingress into the registry and when it's saved.
11711         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11712         registry from entries with no groups.
11713
11714 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11715
11716         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11717         function to remove string properties.
11718
11719 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gmm-utils.el (gmm): Adjust custom version.
11722
11723         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11724         Adjust custom version.
11725
11726         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11727
11728 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-art.el (gnus-insert-prev-page-button)
11731         (gnus-insert-next-page-button): Simplify.  Reformat.
11732
11733 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11734
11735         * gnus-art.el (gnus-insert-prev-page-button)
11736         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11737
11738 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11739
11740         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11741
11742 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11743
11744         * gnus-art.el (gnus-insert-mime-button)
11745         (gnus-insert-mime-security-button):
11746         Apply gnus-article-button-face to MIME and security buttons.
11747
11748 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11751         readable.
11752
11753 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11756
11757 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11758
11759         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11760         `browse-url-of-file' instead of `browse-url'.
11761
11762 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11763
11764         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11765         regexp.  Articles containing quotation were cut prematurely.
11766
11767 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * message.el (message-cite-original-1): Use nobody by default for the
11770         value of From header.
11771         (message-reply): Ditto.
11772
11773 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11774
11775         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11776         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11777         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11778
11779 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11782         mails in the doc string.  Add some URLs in comment.
11783         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11784
11785 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11788         backslashes handling and the way to find boundaries of quoted strings.
11789
11790 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11791
11792         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11793         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11794         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11795         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11796
11797 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11800         doc string.
11801         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11802
11803 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * lpath.el: Fbind epg-check-configuration.
11806
11807 2006-09-06  Simon Josefsson  <jas@extundo.com>
11808
11809         * mml2015.el (mml2015-use): Doc fix, mention epg.
11810
11811 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11812
11813         * mml2015.el (mml2015-use): Default to epg, if available.
11814
11815 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11816
11817         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11818         message-sender.
11819         (mml1991-epg-encrypt): Ditto.
11820         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11821         message-sender.
11822         (mml2015-epg-encrypt): Ditto.
11823
11824 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11825
11826         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11827         several common directories.
11828
11829 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11830
11831         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11832         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11833
11834 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-art.el (article-decode-encoded-words): Make it fast.
11837
11838 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11841
11842         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11843         in quoted string into `\'.
11844
11845 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11848         Use standard-syntax-table.
11849
11850 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-art.el (gnus-decode-address-function): New variable.
11853         (article-decode-encoded-words): Use it to decode headers which are
11854         assumed to contain addresses.
11855         (gnus-mime-delete-part): Remove useless `or'.
11856
11857         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11858         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11859         (gnus-nov-parse-line): Use it to decode From header.
11860         (gnus-get-newsgroup-headers): Ditto.
11861         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11862
11863         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11864         (mail-decode-encoded-address-string): New alias.
11865
11866         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11867         New function.
11868         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11869         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11870         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11871         (rfc2047-decode-string): Ditto.
11872         (rfc2047-decode-address-region): New function.
11873         (rfc2047-decode-address-string): New function.
11874
11875 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * message.el (message-caesar-buffer-body): Allow rotating headers.
11878
11879         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11880
11881         * message.el (message-insert-formated-citation-line): Fix %f.
11882         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11883
11884 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11887         (gnus-bookmark-mouse-available-p): New macro.
11888         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11889         (gnus-bookmark-bmenu-show-infos): Use it.
11890         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11891         (gnus-bookmark-bmenu-hide-infos): Ditto.
11892         (gnus-bookmark-remove-properties): New function.
11893         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11894         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11895         (gnus-bookmark-write-file): Bind coding-system-for-write.
11896         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11897         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11898         group before selecting it.
11899         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11900         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11901         quit-window if it is not available; use gnus-mouse-2 and bind it to
11902         gnus-bookmark-bmenu-select-by-mouse.
11903         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11904         (gnus-bookmark-bmenu-select-by-mouse): New function.
11905
11906 2006-08-13  Romain Francoise  <romain@orebokech.com>
11907
11908         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11909         space.
11910
11911 2006-08-10  Romain Francoise  <romain@orebokech.com>
11912
11913         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11914         (dns-mode-soa-auto-increment-serial): New user option.
11915         (dns-mode-soa-maybe-increment-serial): New function.
11916         (dns-mode): Add the latter to `write-contents-functions'.
11917
11918 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * compface.el (uncompface): Use binary rather than raw-text-unix.
11921
11922 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * compface.el (uncompface): Make sure the eol conversion doesn't take
11925         place when communicating with the external programs.
11926         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11927
11928 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11931
11932 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11933
11934         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11935         Make it more robust by parsing author and date independently.
11936
11937 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11940
11941 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11942
11943         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11944         first matching secret key.
11945         (mml2015-epg-encrypt): Ditto.
11946
11947         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11948         first matching secret key.
11949         (mml1991-epg-encrypt): Ditto.
11950
11951         * mml2015.el (mml2015-encrypt-to-self): New user option.
11952         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11953         mml2015-epg-encrypt-to-self is set.
11954
11955         * mml1991.el (mml1991-encrypt-to-self): New variable.
11956         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11957         mml1991-epg-encrypt-to-self is set.
11958
11959         * mml2015.el (mml2015-signers): New user option.
11960         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11961         (mml2015-epg-encrypt): Allow to select signing keys.
11962
11963         * mml1991.el (mml1991-signers): New variable.
11964         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11965         (mml1991-epg-encrypt): Allow to select signing keys.
11966
11967 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * nnheader.el (nnheader-insert-head): Make it work even if the file
11970         uses CRLF for the line-break code.
11971
11972 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11973
11974         * mml2015.el: Require mml-sec instead of password.
11975         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11976         (mml2015-cache-passphrase): Inherit the default value from
11977         mml-secure-cache-passphrase.
11978         (mml2015-passphrase-cache-expiry): Inherit the default value from
11979         mml-secure-passphrase-cache-expiry.
11980
11981         * mml1991.el: Require mml-sec instead of password.
11982         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11983         (mml1991-cache-passphrase): Inherit the default value from
11984         mml-secure-cache-passphrase.
11985         (mml1991-passphrase-cache-expiry): Inherit the default value from
11986         mml-secure-passphrase-cache-expiry.
11987
11988         * mml-sec.el: Require password.
11989         (mml-secure-verbose): New user option.
11990         (mml-secure-cache-passphrase): New user option.
11991         (mml-secure-passphrase-cache-expiry): New user option.
11992
11993 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11994
11995         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11996         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11997         andreas@altroot.de (Andreas Vögele).
11998
11999         FIXME: Use `tiny change'?
12000
12001 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12002
12003         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12004         workaround for the url package included with Emacs.
12005
12006         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12007
12008 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12011         correctly.  This fixes a bug caused by the 2006-05-12 change.
12012
12013 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12014
12015         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12016         some information about the error when saying that the `bogus' mail
12017         group will be used.
12018
12019 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12022         string.
12023
12024 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12025
12026         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12027
12028 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12029
12030         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12031
12032 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12033
12034         * mml1991.el (mml1991-function-alist): Add epg.
12035         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12036         (mml1991-epg-encrypt): New functions.
12037
12038 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12039
12040         * mml2015.el (mml2015-verbose): New variable.
12041         (mml2015-cache-passphrase): Ditto.
12042         (mml2015-passphrase-cache-expiry): Ditto.
12043         (mml2015-function-alist): Add epg.
12044         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12045         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12046         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12047         New functions.
12048
12049 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * message.el (message-cite-original-1): Preserve region when removing
12052         quoted text due to X-No-Archive in order to avoid bogus attribution
12053         when citing multiple messages.
12054
12055 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12056
12057         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12058         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12059
12060 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-diary.el (gnus-user-format-function-d)
12063         (gnus-user-format-function-D): Autoload.
12064
12065         * imap.el (Commentary): Fix typo.
12066
12067         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12068         2006-04-22 contribution.
12069
12070 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12071
12072         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12073         It didn't really fix the bogosity I'm seeing with solid web groups.
12074
12075 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12076
12077         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12078         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12079         created using server names.  If we use the feature without declaring
12080         it, Gnus does not properly manage server and group state.
12081
12082         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12083         bound.
12084
12085 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12086
12087         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12088         looking up the method using GROUP's prefix before inventing a new one.
12089         It is used on killed/unknown groups in various places where returning
12090         an all-new method isn't expected by the caller.
12091
12092         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12093         and match semantics of gnus-group-real-prefix.
12094
12095 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * nnmail.el (nnmail-broken-references-mailers): New variable.
12098         (nnmail-ignore-broken-references): New function generalizing
12099         nnmail-fix-eudora-headers.
12100         (nnmail-fix-eudora-headers): Now obsolete.
12101
12102         * gnus-art.el (gnus-button-handle-custom):
12103         Support `customize-apropos*'.
12104
12105 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12108
12109         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12110         articles.
12111
12112 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * message.el (message-cite-reply-above): New variable.
12115         (message-yank-original): Use it.
12116
12117 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12120
12121 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12124         as read.
12125
12126         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12127
12128 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12131         (gnus-bookmark-default-file): Use gnus-directory.
12132         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12133         Remove "*" in doc string.
12134         (gnus-bookmark-write-file): Simplify.
12135         (gnus-bookmark-maybe-sort-alist): Use `when'.
12136         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12137         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12138         Add FIXME about Emacs 21 and XEmacs compatibility.
12139         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12140         compatibility.
12141         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12142         compatibility.
12143         (gnus-bookmark-menu-heading): Fix version.
12144
12145 2006-06-19  Bastien Guerry  <bzg@altern.org>
12146
12147         * gnus-bookmark.el: New file.
12148
12149 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * message.el (message-syntax-checks): Doc fix.
12152
12153 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12154
12155         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12156         unsubscribed groups as if they were killed ones.  It causes duplicate
12157         entries in gnus-newsrc-alist.
12158
12159 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * message.el (message-syntax-checks): Doc fix.
12162         (message-send-mail): Add check for continuation headers.
12163         (message-check-news-header-syntax): Fix regexp used to check for
12164         continuation headers.
12165
12166 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12169
12170 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12173
12174 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12177         default-truncate-lines.
12178
12179 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12182         to fill the utf-8 entry.
12183
12184         * lpath.el: Fbind unicode-precedence-list.
12185
12186 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12187
12188         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12189
12190 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12191
12192         * gnus-agent.el (directory-files-and-attributes): Move all the way
12193         forward (the third and final move).
12194         (gnus-agent-read-agentview): Trap reconstruction errors due to
12195         nonexistent directory.  Handle by returning nil.
12196
12197 2006-05-30  Didier Verna  <didier@xemacs.org>
12198
12199         * message.el (message-dont-reply-to-names): Update the custom type.
12200         * message.el (message-dont-reply-to-names): New defsubst: potentially
12201         convert a list of regexps into a single one.
12202         * message.el (message-get-reply-headers): Use it.
12203         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12204
12205 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-agent.el (directory-files-and-attributes): Move forward.
12208
12209 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * gnus-ml.el (gnus-mailing-list-subscribe)
12212         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12213         (gnus-mailing-list-message): Fix doc strings.
12214
12215 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12216
12217         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12218         of doing it manually.
12219
12220 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12223         comment.
12224
12225 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12226
12227         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12228         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12229         (gnus-agent-read-local): All symbols allocated in my-obarray.
12230         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12231         (gnus-agent-regenerate-group): Check numeric names to see if they are
12232         messages or groups.
12233         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12234         better way of do this...)
12235
12236         * gnus-cache.el (gnus-agent-total-fetched-for):
12237         Ignore 'dummy.group' (there should be a better way of do this...)
12238
12239 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12242         (gnus-saved-headers): Ditto.
12243         (gnus-default-article-saver): Mention functions may have properties.
12244         (gnus-article-save): Override gnus-save-all-headers and
12245         gnus-saved-headers by :headers property which saver function may have.
12246         (gnus-summary-save-in-file): Add :headers property.
12247         (gnus-summary-write-to-file): Ditto.
12248
12249         * gnus-sum.el (gnus-summary-save-article): Bind
12250         gnus-prompt-before-saving to t when saving many articles in a file;
12251         always show all headers.
12252
12253         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12254
12255 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12258         marks.
12259
12260         * message.el (message-indent-citation): Add optional arguments to allow
12261         using it outside of message buffers.
12262
12263         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12264         (gnus-article-treat-unfold-headers): Use it.
12265         (gnus-article-truncate-lines): New variable.
12266         (gnus-article-mode): Use it.
12267         (gnus-article-toggle-truncate-lines): New function.
12268
12269         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12270         Add gnus-article-toggle-truncate-lines.
12271
12272         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12273         coding system in XEmacs, use binary.
12274
12275 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12278         after-load-alist.
12279
12280         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12281         this function should save decoded articles.
12282         (gnus-summary-write-to-file): Use property to specify this function
12283         should save decoded articles and specify gnus-summary-save-in-file
12284         should be used to save articles other than the first one when saving
12285         many articles.
12286         (gnus-summary-save-body-in-file): Use property to specify this
12287         function should save decoded articles.
12288         (gnus-summary-write-body-to-file): Use property to specify this
12289         function should save decoded articles and specify
12290         gnus-summary-save-body-in-file should be used to save articles other
12291         than the first one when saving many articles.
12292
12293         * gnus-sum.el (gnus-summary-save-article): Simplify.
12294
12295 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (gnus-default-article-saver):
12298         Add gnus-summary-write-body-to-file.
12299         (gnus-article-save-coding-system): Don't use coding system object
12300         in XEmacs.
12301         (gnus-read-save-file-name): Add optional `dir-var' argument which
12302         specifies directory in which files are saved; work even if optional
12303         `variable' argument is not specified.
12304         (gnus-summary-write-to-file): Read file name.
12305         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12306         (gnus-summary-write-body-to-file): New function.
12307
12308         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12309         (gnus-summary-local-variables): Add it.
12310         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12311         (gnus-summary-save-article): Remove optional `decode' argument;
12312         determine whether to decode articles by the value of
12313         gnus-default-article-saver; when saving many files using
12314         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12315         it first and use gnus-summary-save-in-file or
12316         gnus-summary-save-body-in-file thereafter unless
12317         gnus-prompt-before-saving is always; move point to article which
12318         will be saved.
12319         (gnus-summary-save-article-file): Revert.
12320         (gnus-summary-write-article-file): Revert.
12321         (gnus-summary-save-article-body-file): Revert.
12322         (gnus-summary-write-article-body-file): New function.
12323
12324 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-art.el (gnus-default-article-saver): Doc fix.
12327         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12328         from gnus-summary-save-article-coding-system, and default to a
12329         certain coding system.
12330         (gnus-output-to-file): Add coding cookie and encode text according
12331         to gnus-article-save-coding-system; don't use mm-append-to-file.
12332
12333         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12334         gnus-art.el and rename to gnus-article-save-coding-system.
12335         (gnus-summary-save-article): Require gnus-art; don't show all
12336         headers if it decodes articles; don't add coding cookie here;
12337         don't bind mm-text-coding-system-for-write.
12338         (gnus-summary-save-article-file): Save decoded articles.
12339         (gnus-summary-write-article-file): When saving many files, use
12340         gnus-summary-write-to-file first and gnus-summary-save-in-file
12341         thereafter unless gnus-prompt-before-saving is always.
12342         (gnus-summary-save-article-body-file): Save decoded articles.
12343
12344         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12345
12346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * nnrss.el (nnrss-check-group): Bind hash-index.
12349
12350 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12351
12352         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12353         its hash index.  Store this hash in `nnrss-group-data'.
12354         (nnrss-read-group-data): Update accordingly.
12355
12356 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12359         entry.
12360
12361         * gnus-sum.el (gnus-summary-make-menu-bar):
12362         Add gnus-article-browse-html-article.
12363
12364 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12365
12366         * gnus-sum.el (gnus-summary-mime-map):
12367         Add gnus-article-browse-html-article.
12368
12369         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12370
12371 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12374         suitable coding systems in customize.
12375
12376 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * mail-source.el (mail-sources): Fix custom type.
12379
12380 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12383         (gnus-summary-expire-articles-now): Shorten prompt.
12384
12385         * gmm-utils.el (wid-edit): Require.
12386         (defun-gmm): Rename from `gmm-defun-compat'.
12387         (gmm-image-search-load-path): Use it.
12388         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12389
12390 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * gnus-sum.el (gnus-summary-save-article-coding-system):
12393         New variable.
12394         (gnus-summary-save-article): Add optional `decode' argument.
12395         If it is set and gnus-summary-save-article-coding-system is non-nil,
12396         save decoded article.
12397         (gnus-summary-write-article-file): Save decoded article if
12398         gnus-summary-save-article-coding-system is non-nil.
12399
12400         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12401         type.
12402
12403 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12406
12407 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12410         first to test gnus-single-article-buffer which may be buffer-local.
12411
12412         * gnus-sum.el (gnus-summary-setup-buffer):
12413         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12414         group; make gnus-article-buffer, gnus-article-current, and
12415         gnus-original-article-buffer always buffer-local.
12416         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12417         group.
12418         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12419
12420 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * nnml.el (nnml-request-compact-group): Compressed files might not
12423         have .gz extension.
12424
12425 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12426
12427         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12428         (mm-copy-to-buffer): Use with-current-buffer.
12429         (mm-display-part): Simplify.
12430         (mm-inlinable-p): Add optional arg `type'.
12431
12432 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12433
12434         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12435         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12436         Try harder to show the attachment internally or externally using
12437         gnus-mime-view-part-as-type.
12438
12439 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * message.el (message-from-style, message-signature-separator)
12442         (message-user-organization-file, message-send-mail-function)
12443         (message-citation-line-function, message-yank-prefix)
12444         (message-indent-citation-function, message-signature)
12445         (message-signature-file, message-signature-insert-empty-line):
12446         Remove autoloads.
12447
12448         * gnus-art.el (gnus-buttonized-mime-types):
12449         Remove "multipart/signed".  Revert 2006-04-26 change.
12450
12451 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * gnus.el (gnus-version-number): Bump version.
12454
12455 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12456
12457         * gnus.el: No Gnus v0.5 is released.
12458
12459 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12460
12461         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12462         fetching articles by message-id.
12463
12464 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * message.el (hashcash): Require hashcash as normal.
12467
12468         * ecomplete.el (ecomplete-highlight-match-line):
12469         Use point-at-eol.
12470         (ecomplete-highlight-match-line): Use `highlight', because that
12471         face exists in both Emacs and XEmacs.
12472
12473         * message.el (message-display-abbrev): Use point-at-bol.
12474
12475         * mail-source.el: Don't require timer/timer-funcs.
12476
12477         * gnus-async.el: Ditto.
12478
12479         * password.el: Ditto.
12480
12481         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12482
12483         * mm-url.el: Ditto.
12484
12485         * gnus-xmas.el: Don't require timer-funcs.
12486
12487         * mm-util.el: Require timer/timer-funcs.
12488
12489 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12490
12491         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12492         Close.
12493
12494 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12497         unibyte after clear-decrypt function runs.
12498
12499         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12500         returns as a unibyte string.
12501
12502 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * lpath.el: Revert.
12505
12506         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12507         (pgg-gpg-process-sentinel): Revert.
12508
12509         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12510         (pgg-pgp-lookup-key): Revert.
12511
12512         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12513         (pgg-pgp5-lookup-key): Revert.
12514
12515         * pgg.el (pgg-fetch-key): Revert.
12516
12517 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * lpath.el: Fbind string-as-multibyte for XEmacs.
12520
12521         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12522         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12523         (mml1991-pgg-encrypt): Ditto.
12524
12525         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12526         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12527         a multibyte buffer.
12528
12529         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12530         (pgg-pgp-lookup-key): Ditto.
12531
12532         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12533         (pgg-pgp5-lookup-key): Ditto.
12534
12535         * pgg.el (pgg-fetch-key): Ditto.
12536
12537 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * message.el (message-user-organization-file): Check several
12540         locations of the organization file.
12541
12542         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12543         Add gnus-article-view-part-as-type.
12544
12545         * gnus-art.el (gnus-article-view-part-as-type): New function.
12546
12547         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12548         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12549
12550         * mml.el: Simplify autoload.
12551         (mml-mode): defvar dnd-protocol-alist instead of using
12552         symbol-value.
12553         (mml-default-directory): New variable.
12554         (mml-minibuffer-read-file): Use it.
12555         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12556
12557         * message.el (message-citation-line-format): New variable.
12558         (message-insert-formated-citation-line): New function.
12559         (message-citation-line-function):
12560         Add `message-insert-formated-citation-line' to custom type.
12561
12562         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12563         to doc string.
12564
12565         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12566         depending on mm-verify-option.
12567
12568 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12571         binding pgg-* variables; reimplement the section which prevents
12572         MIME header from being signed.
12573         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12574         pgg-text-mode; remove a blank line at the top of body.
12575
12576         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12577         lines at the top of body; use gnus-newsgroup-charset if there's no
12578         Charset header.
12579
12580 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * message.el (message-self-insert-commands): Doc fix.
12583
12584         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12585         (mm-uu-pgp-encrypted-test): Ditto.
12586         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12587         between header and body; return application/pgp-encrypted handle
12588         if decryption failed; decode decrypted body by charset.
12589
12590         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12591         element match to application/pgp-*.
12592
12593 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12594
12595         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12596         HTML.
12597
12598 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599
12600         * mail-source.el (mail-source-call-script): Message the error
12601         string.
12602
12603 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12604
12605         * gnus-util.el (gnus-byte-compile): Use it.
12606
12607 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12608
12609         * gnus-util.el (kill-empty-logs): New function.
12610
12611 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * message.el (message-mail-alias-type): Doc fix.
12614         (message-mail-alias-type-p): New function.
12615         (message-send): Use it.
12616         (message-mode): Ditto.
12617         (message-strip-forbidden-properties): Ditto.
12618
12619         * ecomplete.el (ecomplete-database-file-coding-system):
12620         New variable.
12621         (ecomplete-save): Use it.
12622         (ecomplete-setup): Use it.
12623
12624 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * message.el (message-self-insert-commands): New variable.
12627         (message-strip-forbidden-properties): Use it.
12628
12629 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12632         that doesn't make XEmacs choke.
12633
12634 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-util.el (gnus-replace-in-string):
12637         Prefer replace-regexp-in-string over of replace-in-string.
12638
12639 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-util.el (gnus-select-frame-set-input-focus):
12642         Use select-frame-set-input-focus if it is available in XEmacs; use
12643         definition defined in Emacs 22 for old Emacsen.
12644
12645         * dgnushack.el: Autoload unmorse-region for XEmacs.
12646
12647         * lpath.el: Bind cursor-in-non-selected-windows and
12648         select-frame-set-input-focus for XEmacs.
12649
12650 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12653
12654 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12655
12656         * gnus-registry.el (gnus-registry-cache-save): Remove text
12657         properties when saving via the temp buffer.
12658
12659 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * message.el (message-generate-hashcash): Honor custom type.
12662
12663 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * message.el (message-generate-hashcash): Default to non-nil when
12666         hashcash is found.
12667
12668         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12669         (gnus-refer-thread-limit): Increase default to 500.
12670
12671         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12672
12673         * flow-fill.el (fill-flowed): Allow delete-space.
12674
12675 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12678         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12679         Remove autoloads.
12680
12681 2006-04-18  Simon Josefsson  <jas@extundo.com>
12682
12683         * message.el (message-generate-hashcash): Default to.
12684
12685 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12688         concatenating segments rather than before concatenating them.
12689
12690 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12693
12694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695
12696         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12697
12698         * message.el (message-forward-make-body-plain):
12699         Allow message-forward-ignored-headers to be a list.
12700         (message-remove-ignored-headers): Factor out into function.
12701         (message-forward-make-body-mml): Use it.
12702
12703         * imap.el (imap-quote-specials): New function.
12704         (imap-login-auth): Quote specials.
12705
12706         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12707         (rfc2231-parse-string): Allow concatanation of parameters that
12708         aren't contiguous.  The test case is
12709           (mail-header-parse-content-type "message/external-body;
12710             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12711             access-type=LOCAL-FILE;
12712             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12713
12714 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12715
12716         * nntp.el (nntp-accept-process-output): Return the value of
12717         `nnheader-accept-process-output'.
12718
12719 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12720
12721         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12722         (gnus-button-alist): Recognize more diff formats.
12723         (gnus-button-patch): Strip directory.
12724
12725 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12728         Emacs 22 when setting focus.
12729
12730 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * gnus-art.el (gnus-article-treat-types): Do treatment of
12733         text/x-verbatim parts.
12734         (gnus-button-patch): New command.
12735
12736         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12737         addresses that contain invalid characters.
12738
12739 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740
12741         * message.el (message-put-addresses-in-ecomplete):
12742         Use gnus-replace-in-string.
12743         (message-is-yours-p): Use the more correct
12744         mail-header-parse-address instead of
12745         mail-extract-address-components.
12746         (message-put-addresses-in-ecomplete): Fix typo.
12747
12748         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12749         keystroke.
12750
12751         * gnus-art.el (gnus-treatment-function-alist): Change order of
12752         newsgroups/generic header folding to avoid double-folding.
12753
12754         * message.el (message-hidden-headers): Add X-Draft-From.
12755
12756         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12757         New command.
12758         (gnus-summary-repeat-search-article-backward): New command.
12759
12760         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12761         groups in the parent topic.
12762
12763 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12764
12765         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12766         (spam-extra-header-to-number): Return the CRM114 number as a
12767         number instead of a string.
12768
12769 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * gnus-art.el (gnus-face-properties-alist): Move here from
12772         gnus-fun.
12773
12774         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12775
12776 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * message.el (message-strip-forbidden-properties): Only display on
12779         self-insert-command.
12780
12781         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12782         reindent.
12783         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12784
12785 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12786
12787         * smiley.el (smiley-style): Fix typo.
12788
12789 2006-03-23  Kenichi Handa  <handa@m17n.org>
12790
12791         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12792         instead of set-buffer-multibyte.
12793
12794 2006-03-23  Kenichi Handa  <handa@m17n.org>
12795
12796         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12797         buffer and then decode the buffer text if necessary.
12798         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12799         first, and after mm-encode-body, change the buffer to unibyte.
12800
12801 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12802
12803         * hashcash.el (hashcash-insert-payment-async-2):
12804         Use message-goto-eoh instead of doing it manually.
12805         (mail-add-payment): Use message-narrow-to-header instead of trying
12806         to do the same itself.
12807
12808         * message.el (message-hidden-headers): Add Face.
12809
12810         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12811         reparenting code.
12812         (gnus-summary-reparent-children): Refactored out code.
12813         (gnus-summary-thread-map): New keystroke.
12814         (gnus-summary-reparent-children): Make into command.
12815
12816         * smiley.el (smiley-style): Default to `medium' if using a large
12817         font.
12818
12819         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12820         does it itself.
12821
12822         * message.el (message-point-in-header-p): Simplify definition.
12823
12824 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12825
12826         * nnagent.el (nnagent-request-set-mark): Silence log file
12827         writing.
12828         (nnagent-request-set-mark): Use write-region instead of
12829         append-to-file.
12830
12831         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12832         strange select method.
12833
12834         * ecomplete.el (ecomplete-display-matches): Get highlightling
12835         right.
12836         (ecomplete-display-matches): Use literals.
12837         (ecomplete-display-matches): Disable message logging.
12838
12839         * message.el (message-display-abbrev): Small optimization.
12840
12841         * ecomplete.el (ecomplete-display-matches): Allow automatic
12842         display.
12843
12844         * message.el (message-strip-forbidden-properties):
12845         Display abbrevs.
12846         (message-display-abbrev): Get automatic display right.
12847
12848         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12849         keystrokes.
12850
12851 2006-04-13  Romain Francoise  <romain@orebokech.com>
12852
12853         TODO: Backport to v5-10!
12854
12855         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12856         Move here (and rename) from gnus-registry.el.
12857
12858         * gnus-registry.el: Require gnus-util.
12859         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12860
12861 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * gnus-group.el (gnus-group-catchup-current):
12864         Change if-then-else-if-then-else into cond.
12865         (gnus-group-catchup): Indent.
12866         (group-name-at-point): New function.
12867         (gnus-fetch-group): Provide default from thing at point.
12868
12869 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * message.el (message-display-abbrev): Fix regexp.
12872
12873         * ecomplete.el (ecomplete-highlight-match-line):
12874         Reimplement choosing.
12875         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12876         dead variables.
12877
12878         * message.el (message-newline-and-indent): Remove debugging.
12879         (message-display-abbrev): Use new implementation.
12880
12881 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-art.el (gnus-article-mode):
12884         Set cursor-in-non-selected-windows to nil.
12885
12886         * smiley.el: Revert previous change.
12887         (smiley-data-directory): defvar it before using it in the
12888         defcustom of `smiley-style'.
12889
12890 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891
12892         * message.el (message-newline-and-indent): New function.
12893
12894         * ecomplete.el: Implement more bits.
12895
12896         * message.el (message-put-addresses-in-ecomplete): Clean up the
12897         string.
12898
12899         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12900
12901         * gnus-sum.el (gnus-summary-save-parts):
12902         Bind gnus-summary-save-parts-counter and use it to make unique file
12903         names.
12904
12905         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12906
12907         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12908         parameter to say whether to actually parse the individual
12909         addresses.
12910
12911         * message.el (message-put-addresses-in-ecomplete): New function.
12912         (ecomplete): Require.
12913         (message-mail-alias-type): Add ecomplete as an option.
12914
12915 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12916
12917         * flow-fill.el (fill-flowed): Remove trailing space from blank
12918         quoted lines.
12919
12920 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12921
12922         * smiley.el (smiley-style): Move definition later to avoid a
12923         compilation warning.
12924
12925 2006-04-12  Kenichi Handa  <handa@m17n.org>
12926
12927         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12928         buffer and then decode the buffer text if necessary.
12929         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12930         first, and after mm-encode-body, change the buffer to unibyte.
12931         Use mm-disable-multibyte instead of set-buffer-multibyte.
12932
12933 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12936         Content-Type header instead of Content-Disposition header.
12937         (gnus-mime-inline-part): Ditto.
12938         (gnus-mime-view-part-as-charset): Ignore charset that the part
12939         specifies.
12940
12941         * mm-decode.el (mm-display-part): Work with external parts and
12942         usual parts similarly.
12943
12944         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12945         instead of gnus-display-mime.
12946
12947         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12948         instead of with-temp-buffer.
12949
12950         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12951         tag to summarized topics part in order to encode non-ASCII text.
12952
12953 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * smiley.el (smiley-style): New variable.
12956         (smiley-directory): New function.
12957         (smiley-data-directory): Derive from `smiley-style' using
12958         `smiley-directory'.
12959         (smiley-regexp-alist): Add new entries.
12960
12961         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12962         (gnus-article-browse-delete-temp): Add :version.
12963
12964 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12965
12966         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12967         the sieve region.
12968
12969 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus.el (gnus-version-number): Bump version.
12972
12973 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * gnus.el: No Gnus v0.4 is released.
12976
12977 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978
12979         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12980         layout.
12981
12982         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12983         unknown charset.
12984
12985         * message.el (message-header-synonyms): Add Original-To to the
12986         default.
12987
12988         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12989         optional parameter.
12990
12991 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-fun.el (gnus): Require it for gnus-directory.
12994
12995 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12998
12999 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13000
13001         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13002
13003 2006-04-05  Simon Josefsson  <jas@extundo.com>
13004
13005         * password.el (password-reset): New function.
13006
13007 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13008
13009         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13010         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13011
13012 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13013
13014         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13015         Some whitespace was matched into the url, which broke browsing hits
13016         > 100 when mm-url-use-external was nil.
13017
13018 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13021         Check gnus-extra-headers for 'Newsgroups.
13022
13023         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13024         bound.
13025
13026 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13027
13028         * pgg-gpg.el: Clean up process buffers every time gpg processes
13029         complete.
13030
13031 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13034         doc string.
13035
13036 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13037
13038         * pgg-gpg.el (pgg-gpg-process-filter)
13039         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13040
13041         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13042         lines, temporary fix.
13043
13044 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13047
13048 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13049
13050         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13051         default-enable-multibyte-characters.  This reverts the change from
13052         revision 6.17 which is no longer necessary because the passphrase
13053         is sent separately now.  GnuPG messages are unreadable under
13054         multibyte locales with default-enable-multibyte-characters set to
13055         nil.
13056
13057 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * message.el (message-tool-bar-gnome): Move "spell".
13060
13061 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13064         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13065         instead.
13066
13067 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13068
13069         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13070         Improve newsgroups handling for NNTP overviews which don't include
13071         Newsgroups.
13072
13073 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13074
13075         * message.el (message-resend): Bind message-generate-hashcash to nil.
13076
13077 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13078
13079         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13080         when searching for already-paid recipients.
13081
13082 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13083
13084         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13085         passphrases when it is not needed.
13086         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13087         passphrase stuff from gpg, should only be necessary when you use
13088         gpg with a smartcard.
13089
13090 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * mml.el (mml-insert-mime): Ignore cached contents of
13093         message/external-body part.
13094
13095         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13096         (mm-insert-part): Ditto.
13097
13098 2006-03-23  Simon Josefsson  <jas@extundo.com>
13099
13100         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13101         Reiner.
13102         (pgg-gpg-use-agent-p): Use it again.
13103
13104 2006-03-23  Simon Josefsson  <jas@extundo.com>
13105
13106         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13107         older emacsen.
13108         (pgg-gpg-use-agent-p): Don't use it.
13109
13110 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13113         if we can.
13114
13115 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13116
13117         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13118         (pgg-gpg-update-agent): New function.
13119         (pgg-gpg-use-agent-p): New function.
13120         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13121         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13122         (pgg-gpg-sign-region): Use it.
13123
13124 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13127         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13128
13129 2006-03-21  Simon Josefsson  <jas@extundo.com>
13130
13131         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13132         <wilde@sha-bang.de>.
13133         (pgg-gpg-use-agent): New variable.
13134         (pgg-gpg-process-region): Use it.
13135         (pgg-gpg-encrypt-region): Likewise.
13136         (pgg-gpg-encrypt-symmetric-region): Likewise.
13137         (pgg-gpg-decrypt-region): Likewise.
13138         (pgg-gpg-sign-region): Likewise.
13139         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13140
13141 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13144
13145         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13146         Add comment on version.
13147
13148 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * smiley.el: Add missing test smiley.
13151
13152 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * mm-decode.el (mm-with-part): New macro.
13155         (mm-get-part): Use it; work with message/external-body as well.
13156         (mm-save-part): Treat name and filename equally.
13157
13158         * mm-extern.el (mm-extern-cache-contents): New function.
13159         (mm-inline-external-body): Use it; force the part to be displayed;
13160         move undisplayer added to the cached handle to the parent.
13161
13162         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13163         (gnus-mime-view-part-as-type): Work with message/external-body.
13164
13165         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13166
13167 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13170         images in image-load-path.  [Sync with image.el, revision 1.60, in
13171         Emacs.]
13172
13173 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13176         path rather than symbol.  Always return list of directories.
13177         Guarantee that image directory comes first.  [Sync with image.el,
13178         revision 1.59, in Emacs.]
13179
13180         * message.el (message-make-tool-bar): Adjust to new API of
13181         `gmm-image-load-path-for-library'.
13182
13183         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13184
13185         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13186
13187 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13188
13189         * gnus-art.el (gnus-article-only-boring-p):
13190         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13191         intangible text.
13192         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13193
13194 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13197         Use `defun' instead of `gmm-defun-compat'.
13198
13199 2006-03-14  Simon Josefsson  <jas@extundo.com>
13200
13201         * message.el (message-unique-id): Don't use message-number-base36
13202         if (user-uid) is a float.
13203         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13204
13205 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13208
13209         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13210         empty line between a part and a message part.
13211
13212 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * smiley.el: Add more test smileys.
13215         (smiley-data-directory, smiley-regexp-alist)
13216         (gnus-smiley-file-types): Fix doc strings.
13217         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13218         adding new elements.
13219         (smiley-mouse-map): Unused code.  Make it a comment.
13220
13221 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13224         scan latest NoCeM messages instead of old ones.
13225         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13226         delimiters that are recently used.
13227         (gnus-nocem-load-cache): Add autoload cookie.
13228
13229         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13230
13231         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13232         level which is larger than gnus-use-nocem is specified.
13233
13234         * gnus-group.el (gnus-group-get-new-news): Ditto.
13235
13236 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * gnus-util.el (gnus-tool-bar-update): New function.
13239
13240         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13241         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13242
13243         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13244
13245         * gnus-group.el (gnus-group-redraw-when-idle)
13246         (gnus-group-redraw-check): Remove.
13247         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13248
13249 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13252         if optional last element is specified in splits (FIELD VALUE...).
13253
13254 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13257         to gmm-image-load-path-for-library.  Call with no-error argument.
13258         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13259
13260         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13261
13262         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13263
13264         * gmm-utils.el (gmm-image-load-path): Remove alias.
13265
13266 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * gmm-utils.el (gmm-image-load-path): Add alias.
13269
13270         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13271         nnml-generate-nov-databases-1.
13272         (nnml-generate-nov-databases): Use it.
13273         (nnml-generate-nov-databases-directory): Document no-active
13274         argument.
13275
13276         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13277         directory if path is t.  Add no-error.
13278
13279         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13280         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13281
13282         * gnus-art.el (gnus-article-browse-delete-temp-files):
13283         Simplify resetting gnus-article-browse-html-temp-list.
13284
13285         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13286         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13287         Add example to docstring.  Rename local variables.  Move error
13288         checks to default case in cond and simplify.
13289
13290 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13293         handle is multipart when calling it recursively.
13294         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13295
13296 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13297
13298         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13299         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13300
13301 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13304         is loaded.
13305
13306         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13307         loaded.
13308
13309 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13312         to "Emacs 23 (unicode)" in doc string.
13313
13314         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13315         "Emacs 23 (unicode)" in comment.
13316
13317 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13320
13321         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13322         characters 160 through 255 in Emacs 23.
13323
13324 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13327         gnus-article-browse-html-temp.
13328         (gnus-article-browse-delete-temp): Make it customizable.
13329         Add `file'.  Adjust doc string.
13330         (gnus-article-browse-delete-temp-files): Add argument.
13331         Allow query for each file.  Adjust doc string.
13332         (gnus-article-browse-html-parts):
13333         Add `gnus-article-browse-delete-temp-files' to
13334         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13335
13336 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13337
13338         * gnus-art.el (gnus-article-browse-html-temp)
13339         (gnus-article-browse-delete-temp): New variables.
13340         (gnus-article-browse-delete-temp-files): New function.
13341         (gnus-article-browse-html-parts): Use it.
13342
13343 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13346
13347         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13348         string.
13349
13350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13351         gnus-summary-insert-new-articles when unplugged.
13352         Remove gnus-summary-search-article-forward.
13353
13354         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13355         display-visual-class instead of display-color-cells.
13356
13357 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * dgnushack.el: Autoload customize-group for XEmacs.
13360
13361         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13362         message/* containing non-ASCII text properly.
13363
13364 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * message.el: Require gmm-utils, remove autoloads.
13367         (message-tool-bar): Set default based on
13368         gmm-tool-bar-style.
13369         (message-tool-bar-gnome): Add gmm-customize-mode.
13370
13371         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13372         gmm-tool-bar-style.
13373         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13374
13375         * gnus-group.el (gnus-group-tool-bar): Set default based on
13376         gmm-tool-bar-style.
13377         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13378
13379         * gmm-utils.el (gmm-image-directory): Rename variable from
13380         gmm-image-load-path.
13381         (gmm-image-load-path): Use gmm-image-directory.
13382         (gmm-customize-mode): New function.
13383         (gmm-tool-bar-style): New variable.
13384
13385         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13386         gnus-group-redraw-line-number.
13387         (gnus-group-redraw-check): Simplify.
13388         (gnus-group-tool-bar-update): Remove redraw check.
13389         (gnus-group-make-tool-bar): Add redraw check.
13390
13391 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13392
13393         * gnus-art.el (gnus-button): Add missing parentheses.
13394
13395 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * lpath.el: Fbind line-number-at-pos.
13398
13399 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13402
13403 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-art.el (gnus-button): New face.
13406         (gnus-article-button-face): Use it.
13407
13408         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13409         Add gnus-summary-next-page.  Re-order.
13410
13411         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13412         next-node are now included.
13413         (gnus-group-redraw-line-number): New internal variable.
13414         (gnus-group-redraw-check): Helper function for updating the tool
13415         bar.
13416         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13417
13418         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13419
13420         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13421         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13422         Use it to match format of Spamassassin 3.0 and later.
13423         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13424         (spam-check-bogofilter)
13425         (spam-bogofilter-register-with-bogofilter): Fix args of
13426         `gnus-error' calls.
13427
13428 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13431         unnecessary interaction when sending queued mails.
13432         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13433
13434 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13437         first or last are nil.
13438
13439 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13440
13441         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13442
13443 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13446
13447 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * dns.el (query-dns): Protect more against buggy tcp output.
13450
13451 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13454         nov.php.
13455
13456 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13457
13458         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13459         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13460         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13461         output on the server side.
13462         (nnweb-google-create-mapping): Update regexps and add some
13463         progress indication.
13464
13465 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * gnus-group.el (gnus-group-tool-bar-gnome):
13468         Fix gnus-agent-toggle-plugged.  Re-order icons.
13469         (gnus-group-tool-bar-gnome):
13470         Add gnus-group-{prev,next}-unread-group.
13471         (gnus-group-tool-bar-gnome): Re-order icons.
13472
13473         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13474         Move gnus-summary-insert-new-articles.
13475
13476         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13477         Fix comments.
13478
13479         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13480         also available in Emacs 21.3.
13481
13482         * message.el (message-fix-before-sending): Change "Emacs 22" to
13483         "Emacs 23 (unicode)" in comment.
13484
13485         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13486         "Emacs 23 (unicode)" in comment.
13487
13488         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13489         comment.
13490         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13491
13492         * mm-view.el (mm-fill-flowed): Add :version.
13493
13494 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13497         and load-path.
13498
13499 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * message.el: Autoload gmm-image-load-path.
13502         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13503         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13504         consitency.
13505
13506         * gmm-utils.el (gmm-image-load-path): Also search in
13507         "../etc/images".  Don't set gmm-image-load-path if we don't find
13508         the image.
13509
13510 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * gmm-utils.el (gmm-image-load-path): Don't make
13513         `gmm-image-load-path' include subdirectories which the second arg
13514         `image' might specify.
13515
13516         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13517         subdirectory to icon file names.
13518
13519         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13520
13521 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13524         gmm-image-load-path calls.
13525
13526         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13527
13528         * message.el (message-make-tool-bar): Ditto.
13529
13530         * mml.el (mml-preview): Add comment concerning tool bar icons.
13531
13532         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13533         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13534
13535         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13536         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13537
13538         * message.el (message-tool-bar-gnome): Use new icon names.
13539         (message-make-tool-bar): Use `gmm-image-load-path'.
13540
13541         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13542         New functions from MH-E.
13543         (gmm-image-load-path): New variable from MH-E.
13544         (gmm-image-load-path): New function from MH-E.  Add arguments
13545         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13546         *-image-load-path-called-flag.
13547
13548 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13549
13550         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13551
13552 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13553
13554         * nnimap.el (nnimap-request-move-article): Change folder back to
13555         source group before deleting.
13556
13557 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13560
13561         * gnus-art.el (mm-url-insert-file-contents-external):
13562         Autoload mm-url.
13563
13564         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13565
13566 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13569         coding system which mm-charset-to-coding-system returns for a
13570         given charset is valid.
13571
13572 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13573
13574         * html2text.el (html2text-remove-tag-list):
13575         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13576
13577 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13578
13579         * gnus-cus.el: Revert 2005-10-17 change.
13580
13581 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (article-strip-banner):
13584         Call article-really-strip-banner only when the regexp match is made.
13585
13586 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el (article-strip-banner):
13589         Use gnus-extract-address-components instead of
13590         mail-header-parse-addresses to make it work with non-ASCII text;
13591         remove mail-encode-encoded-word-string.
13592
13593         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13594         values which are surrounded with \"...\"; make it never cause a
13595         Lisp error; give up parsing of parameters if it failed in
13596         extracting type.
13597
13598 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13599
13600         * smime.el (smime-cert-by-ldap-1): Fix bug where
13601         `smime-ldap-search' returns results without userCertificates.
13602
13603 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13606
13607 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * spam.el (spam-check-spamassassin-headers): Adapt format for
13610         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13611         <ari@mbf.ocn.ne.jp>.
13612         (spam-list-of-processors): Add spam-use-gmane.
13613
13614 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13617         make-temp-file; make it work with XEmacs as well.
13618
13619         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13620         mm-make-temp-file.
13621
13622         * mm-decode.el (mm-display-external): Use the 3rd arg of
13623         mm-make-temp-file.
13624         (mm-create-image-xemacs): Ditto.
13625
13626 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13629         with message-narrow-to-headers.
13630         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13631         (gnus-draft-check-draft-articles): New function.
13632         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13633
13634 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * gnus-art.el (gnus-article-browse-html-parts):
13637         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13638         Don't use suffix argument for mm-make-temp-file for Emacs 21
13639         compatibility.  Remove useless `format'.
13640
13641 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13642
13643         * nnweb.el (nnweb-google-wash-article): Update regexps.
13644         (nnweb-group-alist): Use defvoo instead of defvar.
13645
13646 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13649         re-loading nn* modules.
13650
13651 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13654         for `tool-bar-mode' and don't check it's default-value.
13655
13656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13657
13658         * message.el (message-make-tool-bar): Ditto.
13659
13660         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13661         `substring'.  Shorten tmp-file name.
13662
13663         * gnus.el: Remove bogus comment.
13664
13665 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13666
13667         * gnus-art.el (gnus-article-browse-html-parts): New function.
13668         (gnus-article-browse-html-article): New function for viewing html
13669         articles with a browser.
13670
13671 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13672
13673         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13674         in elisp.
13675         (pgg-gpg-encrypt-symmetric-region): Ditto.
13676         (pgg-gpg-sign-region): Ditto.
13677
13678         * pgg-def.el (pgg-text-mode): New variable.
13679
13680         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13681         (mml2015-pgg-encrypt): Ditto.
13682
13683         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13684         (mml1991-pgg-encrypt): Ditto.
13685
13686 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * nnfolder.el (nnfolder-insert-newsgroup-line):
13689         Use message-make-date instead of current-time-string.
13690
13691         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13692         to gnus-decoded which mm-uu might set.
13693
13694 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13697         don't decode quoted parameters; remove misimported Emacs code.
13698         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13699         (rfc2231-decode-encoded-string): Don't use split-string which
13700         behaves differently according to Emacs version; use
13701         mm-decode-coding-region to convert charset to coding-system.
13702         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13703         (rfc2231-encode-string): Remove misimported Emacs code.
13704
13705 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13708         when calling mail-header-parse-content-type.
13709         (article-de-quoted-unreadable): Ditto.
13710         (article-de-base64-unreadable): Ditto.
13711         (article-wash-html): Ditto.
13712
13713         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13714         calling mail-header-parse-content-type and
13715         mail-header-parse-content-disposition.
13716         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13717         mail-header-parse-content-type.
13718
13719         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13720         insert charset and format parameters; encode description after
13721         inserting it to buffer.
13722         (mml-insert-parameter): Fold lines properly even if a parameter is
13723         segmented into two or more lines; change the max column to 76.
13724
13725         * rfc1843.el (rfc1843-decode-article-body): Don't use
13726         ignore-errors when calling mail-header-parse-content-type.
13727
13728         * rfc2231.el (rfc2231-parse-string): Return at least type if
13729         possible; don't cause an error even if it fails in parsing of
13730         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13731         (rfc2231-encode-string): Don't break lines at the beginning, leave
13732         it to mml-insert-parameter.
13733
13734         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13735         calling mail-header-parse-content-type.
13736
13737 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * spam-report.el (spam-report-gmane-use-article-number):
13740         Improve doc string.
13741         (spam-report-gmane-internal): Check if a suitable header was found
13742         in the article.
13743
13744 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13747         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13748
13749 2006-02-05  Romain Francoise  <romain@orebokech.com>
13750
13751         Update copyright notices of all files in the gnus directory.
13752
13753 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13754
13755         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13756
13757 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13760         segmented lines of parameter value to cope with Thunderbird 1.5
13761         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13762         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13763         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13764
13765 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13766
13767         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13768         parts.
13769
13770 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13771
13772         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13773         there's only one active file for all servers.
13774         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13775         solid groups.  Gnus might have used a FAST request to select the group.
13776         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13777         and nnweb-search redundantly in the active file.
13778         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13779         (nnweb-request-create-group): Don't use ARGS.
13780         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13781         initialisations.  Let nnoo do the work.
13782
13783 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13786         Say the part has been decoded.
13787
13788         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13789
13790 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13791
13792         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13793         mailcap-viewer-test-cache when there's no 'test clause, since that
13794         will invert the meaning of a "nil" test previously determined by
13795         mailcap-mailcap-entry-passes-test.
13796
13797 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13800         compiling.
13801
13802         * gnus-sum.el: Ditto.
13803
13804         * message.el: Don't bind tool-bar-map when compiling.
13805
13806 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13809
13810 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13811
13812         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13813         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13814         current Google Groups.
13815
13816 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13819         and tool-bar-mode.
13820
13821         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13822         and tool-bar-mode.
13823
13824         * message.el (message-tool-bar-update): Simplify.
13825         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13826
13827         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13828         gnus-summary-buffer.
13829         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13830         gnus-summary-reply.
13831
13832         * gmm-utils.el (gmm): Add :version.
13833
13834 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * Makefile.in (clean): New rule.
13837         (distclean): Use it.
13838
13839 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13840
13841         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13842         Don't autoload.
13843
13844 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gmm-utils.el (gmm-verbose): Add :group.
13847
13848 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * message.el: Change some comments WRT tool-bars.
13851
13852         * gnus-sum.el (gnus-summary-tool-bar)
13853         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13854         (gnus-summary-tool-bar-zap-list): New variables.
13855         (gnus-summary-make-tool-bar): Complete rewrite using
13856         `gmm-tool-bar-from-list'.
13857
13858         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13859         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13860         New variables.
13861         (gnus-group-make-tool-bar): Complete rewrite using
13862         `gmm-tool-bar-from-list'.
13863         (gnus-group-tool-bar-update): New function.
13864
13865         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13866
13867 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13870         is dissected into a single part of which the type is the same as
13871         the given one; decode charset.
13872
13873 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13874
13875         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13876         into alists as symbol not string, since that's what
13877         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13878         look for.
13879
13880 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13883         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13884
13885         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13886
13887 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13890         (gnus-xmas-mime-security-button-menu): New function.
13891
13892         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13893         (gnus-mime-security-button-menu): New definition.
13894         (gnus-mime-security-button-map): Use them.
13895         (gnus-mime-security-button-menu): New function.
13896         (gnus-insert-mime-security-button): Addition to help echo.
13897         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13898         (gnus-mime-security-pipe-part): New functions.
13899
13900         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13901         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13902
13903         * mm-decode.el (mm-handle-set-disposition): Remove.
13904         (mm-handle-set-description): Remove.
13905
13906 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13909         (mm-w3m-standalone-supports-m17n-p): New function.
13910         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13911         w3m usage.
13912
13913         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13914         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13915
13916 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * message.el (message-tool-bar-zap-list):
13919         Use gmm-tool-bar-zap-list as custom type.
13920         (message-tool-bar-update): New function.
13921         (message-tool-bar, message-tool-bar-gnome)
13922         (message-tool-bar-retro): Add message-tool-bar-update.
13923         (message-tool-bar-gnome): Add flyspell-buffer.
13924
13925         * gnus-util.el (gnus-error): Describe `args'.
13926
13927         * gmm-utils.el (gmm-error): Describe `args'.
13928         (gmm-tool-bar-zap-list): New widget.
13929         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13930
13931 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13934         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13935         the number of recursive calls.
13936
13937         * mm-decode.el (mm-handle-set-disposition): New macro.
13938         (mm-handle-set-description): New macro.
13939
13940 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13943         encoding.
13944
13945 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * message.el (message-tool-bar-zap-list, message-tool-bar)
13948         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13949         (message-tool-bar-local-item-from-menu): Remove.
13950         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13951         (message-make-tool-bar): New function.
13952         (message-mode): Use `message-make-tool-bar'.
13953
13954         * gmm-utils.el: New file.
13955         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13956         (gmm-lazy): New widget copied from `nnmail.el'.
13957         (gmm-tool-bar-from-list): New function for creating customizable
13958         tool bars.
13959         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13960         output.
13961         (gmm): Add :prefix to defgroup.
13962
13963 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13964
13965         * gmm-utils.el (gmm-widget-p): New function.
13966
13967 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * mml.el (mml-attach-file): Describe `description' in doc string.
13970         (mml-menu): Add Emacs MIME manual and PGG manual.
13971
13972 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13973
13974         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13975
13976 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13977
13978         * nntp.el (nntp-end-of-line): Doc fix.
13979
13980 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13981
13982         * imap.el (imap-open): Handle case where buffer is a buffer
13983         object.
13984
13985 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13986
13987         * gnus-delay.el (gnus-delay): Don't autoload.
13988         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13989         to be re-loaded when customizing the `gnus-delay' group.
13990
13991 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13992
13993         * message.el (message-insert-citation-line): Use newlines.
13994
13995 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13996
13997         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13998         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13999         these routines, so the passphrase can be managed externally and
14000         passed in to the system.
14001         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14002         pgg-add-passphrase-to-cache function.
14003
14004         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14005         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14006         these routines, so the passphrase can be managed externally and
14007         passed in to the system.
14008         (pgg-pgp5-sign-region): Use new name of
14009         pgg-add-passphrase-to-cache function.
14010
14011 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14012
14013         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14014         part of the decoded armor to find the key-identifier.
14015         (pgg-gpg-lookup-key-owner): New function to return the
14016         human-readable identifier of a key owner.
14017         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14018         itself.
14019         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14020         the key value) if we have a key and can match it against a secret
14021         key.  Also, added a note pointing out fact that the prompt only
14022         indicates the first matching key.
14023
14024         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14025         pgg-decrypt-region.
14026         (pgg-add-passphrase-to-cache): Rename from
14027         `pgg-add-passphrase-cache' to reduce confusion (all callers
14028         changed).
14029         (pgg-remove-passphrase-from-cache): Rename from
14030         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14031         changed).
14032         (pgg-read-passphrase, pgg-add-passphrase-cache)
14033         (pgg-remove-passphrase-cache): Add informative docstrings.
14034         (pgg-decrypt): Convey provided passphrase in subordinate call to
14035         pgg-decrypt-region.
14036
14037 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14038
14039         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14040         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14041         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14042         'passphrase' argument, so the passphrase can be managed externally
14043         and then passed in to the system.
14044
14045         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14046         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14047         so the passphrase cache can be used reliably with identifiers
14048         besides a pgp packet's key id.
14049
14050         * pgg-gpg.el (pgg-gpg-encrypt-region)
14051         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14052         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14053         these routines, so the passphrase can be managed externally and
14054         passed in to the system.
14055
14056         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14057         'notruncate' argument, so the passphrase cache can be used
14058         reliably with identifiers besides a pgp packet's key id.
14059
14060 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14061
14062         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14063         symmetric encryption.
14064         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14065         encrypted session key.
14066         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14067         message ask for the passphrase in a proper way.
14068
14069         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14070         New user commands for symmetric encryption.
14071
14072 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14075
14076         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14077
14078 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14079
14080         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14081
14082 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * mm-decode.el (mm-inlined-types): Add application/pgp.
14085         (mm-automatic-display): Ditto.
14086
14087         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14088         part as text.
14089
14090 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * nnrss.el: Update copyright.
14093         (nnrss-opml-import): Query whether to subscribe to each entry.
14094
14095         * gnus-art.el:
14096         * gnus-sum.el:
14097         * gnus-xmas.el:
14098         * messagexmas.el:
14099         * mm-uu.el:
14100         * mm-view.el: Update copyright.
14101
14102 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * message.el (message-info): New function.
14105         (message-mode-menu): Add it.
14106         Update copyright.
14107
14108         * ChangeLog: Fix and update copyright.
14109
14110 2006-01-13  Romain Francoise  <romain@orebokech.com>
14111
14112         * message.el (message-forward-subject-name-subject): Prefer the
14113         address to 'nowhere' if the sender has no name.
14114         Fix typo.  Update copyright year.
14115
14116 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * gnus-art.el (article-wash-html):
14119         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14120         (gnus-article-wash-html-with-w3m-standalone): New function.
14121
14122         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14123         mm-inline-text-html-render-with-w3m-standalone.
14124         (mm-text-html-washer-alist): Map w3m-standalone to
14125         gnus-article-wash-html-with-w3m-standalone.
14126         (mm-inline-text-html-render-with-w3m-standalone): New function.
14127
14128 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14131         Improve LaTeX.
14132
14133 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14136         (nnrss-request-article): Render text/plain parts as HTML.
14137
14138         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14139         the buffer.
14140
14141 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14144         custom definition of `gnus-posting-styles'.
14145
14146         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14147         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14148
14149 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14152         Use nntp for bug archive.
14153
14154 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14157         parts.
14158         (nnrss-normalize-date): New function converts ISO 8601 date into
14159         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14160         (nnrss-check-group): Use it.
14161
14162 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14165
14166         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14167         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14168         (nnrss-insert-w3): Ditto.
14169
14170 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14173         the articles to be forwarded including the case where neither a
14174         number of articles nor a region is specified.
14175
14176 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * nnrss.el (nnrss-request-article): Fix last change; fill
14179         text/plain parts.
14180
14181 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14184         in text/plain part.
14185         (nnrss-check-group): Don't add excessive newline to dc:subject.
14186
14187 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14188
14189         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14190         article.
14191
14192 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14195         (nnml-use-compressed-files, nnml-save-mail): Support other
14196         comression programs such as bzip2.
14197
14198 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14199
14200         * dns.el (query-dns): Make sure we check the buffer size before
14201         removing tcp headers.
14202
14203 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14206         remove MIME buttons associated with multipart/alternative parts.
14207         (gnus-mime-display-alternative): Tag buttons using `article-type'
14208         text property.
14209
14210         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14211         associated with multipart/alternative parts.
14212
14213         * gnus-art.el (gnus-signature-separator): Fix custom type.
14214
14215         * mm-decode.el (mm-inlined-types): Fix custom type.
14216         (mm-keep-viewer-alive-types): Ditto.
14217         (mm-automatic-display): Ditto.
14218         (mm-attachment-override-types): Ditto.
14219         (mm-inline-override-types): Ditto.
14220         (mm-automatic-external-display): Ditto.
14221
14222 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * spam-report.el (spam-report-user-mail-address)
14225         (spam-report-user-agent): New variables.
14226         (spam-report-url-ping-plain): Use spam-report-user-agent.
14227
14228 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14229
14230         * gnus-art.el (gnus-button-handle-custom): Do not just use
14231         `customize-apropos' for any "M-x customize-*" button but the
14232         function called for.  Accept both the function name and its
14233         argument in order to achieve this.
14234         (gnus-button-alist): Remove support for "custom:" URL's.
14235         Pass function name to `gnus-button-handle-custom' in case of "M-x
14236         customize-*" buttons.
14237
14238 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14241         multipart/alternative and add xref to mm-discouraged-alternatives
14242         in doc string.
14243
14244         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14245         gnus-buttonized-mime-types in doc string.
14246
14247 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14250         Suggest image/.* in the doc string.
14251
14252 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14255         message-marks (Debian bug #342521).
14256
14257 2005-12-12  Simon Josefsson  <jas@extundo.com>
14258
14259         * password.el (password-read-from-cache): Add.
14260         (password-read): Use it.
14261
14262 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * rfc2047.el (rfc2047-charset-to-coding-system):
14265         Recognize us-ascii as a MIME charset.
14266
14267         * mm-bodies.el (mm-decode-content-transfer-encoding):
14268         Protect against the case where the 2nd arg TYPE is nil.
14269
14270 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * pop3.el (pop3-stream-type): Fix custom version.
14273
14274         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14275
14276 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14277
14278         * mm-decode.el (mm-display-external): Add missing cdr.
14279
14280 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14283         RFC1524) if it is in mailcap or add a suffix according to
14284         mailcap-mime-extensions when generating a temp filename; postpone
14285         deleting a temp file for 2 seconds for some wrappers, shell
14286         scripts, and so on, which might exit right after having started a
14287         viewer command as a background job.
14288
14289 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * nntp.el (nntp-marks-directory): Fix custom group.
14292
14293         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14294         steps when < 10.
14295
14296         * gnus-start.el (gnus-no-server-1):
14297         Mention `gnus-level-default-subscribed' in doc string.
14298
14299 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14300
14301         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14302         parens.
14303
14304 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * gnus-xmas.el (gnus-use-toolbar): Revert.
14307         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14308         gnus-use-toolbar is default.
14309
14310         * messagexmas.el (message-use-toolbar): Revert.
14311         (message-setup-toolbar): Use global default-toolbar if
14312         message-use-toolbar is default.
14313
14314 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14317         according to default-toolbar-visible-p.
14318
14319         * messagexmas.el (message-use-toolbar): Ditto.
14320
14321 2005-11-26  Dave Love  <fx@gnu.org>
14322
14323         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14324         (tls-program, tls-success): Provide openssl alternative.
14325
14326         * starttls.el: Doc fixes.
14327         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14328         SERVICE to PORT.
14329
14330         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14331         port null or service name.
14332         (starttls-negotiate): Autoload.
14333
14334 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * message.el (message-kill-to-signature): Fix interactive spec.
14337
14338 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * pop3.el (pop3-open-server): Recognize a string as a service name.
14341
14342 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14343
14344         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14345
14346 2005-11-23  Dave Love  <fx@gnu.org>
14347
14348         Add pop3s, pop3/starttls.
14349
14350         * pop3.el (pop3-authentication-scheme): Clarify doc.
14351         (open-tls-stream, starttls-open-stream): Autoload.
14352         (pop3-stream-type): New.
14353         (pop3-open-server): Use it.
14354
14355         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14356         for POP.
14357         (mail-source-keyword-map): Add :stream for POP.
14358         (mail-source-fetch-pop): Use pop3-stream-type.
14359
14360 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14363         of current-time-string.
14364
14365 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14366
14367         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14368         date header.
14369
14370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14371
14372         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14373         it can seriously impact performance as it bypasses the agent's
14374         local caches.
14375
14376 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14377
14378         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14379         must be explicitly online rather than "not explicitly offline" for
14380         its flags to be synchronized.
14381
14382         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14383         that gnus-uu-unmark-thread will function correctly.
14384
14385         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14386         1024K is instead displayed as 1M.
14387
14388 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14389
14390         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14391
14392 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14393
14394         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14395
14396 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14397
14398         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14399         error message to display actual error condition.
14400         (gnus-agent-save-local): Avoid saving symbols that are bound to
14401         nil as they simply result in a warning message in
14402         gnus-agent-read-local.
14403
14404 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14407         rather than make-variable-buffer-local for file-precious-flag.
14408
14409 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14410
14411         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14412         for duplicates which are removed.  The invalid sort check then
14413         triggers a rescan after the sort as sorting may have moved
14414         duplicate entries such that they can be cheaply detected.
14415
14416 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14419
14420 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14421
14422         * gnus-agent.el (gnus-agent-article-alist-save-format):
14423         Change internal variable to a custom variable.  Change default value
14424         from compressed(2) to uncompressed(1).
14425         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14426         support for uncompressed agentview files.  Taken together, reading
14427         the agentview file should now be 6-7 times faster.
14428
14429 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14430
14431         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14432         as a buffer-local variable.  This avoids creating truncated
14433         dribble files as a result of a hang up, eg.
14434
14435 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14436
14437         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14438         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14439         XEmacs.
14440
14441 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-start.el (gnus-start-draft-setup):
14444         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14445
14446         * gnus.el (gnus-splash): Change custom group.
14447         (gnus-group-get-parameter, gnus-group-parameter-value):
14448         Describe allow-list argument.
14449
14450         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14451         string.
14452
14453 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-art.el (gnus-default-article-saver): Add user-defined
14456         `function' to custom type.
14457
14458 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14459
14460         * imap.el (imap-open): Handle case where buffer is a buffer
14461         object.
14462
14463 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14466         long lines.
14467         (gnus-cache-delete-group): Wrap doc strings.
14468
14469         * gnus-agent.el (gnus-agent-rename-group)
14470         (gnus-agent-delete-group): Wrap doc strings.
14471
14472 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * messagexmas.el (message-use-toolbar): Change the valid values
14475         into default, top, bottom, left, and right.
14476         (message-toolbar-thickness): New variable.
14477         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14478         well.
14479         (message-setup-toolbar): Make it work.
14480
14481         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14482         (gnus-use-toolbar): Change the valid values into default, top,
14483         bottom, left, and right.
14484         (gnus-toolbar-thickness): New variable.
14485         (gnus-xmas-setup-toolbar): New function.
14486         (gnus-xmas-setup-group-toolbar): Use it.
14487         (gnus-xmas-setup-summary-toolbar): Use it.
14488
14489 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14490
14491         * gnus-start.el (gnus-1): Add "native" to
14492         gnus-predefined-server-alist.
14493
14494         * gnus.el (gnus-method-to-server): Don't add "native" to the
14495         lists here, because that leads to problems when
14496         gnus-select-method is bound.
14497
14498 2005-11-09  Simon Josefsson  <jas@extundo.com>
14499
14500         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14501         use (not sort-by-date) instead.
14502
14503 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * gnus-delay.el (gnus-delay-group): Don't autoload.
14506         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14507         to be re-loaded when customizing the `gnus-delay' group.
14508
14509 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14510
14511         * message.el: Revert last changes.
14512         (message-insert-citation-line): Use newlines.
14513
14514 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14515
14516         * message.el (message-courtesy-message)
14517         (message-mark-insert-begin, message-mark-insert-end)
14518         (message-elide-ellipsis, message-cancel-message)
14519         (message-add-header, message-change-subject)
14520         (message-cross-post-followup-to-header)
14521         (message-cross-post-insert-note, message-reduce-to-to-cc)
14522         (message-widen-reply, message-delete-not-region)
14523         (message-kill-to-signature, message-insert-signature)
14524         (message-insert-importance-high, message-insert-importance-low)
14525         (message-insert-or-toggle-importance)
14526         (message-insert-disposition-notification-to)
14527         (message-indent-citation, message-yank-original)
14528         (message-cite-original-without-signature, message-cite-original)
14529         (message-insert-citation-line, message-position-on-field)
14530         (message-fix-before-sending, message-send-mail-partially)
14531         (message-send-mail, message-send-mail-with-sendmail)
14532         (message-send-mail-with-qmail, message-send-news)
14533         (message-check-news-header-syntax, message-generate-headers)
14534         (message-insert-courtesy-copy, message-fill-address)
14535         (message-fill-header, message-shorten-references)
14536         (message-setup-1, message-cancel-news)
14537         (message-forward-make-body-plain, message-forward-make-body-mime)
14538         (message-forward-make-body-mml, message-encode-message-body)
14539         (message-forward-make-body-digest-plain)
14540         (message-forward-make-body-digest-mime)
14541         (message-use-alternative-email-as-from): Insert `hard-newline'
14542         instead of ordinary newlines.
14543
14544 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * message.el (message-generate-headers): Downcase the argument
14547         given to message-check-element.
14548
14549 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14550
14551         * nntp.el (nntp-authinfo-rejected): New error condition.
14552         (nntp-wait-for): Use new error condition to signal authentication
14553         error.
14554         (nntp-retrieve-data): Rethrow new error condition to break out of
14555         recursive call to nntp-send-authinfo.
14556
14557 2005-11-08  Romain Francoise  <romain@orebokech.com>
14558
14559         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14560         (gnus-summary-exit-map): Bind to `Z p'.
14561         (gnus-summary-make-menu-bar): Add menu item.
14562
14563 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14566         (gnus-treat-*): Add `first' in all doc strings.
14567
14568         * gnus-group.el (gnus-group-compact-group): Fix typo.
14569
14570 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus.el (gnus-parameters-case-fold-search): New variable.
14573         (gnus-parameters-get-parameter): Use it.
14574
14575         * gnus-score.el (gnus-home-score-file): Doc fix.
14576
14577 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14578
14579         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14580
14581 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * mm-util.el (mm-special-display-p): New function.
14584
14585         * mml.el (mml-preview): Use it; doc fix.
14586
14587 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14588
14589         * imap.el (imap-open): Handle case where buffer is a buffer object.
14590
14591 2005-10-29  Romain Francoise  <romain@orebokech.com>
14592
14593         * message.el (message-fix-before-sending): Fix comment.
14594
14595 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14596
14597         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14598
14599 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14600
14601         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14602         Used in gnus-score.el.
14603
14604 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14607
14608 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14611         whitespace removed in revision 7.8.  Use concatenated string to
14612         protect trailing whitespace.
14613
14614 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14615
14616         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14617         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14618         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14619         Courier IMAP ("some version from 2004").  Mostly based on similar
14620         code in the same function.
14621
14622 2005-10-26  Didier Verna  <didier@xemacs.org>
14623
14624         * gnus-group.el (gnus-group-compact-group): Invalidate original
14625         article buffer.
14626         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14627         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14628         NOV database and in article itself.
14629         Invalidate article backlog.
14630
14631 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14634
14635 2005-10-26  Simon Josefsson  <jas@extundo.com>
14636
14637         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14638         part of 2004-07-25 change.
14639
14640 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * message.el (message-display-completion-list): New function.
14643         (message-expand-group): Use it; make sure the Completions buffer
14644         is modifiable.
14645 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14646
14647         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14648         user-mail-name is an empty string.
14649
14650 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14653         depending on gnus-score-decay-constant.
14654
14655         * encrypt.el (encrypt-insert-file-contents)
14656         (encrypt-write-file-contents): Don't use `gnus-message'.
14657
14658         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14659         arguments.
14660         (mm-uu-type-alist): Add message-marks and insert-marks.
14661         Pass arguments to mm-uu-verbatim-marks-extract.
14662         (mm-uu-hide-markers): New variable.
14663         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14664
14665         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14666         (gnus-convert-image-to-face-command): Use "convert" by default to
14667         allow other input image formats.
14668         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14669         accordingly.
14670
14671 2005-10-23  Simon Josefsson  <jas@extundo.com>
14672
14673         * imap.el (imap-gssapi-program): Align command line parameters
14674         with latest GNU SASL.
14675         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14676
14677 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14678
14679         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14680         HTML.
14681         (nnslashdot-request-article): Ditto.
14682
14683         * lpath.el (featurep): Add nobreak-char-display.
14684
14685 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14686
14687         * mail-source.el (mail-source-fetch-pop): Require pop3.
14688         (mail-source-check-pop): Ditto.
14689
14690 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14693         errors.
14694
14695 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14698         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14699
14700         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14701
14702         * mm-bodies.el (mm-decode-string):
14703         Call `mm-charset-to-coding-system' with allow-override argument.
14704
14705 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14708         (rfc2047-charset-to-coding-system): New function.
14709         (rfc2047-decode-encoded-words): New function.
14710         (rfc2047-decode-region): Use them.
14711         (rfc2047-decode-cte): Remove.
14712         (rfc2047-parse-and-decode): Remove.
14713         (rfc2047-decode): Remove.
14714
14715 2005-10-15  Kenichi Handa  <handa@m17n.org>
14716
14717         * rfc2047.el (rfc2047-decode-cte): New function.
14718         (rfc2047-decode-region): Change the way to decode successive
14719         encoded-words: decode B- or Q-encoding in each encoded-word,
14720         concatenate them, and decode it as charset.
14721
14722 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * lpath.el: Fbind codepage-setup for XEmacs.
14725
14726 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14727
14728         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14729         widget-move-and-invoke.
14730         (gnus-custom-mode): Use gnus-custom-map.
14731
14732 2005-10-15  Bill Wohler  <wohler@newt.com>
14733
14734         * message.el (message-tool-bar-map): Rename image file from
14735         mail_send to mail/send.
14736
14737 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14738
14739         * message.el (message-expand-group): Pass the common
14740         prefix substring of completion to `display-completion-list'.
14741
14742 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * mml-sec.el (mml-secure-method): New internal variable.
14745         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14746         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14747         New functions using mml-secure-method.
14748
14749         * mml.el (mml-mode-map): Add key bindings for those functions.
14750         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14751         Harder <harder@myrealbox.com>.
14752         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14753         Goto end of message if point is the headers of the message.
14754
14755         * message.el (message-in-body-p): New function.
14756
14757         * assistant.el: Autoload gnus-util and netrc.
14758
14759         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14760         Use `mm-charset-override-alist' only when decoding.
14761
14762         * mm-bodies.el (mm-decode-body):
14763         Call `mm-charset-to-coding-system' with allow-override argument.
14764
14765         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14766         `filename' from Content-Disposition if Content-Type doesn't
14767         provide `name'.
14768         (gnus-mime-view-part-as-type): Set default instead of
14769         initial-input.
14770
14771 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14772
14773         * format-spec.el (format-spec): Propagate text properties of % spec.
14774
14775 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * gnus-art.el (gnus-treat-predicate): Add `first'.
14778
14779 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14782         (mm-charset-override-alist): New variable.
14783         (mm-charset-to-coding-system): Use it.
14784         (mm-codepage-setup): New helper function.
14785         (mm-charset-eval-alist): New variable.
14786         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14787         Warn about unknown charsets.
14788
14789         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14790
14791 2005-10-04  David Hansen  <david.hansen@gmx.net>
14792
14793         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14794         (nnrss-check-group): Ditto.
14795
14796 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14799         Rename x-gnus-verbatim to x-verbatim.
14800         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14801
14802         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14803         x-verbatim.
14804
14805         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14806
14807         * gnus-util.el (gnus-remove-duplicates): Remove.
14808
14809         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14810         instead of gnus-remove-duplicates.
14811
14812         * message.el (message-remove-duplicates): Remove.
14813         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14814         message-remove-duplicates.
14815
14816         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14817         available, else use implementation from `delete-dups'.
14818
14819         * message.el (message-insert-expires): New function.
14820         (message-mode-map): Add key binding.
14821         (message-mode-field-menu): Add menu entry.
14822         (message-mode): Document it.
14823         (message-make-expires-date): Use `message-make-date'.
14824
14825 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14826
14827         * message.el (message-make-expires-date): New function.
14828
14829 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * Makefile.in (list-installed-shadows): New entry.
14832         (install): Use it.
14833         (remove-installed-shadows): New entry.
14834
14835         * dgnushack.el (dgnushack-default-load-path): New variable.
14836         (dgnushack-find-lisp-shadows): New function.
14837         (dgnushack-remove-lisp-shadows): New function.
14838
14839 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * Makefile.in (install-el-elc): New entry.
14842         (install): Use it so that .el files are necessarily installed.
14843
14844 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14847
14848 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14849
14850         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14851         function rather than the diff-mode.el package.
14852         (mm-display-external): Use with-current-buffer.
14853         (mm-viewer-completion-map, mm-viewer-completion-map):
14854         Move initialization inside declaration.
14855
14856 2005-09-29  Simon Josefsson  <jas@extundo.com>
14857
14858         * spam.el: Load hashcash when compiling, to avoid warnings.
14859         Don't autoload mail-check-payment.
14860         (spam-check-hashcash): Define unconditionally, since hashcash.el
14861         is part of Gnus now.  Ignore errors from payment checking.
14862
14863 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * message.el (message-bold-region, message-unbold-region):
14866         Rename from `bold-region' and `unbold-region'.
14867
14868         * message.el: Remove useless autoloads.
14869
14870 2005-09-28  Simon Josefsson  <jas@extundo.com>
14871
14872         * message.el (message-use-idna): Default to t.
14873         (message-use-idna): Test whether encoding works too.  Doc fix.
14874
14875 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * nntp.el (nntp-warn-about-losing-connection): Remove.
14878
14879 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14882         customizable.  Change default value.
14883         (mm-uu-diff-groups-regexp): Change default value.
14884         (mm-uu-type-alist): Add doc string.
14885         (mm-uu-configure): Add doc string.  Make it interactive.
14886         (mm-uu-tex-groups-regexp): New variable.
14887         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14888         (mm-uu-type-alist): Add LaTeX documents.
14889         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14890         of "text/verbatim".
14891         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14892
14893         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14894         instead of "text/verbatim".
14895
14896         * message.el (message-mark-inserted-region)
14897         (message-mark-insert-file): Use slrn style marks when called with
14898         prefix argument.
14899
14900 2005-09-27  Simon Josefsson  <jas@extundo.com>
14901
14902         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14903
14904 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14905
14906         * message.el (message-remove-duplicates): New function.
14907         Implementation borrowed from `gnus-remove-duplicates'.
14908         (message-idna-to-ascii-rhs): Also encode idna addresses in
14909         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14910         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14911         only ask about the same idna domain once per header and also tell
14912         in what header to replace the idna domain.
14913
14914         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14915         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14916         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14917         a header is decoded and not just the last one.
14918
14919 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14922         has been decoded.
14923
14924         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14925         (mm-insert-part): Don't modify text if it has been decoded.
14926
14927         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14928         decoded.
14929
14930         * mm-view.el (mm-inline-text): Don't strip text props unless
14931         decoding enriched or richtext parts.
14932
14933 2005-09-25  Romain Francoise  <romain@orebokech.com>
14934
14935         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14936         * gnus-start.el (gnus-subscribe-interactively):
14937         * gnus-uu.el (gnus-uu-grab-articles):
14938         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14939         space.
14940
14941 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14942
14943         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14944         * mm-view.el (mm-view-pkcs7-decrypt):
14945         * gnus-sum.el (gnus-summary-limit-to-extra)
14946         (gnus-summary-respool-article, gnus-read-move-group-name):
14947         * gnus-score.el (gnus-summary-increase-score):
14948         * gnus-util.el (gnus-completing-read-with-default):
14949         * gnus-art.el (gnus-read-save-file-name)
14950         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14951         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14952         * message.el (message-check-news-header-syntax):
14953         Follow convention for reading with the minibuffer.
14954
14955 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * spam-report.el (spam-report-url-ping-plain):
14958         Use gnus-extended-version as User-Agent.
14959
14960         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14961         default value is nil.
14962
14963         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14964         (mm-uu-verbatim-marks-extract): New function.
14965         (mm-uu-extract): New face.
14966         (mm-uu-copy-to-buffer): Use it.
14967
14968         * spam-report.el (spam-report-gmane-ham): Rename from
14969         `spam-report-gmane-unspam'.
14970         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14971         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14972
14973         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14974         Autoload.
14975         (spam-report-gmane-unregister-routine):
14976         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14977
14978 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14979
14980         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14981         (spam-report-gmane-unregister-routine): Add support for gmane
14982         unregistration.
14983
14984         * spam-report.el (spam-report-gmane-unspam)
14985         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14986         (spam-report-gmane): Change to take a single article and do unspam
14987         registration.
14988
14989 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * mm-url.el (mm-url-decode-entities): Fix regexp.
14992
14993 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14994
14995         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14996         default to nil, to be able to use Gnus at all.  If the default
14997         switches to something else, then the function should be fixed not
14998         be exceedingly slow.
14999
15000 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15001
15002         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15003         fail hard.
15004
15005         * spam-report.el: Add better Keywords line.
15006
15007         * spam.el: Add Maintainer and better Keywords line.
15008
15009 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * gnus-art.el (gnus-article-replace-part)
15012         (gnus-mime-replace-part): New functions.
15013         (gnus-mime-action-alist, gnus-mime-button-commands)
15014         (gnus-mime-save-part-and-strip): Add file argument.
15015         (gnus-article-part-wrapper): Add interactive argument.
15016
15017         * gnus-sum.el (gnus-summary-mime-map):
15018         Add `gnus-article-replace-part'.
15019
15020 2005-09-19  Didier Verna  <didier@xemacs.org>
15021
15022         The nnml compaction feature:
15023         * nnml.el (nnml-request-compact-group): New function.
15024         * nnml.el (nnml-request-compact): New function.
15025         * gnus-int.el (gnus-request-compact-group): New function.
15026         * gnus-int.el (gnus-request-compact): New function.
15027         * gnus-group.el (gnus-group-compact-group): New function.
15028         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15029         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15030         * gnus-srvr.el (gnus-server-compact-server): New function.
15031         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15032         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15033
15034 2005-09-18  Deepak Goel  <deego@gnufans.org>
15035
15036         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15037         format spec.
15038
15039 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15042
15043 2005-09-15  Romain Francoise  <romain@orebokech.com>
15044
15045         * message.el (message-fill-paragraph): Clarify docstring.
15046
15047 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-art.el (gnus-mime-display-part): Protect against broken
15050         MIME messages.
15051
15052 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15055         before parsing header.
15056
15057 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15058
15059         * html2text.el (html2text-replace-list): Add new entities.
15060
15061 2005-09-11  Romain Francoise  <romain@orebokech.com>
15062
15063         * message.el (message-alternative-emails): Improve docstring.
15064         (message-setup-1): Call `message-use-alternative-email-as-from'
15065         after `message-setup-hook' to give it precedence over posting
15066         styles, etc.
15067         (message-use-alternative-email-as-from): Add docstring.
15068         Remove the original From header if present.
15069
15070         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15071         (nnml-save-mail): Use it.
15072
15073         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15074         articles.  Add new argument `silent'.
15075         (gnus-uu-mark-all): Report the total number of marked articles.
15076
15077 2005-09-10  Romain Francoise  <romain@orebokech.com>
15078
15079         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15080         (gnus-uu-mark-series): Likewise.
15081
15082 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * spam-report.el (spam-report-gmane): Fix generation of spam
15085         report URL.
15086
15087 2005-09-10  Simon Josefsson  <jas@extundo.com>
15088
15089         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15090         t, based on discussion on the ding list with Robert Epprecht
15091         <epprecht@solnet.ch>.
15092
15093 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * spam-report.el (spam-report-gmane): Make it work without
15096         X-Report-Spam header.  Gmane now only provides Archived-At.
15097         This is only used if `spam-report-gmane-use-article-number' is nil.
15098         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15099
15100         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15101         make `gnus-summary-sort-by-recipient' work with threading.
15102
15103         * nnweb.el (nnweb-google-wash-article): Print a message if article
15104         is not available.
15105
15106 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15107
15108         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15109         change.  Decode text/* parts content before displaying.
15110
15111 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15114
15115 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15118
15119         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15120         url-package-name, url-package-version,
15121         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15122         w3m-display-inline-images, and w3m-minor-mode-map.
15123
15124 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15125
15126         * message.el (message-tab-body-function): Fix mismatched custom type.
15127
15128         * gnus.el (gnus-group-change-level-function): Ditto.
15129
15130         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15131
15132         * gnus-art.el (gnus-signature-limit)
15133         (gnus-article-mime-part-function): Ditto.
15134
15135 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mml.el (mml-mode): Silence the byte compiler.
15138
15139         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15140         using `(sit-for 0)' before moving the point to the specified part;
15141         skip unbuttonized parts.
15142         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15143         return to the summary window if gnus-auto-select-part is non-nil.
15144
15145 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15148         New variables.
15149         (mml-dnd-attach-file, mml-mode): Use them.
15150
15151         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15152         Make fetching article by MID work again for Google Groups.
15153         Add FIXME concerning gnus-group-make-web-group.
15154
15155         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15156         Don't depend on Gnus by using mail-extract-address-components if
15157         gnus-extract-address-components is not bound.
15158
15159 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15160
15161         * gnus-art.el (gnus-mime-display-security): Don't display the
15162         signature, but only the signed part.
15163
15164 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15167
15168         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15169         list, not listp.
15170
15171 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15172
15173         * mm-encode.el (mm-encode-content-transfer-encoding):
15174         Likewise when encoding.
15175
15176         * mm-bodies.el (mm-decode-content-transfer-encoding):
15177         De-canonicalize CRLF for all text content types, not just
15178         text/plain.
15179
15180 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15183         valid article; point arrow and cursor at the MIME button.
15184
15185 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15188         Suggested by Dan Christensen <jdc@uwo.ca>.
15189
15190         * mm-decode.el (mm-save-part): Enable change of prompt.
15191
15192 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15193
15194         * gnus-msg.el (gnus-inews-add-send-actions):
15195         Make `message-post-method' lambda parameter ARG `&optional'.
15196
15197 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * gnus-sum.el (gnus-summary-mime-map):
15200         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15201         gnus-article-jump-to-part.
15202
15203         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15204         (gnus-article-edit-part): Use it.
15205         (gnus-article-part-wrapper): Add no-handle argument.
15206         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15207         New functions.
15208
15209 2005-08-29  Romain Francoise  <romain@orebokech.com>
15210
15211         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15212         docstring.
15213         (gnus-face-from-file): Likewise.
15214
15215 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15218         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15219         non-nil.
15220         (gnus-auto-select-part): New variable.
15221         (gnus-article-jump-to-part): New function.
15222         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15223         (gnus-mime-delete-part): Allow selecting specified part after
15224         deleting or stripping parts.
15225         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15226         part if argument is bogus.
15227
15228 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15229
15230         * gnus-art.el (w3m-minor-mode-map):
15231         * gnus-spec.el (gnus-newsrc-file-version):
15232         * gnus-util.el (nnmail-active-file-coding-system)
15233         (gnus-original-article-buffer, gnus-user-agent):
15234         * gnus.el (gnus-ham-process-destinations)
15235         (gnus-parameter-ham-marks-alist)
15236         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15237         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15238         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15239         * mm-decode.el (gnus-current-window-configuration):
15240         * mm-extern.el (gnus-article-mime-handles):
15241         * mm-url.el (url-current-object, url-package-name)
15242         (url-package-version):
15243         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15244         (smime-keys, w3m-cid-retrieve-function-alist)
15245         (w3m-current-buffer, w3m-display-inline-images)
15246         (w3m-minor-mode-map):
15247         * mml-smime.el (gnus-extract-address-components):
15248         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15249         (gnus-newsrc-hashtb, message-default-charset)
15250         (message-deletable-headers, message-options)
15251         (message-posting-charset, message-required-mail-headers)
15252         (message-required-news-headers):
15253         * mml1991.el (mc-pgp-always-sign):
15254         * mml2015.el (mc-pgp-always-sign):
15255         * nnheader.el (nnmail-extra-headers):
15256         * rfc1843.el (gnus-decode-encoded-word-function)
15257         (gnus-decode-header-function, gnus-newsgroup-name):
15258         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15259
15260 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15261
15262         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15263         the end of the date treatments.
15264
15265 2005-08-15  Simon Josefsson  <jas@extundo.com>
15266
15267         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15268         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15269         Capello and Romain Francoise.
15270         (pgg-fetch-key-function): Remove, not used?
15271         (pgg-insert-url-with-w3): Require url, to get
15272         url-insert-file-contents regardless of where it is defined.
15273
15274 2005-08-13  Romain Francoise  <romain@orebokech.com>
15275
15276         * message.el (message-cite-original-1): New function.
15277         (message-cite-original): Use it.
15278         (message-cite-original-without-signature): Ditto.
15279
15280 2005-08-08  Romain Francoise  <romain@orebokech.com>
15281
15282         * message.el (message-yank-empty-prefix): New variable.
15283         (message-indent-citation): Use it.
15284         (message-cite-original-without-signature): Respect X-No-Archive.
15285
15286 2005-08-08  Simon Josefsson  <jas@extundo.com>
15287
15288         * pgg.el: Autoload url-insert-file-contents instead of loading
15289         w3/url.
15290         (pgg-insert-url-with-w3): Don't load url here.
15291
15292 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15293
15294         * message.el (message-kill-to-signature): Don't insert newline at
15295         bol.
15296         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15297
15298 2005-08-06  Romain Francoise  <romain@orebokech.com>
15299
15300         * message.el (message-user-fqdn): Fix typo in docstring.
15301
15302 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15303
15304         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15305
15306         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15307
15308 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * mm-bodies.el (mm-encode-body): Use coding system rather than
15311         charset to encode text.
15312
15313         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15314         number of charsets if utf-8 is available (XEmacs).
15315
15316 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15319         taken from `gnus-button-mid-or-mail-regexp'.
15320         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15321         (gnus-button-alist): Improve regexp for domain part of the MIDs
15322         for news:localpart@domain buttons.
15323         (gnus-button-ctan-directory-regexp): Update.
15324
15325 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * sieve-manage.el (sieve-manage-interactive-login):
15328         Use make-local-variable rather than make-variable-buffer-local.
15329         (sieve-manage-open): Ditto.
15330         (sieve-manage-authenticate): Ditto.
15331
15332         * mml.el (mml-generate-mime-1): Make the content type default to
15333         text/plain if the filename is not specified.
15334
15335 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15338         instead of insert-buffer.
15339
15340         * message.el (message-yank-original): Ditto; set the mark at the
15341         end of the yanked message.
15342
15343 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15346         lines to scroll rather than to stop it.
15347
15348         * mml.el (mml-generate-default-type): Add doc string.
15349         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15350         default to application/octet-stream when determining the content
15351         type if it is not specified for the part or the mml contents; add
15352         a comment about mml-generate-default-type.
15353
15354 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15357         make it default to application/octet-stream when determining the
15358         content type if it is not specified for the external contents.
15359
15360 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15363         segmented parameter but also other parameters might be there.
15364
15365 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * mm-decode.el (mm-display-external): Delete temp file, directory
15368         and buffer immediately if the external process is exited.
15369
15370 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15373         fewer lines than that of scroll-margin.
15374         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15375
15376 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-art.el (gnus-article-next-page): Revert.
15379         (gnus-article-beginning-of-window): New macro.
15380         (gnus-article-next-page-1): Use it.
15381         (gnus-article-prev-page): Ditto.
15382         (gnus-article-edit-part): Use insert-buffer-substring instead of
15383         insert-buffer.
15384         (gnus-article-edit-exit): Ditto.
15385
15386         * gnus-util.el (gnus-beginning-of-window): Remove.
15387         (gnus-end-of-window): Remove.
15388
15389         * lpath.el: Don't bind header-line-format and scroll-margin.
15390
15391 2005-07-25  Simon Josefsson  <jas@extundo.com>
15392
15393         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15394         to have the url package without w3.  Reported by Daiki Ueno
15395         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15396
15397 2005-07-20  Didier Verna  <didier@xemacs.org>
15398
15399         * gnus-diary.el: Remove the description comment (nndiary is now
15400         properly documented in the Gnus manual).
15401         Fix the spelling of "Back End".
15402         * nndiary.el: Ditto.
15403         Fix the copyright notice.
15404
15405 2005-07-18  Romain Francoise  <romain@orebokech.com>
15406
15407         * gnus-sum.el (gnus-summary-to-prefix)
15408         (gnus-summary-newsgroup-prefix): New variables.
15409         (gnus-summary-from-or-to-or-newsgroups): Use them.
15410
15411 2005-07-17  Romain Francoise  <romain@orebokech.com>
15412
15413         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15414         space as it's generally not especially interesting to the user.
15415
15416 2005-07-16  Romain Francoise  <romain@orebokech.com>
15417
15418         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15419         nil to avoid prompting and file modification if one of the
15420         messages at the top of the nnfolder file contains a copyright
15421         notice.
15422         Update copyright notice.
15423
15424         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15425         instead of `current-time-string' as the latter creates a time
15426         string that is not RFC 2822 compliant (it lacks the zone).
15427         Update copyright notice.
15428
15429 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15430
15431         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15432         for text/rtf.  Display default in prompt.  Pass default for M-n.
15433
15434         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15435
15436 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15437
15438         * gnus-msg.el (gnus-button-mailto):
15439         Remove save-selected-window-window hackery because it relies on
15440         save-selected-window internals.
15441
15442 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15445         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15446         (gnus-article-prev-page): Ditto.
15447
15448         * gnus-util.el (gnus-beginning-of-window): New function.
15449         (gnus-end-of-window): New function.
15450
15451         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15452
15453 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15454
15455         * gnus-score.el (gnus-score-edit-all-score):
15456         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15457         gnus-message.
15458
15459 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * gnus-msg.el (gnus-button-mailto):
15462         Remove save-selected-window-window hackery because it relies on
15463         save-selected-window internals.
15464
15465 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15468         add-minor-mode.
15469         (gnus-binary-mode): Ditto.
15470
15471         * gnus-topic.el (gnus-topic-mode): Ditto.
15472
15473 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15474
15475         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15476         (gnus-article-prev-page): Take scroll-margin into consideration.
15477
15478 2005-07-04  Lute Kamstra  <lute@gnu.org>
15479
15480         Update FSF's address in GPL notices.
15481
15482 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15483
15484         * gnus.el (gnus-exit):
15485         * gnus-group.el (gnus-group-icons):
15486         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15487
15488         * gnus-nocem.el (gnus-nocem):
15489         * message.el (message-various, message-buffers, message-sending)
15490         (message-interface, message-forwarding, message-insertion)
15491         (message-headers, message-news, message-mail):
15492         * pgg-gpg.el (pgg-gpg):
15493         * pgg-parse.el (pgg-parse):
15494         * pgg-pgp.el (pgg-pgp):
15495         * pgg-pgp5.el (pgg-pgp5):
15496         * pop3.el (pop3): Finish `defgroup' description with period.
15497
15498 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * gnus-art.el (article-display-face): Improve the efficiency.
15501         (article-display-x-face): Ditto; remove grey x-face stuff.
15502
15503 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (article-display-face): Correct the position in
15506         which Faces are inserted.
15507
15508 2005-06-29  Didier Verna  <didier@xemacs.org>
15509
15510         * gnus-art.el (article-display-face): Display faces in correct
15511         order.
15512
15513 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15516         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15517         (gnus-nocem-check-article): Fetch the Type header.
15518         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15519         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15520         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15521         make sure gnus-nocem-hashtb is initialized.
15522         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15523         (gnus-nocem-unwanted-article-p): Ditto.
15524
15525         * pgg.el (pgg-verify): Return the verification result.
15526
15527 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15528
15529         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15530         is ascii.
15531
15532 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15533
15534         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15535         `show-nonbreak-escape'.
15536
15537 2005-06-23  Lute Kamstra  <lute@gnu.org>
15538
15539         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15540
15541         * dig.el (dig-mode):
15542         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15543
15544 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15545
15546         * nnimap.el (nnimap-split-download-body): Fix spellings.
15547
15548 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15549
15550         * gnus-art.el (gnus-article-encrypt-body):
15551         * gnus-cus.el (gnus-score-customize):
15552         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15553         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15554
15555 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15556
15557         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15558         header by looking for magic "MII" at the beginnig.
15559
15560 2005-06-16  Miles Bader  <miles@gnu.org>
15561
15562         * gnus-xmas.el (gnus-xmas-group-startup-message):
15563         Use renamed gnus-splash face.
15564
15565         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15566         (assistant-field-face): New backward-compatibility alias for renamed
15567         face.
15568         (assistant-render-text): Use renamed assistant-field face.
15569
15570         * spam.el (spam): Remove "-face" suffix from face name.
15571         (spam-face): New backward-compatibility alias for renamed face.
15572         (spam-face, spam-initialize): Use renamed spam face.
15573
15574         * message.el (message-header-to, message-header-cc)
15575         (message-header-subject, message-header-newsgroups)
15576         (message-header-other, message-header-name)
15577         (message-header-xheader, message-separator, message-cited-text)
15578         (message-mml): Remove "-face" suffix from face names.
15579         (message-header-to-face, message-header-cc-face)
15580         (message-header-subject-face, message-header-newsgroups-face)
15581         (message-header-other-face, message-header-name-face)
15582         (message-header-xheader-face, message-separator-face)
15583         (message-cited-text-face, message-mml-face):
15584         New backward-compatibility aliases for renamed faces.
15585         (message-font-lock-keywords): Use renamed message faces.
15586
15587         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15588         (sieve-test-commands, sieve-tagged-arguments):
15589         Remove "-face" suffix from face names.
15590         (sieve-control-commands-face, sieve-action-commands-face)
15591         (sieve-test-commands-face, sieve-tagged-arguments-face):
15592         New backward-compatibility aliases for renamed faces.
15593         (sieve-control-commands-face, sieve-action-commands-face)
15594         (sieve-test-commands-face, sieve-tagged-arguments-face):
15595         Use renamed sieve faces.
15596
15597         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15598         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15599         (gnus-group-news-3-empty, gnus-group-news-4)
15600         (gnus-group-news-4-empty, gnus-group-news-5)
15601         (gnus-group-news-5-empty, gnus-group-news-6)
15602         (gnus-group-news-6-empty, gnus-group-news-low)
15603         (gnus-group-news-low-empty, gnus-group-mail-1)
15604         (gnus-group-mail-1-empty, gnus-group-mail-2)
15605         (gnus-group-mail-2-empty, gnus-group-mail-3)
15606         (gnus-group-mail-3-empty, gnus-group-mail-low)
15607         (gnus-group-mail-low-empty, gnus-summary-selected)
15608         (gnus-summary-cancelled, gnus-summary-high-ticked)
15609         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15610         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15611         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15612         (gnus-summary-low-undownloaded)
15613         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15614         (gnus-summary-low-unread, gnus-summary-normal-unread)
15615         (gnus-summary-high-read, gnus-summary-low-read)
15616         (gnus-summary-normal-read, gnus-splash):
15617         Remove "-face" suffix from face names.
15618         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15619         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15620         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15621         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15622         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15623         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15624         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15625         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15626         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15627         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15628         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15629         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15630         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15631         (gnus-summary-normal-ticked-face)
15632         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15633         (gnus-summary-normal-ancient-face)
15634         (gnus-summary-high-undownloaded-face)
15635         (gnus-summary-low-undownloaded-face)
15636         (gnus-summary-normal-undownloaded-face)
15637         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15638         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15639         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15640         (gnus-splash-face):
15641         New backward-compatibility aliases for renamed faces.
15642         (gnus-group-startup-message): Use renamed gnus faces.
15643
15644         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15645         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15646         (gnus-server-agent): Remove "-face" suffix from face names.
15647         (gnus-server-agent-face, gnus-server-opened-face)
15648         (gnus-server-closed-face, gnus-server-denied-face)
15649         (gnus-server-offline-face):
15650         New backward-compatibility aliases for renamed faces.
15651         (gnus-server-agent-face, gnus-server-opened-face)
15652         (gnus-server-closed-face, gnus-server-denied-face)
15653         (gnus-server-offline-face): Use renamed gnus faces.
15654
15655         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15656         Remove "-face" suffix from face names.
15657         (gnus-picon-xbm-face, gnus-picon-face):
15658         New backward-compatibility aliases for renamed faces.
15659
15660         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15661         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15662         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15663         (gnus-cite-11): Remove "-face" suffix from face names.
15664         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15665         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15666         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15667         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15668         New backward-compatibility aliases for renamed faces.
15669         (gnus-cite-attribution-face, gnus-cite-face-list)
15670         (gnus-article-boring-faces): Use renamed gnus faces.
15671
15672         * gnus-art.el (gnus-signature, gnus-header-from)
15673         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15674         (gnus-header-content): Remove "-face" suffix from face names.
15675         (gnus-signature-face, gnus-header-from-face)
15676         (gnus-header-subject-face, gnus-header-newsgroups-face)
15677         (gnus-header-name-face, gnus-header-content-face):
15678         New backward-compatibility aliases for renamed faces.
15679         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15680
15681         * gnus-sum.el (gnus-summary-selected-face)
15682         (gnus-summary-highlight): Use renamed gnus faces.
15683         * gnus-group.el (gnus-group-highlight): Likewise.
15684
15685 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15686
15687         * gnus-sieve.el (gnus-sieve-article-add-rule):
15688         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15689         * spam-stat.el (spam-stat-buffer-change-to-spam)
15690         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15691
15692         * message.el (message-is-yours-p):
15693         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15694
15695 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * mm-view.el (mm-inline-text): Withdraw the last change.
15698
15699 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15702         executing enriched-decode.
15703
15704 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15707         charset of tar files.
15708
15709 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15710
15711         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15712
15713 2005-06-04  Lute Kamstra  <lute@gnu.org>
15714
15715         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15716         information is never recorded.
15717
15718 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15719
15720         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15721
15722 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * pop3.el (pop3-apop): Run md5 in the binary mode.
15725
15726         * starttls.el (starttls-set-process-query-on-exit-flag):
15727         Use eval-and-compile.
15728
15729 2005-05-31  Simon Josefsson  <jas@extundo.com>
15730
15731         * smime.el (smime-replace-in-string): Define.
15732         (smime-cert-by-ldap-1): Use it.
15733
15734 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-art.el (article-display-x-face): Replace
15737         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15738
15739         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15740         set-process-query-on-exit-flag or process-kill-without-query.
15741
15742         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15743         loop instead of replace-regexp.
15744
15745         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15746         instead of process-kill-without-query if it is available.
15747
15748         * lpath.el: Fbind ldap-search-entries.
15749
15750         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15751         instead of find-file-hooks if it is available.
15752
15753         * mml1991.el: Bind pgg-default-user-id when compiling.
15754
15755         * mml2015.el: Bind pgg-default-user-id when compiling.
15756
15757         * nndraft.el (nndraft-request-associate-buffer):
15758         Use write-contents-functions instead of write-contents-hooks if it is
15759         available.
15760
15761         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15762         instead of find-file-hooks if it is available.
15763
15764         * nntp.el (nntp-open-connection): Replace
15765         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15766         (nntp-open-ssl-stream): Ditto.
15767         (nntp-open-tls-stream): Ditto.
15768
15769         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15770         set-process-query-on-exit-flag or process-kill-without-query.
15771         (starttls-open-stream-gnutls): Use it instead of
15772         process-kill-without-query.
15773         (starttls-open-stream): Ditto.
15774
15775 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15776
15777         * smime.el (smime-cert-by-ldap-1): Don't use
15778         replace-regexp-in-string.
15779
15780 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15781
15782         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15783
15784         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15785         in PEM format.  Adjust to the XEmacs compability.
15786
15787 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15790         by `string-to-number'.
15791         * gnus-agent.el (gnus-agent-regenerate-group)
15792         (gnus-agent-fetch-articles): Ditto.
15793         * gnus-art.el (gnus-button-fetch-group): Ditto.
15794         * gnus-cache.el (gnus-cache-generate-active)
15795         (gnus-cache-articles-in-group): Ditto.
15796         * gnus-group.el (gnus-group-set-current-level)
15797         (gnus-group-insert-group-line): Ditto.
15798         * gnus-score.el (gnus-score-set-expunge-below)
15799         (gnus-score-set-mark-below, gnus-summary-score-effect)
15800         (gnus-summary-score-entry): Ditto.
15801         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15802         (gnus-soup-pack): Ditto.
15803         * gnus-spec.el (gnus-xmas-format): Ditto.
15804         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15805         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15806         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15807         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15808         * nndb.el (nndb-get-remote-expire-response): Ditto.
15809         * nndiary.el (nndiary-parse-schedule-value)
15810         (nndiary-string-to-number, nndiary-request-replace-article)
15811         (nndiary-request-article): Ditto.
15812         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15813         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15814         * nneething.el (nneething-make-head): Ditto.
15815         * nnfolder.el (nnfolder-request-article)
15816         (nnfolder-retrieve-headers): Ditto.
15817         * nnheader.el (nnheader-file-to-number): Ditto.
15818         * nnkiboze.el (nnkiboze-request-article): Ditto.
15819         * nnmail.el (nnmail-process-unix-mail-format)
15820         (nnmail-process-babyl-mail-format): Ditto.
15821         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15822         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15823         (nnmh-request-create-group, nnmh-request-list-1)
15824         (nnmh-request-group, nnmh-request-article): Ditto.
15825         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15826         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15827         * nnsoup.el (nnsoup-make-active): Ditto.
15828         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15829         * nntp.el (nntp-find-group-and-number)
15830         (nntp-retrieve-headers-with-xover): Ditto.
15831         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15832         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15833         (pgg-format-key-identifier): Ditto.
15834         * pop3.el (pop3-last, pop3-stat): Ditto.
15835         * qp.el (quoted-printable-decode-region): Ditto.
15836
15837         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15838         of concat.
15839
15840 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15843
15844         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15845
15846         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15847
15848         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15849
15850         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15851
15852         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15853
15854         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15855         (gnus-carpal-mode): Ditto.
15856
15857         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15858         (gnus-browse-mode): Ditto.
15859
15860         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15861
15862         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15863
15864 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15865
15866         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15867
15868 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-util.el (gnus-run-mode-hooks): New function.
15871
15872         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15873
15874         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15875         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15876
15877 2005-05-27  Lute Kamstra  <lute@gnu.org>
15878
15879         * dns-mode.el (dns-mode): Specify customization group.
15880
15881 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15882
15883         * gnus-agent.el (gnus-agent-make-mode-line-string):
15884         Use mode-line-highlight as mouse-face.
15885
15886 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * canlock.el (canlock): Change the parent group to news.
15889
15890         * deuglify.el (gnus-outlook-deuglify): Add :group.
15891
15892         * dig.el (dig): Add :group.
15893
15894         * dns-mode.el (dns-mode): Add :group.
15895
15896         * encrypt.el (encrypt): Add :group.
15897
15898         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15899         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15900         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15901         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15902         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15903
15904         * gnus-diary.el (gnus-diary): Add :group.
15905
15906         * gnus.el (gnus-group-news-1-face): Add :group.
15907         (gnus-group-news-1-empty-face): Ditto.
15908         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15909         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15910         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15911         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15912         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15913         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15914         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15915         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15916         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15917         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15918         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15919         (gnus-summary-high-ticked-face): Ditto.
15920         (gnus-summary-low-ticked-face): Ditto.
15921         (gnus-summary-normal-ticked-face): Ditto.
15922         (gnus-summary-high-ancient-face): Ditto.
15923         (gnus-summary-low-ancient-face): Ditto.
15924         (gnus-summary-normal-ancient-face): Ditto.
15925         (gnus-summary-high-undownloaded-face): Ditto.
15926         (gnus-summary-low-undownloaded-face): Ditto.
15927         (gnus-summary-normal-undownloaded-face): Ditto.
15928         (gnus-summary-high-unread-face): Ditto.
15929         (gnus-summary-low-unread-face): Ditto.
15930         (gnus-summary-normal-unread-face): Ditto.
15931         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15932         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15933
15934         * hashcash.el (hashcash): New custom group.
15935         (hashcash-default-payment): Add :group.
15936         (hashcash-payment-alist): Ditto.
15937         (hashcash-default-accept-payment): Ditto.
15938         (hashcash-accept-resources): Ditto.
15939         (hashcash-path): Ditto.
15940         (hashcash-extra-generate-parameters): Ditto.
15941         (hashcash-double-spend-database): Ditto.
15942         (hashcash-in-news): Ditto.
15943
15944         * message.el (message-minibuffer-local-map): Add :group.
15945
15946         * netrc.el (netrc): Add :group.
15947
15948         * sieve-manage.el (sieve-manage-log): Add :group.
15949         (sieve-manage-default-user): Diito.
15950         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15951         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15952         (sieve-manage-authenticators): Ditto.
15953         (sieve-manage-authenticator-alist): Ditto.
15954         (sieve-manage-default-port): Ditto.
15955
15956         * sieve-mode.el (sieve-control-commands-face): Add :group.
15957         (sieve-action-commands-face): Ditto.
15958         (sieve-test-commands-face): Ditto.
15959         (sieve-tagged-arguments-face): Ditto.
15960
15961         * smime.el (smime): Add :group.
15962
15963         * spam-report.el (spam-report): Add :group.
15964
15965         * spam.el (spam, spam-face): Add :group.
15966
15967 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15970         return \n.\n.\n at the end of articles.  Protect against that.
15971         (nntp-with-open-group): Allow debugging.
15972
15973         * nnheader.el (mail-header-set-extra): Make into a function
15974         because I just could't understand how to quote the list properly.
15975
15976         * dns.el (query-dns-cached): New function.
15977
15978 2005-05-26  Lute Kamstra  <lute@gnu.org>
15979
15980         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15981
15982 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15985
15986         * gnus-art.el: Don't autoload mail-extract-address-components.
15987
15988         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15989         eval-and-compile to evaluate it.
15990
15991         * hashcash.el: Don't autoload executable-find.
15992
15993         * nndb.el: Don't declare the nndb back end two or more times; don't
15994         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15995
15996         * nntp.el: Autoload format-spec instead of format; use
15997         eval-and-compile to evaluate autoload forms.
15998
15999 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16000
16001         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16002
16003 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * gnus.el (gnus-version-number): Bump version.
16006
16007 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16008
16009         * gnus.el: No Gnus v0.3 is released.
16010
16011 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16012
16013         * lpath.el (featurep): Bind show-nonbreak-escape.
16014
16015 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-art.el (gnus-article-edit-part): Disable undo.
16018
16019 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16022         gnus-article-date-lapsed-new-header is t if date timer is active;
16023         skip headers in which the original date value is empty.
16024         (gnus-article-save-original-date): Redefine it as a macro.
16025         (gnus-display-mime): Use it.
16026
16027 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (article-date-ut): Support converting date in
16030         forwarded parts as well.
16031         (gnus-article-save-original-date): New function.
16032         (gnus-display-mime): Use it.
16033
16034 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16035
16036         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16037         enclosure element of <item>.
16038
16039 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * message.el (message-kill-buffer-query): Rename from
16042         `message-kill-buffer-query-if-modified'.  Add :version.
16043
16044 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16047         window layout.
16048
16049 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * mml.el: Autoload dnd when compiling.
16052
16053 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16056         x-dnd-*.
16057
16058 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * qp.el (quoted-printable-encode-region): Save excursion.
16061
16062 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * message.el (message-kill-buffer-query-if-modified): Add new variable
16065         so the user can kill a modified message buffer quickly.
16066         (message-kill-buffer): Use it.
16067
16068 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * lpath.el: Fbind display-time-event-handler; don't fbind
16071         string-to-multibyte.
16072
16073         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16074
16075 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16078         contained in text because xml.el decodes entities) with LFs.
16079
16080 2005-04-11  Lute Kamstra  <lute@gnu.org>
16081
16082         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16083         differently.
16084
16085 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16086
16087         * mm-util.el (mm-detect-coding-region): Typo.
16088
16089 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16092
16093 2005-04-06  Deepak Goel  <deego@gnufans.org>
16094
16095         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16096         user-function allow user modifications of the scores.
16097         (spam-stat-score-buffer-user): New function, to allow
16098         user-computed modifications to the score.
16099         (spam-stat-score-buffer-user-functions): List of additional
16100         scoring functions.
16101         (spam-stat-error-holder): Global temporary error holder.
16102         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16103         variable.
16104
16105 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * gnus-registry.el (gnus-registry-clean-empty-function)
16108         (gnus-registry-trim, gnus-registry-fetch-groups)
16109         (gnus-registry-delete-group): Groups that match
16110         `gnus-registry-ignored-groups' are removed from the registry
16111         entries, not just ignored for splitting.  This helps clean up the
16112         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16113         to get all the groups a message ID is in.
16114
16115         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16116         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16117         (spam-stat-score-buffer-user-functions): Add :number custom type.
16118
16119 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16122         argument in XEmacs.
16123
16124         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16125         (nnrss-request-group): Decode group name first.
16126         (nnrss-request-article): Make a text/plain article if mml-to-mime
16127         failed.
16128         (nnrss-get-encoding): Return a compatible encoding according to
16129         nnrss-compatible-encoding-alist.
16130         (nnrss-find-el): Use consp instead of listp.
16131         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16132
16133 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16136         which Emacs 20 doesn't support.
16137         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16138
16139 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16142         silence the byte compiler inside the defun.
16143
16144         * gnus-demon.el (parse-time-string): Add autoload.
16145
16146         * gnus-delay.el (parse-time-string): Add autoload.
16147
16148         * gnus-art.el (parse-time-string): Add autoload.
16149
16150         * nnultimate.el (parse-time): Require for `parse-time-string'.
16151
16152 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16155
16156         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16157
16158         * smime.el (smime-ldap-host-list): Add :version.
16159
16160 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16163         pass it to `gnus-browse-read-group'.
16164         (gnus-browse-read-group): Add NUMBER argument and pass it to
16165         `gnus-group-read-ephemeral-group'.
16166
16167         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16168         argument and pass it to `gnus-group-read-group'.
16169
16170 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16171
16172         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16173         mm-xemacs-find-mime-charset-1 if we have the mule feature
16174         available at runtime.
16175
16176 2005-03-25  Werner Lemberg  <wl@gnu.org>
16177
16178         * nnmaildir.el: Replace `illegal' with `invalid'.
16179
16180 2005-03-23  Lute Kamstra  <lute@gnu.org>
16181
16182         * time-date.el: Add comment on time value formats.
16183         Don't require parse-time.
16184         (with-decoded-time-value): New macro.
16185         (encode-time-value): New function.
16186         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16187         (days-to-time): Return a valid time value when arg is huge.
16188         (time-since): Use time-subtract.
16189         (time-to-number-of-days): Use time-to-seconds.
16190
16191 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16192
16193         * gnus-start.el (gnus-display-time-event-handler):
16194         Check display-time-timer at runtime rather than only at load time
16195         in case display-time-mode is turned off in the mean time.
16196
16197 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16200         used.
16201
16202         * nneething.el (nneething-map-file-directory): Derive from
16203         `gnus-directory'.
16204
16205         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16206         the To/Cc button.
16207
16208 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16209
16210         * nnmaildir.el (nnmaildir-request-accept-article):
16211         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16212
16213 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16214
16215         * gnus-async.el: Require timer-funcs at compile time when in
16216         XEmacs for `run-with-idle-timer'.
16217
16218 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16219
16220         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16221         autoloaded function.
16222
16223 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16224
16225         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16226
16227 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16228
16229         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16230
16231 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16232
16233         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16234         Add gnus-expert-user to default.
16235
16236 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16237
16238         * nnimap.el (nnimap-open-server): Ditto.
16239
16240         * imap.el (imap-authenticate): Fix typo.
16241
16242 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16243
16244         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16245         buffer (since IMAP server might return FETCH response out of
16246         order, and the nntp buffer must be sorted).
16247
16248 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16249
16250         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16251         comparison on string.
16252
16253         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16254         (gnus-agent-score): Rename category keywords to match gnus-cus.
16255         (gnus-agent-summary-fetch-series): Modify to protect against
16256         gnus-agent-summary-fetch-group clearing processable flags.
16257         (gnus-agent-synchronize-group-flags): Update live group buffer as
16258         synchronization may occur due to the user toggle the plugged
16259         status.
16260         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16261         successfully downloaded.
16262         (gnus-agent-expire-group-1): Avoid using markers when the overview
16263         is in ascending order; greatly improves performance.
16264         (gnus-agent-regenerate-group):
16265         Use gnus-agent-synchronize-group-flags to reset read status in both
16266         gnus and server.
16267         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16268
16269 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * message.el: Don't autoload former message-utils variables.
16272         (message-strip-subject-trailing-was): Change doc string.
16273
16274         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16275         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16276         (nnweb-google-search): Add "hl=en" here.
16277         (nnweb-google-parse-1, nnweb-google-create-mapping):
16278         Don't hardcode URL.
16279
16280 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * message.el (message-get-reply-headers, message-followup):
16283         Mention related variables `message-use-followup-to' and
16284         `message-use-mail-followup-to', in the information buffer.
16285
16286         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16287         of broken groups(-beta).google.com.
16288
16289 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16292         parameter to invoked gnus-request-move-article; remove the
16293         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16294         all at once instead of once per article.
16295         (gnus-summary-remove-process-mark): Accept a list of articles as
16296         well as a single article for processing.
16297
16298         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16299         parameter.
16300
16301         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16302
16303         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16304
16305         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16306         parameter.
16307
16308         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16309         parameter.
16310
16311         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16312         parameter and remove the gnus-sum-hint-move-is-internal variable.
16313
16314         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16315         parameter.
16316
16317         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16318         parameter.
16319
16320         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16321         parameter.
16322
16323         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16324
16325         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16326         parameter.
16327
16328         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16329         parameter.
16330
16331 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16332
16333         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16334         a more conservative way.
16335
16336 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16337
16338         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16339         buffer, so it moves the window's cursor.
16340
16341 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16342
16343         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16344         `mm-dissect-multipart' and receive the from field as an (optional)
16345         argument from `mm-dissect-multipart'.
16346         (mm-dissect-multipart): Receive the from field as an argument and
16347         pass it on when we call `mm-dissect-buffer' on MIME parts.
16348         Fixes verification/decryption of signed/encrypted MIME parts.
16349
16350 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16351
16352         * gnus-sum.el (gnus-summary-move-article):
16353         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16354         whatever it calls (right now, only nnimap-request-move article
16355         respects it).
16356
16357         * nnimap.el (nnimap-request-move-article):
16358         When gnus-sum-hint-move-is-internal is set, don't do the extra
16359         nnimap-request-article.
16360
16361 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16364
16365         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16366         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16367
16368         * gnus-sum.el (gnus-summary-caesar-message):
16369         Apply `gnus-treat-article' after rotation.
16370
16371         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16372         doc string.
16373
16374 2005-02-22  Simon Josefsson  <jas@extundo.com>
16375
16376         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16377         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16378         <arne@arnested.dk>.
16379         (encrypt): Add password-cache and password-cache-expiry as group
16380         members.
16381
16382 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16383
16384         * smime.el (smime-ldap-host-list): Doc fix.
16385         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16386         cache) password.
16387         (smime-sign-region): Use it.
16388         (smime-decrypt-region): Use it.
16389         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16390         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16391         fails.
16392         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16393         certificate from DER to PEM format rather than calling openssl.
16394
16395         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16396
16397         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16398         for signing/encryption.
16399
16400         * mml.el (mml-parse-1): Use them.
16401
16402 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16403
16404         * nnrss.el (nnrss-verbose): Remove.
16405         (nnrss-request-group): Use `nnheader-message' instead.
16406
16407 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16408
16409         * nnrss.el (nnrss-verbose): New variable.
16410         (nnrss-request-group): Make it say nnrss is requesting a group.
16411
16412 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16415         Handle news URL with given port correctly.
16416
16417 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16420         containing special characters.
16421
16422         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16423
16424         * mml.el (mime-to-mml): Ditto.
16425
16426         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16427         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16428         (rfc2047-decode-region): Quote decoded words containing special
16429         characters when rfc2047-quote-decoded-words-containing-tspecials
16430         is non-nil.
16431
16432 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16433
16434         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16435
16436         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16437
16438 2005-02-15  Simon Josefsson  <jas@extundo.com>
16439
16440         * nnimap.el (nnimap-debug): Doc fix.
16441
16442         * imap.el (imap-debug): Doc fix.
16443
16444 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16447
16448 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16449
16450         * gnus.el (spam-contents): Improve docs for spam-contents
16451         parameter in its variable incarnation.
16452
16453 2005-02-14  Simon Josefsson  <jas@extundo.com>
16454
16455         * smime-ldap.el: Use require instead of load-library for ldap.
16456         (smime-ldap-search): Indent.
16457         (smime-ldap-search-internal): Shorten line.
16458
16459         * smime.el (smime-cert-by-dns): Add doc-string.
16460         (smime-cert-by-ldap-1): Indent.
16461
16462         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16463         mml-smime-get-dns-ldap.
16464         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16465
16466 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16467
16468         * smime.el: Require smime-ldap.
16469         (smime-ldap-host-list): New variable.
16470         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16471
16472         * mml-smime.el (mml-smime-encrypt-query): New function.
16473         (mml-smime-encrypt-query): Use it.
16474
16475         * smime-ldap.el: New file.
16476
16477 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16480
16481 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16484         argument in doc string.  Make query for type more clear.
16485
16486 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus.el (gnus-group-startup-message): Search for gnus images in
16489         etc/images/gnus.
16490         * mm-util.el (mm-image-load-path): Likewise.
16491         * smiley.el (smiley-data-directory): Search for smilies in
16492         etc/images/smilies.
16493
16494 2005-02-09  Kim F. Storm  <storm@cua.dk>
16495
16496         Change Emacs release version from 21.4 to 22.1 throughout.
16497         Change Emacs development version from 21.3.50 to 22.0.50.
16498
16499 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16502
16503         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16504         non-Mule XEmacs as well.
16505         (mm-decompress-buffer): Signal an error intentionally if it does
16506         not decompress compressed data because auto-compression-mode is
16507         disabled.
16508
16509 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16512         an ID in the registry even if it has no groups.
16513
16514 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16517         merge it into mm-decompress-buffer.
16518         (gnus-mime-copy-part): Use the MIME part charset, the value which
16519         a user specified or gnus-newsgroup-charset for decoding, like
16520         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16521         save-buffer what was used.  Suggested by Kevin Ryde
16522         <user42@zip.com.au>.
16523         (gnus-mime-inline-part): Allow the name parameter as well as the
16524         filename parameter; force decompressing of compressed data; always
16525         display contents being not decoded as unibyte.
16526
16527         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16528         as well as the filename parameter.
16529
16530         * mm-util.el (mm-decompress-buffer):
16531         Merge gnus-mime-jka-compr-maybe-uncompress.
16532         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16533         of compressed data.
16534
16535 2005-02-08  Simon Josefsson  <jas@extundo.com>
16536
16537         * imap.el (imap-log): Doc fix.
16538
16539 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16542         the coding cookies; decompress compressed parts.
16543
16544         * mml.el (mml-generate-mime-1): Add the charset parameter according
16545         to the value which a user specified manually or the coding cookie.
16546
16547         * mm-util.el (mm-string-to-multibyte): New function.
16548         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16549         (mm-coding-system-to-mime-charset): New function.
16550         (mm-decompress-buffer): New function.
16551         (mm-find-buffer-file-coding-system): New function.
16552
16553         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16554         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16555         parts.
16556
16557 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16558
16559         * mm-view.el (mm-display-inline-fontify): Decode a part according
16560         to the charset parameter.
16561
16562 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16565         prefix arg is neither nil nor a number, as info specifies.
16566
16567 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16570         timestamps.
16571
16572 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16573
16574         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16575         groups error checking and notify user.
16576
16577 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16578
16579         * message.el (message-send-mail-function): Check existence of
16580         sendmail-program first before using default value
16581         `message-send-mail-with-sendmail'.  Otherwise use more generic
16582         `smtpmail-send-it'.
16583
16584 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * nntp.el (nntp-request-update-info): Always return nil.
16587
16588 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16589
16590         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16591
16592 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16593
16594         * message.el (message-beginning-of-line): Change the behavior when
16595         invoked between BOL and : so that it first moves backward.
16596
16597 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16600         article buffer when editing of the article is discarded.
16601         (gnus-article-prepare): Revert.
16602
16603 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-art.el (gnus-article-prepare):
16606         Remove message-strip-forbidden-properties from the local hook.
16607
16608 2005-01-27  Simon Josefsson  <jas@extundo.com>
16609
16610         * password.el (password-cache-add): Only start one timer per key.
16611         Reported by Derek Atkins <warlord@MIT.EDU>.
16612
16613 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16614
16615         * run-at-time.el: Remove.  It is no longer needed as
16616         timer-funcs.el in the xemacs-base package has a working version of
16617         `run-at-time'.
16618
16619         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16620
16621         * password.el: Require timer-funcs instead of run-at-time in
16622         XEmacs.
16623         Remove `password-run-at-time' macro.
16624         (password-cache-add): Use `run-at-time' instead of
16625         `password-run-at-time'.
16626
16627         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16628         Remove `nnheader-cancel-function-timers' alias,
16629         `cancel-function-timers' exists in XEmacs in timer-funcs.
16630
16631         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16632         for `run-with-idle-timer'.
16633
16634         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16635         for `run-at-time'.
16636
16637         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16638         for `with-timeout'.
16639
16640         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16641         the same as for XEmacs 21.4.
16642         No need to ignore `run-with-idle-timer', this function exists in
16643         XEmacs now in timer-funcs.el in the xemacs-base package.
16644         (dgnushack-compile): No need to delete
16645         run-at-time.el from the list of files to compile because it
16646         doesn't exist anymore.
16647
16648 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16651         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16652
16653 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16654
16655         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16656         sensitively.
16657
16658 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16659
16660         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16661
16662 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16665         which will be inserted according to the multibyteness of a buffer
16666         rather than the type of contents.  Suggested by ARISAWA Akihiro
16667         <ari@mbf.ocn.ne.jp>.
16668
16669         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16670         of string which old xml.el may return rather than a string.
16671
16672 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16675
16676 2005-01-16  Simon Josefsson  <jas@extundo.com>
16677
16678         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16679         idn/idna.el isn't available.
16680         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16681         <michael@waxrat.com>.
16682
16683         * hashcash.el: Remove non-FSF copyright header.
16684
16685         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16686         (hashcash-generate-payment): Use it.
16687         (hashcash-generate-payment-async): Use it.
16688
16689 2005-01-15  Simon Josefsson  <jas@extundo.com>
16690
16691         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16692         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16693
16694         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16695         gnus-summary-idna-message.
16696         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16697         (gnus-summary-idna-message): New function.
16698
16699 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16702         gnus-novice-user.
16703
16704 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * nnrss.el (nnrss-request-delete-group): Delete entries in
16707         nnrss-group-alist as well.
16708         (nnrss-save-server-data): Insert newline.
16709
16710 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus.el (gnus-user-agent): Use list of symbols instead of
16713         symbols.  Display full version number for (S)XEmacs.
16714         Optionally display (S)XEmacs codename.
16715
16716         * gnus-util.el (gnus-emacs-version): Update for new
16717         `gnus-user-agent'.
16718
16719         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16720         Gnus version.
16721
16722 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16725         which is unreadable in some setups.
16726
16727 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus-spec.el (gnus-update-format-specifications): Flush the
16730         group format spec cache if it doesn't support decoded group names.
16731
16732 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16735         Allow to apply decay on score files matching a regexp.
16736
16737 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16740         compatibility in %g and %c.
16741
16742 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16745         name for only %g and %c.
16746         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16747         of gnus-tmp-group to decoded group name.
16748         (gnus-group-make-rss-group): Exclude `/'s from group names.
16749
16750 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * nnrss.el (nnrss-get-encoding): Fix regexp.
16753
16754 2004-12-27  Simon Josefsson  <jas@extundo.com>
16755
16756         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16757         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16758         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16759
16760 2004-12-17  Kim F. Storm  <storm@cua.dk>
16761
16762         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16763
16764         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16765
16766 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16767
16768         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16769
16770 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * nnrss.el: Require rfc2047 and mml.
16773         (nnrss-file-coding-system): New variable.
16774         (nnrss-format-string): Redefine it as an inline function.
16775         (nnrss-decode-group-name): New function.
16776         (nnrss-string-as-multibyte): Remove.
16777         (nnrss-retrieve-headers): Decode group name; don't use
16778         nnrss-format-string.
16779         (nnrss-request-group): Decode group name.
16780         (nnrss-request-article): Decode group name; allow a Message-ID as
16781         well as an article number; don't use nnrss-format-string; encode a
16782         Message-ID string which may contain non-ASCII characters; use
16783         mml-to-mime to compose a MIME article.
16784         (nnrss-request-expire-articles): Decode group name.
16785         (nnrss-request-delete-group): Decode group name.
16786         (nnrss-fetch): Clarify error message.
16787         (nnrss-read-server-data): Use insert-file-contents instead of load;
16788         bind file-name-coding-system; use multibyte buffer.
16789         (nnrss-save-server-data): Bind coding-system-for-write to the
16790         value of nnrss-file-coding-system; bind file-name-coding-system;
16791         add coding cookie.
16792         (nnrss-read-group-data): Use insert-file-contents instead of load;
16793         bind file-name-coding-system; use multibyte buffer.
16794         (nnrss-save-group-data): Bind coding-system-for-write to the
16795         value of nnrss-file-coding-system; bind file-name-coding-system.
16796         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16797         make it work with non-ASCII text.
16798         (nnrss-find-el): Make it work with old xml.el as well.
16799
16800 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16801
16802         * nnrss.el (nnrss-get-encoding): New function.
16803         (nnrss-fetch): Use unibyte buffer initially; bind
16804         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16805         decode contents according to the encoding attribute.
16806         (nnrss-save-group-data): Add coding cookie.
16807         (nnrss-mime-encode-string): New function.
16808         (nnrss-check-group): Use it to encode subject and author.
16809
16810 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16811
16812         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16813         imaginary variable.
16814
16815 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16818         correctly even if there are wide characters.
16819
16820 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16821
16822         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16823         downcased symbol names; make a new cache instead of reusing
16824         bbdb-hashtable.
16825
16826 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16829         concatenating segments rather than before concatenating them.
16830         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16831
16832         * message.el (message-get-reply-headers): Bind `extra'.
16833
16834 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16835
16836         * message.el (message-extra-wide-headers): New variable.
16837         (message-get-reply-headers): Use it.
16838
16839 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16842         (gnus-agent-group-pathname): Ditto.
16843
16844         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16845
16846         * gnus-group.el (gnus-group-make-group): Decode group name.
16847         (gnus-group-make-rss-group): Register the group data after opening
16848         the nnrss group.
16849
16850 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16851
16852         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16853         by expiry now get marked as read.
16854
16855 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16858
16859 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16860
16861         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16862         unify Latin characters in XEmacs.
16863         (mm-find-mime-charset-region): Use it.
16864
16865 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-util.el (gnus-delete-directory): New function.
16868
16869         * gnus-agent.el (gnus-agent-delete-group): Use it.
16870
16871         * gnus-cache.el (gnus-cache-delete-group): Use it.
16872
16873 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16876         names.
16877
16878 2004-12-16  Simon Josefsson  <jas@extundo.com>
16879
16880         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16881
16882 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16885
16886         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16887         (gnus-group-set-current-level): Decode group name.
16888
16889 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16890
16891         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16892         failed.
16893
16894 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * gnus-group.el (gnus-group-delete-group): Decode group name.
16897         (gnus-group-make-rss-group): Encode group name.
16898         (gnus-group-catchup-current): Decode group name.
16899         (gnus-group-kill-group): Decode group name.
16900
16901 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16902
16903         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16904
16905 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-group.el (gnus-group-make-rss-group):
16908         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16909
16910         * gnus-start.el (gnus-setup-news): Honor user's setting to
16911         gnus-message-archive-method.  Suggested by Lute Kamstra
16912         <lute@gnu.org>.
16913
16914 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16915
16916         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16917         global counterparts of the buffer-local variables.
16918
16919 2004-11-16  Romain Francoise  <romain@orebokech.com>
16920
16921         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16922         counterparts of the buffer-local variables.
16923
16924 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16925
16926         * message.el (message-forbidden-properties): Fix typo in doc
16927         string.
16928
16929 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16930
16931         * gnus-util.el (gnus-replace-in-string): Add doc string.
16932
16933         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16934         to avoid problems when splitting mails with many recipients.
16935
16936 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16937
16938         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16939         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16940
16941 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16942
16943         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16944         if there is no hashtable in memory or file modification time is
16945         newer than cached timestamp.
16946
16947 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * gnus-sum.el (gnus-summary-limit-to-recipient):
16950         Implement not-matching option.
16951
16952 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16955         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16956         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16957         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16958         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16959         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16960
16961 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * message.el (message-forward-make-body-mml): Remove headers
16964         according to message-forward-ignored-headers if a message is decoded.
16965
16966 2004-12-02  Romain Francoise  <romain@orebokech.com>
16967
16968         * message.el (message-forward-make-body-plain): Always remove
16969         headers according to message-forward-ignored-headers.
16970
16971 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * spam.el (spam-summary-prepare-exit): Remove the
16974         gnus-summary-limit pop for now, it has problems with ham marks for
16975         me.
16976
16977 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16978
16979         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16980         correctly.
16981
16982 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16983
16984         * format-spec.el (format-spec): Message the char.
16985
16986 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * gnus-art.el (gnus-split-methods): Reformat comments.
16989
16990         * spam.el (spam-summary-prepare-exit): Remove article limits
16991         before exiting the summary buffer.
16992
16993 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16996         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16997
16998         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16999         order to silence the byte compiler.
17000
17001         * spam.el: Fix the way to silence the byte compiler, which
17002         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17003         bbdb-search-simple, spam-BBDB-register-routine,
17004         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17005         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17006         spam-stat-buffer-is-spam, spam-stat-load,
17007         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17008         spam-stat-save and spam-stat-split-fancy.
17009
17010 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17013         which may confuse users.
17014         (canlock-password-for-verify): Ditto.
17015
17016         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17017
17018         * gnus-art.el (gnus-emphasis-alist): Ditto.
17019
17020         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17021
17022         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17023
17024         * gnus-start.el (gnus-save-killed-list): Ditto.
17025
17026         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17027         (gnus-sum-thread-tree-root): Ditto.
17028         (gnus-sum-thread-tree-false-root): Ditto.
17029         (gnus-sum-thread-tree-single-indent): Ditto.
17030
17031         * message.el (message-courtesy-message): Ditto.
17032         (message-archive-note): Ditto.
17033         (message-subscribed-address-file): Ditto.
17034         (message-user-fqdn): Ditto.
17035
17036         * spam-report.el (spam-report-gmane-regex): Ditto.
17037
17038         * spam.el (spam-blackhole-good-server-regex): Ditto.
17039
17040 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * mml.el (mml-preview): Widen the message buffer before copying
17043         the contents to the preview buffer; sort headers before previewing.
17044
17045         * message.el (message-hidden-headers): Fix the way to avoid a bug
17046         in the `repeat' widget in Emacs 21.3 or earlier.
17047
17048 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * message.el (message-hidden-headers): Default to "^References:".
17051         Improve customization type.  Suggested by Reiner Steib
17052         <Reiner.Steib@gmx.de>.
17053
17054 2004-11-25  Romain Francoise  <romain@orebokech.com>
17055
17056         * message.el (message-strip-forbidden-properties): Remove check for
17057         obsolete `message-hidden' text property, hidden headers are not
17058         accessible in the buffer anymore.
17059
17060 2004-11-22  Romain Francoise  <romain@orebokech.com>
17061
17062         * message.el (message-header-format-alist): Add `From' in list
17063         so that it can be sorted.
17064         (message-fix-before-sending): Widen and sort headers before
17065         sending.
17066         (message-hide-headers): Use narrowing to hide headers by moving
17067         them to the top of the buffer and narrowing to the region
17068         underneath.
17069
17070 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071
17072         * message.el (message-strip-forbidden-properties):
17073         Bind buffer-read-only (etc) to nil.
17074
17075 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17078         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17079
17080 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17081
17082         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17083
17084 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17085
17086         * dns.el (query-dns): Use sit-for to time instead of
17087         accept-process-output, since that doesn't seem to work on udp
17088         sockets.
17089
17090 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17093
17094 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17095
17096         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17097         doc string.  Improve doc string.
17098
17099 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * nntp.el (nntp-request-update-info): Return nil if
17102         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17103         may not call gnus-activate-group which uselessly issues the GROUP
17104         commands for all nntp groups and wastes time.  Reported by Romain
17105         Francoise <romain@orebokech.com>.
17106
17107         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17108
17109 2004-11-15  Simon Josefsson  <jas@extundo.com>
17110
17111         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17112         headers separately.
17113         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17114         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17115
17116 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-start.el (gnus-convert-old-newsrc):
17119         Assign legacy-gnus-agent to 5.10.7.
17120
17121 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17124         start of the lines.
17125
17126 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17127
17128         * hashcash.el (hashcash-default-payment): Change default to 20.
17129         (hashcash-default-accept-payment): Change default to 20.
17130         (hashcash-process-alist): New variable.
17131         (hashcash-generate-payment-async): Add.
17132         (hashcash-already-paid-p): Add.
17133         (hashcash-insert-payment): Don't generate payments twice.
17134         (hashcash-insert-payment-async): Add.
17135         (hashcash-insert-payment-async-2): Add.
17136         (hashcash-cancel-async): Add.
17137         (hashcash-wait-async): Add.
17138         (hashcash-processes-running-p): Add.
17139         (hashcash-wait-or-cancel): Add.
17140         (mail-add-payment): New optional argument.  Conditionally start
17141         asynchronous calculation.
17142         (mail-add-payment-async): Add.
17143
17144         * message.el (message-send-mail): Wait for asynchronous hashcash
17145         results.  Don't clobber existing X-Hashcash headers.
17146         (message-setup-1): Call mail-add-payment-async when
17147         message-generate-hashcash is non-nil.
17148
17149 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17150
17151         * message.el (message-use-alternative-email-as-from): Examine the
17152         From header as well; use message-make-from in order to include a
17153         user's full name.
17154
17155 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17158         default; improve customization type.
17159         (gnus-emphasis-custom-with-format): New macro.
17160         (gnus-emphasis-custom-value-to-external): New function.
17161         (gnus-emphasis-custom-value-to-internal): New function.
17162
17163 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17164
17165         * dns.el (query-dns): Resolve reverse addresses.
17166
17167 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168
17169         * gnus-group.el (gnus-group-get-new-news): Use it.
17170
17171         * gnus-start.el (gnus-check-reasonable-setup): New function.
17172
17173 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17176         "Args out of range" error.  Reported by Arnaud Giersch
17177         <arnaud.giersch@free.fr>.
17178
17179 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17180
17181         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17182
17183 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17184
17185         * spam.el (spam group): Add :version.
17186
17187         * pgg-def.el (pgg group): Add :version.
17188
17189 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-art.el (gnus-article-edit-article): Don't associate the
17192         article buffer with a draft file.  This is a temporary measure
17193         against the 2004-08-22 change to gnus-article-edit-mode.
17194
17195 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17198         (html2text-format-tags): Remove unused variable `attr'.
17199
17200 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17203
17204         * tls.el (tls-process-connection-type, tls-success)
17205         (tls-certtool-program): Add :version.
17206
17207         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17208         (starttls-extra-arguments, starttls-process-connection-type)
17209         (starttls-connect, starttls-failure, starttls-success): Add :version.
17210
17211         * spam-stat.el (spam-stat): Add :version.
17212
17213         * sieve.el (sieve): Add :version.
17214
17215         * sha1.el (sha1): Add :version.
17216         (sha1-use-external): Remove redundant version.
17217
17218         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17219         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17220         (nnmail-split-fancy-match-partial-words)
17221         (nnmail-split-lowercase-expanded): Add :version.
17222
17223         * nndiary.el (nndiary): Add :version.
17224
17225         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17226
17227         * mml-sec.el (mml-default-sign-method)
17228         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17229         Add :version.
17230
17231         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17232
17233         * mm-url.el (mm-url-use-external, mm-url-program)
17234         (mm-url-arguments): Add :version.
17235
17236         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17237         (mm-attachment-file-modes, mm-decrypt-option)
17238         (mm-w3m-safe-url-regexp): Add :version.
17239
17240         * message.el (message-cite-prefix-regexp)
17241         (message-sendmail-envelope-from, message-minibuffer-local-map)
17242         (message-user-fqdn, message-completion-alist): Add :version.
17243
17244         * gnus-win.el (gnus-configure-windows-hook)
17245         (gnus-use-frames-on-any-display): Add :version.
17246
17247         * gnus-art.el (gnus-article-address-banner-alist)
17248         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17249         (gnus-treat-from-picon, gnus-treat-mail-picon)
17250         (gnus-treat-x-pgp-sig): Add :version.
17251
17252         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17253         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17254         (gnus-summary-article-delete-hook)
17255         (gnus-summary-display-while-building): Add :version.
17256
17257         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17258         (gnus-get-top-new-news-hook): Add :version.
17259
17260         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17261         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17262
17263         * gnus-registry.el (gnus-registry): Add :version.
17264
17265         * gnus-spec.el (gnus-use-correct-string-widths)
17266         (gnus-make-format-preserve-properties): Add :version.
17267
17268         * gnus.el (gnus-group-charter-alist)
17269         (gnus-group-fetch-control-use-browse-url)
17270         (gnus-install-group-spam-parameters): Add :version.
17271
17272         * gnus-diary.el (gnus-diary): Add :version.
17273
17274         * gnus-delay.el (gnus-delay): Add :version.
17275
17276         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17277         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17278         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17279         Add :version.
17280
17281         * gnus-agent.el (gnus-agent-max-fetch-size)
17282         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17283         (gnus-agent-prompt-send-queue): Add :version.
17284
17285         * deuglify.el (gnus-outlook-deuglify): Add :version.
17286
17287         * html2text.el: Beautify code.  Improve doc strings.
17288         Some checkdoc cleanup.
17289         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17290
17291 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17292
17293         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17294
17295 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17296
17297         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17298         when package is loaded.
17299
17300         * spam.el (spam-summary-score-preferred-header): Add global preference
17301         for people who want to override the default SpamAssassin over
17302         Bogofilter preference (when both are set).
17303         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17304         (spam-user-format-function-S):
17305         Check spam-summary-score-preferred-header.
17306         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17307         (spam-user-format-function-S): Format the score correctly.
17308
17309 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17312         signature file.  Suggested by Manoj Srivastava
17313         <srivasta@golden-gryphon.com>.
17314
17315         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17316         iso-2022-jp even in the Japanese language environment.
17317         Suggested by Jason Rumney <jasonr@gnu.org>.
17318
17319 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17322         use the same characters as the dummy marks; make it free from
17323         getting affected by the language environment.
17324         (gnus-summary-read-group-1): Update mark positions only when the
17325         format spec is updated.
17326
17327         * gnus-spec.el (gnus-update-format-specifications): Return a list
17328         of updated types.
17329
17330 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17333         of boundp to check if display-warning is available.
17334
17335 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17336
17337         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17338
17339 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * nnspool.el (nnspool-spool-directory): Use news-path if the
17342         news-directory variable is not bound.
17343
17344         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17345         function instead of display-warning if it is not available.
17346
17347 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17350         v5-10: Use `point-at-bol'.
17351
17352 2004-10-26  Simon Josefsson  <jas@extundo.com>
17353
17354         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17355         <chenggao@gmail.com>.
17356
17357 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17360         instead.
17361
17362 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17365         to remove a server from the nnimap-server-buffer-alist.
17366         (nnimap-open-connection, nnimap-close-server): Use it.
17367
17368         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17369
17370 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17373         running the major-mode function.
17374
17375 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17378         dummy marks in the right way.
17379
17380 2004-10-18  David Edmondson  <dme@dme.org>
17381
17382         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17383         excessively.
17384
17385 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * gnus-util.el (gnus-split-references): Accept a nil references
17388         string and go on blissfully.
17389
17390         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17391         cases where the references string is non-nil but has no references.
17392
17393         * encrypt.el: Add autoload tags.
17394
17395         * spam.el (spam-resolve-registrations-routine): Remove article
17396         from unregistration list too.  Reported by David Hanak
17397         <dhanak@isis.vanderbilt.edu>
17398
17399 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17402         nil.  Change custom type.
17403
17404 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17405
17406         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17407
17408         * gnus-sum.el (gnus-summary-move-article): Use it.
17409
17410 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17411
17412         * encrypt.el: Add autoload cookies.
17413
17414         * spam.el (spam-backend-article-list-property)
17415         (spam-backend-get-article-todo-list)
17416         (spam-backend-put-article-todo-list)
17417         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17418         Resolve registrations separately.
17419         (spam-register-routine): Format comments.
17420         (spam-unregister-routine, spam-register-routine): Always call with
17421         specific-articles, no default list.
17422         (spam-summary-prepare-exit): Use the spam-classifications function.
17423
17424         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17425         gnus-encrypt.el.
17426
17427         * encrypt.el: Copied from gnus-encrypt.el.
17428
17429         * gnus-encrypt.el: Commented that it's obsolete.
17430
17431 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17434         (gnus-score-save): Use it.
17435
17436         * message.el (message-bury): Use `window-dedicated-p'.
17437
17438 2004-10-15  Simon Josefsson  <jas@extundo.com>
17439
17440         * pop3.el (top-level): Don't require nnheader.
17441         (pop3-read-timeout): Add.
17442         (pop3-accept-process-output): Add.
17443         (pop3-read-response, pop3-retr): Use it.
17444
17445 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * spam.el (spam-register-routine): Move comment.
17448         (spam-verify-bogofilter): Use 'unknown for the initial
17449         spam-bogofilter-valid state, not 'never.
17450
17451         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17452         for netrc-machine.
17453
17454         * nnimap.el (nnimap-open-connection):
17455         Use netrc-machine-user-or-password.
17456
17457 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17458
17459         * gnus-registry.el (gnus-registry-unload-hook):
17460         Set as a variable with add-hook.
17461
17462         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17463         of news-path.
17464
17465         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17466
17467         * spam.el: Delete duplicate `provide'.
17468         (spam-unload-hook): Set as a variable with add-hook.
17469
17470 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17473         in the doc string.
17474
17475         * message.el (message-ignored-news-headers)
17476         (message-ignored-supersedes-headers)
17477         (message-ignored-resent-headers)
17478         (message-forward-ignored-headers): Improve custom type.
17479
17480 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * message.el (message-tokenize-header): Fix 2004-09-06 change
17483         which used point-min in the wrong place.
17484
17485 2004-10-12  Simon Josefsson  <jas@extundo.com>
17486
17487         * tls.el (tls-certtool-program): New variable.
17488         (tls-certificate-information): New function, based on
17489         ssl-certificate-information.
17490
17491 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * compface.el: Move the version of ELisp-based uncompface program
17494         to the contrib directory because of the copyright problem.
17495
17496 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17497
17498         * message.el (message-kill-buffer): Raise the current frame.
17499
17500 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17503
17504         * gnus.el (message-y-or-n-p): Autoload.
17505
17506         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17507         (pop3-password-required, pop3-authentication-scheme)
17508         (pop3-leave-mail-on-server): Make customizable.
17509         (pop3): New custom group.
17510         (pop3-retr): Remove `sleep-for' statements.
17511         Suggested by Dave Love <fx@gnu.org>.
17512
17513         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17514         Windows/DOS.
17515
17516         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17517         (imap-parse-body): Fix incorrect use of `assert'.
17518         Suggested by Dave Love <fx@gnu.org>.
17519
17520         * mml.el (mml-minibuffer-read-disposition): Require match.
17521         Suggested by Dave Love <fx@gnu.org>.
17522
17523 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17526         doc string.
17527
17528 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17531
17532 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17533
17534         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17535         instead of calling `mm-insert-inline', to decode text/* parts
17536         before displaying them.
17537
17538 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * mm-uu.el (mm-uu-text-plain-type): New variable.
17541         (mm-uu-pgp-signed-extract-1): Use it.
17542         (mm-uu-pgp-encrypted-extract-1): Use it.
17543         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17544         bind mm-uu-text-plain-type with that value.
17545         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17546         mm-uu-dissect.
17547
17548 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-group.el (gnus-update-group-mark-positions):
17551         * gnus-sum.el (gnus-update-summary-mark-positions):
17552         * message.el (message-check-news-body-syntax):
17553         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17554         of string-as-multibyte.
17555
17556 2004-10-05  Juri Linkov  <juri@jurta.org>
17557
17558         * gnus-group.el (gnus-update-group-mark-positions):
17559         * gnus-sum.el (gnus-update-summary-mark-positions):
17560         * message.el (message-check-news-body-syntax):
17561         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17562         8-bit unibyte values to a multibyte string for search functions.
17563
17564 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17567         (mm-uu-dissect-text-parts): New function.
17568
17569         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17570         dissect text parts.
17571
17572         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17573         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17574
17575         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17576
17577         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17578         Use gnus-current-topics instead of gnus-current-topic.
17579
17580 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17581
17582         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17583
17584 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17585
17586         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17587         where approriate.
17588
17589         * nnml.el (nnml-generate-active-info): do.
17590
17591         * nndiary.el (nndiary-generate-active-info): do.
17592
17593         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17594         (gnus-topic-move): do.
17595
17596         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17597         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17598
17599         * gnus-srvr.el (gnus-server-prepare)
17600         (gnus-server-open-all-servers): do.
17601
17602         * gnus-msg.el (gnus-summary-cancel-article)
17603         (gnus-summary-resend-message)
17604         (gnus-summary-mail-crosspost-complaint): do.
17605
17606         * gnus-move.el (gnus-change-server): do.
17607
17608         * gnus-group.el (gnus-group-unmark-all-groups)
17609         (gnus-group-set-current-level): do.
17610
17611 2004-10-04  Simon Josefsson  <jas@extundo.com>
17612
17613         * message.el (message-generate-hashcash): Doc fix.
17614
17615 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17616
17617         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17618         avoid infinite recursion via gnus-get-function.
17619
17620 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17621
17622         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17623
17624         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17625
17626         * nnmail.el (nnmail-split-history): do.
17627
17628         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17629         (nnml-request-delete-group): do.
17630
17631         * nnslashdot.el (nnslashdot-read-groups): do.
17632
17633         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17634         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17635
17636         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17637         (nnspool-sift-nov-with-sed): Use last.
17638         (nnspool-retrieve-headers-with-nov): Use mapc.
17639         (nnspool-request-newgroups): Use dolist.
17640         (nnspool-request-group): Use last.
17641
17642         * nntp.el (nntp-read-server-type): Use dolist.
17643
17644         * nnvirtual.el (nnvirtual-create-mapping)
17645         (nnvirtual-update-read-and-marked): Use dolist.
17646         (nnvirtual-convert-headers): Simplify.
17647
17648 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17649
17650         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17651         Add support for sync'ing tick marks.
17652
17653 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17656         there's no visible header.
17657
17658 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17659
17660         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17661         When necessary, pass full group name to gnus-request-set-marks.
17662
17663 2004-10-01  Simon Josefsson  <jas@extundo.com>
17664
17665         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17666         acroread.
17667
17668 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17669
17670         * spam-report.el (spam-report-gmane): Fix interactive.
17671
17672         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17673
17674         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17675         when writing file.
17676         (gnus-agent-synchronize-flags): Don't default to being
17677         interactive.
17678
17679 2004-09-30  Simon Josefsson  <jas@extundo.com>
17680
17681         * message.el (message-generate-hashcash): Add.
17682         (message-send-mail): Use it, call mail-add-payment.
17683
17684 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17687
17688 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17689
17690         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17691         gnus-requst-update-info with explicit code to sync the in-memory
17692         info read flags with the marks being sync'd to the backend.
17693
17694         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17695
17696 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17697
17698         * spam.el (spam-verify-bogofilter): Add new function.
17699         (spam-check-bogofilter)
17700         (spam-bogofilter-register-with-bogofilter): Use it.
17701         (spam-verify-bogofilter): Add small fixes.
17702
17703 2004-09-28  Simon Josefsson  <jas@extundo.com>
17704
17705         * hashcash.el (hashcash-generate-payment): Revert.
17706
17707 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17708
17709         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17710         Use gnus-extract-references instead of gnus-split-references.
17711
17712         * gnus-util.el (gnus-extract-references): Add new function, analogous
17713         to gnus-split-references but extracts only the message-ID without
17714         anything extra.
17715
17716         * hashcash.el (hashcash-generate-payment)
17717         (hashcash-check-payment): Do the right thing if hashcash-path is
17718         nil (because the hashcash program could not be found).
17719
17720         * spam.el (spam-use-hashcash): Remove comment.
17721
17722 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17725         (gnus-cache-enter-article, gnus-cache-remove-article)
17726         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17727
17728         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17729
17730         * gnus-art.el (article-hide-boring-headers)
17731         (article-translate-strings, article-display-face)
17732         (gnus-article-mime-match-handle-first)
17733         (gnus-article-highlight-headers)
17734         (gnus-article-add-buttons-to-head): do.
17735
17736 2004-09-27  Simon Josefsson  <jas@extundo.com>
17737
17738         * hashcash.el: New version, from
17739         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17740         ../contrib/.
17741
17742 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17745
17746 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17747
17748         * gnus-dup.el (gnus-dup-open): Use mapc.
17749         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17750
17751         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17752         Reported by Stefan Wiens <s.wi@gmx.net>.
17753
17754         * gnus.el (gnus-shutdown): Use dolist.
17755
17756         * gnus-undo.el (gnus-undo): Use mapc.
17757
17758         * nnrss.el (nnrss-generate-active): do.
17759
17760         * message.el (message-cite-original-without-signature)
17761         (message-cite-original): Use mapc.
17762         (message-do-actions, message-make-forward-subject): Use dolist.
17763
17764 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17765
17766         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17767         deletion to remove entire duplicate line.  Fixes merged article
17768         number bug.
17769
17770 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17771
17772         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17773         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17774         first ask if you want to open a server and then, even when you
17775         responded with no, asking if you want to synchronize the server's
17776         flags.
17777         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17778         multi-line expressions.
17779         (gnus-agent-synchronize-group-flags): New internal function.
17780         Updates marks in memory (in the info structure) AND in the
17781         backend.
17782
17783         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17784
17785         * nnagent.el (nnagent-request-set-mark):
17786         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17787         method, to ensure that synchronization updates marks in the
17788         backend and in the info (in memory) structure.
17789
17790 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17793         convention fully; don't miss the root article of a thread; make
17794         the X-Draft-From header with correct article numbers.
17795
17796 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17797
17798         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17799         unless plugged.  Disable the agent so that an open failure causes
17800         an error.
17801
17802         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17803         Revert 2004-09-21 change.  The backend must be opened while
17804         synchronizing flags even when the backend stores the flags
17805         locally.
17806
17807 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17810         in `header' match.  Reported by Svend Tollak Munkejord.
17811
17812         * message.el (message-cite-original): Fix use of
17813         `message-cite-articles-with-x-no-archive'.
17814
17815 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17818         (gnus-window-to-buffer): Ditto.
17819
17820         * mml.el (mml-preview-buffer): New variable.
17821         (mml-preview): Manage window layout with gnus-buffer-configuration.
17822
17823         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17824         X-Draft-From header even if those articles aren't quoted.
17825
17826 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17827
17828         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17829         (gnus-request-set-mark, gnus-request-update-mark): Use new
17830         g-s-t-u-l-m to decide to use backend even when unplugged.
17831
17832 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17835         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17836
17837 2004-09-20  Simon Josefsson  <jas@extundo.com>
17838
17839         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17840         "utf-16-le".
17841
17842 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17843
17844         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17845
17846 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * uudecode.el (uudecode-use-external): Add :version.
17849
17850         * smime.el (smime-CA-file, smime-encrypt-cipher)
17851         (smime-dns-server): Add :version.
17852
17853         * smiley.el (gnus-smiley-file-types): Add :version.
17854
17855         * sha1.el (sha1-use-external): Add :version.
17856
17857         * pgg-def.el (pgg-query-keyserver): Add :version.
17858
17859         * nnmail.el (nnmail-fancy-expiry-targets)
17860         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17861         Add :version.
17862
17863         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17864         (nnimap-retrieve-groups-asynchronous): Add :version.
17865         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17866
17867         * mml.el (mml-content-disposition-parameters)
17868         (mml-insert-mime-headers-always): Add :version.
17869
17870         * mm-util.el (mm-coding-system-priorities): Add :version.
17871
17872         * mm-decode.el (mm-inline-text-html-with-images)
17873         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17874         (mm-verify-option): Add :version.
17875         (mm-text-html-renderer): Change :version.
17876
17877         * message.el (message-fcc-externalize-attachments)
17878         (message-required-headers, message-draft-headers)
17879         (message-subject-trailing-was-query)
17880         (message-subject-trailing-was-ask-regexp)
17881         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17882         (message-mark-insert-end, message-archive-header)
17883         (message-archive-note, message-cross-post-default)
17884         (message-cross-post-note, message-followup-to-note)
17885         (message-cross-post-note-function, message-use-mail-followup-to)
17886         (message-subscribed-address-functions)
17887         (message-subscribed-address-file, message-subscribed-addresses)
17888         (message-subscribed-regexps, message-allow-no-recipients)
17889         (message-yank-cited-prefix, message-signature-insert-empty-line)
17890         (message-hidden-headers, message-hierarchical-addresses)
17891         (message-mail-user-agent, message-use-idna)
17892         (message-valid-fqdn-regexp)
17893         (message-strip-special-text-properties, message-header-synonyms)
17894         (message-beginning-of-line, message-tab-body-function): Add :version.
17895         (message-insert-canlock, message-wide-reply-confirm-recipients):
17896         Change :version.
17897
17898         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17899         and :version.
17900         (mail-source-delete-old-incoming-confirm)
17901         (mail-source-movemail-program): Add :version.
17902
17903         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17904         (gnus-agent-cache, gnus-agent): Change :version.
17905
17906         * gnus-util.el (gnus-use-byte-compile): Change :version.
17907
17908         * gnus-sum.el (gnus-summary-make-false-root-always)
17909         (gnus-summary-default-high-score)
17910         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17911         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17912         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17913         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17914         (gnus-sum-thread-tree-single-indent)
17915         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17916         (gnus-sum-thread-tree-leaf-with-other)
17917         (gnus-sum-thread-tree-single-leaf): Add :version.
17918         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17919         (gnus-article-loose-mime): Change :version.
17920
17921         * gnus-start.el (gnus-backup-startup-file)
17922         (gnus-save-startup-file-via-temp-buffer): Add :version.
17923
17924         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17925         (gnus-server-offline-face): Add :version.
17926
17927         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17928
17929         * gnus-msg.el (gnus-gcc-externalize-attachments)
17930         (gnus-debug-files, gnus-debug-exclude-variables)
17931         (gnus-discouraged-post-methods): Change :version.
17932         (gnus-confirm-mail-reply-to-news)
17933         (gnus-confirm-treat-mail-like-news): Add :version.
17934
17935         * gnus-int.el (gnus-server-unopen-status): Add :version.
17936
17937         * gnus-group.el (gnus-group-jump-to-group-prompt)
17938         (gnus-large-ephemeral-newsgroup)
17939         (gnus-fetch-old-ephemeral-headers): Add :version.
17940
17941         * gnus-fun.el (gnus-x-face-directory)
17942         (gnus-convert-pbm-to-x-face-command)
17943         (gnus-convert-image-to-x-face-command)
17944         (gnus-convert-image-to-face-command): Add :version.
17945
17946         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17947
17948         * gnus-cite.el (gnus-cite-blank-line-after-header)
17949         (gnus-article-boring-faces): Add :version.
17950
17951         * gnus-art.el (gnus-buttonized-mime-types)
17952         (gnus-inhibit-mime-unbuttonizing)
17953         (gnus-treat-display-face)
17954         (gnus-treat-body-boundary): Change :version.
17955         (gnus-body-boundary-delimiter, gnus-picon-databases)
17956         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17957         (gnus-treat-date-english, gnus-treat-fold-headers)
17958         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17959         (gnus-treat-mail-picon, gnus-treat-wash-html)
17960         (gnus-article-encrypt-protocol)
17961         (gnus-use-idna, gnus-article-over-scroll)
17962         (gnus-mime-display-multipart-alternative-as-mixed)
17963         (gnus-mime-display-multipart-related-as-mixed)
17964         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17965         (gnus-ctan-url, gnus-button-ctan-handler)
17966         (gnus-button-handle-ctan-bogus-regexp)
17967         (gnus-button-ctan-directory-regexp)
17968         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17969         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17970         (gnus-button-man-level, gnus-button-emacs-level)
17971         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17972
17973         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17974         (gnus-agent-go-online): Change :version.
17975         (gnus-agent-expire-unagentized-dirs)
17976         (gnus-agent-auto-agentize-methods): Add :version.
17977
17978         * flow-fill.el (fill-flowed-display-column)
17979         (fill-flowed-encode-column): Add :version.
17980
17981         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17982         (gnus-outlook-deuglify-unwrap-max)
17983         (gnus-outlook-deuglify-cite-marks)
17984         (gnus-outlook-deuglify-unwrap-stop-chars)
17985         (gnus-outlook-deuglify-no-wrap-chars)
17986         (gnus-outlook-deuglify-attrib-cut-regexp)
17987         (gnus-outlook-deuglify-attrib-verb-regexp)
17988         (gnus-outlook-deuglify-attrib-end-regexp)
17989         (gnus-outlook-display-hook): Add :version.
17990
17991         * binhex.el (binhex-use-external): Add :version.
17992
17993 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17996         and `invisible'.
17997
17998 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17999
18000         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18001         in gnus-registry-trim.
18002
18003 2004-09-13  Simon Josefsson  <jas@extundo.com>
18004
18005         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18006
18007         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18008
18009         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18010         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18011         <yamaoka@jpl.org>.
18012         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18013         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18014         <yamaoka@jpl.org>.
18015
18016         * sieve.el (sieve-manage-mode): Ditto.
18017
18018 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18021
18022 2004-09-11  Simon Josefsson  <jas@extundo.com>
18023
18024         * dns-mode.el: Add.
18025
18026         * mm-view.el (mm-display-dns-inline): Add.
18027
18028         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18029         (mm-automatic-display): Ditto.
18030
18031         * mailcap.el (mailcap-mime-data): Add text/dns.
18032         (mailcap-mime-extensions): Map .soa to text/dns.
18033
18034 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18035
18036         * gnus-art.el (article-decode-mime-words, article-babel)
18037         (gnus-article-highlight-signature, gnus-article-add-buttons)
18038         (gnus-signature-toggle): Remove unnecessary bindings of
18039         `inhibit-read-only' inherited from v5.10 merge.
18040
18041 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * nntp.el (nntp): New customization group.
18044         (nntp-authinfo-file): Add customization group.
18045
18046         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18047
18048         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18049
18050         * gnus.el (to-address, to-list, subscribed)
18051         (large-newsgroup-initial): Ditto.
18052
18053         * flow-fill.el (fill-flowed-display-column)
18054         (fill-flowed-encode-column): Ditto.
18055
18056 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18057
18058         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18059         Use point-min rather than 1.
18060         (message-send-mail): Use buffer-size rather than point-max.
18061
18062         * gnus-sum.el (gnus-summary-search-article-forward):
18063         Signal a specific `search-failed' rather than a generic `error'.
18064
18065         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18066         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18067         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18068
18069 2004-09-10  Simon Josefsson  <jas@extundo.com>
18070
18071         * nndb.el (require): Remove tcp and duplicate cl.
18072
18073 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * gnus-agent.el (directory-files-and-attributes): Move forward.
18076
18077 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18078
18079         * gnus-agent.el (directory-files-and-attributes):
18080         Optionally defined to support XEmacs.
18081
18082 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18083
18084         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18085         to avoid run-time CL dependencies.
18086         (gnus-agent-unfetch-articles): New function.
18087         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18088         article numbers even when local .overview file is missing.
18089         (gnus-agent-read-article-number): New function.  Only accepts
18090         27-bit article numbers.
18091         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18092         Use gnus-agent-read-article-number.
18093         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18094         from backend while recognizing that article numbers in .overview
18095         must be valid.
18096         (gnus-agent-update-files-total-fetched-for):
18097         Use directory-files-and-attributes to improve performance.
18098         * gnus-int.el (gnus-request-move-article):
18099         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18100         improve performance.
18101
18102         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18103         some users confused by references to .newsrc when they only have a
18104         .newsrc.eld file.
18105         (gnus-convert-mark-converter-prompt)
18106         (gnus-convert-converter-needs-prompt): Fix use of property list.
18107         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18108         New function.  Used internally to only display 'gnus converting
18109         files' message when actually necessary.
18110
18111         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18112         methods now autoloaded.
18113
18114 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18117         identifiers.
18118
18119 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * gnus-picon.el: Fix indentation and closing parenthesis.
18122
18123 2004-09-01  Simon Josefsson  <jas@extundo.com>
18124
18125         * message.el (message-canlock-generate): Require sha1, not
18126         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18127         to require within a function.  Sadly, if sha1.el isn't loaded, the
18128         let binding in m-c-g will hide the defcustom definition, which is
18129         bad.)
18130
18131         * canlock.el: Require sha1, not sha1-el.
18132
18133         * message.el: Don't autoload sha1 (there is a autoload cookie in
18134         sha1.el).
18135
18136         * sha1-el.el: Rename to sha1.el.
18137
18138 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18139
18140         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18141
18142 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18143
18144         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18145
18146 2004-08-30  Kim F. Storm  <storm@cua.dk>
18147
18148         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18149
18150         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18151         Add :group 'nnimap.
18152
18153 2004-08-30  Andreas Schwab  <schwab@suse.de>
18154
18155         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18156         ?* and ?\;.
18157
18158         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18159         and ?\' to symbol instead of whitespace.
18160
18161 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18162
18163         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18164
18165         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18166         instead of re-search-forward.
18167
18168         * gnus-uu.el (gnus-uu-save-article): Ditto.
18169         (gnus-uu-post-encode-uuencode): Ditto.
18170
18171         * html2text.el (html2text-clean-list-items): Ditto.
18172         (html2text-clean-dtdd): Ditto.
18173         (html2text-format-tags): Ditto.
18174
18175         * message.el (message-send-mail-with-sendmail): Fix regexp.
18176         (message-fill-field-general): Use search-forward instead of
18177         re-search-forward.
18178         (unbold-region): Ditto.
18179
18180         * nnrss.el (nnrss-request-article): Ditto.
18181
18182         * nnslashdot.el (nnslashdot-request-article): Ditto.
18183
18184         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18185
18186         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18187         "Unrecognized menu descriptor" error in XEmacs.
18188
18189 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18190
18191         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18192         parent article of a sparse article in the thread hashtb.
18193
18194 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18195
18196         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18197         (nnmail-expand-newtext): Lowercase expanded entries if
18198         nnmail-split-lowercase-expanded is non-nil.
18199
18200 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18203
18204         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18205         of gnus-tmp-news-method into string under XEmacs.  It will be
18206         passed to gnus-correct-length which takes only a string argument.
18207
18208 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * gnus-util.el (gnus-bind-print-variables): New macro.
18211         (gnus-prin1): Use it.
18212         (gnus-prin1-to-string): Use it.
18213         (gnus-pp): New function.
18214         (gnus-pp-to-string): New function.
18215
18216         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18217         Replace pp-to-string with gnus-pp-to-string.
18218         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18219         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18220         * gnus-msg.el (gnus-debug): Ditto.
18221         * gnus-score.el (gnus-score-save): Ditto.
18222         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18223         gnus-pp-to-string.
18224         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18225         with gnus-pp.
18226         * score-mode.el (gnus-score-pretty-print): Ditto.
18227         * webmail.el (webmail-debug): Ditto.
18228
18229 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-art.el (article-display-face, article-display-x-face):
18232         Use buffer-read-only.
18233
18234 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus-art.el (article-hide-list-identifiers):
18237         Bind inhibit-read-only as t.
18238
18239 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18240
18241         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18242
18243 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18244
18245         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18246         (gnus-narrow-to-page): Don't assume point-min == 1.
18247         (gnus-article-edit-mode): Derive from message-mode.
18248
18249         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18250         point-min == 1.
18251
18252         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18253         Disable incorrect use of `assert'.
18254
18255         * message.el (message-mode): Set comment-start-skip.
18256
18257
18258 2004-08-22  Sam Steingold  <sds@gnu.org>
18259
18260         * pop3.el (pop3-leave-mail-on-server): New user variable.
18261         (pop3-movemail): Delete mail only when it is nil.
18262
18263 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18266
18267         * mml.el (mml-preview): Use `pop-to-buffer'.
18268
18269         * message.el (message-goto-mail-followup-to): Insert after "To".
18270         (message-carefully-insert-headers): Add comment.
18271
18272         * gnus.el: Remove unused variable `gnus-article-check-size'.
18273
18274         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18275
18276         * gnus-art.el (gnus-button-alist):
18277         Improve `gnus-button-handle-library' entry.
18278
18279 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18280
18281         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18282         Use downcase, since XEmacs capitalizes error messages differently.
18283
18284 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * nntp.el: Add (require 'gnus) due to reference to
18287         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18288
18289 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18290
18291         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18292         Bind `mm-fill-flowed'.
18293
18294         * mm-decode.el (mm-dissect-singlepart): Check it.
18295
18296 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18297
18298         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18299         'imap' for netrc parsing.
18300
18301 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18302
18303         * mailcap.el (mailcap-mime-data): Mark as risky.
18304
18305 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18308         may be included in the encoded word.
18309         (rfc2047-encode): Don't append a space if the encoded word
18310         includes close parenthesis.
18311
18312 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18315         of text within parentheses.
18316
18317 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18320         (gnus-encrypt-write-file-contents): Make the password key the file
18321         name PLUS the cipher, not just the cipher.  Also remove failed
18322         passwords from the cache.
18323
18324 2004-08-06  Simon Josefsson  <jas@extundo.com>
18325
18326         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18327         Doc fix.
18328
18329 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18332         LWSP.
18333
18334 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18337         Try to append in-reply-to: data to the references: header.
18338
18339         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18340         (netrc-parse): Use gnus-encrypt.el functions.
18341
18342         * gnus-encrypt.el: Add new file for encryption support; currently
18343         does only a few GPG ciphers and an internal XOR cipher.
18344
18345         * password.el: Add comments on using password-read-and-add.
18346         (password-read-and-add): Add function to read and add the
18347         password to the cache at once.
18348
18349 2004-07-28  Simon Josefsson  <jas@extundo.com>
18350
18351         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18352         parameter (but don't use it, for now).
18353
18354         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18355         instead of hard coding to nil.
18356
18357 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18360         as mm-inline-image-xemacs does.
18361
18362 2004-07-26  Simon Josefsson  <jas@extundo.com>
18363
18364         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18365         Revert part of 2004-07-17 change below.
18366
18367 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18370         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18371
18372 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18375         quotes that actually start with ">" at the beginning of the
18376         lines.
18377
18378 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * rfc2047.el (rfc2047-encode-region): Fix last change.
18381         (rfc2047-encode-parameter): Remove useless concat.
18382
18383 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18386         encode special characters; fix some kind of misconfigured headers;
18387         signal a real error if debug-on-quit or debug-on-error is non-nil.
18388         (rfc2047-encode-max-chars): New variable.
18389         (rfc2047-encode-1): Use it.
18390         (rfc2047-encode-parameter): New function.
18391
18392         * mml.el (mml-insert-parameter): Remove an excessive space.
18393
18394 2004-07-17  Simon Josefsson  <jas@extundo.com>
18395
18396         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18397         Kai Grossjohann <kai@emptydomain.de>.
18398         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18399         (gnus-group-make-menu-bar): Ditto.
18400
18401         * gnus-util.el (gnus-group-server): Add.
18402
18403 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18404
18405         * message.el (message-clone-locals): Clone sendmail and smtp
18406         variables.
18407
18408 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * rfc2047.el (rfc2047-encode-region): Fix last change.
18411
18412 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18415         characters as non-special.
18416
18417 2004-07-09  Simon Josefsson  <jas@extundo.com>
18418
18419         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18420         Users will lose all flag changes made while unplugged with
18421         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18422         good default.  See numerous reports on ding mailing list.
18423
18424 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18427         add generate-head-function and generate-article-function to the
18428         rfc822-forward entry.
18429         (nndoc-rfc822-forward-generate-article): New function.
18430         (nndoc-rfc822-forward-generate-head): New function.
18431
18432         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18433
18434 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18435
18436         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18437         respect display group parameter and gnus-summary-expunge-below.
18438         (gnus-articles-to-read): Remove unused reference to display group
18439         parameter.
18440
18441 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18442
18443         * nnheader.el (nnheader-uniquify-message-id): New experimental
18444         variable.
18445         (nnheader-nov-read-message-id): Use it.
18446
18447         * spam-report.el (spam-report-gmane): Add interactive.
18448
18449 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * mm-encode.el (mm-content-transfer-encoding-defaults):
18452         Use qp-or-base64 for the application/* types.
18453
18454 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18455
18456         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18457
18458 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18459
18460         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18461         trim value.
18462
18463 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18464
18465         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18466         New macro and function.
18467         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18468
18469 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18472         after-load-alist.
18473
18474 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18475
18476         * gnus-group.el (gnus-group-get-new-news-this-group):
18477         Don't update info that isn't there.
18478
18479 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18480
18481         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18482         entry.
18483
18484 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * mm-view.el (mm-inline-render-with-function): Use multibyte
18487         buffer; decode html source by charset.
18488
18489         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18490
18491         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18492         Mule-UCS is loaded under XEmacs.
18493         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18494
18495 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18496
18497         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18498
18499 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * mm-util.el (mm-coding-system-p): Return a coding-system.
18502         (mm-mime-mule-charset-alist): Use shift_jis instead of
18503         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18504         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18505         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18506         instead of japanese-shift-jis and iso-latin-1 respectively in
18507         order to share the default value with both Emacs and XEmacs-mule.
18508         (mm-mule-charset-to-mime-charset):
18509         Make mm-coding-system-priorities effective.
18510         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18511         while predicating of candidates upon the priorities.
18512
18513 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18514
18515         * gnus-sum.el (gnus-summary-make-menu-bar):
18516         Add gnus-uu-invert-processable.
18517
18518         * gnus.el: Autoload gnus-uu-invert-processable.
18519
18520 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * mm-util.el (mm-with-multibyte-buffer): New macro.
18523
18524         * rfc2047.el (rfc2047-encode-string): Use it.
18525         (rfc2047-encode-region): Move point to the end of the region after
18526         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18527
18528 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18531         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18532
18533 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18536         (gnus-cite-parse): Ignore quoted envelope From_.
18537         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18538
18539 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18540
18541         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18542         invalid addresses.
18543
18544 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18545
18546         * spam.el: Change section markers, revise TODO list.
18547         (spam-backends): Make new master list of all installed backends.
18548         (spam-summary-exit-behavior): Add new variable to determine how
18549         messages moves are done at summary exit.
18550         (spam-move-spam-nonspam-groups-only)
18551         (spam-process-ham-in-nonham-groups)
18552         (spam-process-ham-in-spam-groups): Remove variables, the
18553         spam-summary-exit-behavior variable should be used to manage this
18554         behavior.
18555         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18556         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18557         and spam-old-spam-articles.
18558         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18559         Add empty variables, placeholders for the backends they represent.
18560         (spam-set-difference): Move, unchanged.
18561         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18562         unless the user has a processor variable.
18563         (spam-classifications, spam-classification-valid-p)
18564         (spam-backend-properties, spam-backend-property-valid-p)
18565         (spam-backend-function-type-valid-p)
18566         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18567         (spam-report-articles-gmane, spam-report-articles-resend):
18568         Remove functions, they are not needed.
18569         (spam-install-backend-super, spam-backend-list)
18570         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18571         (spam-backend-function, spam-backend-ham-registration-function)
18572         (spam-backend-spam-registration-function)
18573         (spam-backend-ham-unregistration-function)
18574         (spam-backend-spam-unregistration-function)
18575         (spam-backend-statistical-p, spam-backend-mover-p)
18576         (spam-install-backend-alias, spam-install-checkonly-backend)
18577         (spam-install-mover-backend, spam-install-nocheck-backend)
18578         (spam-install-backend, spam-install-statistical-backend)
18579         (spam-install-statistical-checkonly-backend): Add backend installation
18580         support.
18581         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18582         (spam-group-processor-p): Use the new backend code and respect the
18583         summary exit behavior.
18584         (spam-mark-spam-as-expired-and-move-routine): Remove.
18585         (spam-summary-prepare): Change to use the new spam-old-articles
18586         variable.
18587         (spam-copy-or-move-routine, spam-copy-spam-routine)
18588         (spam-move-spam-routine, spam-copy-ham-routine)
18589         (spam-move-ham-routine): Add code to copy/move ham or spam.
18590         (spam-fetch-field-fast): Improve doc and code, plus allow the
18591         'number request.
18592         (spam-list-of-checks, spam-list-of-statistical-checks):
18593         Remove variables.
18594         (spam-split, spam-find-spam): Use the new backend code.
18595         (spam-registration-functions): Remove variable.
18596         (spam-unregister-routine): Add convenience wrapper.
18597         (spam-log-undo-registration, spam-register-routine)
18598         (spam-log-processing-to-registry)
18599         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18600         where possible.
18601         (spam-check-gmane-xref, spam-check-regex-headers)
18602         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18603         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18604         (spam-check-bogofilter-headers, spam-check-spamoracle)
18605         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18606         (spam-check-crm114-headers): Use the spam-split-group that
18607         spam-split prepares, no need to determine it every time.
18608
18609         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18610         to the nnheader-parse-naked-head call.
18611
18612         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18613
18614         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18615         the nnheader-nov-read-message-id call.
18616
18617 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18620         gnus-activate-group twice.  Suggested by Markus Peter
18621         <warp@spin.de>.
18622
18623 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * gnus-art.el (gnus-article-time-format): Exchange the order of
18626         day and month in the default value; fix customization type.
18627         (article-date-ut): Use add-text-properties.
18628         (article-make-date-line): Use message-make-date instead of
18629         current-time-string.
18630
18631         * message.el (message-fetch-field): Don't use set-text-properties.
18632         (message-make-date): Simplify.
18633
18634         * messagexmas.el (message-xmas-make-date): New function.
18635         (message-xmas-redefine): Defalias message-make-date to it.
18636
18637 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18640         (rfc2047-encode-region): Treat text within parentheses as special;
18641         show the original text when error has occurred.
18642
18643         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18644         already-computed method to gnus-activate-group.
18645
18646         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18647         same select-methods identical Lisp objects.
18648
18649         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18650         object when modifying the info.
18651
18652 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18655         gnus-opened-servers since it has never been opened with the new
18656         configuration yet.
18657
18658 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18661         arg to nnheader-generate-fake-message-id.
18662
18663 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18664
18665         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18666         number and build a fake message ID localized to a group and
18667         article number (so it's repeatable from that point on).
18668         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18669         ID format.
18670
18671         * gnus-sum.el (gnus-get-newsgroup-headers):
18672         Call nnheader-generate-fake-message-id with the article number.
18673
18674 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18675
18676         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18677         end-of-buffer.
18678
18679 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18680
18681         * message.el (message-ignored-supersedes-headers): Add Approved.
18682
18683 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18686         goto-char.
18687         (rfc2047-encode): Fold the line before encoding.
18688
18689 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690
18691         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18692         folding -- not all headers can be folded, and this should be done
18693         by the message composition mode.  Probably.  I think.
18694
18695 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18698         fast.
18699
18700         * gnus-ems.el (gnus-remove-image): Don't use
18701         message-text-with-property; remove only the image found first.
18702
18703         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18704         found first.
18705
18706 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18707
18708         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18709
18710 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * message.el (message-text-with-property): Make it fast and accept
18713         optional arguments.
18714         (message-strip-forbidden-properties): Use it.
18715         (message-fix-before-sending): Follow the m-t-w-p change.
18716
18717         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18718
18719 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * gnus-art.el (article-hide-headers): Don't change the buffer
18722         mistakenly when performing mml-preview even if
18723         gnus-single-article-buffer is nil.
18724
18725 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18726
18727         * message.el (message-expand-name-databases): New user option.
18728         (message-expand-name): Use it.
18729
18730 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18731
18732         * spam.el (spam-report-articles-resend)
18733         (spam-report-resend-register-routine): Allow ham reporting.
18734         (spam-report-resend-register-ham-routine): Add wrapper.
18735         (spam-registration-functions): Add ham resending functions.
18736         (spam-list-of-processors): Add ham resend processor.
18737
18738         * gnus.el (ham-resend-to): Add new group parameter.
18739         (spam-process): Add ham resend option.
18740
18741         * spam-report.el (spam-report-resend): Allow reporting ham.
18742         (spam-report-resend-ham): Add wrapper.
18743
18744 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18745
18746         * message.el (message-cite-articles-with-x-no-archive):
18747         New variable.
18748         (message-cite-original): Use it.
18749
18750 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18751
18752         * message.el (message-cite-original): Respect X-No-Archive.
18753
18754 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-art.el (article-hide-headers): Refer to the values for
18757         gnus-ignored-headers and gnus-visible-headers in the summary
18758         buffer since a user may have set them as group parameters.
18759
18760 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * assistant.el (assistant-node-name): Add convenience function.
18763         (assistant-render-text, assistant-render-node): Add error handling,
18764         plus handle multiple next nodes.
18765         (assistant-find-next-node): Comment out for now.
18766         (assistant-find-next-nodes): Add function, returns list of next
18767         nodes.
18768
18769 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * mail-source.el (mail-source-directory): Fix doc-string.
18772
18773 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18774
18775         * assistant.el (assistant-render-text, assistant-eval): Add :set
18776         widget type, which is different because it takes and returns a
18777         list.  Much hilarity ensues.
18778
18779 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18782
18783         * gnus-group.el (gnus-group-get-new-news-this-group):
18784         Add doc-string.
18785
18786         * gnus-start.el (gnus-activate-group): Add doc-string.
18787
18788 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18791
18792 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18793
18794         * assistant.el (assistant-render-text): Try to add a :set
18795         widget, more to come.
18796
18797         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18798         strings.
18799         (spam-report-articles-resend)
18800         (spam-register-routine): Do registration iff any articles warrant
18801         it.
18802         (spam-summary-prepare-exit): Change log message for nil group
18803         destinations.
18804
18805 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18806
18807         * spam.el (spam-report-resend-register-routine):
18808         Allow spam-report-resend-to to be a group parameter or a global value.
18809
18810 2004-05-26  Simon Josefsson  <jas@extundo.com>
18811
18812         * starttls.el: Merge with my GNUTLS based starttls.el.
18813         (starttls-gnutls-program, starttls-use-gnutls)
18814         (starttls-extra-arguments, starttls-process-connection-type)
18815         (starttls-connect, starttls-failure, starttls-success):
18816         New variables.
18817         (starttls-program, starttls-extra-args): Doc fix.
18818         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18819         New functions.
18820         (starttls-negotiate, starttls-open-stream):
18821         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18822         function if it is set.
18823
18824 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18827         structured fields.
18828
18829 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18832
18833 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18834
18835         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18836         Add variable.
18837         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18838         assigning the spam-mark to new messages.
18839
18840 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18841
18842         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18843
18844 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18847
18848         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18849         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18850         default.
18851
18852 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18853
18854         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18855         correct data.
18856
18857 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18860         (spam-group-processor-p): Fix function.
18861         (spam-group-processor-multiple-p)
18862         (spam-group-spam-processor-report-gmane-p)
18863         (spam-group-spam-processor-report-resend-p)
18864         (spam-group-spam-processor-bogofilter-p)
18865         (spam-group-spam-processor-blacklist-p)
18866         (spam-group-spam-processor-ifile-p)
18867         (spam-group-ham-processor-ifile-p)
18868         (spam-group-spam-processor-spamoracle-p)
18869         (spam-group-spam-processor-crm114-p)
18870         (spam-group-ham-processor-bogofilter-p)
18871         (spam-group-spam-processor-stat-p)
18872         (spam-group-ham-processor-stat-p)
18873         (spam-group-ham-processor-whitelist-p)
18874         (spam-group-ham-processor-BBDB-p)
18875         (spam-group-ham-processor-spamoracle-p)
18876         (spam-group-ham-processor-copy-p): Remove functions with some
18877         prejudice against unneeded code.
18878         (spam-report-articles-resend)
18879         (spam-report-resend-register-routine): Allow the group/topic
18880         spam-resend-to value to override spam-report-resend-to.
18881         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18882         properly now.
18883
18884         * gnus.el (spam-resend-to): Add group/topic parameter.
18885         (spam-process): Move the OBSOLETE processors to the end of the
18886         choices.
18887
18888 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18889
18890         * spam-report.el (spam-report-resend-to, spam-report-resend):
18891         Start with resend-to set to nil, and then ask the user if necessary.
18892         (spam-report-resend): spam-report-resend takes a list of articles, not
18893         separate article numbers.
18894
18895 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18898         addition to emacs-w3m.
18899
18900 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18901
18902         * assistant.el (assistant-authinfo-data): New function.
18903         (assistant-eval): Eval for entire assistant.
18904
18905         * netrc.el (netrc-services-file): New variable.
18906         (netrc-parse-services): New function.
18907         (netrc-find-service-name): New function.
18908         (netrc-find-service-number): New function.
18909         (netrc-port-equal): New function.
18910         (netrc-machine): Use it.
18911
18912         * nnimap.el (nnimap-open-connection): Use netrc.
18913
18914         * gnus-util.el (gnus-netrc-get): Remove aliases.
18915
18916         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18917
18918         * assistant.el (wid-edit): Fix compilation.
18919
18920         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18921
18922 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18923
18924         * gnus-util.el (gnus-set-file-modes): New function.  (small
18925         patch).
18926
18927 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18930
18931         * assistant.el (assistant-render-node): Fix up rendering and
18932         read-only text.
18933         (assistant-render-node): Reset.
18934         (assistant-make-read-only): Not sticky.
18935
18936 2004-05-20  Danny Siu  <dsiu@adobe.com>
18937
18938         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18939         centered even when gnus-auto-center-summary is t.
18940
18941 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18942
18943         * dns.el (dns-get-txt-answer): New function.
18944         (dns-read-txt): Ditto.
18945         (query-dns): Use it.
18946
18947 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18950         active for foreign groups even if the group level is higher than
18951         the specified value.
18952
18953 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18954
18955         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18956         non-active groups.
18957
18958         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18959
18960 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18961
18962         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18963
18964 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18965
18966         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18967         (spam-crm114-header, spam-crm114-spam-switch)
18968         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18969         (spam-crm114-positive-spam-header)
18970         (spam-crm114-database-directory, spam-list-of-processors)
18971         (spam-group-spam-processor-crm114-p)
18972         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18973         (spam-generic-score, spam-list-of-checks)
18974         (spam-list-of-statistical-checks, spam-registration-functions)
18975         (spam-check-crm114-headers, spam-crm114-score)
18976         (spam-check-crm114, spam-crm114-register-with-crm114)
18977         (spam-crm114-register-spam-routine)
18978         (spam-crm114-unregister-spam-routine)
18979         (spam-crm114-register-ham-routine)
18980         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18981         From asjo@koldfront.dk (Adam Sjøgren).
18982
18983         * gnus.el: Add spam-use-crm114.
18984
18985         * spam.el (spam-list-of-processors, spam-registration-functions):
18986         Add spam-use-resend.
18987         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18988         (spam-report-articles-gmane): Add doc fix.
18989         (spam-report-articles-resend, spam-report-resend-register-routine):
18990         Add wrappers around spam-report-resend-to.
18991
18992         * spam-report.el (spam-report-resend-to, spam-report-resend):
18993         Add support for resending spam.
18994         (spam-report-gmane): Fix line length >80.
18995
18996         * gnus.el (spam-process): Add spam-use-resend.
18997
18998 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18999
19000         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19001         number of processed spam messages.
19002         (spam-ham-copy-or-move-routine): Return the number of processed
19003         ham messages.
19004         (spam-summary-prepare-exit): Use the above values to decide
19005         whether status messages shouled be displayed.
19006
19007 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19010         `rfc2047-encoding-function-alist' in order to avoid conflicting
19011         with the old version.
19012         (rfc2047-encode-region): Concatenate words containing non-ASCII
19013         characters in structured fields; don't encode space-delimited
19014         ASCII words even in unstructured fields; don't break words at
19015         char-category boundaries.
19016         (rfc2047-encode-1): New function.
19017         (rfc2047-encode): Use it; encode text so that it occupies the
19018         maximum width within 76-column; work correctly on Q encoding for
19019         iso-2022-* charsets.
19020         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19021         sure not to break a line just after the header name.
19022         (rfc2047-b-encode-region): Remove.
19023         (rfc2047-b-encode-string): New function.
19024         (rfc2047-q-encode-region): Remove.
19025         (rfc2047-q-encode-string): New function.
19026
19027         * mm-util.el (mm-replace-in-string): New function.
19028
19029 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19030
19031         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19032         Really get it right.
19033         (gnus-inews-make-draft): Really.
19034
19035 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19036
19037         * nnmh.el (nnmh-request-list-1): Don't check the link count
19038         before descending.  (small patch)
19039
19040 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19043         stuff.
19044
19045         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19046         Match on real group name.
19047
19048         * gnus-art.el (gnus-signature-limit): Doc fix.
19049
19050         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19051
19052         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19053
19054 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19055
19056         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19057         isn't a string.
19058
19059 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19060
19061         * gnus-draft.el (gnus-draft-send):
19062         Bind rfc2047-encode-encoded-words.
19063
19064         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19065         (rfc2047-encodable-p): Say that =? needs encoding.
19066         (rfc2047-encode-encoded-words): New variable.
19067
19068         * gnus-group.el (gnus-group-select-group): Doc fix.
19069
19070         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19071
19072         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19073         to nil.
19074
19075         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19076
19077         * nnheader.el (nnheader-get-lines-and-char): New function.
19078
19079 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * gnus-msg.el (gnus-summary-followup-with-original):
19082         Document yanking of region when active.
19083
19084 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19087         groups if the group level is higher than the specified value.
19088
19089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19092         (gnus-group-jump-to-group): Add prefix argument using
19093         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19094         non-active group.
19095
19096         * compface.el (uncompface): Be verbose when changing
19097         `uncompface-use-external'.
19098
19099         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19100         handle manual section.
19101
19102 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19103
19104         * gnus-art.el (gnus-button-alist): Revert previous change.
19105
19106 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19107
19108         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19109
19110 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111
19112         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19113         whether backend can accept message.
19114
19115         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19116
19117 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19118
19119         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19120         Avoid creating directory when nntp-marks-is-evil is true.
19121         Reported by Reiner Steib.
19122
19123 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * gnus-picon.el (gnus-picon-style): New variable.
19126         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19127         (gnus-picon-transform-address): Support `gnus-picon-style'.
19128         From Jesper Harder <harder@ifa.au.dk>.
19129
19130 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19131
19132         * message.el (message-fill-field): Return point.
19133         (message-generate-headers): Go to end of field.
19134
19135         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19136         stuff for non-living groups.
19137
19138 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19139
19140         * gnus-art.el (gnus-article-followup-with-original)
19141         (gnus-article-reply-with-original): gnus-mark-active-p ->
19142         gnus-region-active-p.
19143
19144 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19147         only when there is spam or ham to be processed.
19148
19149 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19150
19151         * mail-source.el (mail-source-delete-crash-box): Refactor.
19152         (mail-source-fetch): Use it.
19153         (mail-source-fetch-file): Ditto.
19154         (mail-source-fetch-directory): Run postscript in loop.
19155         (mail-source-fetch-pop): Delete.
19156         (mail-source-fetch-maildir): Ditto.
19157         (mail-source-fetch-imap): Ditto.
19158
19159         * imap.el (imap-authenticators): Comment out sasl.
19160
19161         * message.el (message-skip-to-next-address): New function.
19162         (message-fill-header-address): Refactor.
19163         (message-fill-address): Use it.
19164         (message-delete-address): Use it.
19165         (message-fill-header-general): Refactor.
19166         (message-fill-field-address): Rename.
19167         (message-narrow-to-field): Find the start of the header.
19168         (message-header-format-alist): Don't pre-fill.
19169         (message-fill-header): Remove.
19170         (message-insert-header): New function.
19171         (message-shorten-references): Use it.
19172
19173         * rfc2047.el (rfc2047-field-value): Strip props.
19174
19175         * mail-parse.el (mail-header-make-address): New alias.
19176
19177         * ietf-drums.el (ietf-drums-make-address): New function.
19178
19179         * imap.el: Add compiler directives.
19180
19181         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19182
19183         * gnus-art.el (article-decode-idna-rhs): Don't use
19184         message-idna-inside-rhs-p.
19185
19186 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * message.el (message-idna-inside-rhs-p): Remove.
19189         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19190
19191         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19192         false positives.
19193
19194 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19195
19196         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19197
19198 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19199
19200         * nneething.el (nneething-file-name): Don't create spurious
19201         files.
19202
19203         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19204         (gnus-inews-do-gcc): Remove sleep.
19205
19206         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19207         part under point.
19208
19209         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19210         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19211
19212 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19213
19214         * spam.el (spam-summary-prepare-exit): Fix (length).
19215
19216 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19217
19218         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19219         as expired without moving it" message when there are spam
19220         messages left.
19221
19222 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19223
19224         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19225         header is not nil.
19226
19227 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19228
19229         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19230         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19231         (nntp-marks-changed-p): New arg SERVER.
19232         (nntp-request-update-info): Adjust caller.
19233
19234 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19235
19236         * nntp.el (nntp-save-marks): Pass missing arg.
19237
19238 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19239
19240         * nntp.el: Support marks.
19241         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19242         (nntp-marks-modtime, nntp-marks-directory): New variables.
19243         (nntp-request-set-mark, nntp-request-update-info)
19244         (nntp-possibly-create-directory, nntp-marks-changed-p)
19245         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19246         New functions.
19247
19248 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19251         (gnus-xmas-redefine): Rename.
19252
19253         * gnus-score.el (gnus-score-insert-help):
19254         Use gnus-select-lowest-window.
19255
19256         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19257         appt-select-lowest-window and rename to gnus-select-lowest-window.
19258
19259         * gnus.el: do.
19260
19261 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19262
19263         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19264         encodings of MIME-encoded words, in order to improve
19265         interoperability with several broken MUAs.
19266
19267 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19268
19269         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19270         tags, only when charsets are not specified in headers.
19271         (mm-inline-text-html-render-with-w3m): Ditto.
19272
19273         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19274         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19275
19276 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19277
19278         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19279         instead of MIME-decoded from fields when checking
19280         `gnus-article-address-banner-alist'.
19281
19282 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19283
19284         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19285         description rather than subject.
19286
19287 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19288
19289         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19290
19291 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19292
19293         * gnus.el (gnus-version-number): Bump.
19294
19295 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19296
19297         * gnus.el: No Gnus v0.2 is released.
19298
19299 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19300
19301         * gnus-agent.el (gnus-agent-read-agentview):
19302         Inline gnus-uncompress-range.
19303
19304 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19305
19306         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19307         `exec-installed-p'.
19308
19309 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19310
19311         * gnus.el (spam-process, spam-autodetect-methods):
19312         Add bsfilter and bsfilter-headers.
19313
19314         * spam.el (spam-bsfilter): New customize group.
19315         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19316         (spam-bsfilter-header, spam-bsfilter-probability-header)
19317         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19318         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19319         (spam-bsfilter-database-directory): New options.
19320         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19321         (spam-list-of-statistical-checks, spam-registration-functions):
19322         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19323         (spam-bsfilter-score): New command.
19324         (spam-check-bsfilter-headers, spam-check-bsfilter)
19325         (spam-bsfilter-register-with-bsfilter)
19326         (spam-bsfilter-register-spam-routine)
19327         (spam-bsfilter-unregister-spam-routine)
19328         (spam-bsfilter-register-ham-routine)
19329         (spam-bsfilter-unregister-ham-routine): New functions.
19330         (spam-generic-score): Support bsfilter; Accept an optional argument
19331         to recalcurate spam score even if scoring header has already been
19332         added.
19333         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19334         optional argument to recalcurate spam score even if scoring header
19335         has already been added.
19336
19337 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19338
19339         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19340         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19341         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19342         link is missing.
19343
19344 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19347         (html2text-get-attr): Rewrite.
19348
19349         * message.el (message-setup-1): Remove redundant put-text-property
19350         on mail-header-separator.
19351
19352 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19353
19354         * gnus-registry.el (gnus-registry-cache-whitespace)
19355         (gnus-registry-action, gnus-registry-spool-action)
19356         (gnus-registry-split-fancy-with-parent): Change message levels
19357         from 5 to 3 or 7, as needed.
19358
19359         * spam.el (spam-summary-prepare-exit)
19360         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19361         (spam-split, spam-find-spam, spam-log-undo-registration)
19362         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19363         level from 5 to 6.
19364
19365 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19368         2004-03-04 change).
19369
19370 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19371
19372         * sieve-manage.el (sieve-manage-open):
19373         * nnweb.el (nnweb-insert-html):
19374         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19375         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19376         * nnspool.el (nnspool-request-group):
19377         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19378         * nnml.el (nnml-request-update-info):
19379         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19380         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19381         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19382         (nnimap-request-set-mark):
19383         * nnfolder.el (nnfolder-request-update-info):
19384         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19385         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19386         * gnus-uu.el (gnus-uu-find-articles-matching):
19387         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19388         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19389         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19390         * gnus-nocem.el (gnus-nocem-scan-groups):
19391         * gnus-int.el (gnus-start-news-server):
19392         * gnus-group.el (gnus-group-make-kiboze-group)
19393         (gnus-group-browse-foreign-server):
19394         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19395         Use mapc when appropriate.
19396
19397 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19398
19399         FIXME: Make separate entries for each person.
19400
19401         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19402         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19403         <shields@msrl.com>:
19404
19405         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19406         may need for spam sorting and scoring.
19407         (spam-user-format-function-S): Add user format function suitable for
19408         general use.
19409         (spam-article-sort-by-spam-status): Add sorting function for summary
19410         sorting.
19411         (spam-extra-header-to-number): Add function to get a score from a
19412         header.
19413         (spam-summary-score): Add function to get a numeric score from the
19414         headers.
19415         (spam-generic-score): Fix function doc, was in wrong place.
19416         (spam-initialize): Take symbols when it's run, and install the
19417         extra headers that spam-necessary-extra-headers thinks we need.
19418
19419 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19420
19421         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19422         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19423
19424 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19425
19426         * gnus-sum.el (gnus-set-global-variables)
19427         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19428         (gnus-article-get-xrefs, gnus-summary-best-group)
19429         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19430         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19431         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19432         Use with-current-buffer.
19433
19434 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19435
19436         * spam.el (spam-summary-prepare-exit): Simplify logic.
19437         (spam-fetch-article-header): Read the article header if it's not
19438         available.
19439         (spam-list-articles): Simplify logic.
19440         (spam-filelist-register-routine): Fix bug with unregister-list.
19441
19442         * gnus-registry.el: Fix comments at beginning.
19443
19444 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19445
19446         * message.el (message-cater-to-broken-inn): Remove.
19447         (message-shorten-references): Make sure the total folded length of
19448         References is shorter than 998 characters to cater to a bug in INN
19449         2.3.  Also, don't pretend that references aren't folded -- this
19450         hasn't worked for a while.
19451
19452 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19453
19454         * gnus-agent.el (gnus-agentize):
19455         gnus-agent-send-mail-real-function no longer set to current value
19456         of message-send-mail-function but rather a lambda that calls
19457         message-send-mail-function.  The change makes the agent real-time
19458         responsive to user changes to message-send-mail-function.
19459
19460 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19461
19462         * legacy-gnus-agent.el
19463         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19464         help from Florian Weimer <fw@deneb.enyo.de>
19465
19466 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * nnmail.el (nnmail-cache-insert): Revert last change.
19469
19470 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * nnmail.el (nnmail-cache-insert): Always check whether
19473         nnmail-cache-ignore-groups matches a group name.
19474
19475 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19476
19477         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19478         (spam-find-spam, spam-log-processing-to-registry)
19479         (spam-log-registered-p, spam-log-unregistration-needed-p)
19480         (spam-log-undo-registration): Use gnus-message instead of
19481         gnus-error, none of these errors are fatal.
19482
19483         * gnus-registry.el (gnus-registry-clean-empty-function)
19484         (gnus-registry-clean-empty): Remove only empty entries without
19485         extra data.
19486
19487 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19488
19489         * spam-stat.el (spam-stat-buffer-change-to-spam)
19490         (spam-stat-buffer-change-to-non-spam): Change (error) to
19491         (gnus-message 8) invocation.
19492
19493 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * nntp.el (nntp-via-netcat-command): New variable.
19496         (nntp-via-netcat-switches): New variable.
19497         (nntp-open-via-rlogin-and-netcat): New function.
19498         (nntp-open-connection-function): Doc fix.
19499         (nntp-telnet-command): Doc fix.
19500         (nntp-end-of-line): Doc fix.
19501         (nntp-via-rlogin-command): Doc fix.
19502         (nntp-via-user-name): Doc fix.
19503         (nntp-via-address): Doc fix.
19504
19505 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19508         error in Emacs 21.1.
19509
19510 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19513
19514 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19515
19516         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19517         (gnus-agent-with-refreshed-group): New macro.
19518         (gnus-agent-rename-group): New function.
19519         (gnus-agent-delete-group): New function.
19520         (gnus-agent-save-group-info): Use gnus-command-method when
19521         `method' parameter is nil.  Don't write nil entries into the
19522         active file.
19523         (gnus-agent-get-group-info): New function.
19524         (gnus-agent-fetch-articles):
19525         Use gnus-agent-update-files-total-fetched-for to increment disk space
19526         used.
19527         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19528         Use gnus-agent-update-view-total-fetched-for to increment disk space
19529         used.
19530         (gnus-agent-get-local): Add optional parameters to avoid calling
19531         gnus-group-real-name and gnus-find-method-for-group.
19532         (gnus-agent-set-local): Delete stored entry if either min, or max,
19533         are nil.
19534         (gnus-agent-fetch-session): Reworded error/quit messages.
19535         On quit, use gnus-agent-regenerate-group to record existance of any
19536         articles fetched to disk before the quit occurred.
19537         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19538         gnus-agent-update-view-total-fetched-for, and
19539         gnus-agent-update-files-total-fetched-for to decrement disk space
19540         used.
19541         (gnus-agent-retrieve-headers):
19542         Use gnus-agent-update-view-total-fetched-for to increment disk space
19543         used.
19544         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19545         with gnus-agent-update-files-total-fetched-for to decrement disk
19546         space and fresh group buffer.
19547         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19548         (gnus-agent-need-update-total-fetched-for): New variable.
19549         (gnus-agent-update-files-total-fetched-for): New function.
19550         (gnus-agent-update-view-total-fetched-for): New function.
19551         (gnus-agent-total-fetched-for): New function.
19552
19553         * gnus-cache.el (gnus-cache-save-buffers):
19554         Use gnus-cache-update-overview-total-fetched-for to change disk space
19555         used by this group.
19556         (gnus-cache-possibly-enter-article):
19557         Use gnus-cache-update-file-total-fetched-for to increment disk space
19558         used by this group.
19559         (gnus-cache-possibly-remove-article):
19560         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19561         used by this group.
19562         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19563         (gnus-cache-rename-group): New function.
19564         (gnus-cache-delete-group): New function.
19565         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19566         (gnus-cache-need-update-total-fetched-for): New variable.
19567         (gnus-cache-with-refreshed-group): New macro.
19568         (gnus-cache-update-file-total-fetched-for): New function.
19569         (gnus-cache-update-overview-total-fetched-for): New function.
19570         (gnus-cache-rename-group-total-fetched-for): New function.
19571         (gnus-cache-delete-group-total-fetched-for): New function.
19572         (gnus-cache-total-fetched-for): New function.
19573
19574         * gnus-group.el: Require gnus-sum and autoload functions to
19575         resolve warnings when gnus-group.el compiled alone.
19576         (gnus-group-line-format): Documented new %F.
19577         (size of Fetched data) group line format; identifies disk space
19578         used by agent and cache.
19579         (gnus-group-line-format-alist): Defined new F format.
19580         (gnus-total-fetched-for): New function.
19581         (gnus-group-delete-group): No longer update
19582         gnus-cache-active-altered as gnus-request-delete-group now keeps
19583         the cache in sync.
19584         (gnus-group-list-active): Let the agent store a server's active
19585         list if currently plugged.
19586
19587         * gnus-int.el (gnus-request-delete-group):
19588         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19589         local disk in sync with the server.
19590         (gnus-request-rename-group):
19591         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19592         local disk in sync with the server.
19593
19594         * gnus-start.el (gnus-get-unread-articles):
19595         Cosmetic simplification to logic.
19596
19597         * gnus-util.el (gnus-rename-file): New function.
19598
19599 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19600
19601         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19602
19603 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19604
19605         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19606         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19607
19608 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19609
19610         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19611         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19612
19613 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19614
19615         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19616
19617 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19618
19619         * spam.el (spam-set-difference): Add function to replace
19620         gnus-set-difference in spam.el.
19621         (spam-summary-prepare-exit): Use spam-set-difference.
19622
19623 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19624
19625         * gnus-registry.el (gnus-registry-cache-file): Update to use
19626         gnus-dribble-directory OR gnus-home-directory OR ~.
19627         (gnus-registry-split-fancy-with-parent): Fix doc.
19628
19629 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * message.el (message-exchange-point-and-mark):
19632         Use message-mark-active-p.  Suggested by Jesper Harder
19633         <harder@ifa.au.dk>.
19634
19635 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * message.el (message-exchange-point-and-mark): Don't activate
19638         region if it was inactive.  Suggested by Hiroshi Fujishima
19639         <pooh@nature.tsukuba.ac.jp>.
19640
19641 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * gnus-art.el (article-display-face): Display Faces in the same
19644         order as X-Faces.
19645
19646 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19649
19650 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19653         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19654         (gnus-article-mime-hierarchy): Remove.
19655         (gnus-article-mime-hierarchy-next): Remove.
19656         (gnus-article-mode): Revert 2004-03-19 change.
19657         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19658         (gnus-insert-mime-button): Revert 2004-03-19 change.
19659         (gnus-mime-accumulate-hierarchy): Remove.
19660         (gnus-mime-enter-multipart): Remove.
19661         (gnus-mime-leave-multipart): Remove.
19662         (gnus-mime-display-part): Revert 2004-03-19 change.
19663         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19664
19665         * mml.el (mml-preview): Revert 2004-03-19 change.
19666
19667 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19668
19669         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19670
19671 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19674         t while entering a file name using the mm-with-multibyte macro.
19675         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19676
19677         * mm-util.el (mm-with-multibyte): New macro.
19678
19679 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19682         New user option.
19683         (gnus-mime-multipart-functions): Doc and customization fix.
19684         (gnus-article-mime-hierarchy): New variable.
19685         (gnus-article-mime-hierarchy-next): New variable.
19686         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19687         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19688         gnus-article-mime-hierarchy-next to nil.
19689         (gnus-insert-mime-button): Show hierarchy numbers.
19690         (gnus-mime-accumulate-hierarchy): New function.
19691         (gnus-mime-enter-multipart): New function.
19692         (gnus-mime-leave-multipart): New function.
19693         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19694         (gnus-mime-display-alternative): Show hierarchy numbers.
19695
19696         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19697         gnus-article-mime-hierarchy-next to nil.
19698
19699 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19700
19701         * dns.el: Don't require gnus-xmas.
19702
19703 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19704
19705         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19706         inline PGP.
19707         (mml-menu): Disable mml-quote-region if mark is inactive.
19708
19709 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19712         when the group's active is not available.
19713
19714 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19717         error.
19718
19719 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * imap.el (imap-store-password): New variable.
19722         (imap-interactive-login): Use it.
19723         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19724
19725 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19726
19727         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19728         window-start and hscroll to summary window.
19729
19730 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19731
19732         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19733         conversion message to newsrc-dribble when an actual conversion is
19734         performed.
19735
19736 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19737
19738         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19739
19740 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * mm-decode.el (mm-complicated-handles): New function reviving
19743         former definition of mm-multiple-handles.
19744
19745         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19746         (gnus-mime-delete-part): Use it.
19747
19748 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19749
19750         * gnus-agent.el (gnus-agent-read-local):
19751         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19752         avoid the implicit assumption that they will always be equal.
19753         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19754         coding-system-for-write, as the with-temp-file macro first prints
19755         to a buffer then saves the buffer.
19756
19757 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * gnus-art.el (gnus-article-edit-part): New function.
19760         (gnus-mime-save-part-and-strip): Use it; do query instead of
19761         signaling an error; don't use mm-multiple-handles.
19762         (gnus-mime-delete-part): Ditto.
19763
19764 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19765
19766         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19767         old file versions.
19768         (gnus-group-prepare-hook): Remove function that converted list
19769         form of gnus-agent-expire-days to group properties.
19770
19771         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19772         (gnus-request-accept-article): Re-indented.
19773
19774         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19775         converters to handle old agent file formats.  Add logic for a
19776         "backup before upgrading warning".
19777         (gnus-convert-mark-converter-prompt): Developers can mark
19778         functions as needing (default), or not needing,
19779         gnus-convert-old-newsrc's "backup before upgrading warning".
19780         (gnus-convert-converter-needs-prompt): Tests whether the user
19781         should be protected from potentially irreversable changes by the
19782         function.
19783
19784         * legacy-gnus-agent.el: New.  Provides converters that are only
19785         loaded when gnus-convert-old-newsrc needs to call them.
19786
19787 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * mail-source.el (mail-source-touch-pop): Doc fix.
19790
19791         * message.el (message-smtpmail-send-it): Doc fix.
19792
19793 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19794
19795         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19796
19797         * nnmail.el (nnmail-split-fancy): do.
19798
19799         * gnus-kill.el (gnus-kill, gnus-execute): do.
19800
19801 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19802
19803         * gnus-sum.el (gnus-widget-reversible-match)
19804         (gnus-widget-reversible-to-internal)
19805         (gnus-widget-reversible-to-external): New functions.
19806         (gnus-widget-reversible): New widget.
19807         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19808
19809 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19810
19811         * gnus-sum.el (gnus-thread-sort-functions)
19812         (gnus-article-sort-functions): Document `(not F)' items.
19813
19814 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19815
19816         * spam.el (spam-use-gmane-xref): Add new backend.
19817         (spam-gmane-xref-spam-group): Add variable to control the name of the
19818         Gmane spam group.
19819         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19820         (spam-regex-headers-spam, spam-regex-headers-ham)
19821         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19822         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19823         backends and checks.
19824         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19825
19826         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19827         an autodetect method.
19828
19829 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19830
19831         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19832         articles are being added to a group.
19833         (gnus-request-replace-article): Inform the agent that articles
19834         need to be uncached as the cached contents are no longer valid.
19835
19836 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * binhex.el: Don't autoload executable-find.
19839
19840         * canlock.el: Don't autoload mail-fetch-field.
19841
19842         * dgnushack.el: Autoload c-mode for XEmacs.
19843
19844         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19845
19846         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19847         rmail-dont-reply-to and rmail-output.
19848
19849         * gnus-score.el: Don't autoload ffap-string-at-point.
19850
19851         * gnus-setup.el: Don't autoload sc-cite-original.
19852
19853         * imap.el: Don't autoload base64-decode-string,
19854         base64-encode-string and md5.
19855
19856         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19857         and rmail-msg-restore-non-pruned-header.
19858
19859         * mm-decode.el: Don't autoload executable-find.
19860
19861         * mm-url.el: Don't autoload executable-find.
19862
19863         * mm-view.el: Don't autoload diff-mode.
19864
19865         * nndb.el: Don't autoload news-reply-mode, news-setup,
19866         cancel-timer and telnet.
19867
19868         * password.el: Don't autoload run-at-time for Emacs.
19869
19870         * sha1-el.el: Don't autoload executable-find.
19871
19872         * sieve-mode.el: Don't autoload c-mode.
19873
19874         * uudecode.el: Don't autoload executable-find.
19875
19876 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19877
19878         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19879         (gnus-agent-possibly-alter-active): Avoid null in numeric
19880         comparison.
19881         (gnus-agent-set-local): Refuse to save null in local object table.
19882         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19883         list of articles that will be marked as unread.
19884
19885 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19888
19889 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19890
19891         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19892         language tags.
19893
19894 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19895
19896         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19897         Don't bind "obarray".
19898
19899         * gnus-sum.el (gnus-thread-sort-functions):
19900         Add `gnus-thread-sort-by-most-recent-number' and
19901         `gnus-thread-sort-by-most-recent-date'.
19902         Reported by Kai Grossjohann <kai@emptydomain.de>.
19903
19904 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19907
19908 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19909
19910         * gnus-cus.el (gnus-agent-customize-category):
19911         Remove ignore-errors macro reference that required cl to be loaded at
19912         run-time.
19913
19914         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19915         single-interval range of the form (min . max).  Previously the
19916         range had to look like ((min . max)).  Likewise, return
19917         (min . max) rather than ((min . max)).
19918         (gnus-range-map): Use gnus-range-normalize to accept
19919         single-interval range.
19920
19921         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19922         the cache, but not the agent, now appear with their usual face.
19923
19924         * dgnushack.el (loaddir): New variable that is bound to the
19925         directory containing the dgnushack.el file. Use loaddir, rather
19926         than srcdir, to update load-path. Change lets dgnushack compile
19927         code in directories other than GNUS/lisp.
19928
19929 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * lpath.el: Don't bind w3m-safe-url-regexp.
19932
19933         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19934         w3m-safe-url-regexp variable buffer-local.
19935
19936         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19937
19938 2004-02-27  Simon Josefsson  <jas@extundo.com>
19939
19940         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19941         gnus-group-real-prefix.
19942         (gnus-summary-move-article): Use it, instead of
19943         gnus-group-real-prefix.
19944
19945 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * lpath.el: Bind w3m-safe-url-regexp.
19948
19949         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19950         w3m-safe-url-regexp variable buffer-local and set it as the value
19951         of mm-w3m-safe-url-regexp.
19952
19953         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19954
19955         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19956         parsing gnus-posting-styles when the message is not for replying.
19957
19958         * dgnushack.el: Autoload sgml-mode for XEmacs.
19959
19960         * nnrss.el (nnrss-opml-export):
19961         Use mm-set-buffer-file-coding-system instead of
19962         set-buffer-file-coding-system.
19963
19964 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19965
19966         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19967         of checkdoc.el).
19968         * nnrss.el: do.
19969         * gnus-mlspl.el: do.
19970         * gnus-ml.el: do.
19971         * gnus-srvr.el: do.
19972
19973         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19974
19975 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19976
19977         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19978         Corrections to custom-manual links.
19979
19980         * gnus-art.el (gnus-article): Ditto.
19981
19982         * mm-decode.el (mime-display, mime-security): Ditto.
19983
19984 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19985
19986         * flow-fill.el: Typo.
19987
19988 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19989
19990         * spam-wash.el: New file.
19991
19992 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19993
19994         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19995
19996 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19997
19998         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19999         to be run with new-articles as LIST1, not LIST2.
20000         (spam-registration-functions): Add spam-use-ham-copy as a nil
20001         registration backend.
20002
20003 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20004
20005         * spam-stat.el (spam-stat-washing-hook): New option.
20006         (spam-stat-buffer-words): Use it.
20007         (spam-stat-process-directory, spam-stat-test-directory):
20008         Use insert-file-contents-literally.
20009         (spam-stat-coding-system): New variable.
20010         (spam-stat-load, spam-stat-save): Use it.
20011
20012 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * spam-report.el (spam-report-plug-agent):
20015         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20016
20017 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20018
20019         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20020         Allow / in mailto URLs.
20021
20022 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20023
20024         * spam-report.el (spam-report-process-queue): Fix interactive use.
20025         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20026         (spam-report-unplug-agent): Doc fixes.
20027         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20028         (spam-report-agentize, spam-report-deagentize): Autoload.
20029
20030 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20033
20034         * message.el (message-setup-fill-variables): Add mml tags to
20035         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20036         <ajk@iu.edu>.
20037         (message-mode): Don't modify paragraph-separate there.
20038
20039 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * compface.el (uncompface-use-external): Default to undecided.
20042         (uncompface-use-external-threshold): New variable.
20043         (uncompface-float-time): New macro.
20044         (uncompface): Determine whether to use the external decoder if
20045         uncompface-use-external is undecided.
20046
20047 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20048
20049         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20050         after images.
20051
20052         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20053
20054 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20055
20056         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20057
20058         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20059
20060         * gnus-sum.el (gnus-summary-limit-to-age)
20061         (gnus-summary-limit-children): do.
20062
20063         * gnus-int.el (gnus-request-scan): do.
20064
20065         * gnus-group.el (gnus-group-suspend): do.
20066
20067         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20068
20069         * gnus-cite.el (gnus-cite-parse-attributions): do.
20070
20071         * gnus-agent.el (gnus-summary-set-agent-mark)
20072         (gnus-agent-regenerate-group): do.
20073
20074         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20075
20076         * binhex.el (binhex-decode-region-internal): do.
20077
20078 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus-fun.el (gnus-face-properties-alist): New user option.
20081         (gnus-display-x-face-in-from): Use it.
20082
20083         * gnus-art.el (article-display-face): Ditto.
20084
20085         * compface.el (uncompface-use-external): Default to nil.
20086
20087 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20088
20089         * nntp.el (nntp-erase-buffer): New function.
20090         (nntp-retrieve-data, nntp-send-command)
20091         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20092         (nntp-possibly-change-group): Use it.
20093
20094         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20095         Use with-current-buffer.
20096
20097 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20098
20099         * compface.el: Merge the ELisp-based uncompface program.
20100         (compface): New customization group.
20101         (uncompface-use-external): New user option.
20102         (uncompface): Call uncompface-internal if uncompface-use-external
20103         is nil.
20104         (uncompface-internal): New function.  Note that there are also
20105         some other functions and variables added for this function.
20106
20107 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20108
20109         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20110         if necessary.
20111
20112 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20113
20114         * spam-report.el (spam-report-unplug-agent)
20115         (spam-report-plug-agent, spam-report-deagentize)
20116         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20117         Add support for the Agent in spam-report: when unplugged, report to a
20118         file; when plugged, submit all the requests.
20119
20120         * spam.el (spam-register-routine): Fix message about
20121         registration.
20122
20123 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20126         dependencies.
20127         (rfc2047-encode): Use it.
20128
20129         * gnus-art.el (gnus-button-marker-list): Move before first
20130         reference.
20131
20132         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20133         (imap-parse-body): Fix format string mismatch.
20134
20135         * gnus-score.el (gnus-summary-increase-score): do.
20136
20137         * nnrss.el (nnrss-close): New function.
20138
20139 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20140
20141         * nnrss.el (nnrss-make-filename): New function.
20142         (nnrss-request-delete-group, nnrss-read-server-data)
20143         (nnrss-save-server-data, nnrss-read-group-data)
20144         (nnrss-save-group-data): Use it.
20145         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20146         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20147         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20148
20149 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20150
20151         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20152
20153 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20154
20155         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20156         files.
20157
20158         * message.el (message-generate-headers-first): Don't quote nil
20159         and t in docstrings.
20160
20161         * imap.el (imap-id): do.
20162
20163         * gnus-agent.el (gnus-agent-consider-all-articles)
20164         (gnus-agent-queue-mail): do.
20165
20166 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * spam-report.el (spam-report-process-queue): New function.
20169         Process requests from `spam-report-requests-file'.
20170         (spam-report-process-queue): Doc fix.
20171
20172 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20173
20174         * spam.el (spam-register-routine)
20175         (spam-log-processing-to-registry, spam-log-registered-p)
20176         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20177         Change "check" to "spam-check" for semi-clarity.
20178
20179 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20180
20181         * pop3.el: Require nnheader.
20182
20183         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20184
20185         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20186
20187         * gnus-picon.el: Require cl.
20188
20189         * gnus-fun.el: Require gnus-ems and gnus-util.
20190
20191         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20192
20193         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20194
20195         * gnus-art.el (gnus-article-edit-mode): Define before first
20196         reference.
20197
20198 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20199
20200         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20201         (gnus-uu-post-encoded): Use point-at-bol.
20202
20203         * gnus-topic.el (gnus-group-active-topic-p): do.
20204
20205         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20206
20207         * gnus-group.el (gnus-group-kill-region): do.
20208
20209         * gnus-art.el (article-date-ut): do.
20210
20211         * message.el (message-fetch-field): Remove redundant
20212         case-fold-search binding.
20213         (message-narrow-to-field): Simplify.
20214
20215 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20216
20217         * spam.el (spam-directory): Derive from `gnus-directory'.
20218
20219         * spam-report.el (spam-report-url-to-file)
20220         (spam-report-requests-file): New function and variable for offline
20221         reporting.
20222         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20223         and user defined function.
20224         (spam-report-url-ping-mm-url): Remove doubled slash.
20225
20226 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20227
20228         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20229
20230 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20231
20232         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20233         Fix format string mismatch.
20234
20235         * sieve.el (sieve-deactivate-all): do.
20236
20237         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20238
20239         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20240
20241         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20242
20243         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20244
20245 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20246
20247         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20248         the list of checks.
20249
20250 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20251
20252         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20253         padding.
20254
20255 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20256
20257         * mm-view.el (mm-fill-flowed): New variable.
20258         (mm-inline-text): Use it.
20259
20260 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20261
20262         * spam.el (spam-spamassassin-register-ham-routine)
20263         (spam-spamassassin-register-spam-routine): Fix function names.
20264
20265 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * gnus.el (gnus-tmp-grouplens): Remove.
20268         (gnus-summary-line-format): Remove grouplens.
20269
20270         * gnus-group.el (gnus-group-line-format): Ditto.
20271
20272         * gnus-spec.el (gnus-format-specs): Ditto.
20273         (gnus-update-format-specifications): Flush the group format spec
20274         cache if there's the grouplens stuff.
20275         (gnus-parse-simple-format): Replace %l with the empty string.
20276
20277 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20278
20279         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20280         omission.
20281
20282 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20285         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20286
20287 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20288
20289         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20290         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20291         New macros and functions.
20292         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20293         Handle > NLINK_MAX messages.
20294         * nnmaildir.el (nnmaildir-request-set-mark):
20295         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20296
20297 2004-01-25  Alex Schroeder  <alex@gnu.org>
20298
20299         * spam-stat.el (spam-stat-process-directory-age): New option.
20300         (spam-stat-process-directory): Use it.
20301
20302 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20303
20304         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20305         (spam-stat-save): Accept prefix argument.
20306
20307 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20308
20309         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20310         links" error.
20311
20312 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20313
20314         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20315         the rest of the and/or forms.
20316
20317 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20318
20319         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20320         compatibility with old .newsrc.eld files.
20321
20322         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20323
20324         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20325
20326         * gnus-start.el (gnus-1): do.
20327
20328         * gnus-group.el (gnus-group-line-format-alist): do.
20329
20330         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20331
20332         * gnus-gl.el: Remove.
20333
20334 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20335
20336         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20337         marks consisting of a single range {for example, (3 . 5)} rather
20338         than a list of a single range { ((3 . 5)) }.
20339
20340 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20341
20342         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20343         Use with-current-buffer.
20344         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20345         avoid consing a string.
20346
20347         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20348         Remove obsolete entries for big5 and gb2312.
20349
20350 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20351
20352         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20353         uncompressed list.
20354
20355 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * spam-stat.el (spam-stat-strip-xref): New function.
20358         (spam-stat-process-directory): Use it.
20359
20360         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20361         here -- it's done in message-fetch-field.
20362
20363 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20364
20365         * gnus-agent.el (gnus-agent-queue-mail)
20366         (gnus-agent-prompt-send-queue): New variables.
20367         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20368         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20369         "nndraft:queue" along to gnus-draft-send.
20370         Use gnus-agent-prompt-send-queue.
20371         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20372         is "nndraft:queue".  Suggested by Gaute Strokkenes
20373         <gs234@srcf.ucam.org>
20374
20375         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20376         (agent-enable-undownloaded-faces): Add.
20377         (gnus-agent-cat-groups): Use eval-and-compile, not
20378         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20379         method of gnus-agent-cat-groups even when the buffer has been
20380         evaled.
20381         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20382         delete gnus-agent-save-active-1.
20383         (gnus-agent-save-groups): Delete.  Identical to
20384         gnus-agent-save-active.
20385         (gnus-agent-write-active): No longer adjust agent's copy of active
20386         file as agent's adjustments are now stored in their own
20387         file.  Remove optional parameter.
20388         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20389         servers.  Add use of min/max range limits from server's local
20390         file.
20391         (gnus-agent-save-alist): Remove unused optional argument.
20392         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20393         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20394         (gnus-agent-set-local): A per-server file that keeps min/max range
20395         limits for articles known to the agent.  Provides a fast mechanism
20396         for altering many active ranges.
20397         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20398         active file (local makes it unnecessary).
20399         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20400
20401         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20402         (agent-enable-undownloaded-faces): Add.
20403
20404         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20405         disable it when sending to "nndraft:queue".
20406         (gnus-group-send-queue): Add safety check to avoid sending queue
20407         when unplugged.
20408
20409         * gnus-group.el (gnus-group-catchup): Use new
20410         gnus-sequence-of-unread-articles, not
20411         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20412         numbers of articles.  Use gnus-range-map to avoid having to
20413         uncompress the unread list.
20414         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20415         Fix invalid ange-ftp reference.
20416
20417         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20418         (gnus-sorted-range-intersection): Intersection of two ranges
20419         without requiring that they first be uncompressed.
20420
20421         * gnus-start.el (gnus-activate-group): Unless blocked by the
20422         caller, possibly expand the active range to include both cached
20423         and agentized articles.
20424         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20425         multiple version-dependent converters.
20426         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20427         gnus-agent-save-active.
20428         (gnus-save-newsrc-file): Save dirty agent range limits.
20429
20430         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20431         gnus-agent-possibly-alter-active.
20432         (gnus-adjust-marked-articles): Faster handling of simple lists.
20433
20434 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20435
20436         * spam-stat.el (spam-stat-test-directory): New optional argument
20437         displays a list of files detected.  Suggested by Andrew Cohen
20438         <cohen@andy.bu.edu>.
20439         (spam-stat-buffer-words-with-scores): Don't narrow and change
20440         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20441
20442 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20443
20444         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20445         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20446         (spam-spamassassin-arguments)
20447         (spam-spamassassin-spam-flag-header)
20448         (spam-spamassassin-positive-spam-flag-header)
20449         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20450         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20451         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20452         (spam-list-of-processors, spam-list-of-checks)
20453         (spam-list-of-statistical-checks, spam-registration-functions)
20454         (spam-check-spamassassin-headers, spam-check-spamassassin)
20455         (spam-spamassassin-score)
20456         (spam-spamassassin-register-with-sa-learn)
20457         (spam-spamassassin-register-spam-routine)
20458         (spam-spamassassin-register-ham-routine)
20459         (spam-assassin-register-spam-routine)
20460         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20461         (spam-bogofilter-score): Fix to show article before scoring.
20462
20463 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20464
20465         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20466         default scoring function.
20467         (spam-generic-score): Call spam-spamassassin-score if
20468         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20469         spam-bogofilter-score otherwise.
20470
20471         * gnus.el (spam-process, spam-autodetect-methods):
20472         Add spamassassin and spamassassin-headers.
20473
20474 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20475
20476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20477         Suppress unnecessary messages.
20478
20479 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20480
20481         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20482         make-hash-table.
20483
20484 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * canlock.el (base64-encode-string): Don't autoload it.
20487
20488 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * run-at-time.el: Remove useless (require 'itimer),
20491         eval-and-compile and (featurep 'xemacs).
20492
20493 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20494
20495         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20496         GROUP is a virtual group.
20497
20498 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20499
20500         * gnus.el: Autoload `message-y-or-n-p'.
20501
20502 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20503
20504         * pgg-parse.el: Remove unnecessary (require 'custom).
20505
20506         * pgg-def.el: do.
20507
20508         * nnmail.el: do.
20509
20510         * gnus-undo.el: do.
20511
20512         * gnus-picon.el: do.
20513
20514         * gnus-util.el: do.
20515
20516 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20517
20518         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20519
20520 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20521
20522         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20523         handle, as well as a list.
20524
20525         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20526         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20527         (mm-w3m-cid-retrieve): Simplify.
20528
20529 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20530
20531         * message.el (message-kill-to-signature): Allow prefix arg to
20532         specify number of lines to keep before signature.
20533
20534 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20535
20536         * message.el (message-kill-to-signature): Change docstring.
20537
20538 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * canlock.el: Always require sha1-el.
20541         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20542
20543         * message.el: Autoload sha1 only when compiling.
20544
20545         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20546         eudc-expand-inline for XEmacs.
20547
20548 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * message.el (message-canlock-generate): Require sha1-el.
20551
20552 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20553
20554         * message.el (message-expand-name): Silence the byte compiler.
20555
20556         * lpath.el: Add detect-coding-system.
20557
20558         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20559         cus-edit.
20560
20561 2004-01-13  Simon Josefsson  <jas@extundo.com>
20562
20563         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20564         Invoke gnus-score-mode.
20565         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20566
20567         * gnus-range.el (gnus-compress-sequence): Doc fix.
20568         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20569
20570 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20571
20572         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20573
20574 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20575
20576         * spam.el (spam-get-article-as-string): Update to use
20577         gnus-request-article-this-buffer, much simpler.
20578         (spam-get-article-as-buffer): Remove.
20579
20580 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20581
20582         * message.el (message-expand-name): Use EUDC if the user uses that.
20583
20584 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20585
20586         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20587         character for the encoding to avoid consing a string.
20588
20589         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20590         unnecessarily.
20591
20592         * mm-util.el (mm-replace-chars-in-string): Remove.
20593
20594         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20595         of mm-replace-chars-in-string.
20596
20597 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20598
20599         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20600
20601         * mm-util.el (mm-subst-char-in-string): Support inplace.
20602
20603         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20604         a new string in every iteration.  Use shy groups.
20605
20606 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20609         * gnus-soup.el (gnus-soup-group-brew):
20610         * gnus-msg.el (gnus-put-message):
20611         * gnus-move.el (gnus-group-move-group-to-server):
20612         * gnus-kill.el (gnus-batch-score):
20613         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20614         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20615         (gnus-group-update-group, gnus-group-read-group)
20616         (gnus-group-make-group, gnus-group-make-help-group)
20617         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20618         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20619         (gnus-group-sort-by-unread, gnus-group-catchup)
20620         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20621         (gnus-group-yank-group, gnus-group-set-info)
20622         (gnus-group-list-groups):
20623         * gnus.el (gnus-generate-new-group-name):
20624         * gnus-delay.el (gnus-delay-send-queue):
20625         * nnvirtual.el (nnvirtual-catchup-group):
20626         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20627         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20628         (gnus-group-prepare-topics, gnus-topic-check-topology):
20629         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20630         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20631         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20632         (gnus-group-make-articles-read):
20633         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20634         (gnus-group-change-level, gnus-kill-newsgroup)
20635         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20636         (gnus-get-unread-articles, gnus-make-articles-unread)
20637         (gnus-make-ascending-articles-unread): Use accessor
20638         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20639         to get group information for improved readability.
20640
20641
20642 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20643
20644         * gnus-art.el (article-decode-mime-words, article-babel)
20645         (gnus-article-highlight-signature, gnus-article-add-buttons)
20646         (gnus-signature-toggle): Use gnus-with-article-buffer.
20647
20648         * gnus-art.el (gnus-article-highlight-headers)
20649         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20650
20651         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20652         (gnus-article-set-globals, gnus-request-article-this-buffer)
20653         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20654         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20655         (gnus-mime-display-alternative): Use with-current-buffer.
20656
20657 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20658
20659         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20660         also under 80 char limit, and call gnus-error if needed.
20661         (spam-fetch-article-header): Fix - it was a
20662         buffer-local variable (gnus-newsgroup-data).
20663         (spam-find-spam): Use spam-generate-fake-headers, forget about
20664         spam-insert-fake-headers.
20665         (spam-insert-fake-headers): Remove.
20666
20667 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20668
20669         * deuglify.el (gnus-article-outlook-unwrap-lines)
20670         (gnus-outlook-rearrange-article)
20671         (gnus-outlook-repair-attribution-outlook)
20672         (gnus-outlook-repair-attribution-block)
20673         (gnus-outlook-repair-attribution-other): Remove redundant
20674         save-excursion.
20675
20676 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20677
20678         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20679         (spam-fetch-field-subject-fast)
20680         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20681         (spam-fetch-article-header): Add functions to deal with Gnus
20682         internals for fast retrieval of article header data.
20683         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20684
20685 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20686
20687         * pop3.el (pop3-md5): Remove.
20688         (pop3-apop): Replace pop3-md5 with md5.
20689
20690         * mm-bodies.el: base64 is always built-in.
20691
20692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20693         Use with-current-buffer.
20694
20695 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * canlock.el (canlock-insert-header): Remove excessive grouping in
20698         regexp.
20699
20700         * gnus-sum.el (gnus-summary-read-document): Ditto.
20701
20702         * gnus-uu.el (gnus-uu-part-number): Ditto.
20703
20704         * html2text.el (html2text-remove-tags): Ditto.
20705         (html2text-format-tags): Ditto.
20706         (html2text-format-single-elements): Ditto.
20707
20708         * mml.el (mml-parse-1): Ditto.
20709
20710 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20713
20714         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20715
20716         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20717
20718         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20719
20720 2003-11-15  Simon Josefsson  <jas@extundo.com>
20721
20722         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20723         (pgg-gpg-lookup-key): Use regexp match instead of
20724         split-string (split-string is different between emacs 21.2 and
20725         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20726
20727 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20728
20729         * gnus-art.el (gnus-mime-view-all-parts)
20730         (gnus-article-part-wrapper, gnus-article-view-part):
20731         Use with-current-buffer.
20732
20733 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20734
20735         * spam.el (spam-disable-spam-split-during-ham-respool)
20736         (spam-spamoracle-database, spam-cache-lookups)
20737         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20738         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20739         (spam-group-ham-marks, spam-group-spam-marks)
20740         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20741         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20742         also add spam-use-blackholes to the statistical checks.
20743         (spam-fetch-field-fast): Add interface to fetching fields, may
20744         become a macro.
20745         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20746         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20747         (spam-insert-fake-headers): Fake an article when needed.
20748         (spam-find-spam): Fake article when possible.
20749         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20750         (spam-check-bogofilter-headers): Use message-fetch-field instead
20751         of nnmail-fetch-field.
20752
20753 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20756
20757 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20758
20759         * spam.el (spam-split): Do not require spam-use-CHECK to be
20760         enabled if that check is passed to spam-split explicitly; also
20761         fix so 'spam doesn't get converted to spam-split-group when
20762         spam-split-symbolic-return is t.
20763         (spam-find-spam): Find registrations of the article and use those
20764         instead of re-running spam-split to find the spam/ham
20765         classification of the article.
20766         (spam-log-processing-to-registry, spam-log-registered-p)
20767         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20768         Use gnus-error instead of gnus-message.
20769         (spam-log-registration-type): Add function to determine the
20770         classification of a message based on registry entries; will
20771         return nil if both 'spam and 'ham are found.
20772         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20773         a reasonably fast local cache without the loading errors.
20774         (spam-cache-lookups): Set to t by default.
20775         (spam-find-spam): Don't try to guess spam-cache-lookups.
20776         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20777         spam-caches entry.
20778         (spam-filelist-build-cache, spam-filelist-check-cache):
20779         Fix caching of whitelist/blacklist entries.
20780         (spam-check-whitelist, spam-check-blacklist):
20781         Invoke spam-from-listed-p with a type, not a cache variable.
20782         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20783
20784 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20785
20786         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20787
20788         * nnmail.el (nnmail-split-fancy): do.
20789
20790         * mml.el (mml-parse): do.
20791
20792         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20793         (gnus-score-adaptive): do.
20794
20795 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20796
20797         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20798         (gnus-mime-button-map): Don't set keymap parent.
20799         (gnus-button-ctan-directory-regexp): Use shy grouping.
20800         (gnus-prev-page-map): Don't set keymap parent.
20801         (gnus-prev-page-map): Remove duplicated one.
20802         (gnus-next-page-map): Don't set keymap parent.
20803         (gnus-mime-security-button-map): Ditto.
20804
20805         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20806         version number.
20807
20808         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20809
20810 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20811
20812         * canlock.el (canlock-sha1-function): Remove.
20813         (canlock-sha1-function-for-verify): Remove.
20814         (canlock-openssl-program): Remove.
20815         (canlock-openssl-args): Remove.
20816         (canlock-ignore-errors): Remove.
20817         (canlock-sha1-with-openssl): Remove.
20818         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20819         (canlock-verify): Don't use canlock-ignore-errors.
20820
20821         * sha1-el.el (sha1-string-external): Make it can return a string
20822         in binary form.
20823         (sha1-region-external): Ditto.
20824         (sha1-string-internal): Ditto.
20825         (sha1-region-internal): Ditto.
20826         (sha1-region): Ditto.
20827         (sha1-string): Ditto.
20828         (sha1): Ditto.
20829
20830 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20831
20832         * spam.el (spam-report-articles-gmane): New command.
20833
20834 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20835
20836         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20837
20838         * run-at-time.el (run-at-time-saved): Remove.
20839         (run-at-time): Doc fix.
20840
20841 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20842
20843         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20844         (gnus-summary-limit-map): Add it.
20845         (gnus-summary-make-menu-bar): do.
20846
20847 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20848
20849         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20850         Make attempt at some caching support (done for BBDB only now).
20851         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20852         addresses to be checked.
20853         (spam-clear-cache-BBDB): Add function, to be invoked by
20854         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20855         (spam-check-BBDB): Check and use the caches, if
20856         spam-cache-lookups is on, remove superfluous (provide).
20857
20858 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20859
20860         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20861
20862 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20863
20864         * run-at-time.el (run-at-time-saved): Move to after the definition
20865         of `run-at-time'.
20866
20867         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20868
20869 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20872         mm-w3m-local-map-property.
20873
20874         * mm-view.el (mm-w3m-mode-map): Remove.
20875         (mm-w3m-local-map-property): Remove.
20876         (mm-inline-text-html-render-with-w3m): Don't use
20877         mm-w3m-local-map-property.
20878
20879 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20880
20881         * run-at-time.el: New file.
20882
20883         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20884         under Emacs.
20885
20886         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20887         of gnus-set-text-properties.
20888
20889         * gnus-uu.el (gnus-uu-save-article): Ditto.
20890
20891         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20892
20893         * gnus-cite.el (gnus-cite-parse): Ditto.
20894
20895         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20896         of gnus-.
20897
20898         * gnus-xmas.el (run-at-time): Require run-at-time.
20899
20900         * gnus.el: Change calls to nnheader-run-at-time and
20901         password-run-at-time throughout to use run-at-time directly.
20902
20903         * password.el: Remove definition of run-at-time.
20904
20905         * nnheaderxm.el: Remove definition of run-at-time.
20906
20907 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20908
20909         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20910         in prompt.
20911
20912 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20913
20914         * messagexmas.el (message-xmas-redefine): Alias
20915         `message-make-caesar-translation-table' to
20916         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20917         version.
20918
20919         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20920         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20921         `gnus-xmas-set-text-properties'.
20922         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20923         `gnus-xmas-completing-read'.
20924         (gnus-xmas-completing-read): Removed.
20925         (gnus-xmas-open-network-stream): Removed.
20926
20927         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20928         XEmacs version.
20929
20930         * dns.el (dns-make-network-process): Use `open-network-stream'
20931         instead of `gnus-xmas-open-network-stream'.
20932
20933         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20934
20935         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20936
20937 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20938
20939         * gnus-art.el (gnus-mime-display-alternative)
20940         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20941         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20942         Don't use gnus-local-map-property.
20943
20944         * gnus-util.el (gnus-local-map-property): Remove.
20945
20946         * mm-view.el (mm-view-pkcs7-decrypt):
20947         Replace gnus-completing-read-maybe-default with completing-read.
20948
20949         * gnus-util.el (gnus-completing-read): do.
20950         (gnus-completing-read-maybe-default): Remove.
20951
20952 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20953
20954         * password.el: Only autoload `run-at-time' if not XEmacs.
20955         Only autoload the itimer functions if XEmacs.
20956
20957 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20960         XEmacsen.
20961
20962         * dgnushack.el: Autoload executable-find for XEmacs.
20963
20964 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20965
20966         * gnus-art.el (gnus-read-string): Remove.
20967         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20968         read-string.
20969
20970 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20971
20972         * netrc.el: Autoload password-read.
20973         (netrc): Add configuration group.
20974         (netrc-encoding-method, netrc-openssl-path):
20975         Add variables for encoding and decoding of files with symmetric
20976         ciphers.
20977         (netrc-encode): Add assistant function to encode a file with
20978         netrc-encoding-method.
20979         (netrc-parse): Add interactive parameter, added optional
20980         decoding if netrc-encoding-method is non-nil but otherwise
20981         behavior is standard.
20982         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20983         Do s/encode/encrypt/ everywhere.
20984
20985         * spam.el: Remove executable-find autoload.
20986
20987 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20988
20989         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20990
20991         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20992
20993 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20994
20995         * gnus-art.el (gnus-treat-ansi-sequences)
20996         (article-treat-ansi-sequences): New variable and function.
20997         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20998
20999         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21000         Use it.
21001
21002 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21003
21004         * mm-util.el (mm-quote-arg): Remove.
21005
21006         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21007         shell-quote-argument.
21008
21009         * gnus-uu.el (gnus-uu-command): do.
21010
21011         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21012
21013         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21014         with make-char.
21015
21016         * mm-util.el (mm-make-char): Remove.
21017
21018         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21019         add-minor-mode.
21020
21021         * gnus-undo.el (gnus-undo-mode): do.
21022
21023         * gnus-topic.el (gnus-topic-mode): do.
21024
21025         * gnus-sum.el (gnus-dead-summary-mode): do.
21026
21027         * gnus-start.el (gnus-slave-mode): do.
21028
21029         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21030
21031         * gnus-ml.el (gnus-mailing-list-mode): do.
21032
21033         * gnus-gl.el (gnus-grouplens-mode): do.
21034
21035         * gnus-draft.el (gnus-draft-mode): do.
21036
21037         * gnus-dired.el (gnus-dired-mode): do.
21038
21039         * gnus-ems.el (gnus-add-minor-mode): Remove.
21040
21041         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21042         Replace gnus-char-width with char-width.
21043
21044         * gnus-ems.el (gnus-char-width): Remove.
21045
21046         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21047         Replace gnus-char-width with char-width.
21048
21049         * gnus-ems.el (gnus-char-width): Remove.
21050
21051         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21052         definition.
21053         Remove Emacs 20 hash table compatibility code.
21054
21055         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21056         20 compatibility code.
21057
21058         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21059
21060         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21061
21062         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21063         Replace with point-at-{eol,bol}.
21064
21065         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21066
21067         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21068
21069         * flow-fill.el (fill-flowed-point-at-bol)
21070         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21071
21072         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21073         Replace with point-at-{eol,bol} throughout all files.
21074
21075 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * ntlm.el (ntlm-string-as-unibyte): New macro.
21078         (ntlm-build-auth-response): Use it.
21079
21080         Remove Emacs 20 stuff:
21081         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21082         (butlast, mapc, remove): Remove the compiler macros.
21083         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21084         of delq and copy-sequence.
21085         * gnus-art.el (popup-menu): Remove the compiler macro.
21086         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21087         Emacs 20.
21088
21089 2004-01-05  Simon Josefsson  <jas@extundo.com>
21090
21091         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21092         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21093         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21094         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21095         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21096         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21097         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21098         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21099         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21100         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21101         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21102         string-xor into ntlm-string-xor.
21103         Suggested by Jesper Harder <harder@myrealbox.com>.
21104
21105         * ntlm.el: Don't include poem.
21106
21107         * md4.el (print-int32, print-string-hexa): Remove.
21108         Suggested by Jesper Harder <harder@myrealbox.com>.
21109
21110         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21111
21112         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21113         probably breaks emacs with DL patch, but do we care? Is anyone
21114         still using the DL stuff?)
21115
21116         * sieve-manage.el: Use the password package.
21117         (sieve-manage-read-passwd): Remove.
21118         (sieve-manage-interactive-login): Use password.  Re-add
21119         condition-case around loop.
21120
21121         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21122         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21123         Use the password package.
21124
21125 2003-02-19  Simon Josefsson  <jas@extundo.com>
21126
21127         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21128         token.
21129
21130 2002-08-07  Simon Josefsson  <jas@extundo.com>
21131
21132         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21133         (sieve-manage-authenticators):
21134         (sieve-manage-authenticator-alist): Add some SASL mechs.
21135         (sieve-sasl-auth): New function.
21136         (sieve-manage-cram-md5-auth):
21137         (sieve-manage-plain-auth): Rewrite using SASL library.
21138         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21139         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21140         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21141         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21142
21143 2004-01-05  Simon Josefsson  <jas@extundo.com>
21144
21145         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21146         New files.
21147
21148 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149
21150         * gnus-group.el (gnus-no-groups-message): Update.
21151
21152         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21153
21154 2003-11-09  Simon Josefsson  <jas@extundo.com>
21155
21156         * imap.el: Support for ID IMAP extension (RFC 2971).
21157         (imap-local-variables): Add imap-id.
21158         (imap-id): New variable.
21159         (imap-id): New function.
21160         (imap-parse-response): Parse untagged ID response.
21161         * nnimap.el (nnimap-id): New variable.
21162         (nnimap-open-connection): Use it.
21163
21164 2003-12-28  Simon Josefsson  <jas@extundo.com>
21165
21166         * gnus-score.el (gnus-score-edit-all-score): New.
21167         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21168
21169 2004-01-04  Simon Josefsson  <jas@extundo.com>
21170
21171         * password.el: Add.
21172
21173 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21174
21175         * dns.el (dns-query-types): Fix typo.
21176         (dns-query-types): New function.
21177         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21178         PTR and SOA replies, see RFC 1035.
21179
21180 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21181
21182         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21183
21184         * Move to Changelog.2.
21185
21186 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21187
21188         * gnus.el (gnus-version-number): Bump version.
21189
21190 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21191
21192         * gnus.el: No Gnus v0.1 is released.
21193
21194 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21195
21196         * gnus.el: No Gnus v0.0 is released.
21197
21198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21199
21200         * gnus.el (gnus-version-number): Bump.
21201         (gnus-version): No.
21202
21203 See ChangeLog.2 for earlier changes.
21204
21205   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21206
21207   This file is part of GNU Emacs.
21208
21209   GNU Emacs is free software: you can redistribute it and/or modify
21210   it under the terms of the GNU General Public License as published by
21211   the Free Software Foundation, either version 3 of the License, or
21212   (at your option) any later version.
21213
21214   GNU Emacs is distributed in the hope that it will be useful,
21215   but WITHOUT ANY WARRANTY; without even the implied warranty of
21216   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21217   GNU General Public License for more details.
21218
21219   You should have received a copy of the GNU General Public License
21220   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21221
21222 ;; Local Variables:
21223 ;; coding: utf-8
21224 ;; fill-column: 79
21225 ;; add-log-time-zone-rule: t
21226 ;; End: