Work around numbers too big to be read.
[gnus] / lisp / ChangeLog
1 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2
3         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4         numbers too big to be `read'.
5
6 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * password-cache.el (password-in-cache-p): Add autoload.
9
10         * message.el (message-options): Make buffer-local two ways to attempt
11         to fix a XEmacs bug.
12
13 2011-03-02  Julien Danjou  <julien@danjou.info>
14
15         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
16
17 2011-03-01  Julien Danjou  <julien@danjou.info>
18
19         * gnus-art.el (list-identifier): Add list-identifier as a parameter
20         group.
21         (article-hide-list-identifiers): Use list-identifier group parameter.
22
23 2011-02-28  Julien Danjou  <julien@danjou.info>
24
25         * sieve.el (sieve-buffer-script-name): New local variable to store
26         sieve script name.
27         (sieve-edit-script): Store sieve script name.
28         (sieve-upload): Use sieve script name when uploading.
29         (sieve-upload): Use substitute-command-keys.
30         (sieve-edit-script): Use substitute-command-keys.
31         (sieve-refresh-scriptlist): Use substitute-command-keys.
32         (sieve-manage-mode-map): Define keymap properly.
33         (sieve-manage-mode): Do not set mode name manually, change mode-name to
34         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
35         Remove commented code about cvs.
36         (sieve-manage-quit): New function.
37         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
38
39 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-group.el (gnus-import-other-newsrc-file): New function.
42
43 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * auth-source.el (auth-source-search): Cache empty result sets.
46
47         * password-cache.el (password-in-cache-p): Convenience function to
48         check if a key is in the cache, even if the value is nil.
49
50         * auth-source.el (auth-source-save-behavior): New variable to replace
51         `auth-source-never-create'.
52         (auth-source-netrc-create): Use it.
53         (auth-source-never-save): Remove.
54
55 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
56
57         * nnimap.el (nnimap-stream): Doc fix.
58         (nnimap-open-connection-1): Reverse the order of the ports to that the
59         prompted-for port is first.
60
61         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
62         retrieval by the no-group selection.
63
64         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
65         numerical parameters.
66
67 2011-02-25  Julien Danjou  <julien@danjou.info>
68
69         * gnus-gravatar.el: Use gnus-with-article-buffer.
70
71         * gnus-art.el (gnus-with-article-buffer): Check that the
72         gnus-article-buffer is alive.
73
74 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * auth-source.el (auth-source-creation-prompts): New variable to manage
77         creation-time prompts.
78         (auth-source-search): Document it.
79         (auth-source-format-prompt): Add utility function.
80         (auth-source-netrc-create): Don't default the user name to
81         user-login-name.  Use `auth-source-creation-prompts' and some default
82         prompts for user, host, port, and password (the default generic prompt
83         remains ugly).
84         (auth-source-never-save): Add customizable option to never save info.
85         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
86         mode excursion.
87
88 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
91         argument that XEmacs doesn't support.
92
93         * dgnushack.el (dgnushack-compile): Exclude color.el from being
94         compiled for Emacsen having no `libxml-parse-html-region' support.
95
96         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
97
98         * lpath.el: Bind buffer-save-without-query for XEmacs.
99
100 2011-02-23  Julien Danjou  <julien@danjou.info>
101
102         * gnus-art.el (article-make-date-line): Ignore errors if time is
103         invalid and not convertible.
104         (article-make-date-line): Only add lapsed time if time is not nil.
105
106 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
107
108         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
109         `read-char-choice' for backwards compatibility.
110         (auth-source-netrc-element-or-first): New function to DTRT for
111         parameter extraction.
112         (auth-source-netrc-create): Use it and fix multiple parameter print
113         bug.  Use the default passed from above (given-default) or the
114         built-in (user-login-name for :user).
115
116 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-start.el (gnus-dribble-read-file): Set
119         buffer-save-without-query, since we always want to save the dribble
120         file, probably.
121
122         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
123         nnimap.
124
125         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
126         -summary- since it's a user-visible variable.
127
128         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
129         first time you use the new Gnus.
130
131 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * auth-source.el: Don't load netrc.el.
134         (auth-sources): Search ~/.netrc as well by default.
135         (auth-source-debug): Add 'trivia option for extra output.
136         (auth-source-do-trivia): Use it.
137         (auth-source-search): Simplify logic to use
138         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
139         appropriate.  Don't keep a running count at this level.  Layer :create
140         and :delete options appropriately on the first and second passes.
141         Don't track the backend with the search results.
142         (auth-source-search-backends): New function to search a list of
143         backends for a processed spec.
144         (auth-source-netrc-parse): Cache all netrc files, making
145         auth-source-netrc-cache an alist keyed by the file name and using the
146         file mtime as the caching criterion.  Keep the obfuscated data secret
147         with a lexical bind.
148         (auth-source-netrc-search): Don't calculate the length of the results
149         unnecessarily.
150         (auth-source-search-backends): Fix bug.
151         (auth-source-netrc-create): Rework prompts.
152
153 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
154
155         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
156         Lower case names of search constraints.
157         (nnir-run-query): Cache and reuse search constraints for all imap
158         servers.
159
160 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
163         after exit.
164         (gnus-setup-message): Define missing variable from last checkin.
165
166         * gnus-sum.el (gnus-summary-show-article): When called with t as the
167         value, show the raw article.
168
169 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
170
171         * gnus.el: No Gnus v0.13 is released.
172
173 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * nnimap.el (nnimap-open-connection-1): Revert last change, since
176         auth-source now accepts numbers.
177
178         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
179         spec, too.
180         (auth-source-ensure-strings): New function.
181
182         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
183         (gnus-article-setup-buffer): Always restart the date timer so that user
184         changes to the frequency is respected.
185
186         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
187         port numbers, so make sure it gets that if nnimap-server-port is
188         explicit.
189
190 2011-02-21  Simon Josefsson  <simon@josefsson.org>
191
192         * nnimap.el (nnimap-inbox): Doc fix.
193
194 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
195
196         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
197         Autoload.  Add optional arg FRAME, and pass it to color-values.
198         (color-complement): Caller changed.  Doc fix.
199         (color-gradient): Rewrite for better clarity and efficiency.
200
201 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
202
203         * shr-color.el (shr-color->hexadecimal): Use renamed function names
204         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
205         color-lab-to-srgb.
206
207 2011-02-20  Drew Adams  <drew.adams@oracle.com>
208
209         * color.el: First part of merge from hexrgb.el.
210         (color-rgb-to-hex): Rename from color-rgb->hex.
211         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
212         saturation to zero if the value is too small.
213         (color-rgb-to-hsl): Rename from color-rgb->hsl.
214         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
215         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
216         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
217         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
218         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
219         (color-cie-de2000): Doc fix.
220
221 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
222
223         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
224         given method as in the group name if we're using an extended method.
225         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
226         command, if we're using that, instead of waiting for the beginning.
227
228         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
229         we're sure to get unique server names, and we don't output two async
230         commands in the same buffer.  This fixes an NNTP hang for some users.
231
232 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
233
234         * gnus.el: No Gnus v0.11 is released.
235
236 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
239         summary buffer before reading going to the next buffer.  This avoids
240         putting the point in the group buffer if you `C-g' the command.
241
242         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
243         cache (for now) to make ~/.authinfo.gpg files usable.
244
245         * nnfolder.el (copyright-update): Define for the compiler.
246
247         * auth-source.el (auth-source-search): Fix unbound variable.
248
249 2011-02-19  Glenn Morris  <rgm@gnu.org>
250
251         * gnus.el (gnus-meta): Doc fix.
252
253 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
254
255         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
256         in case it's not yet loaded.
257
258 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
261         line we're waiting for.
262
263 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
264
265         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
266         face with line-width greater than zero will cause RET in gnus summary
267         buffer to scroll down article page-wise because auto vscroll happens,
268         it should be temporalily disabled when doing a scroll-up.
269
270 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
273         outputs from the server.
274
275 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
276
277         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
278         later so that bbdb can hook in easier.
279
280 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * auth-source.el (auth-source-search): Don't try to create credentials
283         if the caller doesn't want that.
284         (auth-source-search): If we don't find a match, don't bug out on
285         non-bound variables.
286         (auth-source-search): Only ask a single backend to create the
287         credentials.
288
289         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
290         logging.
291         (nnimap-credentials): Protect against auth-source-search returning nil.
292         (nnimap-request-list): Protect against not being able to open the
293         server.
294
295 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * auth-source.el (auth-source-search): Do a two-phase search, one with
298         no :create to get the responses from all backends.
299
300         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
301         when getting credentials.
302
303         * gnus-util.el (gnus-delete-duplicates): New function.
304
305 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
306
307         * nnimap.el (nnimap-credentials): Instead of picking the first port as
308         a creation default, pass the whole port list down.  It will be
309         completed.
310
311         * auth-source.el (auth-source-search): Updated docs to talk about
312         multiple creation choices.
313         (auth-source-netrc-create): Accept a list as a value (from the search
314         parameters) and do completion on that list.  Keep a separate netrc line
315         with the password obscured for showing the user.
316
317         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
318         first choice to `auth-source-search' so it will be used for entry
319         creation instead of the server's Gnus-specific name.
320         (nnimap-credentials): Rely on the auth-source library to select which
321         port is actually wanted in the new netrc entry, so don't override
322         `auth-source-creation-defaults'.
323
324         * auth-source.el (auth-source-netrc-parse): Use :port instead of
325         :protocol and accept a missing user, host, or port as a wildcard match.
326         (auth-source-debug): Default to off.
327
328         (auth-source-netrc-search, auth-source-netrc-create)
329         (auth-source-secrets-search, auth-source-secrets-create)
330         (auth-source-user-or-password, auth-source-backend, auth-sources)
331         (auth-source-backend-parse-parameters, auth-source-search): Use :port
332         instead of :protocol.
333
334         * nnimap.el (nnimap-credentials): Pass a port default to
335         `auth-source-search' in case an entry needs to be created.
336         (nnimap-open-connection-1): Use :port instead of :protocol.
337
338 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * auth-source.el: Bind load-path when loading EIEIO from
341         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
342         21.4 doesn't support, to `require'.
343         (auth-source-secrets-search): Use mm-delete-duplicates instead of
344         delete-dups that is not available in XEmacs 21.4.
345
346 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
347
348         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
349         as EIEIO must also be loaded when auth-source.el is being
350         byte-compiled.
351
352 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
355
356         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
357
358         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
359
360         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
361
362         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
363
364         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
365
366         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
367
368         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
369         necessary.
370
371 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
374         nil means that nnimap doesn't get updated.
375
376 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * auth-source.el (auth-source-netrc-create): Return a synthetic search
379         result when the user doesn't want to write to the file.
380         (auth-source-netrc-search): Expect a synthetic result and proceed
381         accordingly.
382         (auth-source-cache-expiry): New variable to override
383         `password-cache-expiry'.
384         (auth-source-remember): Use it.
385
386         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
387         parameter.  Create entry if necessary by using :create t.
388         (nnimap-open-connection-1): Don't pass `inhibit-create'.
389
390 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * auth-source.el (auth-source-debug): Enable by default and don't
393         mention the obsolete `auth-source-hide-passwords'.
394         (auth-source-do-warn): New function to debug unconditionally.
395         (auth-source-do-debug): Use it.
396         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
397         and for Secrets API entries when the secrets.el library is not
398         available.
399
400 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-sum.el (gnus-propagate-marks): Default to nil.
403         (gnus-summary-exit): Kill the correct article buffer on exit from a
404         `C-d' group.
405
406         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
407         gnus-propagate-marks.
408
409         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
410         before killing the buffers so that a non-full window conf gets handled
411         correctly.
412         (gnus-summary-exit): Ditto.
413         (gnus-summary-read-group-1): Ditto.
414
415         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
416         async code again so that we can debug it properly.
417
418         * message.el (message-reply): Take an optional switch-buffer parameter
419         so that Gnus window confs are respected better.
420
421 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
424         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
425         docstring.
426         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
427         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
428         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
429         Login collection is "Login" and not "login".
430
431 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
434         multiple headers.
435
436         * nnimap.el (nnimap-inhibit-logging): New variable.
437         (nnimap-log-command): Don't log login commands.
438
439         * auth-source.el (auth-source-netrc-search): The asserts seem to want
440         to have more parameters.
441
442         * nnimap.el (nnimap-send-command): Mark the command time for each
443         command, so that we don't get NOOPs stepping on our toes.
444
445         * gnus-art.el (article-date-ut): Get the date from the Date header on
446         `t'.
447
448 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * auth-source.el (auth-source-search): Use copy-sequence instead of
451         the cl.el copy-list.
452
453 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         * imap.el: Bring it back (revert
456         84d800cd31de3064f0ed39617d725709a2f8f42f).
457
458 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
459
460         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
461         Improve prompt.
462
463 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-art.el (gnus-article-mode-line-format): Remove the article
466         washing status from the default format.  It isn't very informative.
467
468 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
469
470         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
471         Gcc processing on imap.
472
473 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         * imap.el: Remove file.  All the functionality is in nnimap.el.
476
477 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
478
479         * message.el (message-bury): Don't pop up a new window when selected
480         window is dedicated.
481
482 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
483
484         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
485
486 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * sieve-manage.el: Autoload `auth-source-search'.
489         (sieve-sasl-auth): Use it.
490
491 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
492
493         * nnimap.el: Autoload `auth-source-forget+'.
494         (nnimap-open-connection-1): Use it if the connection fails.
495
496         * auth-source.el: Require `password-cache'.
497         (auth-source-hide-passwords, auth-source-cache): Remove and mark
498         obsolete.
499         (auth-source-magic): Marker for `password-cache' keys.
500         (auth-source-do-cache): Update docstring.
501         (auth-source-search): Use and check cache.
502         (auth-source-forget-all-cached, auth-source-remember)
503         (auth-source-recall, auth-source-forget, auth-source-forget+)
504         (auth-source-specmatchp): Caching support functions.
505         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
506         Remove and obsolete.
507         (auth-source-user-or-password): Remove caching to further discourage
508         using it.  Always hide passwords.
509
510         * password-cache.el (password-cache-remove): Accept secrets that are
511         not strings.
512
513 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
516         code for now, since it doesn't work for all users.
517
518 2011-02-09  Julien Danjou  <julien@danjou.info>
519
520         * message.el (message-options): Make message-options really buffer
521         local.
522
523 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         * mail-source.el: Autoload `auth-source-search'.
526         (mail-source-keyword-map): Note order matters.
527         (mail-source-set-1): Get all the mail-source source values and
528         defaults and search auth-source on those if needed.  This can all
529         probably be simplified.
530
531         * nnimap.el: Autoload `auth-source-search'.
532         (nnimap-credentials): Use it.
533         (nnimap-open-connection-1): Ask for the virtual server and physical
534         address in one shot.
535
536         * nntp.el: Autoload `auth-source-search'.
537         (nntp-send-authinfo): Use it.  Note TODO.
538
539 2011-02-08  Julien Danjou  <julien@danjou.info>
540
541         * shr.el (shr-tag-body): Add support for text attribute in body
542         markups.
543
544         * message.el (message-options): Make message-options a local variable.
545
546 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
547
548         * auth-source.el (auth-source-secrets-search)
549         (auth-source-user-or-password): Use `append' instead of `nconc'.
550         (auth-source-user-or-password): Build return list better and protect
551         against nil :secret.
552
553 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * nnimap.el (nnimap-update-info): Refactor slightly.
556         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
557         (nnimap-update-info): Clean up slightly.
558         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
559         characters.
560         (nnimap-process-quirk): Rename function to avoid collision.
561         (nnimap-update-info): Fix macrology bug-out.
562         (nnimap-update-info): Simplify split history test.
563
564 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
565
566         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
567         `secrets-get-attributes' instead of `secrets-get-attribute'.
568         (auth-source-secrets-search): Limit search when `max' is greater than
569         number of results.
570
571 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
572
573         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
574         part not returning any data.
575
576         * proto-stream.el (open-protocol-stream): Document the return value.
577
578 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
579
580         * auth-source.el (auth-source-secrets-search): Add examples.
581
582 2011-02-06  Julien Danjou  <julien@danjou.info>
583
584         * message.el (message-setup-1): Handle message-generate-headers-first
585         set to t.
586
587 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
590         API with a string "secrets:collection-name" and with 'default.
591         (auth-source-backend-parse): Parse "secrets:collection-name" and
592         'default.  Recurse on parses instead of repeating code.  Use the
593         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
594         message when ignoring a source.
595         (auth-source-search): List ignored search keys at the top level.
596         (auth-source-netrc-create): Use `case' instead of `cond'.
597         (auth-source-secrets-search): Created with TODOs.
598         (auth-source-secrets-create): Created with TODOs.
599         (auth-source-retrieve, auth-source-create, auth-source-delete)
600         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
601         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
602         (auth-source-user-or-password-sftp)
603         (auth-source-user-or-password-smtp): Removed.
604         (auth-source-user-or-password): Deprecated and modified to be a wrapper
605         around `auth-source-search'.  Not tested thoroughly.
606
607 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * auth-source.el: Bring in assoc and eioeio libraries.
610         (secrets-enabled): New variable to track the status of the Secrets API.
611         (auth-source-backend): New EIOEIO class to represent a backend.
612         (auth-source-creation-defaults): New variable to set prompt defaults
613         during token creation (see the `auth-source-search' docstring for
614         details).
615         (auth-sources): Simplify to allow a simple string as a netrc backend
616         spec.
617         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
618         (auth-source-backend-parse-parameters): Fill in the backend parameters.
619         (auth-source-search): Main auth-source API entry point.
620         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
621         (auth-source-search-collection): Helper function for searching.
622         (auth-source-netrc-parse, auth-source-netrc-normalize)
623         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
624         Supports search, create, and delete.
625         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
626         backend stubs.
627         (auth-source-user-or-password): Call `auth-source-search' but it's not
628         ready yet.
629
630 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
631
632         * message.el (message-setup-1): Remove the read-only stuff, since it
633         doesn't work under XEmacs, for some reason.
634
635         * gnus-sum.el (gnus-user-date): Rename back from
636         gnus-summary-user-date since user code refers to it.
637
638         * shr.el (shr-render-td): Store the actual background colour used.
639
640         * message.el (message-setup-1): Don't bind the constant
641         -forbidden-properties.
642         (message-setup-1): Revert previous change, since it needs to bind the
643         props to insert them.
644         (message-resend): Allow removing the read-only separator line.
645
646 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * nnimap.el (nnimap-request-accept-article): Give an error message if
649         the APPEND wasn't successful.
650
651 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
652
653         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
654         that have no groups.
655
656 2011-02-03  Julien Danjou  <julien@danjou.info>
657
658         * gnus-draft.el: Remove progn around gnus-draft-setup.
659
660 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-start.el (gnus-read-active-for-groups): This function is never
663         called with a nil `infos', so clean that up.
664         (gnus-get-unread-articles): Request active files from primary/secondary
665         methods that have no groups (yet).
666
667 2011-02-03  Julien Danjou  <julien@danjou.info>
668
669         * message.el (message-setup-1): Always generate References first.
670         (message-mail): Return the return value of message-setup, not always t.
671         (message-setup-1): Insert mail-header-separator with read-only and
672         intangible properties set.
673
674         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
675         user-date in docstring.
676
677         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
678
679         * gnus.el (gnus-summary-line-format): Mention &user-date format in
680         docstring.
681
682         * gnus.el (gnus-user-date-format-alist): Change default value. Use
683         defcustom, with type and group. Move from gnus-util.el. Rename to
684         gnus-summary-user-date-format-alist.
685
686 2011-02-03  Glenn Morris  <rgm@gnu.org>
687
688         * nnimap.el (gnus-fetch-headers): Declare.
689
690         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
691
692 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * message.el (message-forward-make-body-digest-plain)
695         (message-followup, message-reply): Clean up things noted by Stefan.
696
697         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
698         gnus-article-update-date-headers is nil.
699         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
700         it didn't really work with defcustom.
701         (article-update-date-lapsed): Make sure the window start doesn't move,
702         either.
703
704 2011-02-01  Julien Danjou  <julien@danjou.info>
705
706         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
707         format.
708
709         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
710         standard in Emacs nowadays.
711
712         * color.el (color-gradient): Add a color-gradient function.
713
714 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
715
716         * message.el (message-expand-name): Don't trust the return value of
717         bbdb-complete-name.
718         (message-check-news-header-syntax): Remove unused var `start'.
719         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
720         (message-inhibit-body-encoding): Move to before first use.
721         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
722         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
723         (Organization, Message-ID, Date, mh-previous-window-config):
724         Defvar the vars using dynamic scoping.
725
726 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * shr.el (shr-render-td): Only do colours at the final rendering.
729         Should be slightly faster.
730         (shr-insert-table): Fix up TD background colours when doing the
731         vertical padding.
732
733         * gnus-art.el (article-date-ut): Protect against articles with no Date
734         header.
735         (article-update-date-lapsed): Don't use current-column to find the
736         horizontal position.  It's fragile in the presence of \003 characters.
737
738         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
739
740 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus-art.el (article-transform-date): Rewrite to still work when
743         there are several rfc2822 parts.
744         (article-transform-date): Fix infinite recursion.
745         (article-date-ut): Replace infinitely many Date headers with a single
746         one when called interactively.
747
748         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
749         secure manner.
750
751         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
752         move around by not using save-window-excursion.  It seems to work...
753
754 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-art.el (article-make-date-line): Work for user-defined format.
757
758 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * nntp.el (nntp-retrieve-group-data-early)
761         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
762         fetching functions.
763
764         * gnus-start.el (gnus-read-active-for-groups): Read the active files
765         thoroughly for all backends that have no known groups.  This should
766         allow new nnml methods to retrieve mail.
767
768         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
769         that Gnus doesn't know exists again.
770
771         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
772         (gnus-treat-date-ut): Ditto.
773         (gnus-article-update-date-header): Renamed.
774         (gnus-treat-date-local): Removed.
775         (gnus-treat-date-english): Removed.
776         (gnus-treat-date-lapsed): Removed.
777         (gnus-treat-date-combined-lapsed): Removed.
778         (gnus-treat-date-original): Removed.
779         (gnus-treat-date-iso8601): Removed.
780         (gnus-treat-date-user-defined): Removed.
781         (gnus-article-date-headers): New variable to control all the date
782         header options.
783         (article-date-ut): Rewrite to allow using the new way to format date
784         headers(s).
785
786 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * nnmail.el (nnmail-article-group): Check for a direct fancy split
789         method.
790         (nnmail-article-group): A better test for fanciness.
791
792         * nnimap.el (nnimap-request-head): Protect against not finding the
793         article by Message-ID.
794
795 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus-art.el (article-update-date-lapsed): Try a better way to really
798         keep point at the "same place".
799
800 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
803         data if the group is unactivated.
804
805 2011-01-28  Julien Danjou  <julien@danjou.info>
806
807         * gnus-win.el: Remove dead function gnus-window-configuration-element.
808         (gnus-all-windows-visible-p): Remove old compatibility code.
809         (gnus-window-top-edge): Add docstring.
810
811         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
812
813 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
816         older request-update-info.
817
818         * gnus-art.el (article-make-date-line): Limit the length a bit more.
819
820 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
821
822         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
823         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
824
825 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
828         groups.  This makes the nndraft:queue group pop up if it's not already
829         there.
830
831         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
832         messages" logic, which was reversed.
833
834         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
835         the "same place" even if point is on the line being replaced.
836         (article-update-date-lapsed): Allow updating both the combined lapsed
837         and the lapsed headers.
838         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
839         (article-make-date-line): Limit the number of segments dynamically to
840         avoid too-long lines.
841
842 2011-01-27  Julien Danjou  <julien@danjou.info>
843
844         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
845         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
846
847 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
850         Use plist-get instead of the cl function getf.
851
852 2011-01-27  Glenn Morris  <rgm@gnu.org>
853
854         * gnus-util.el (float-time): Get rid of compiler warning, again.
855
856 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
857
858         * shr.el (shr-put-color): Special-case background colours: Do put them
859         at the blank parts at the front of the lines.
860
861         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
862         exit hook to nix out all data on readedness on group exit.
863
864         * gnus-util.el (float-time): If float-time is bound, always use it on
865         all Emacsen.  It's unclear why the subrp check was there.
866         (time-date): Require to make some autoload issues on XEmacs go away.
867
868         * shr.el (shr-put-color): Don't do the box padding in tables, since
869         they're already padded.
870
871 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-art.el (gnus-article-next-page): When the last line of the
874         article is displayed, scroll down once more instead of going to the
875         next article at once.
876         (article-lapsed-string): Refactor out and allow specifying how many
877         segments you want.
878         (gnus-article-setup-buffer): Start updating the lapsed header directly.
879         (gnus-article-update-lapsed-header): New variable.
880
881         * shr.el: Revert change that made headings use different-sized faces.
882         The Emacs display engine isn't advanced enough that, for instance,
883         tables can comfortably use differntly-sized faces.
884
885 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
886
887         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
888         used.
889         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
890         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
891         we're using an encrypted connection.
892
893         * proto-stream.el: Alter the interface functions to also return the
894         actual stream type used: network or tls.
895
896 2011-01-25  Julien Danjou  <julien@danjou.info>
897
898         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
899         (mm-display-javascript-inline): New function.
900
901         * mm-decode.el (mm-inline-media-tests): Add application/javascript
902         viewing function.
903
904 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * shr.el (shr-expand-newlines): Fix variable name.
907
908 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
909
910         * shr.el (shr-expand-newlines): Make nested boxes work.
911
912 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
915         backgrounds.
916         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
917         in a more sensible manner.
918
919 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
922         if EPG is loaded.
923
924 2011-01-24  Julien Danjou  <julien@danjou.info>
925
926         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
927         tags.
928
929 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
932         commands.
933
934         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
935         in the article buffer.
936         (gnus-gravatar-insert): Use blank space from the current buffer to
937         avoid breaking text properties.  This makes X-Sent updating work again.
938
939         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
940
941 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
944         fix the bug in url-http.el instead.
945
946         * shr.el (shr-image-fetched): Ditto.
947
948         * shr.el (shr-image-fetched): Avoid having point move in the article
949         buffer.
950
951         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
952         buffer after being called.  It's apparently being killed by url.el, and
953         killing it made point move to end-of-buffer in a random buffer.
954
955         * shr.el (shr-image-fetched): Ditto.
956
957 2011-01-23  Julien Danjou  <julien@danjou.info>
958
959         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
960
961         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
962         text/x-org.
963
964 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-sum.el (gnus-summary-move-article): Protect against backends
967         (i.e., nnimap) returning nil as the article number.
968
969 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
970
971         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
972         "DelSp" parameter in RFC3676.
973
974 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * message.el (message-check-recipients): Display the encoded version of
977         the bogus address if they differ.
978
979         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
980         after sending.
981
982         * gnus-agent.el (gnus-agent-send-mail): Ditto.
983
984         * gnus-group.el (gnus-group-refresh-group): New convenience function.
985
986         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
987         group buffer after sending the queue.
988
989         * gnus-agent.el (gnus-agent-send-mail): Ditto.
990
991 2011-01-22  Julien Danjou  <julien@danjou.info>
992
993         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
994
995 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
998         nested related parts.
999
1000         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1001         unexpired articles.  This fixes the regression that led expiry marks to
1002         disappear from nnfolder groups.
1003
1004 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1005
1006         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1007         Don't confuse the "ret" of "retrograde" with RET.
1008
1009 2011-01-21  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1012         than mm-insert-inline.
1013
1014 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1017         Widen article buffer.
1018
1019 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1020
1021         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1022         the temp buffer.
1023         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1024
1025 2011-01-20  Julien Danjou  <julien@danjou.info>
1026
1027         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1028
1029         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1030         than mm-insert-inline to insert inline part: this respect
1031         mm-inline-media-tests displayers.
1032
1033         * mm-view.el (mm-display-shell-script-inline): New function.
1034
1035         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1036
1037         * mm-uu.el (mm-uu-type-alist): Add org block.
1038         (mm-uu-org-src-code-block-extract): New function.
1039
1040         * mm-view.el (mm-display-org-inline): New function.
1041
1042         * mm-decode.el (mm-automatic-display): Add text/org.
1043
1044         * mailcap.el (mailcap-mime-extensions): Add .org.
1045
1046 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1049         gnus-article-add-buttons.
1050
1051 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1052
1053         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1054         From header with a date and "nobody" as the sender.
1055
1056 2011-01-19  Julien Danjou  <julien@danjou.info>
1057
1058         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1059         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1060         if you have the same regexp several times.
1061         (gnus-button-push): Fix matching when regexp is symbol.
1062
1063 2011-01-15  Glenn Morris  <rgm@gnu.org>
1064
1065         * message.el (message-mail): A compose-mail function should
1066         accept headers as strings.
1067
1068 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1069
1070         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1071         Add :vert-only tags.
1072         (message-mail): New arg RETURN-ACTION.
1073         (message-return-action): New var.
1074         (message-bury): Use it.
1075         (message-mode): Make it buffer-local.
1076         (message-send-and-exit): Always call message-bury.
1077
1078         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1079         message-mail.
1080
1081 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnimap.el (nnimap-convert-partial-article): Protect against
1084         zero-length body parts.
1085
1086         * mm-decode.el (mm-preferred-alternative-precedence):
1087         Discourage showing empty parts.
1088
1089         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1090         and stuff if the backend didn't return the article number.  This fixes
1091         an Exchange-related nnimap bug.
1092
1093         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1094         group window, because it does the wrong thing when a separate frame
1095         displays the group buffer.
1096
1097         * proto-stream.el (open-protocol-stream): Protect against the low-level
1098         transport functions returning nil.
1099
1100 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1101
1102         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1103         (mml2015-epg-find-usable-secret-key): New function.
1104         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1105         mml2015-epg-find-usable-key (Bug#7797).
1106         (mml2015-epg-encrypt): Ditto.
1107
1108 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * dgnushack.el (rot13-string): Fix the way to get the argument.
1111
1112 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1115
1116 2011-01-03  Glenn Morris  <rgm@gnu.org>
1117
1118         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1119
1120         * sieve.el (sieve-open-server): Give a more explicit error if
1121         sieve-manage-open returns nil.  (Bug#7720)
1122
1123 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1124
1125         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1126
1127 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1130         This avoids sending passwords in plain text over non-encrypted
1131         channels.
1132
1133         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1134
1135         * nnimap.el (nnimap-login): Refactored out into own function, and
1136         implement CRAM-MD5.
1137         (nnimap-wait-for-line): Refactored out.
1138
1139         * mm-view.el (mml-smime): Require.
1140
1141 2010-12-20  David Engster  <deng@eml.cc>
1142
1143         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1144         use EPG to decrypt S/MIME messages instead of openssl.
1145
1146 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1149
1150         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1151         status is the group clearly is unreachable.
1152
1153         * auth-source.el (auth-source-create): Add the optional second
1154         parameter to `local-variable-p' to be compatible with XEmacs.
1155
1156 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1157
1158         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1159         work when using a compressed nnml folder.
1160
1161 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1164         backends after sanitising on entry, because this never makes sense:
1165         If the articles have gone missing, then the data no longer exists on
1166         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1167         overwrite anything anyway.
1168
1169         * shr.el (shr-insert-document): Bind shr-width dynamically to
1170         window-width if it's nil.
1171
1172 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1173
1174         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1175         with the meaning of using the full emacs window width for rendering.
1176
1177 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1178
1179         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1180         case when sender is not given.
1181
1182 2010-12-23  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1185         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1186         the addresses, otherwise we might misplaced the gravatar.
1187
1188 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1191         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1192         obsolete in Emacs.
1193
1194 2010-12-20  Julien Danjou  <julien@danjou.info>
1195
1196         * gnus-util.el (gnus-rescale-image): Revert last change.
1197
1198 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1199
1200         * binhex.el: Improve commentary (Bug#7482).
1201
1202 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-group.el (gnus-group-delete-articles): New command.
1205
1206 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1207
1208         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1209
1210 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1213         here, since it's up to the backends to do CRLF removal if their
1214         protocol has it.
1215
1216         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1217
1218 2010-12-17  Julien Danjou  <julien@danjou.info>
1219
1220         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1221         they are from file. Can also scale up.
1222
1223 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1226         gnus-use-agent.
1227         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1228
1229         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1230
1231 2010-12-17  Julien Danjou  <julien@danjou.info>
1232
1233         * gravatar.el (gravatar-retrieve-synchronously): New function.
1234         (gravatar-get-data): Make more robust.
1235
1236 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1239
1240 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1243         to really consider the last line.
1244
1245 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1246
1247         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1248         list of recipient keys, or use symmetric encryption if not a list.
1249         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1250         EPA override, replacing the call to `netrc-store-data'.
1251
1252 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1253
1254         * gnus-srvr.el: Avoid passing nil regexp argument to
1255         delete-matching-lines.
1256
1257 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1260         fetching stops when Gnus exits.
1261
1262         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1263         function.
1264         (nnfolder-request-expire-articles): Save all the buffers after doing
1265         expiry.
1266
1267         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1268         the last article", since that led to serious performance regressions
1269         when expiring nnml groups.
1270
1271 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1272
1273         * nnir.el: Improve customizations.
1274
1275 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1278
1279         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1280         group has been killed.
1281         (gnus-group-yank-group): Ditto.
1282
1283         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1284
1285         * nnimap.el (nnimap-request-update-group-status): New function.
1286
1287         * gnus-int.el (gnus-request-update-group-status): New interface
1288         function.
1289
1290         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1291         copying read-ness to the backends.
1292
1293         * nnimap.el (nnimap-quirk): New function.
1294         (nnimap-retrieve-group-data-early): Use it.
1295         (nnimap-quirks): New alist.
1296
1297 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1300         don't delete it within indentation.
1301
1302 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1305         previous line.
1306
1307 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1310         QRESYNC command by deleting a superfluous space which broke Cyrus
1311         servers.  This change will break other servers that are buggy the other
1312         way around.
1313
1314 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1315
1316         * spam.el: Reindent and fix long lines.
1317         (spam-copy-or-move-routine): Exclude invalid move destinations.
1318
1319 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1320
1321         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1322         installed the registry.
1323
1324 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1327
1328 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1329
1330         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1331         groupname doesn't contain "gmane".
1332
1333 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1336         and netrc-bound-and-true-p bindings.
1337         (netrc-parse): Cache the netrc contents.
1338
1339         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1340         (gnus-1): Don't create the nndrafts group twice.
1341         (gnus-setup-news): There's no need to read the active file here, since
1342         that's done again later on a per-backend basis.
1343         (gnus-start-draft-setup): Make sure that the new group is started out
1344         empty.
1345
1346         * gnus-agent.el (gnus-agentize): Don't create the queue group
1347         automatically on startup.  It'll be created later, if needed.
1348
1349         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1350         of automatically subscribed groups.
1351         (gnus-auto-subscribed-categories): New variable.
1352         (gnus-matches-options-n): Use it.
1353         (gnus-default-subscribed-newsgroups): Remove unused variable.
1354         (gnus-start-draft-setup): Message a bit less.
1355
1356 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * nnir.el (nnir-run-imap): Return article list in order of increasing
1359         UID.
1360
1361 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-sum.el (gnus-summary-enter-digest-group):
1364         Mention gnus-auto-select-on-ephemeral-exit.
1365
1366         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1367         convention of the network-only option.
1368
1369 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * proto-stream.el (proto-stream-open-network-only): New function to
1372         have a way to specify non-STARTTLS upgrade connections.
1373
1374 2010-12-10  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1377         email address is nil.
1378
1379         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1380
1381 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1382
1383         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1384         deletion.
1385         (nnir-run-imap): Only need to parse list once.
1386
1387 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * shr.el (shr-tag-script): Ignore <script>.
1390         (shr-tag-label): Add <label> support.
1391
1392 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1395
1396         * shr.el (shr-image-displayer): Work for images lined side by side.
1397
1398 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1399
1400         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1401         parameter, since XEmacs doesn't accept t as a parameter.
1402
1403 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1404
1405         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1406         ids.
1407         (nnir-run-gmane): Simplify groupspec formatting.
1408         (nnir-request-expire-articles): New function.
1409
1410 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1413         overflow, possibly.
1414
1415         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1416         (shr-render-td): Handle td style="" better.
1417         (shr-tag-table): Use the color from the style sheet.
1418         (shr-render-td): Make sure we copy over all the overlays, too.
1419
1420 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1421
1422         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1423         (nnir-request-article): Improve article retrieval.
1424
1425 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * mm-util.el (mm-extra-numeric-entities): New variable.
1428
1429         * mm-url.el (mm-url-decode-entities):
1430         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1431
1432         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1433
1434 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1435
1436         * message.el: Use completion-at-point.
1437         (message-completion-function): New fun, extracted from message-tab.
1438         (message-mode): Use it for completion-at-point-functions.
1439         (message-tab): Use it and completion-at-point.
1440
1441 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1444         character if a non-breakable character follows.
1445
1446 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1449         any stream.
1450
1451         * shr.el (shr-tag-font): Colorize the region.
1452         (shr-tag-body): Ditto.
1453         (shr-tag-font): Actually let the styles be inherited instead of
1454         overwriting them.
1455         (shr-tag-font): Get the background color right.
1456         (shr-tag-style): Ignore all <style> tags for the moment.
1457
1458         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1459         a Message-ID to avoid having nnimap depend on gnus-sum.
1460
1461         * shr.el (shr-descend): Only colorize something if we have a node that
1462         sets colors.
1463
1464 2010-12-06  Julien Danjou  <julien@danjou.info>
1465
1466         * shr.el (shr-render-td): Render td content with shr-descend, so style
1467         will be applied to <td> too.
1468         (shr-colorize-region): Colorize region even if we only have a background.
1469         (shr-tag-body): Fix color and background color inheritance.
1470         Do not recolorize after shr-generic.
1471         (shr-tag-font): Let shr-generic colorize via inheritance.
1472
1473 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1476
1477 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1478
1479         * nnir.el (nnir-request-move-article): Remove obsolete code.
1480
1481 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1484
1485 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-sum.el (gnus-summary-respool-article): The completion function
1488         expects a list instead of an alist.
1489
1490         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1491         string as the parameter.
1492
1493         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1494
1495         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1496         styles.
1497         (shr-colorize-region): New function.
1498         (shr-insert-background-overlay): Remove.
1499         (shr-render-td): Background setting should be taken care of on a higher
1500         level.
1501         (shr-tag-body): Use post-hoc colorizations.
1502         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1503         (shr-put-color-1): Don't overwrite old colors.
1504         (shr-colorize-region): When the background color isn't explicit, use
1505         a fixed background.
1506
1507         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1508         nnmail variables.
1509
1510 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1511
1512         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1513         unless necessary.
1514
1515 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1516
1517         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1518         server.
1519
1520 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1523         so that TAB works.
1524
1525         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1526         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1527
1528         * shr.el (shr-urlify): Show the URL before the title to avoid
1529         misleading URLs.
1530
1531 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1532
1533         * shr.el (shr-urlify): Display the title in <a> tags.
1534
1535 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1536
1537         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1538
1539 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1540
1541         * nnir.el: Rearrange code to allow macros to be autoloaded by
1542         gnus-sum.el.
1543         (nnir-retrieve-headers-override-function): Make this variable
1544         customizable.
1545         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1546
1547         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1548         from nnir.el.
1549
1550 2010-12-03  Julien Danjou  <julien@danjou.info>
1551
1552         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1553
1554 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1557         allow optional argument `environment'.
1558
1559 2010-12-03  Glenn Morris  <rgm@gnu.org>
1560
1561         * mm-extern.el (message-goto-body): Update declaration.
1562
1563 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-util.el (gnus-macroexpand-all): New function.
1566
1567         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1568         instead of macroexpand-all that is unavailable in XEmacs.
1569
1570 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1571
1572         * nnir.el (nnir-summary-line-format): New variable.
1573         (nnir-mode): Use it.
1574         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1575         (nnir-article-ids): Reimplement as defsubst.
1576         (nnir-retrieve-headers): Don't mangle the subject header.
1577         (nnir-run-imap): Use 100 as RSV score.
1578         (nnir-run-find-grep): Fix for full server searching.
1579         (nnir-run-gmane): Better restriction to gmane groups.
1580
1581         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1582         summary buffers.
1583
1584 2010-12-02  Julien Danjou  <julien@danjou.info>
1585
1586         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1587
1588         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1589
1590         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1591         support.
1592
1593 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1594
1595         * nnir.el: Update to handle the registry better.
1596         (autoload): Silence byte-compiler.
1597         (nnir-open-server): Add a hook for nnir groups.
1598         (nnir-request-move-article): Don't mangle the header. Better to use
1599         formating variables (which will be added in the future).
1600         (nnir-registry-action): Update the registry using the original article
1601         group name.
1602         (nnir-mode): Install nnir-specific hooks for updating the registry.
1603
1604         * gnus-sum.el
1605         (gnus-article-original-subject,gnus-newsgroup-original-name):
1606         Remove obsolete variables.
1607         (gnus-summary-move-article): Remove use of obsolete variables.
1608         (gnus-summary-local-variables): Make move and delete hooks local to
1609         summary buffers.
1610
1611 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * rtree.el: New file.
1614
1615 2010-12-01  Julien Danjou  <julien@danjou.info>
1616
1617         * message.el (message-user-organization): Do not use
1618         gnus-local-organization.
1619
1620         * gnus.el: Remove gnus-local-organization.
1621
1622         * gnus-msg.el: Remove nastygram thing.
1623
1624 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1625
1626         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1627         funcall.
1628
1629 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1632         names.
1633
1634         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1635         characters.
1636
1637         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1638         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1639         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1640         (gnus-gravatar-transform-address): Use mail-extract-address-components
1641         that supports non-ASCII names rather than mail-header-parse-addresses.
1642
1643 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * proto-stream.el (open-protocol-stream): All starttls connections are
1646         handled by the network handler.
1647
1648 2010-11-30  Julien Danjou  <julien@danjou.info>
1649
1650         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1651         (nnimap-open-connection-1): Fix PREAUTH.
1652
1653         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1654
1655 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1658         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1659         (shr-insert): Use them.
1660         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1661
1662 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1663
1664         * nnir.el (nnir-request-move-article): Bail out if original group
1665         doesn't support article moves.
1666         (nnir-get-active): Improve active list retrieval.
1667
1668 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1671
1672 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1673
1674         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1675         seem to accept strings-with-numbers as port numbers,
1676
1677 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1678
1679         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1680         change the registry.
1681
1682 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1685         delete-dups that is not available in XEmacs 21.4.
1686
1687         * mm-util.el (mm-delete-duplicates): Add comment.
1688
1689 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1690
1691         * nnir.el (nnir-ignored-newsgroups): New variable.
1692         (nnir-get-active): Use it.
1693
1694 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * proto-stream.el (proto-stream-open-network): Add some comments.
1697
1698         * nntp.el (nntp-open-connection): Provide a :success condition.
1699
1700         * nnimap.el (nnimap-open-connection-1): Ditto.
1701
1702         * proto-stream.el (proto-stream-open-network): See what the response to
1703         the STARTTLS command is.
1704
1705         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1706         backwards compatibility).
1707         (nnimap-open-connection-1): Really respect nnimap-server-port.
1708
1709         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1710         TLS upgrades we don't really care about the identity of the peer.
1711         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1712         that what we've checked for.
1713         (proto-stream-always-use-starttls): Only default to t if
1714         open-gnutls-stream exists.
1715         (proto-stream-open-network): If STARTTLS failed, then just open a
1716         normal connection.
1717         (proto-stream-open-network): Wait until the greeting before doing
1718         STARTTLS.
1719
1720         * nntp.el (nntp-open-connection): Report what the connection error is.
1721
1722         * proto-stream.el (open-protocol-stream): Rename from
1723         open-proto-stream.
1724
1725 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nnimap.el (nnimap-stream): Change default to `undecided'.
1728         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1729         first, and then network.
1730         (nnimap-open-connection-1): Respect nnimap-server-port.
1731         (nnimap-open-connection): Be more backwards-compatible.
1732
1733         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1734         (proto-stream-open-starttls): De-duplicate the starttls code.
1735         (proto-stream-open-starttls): Folded back into the main function.
1736         (proto-stream-open-network): Fix typo in the gnutls path.
1737         (proto-stream-command): Refactor out.
1738
1739         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1740
1741         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1742         starttls.el STARTTLS.
1743
1744         * color.el (color-lab->srgb): Fix function call name.
1745
1746         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1747         if we're using tls.el.
1748         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1749         built in, then don't try to establish a STARTTLS connection.
1750
1751         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1752         servers.
1753
1754         * proto-stream.el (open-proto-stream): Use network, not stream.
1755         (open-proto-stream): Add a way to specify what the end of a command is.
1756
1757         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1758         connections types.
1759         (nntp-open-network-stream): Remove.
1760         (nntp-open-ssl-stream): Remove.
1761         (nntp-open-tls-stream): Remove.
1762         (nntp-ssl-program): Remove.
1763
1764         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1765
1766 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1767
1768         * nnir.el: Fix typos.
1769         (nnir-retrieve-headers-override-function): Rename variable to reflect
1770         new semantics.
1771         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1772         macros.
1773         (nnir-request-article, nnir-request-move-article): Use them.
1774         (nnir-categorize): New function.
1775         (nnir-run-query): Use it.
1776         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1777         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1778         sorted.
1779         (nnir-group-full-name): Use gnus-group-full-name instead.
1780         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1781         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1782
1783 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1786
1787         * proto-stream.el: New library to provide protocol-specific
1788         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1789         protocols.
1790         (open-proto-stream): Complete the documentation.
1791         (proto-stream-open-network): Fix some typos.
1792
1793         * nnimap.el (nnimap-open-connection): Use it.
1794
1795 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1796
1797         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1798         negotiation.
1799
1800 2010-11-26  Julien Danjou  <julien@danjou.info>
1801
1802         * color.el: Rename various rgb functions to srgb.
1803
1804 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1807         names.
1808
1809 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * shr.el (shr-insert): Revert last change.
1812         (shr-find-fill-point): Never leave point being at bol;
1813         relax the kinsoku limitation when rendering tables.
1814
1815 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1818         results from -accept-article.
1819
1820         * shr-color.el: Require cl when compiling.
1821
1822         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1823         checkin.
1824
1825         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1826
1827         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1828
1829         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1830         'add and 'delete to set backend marks.
1831
1832         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1833
1834         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1835
1836         * nntp.el (nntp-request-set-mark): Use it.
1837
1838         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1839
1840         * nnml.el (nnml-request-set-mark): Ditto.
1841
1842         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1843         introduces regressions in article selection.
1844         (nnimap-find-uid-response): New function.
1845         (nnimap-request-accept-article): Use the UID returned, if any.
1846         (nnimap-request-move-article): Use the UID returned, if any.
1847         (nnimap-get-groups): Reimplement to work with folded lines.
1848         (nnimap-find-uid-response): The UID is the last element in the list.
1849         (nnimap-request-set-mark): Extend syntax with 'set.
1850
1851         * nnml.el (nnml-request-set-mark): Ditto.
1852
1853         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1854
1855         * nntp.el (nntp-request-set-mark): Ditto.
1856
1857 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * message.el (message-called-interactively-p): A temporary macro.
1860         (message-goto-body): Use it temporarily.
1861
1862 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1865         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1866         (nnimap-last-response-string): Fix last unfolding fix.
1867
1868 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * shr.el (shr-insert): Fix the way to fold lines.
1871
1872 2010-11-25  Julien Danjou  <julien@danjou.info>
1873
1874         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1875
1876         * color.el: Rename from color-lab.el
1877         (color-rgb->hex): Add.
1878         (color-complement): Add.
1879         (color-complement-hex): Add.
1880
1881         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1882
1883 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1886         don't exist.
1887
1888 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1891         assuming that article displaying or another mml-preview may be
1892         interrupted for an error or for the like.
1893
1894         * shr.el (shr-get-background): Fix argument name.
1895
1896 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1899
1900         * gnus-sum.el (gnus-summary-include-articles): New function.
1901
1902         * message.el (message-goto-body): called-interactively-p needs a
1903         parameter, so use `any'.
1904
1905         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1906         clear marks before moving, since they're synced from the Gnus side
1907         first.
1908
1909         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1910         (gnus-summary-move-article): Copy over all marks before moving, so that
1911         IMAP doesn't think a new article has arrived.
1912
1913 2010-11-24  Julien Danjou  <julien@danjou.info>
1914
1915         * shr.el (shr-insert-background-overlay): Fix typo.
1916         (shr-render-td): Copy the background before rendering.
1917
1918         * shr-color.el (shr-color-visible): Fix docstring.
1919
1920         * shr.el (shr-tag-table): Add bgcolor support.
1921         (shr-render-td): Add bgcolor support.
1922         (shr-get-background): Add.
1923         (shr-insert-foreground-overlay): Use shr-get-background.
1924
1925         * message.el (message-goto-body): Use called-interactively-p.
1926         (message-in-body-p): message-goto-body returns point.
1927
1928 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1931         Fixes something or other in Emacs 23, and is backwards compatible.
1932
1933         * message.el (message-goto-body): Remove the <#secure special-casing,
1934         which is too special.
1935
1936         * shr.el (shr-parse-style): Drop !important from styles.
1937
1938 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1939
1940         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1941         this function to return incorrect results when calling it with an
1942         explicit article argument different from
1943         (gnus-summary-article-number).
1944
1945 2010-11-24  Julien Danjou  <julien@danjou.info>
1946
1947         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1948         (shr-tag-body): Add background support.
1949         (shr-descend): Add background support.
1950         (shr-tag-title): Add.
1951
1952         * shr-color.el (shr-color-visible): Really return original background
1953         if fixed.
1954
1955 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * shr.el (shr-color-check): Protect against non-existant colour names.
1958
1959 2010-11-24  Julien Danjou  <julien@danjou.info>
1960
1961         * color-lab.el: Require 'cl when compiling.
1962
1963         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1964
1965         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1966         matched part.
1967
1968         * color-lab.el: Fix all expt calls to use float type.
1969
1970 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1973         expression to shr-color-check as is.
1974
1975         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1976
1977         * color-lab.el: Add coding cookie.
1978         (float-pi): Use eval-and-compile.
1979
1980         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1981         compiled for Emacsen having no `libxml-parse-html-region' support.
1982
1983 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el (shr-insert-color-overlay): Split stuff like
1986         "#444444 !important" to find the real colour.
1987         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1988         parse <font color="red"> entries.
1989
1990 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1991
1992         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1993         point when parsing headers.
1994
1995         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1996         is positioned properly when parsing headers.
1997
1998 2010-11-23  Julien Danjou  <julien@danjou.info>
1999
2000         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2001
2002         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2003
2004         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2005
2006         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2007         Use shr-color-hue-to-rgb.
2008         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2009
2010 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * shr.el (shr-color->hexadecimal): Autoload.
2013         (shr-descend): Add color to all tags.
2014
2015 2010-11-22  Julien Danjou  <julien@danjou.info>
2016
2017         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2018         shr-color->hexadecimal.
2019
2020         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2021         RGB() or HSL() color representation.
2022
2023         * shr.el (shr-tag-font): Add.
2024         (shr-tag-color-check): New function to get better colors.
2025         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2026         tag-span.
2027
2028         * shr-color.el: New file.
2029
2030         * color-lab.el: New file.
2031
2032         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2033
2034 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2035
2036         * nnir.el: Fix typo in comments.
2037         (nnir-run-imap): Simplify code. No need to reverse artlist.
2038         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2039
2040 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2043
2044         * nnimap.el (nnimap-get-capabilities): Refactor out.
2045         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2046
2047 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2048
2049         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2050         appearing when `mm-uu-hide-markers' is nil.
2051
2052 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * nnimap.el (nnimap-unselect-group): Make into its own function.
2055         (nnimap-request-rename-group): Unselect group before renaming.
2056         This had gotten lost somewhere.
2057         (nnimap-request-accept-article): Keep track of examined groups, and
2058         unselect the group before APPENDing to read-only groups.
2059         (nnimap-request-move-article): Clear flags before moving so that they
2060         can be re-set later.
2061
2062 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2065         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2066
2067 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (gnus-mime-display-single)
2070         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2071         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2072         parameter.
2073
2074 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2077         (shr-table-vertical-line): New variable.
2078         (shr-insert-table): Use it.
2079
2080 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * gnus-html.el (gnus-html-wash-images): Don't display images if
2083         gnus-inhibit-images is non-nil; register displayer for cid images.
2084         (gnus-html-display-image): Work for cid image.
2085         (gnus-html-insert-image): Allow arguments.
2086         (gnus-html-put-image): Inhibit read-only.
2087         (gnus-html-prefetch-images): Don't prefetch images if
2088         gnus-inhibit-images is non-nil.
2089
2090 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * shr.el (shr-put-image): Break lines when inserting big pictures.
2093
2094 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2095
2096         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2097         sender, thanks Katsumi Yamaoka.
2098
2099 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2100
2101         * nnir.el (nnir-run-imap): Reverse the article list for each group
2102         rather than the whole list.
2103
2104 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * shr.el (shr-image-displayer): Protect function against non-existent
2107         image source.
2108
2109         * gnus-art.el (gnus-inhibit-images): New user option.
2110         (gnus-mime-display-single): Don't display image if it is non-nil.
2111
2112         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2113         gnus-inhibit-images.
2114
2115         * shr.el (shr-image-displayer): New function.
2116         (shr-tag-img): Use it.
2117
2118 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2119
2120         * mml2015.el (mml2015-epg-sign): Use From header.
2121
2122 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2125
2126         * gnus-util.el (gnus-find-text-property-region): Return markers.
2127
2128         * shr.el (shr-tag-img): Put a displayer in the text property.
2129
2130         * gnus-util.el (gnus-find-text-property-region): New utility function.
2131
2132         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2133         (gnus-html-show-images): Remove.
2134
2135         * gnus-art.el (gnus-article-show-images): New, more general function.
2136
2137         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2138         image url text properties.
2139
2140         * shr.el: Ditto.
2141
2142         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2143         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2144
2145 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2148         work for two or more articles.
2149
2150 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2153         divide an image that's in an html article to two or more when washing
2154         non-ASCII characters in alt text of it.
2155
2156 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2159         smime-decrypt-region using function argument.
2160         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2161
2162         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2163
2164         * smime.el (smime-decrypt-region): Catch it.
2165
2166 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2167
2168         * smime.el (smime-mode-map): Move initialization into declaration.
2169         (gnus-run-mode-hooks): Don't autoload.
2170         (smime-mode): Use define-derived-mode.
2171
2172 2010-11-11  Glenn Morris  <rgm@gnu.org>
2173
2174         * smime.el (from): Restrict declaration to XEmacs.
2175
2176         * nnir.el (gnus-group-topic-name): Autoload.
2177
2178 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * shr.el (shr-insert): Don't break long line if it is because of
2181         kinsoku-bol characters in the line end.
2182
2183 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2184
2185         * nnir.el (nnir-request-move-article): Fix to provide original group
2186         and subject.
2187         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2188         been retrieved.
2189
2190         * gnus-sum.el (gnus-summary-move-article): Use original group and
2191         subject for virtual articles such as those in an nnir summary buffer.
2192
2193 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2196         least 21.5).
2197
2198         * smime.el (from): Declare it again for XEmacs.
2199
2200 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * message.el (message-resend): Don't disable encoding unless it's
2203         already encoded.
2204
2205         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2206         low-numbered articles.
2207
2208 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * rfc2047.el (rfc2047-syntax-table): Simplify.
2211
2212         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2213
2214         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2215         set-char-table-range for XEmacs.
2216
2217 2010-11-10  Glenn Morris  <rgm@gnu.org>
2218
2219         * time-date.el (time-to-seconds): Always an alias on Emacs,
2220         never a real function.
2221         (with-no-warnings): Remove compat stub, now unused.
2222         (time-less-p): Doc fix.
2223         (time-to-number-of-days): Simplify.
2224
2225         * smime.el (from): Remove unused declaration.
2226
2227         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2228         (gnus-float-time): On Emacs, always an alias.
2229
2230         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2231         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2232
2233 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * dgnushack.el: Don't use ignore-errors in the top level form since it
2236         is unavailable in XEmacs even if cl is loaded.
2237
2238         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2239
2240 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * shr.el (browse-url-mailto): Autoload.
2243
2244         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2245
2246         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2247         regexp doesn't need quoting.
2248
2249 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2250
2251         * message.el (message-subject-trailing-was-ask-regexp)
2252         (message-subject-trailing-was-regexp): Match was: in addition to was.
2253
2254 2010-11-09  Glenn Morris  <rgm@gnu.org>
2255
2256         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2257         (nnbabyl-check-mbox): Use point-at-bol.
2258
2259 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2262
2263         * message.el (message-mailto): New function.
2264         (message-mailto): Should accept other parameters.
2265         (message-mailto): Remove since it duplicates browse-url-mailto
2266         functionality.
2267
2268 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2271         methods.
2272         (gnus-read-active-file): Ditto.
2273
2274         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2275         ": " from the prompt.
2276         (gnus-group-make-group): Ditto.
2277
2278 2010-11-07  Glenn Morris  <rgm@gnu.org>
2279
2280         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2281         (gnus-bookmark-kill-line): Use point-at-eol.
2282
2283 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2286         asterisks in From header.
2287
2288 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2291         string to avoid making the From headers syntactically invalid.
2292
2293         * message.el (message-send-mail): Don't insert courtesy messages if the
2294         message already has List-Post and List-ID messages.
2295
2296 2010-11-06  Glenn Morris  <rgm@gnu.org>
2297
2298         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2299         `condition', `type', `length' a prefix.
2300         (gnus-treat-predicate): Update for above name changes.
2301
2302 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2303
2304         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2305         binding.  Handled by `gnus-summary-refer-thread' instead.
2306         (nnir-warp-to-article): New backend function.
2307
2308         * nnimap.el (nnimap-request-thread): Force dependency updating.
2309
2310         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2311         (gnus-summary-refer-thread): Rework to improve thread-referral.
2312
2313         * gnus-int.el (gnus-warp-to-article): New function.
2314
2315         * gnus-sum.el (gnus-summary-article-map): Bind it.
2316
2317 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2320         gnus-summary-refer-thread.
2321
2322         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2323         headers.
2324         (gnus-summary-limit-include-thread): Prevent articles in thread from
2325         being cut in gnus-cut-threads.
2326         (gnus-summary-refer-thread): Limit retrieved headers to those in
2327         thread.
2328
2329 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * message.el (message-send-mail): Use the value of
2332         message-courtesy-message from the message buffer.
2333
2334         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2335
2336         * shr.el (shr-browse-url): Implement mailto: URLs.
2337
2338         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2339         "raw".
2340
2341         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2342         if it's already selected.
2343
2344         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2345
2346 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2349         to measure the length and truncate alt text.
2350
2351 2010-11-03  Glenn Morris  <rgm@gnu.org>
2352
2353         * nndiary.el (nndiary-generate-nov-databases-1)
2354         (nndiary-generate-active-info): Rename dynamic variable `files' to
2355         something less generic.
2356
2357 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2358
2359         * nnir.el (nnir-request-move-article): Call the underlying backend to
2360         move articles from nnir.
2361
2362 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2365
2366 2010-11-02  Julien Danjou  <julien@danjou.info>
2367
2368         * nnir.el: Remove wais support.
2369
2370 2010-11-02  Glenn Morris  <rgm@gnu.org>
2371
2372         * gnus-html.el: Reorder requirements to quieten compiler.
2373
2374 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2377         properly for XEmacs as well.
2378         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2379         (gnus-article-natural-long-line-p): Use window-width rather than
2380         frame-width.
2381
2382 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2385         (nnir-read-parms): Don't modify query.
2386         (nnir-run-query): Add ability to search topic on current line.
2387         (nnir-get-active): Clean up.
2388
2389 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2392         degenerate articles.
2393
2394         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2395         (gnus-print-buffer): Just print the buffer as is, without any copying
2396         to a buffer and then re-highlighting.
2397
2398         * nnimap.el (nnimap-request-group): Store the new updated info.
2399         (nnimap-request-group): Select the group when we don't know whether it
2400         exists or not.
2401
2402         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2403         groups.
2404
2405         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2406         groups.
2407
2408         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2409         groups.
2410
2411         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2412         long-lines case by only filling the long lines.
2413
2414         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2415         (bug #7311).
2416
2417 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * shr.el: No need to declare `declare-function' since shr.el is for
2420         only Emacsen that provide `libxml-parse-html-region'.
2421
2422         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2423         effective only in a file it is referred to.
2424
2425 2010-11-01  Glenn Morris  <rgm@gnu.org>
2426
2427         * mm-util.el (gnus-completing-read): Autoload.
2428         (mm-read-coding-system): Simplify Emacs definition.
2429
2430         * nnmail.el (gnus-activate-group):
2431         * nnimap.el (gnutls-negotiate):
2432         * nntp.el (netrc-parse): Fix declarations.
2433
2434 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2437         string-match-p in Emacs >=23.
2438
2439         * gnus-msg.el (gnus-configure-posting-styles)
2440         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2441
2442 2010-11-01  Glenn Morris  <rgm@gnu.org>
2443
2444         * nnir.el (declare-function): Add compat stub.
2445         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2446         (nnir-run-gmane): Require 'mm-url.
2447
2448         * mm-util.el (mm-string-to-multibyte): Simplify.
2449
2450         * shr.el (declare-function): Add compat stub.
2451         (url-cache-create-filename): Declare.
2452         (mm-disable-multibyte, widget-convert-button): Autoload.
2453
2454         * smime.el (ldap-search): Declare.
2455         (smime-cert-by-ldap-1): Require ldap on Emacs.
2456
2457         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2458         (nnimap-keepalive): Use gnus-float-time.
2459
2460         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2461         (mail-source-delete-crash-box): Use gnus-float-time.
2462
2463         * gnus-dired.el (gnus-completing-read): Autoload.
2464
2465         * mm-view.el (gnus-rescale-image): Autoload.
2466
2467         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2468
2469         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2470
2471         * sieve-manage.el: Require 'cl when compiling.
2472
2473         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2474         (gnus-iswitchb-completing-read): Require iswitchb.
2475         (gnus-select-frame-set-input-focus): Silence compiler.
2476
2477 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * message.el (message-subject-trailing-was-query): Change default to t,
2480         since I think that's what most people want.
2481
2482         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2483         appending for easier debugging.
2484         (nnimap-wait-for-connection): Take a regexp.
2485         (nnimap-request-accept-article): Wait for the continuation line before
2486         sending anything unless we're streaming.
2487
2488         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2489         leave the header washing to take place.
2490
2491 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2492
2493         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2494         regular expression match and replace in posting styles.
2495
2496 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2497
2498         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2499         an entire server.
2500         (nnir-get-active): New function.
2501         (nnir-run-imap): Use it.
2502         (nnir-run-gmane): Who knew, gmane search returns an article score!
2503
2504         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2505         server on the current line with nnir.
2506
2507 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2510         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2511         left edge.
2512         (gnus-article-foldable-buffer): Skip past the prefix when determining
2513         raggedness.
2514
2515         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2516         the raw article, and change `C-u g' to show the article without doing
2517         treatments.
2518
2519         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2520         on to `gnus-treat-article'.
2521         (gnus-inhibit-article-treatments): New variable.
2522
2523         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2524
2525         * gnus-art.el (gnus-treatment-function-alist): Have
2526         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2527         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2528         sections.
2529
2530         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2531         parameter.
2532         (gnus-article-fill-cited-long-lines): New function.
2533         (gnus-article-fill-cited-article): Allow filling only long sections.
2534
2535         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2536         and non-punctuation (like after the apostrophe in "'We").
2537
2538         * gnus-sum.el (gnus-summary-select-article): Make sure
2539         gnus-original-article-buffer is alive.
2540
2541         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2542         reflect the order they're in in the digest.
2543
2544         * gnus.el (gnus-group-startup-message): Move point to the start of the
2545         buffer.
2546
2547         * nnimap.el (nnimap-capability): New function.
2548         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2549         is set.
2550
2551 2010-10-31  David Engster  <dengste@eml.cc>
2552
2553         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2554         conform with changes to gnus-completing-read.
2555
2556 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2559
2560 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2561
2562         * nnir.el: Move defvar, defcustom around to keep file organized
2563         and keep byte-compiler quiet.
2564         (nnir-read-parms): Accept search-engine as arg.
2565         (nnir-run-query): Pass search-engine as arg.
2566         (nnir-search-engine): Remove.
2567
2568 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * shr.el (shr-generic): The text nodes should be text, not :text.
2571
2572         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2573         later in the file.
2574
2575 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2576
2577         * nnir.el: General clean up.  Allow searching with multiple engines.
2578         Allow separate extra-parameters for each engine.
2579         Batch queries when possible.
2580         (nnir-imap-default-search-key,nnir-method-default-engines):
2581         Add customize interface.
2582         (nnir-run-gmane): New engine.
2583         (nnir-engines): Use it.  Qualify all prompts with engine name.
2584         (nnir-search-engine): Remove global variable.
2585         (nnir-run-hyrex): Restore for now.
2586         (nnir-extra-parms,nnir-search-history): New variables.
2587         (gnus-group-make-nnir-group): Use them.
2588         (nnir-group-server): Remove in favor of gnus-group-server.
2589         (nnir-request-group): Avoid searching twice.
2590         (nnir-sort-groups-by-server): New function.
2591
2592 2010-10-30  Julien Danjou  <julien@danjou.info>
2593
2594         * gnus-group.el: Remove gnus-group-fetch-control.
2595
2596         * gnus-start.el (gnus-find-new-newsgroups):
2597         Remove gnus-check-first-time-used.
2598
2599         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2600
2601 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2602
2603         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2604         set on groups that don't have \* permanentflags.
2605
2606 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2609         control the background color.
2610         (shr-tag-img): Ignore very small web bug type images.
2611         (shr-put-image): Add help-echo alt texts to the images.
2612         (shr-tag-video): Show the video poster image.
2613
2614 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * shr.el (shr-table-depth): New variable.
2617         (shr-tag-table-1): Only insert the images after the top-level table.
2618
2619         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2620
2621         * gnus-util.el (gnus-list-memq-of-list): New function.
2622
2623         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2624         selected.
2625         (nnimap-unsplittable-articles): New slot.
2626         (nnimap-new-articles): Use it.
2627
2628 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2629
2630         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2631         move to the previous line on `M-g'.
2632
2633 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2636         *-request-group, which seems unnecessary.
2637
2638         * nnimap.el (nnimap-quote-specials): Function copied over from
2639         imap.el.
2640         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2641         they support that.  Suggested by Tom Regner.
2642
2643 2010-10-29  Julien Danjou  <julien@danjou.info>
2644
2645         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2646         defalias.
2647         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2648
2649         * gnus.el: Remove `gnus-nntp-service' variable.
2650         (gnus-secondary-servers): Make obsolete.
2651         (gnus-nntp-server): Make obsolete.
2652
2653         * gnus-start.el (gnus-1): Remove x-splash calls.
2654
2655         * gnus-ems.el (gnus-x-splash): Remove.
2656
2657         * gnus.el (gnus-group-startup-message): Simplify/update code.
2658
2659         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2660         definition.
2661
2662         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2663         capability before doing anything.
2664         (gnus-group-insert-group-line): Remove useless
2665         gnus-group-remove-excess-properties.
2666
2667 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2670
2671 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2674         config after reselecting.
2675
2676 2010-10-28  Julien Danjou  <julien@danjou.info>
2677
2678         * shr.el (shr-put-image): Use point even if only inserting text.
2679         (shr-put-image): Save excursion when inserting alt text on non-graphic
2680         display, so the behaviour is the same when we are on a graphic display.
2681
2682         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2683
2684 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2687         (gnus-mime-copy-part): Check coding system, not charset.
2688         (gnus-mime-view-part-externally): Never remove part.
2689         (gnus-mime-view-part-internally): Don't remove part here.
2690         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2691         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2692         multipart/alternative.
2693
2694         * mm-decode.el (mm-display-part): Take optional arg `force'.
2695
2696 2010-10-26  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-group.el (gnus-group-default-list-level): Add this function to
2699         compute the default list level.
2700         (gnus-group-default-list-level): Add possibility to use a function.
2701
2702 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2705
2706         * gnus-group.el (gnus-group-completing-read)
2707         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2708         gnus-replace-in-string.
2709
2710 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * shr.el (shr-tag-div): Add.
2713
2714         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2715
2716 2010-10-25  Julien Danjou  <julien@danjou.info>
2717
2718         * gnus-util.el: Remove `gnus-with-local-quit'.
2719
2720         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2721
2722 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2725         the original article buffer.
2726
2727 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * nnimap.el (nnimap-request-head): New function.
2730         (nnimap-request-move-article): Try to be slighly faster by not
2731         requesting the entire message when moving.
2732         (nnimap-transform-headers): Don't bug out on bodiless articles.
2733         (nnimap-send-command): Have no outstanding messages if the IMAP server
2734         doesn't support streaming.
2735         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2736
2737 2010-10-24  Julien Danjou  <julien@danjou.info>
2738
2739         * message.el (message-default-headers): Fix type.
2740
2741 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2744         prefetching images.
2745
2746         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2747         backend for unknown groups.  This is mainly useful for nnimap groups.
2748
2749         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2750         group isn't covered by the agent.
2751
2752 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2753
2754         * nnir.el (nnir-method-default-engines): New variable.
2755         (nnir-run-query): Use it.
2756         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2757         (gnus-summary-nnir-goto-thread): Change group if needed.
2758
2759         * gnus-group.el (gnus-group-group-map): Add key binding for
2760         gnus-group-make-nnir-group.
2761
2762 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el (shr-tag-object): Add.
2765
2766         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2767         original article buffer live.
2768         (gnus-summary-select-article-buffer):
2769         Mention gnus-widen-article-buffer.
2770
2771 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * shr.el (shr-tag-strong): Add.
2774
2775 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2778         group names.  They mess up the group buffer badly.
2779
2780         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2781
2782         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2783         instead of the summary one.
2784
2785 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * mml.el (mml-preview): Work properly when editing article.
2788
2789         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2790         gnus-have-read-active-file if it's already been in.
2791
2792 2010-10-22  Tom Tromey  <tromey@redhat.com>
2793
2794         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2795         gnus-group-completing-read.
2796
2797 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * message.el (message-mode-map): Don't bind M-; to comment region, to
2800         allow the global comment-dwim to work.
2801
2802 2010-10-21  Julien Danjou  <julien@danjou.info>
2803
2804         * message.el (message-setup-1): Allow message-default-headers to be a
2805         function.
2806
2807 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * shr.el (shr-tag-table): Simplify.
2810
2811 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2814         to avoid trying to snarf invalid stuff.
2815
2816         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2817
2818         * gnus.el (gnus-message-archive-group): Quote value.
2819         (gnus-message-archive-group): Mark as changed.
2820
2821         * shr.el (shr-add-font): Don't put the font properties on the newline
2822         or the indentation.
2823
2824         * message.el (message-fix-before-sending): Change options when sending
2825         non-printable characters.
2826
2827         * gnus.el (gnus-message-archive-method): Change the default to
2828         monthly outgoing groups.
2829
2830         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2831         that have gotten new numbers.
2832
2833         * nnimap.el (nnimap-request-replace-article): New function.
2834
2835 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2838         (nnrss-request-article): Don't use special html washing code.
2839
2840 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * shr.el (shr-tag-table): Remove useless nconc.
2843
2844 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-art.el (article-wash-html): Simplify and remove the charset
2847         stuff.  Use the normal html rendering code instead of the special html
2848         washing code.
2849
2850         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2851         `gnus-w3m' symbols.
2852         (mm-text-html-washer-alist): Remove.
2853
2854         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2855         (mm-inline-media-tests): Remove use.
2856         (mm-text-html-renderer): Change default to the `shr' symbol.
2857
2858         * mm-view.el (mm-inline-text-html): Remove use.
2859
2860         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2861         `gnus-blocked-images' to be a function.
2862         (gnus-article-wash-function): Remove.
2863
2864 2010-10-20  Julien Danjou  <julien@danjou.info>
2865
2866         * spam.el (spam-list-of-processors): Mark as obsolete.
2867
2868         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2869         (nnimap-insert-partial-structure): Fix boundary detection.
2870
2871 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2872
2873         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2874         run file-truename on remote files.  This can be expensive and even
2875         prevent one from editing drafts if some unrelated buffer has a stale
2876         connection.
2877
2878 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2881         kinsoku-eol regardless of shr-kinsoku-shorten.
2882         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2883         (shr-tag-table): Support caption, thead, and tfoot.
2884
2885 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2888         lines.
2889         (shr-save-contents): New command and keystroke.
2890
2891         * nndoc.el (nndoc-type-alist): Add git support.
2892         (nndoc-git-type-p): New function.
2893         (nndoc-transform-git-article): Ditto.
2894         (nndoc-transform-git-headers): Ditto.
2895         (nndoc-transform-git-headers): Generate Subject headers.
2896
2897         * shr.el (shr-parse-style): New function.
2898         (shr-tag-span): Ditto.
2899
2900         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2901         to `G G' to avoid collisions.
2902
2903 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * shr.el: Load kinsoku if necessary.
2906         (shr-kinsoku-shorten): New internal variable.
2907         (shr-find-fill-point): Make kinsoku shorten text line if
2908         shr-kinsoku-shorten is bound to non-nil.
2909         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2910         shr-indentation too when testing if table is wider than frame width.
2911         (shr-insert-table): Use `string-width' instead of `length' to measure
2912         text width.
2913         (shr-insert-table-ruler): Make sure indentation is done at bol.
2914
2915 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2916
2917         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2918         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2919         undecoded network data.
2920
2921 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2924         name in the mode line spec so that the mode line menu works
2925         (bug #2431).
2926
2927         * message.el (message-get-reply-headers): If we're fed `to-address',
2928         then always use that.
2929
2930         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2931         aren't so wide as to need to switch off the edit menu.
2932
2933         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2934         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2935
2936         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2937         `M-g'.
2938         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2939         the permanent marks.
2940
2941 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2942
2943         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2944         Splitting according to references/in-reply-to obeys the ignore-groups
2945         variable, while splitting by sender and subject do not.
2946
2947 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2950         alist, so that we can look for non-Unicode chars.
2951         (article-translate-strings): Allow both character and string maps.
2952
2953 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * shr.el (shr-insert): Don't insert space behind a wide character
2956         categorized as kinsoku-bol, or between characters both categorized as
2957         nospace.
2958
2959 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2960
2961         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2962         headers to gnus-newsgroup-headers.
2963
2964 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * shr.el (shr-tag-img): Don't align images -- since we're not
2967         rescaling, this often leads to ugly displays.
2968
2969 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2970
2971         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2972         duplicates.
2973
2974 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2975
2976         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2977         call.
2978
2979 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus.el: Autoload gnus-html-show-images.
2982
2983         * nnimap.el: Use nnheader-message throughout.
2984
2985         * shr.el (shr-tag-img): Ignore images with no data.
2986
2987 2010-10-15  Julien Danjou  <julien@danjou.info>
2988
2989         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2990         a possibility to disable format=flow encoding when using hard newlines.
2991
2992 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * shr.el (shr-insert): Remove space inserted before or after a
2995         breakable character or at the beginning or the end of a line.
2996         (shr-find-fill-point): Do kinsoku; find the second best point or give
2997         it up if there's no breakable point.
2998
2999 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnimap.el (nnimap-open-connection): Message when opening connection
3002         for debugging purposes.
3003
3004         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3005         on every setup buffer call to allow this to change from article to
3006         article.
3007
3008         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3009         buffers where we have a wide table.
3010
3011 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3012
3013         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3014         uses *-request-thread.
3015
3016 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3019         incantation, which is no longer valid.
3020
3021 2010-10-14  Julien Danjou  <julien@danjou.info>
3022
3023         * shr.el: Fix defcustom type (char -> character).
3024
3025 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3028         programs.
3029
3030 2010-10-14  Julien Danjou  <julien@danjou.info>
3031
3032         * shr.el (shr-tag-a): Use url-link as widget type.
3033
3034         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3035         `gnus-group-get-icon'.
3036
3037 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3040         This should make server editing work better.
3041
3042         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3043
3044         * tls.el (tls-program): Remove spurious %s from openssl.
3045
3046         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3047         (nnimap-parse-flags): Fix regexp.
3048
3049         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3050         probably work for CJVK text, too.
3051
3052         * nnimap.el (nnimap-extend-tls-programs): Remove.
3053         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3054
3055         * tls.el (tls-starttls-switches): Remove starttls hack.
3056         (open-tls-stream): Ditto.
3057         (tls-find-starttls-argument): Ditto.
3058
3059 2010-10-13  Julien Danjou  <julien@danjou.info>
3060
3061         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3062         responses.
3063
3064 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3067
3068         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3069         anything in Emacs.
3070
3071         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3072
3073 2010-10-13  Julien Danjou  <julien@danjou.info>
3074
3075         * shr.el (shr-width): Make shr-width a defcustom with default to
3076         fill-column.
3077         (shr-tag-img): Use shr-width rather than fill-column.
3078
3079 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * dgnushack.el (byte-optimize-apply)
3082         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3083
3084         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3085         position when (X-)Faces exist.
3086         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3087         avatars when called interactively.
3088
3089 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3092         gnus-article-x-face-too-ugly is bound.
3093
3094 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3097
3098         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3099         mailbox that doesn't exist.
3100
3101 2010-10-12  Julien Danjou  <julien@danjou.info>
3102
3103         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3104         (shr-get-image-data): Encode URL properly when fetching from cache.
3105         (shr-tag-img): Use aligned-to spaces to align correctly images.
3106
3107         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3108         before inserting the Gravatar.
3109
3110         * shr.el (shr-tag-img): Add align attribute support for <img>.
3111
3112 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-gravatar.el (gnus-art): Require.
3115
3116         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3117         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3118         Remove long obsoleted functions.
3119
3120 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3123
3124         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3125
3126         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3127         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3128         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3129         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3130         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3131         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3132         * sieve-manage.el, smime.el, spam.el:
3133         Fix comment for declare-function.
3134
3135 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * nnimap.el (nnimap-request-rename-group): Select group read-only
3138         before renaming it.
3139
3140         * shr.el (shr-insert): Fix up the white space only regexp.
3141
3142         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3143         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3144
3145         * shr.el (shr-current-column): New function.
3146         (shr-find-fill-point): New function.
3147
3148 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3149
3150         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3151         numbers.
3152
3153 2010-10-11  Julien Danjou  <julien@danjou.info>
3154
3155         * shr.el (shr-hr-line): Add.
3156         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3157         display hr lines.
3158         (shr-max-columns): Do not change state to nil if we just inserting
3159         spaces.
3160
3161 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3164         select the last group.
3165
3166 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3167
3168         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3169
3170 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3171
3172         * dig.el (dig-mode-map): Declare and define in one step.
3173
3174 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3177         for Gnus.
3178         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3179         (nnimap-update-qresync-info): Mark \Seen articles as read.
3180
3181         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3182         non-variable, too.
3183
3184         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3185         available.
3186         (nnimap-update-info): Rely more on the current active than the param
3187         active to avoid marking articles as read too much.
3188
3189         * auth-source.el (auth-source-create): Use (user-login-name) for the
3190         user name default.
3191
3192         * nnimap.el (nnimap-update-info): If the server doesn't return any
3193         useful info, just use the previous info.
3194         (nnimap-update-info): Prefer old info over start-article.
3195         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3196
3197 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3198
3199         * nnir.el (autoload): Clean up autoloads.
3200         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3201         Use key rather than value.
3202         (nnir-imap-search-other): New variable.
3203         (nnir-read-parm): Use it.
3204         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3205         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3206
3207 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3210         the process, too.
3211
3212 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * spam.el (gnus-summary-mode-map): Bind to "$".
3215         Suggested by Russ Allbery.
3216
3217         * shr.el: Rework the way things are indented by <li> slightly.
3218
3219         * gnus.el (gnus-group-set-parameter): Fix typo.
3220
3221         * nnimap.el: Start implementing QRESYNC support.
3222
3223 2010-10-09  Julien Danjou  <julien@danjou.info>
3224
3225         * nnir.el (nnir-engines): Fix too many arguments.
3226
3227 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3230         group is the "last", so that the backends like nnfolder actually save
3231         their folders.
3232
3233         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3234         try to use that for the tls stream.
3235         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3236         UIDVALIDITY and find out which groups are read-only and not.
3237         (nnimap-get-flags): Use the same marks parsing code as the rest of
3238         nnimap.
3239
3240 2010-10-09  Julien Danjou  <julien@danjou.info>
3241
3242         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3243
3244         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3245         retrieving gravatars.
3246
3247         * shr.el (shr-table-corner): Add.
3248         (shr-table-line): Add.
3249         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3250
3251 2010-10-08  Julien Danjou  <julien@danjou.info>
3252
3253         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3254
3255 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3258
3259         * gnus-sum.el (gnus-mark-article-as-unread)
3260         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3261         (gnus-summary-set-bookmark): Use it.
3262
3263         * gnus-msg.el (gnus-setup-message): Use it.
3264
3265         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3266
3267         * gnus.el (gnus-group-remove-parameter): Use it.
3268
3269         * gnus-group.el (gnus-group-make-web-group): Use it.
3270
3271         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3272
3273         * nnregistry.el: Update docs to mention manual.
3274
3275         * gnus-registry.el: Update docs to mention nnregistry.el.
3276         (gnus-registry-initialize): Don't install nnregistry refer method
3277         automatically.
3278         (gnus-registry-install-nnregistry): Remove it.
3279
3280 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * shr.el (shr-insert): Don't insert double spaces.
3283
3284 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-gravatar.el (gnus-treat-from-gravatar)
3287         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3288         called interactively.
3289
3290         * gnus-art.el (gnus-mime-view-part-externally)
3291         (gnus-mime-view-part-internally): Make predicate function passed to
3292         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3293         of a mime type.
3294
3295         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3296
3297 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * shr.el (require): Require cl when compiling.
3300         (shr-tag-hr): New function.
3301
3302         * nnimap.el (nnimap-update-info): Remove double setting of high.
3303         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3304         This makes nnimap work properly on Courier again.
3305
3306         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3307         the variable for backwards compatability.
3308
3309         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3310         the file name before using to avoid setting mm-default-directory to
3311         nil.
3312
3313         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3314         bidning gnus-agent variables.
3315
3316         * shr.el (shr-render-td): Use a cache for the table rendering function
3317         to avoid getting an exponential rendering behaviour in nested tables.
3318         (shr-insert): Rework the line-breaking algorithm.
3319         (shr-insert): Don't leave trailing spaces.
3320         (shr-insert-table): Also insert empty TDs.
3321         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3322
3323 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * gnus-sum.el (gnus-number): Rename from `number'.
3326         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3327         (gnus-summary-limit-children): Update uses correspondingly.
3328
3329 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3332         (gnus-gravatar-transform-address): Don't show avatars of people of
3333         which mail addresses match gnus-gravatar-too-ugly.
3334
3335 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * shr.el (shr-table-widths): Expand TD elements to fill available
3338         space.
3339
3340 2010-10-07  Julien Danjou  <julien@danjou.info>
3341
3342         * nnimap.el (nnimap-request-rename-group): Add this method.
3343
3344 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3347         name from XEmacs' function-arglist.
3348
3349         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3350         gravatar under XEmacs.
3351
3352 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3353
3354         * auth-source.el: Update docs with TODO items.
3355
3356         * gnus-sync.el: Update docs to explain state and plans.
3357
3358         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3359         Hooks for mark updates.
3360         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3361
3362         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3363         hooks with arguments, which is needed for mark update hooks.
3364
3365 2010-10-06  Julien Danjou  <julien@danjou.info>
3366
3367         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3368         was matched.
3369
3370         * sieve-manage.el: Update example in `Commentary'.
3371
3372         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3373
3374         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3375         not 2000.
3376         (sieve-manage-authenticate): Re-add function.
3377
3378 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * shr.el (shr-insert): Get 'space transition right.
3381         (shr-render-td): Only delete space at the end of the TD.
3382
3383         * nnimap.el (nnimap-open-connection): Prepare to support
3384         open-gnutls-stream.
3385
3386         * shr.el: Rearrange function order to be more logical.
3387
3388 2010-10-06  Julien Danjou  <julien@danjou.info>
3389
3390         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3391         (nnrss-discover-feed): Remove 404 URL in docstring.
3392
3393         * nnir.el: Fix Swish-E URL.
3394         Fix Namazu URL.
3395
3396         * message.el (message-change-subject): Remove 404 URL in a comment.
3397
3398 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3401         called interactively.
3402
3403         * gnus-util.el (gnus-remove-if): Allow hash table.
3404         (gnus-remove-if-not): New function.
3405
3406         * gnus-art.el (gnus-mime-view-part-as-type)
3407         * gnus-score.el (gnus-summary-score-effect)
3408         * gnus-sum.el (gnus-read-move-group-name):
3409         Replace remove-if-not with gnus-remove-if-not.
3410
3411         * gnus-group.el (gnus-group-completing-read):
3412         Regard collection as a hash table if it is not a list.
3413
3414 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3417
3418         * shr.el: Document the table-rendering algorithm.
3419
3420 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3423         for Emacsen having no `libxml-parse-html-region' support.
3424
3425 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3428         invalid URLs.
3429
3430         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3431         line-broken.
3432         (shr-tag-img): Ignore image fetching errors.
3433         (shr-overlays-in-region): Compute overlay positions correctly.
3434
3435         * mm-decode.el (mm-shr): Require shr.
3436
3437         * gnus-art.el (gnus-blocked-images): Move variable here.
3438
3439         * shr.el (shr-insert-table): Bind free variable.
3440
3441         * mm-decode.el (mm-shr): Bind shr-content-function.
3442
3443         * shr.el (shr-content-function): New variable.
3444
3445         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3446         added for symmetry.
3447
3448         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3449
3450         * gnus-group.el (gnus-group-make-group): Doc fix.
3451
3452         * nnimap.el (nnimap-request-newgroups): Return success.
3453
3454         * shr.el (shr-find-elements): New function.
3455         (shr-tag-table): Put all the images after the table.
3456         (shr-tag-table): Really inhibit images inside the table.
3457         (shr-collect-overlays): Copy over overlays from the TD elements to the
3458         main document.
3459
3460         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3461         gnus-blocked-images.
3462
3463 2010-10-05  Julien Danjou  <julien@danjou.info>
3464
3465         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3466
3467         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3468         (gnus-html-maximum-image-size): Add this function.
3469         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3470
3471         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3472         server-value of the capability is nil.
3473
3474 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * shr.el (shr-tag-em): Add <EM> tag.
3477
3478 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3479
3480         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3481         customizable.
3482
3483         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3484         handing broken links to browse-url.
3485
3486 2010-10-05  Julien Danjou  <julien@danjou.info>
3487
3488         * gnus-util.el (gnus-emacs-completing-read)
3489         (gnus-iswitchb-completing-read): Use autoload rather than require.
3490
3491 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3494         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3495         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3496         iswitchb-temp-buflist for XEmacs.
3497
3498         * gnus-util.el (gnus-completing-read-function): Exclude
3499         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3500         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3501         XEmacs.
3502
3503         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3504         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3505
3506         * gnus-html.el: Don't require help-fns under XEmacs.
3507         (gnus-html-schedule-image-fetching): Work for XEmacs.
3508
3509         * mm-decode.el (mm-shr): Decode contents by charset.
3510
3511 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3514         unknown.
3515
3516         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3517         (shr-get-image-data): Ensure against the cache file missing.
3518
3519         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3520         for data.
3521
3522         * spam-report.el (spam-report-url-ping-plain): Don't query about
3523         killing the process.
3524
3525         * shr.el (shr-render-td): Protect against too-wide text.
3526
3527 2010-10-04  Julien Danjou  <julien@danjou.info>
3528
3529         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3530         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3531
3532         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3533         retrieved.
3534
3535 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * shr.el (browse-url): Require.
3538         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3539         lines.
3540         (shr-show-alt-text, shr-browse-image): New commands.
3541         (shr-browse-url, shr-copy-url): New commands.
3542
3543         * gnus-sum.el (gnus-widen-article-window): New variable.
3544         (gnus-summary-select-article-buffer): Use it.
3545
3546         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3547         without @ signs.
3548
3549 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3550
3551         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3552
3553 2010-10-04  Julien Danjou  <julien@danjou.info>
3554
3555         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3556         for XEmacs.
3557
3558 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3561
3562         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3563         (nnimap-close-server): Implement.
3564
3565         * dgnushack.el (iswitchb): Require to shut up the compiler.
3566
3567         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3568         (shr-insert): Tweak line breaking.
3569         (shr-insert): Handle <pre> better.
3570         (shr-tag-li): Get <li> indentation right.
3571         (shr-tag-li): Get <li> indentation even righter.
3572         (shr-tag-blockquote): Ensure paragraph start.
3573         (shr-make-table): Tweak table generation.
3574         (shr-make-table): Fix typo.
3575
3576         * shr.el: Implement table rendering.
3577
3578 2010-10-04  Julien Danjou  <julien@danjou.info>
3579
3580         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3581
3582 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * shr.el (shr-insert): Use string anchors instead of line anchors.
3585
3586 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * shr.el: Add headings.
3589         (shr-ensure-paragraph): Actually work.
3590         (shr-tag-li): Make <ul> prettier.
3591         (shr-insert): Get white space at the beginning/end of elements right.
3592         (shr-tag-p): Collapse subsequent <p>s.
3593         (shr-ensure-paragraph): Don't insert double line feeds after blank
3594         lines.
3595         (shr-insert): \t is also space.
3596         (shr-tag-s): Fix "s" tag name function.
3597         (shr-tag-s): Fix face prop name.
3598
3599 2010-10-03  Julien Danjou  <julien@danjou.info>
3600
3601         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3602
3603         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3604         gnus-window-inside-pixel-edges.
3605
3606         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3607         gnus-ems.
3608
3609         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3610
3611         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3612         function.
3613
3614         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3615         resize choice.
3616
3617 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3620         beginning of the buffer.
3621
3622         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3623         article buffer again.
3624
3625         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3626
3627         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3628         when it's at the start of the buffer.
3629
3630         * shr.el (shr-tag-blockquote): Convert name.
3631         (shr-rescale-image): Use the right image-size variant.
3632
3633         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3634         buffer isn't shown, then select the current article first instead of
3635         bugging out.
3636         (gnus-summary-select-article-buffer): Show both the article and summary
3637         buffers again.
3638
3639         * shr.el (shr-fontize-cont): Protect against regions with no text.
3640         Rename tag functions to shr-tag-* for enhanced security.
3641         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3642
3643 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3644
3645         * shr.el (shr-insert):
3646         * pop3.el (pop3-movemail):
3647         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3648         loaded.
3649
3650 2010-10-03  Glenn Morris  <rgm@gnu.org>
3651
3652         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3653
3654         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3655
3656         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3657
3658         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3659
3660         * gnus-util.el (gnus-make-local-hook): Simplify.
3661
3662 2010-10-02  Julien Danjou  <julien@danjou.info>
3663
3664         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3665         (gnus-ido-completing-read): New function.
3666         (gnus-emacs-completing-read): New function.
3667         (gnus-completing-read): Use gnus-completing-read-function.
3668         Add gnus-completing-read-function.
3669
3670 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * shr.el (shr-insert-document): Autoload.
3673         (shr-img): Be silent.
3674         (shr-insert): Add a newline after every picture before text.
3675         (shr-add-font): Use overlays for combining faces.
3676         (shr-insert): Pass upwards the text start point.
3677
3678         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3679         possible.
3680         (mm-shr): New function.
3681
3682 2010-10-02  Julien Danjou  <julien@danjou.info>
3683
3684         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3685         should go backward.
3686
3687 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3688
3689         * shr.el (shr): Fix typo in provide call.
3690
3691 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * shr.el: New file.
3694
3695         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3696
3697         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3698         completing read.
3699
3700 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3703         we're being queried about.  Suggested by Dan Jacobson.
3704
3705         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3706         Suggested by Jason Eisner.
3707
3708         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3709         table, too.  Suggested by Stefan Wiens.
3710         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3711         the table unnecessary.  Suggested by Stefan Wiens.
3712
3713         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3714         longer needed, and probably doesn't work either, as pointed out by
3715         Stefan Wiens.
3716         (gnus-summary-exit): Remove call to the clearing function.
3717         (gnus-summary-exit-no-update): Ditto.
3718
3719         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3720         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3721         Reported by Stefan Monnier.
3722         (gnus-summary-save-in-rmail): Ditto.
3723
3724         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3725         article buffer, instead of both the article buffer and the summary
3726         buffer.  Sort of suggested by Dan Jacobson.
3727
3728         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3729
3730         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3731         Suggested by Dan Jacobson.
3732
3733         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3734         documentation clearer.
3735
3736         * message.el (message-shorten-references): Comment on the number "21".
3737         Suggested by Stefan Monnier.
3738
3739         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3740         Suggested by Dan Jacobson.
3741
3742         * gnus.el (gnus-large-newsgroup):
3743         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3744
3745         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3746         externalize attachments.  Bug reported by Steve Wen.
3747
3748         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3749         really message anything to the user.
3750
3751         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3752         directly.
3753
3754         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3755         messages in empty groups.
3756
3757 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3758
3759         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3760         non-UIDNEXT group.
3761
3762 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3765         not the value from the collection.
3766
3767         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3768         values.  This sometimes happens on some groups that have no info.
3769         (nnimap-request-newgroups): New function.
3770
3771 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3774         check into `gnus-registry-initialize'.
3775         (gnus-registry-initialize): Ditto.
3776         Fix and extend header docs.
3777
3778 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3781         regexp backtrace overflows.
3782
3783         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3784         for starttls that tls.el implements; i.e. openssl.
3785
3786         * tls.el (tls-starttls-switches): Give up on using starttls with
3787         gnutls-cli.
3788         (tls-program): Add --insecure to be consistent with the defaults from
3789         openssl s_client.  Now all three commands are insecure.
3790
3791 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * lpath.el: Bind completion-styles-alist for XEmacs.
3794
3795         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3796         (gravatar-create-image): New function that's an alias to
3797         gnus-xmas-create-image, gnus-create-image, or create-image.
3798         (gravatar-data->image): Use it.
3799
3800 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3801
3802         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3803         install the nnregistry refer method.
3804         (gnus-registry-install-hooks): Use it.
3805         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3806         unfollowed groups.
3807
3808 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3809
3810         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3811         expanding threads.
3812
3813 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnir.el: Use the server names without suffixes (bug #7009).
3816
3817         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3818         unencrypted to STARTTLS, if possible.
3819
3820 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3821
3822         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3823         headers before superseding.
3824
3825 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * nnrss.el (nnrss-use-local): Add documentation.
3828
3829         * nnimap.el (nnimap-extend-tls-programs): New function.
3830         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3831         (nnimap-wait-for-connection): Accept the greeting from the stupid
3832         output from openssl s_client -starttls, too.
3833
3834         * tls.el (tls-starttls-switches): New variable.
3835         (tls-find-starttls-argument): Use it.
3836         (open-tls-stream): Ditto.
3837
3838         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3839         (netrc-machine): Ditto.
3840
3841         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3842         article number.
3843         (nnimap-split-fancy): New variable.
3844         (nnimap-split-incoming-mail): Use it.
3845
3846         * nntp.el (nntp-server-list-active-group): Document.
3847
3848         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3849         SELECT to get the message-id.
3850
3851         * mail-source.el (mail-sources): Remove webmail support.
3852         (defvar): Ditto.
3853         (mail-source-fetcher-alist): Ditto.
3854         (mail-source-fetch-webmail): Remove.
3855
3856         * webmail.el: Remove -- doesn't seem relevant any more.
3857
3858         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3859
3860         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3861         the \r.
3862
3863 2010-09-30  Julien Danjou  <julien@danjou.info>
3864
3865         * gnus-agent.el (gnus-agent-add-group): Fix call to
3866         gnus-completing-read.
3867
3868 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nndoc.el (nndoc-retrieve-groups): New function.
3871
3872         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3873         `default', use nnmail-split-methods.
3874         (nnimap-request-article): Downcase the NILs so that they are nil.
3875
3876         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3877         symbol.
3878
3879         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3880         code, since if the user has requested network, that's what they ought
3881         to get.
3882         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3883         (nnimap-split-rule): Mark as obsolete.
3884
3885         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3886         New variable.
3887
3888         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3889         correct slot, too.
3890
3891 2010-09-29  Julien Danjou  <julien@danjou.info>
3892
3893         * gnus.el (gnus-local-domain): Declare variable obsolete.
3894
3895         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3896         Fix history computing.
3897         (gnus-ido-completing-read): Require ido.
3898
3899 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3902         build Gnus.
3903
3904         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3905         when interpreting the structures.
3906         (nnimap-request-accept-article): Add \r\n to the lines to make this
3907         work with Cyrus.
3908
3909         * nndraft.el (nndraft-request-expire-articles): Use the group name
3910         instead if "nndraft".  Fix found by Nils Ackermann.
3911
3912 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3913
3914         * nnregistry.el: Add.
3915
3916 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3917
3918         * nnmail.el (group, group-art-list, group-art):
3919         Remove unneeded directives.
3920
3921 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3924         (mm-mime-charset)
3925         * rfc2047.el (rfc2047-syntax-table)
3926         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3927
3928         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3929         rather than `insert-file-contents' and `eval-region'.
3930
3931         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3932         construction.
3933
3934         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3935
3936         * time-date.el: No need to require cl for Emacs 21.
3937
3938 2010-09-29  Julien Danjou  <julien@danjou.info>
3939
3940         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3941         replacement of `gnus-gravatar-relief' to mimic
3942         `gnus-faces-properties-alist'.
3943         Add :version property.
3944
3945 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * mail-source.el (mail-source-report-new-mail)
3948         * message.el (message-default-mail-headers)
3949         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3950
3951         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3952
3953 2010-09-28  Julien Danjou  <julien@danjou.info>
3954
3955         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3956         mail-address contains the same string as real-name.
3957
3958         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3959         non-blank in header, otherwise it'll get stripped.
3960
3961         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3962         real-name, and then for mail address rather than doing : or , search.
3963
3964 2010-09-27  Julien Danjou  <julien@danjou.info>
3965
3966         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3967         right completing-read function.
3968         (gnus-use-ido): New variable
3969         (gnus-completing-read-with-default): Remove.
3970         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3971         (gnus-agent-add-group):
3972         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3973         * mm-view.el (mm-view-pkcs7-decrypt):
3974         * mm-util.el (mm-codepage-setup):
3975         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3976         * mml-smime.el (mml-smime-openssl-sign-query):
3977         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3978         (mml-insert-multipart):
3979         * gnus-msg.el (gnus-summary-yank-message):
3980         * gnus-int.el (gnus-start-news-server):
3981         * mm-decode.el (mm-interactively-view-part):
3982         * gnus-dired.el (gnus-dired-attach):
3983         * gnus.el (gnus-read-method):
3984         * gnus-bookmark.el (gnus-bookmark-jump):
3985         * gnus-art.el (gnus-mime-view-part-as-type)
3986         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3987         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3988         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3989         * nnmairix.el (nnmairix-create-server-and-default-group)
3990         (nnmairix-update-groups, nnmairix-get-server)
3991         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3992         (nnmairix-get-group-from-file-path):
3993         * nnrss.el (nnrss-find-rss-via-syndic8):
3994         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3995         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3996         (gnus-group-browse-foreign-server):
3997         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3998         (gnus-summary-execute-command, gnus-summary-respool-article)
3999         (gnus-read-move-group-name):
4000         * gnus-score.el (gnus-summary-increase-score)
4001         (gnus-summary-score-effect):
4002         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4003
4004 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4007         x-focus-frame.
4008
4009         * nnimap.el (auth-source-forget-user-or-password)
4010         (auth-source-user-or-password): Autoload.
4011
4012         * message.el (message-from-style, message-interactive)
4013         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4014         (message-yank-prefix, message-indentation-spaces, message-signature)
4015         (message-signature-file): Add comment.
4016
4017 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4020         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4021         new articles.
4022
4023         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4024         parts.
4025         (nnimap-request-article): Work with the t setting, too.
4026
4027         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4028         that you don't get flashes of other buffers.
4029         (gnus-summary-show-complete-article): Intern before setting.
4030
4031 2010-09-27  David Engster  <dengste@eml.cc>
4032
4033         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4034         well as HEADERS.
4035         (nnmairix-retrieve-headers): Provide new argument for the above.
4036
4037 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * gnus-sum.el (gnus-summary-move-article): Don't alter
4040         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4041         group.
4042
4043         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4044
4045         * message.el (message-cite-prefix-regexp): Revert my last edit.
4046
4047         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4048         variable instead of the Gnus variable.
4049
4050         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4051
4052         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4053
4054         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4055         since some servers don't like it.
4056         (nnimap-open-connection): Forget credentials if the server says the
4057         password was wrong.
4058         (nnimap-parse-line): Protect against invalid data.
4059
4060         * gnus-sum.el (gnus-summary-move-article): Add comment.
4061         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4062         nothing alters it while scanning for new messages.
4063
4064         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4065         which may or may not help.
4066         (nnimap-open-connection): If we're doing a stream connection, and then
4067         discover we're on a STARTTLS-capable server, then open a STARTTLS
4068         connection instead.
4069
4070 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * nnimap.el (utf7): Require.
4073
4074         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4075         prefix.
4076
4077 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4078
4079         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4080
4081 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * nnimap.el (nnimap-request-accept-article): Message the error on
4084         error.
4085
4086 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4089
4090 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4091
4092         * nndoc.el (nndoc-request-list): Return success always.
4093
4094         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4095         `fetch-old' -- we only want to fetch the articles we've requested.
4096         The rest are in the agent, probably.
4097         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4098         disappeared server" to something low.  It's not important.
4099
4100         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4101         arrived before the FETCH data.
4102
4103         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4104         target here, because we don't know the Gnus name of the group.
4105
4106         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4107         for the correct group.
4108
4109         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4110
4111         * gnus.el (gnus): Give a final warning after startup.
4112
4113         * gnus-util.el (gnus-action-message-log): New variable.
4114         (gnus-message): Use it.
4115         (gnus-final-warning): New function.
4116
4117         * nnimap.el (nnimap-open-connection): Record the greeting.
4118         (nnimap): Add greeting.
4119
4120 2010-09-26  Julien Danjou  <julien@danjou.info>
4121
4122         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4123         arguments.
4124         (gnus-html-wash-images): Fix spec computing to include start/end.
4125
4126         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4127
4128 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4131         deletion.
4132         (nnimap-retrieve-headers): Don't select the group, because that's
4133         already done by nnimap-possibly-change-group.
4134
4135         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4136         (gnus-picon-transform-address): Use it.
4137
4138         * mail-source.el (mail-source-value): Revert previous patch.
4139
4140         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4141         on failure.
4142         (nnimap-open-connection): Look up both virtual and physical server name
4143         credentials.
4144
4145         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4146
4147 2009-02-07  Dave Love  <fx@gnu.org>
4148
4149         * tls.el (open-tls-stream): Don't query killing process.
4150
4151 2009-02-08  Dave Love  <fx@gnu.org>
4152
4153         * gnus-win.el (gnus-window-to-buffer-helper)
4154         (gnus-all-windows-visible-p): Function needn't be a symbol.
4155
4156         * mail-source.el (mail-source-value): Function needn't be a symbol.
4157
4158 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * message.el (message-cite-prefix-regexp): Remove } from the cite
4161         prefix.
4162
4163         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4164         highlight again, so that the highlight is correct.
4165
4166         * gnus-picon.el (gnus-picon): Remove again.
4167         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4168
4169         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4170         doing the header highlightling, so that the background colour of the
4171         picon is correct.
4172
4173         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4174         (gnus-picon): Ditto.
4175         (gnus-picon): Reinstate.  The background colour for picons is white.
4176         (gnus-picon-insert-glyph): Make the background white.
4177
4178         * nnml.el (nnml-open-nov): Don't return dead buffers.
4179
4180         * auth-source.el (auth-source-create): Query the user for whether to
4181         store the credentials.
4182
4183         * netrc.el (netrc-store-data): New function.
4184
4185         * auth-source.el (auth-source-user-or-password): Use the existing auth
4186         sources, if any, for creation.
4187
4188         * gnus.el (gnus-group-fast-parameter): Return the last matching
4189         parameter instead of the first matching parameter.
4190
4191 2010-09-26  Julien Danjou  <julien@danjou.info>
4192
4193         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4194
4195 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * mml2015.el (mml2015-use): Remove gpg support.
4198
4199         * mml1991.el (mml1991-function-alist): Remove gpg function.
4200         (mml1991-gpg-sign): Remove.
4201
4202 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4203
4204         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4205         (gnus-browse-unsubscribe-current-group): Document it.
4206         (gnus-browse-unsubscribe-group): Use it.
4207
4208 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4211         address to the To list for easier response.
4212
4213         * gnus.el (gnus-play-startup-jingle): Remove.
4214         (gnus-splash): Don't play jingle.
4215         (gnus): Silence gnus-load message.
4216
4217         * gnus-art.el (gnus-treat-play-sounds): Remove.
4218
4219         * gnus.el (gnus-play-jingle): Remove audio support.
4220
4221         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4222
4223         * earcon.el: Remove -- no users.
4224
4225         * gnus-audio.el: Remove -- no users of this package.
4226
4227         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4228
4229         * gnus-start.el (gnus-setup-news): Remove nocem support.
4230
4231         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4232
4233         * gnus.el (gnus-use-nocem): Remove.
4234
4235         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4236         Remove.
4237
4238         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4239         uses NoCeM any more.
4240
4241         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4242         (gnus-button-ctan-handler): Ditto.
4243         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4244         (gnus-button-ctan-directory-regexp): Ditto.
4245         (gnus-button-handle-ctan): Ditto.
4246         (gnus-button-tex-level): Ditto.
4247         (gnus-button-alist): Remove CTAN stuff.
4248
4249 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4252         nnimap-streaming test.
4253
4254         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4255         servers twice.
4256
4257         * nnimap.el (nnimap-open-connection): Add more error reporting when
4258         nnimap fails early.
4259
4260         * nnheader.el (nnheader-get-report-string): New function.
4261         (nnheader-get-report): Use it.
4262
4263         * gnus-int.el (gnus-check-server): Say what the error was when opening
4264         failed.
4265
4266         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4267         using streaming.
4268
4269 2010-09-25  Julien Danjou  <julien@danjou.info>
4270
4271         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4272         gnus-window-inside-pixel-edges.
4273
4274 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4277
4278         * mm-decode.el (mm-save-part): Allow saving to other directories the
4279         normal Emacs way.
4280
4281         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4282         Suggested by Jay Berkenbilt.
4283
4284         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4285         there isn't a single byte.
4286
4287         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4288         just do it.  It doesn't really seem to matter what the user responds
4289         here, I think, so it's just a confusing question.
4290
4291         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4292         non-streaming case.
4293
4294         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4295         (gnus-article-encrypt-body): Use it.
4296
4297         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4298         keystroke.
4299
4300         * nnimap.el (nnimap-find-wanted-parts-1):
4301         Use gnus-fetch-partial-articles.
4302
4303         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4304
4305         * nnimap.el (nnimap-insert-partial-structure): New function.
4306         (nnimap-get-partial-article): New function.
4307         (nnimap-request-article): Use it.
4308         (nnimap-wait-for-response): Return whether the wait was successful.
4309         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4310         retrieval wasn't successful.
4311         (nnimap-retrieve-group-data-early): Allow throttling servers.
4312         (nnimap-streaming): New variable.
4313         (nnimap-fetch-partial-articles): Remove.
4314
4315         * mm-decode.el (mm-with-part): Protect against killed buffers.
4316
4317         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4318         for prettier summary display.
4319
4320 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4321
4322         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4323
4324 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4327         apparently third-party libraries depend on it.
4328
4329         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4330         before starting negotiation.
4331
4332         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4333         privacy reasons.
4334         (gnus-treat-mail-gravatar): Ditto.
4335
4336         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4337         buffer when inserting images.  Inserting text into the headers, for
4338         instance, can make them invalid.
4339
4340 2010-09-25  Julien Danjou  <julien@danjou.info>
4341
4342         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4343         variables.
4344
4345         * nnheader.el: Remove useless variables news-reply-yank-from and
4346         news-reply-yank-message-id.
4347
4348         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4349         variables.
4350
4351         * mml1991.el: Remove useless mml1991-verbose.
4352
4353         * gnus.el: Remove useless variable gnus-use-generic-from.
4354         Remove obsolete variable gnus-topic-indentation.
4355
4356         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4357
4358         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4359
4360         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4361
4362         * gnus-group.el: Remove useless gnus-group-icon-cache.
4363         Remove useless gnus-ephemeral-group-server.
4364
4365         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4366
4367         * mml2015.el: Remove useless mml2015-verbose.
4368
4369         * mml-smime.el: Remove useless mml-smime-verbose.
4370
4371         * gnus.el: Remove useless gnus-local-domain.
4372
4373         * gnus-gravatar.el (gnus-gravatar-transform-address):
4374         Use gnus-gravatar-size.
4375
4376         * gnus-art.el: Remove useless gnus-treat-translate.
4377
4378 2010-09-24  Julien Danjou  <julien@danjou.info>
4379
4380         * gnus-sum.el: Add support for Gravatars.
4381
4382         * gnus-art.el: Add support for Gravatars.
4383
4384         * gnus-gravatar.el: Add this file.
4385
4386         * gravatar.el: Add this file.
4387
4388 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4391
4392         * gnus-group.el (gnus-group-fetch-faq): Remove.
4393
4394         * gnus.el (gnus-group-faq-directory): Remove.
4395
4396         * gnus-group.el (gnus-group-fetch-charter): Remove.
4397
4398         * gnus.el (gnus-group-charter-alist): Remove.
4399
4400         * gnus-group.el (gnus-group-archive-directory): Remove.
4401         (gnus-group-recent-archive-directory): Ditto.
4402         (gnus-group-make-archive-group): Remove.
4403
4404         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4405
4406         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4407         use the same article number for all the cached articles.
4408
4409         * nnimap.el (nnimap-command): Register the last command time so
4410         that we can use it for idling NOOPs.
4411         (nnimap-open-connection): Start the keeplive timer.
4412         (nnimap-make-process-buffer): Store all the process buffers.
4413         (nnimap-keepalive): New function.
4414
4415         * starttls.el (starttls-open-stream): Add autoload cookie.
4416
4417 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4418
4419         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4420         handling.
4421
4422 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4425         its data structures.
4426
4427         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4428         instead of the cl.el copy-list.
4429         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4430         equalp.
4431
4432 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4435         and tool-bar-local-item-from-menu.
4436
4437         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4438         mode-line-highlight face for Emacs.
4439
4440         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4441         loading gnus-sum.elc; fix comment for canlock-verify.
4442         (gnus-article-jump-to-part): Use read-number.
4443         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4444         Remove Emacs pre-21 compatible code for help-echo.
4445         (gnus-article-next-page-1): No need to adjust the number of lines.
4446         (gnus-article-describe-bindings): Always use help-buffer.
4447
4448         * gnus-audio.el (gnus-audio-inline-sound)
4449         * gnus-cus.el (gnus-custom-mode)
4450         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4451
4452         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4453
4454         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4455         compatible code.
4456
4457 2010-09-24  Glenn Morris  <rgm@gnu.org>
4458
4459         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4460         visiting the fcc file in rmail-mode.
4461
4462         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4463
4464 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * nnir.el: Silence the byte compiler.
4467
4468         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4469         alias to browse-url-url-encode-chars if any.
4470         (gnus-html-encode-url): Use it.
4471
4472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-start.el (gnus-use-backend-marks): New variable.
4475         (gnus-get-unread-articles-in-group): Use it.
4476
4477         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4478         makeover.
4479
4480 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4481
4482         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4483
4484 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4487         Remove.
4488         (gnus-setup-news-hook):
4489         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4490
4491         * gnus-int.el (gnus-request-update-info): Protect against backends not
4492         having the function.
4493
4494         * nnimap.el (nnimap-stream): Mention starttls.
4495         (nnimap-open-connection): Add starttls support.
4496
4497 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4498
4499         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4500
4501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4504         BODYSTRUCTUREs.
4505         (nnimap-transform-headers): Unfold quoted {42} headers.
4506
4507         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4508         the info.
4509         (gnus-get-unread-articles): Only call updatep on backends that support
4510         it.
4511
4512         * nnweb.el (nnweb-request-update-info): NOOP.
4513
4514         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4515
4516         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4517         since it only deals with marks.
4518
4519         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4520         gnus-request-marks, and make a new gnus-request-update-info.
4521
4522         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4523         the active instead of the high number, which is usually too low.
4524
4525 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4528         * encrypt.el: Remove.
4529
4530 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4533         server in symbolic form.
4534
4535         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4536
4537 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4540         (nnimap-update-info): Fix up code slightly.
4541
4542         * gnus-int.el (gnus-open-server): Add tracing for performance
4543         debugging.
4544
4545         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4546         (gnus-group-insert-group-line): Pass the real group name so that it
4547         gets the right data.
4548
4549         * gnus-start.el (gnus-get-unread-articles): Don't have
4550         `gnus-get-unread-articles-in-group' update info, since that can be
4551         really slow and doesn't seem to be needed?
4552
4553 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4554
4555         * time-date.el (date-to-time): Try using parse-time-string first before
4556         using the slower timezone-make-date-arpa-standard.
4557
4558 2010-09-22  Julien Danjou  <julien@danjou.info>
4559
4560         * gnus-group.el (gnus-group-insert-group-line):
4561         Call gnus-group-highlight-line.
4562         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4563         default hook list.
4564         (gnus-group-update-eval-form): Add new function.
4565         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4566         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4567
4568 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4571         immediate, then expire all articles.
4572         (nnimap-update-info): Fix off-by-one errors.
4573         (nnimap-flags-to-marks): Would return no marks lists for group with no
4574         flags.  Instead return the other data.
4575
4576 2010-09-22  Julien Danjou  <julien@danjou.info>
4577
4578         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4579         Only return an icon.
4580         (gnus-group-insert-group-line): Compute icon to return.
4581
4582         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4583         (gnus-html-image-fetched): Only cache if
4584         gnus-html-image-automatic-caching is set.
4585         (gnus-html-image-fetched): Check for errors.
4586
4587 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4590         once per method on `g'.  This ensures that backends like nnfolder don't
4591         open all their folders.
4592
4593         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4594         (nnimap-request-list): Nix out group in the correct buffer.
4595         (nnimap-parse-flags): Implement by using `read' instead of
4596         hand-parsing.
4597         (nnimap-flags-to-marks): Pass on permanent-flags.
4598         (nnimap-make-process-buffer): Record the server name.
4599         (nnimap-parse-flags): Fix typo.
4600         (nnimap-request-scan): Run split on the server in general, not just a
4601         single group.
4602
4603         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4604         parameter, and propagate this downwards.
4605
4606         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4607         since EXAMINE changes it on the server.
4608
4609         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4610         this command might take a while.
4611
4612 2010-09-22  Julien Danjou  <julien@danjou.info>
4613
4614         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4615         harmful if you have 2 images side-by-side, they can't be properly
4616         update on text deletion.  Using text-property is safer here.
4617         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4618         data.
4619
4620 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * nnimap.el (nnimap-expunge-inbox): Remove.
4623         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4624         (nnimap-expunge): Flip default to t.
4625
4626         * gnus.el (gnus-method-to-server): Don't push things to the cache
4627         unless it's unique.
4628         (gnus-server-to-method): Ditto.
4629
4630 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4633
4634 2010-09-22  Julien Danjou  <julien@danjou.info>
4635
4636         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4637         get the start of data.
4638         (gnus-html-encode-url): Add this function to encode special chars in
4639         URL.
4640         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4641         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4642
4643         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4644         default.
4645         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4646
4647         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4648         images alt-text.
4649         (gnus-html-put-image): Put alt-text as help-echo.
4650
4651 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4654         * mm-util.el (mm-decompress-buffer)
4655         * nnir.el (nnir-run-find-grep)
4656         * pop3.el (pop3-list): Use 3rd arg of split-string.
4657
4658         * time-date.el (format-seconds): Comment fix.
4659
4660         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4661         and byte-optimize-form-code-walker.
4662         (dgnushack-make-auto-load): Don't advise make-autoload.
4663
4664         * lpath.el: Remove Emacs 21 stuff.
4665
4666 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4669         outside the active range.  Suggested by Dan Christensen.
4670
4671         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4672         slightly later to avoid double-getting it.
4673
4674         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4675         previous patch.
4676
4677         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4678
4679 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4680
4681         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4682
4683 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus-int.el (gnus-open-server): Give a better error message in the
4686         "go offline" case.
4687
4688         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4689         marks for nnimap, which is seldom the right thing to do.
4690
4691         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4692         (gnus-same-method-different-name): New function.
4693
4694         * nnimap.el (parse-time): Require.
4695
4696         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4697         method in the presence of many similar methods.
4698
4699         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4700
4701         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4702         nnml-inhibit-expiry.
4703
4704         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4705         find out whether methods are equal.
4706
4707         * nnimap.el (nnimap-find-expired-articles): New function.
4708         (nnimap-process-expiry-targets): New function.
4709         (nnimap-request-move-article): Request the article before looking at
4710         what the Message-ID is.  Fix found by Andrew Cohen.
4711         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4712
4713         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4714         for oldness in addition to being a predicate.
4715
4716         * nnimap.el (nnimap-request-group): When we have zero articles, return
4717         the right data to Gnus.
4718         (nnimap-request-expire-articles): Only delete articles immediately if
4719         the target is 'delete.
4720
4721         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4722         method, this would bug out.
4723
4724         * gnus-group.el (gnus-group-expunge-group): Rename from
4725         gnus-group-nnimap-expunge, and implemented as a normal interface
4726         function.
4727
4728         * gnus-int.el (gnus-request-expunge-group): New function.
4729
4730         * nnimap.el (nnimap-request-create-group): Implement.
4731         (nnimap-request-expunge-group): New function.
4732
4733 2010-09-21  Julien Danjou  <julien@danjou.info>
4734
4735         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4736         (gnus-html-cache-expired): Add new function.
4737         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4738         wethever we should display image for fetch it.
4739         Compute alt-text earlier to pass it to the fetching function too.
4740         (gnus-html-schedule-image-fetching): Change function argument to only
4741         get one image at a time, not a list.
4742         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4743         cache.
4744         (gnus-html-get-image-data): New function to retrieve image data from
4745         cache.
4746         (gnus-html-put-image): Change buffer argument to use image data rather
4747         than file, and place image above region rather than inserting a new
4748         one.  Do not take alt-text as argument, since it's useless now: we place
4749         the image above alt-text.
4750         (gnus-html-prune-cache): Remove.
4751         (gnus-html-show-images): Start to fetch image when we find one, do not
4752         push into a temporary list.
4753         (gnus-html-prefetch-images): Only fetch image if they have expired.
4754         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4755         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4756
4757 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4760
4761 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4764         spec inser "*" if the group isn't active instead of 0.
4765
4766         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4767         opening the server.
4768         (nnimap-request-delete-group): Implement group deletion.
4769         (nnimap-transform-headers): Return the size of the entire message in
4770         the Bytes header, not just the size of the first part.
4771         (nnimap-request-move-article): When moving an article from nnimap,
4772         request the article first so the accepting form has an article to
4773         accept.  Reported by Dan Christensen.
4774         (nnimap-command): Make sure that the error message doesn't error out.
4775
4776 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4777
4778         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4779         we haven't requested anything.
4780
4781 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4784         "".  Fix found by Andrew Cohen.
4785
4786         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4787         instead of -encode-string.
4788
4789 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4792
4793         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4794         by mm-subst-char-in-string.
4795
4796 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4799         waiting for the connection string.
4800
4801         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4802         arriving.
4803
4804         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4805         bogus characters.  This allows selecting certain Gmail groups.
4806
4807         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4808         (nnimap-fetch-partial-articles): New variable.
4809         (nnimap-open-connection): When looking for credentials, also use the
4810         nnimap-server-port.
4811         (nnimap-request-article): Return the group/article number, so that Gnus
4812         `^' works as expected.
4813         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4814
4815         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4816         comments.
4817         (gnus-methods-sloppily-equal): New function.
4818         (gnus): When using the development version of Gnus, load the gnus-load
4819         file.
4820
4821         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4822         `gnus-open-server' on each method before trying to scan them etc.
4823         This ensures that all the backend parameters are set correctly.
4824
4825         * nnimap.el (nnimap-authenticator): New variable.
4826         (nnimap-open-connection): Allow anonymous login.
4827         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4828         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4829
4830         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4831         patch, found by Knut Anders Hatlen.
4832
4833 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4834
4835         * gnus-agent.el (gnus-agent-batch-confirmation)
4836         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4837         to gnus-message.
4838         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4839         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4840         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4841         * gnus-int.el (gnus-open-server): Likewise.
4842         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4843         (gnus-score-check-syntax): Likewise.
4844         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4845         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4846         Likewise.
4847         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4848
4849 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4852         calling conventions so that prefetch doesn't bug out.
4853
4854 2010-09-19  Julien Danjou  <julien@danjou.info>
4855
4856         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4857         rather than `subst-char-in-region' in order to be able to replace ASCII
4858         char by UTF-8 ones.
4859
4860         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4861         than curl.
4862         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4863         the right URL and ALT text on images.
4864         (gnus-html-wash-tags): Fix tag case.
4865         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4866         (gnus-article-html): Add -o display_ins_del=2 option.
4867         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4868
4869 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4872         the extra mail headers, which sometimes seem to happen for unknown
4873         reasons.
4874
4875         * mail-parse.el (mail-header-encode-parameter): Define as
4876         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4877         (or most, perhaps?) mail readers don't understand the latter, but do
4878         understand the former.
4879
4880         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4881         to nil, so that no methods are automatically agentized.  I think this
4882         is probably what most users want.
4883
4884         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4885         from url-retrieve, for instance about invalid URLs.
4886
4887         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4888         groups that have no articles.
4889         (nnimap-request-article): Check that we really got an article when we
4890         requested one.
4891
4892         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4893         doesn't exist.
4894
4895         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4896         nntp buffer so the agent can save it.
4897         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4898         that CRLF doesn't get translated to \n.
4899         (nnimap-open-connection): Don't make 'shell commands only send \n.
4900
4901 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4902
4903         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4904         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4905         Update var name.
4906         (nnml-generate-nov-file): Use dolist.
4907         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4908         Use with-current-buffer.
4909
4910 2010-09-18  Julien Danjou  <julien@danjou.info>
4911
4912         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4913         parallel.
4914
4915 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4918         the range update right.
4919         (nnimap-request-group): Don't make `M-g' bug out on group with no
4920         marks.
4921         (nnoo): Require, so that other packages can require nnimap.
4922         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4923         command we're looking for.  This helps when the server sends more
4924         responses after we've gotten everything we expected.
4925         (nnimap): Add a `newlinep' field to keep track of end-of-line
4926         conventions.
4927         Don't send CRLF to things that don't want it.
4928         (nnimap-request-accept-article): Ditto.
4929
4930 2010-09-18  Julien Danjou  <julien@danjou.info>
4931
4932         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4933         than curl to retrieve images.
4934
4935 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4938         the marks.
4939         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4940         (nnimap-wait-for-connection): New function.
4941         (nnimap-open-connection): If we have PREAUTH, don't query for login
4942         credentials.
4943         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4944         when doing a partial update.
4945
4946 2010-09-18  Julien Danjou  <julien@danjou.info>
4947
4948         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4949         tags.
4950
4951 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * nnimap.el (nnimap-credentials): New function.
4954         (nnimap-open-connection): Use the new function to look for credentials
4955         also on the numeric equivalents of "imap" and "imaps".
4956
4957         * gnus-start.el (gnus-activate-group): Send the info to
4958         gnus-request-group.
4959
4960         * nnimap.el (nnimap-request-group): Have the "check" version of the
4961         function parse flags and update the info, so that a `M-g' get a total
4962         resync of all flags from the group.
4963
4964         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4965         to allow backends to alter the info on group selection.  Also alter all
4966         the backend -request-group functions to take the parameter.
4967
4968         * nnimap.el (nnimap-store-info): New function.
4969         (nnimap-update-info): Store the info for later usage.
4970         (nnimap-request-group): Use the stored info for the dont-check case, so
4971         that we don't retrieve all marks when we enter a group.
4972
4973         * nnimap.el: Use deffoo instead of defun for interface functions.
4974
4975         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4976         update the group info.  This makes the nndraft groups, for instance, go
4977         back to their old behaviour.
4978
4979         * gnus-sum.el (gnus-select-newsgroup): Indent.
4980
4981         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4982         in.
4983         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4984         nothing.
4985
4986         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4987         from methods that are denied.
4988
4989         * gnus-int.el (gnus-method-denied-p): New function.
4990
4991         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4992         store the password instead of netrc.
4993         (nnimap-open-connection): Don't error out when we can't make a
4994         connections.
4995
4996         * auth-source.el (auth-source-create): In the password prompt, say what
4997         we're querying for.  Also prompt for user name if that hasn't been
4998         given.
4999
5000         * nnimap.el (nnimap-with-process-buffer): Remove.
5001
5002 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5005         method when we're reading from the agent.
5006
5007         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5008
5009         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5010         that's probably most useful for users.
5011
5012         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5013         "failed" all the time.
5014
5015         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5016         ...)) with (with-current-buffer ... ).
5017
5018         * nntp.el (nntp-open-server): Return whether the open was successful or
5019         not.
5020
5021         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5022         select an unread unseen article first.
5023
5024         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5025         /etc/services, supply some sensible port defaults.
5026
5027         * dgnushack.el: Define netrc-credentials.
5028
5029 2010-09-17  Julien Danjou  <julien@danjou.info>
5030
5031         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5032
5033 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5034
5035         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5036         doesn't have any parameters.
5037
5038 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5041         only upcased checks.
5042
5043         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5044
5045         * nnimap.el (nnimap-open-shell-stream): New function.
5046         (nnimap-open-connection): Use it.
5047         (nnimap-transform-headers): Get the number of lines in each message.
5048         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5049         number of lines.
5050         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5051         problem.
5052
5053         * utf7.el (utf7-encode): Autoload.
5054
5055         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5056         to allow the mail splitting to not return a default group.  This is
5057         useful for nnimap, which will leave unmatched mail in the inbox.
5058
5059         * nnimap.el: Rewritten.
5060
5061         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5062         nnimap usage.
5063
5064         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5065         if the move is internal, so that nnimap can do fast internal moves.
5066
5067         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5068         data.
5069         (gnus-read-active-for-groups): Support finishing the early retrieval of
5070         data.
5071
5072         * gnus-range.el (gnus-range-nconcat): New function.
5073
5074         * gnus-int.el (gnus-finish-retrieve-group-infos)
5075         (gnus-retrieve-group-data-early): New functions.
5076
5077 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5080         (nnrss-retrieve-groups):
5081         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5082         (pop3-quit): Use with-current-buffer.
5083
5084 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5087         instead of nnheader-accept-process-output.
5088
5089         * dgnushack.el (dgnushack-compile): Add comment.
5090
5091         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5092
5093         * gnus-html.el (gnus-html-schedule-image-fetching)
5094         (gnus-html-prefetch-images): Replace process-kill-without-query by
5095         gnus-set-process-query-on-exit-flag.
5096
5097 2010-09-16  Romain Francoise  <romain@orebokech.com>
5098
5099         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5100
5101 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5104         parameter to unintern is mandatory-ish in Emacs 24.
5105
5106         * gnus-html.el (gnus-html-schedule-image-fetching)
5107         (gnus-html-prefetch-images): Check for curl before using it.
5108
5109         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5110         depend on curl, which isn't essential.
5111
5112         * imap.el: Revert back to version
5113         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5114         seem problematic.
5115
5116 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5117
5118         * gnus-registry.el (gnus-registry-install-shortcuts):
5119         Explicitly pass `obarray' to `unintern' to avoid a warning.
5120
5121 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5124         change.
5125
5126         * nnrss.el (nnrss-request-list): Remove this function and related
5127         functions, including the moreover stuff.
5128
5129 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * nnrss.el (nnrss-retrieve-groups): New function.
5132
5133 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5134
5135         * .dir-locals.el: Add no-byte-compile cookie.
5136
5137 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * time-date.el (format-seconds): Comment fix.
5140
5141         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5142         for back end that doesn't support request-scan.
5143
5144 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5147         then do request scans from the backends.
5148
5149         * netrc.el (netrc-credentials): New conveniency function.
5150
5151         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5152         avoid running a hook per line, since this takes a lot of time,
5153         profiling shows.
5154         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5155         directly if gnus-visual-p is true.
5156
5157 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5160         groups; replace mapcar with dolist which is a bit faster; pass groups
5161         info to gnus-read-active-file-1.
5162         (gnus-read-active-file-1): Scan only specified groups if the new
5163         optional arg `infos' is given.
5164
5165 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5168
5169         * pop3.el (pop3-movemail): Remove.
5170         (pop3-streaming-movemail): Rename to pop3-movemail.
5171
5172         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5173         don't restrict end-tag searches to the end of the line.
5174
5175 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5178         articles of every unchecked group to t, which means unknown since the
5179         server has never been opened.
5180
5181 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * gnus-html.el (gnus-html-show-alt-text): New command.
5184         (gnus-html-browse-image): Ditto.
5185         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5186         to browse the image directly.
5187         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5188         better.
5189
5190         * gnus-async.el (gnus-async-article-callback):
5191         Call `gnus-html-prefetch-images' unconditionally.
5192
5193         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5194         before feeding URLs to curl.
5195
5196 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5199         internal images as deletable by `W D D'.
5200
5201         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5202         (gnus-async-article-callback): Fix typo.
5203
5204 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5207         current line to work around bugs in the output from w3m.
5208
5209         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5210         for groups that want that.
5211
5212         * nntp.el (nntp-wait-for-string): Supply a timeout for
5213         accept-process-output to ensure progress.
5214
5215         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5216         level to get unread articles from, then use that for foreign groups,
5217         too.
5218
5219         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5220         confuses the rest of the function.
5221
5222         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5223         for the methods that support -retrieve-groups, too.
5224
5225         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5226
5227 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5230         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5231
5232         * pop3.el: Require cl when compiling.
5233         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5234
5235 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5238         that aren't going to be activated.
5239         (gnus-get-unread-articles): Fix up the last commit.
5240
5241         * gnus-html.el (gnus-article-html): Allow calling without specifying
5242         the handle.  In that case, dissect the buffer first.
5243
5244         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5245
5246         * nnimap.el (nnimap-open-connection): Revert the change that would look
5247         into authinfo for imaps instead of imap.
5248
5249         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5250         say that you don't want to call gnus-request-group with don-check, but
5251         do check the reponse.  This is for virtual groups only.
5252         (gnus-get-unread-articles): Count the archive groups as secondary, so
5253         that they're activated the same way as before.
5254
5255         * imap.el (imap-message-map): Removed optional buffer parameter, since
5256         no callers use it.
5257         (imap-message-get): Ditto.
5258         (imap-message-put): Ditto.
5259         (imap-mailbox-map): Ditto.
5260         (imap-mailbox-put): Ditto.
5261         (imap-mailbox-get): Ditto.
5262         (imap-mailbox-get): Revert last change for this function.
5263
5264         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5265         case-insensitively.
5266         (nnimap-debug): Remove.
5267
5268         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5269         to use `imap-fetch' instead.  According to the comments, this should be
5270         safe, since all other IMAP clients use the 1:* syntax.
5271         (imap-enable-exchange-bug-workaround): Removed.
5272         (imap-debug): Removed -- doesn't seem very useful.
5273
5274         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5275         mail from a file, and the file doesn't exist.
5276
5277         * imap.el (imap-log): New convenience function used throughout instead
5278         of repeating the same code all over the place.
5279
5280         * pop3.el (pop3-streaming-movemail): Return t for success.
5281
5282         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5283         .authinfo if we're using ssl connection.
5284
5285         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5286         already have if we're in a main Gnus `g' run.
5287
5288         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5289
5290 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5293
5294         * nnmh.el (nnmh-request-list-1): Bind `file'.
5295
5296         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5297         alias to set-process-query-on-exit-flag or process-kill-without-query.
5298         (pop3-open-server): Use it.
5299
5300 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5303         box to the Incoming file.  Fixes mistake in previous checkin.
5304
5305         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5306         request loop (for debugging purposes) removed.
5307
5308         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5309         culprit is more visible.
5310         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5311         (nnml-add-incremental-nov): New functions to do "incremental" nov
5312         updates, where we just append to the end of the existing nov files
5313         without reading/writing them in full.
5314
5315         * mail-source.el (mail-source-delete-crash-box): Really only check the
5316         incoming files once in a while.
5317
5318         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5319
5320         * mail-source.el (mail-source-delete-crash-box): Only check the
5321         incoming files for deletion once per day to save a lot of file
5322         accesses.
5323
5324         * pop3.el (pop3-logon): Fix up unbound variable typo.
5325
5326         * mail-source.el (pop3-streaming-movemail): Autoload.
5327
5328         * pop3.el (pop3-streaming-movemail):
5329         Respect pop3-leave-mail-on-server.
5330
5331         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5332         retrieval.
5333
5334         * pop3.el (pop3-process-filter): Remove unused function.
5335         (pop3-streaming-movemail, pop3-send-streaming-command)
5336         (pop3-wait-for-messages, pop3-write-to-file)
5337         (pop3-number-of-responses): New functions for streaming pop3
5338         retrieval.
5339
5340         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5341         come from no known methods.
5342         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5343         list.
5344
5345         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5346         message sizes.
5347         (pop3-movemail): Use erase-buffer instead of looping and deleting
5348         regions, which seems rather odd.
5349
5350         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5351         file once per `g' run.
5352
5353         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5354         directories.  This makes the draft queue directory work.
5355
5356         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5357         data from the backends, so that we only request the list of groups from
5358         each method once.  This should speed things up considerably.
5359
5360         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5361         detect that it's not implemented.
5362
5363         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5364         we actually do recurse down into the tree, but don't stat all leaf
5365         nodes.
5366
5367         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5368         then say so instead of bugging out.
5369
5370         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5371         files exist before trying to read them.
5372
5373         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5374         around <pre_int>.
5375
5376         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5377
5378         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5379
5380 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * mm-util.el (mm-image-load-path): Just return the image directories,
5383         not all directories in the path in addition to the image directories.
5384         (mm-image-load-path): Maintain a cache of the image directories so that
5385         the `g' command in Gnus doesn't have to stat dozens of directories each
5386         time.
5387
5388         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5389         (gnus-html-wash-tags): Add a new `i' command to insert images.
5390         (gnus-html-insert-image): New command and keystroke.
5391         (gnus-html-redisplay-with-images): New command and keystroke.
5392         (gnus-html-show-images): Rename command.
5393         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5394         spacers.
5395         (gnus-html-wash-tags): Decode entities at the end, so that entities
5396         inside the tags don't mess up the rest of the "parsing".
5397
5398         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5399         so that nnimap methods aren't agentized by default.  There's apparently
5400         many problems related to agent/imap behaviour.
5401
5402         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5403
5404         * gnus-html.el: Doc fix.
5405
5406 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5409         specifier-spec-list for Emacs 21.
5410
5411         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5412         glyph-width and glyph-height instead of display-graphic-p and
5413         image-size; make avoidance of displaying small images work for XEmacs.
5414
5415         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5416         for XEmacs.
5417
5418         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5419         of symbol that holds plist data.
5420         (gnus-process-plist): Remove plist of process after getting it.
5421
5422 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * message.el (message-generate-hashcash): Change default to
5425         'opportunistic if hashcash is installed.
5426
5427         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5428         (gnus-html-put-image): Only call image-size once, since it's somewhat
5429         time-consuming on remote X servers.
5430
5431 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5434         type on data, not a file name.
5435
5436         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5437         window-pixel-edges for Emacs 21.
5438
5439         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5440         decoded contents.
5441         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5442
5443 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5446         group line format, since it isn't very interesting.
5447
5448         * gnus-agent.el (gnus-agent-short-article),
5449         (gnus-agent-long-article): Increase values for these two variables,
5450         since most people are likely to have more network connection and
5451         storage than before.
5452
5453         * gnus.el (gnus-refer-article-method): Change default to 'current.
5454         When referring an article, the common behaviour is to refer it from the
5455         current select method, not the native select method.  The chances of
5456         the native select method having the message in question is rather slim
5457         these days.
5458
5459         * gnus-sum.el (gnus-auto-select-subject): Change default to
5460         `unseen-or-unread'.  I think it's likely that most people want to
5461         select an unseen article over a previously seen, but unread one.
5462
5463         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5464         means that in the article buffer none of the minor mode elements will
5465         be shown, usually, and this is not desirable in most cases.
5466
5467         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5468         that commands like `d' (and the like) go to the next line in the
5469         buffer, instead of the next unread article.  I think this is the
5470         behaviour that is most natural for most users.
5471         (gnus-single-article-buffer): Change default to nil, so that people can
5472         have as many article buffers open as they have summary buffer.  I think
5473         this is the most natural way for the groups to behave.
5474
5475         * message.el (message-generate-new-buffers): Change default to
5476         `unsent', so that all new message buffers start their names with the
5477         string "*unsent", and it's easier to find the buffers if you move from
5478         them.
5479
5480 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5483         small.  They're probably tracking images.
5484         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5485         (gnus-html-rescale-image): Yet another try at getting the image sizing
5486         right.
5487
5488         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5489         nntp-marks-file-name is nil.
5490
5491 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * gnus-html.el (gnus-html-wash-tags)
5494         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5495         Better logging.
5496
5497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5500
5501         * gnus-html.el (gnus-html-wash-tags): Check the value of
5502         gnus-blocked-images in the summary buffer.
5503
5504 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5507
5508 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5511         like "a", it seems like.
5512         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5513         since it needs to be picked from the correct buffer.
5514
5515         * nnwfm.el: Remove.
5516
5517         * nnlistserv.el: Remove.
5518
5519 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5522         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5523
5524 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * nnkiboze.el: Remove.
5527
5528         * nndb.el: Remove.
5529
5530         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5531         alt text.
5532         (gnus-html-rescale-image): Try to get the rescaling logic right for
5533         images that are just wide and not tall.
5534
5535         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5536         overshadow variable bindings.
5537
5538 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-html.el (gnus-html-wash-tags)
5541         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5542         Add extra logging.
5543
5544 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5547         (gnus-max-image-proportion): New variable.
5548         (gnus-html-rescale-image): New function.
5549         (gnus-html-put-image): Rescale images.
5550
5551 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5552
5553         Fix up some byte-compiler warnings.
5554         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5555         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5556         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5557         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5558         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5559         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5560         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5561
5562 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-html.el (gnus-article-html): Decode contents by charset.
5565
5566 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5569         (gnus-html-frame-width, gnus-blocked-images)
5570         * message.el (message-prune-recipient-rules): Add custom version.
5571         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5572
5573         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5574         functions.
5575
5576         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5577         gnus-process-get.
5578
5579 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5580
5581         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5582         instead of lsub directly.
5583
5584 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * nnwarchive.el: Remove.
5587
5588         * gnus-soup.el: Remove.
5589
5590         * nnsoup.el: Remove.
5591
5592         * nnultimate.el: Remove.
5593
5594         * gnus-html.el (gnus-blocked-images): New variable.
5595
5596         * message.el (message-prune-recipients): New function.
5597         (message-prune-recipient-rules): New variable.
5598
5599         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5600         guess whether a long line is natural text or not.
5601
5602         * gnus-html.el (gnus-html-schedule-image-fetching):
5603         Use gnus-process-plist and friends for compatibility.
5604
5605 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5606
5607         * gnus-html.el: Require packages that define macros used in this file.
5608         (gnus-article-mouse-face): Declare to silence byte-compiler.
5609         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5610         process-get.
5611         (gnus-html-put-image): Use plist-get to avoid getf.
5612         (gnus-html-prefetch-images): Use with-current-buffer.
5613
5614 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-ems.el: Provide compatibility functions for
5617         gnus-set-process-plist.
5618
5619         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5620         header-line-format for XEmacs 21.4.
5621
5622         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5623         * gnus.el (gnus-valid-select-methods)
5624         * message.el (message-send-mail-partially-limit)
5625         * mm-decode.el (mm-text-html-renderer)
5626         * mml.el (mml-insert-mime-headers-always)
5627         * smiley.el (smiley-regexp-alist): Bump custom version.
5628
5629 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-html.el: require mm-url.
5632         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5633         with the url to `url'.
5634         (gnus-html-wash-tags): Support cid: URLs/images.
5635
5636 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5639         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5640         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5641
5642         * gnus-move.el: Remove file, since it doesn't really work.
5643
5644         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5645         UTF-8.  This seems to fix problems with some German web feeds.
5646
5647         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5648         at the top so that the proper colours are applied.
5649
5650         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5651         don't have dots in their names.
5652
5653         * gnus-art.el (gnus-article-view-part): Doc fix.
5654
5655         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5656         XEmacs-compatible.
5657         (gnus-html-put-image): Don't do images on non-graphic displays.
5658
5659         * nnslashdot.el: Remove this unused backend.
5660
5661         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5662         actions.
5663         (gnus-undo-register-1): Revert last change.
5664
5665         * gnus-group.el (gnus-group-completing-read): Protect against not
5666         having completion-styles bound.
5667
5668         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5669         make broken recipients happier.
5670
5671         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5672
5673         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5674         point parameter.
5675
5676         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5677
5678         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5679         completion-styles for group selection.
5680
5681 2009-02-04  Andreas Schwab  <schwab@suse.de>
5682
5683         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5684         headers and regexp-quote the match if necessary.
5685
5686 2009-03-24  Miles Bader  <miles@gnu.org>
5687
5688         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5689         the blinking smiley.
5690
5691 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5692
5693         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5694         blink smiley.
5695
5696 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5699         where the dribbel file lives exists.
5700
5701         * message.el (message-send-mail-partially-limit): Change the default to
5702         nil, since most people don't want this.
5703
5704         * mm-url.el (mm-url-decode-entities): Also decode entities like
5705         &#x3212.
5706
5707 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5708
5709         * gnus-sum.el (gnus-summary-idna-message):
5710         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5711         Hyperlink urls in docstrings with URL `...'.
5712
5713 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5714
5715         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5716         functions.
5717
5718 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5721         say what the mouseover text should be.
5722
5723         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5724         version of the mm-w3m-safe-url-regexp variable to only download images
5725         in the groups where we want that to happen.
5726
5727         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5728
5729         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5730         easier debugging.
5731         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5732         big pictures in the article buffer.
5733
5734         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5735         gnus-article-html.
5736         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5737         w3m.
5738
5739         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5740
5741 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5744         which doesn't exist.
5745
5746         * message.el (message-inhibit-ecomplete): New variable to allow some
5747         function to inhibit ecomplete address storage.
5748         (message-resend): Disable ecomplete message storage when resending
5749         messages.
5750
5751         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5752
5753 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5756         Save excursion while copying, moving, and deleting articles in order to
5757         prevent the cursor from jumping to unforeseen place.
5758
5759 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * lpath.el: No need to bind bookmark-current-buffer,
5762         bookmark-yank-point and bookmark-make-record-function.
5763
5764 2010-08-17  Glenn Morris  <rgm@gnu.org>
5765
5766         * gnus-sync.el: Require gnus components whose functions are used.
5767
5768         * gnus-art.el (bookmark-make-record-function):
5769         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5770         Declare for compiler.
5771
5772         * mm-url.el (mml-compute-boundary): Autoload.
5773
5774 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5777
5778 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         Typo fix "hoo4a" -> "hook".
5781
5782         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5783
5784 2010-08-14  Glenn Morris  <rgm@gnu.org>
5785
5786         * gnus-sync.el (gnus-sync): Fix defgroup version.
5787
5788 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5791
5792         * gnus-sync.el: Fix docs.
5793         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5794         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5795
5796 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         Optimizations for gnus-sync.el.
5799
5800         * gnus-sync.el: Add docs about gnus-sync-backend
5801         possibilities.
5802         (gnus-sync-save): Remove unnecessary message.
5803         (gnus-sync-read): Optimize and show what groups were skipped.
5804
5805 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         Minor bug fixes for gnus-sync.el.
5808
5809         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5810         Don't read the sync on get-new-news.
5811
5812         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5813         quiet.
5814
5815         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5816         (fix typo).
5817
5818 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5819
5820         Make saving and restoring of hidden threads work with overlays.
5821         Patch applied by Ted Zlatanov.
5822
5823         * gnus-sum.el (gnus-hidden-threads-configuration)
5824         (gnus-restore-hidden-threads-configuration): Update to deal with text
5825         properties, rather than searching for a magic character.
5826
5827 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         New gnus-sync.el library for synchronization of marks.
5830
5831         * gnus-sync.el: New library for synchronization of marks.
5832
5833         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5834         renamed from `gnus-registry-grep-in-list'.
5835
5836         * gnus-registry.el (gnus-registry-follow-group-p):
5837         Use `gnus-grep-in-list'.
5838
5839         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5840
5841 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5844         determining charset of text fails.
5845
5846 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * nnmail.el (nnmail-get-new-mail-1): Revert.
5849
5850         * nnml.el (nnml-active-number): Make sure names of newly created groups
5851         in nnml-group-alist are encoded.
5852
5853 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5856         containing non-ASCII characters in active file for nnml back end.
5857
5858 2010-07-24  David Engster  <dengste@eml.cc>
5859
5860         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5861         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5862
5863 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5864
5865         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5866         tag (Bug#6654).
5867
5868 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5871         the article buffer, not the summary buffer.
5872
5873 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5876         Emacs 23 as well.
5877
5878 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5881         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5882
5883 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5884
5885         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5886         Patch applied by Karl Fogel.
5887
5888         * gnus-sum.el (gnus-summary-bookmark-make-record):
5889         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5890
5891 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5892
5893         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5894         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5895         C-w still not working correctly from Article buffers; Thierry's
5896         patch to fix that will be applied after this.
5897
5898         * gnus-art.el (bookmark-make-record-function): New local variable.
5899
5900         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5901         article buffer.
5902         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5903
5904 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5905
5906         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5907         on changes in bookmark.el.
5908
5909 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5912         `no-log' instead of message not to log prompt string.
5913
5914 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5915
5916         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5917         the *other* type of HTML form submission.
5918
5919 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5920
5921         * auth-source.el (auth-source-pick): If choice does not contain a
5922         questioned keyword, set the check to t.
5923
5924 2010-06-12  Romain Francoise  <romain@orebokech.com>
5925
5926         * gnus-util.el (gnus-date-get-time): Move up before first use.
5927
5928 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5931         (gnus-article-edit-part): Bind it to make last part that is substituted
5932         or deleted visible.
5933         (gnus-mime-display-single): Buttonize part of which id equals to
5934         gnus-mime-buttonized-part-id.
5935
5936 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5937
5938         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5939         (gnus-dd-mmm): Use gnus-date-get-time.
5940         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5941         simplify logic.
5942         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5943         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5944
5945 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5946
5947         * auth-source.el (top): Autoload `secrets-list-collections',
5948         `secrets-create-item', `secrets-delete-item'.
5949         (auth-sources): Fix tag string.
5950         (auth-get-source, auth-source-retrieve, auth-source-create)
5951         (auth-source-delete): New defuns.
5952         (auth-source-pick): Rewrite in order to avoid 2 passes.
5953         (auth-source-forget-user-or-password): New parameter USERNAME.
5954         (auth-source-user-or-password): New parameters CREATE-MISSING and
5955         DELETE-EXISTING.  Retrieve password interactively, if needed.
5956
5957 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5958
5959         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5960         deleting unused directories when gnus-expert-user is t.
5961
5962 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5965         for each temp file when gnus-article-browse-delete-temp is ask.
5966
5967 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5968
5969         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5970         Lisp calls to delete-backward-char by calls to delete-char.
5971
5972 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5973
5974         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5975
5976 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5977
5978         * password-cache.el (password-cache-remove): Fix docstring.
5979
5980 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5983         article unless decoding article to be saved.
5984
5985 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5988         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5989         generated within the mm-with-unibyte-current-buffer macro.
5990
5991 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5994         to nil when we're in a mml-preview buffer and no group is selected.
5995
5996 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5997
5998         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5999         when catching the `C-g'.  Reported by "Leo".
6000
6001 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * message.el (message-forward-make-body-plain)
6004         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6005         multibyte-string-p.
6006
6007         * lpath.el: Revert.
6008
6009 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * message.el (message-forward-make-body-mml): Assume original message
6012         is multibyte string; error on unibyte.
6013         (message-forward-make-body-plain): Ditto; don't add excessive newline
6014         in body end.
6015
6016         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6017
6018 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6019
6020         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6021         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6022
6023 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mm-extern.el (mm-extern-url): Don't use
6026         mm-with-unibyte-current-buffer.
6027         (mm-extern-cache-contents): Use with-current-buffer instead of
6028         save-excursion + set-buffer.
6029
6030 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * mm-util.el (mm-emacs-mule): Remove.
6033
6034 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6035
6036         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6037         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6038         change.
6039
6040 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6043         bind the default value of enable-multibyte-characters to nil.
6044
6045 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * message.el (message-forward-make-body-plain)
6048         (message-forward-make-body-mml):
6049         Don't use mm-with-unibyte-current-buffer.
6050
6051 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6052
6053         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6054
6055 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6056
6057         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6058         (Bug#5592).
6059
6060 2010-05-07  Julien Danjou  <julien@danjou.info>
6061
6062         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6063         it to mm-pipe-part.
6064
6065         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6066         it is given.
6067
6068 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * binhex.el (binhex-decode-region-internal)
6071         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6072         (dns-query)
6073         * nnweb.el (nnweb-gmane-search)
6074         * pgg-parse.el (pgg-parse-armor)
6075         * pgg.el (pgg-verify-region)
6076         * sha1.el (sha1-string-external)
6077         * uudecode.el (uudecode-decode-region-internal)
6078         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6079         XEmacs.
6080
6081         * gnus-art.el (gnus-article-browse-html-parts)
6082         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6083         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6084         make-temp-file.
6085
6086         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6087         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6088         compiling.
6089
6090         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6091         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6092         XEmacs when compiling.
6093
6094         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6095         gnus-pick-mode-off-hook for XEmacs when compiling.
6096         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6097         gnus-binary-mode-off-hook for XEmacs when compiling.
6098
6099         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6100         Return nil if char-charset is not available.
6101
6102         * imap.el (imap-disable-multibyte)
6103         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6104         macros.
6105
6106         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6107         instead of encode-coding-string.
6108
6109         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6110         'xemacs) instead of mm-emacs-mule to switch function definitions.
6111         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6112
6113         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6114         bind temporary-file-directory for XEmacs;
6115         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6116         timer-set-function for XEmacs 21.4 and SXEmacs;
6117         bind timer-list for XEmacs 21.4 and SXEmacs;
6118         fbind char-charset and find-charset-region for non-Mule XEmacs;
6119         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6120         encode-coding-region and encode-coding-string for XEmacs having no
6121         file-coding feature.
6122
6123 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6124
6125         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6126
6127 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6130         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6131
6132 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6133
6134         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6135         alias `jka-compr-delete-temp-file' no longer exists.
6136
6137 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6138
6139         Use define-minor-mode in Gnus where applicable.
6140         * mml.el (mml-mode): Use define-minor-mode.
6141         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6142         (gnus-undo-mode): Use define-minor-mode.
6143         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6144         (gnus-dead-summary-mode): Use define-minor-mode.
6145         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6146         Initialize in declaration.
6147         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6148         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6149         (gnus-mailing-list-mode): Use define-minor-mode.
6150         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6151         (gnus-draft-mode): Use define-minor-mode.
6152         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6153         (gnus-dired-mode): Use define-minor-mode.
6154
6155 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6156
6157         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6158         handles on recursive mml-to-mime translation and check them for
6159         boundary delimiter collisions.  Reported by Greg Troxel.
6160
6161 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6164
6165 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6166
6167         * mm-util.el (mm-find-buffer-file-coding-system):
6168         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6169
6170 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6171
6172         * message.el (message-generate-headers): Record insertion of optional
6173         headers as well.  Otherwise the check to prevent repeated insertion of
6174         optional headers is a no-op.
6175
6176 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * smime.el: Don't mention CVS.
6179
6180         * nnrss.el (nnrss-fetch): Don't mention CVS.
6181
6182         * nnir.el: Don't mention CVS.
6183
6184 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6185
6186         * gnus-sum.el (gnus-summary-bookmark-make-record):
6187         Add `location' field.
6188
6189 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * lpath.el: Fbind bookmark-default-handler,
6192         bookmark-get-bookmark-record, bookmark-make-record-default,
6193         bookmark-prop-get for Emacs <23 and XEmacs.
6194
6195 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6196
6197         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6198         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6199         Use with-current-buffer to silence the byte-compiler.
6200         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6201         bother to require `gnus'.
6202         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6203
6204 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6205
6206         * gnus-sum.el (gnus-summary-bookmark-make-record)
6207         (gnus-summary-bookmark-jump): New functions.
6208         (gnus-summary-mode): Setup bookmark support.
6209
6210 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6211
6212         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6213         if set.
6214
6215 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6218         gnus-article-browse-html-save-cid-image; make it work recursively for
6219         forwarded messages as well.
6220         (gnus-article-browse-html-parts): Work when prefix arg is given.
6221         (gnus-article-browse-html-article): Doc fix.
6222
6223 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6224
6225         * message.el (message-default-mail-headers):
6226         (message-default-headers): Carry the value mail-default-headers over
6227         into message-default-mail-headers, rather than message-default-headers.
6228
6229 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6230
6231         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6232         charset.
6233
6234         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6235         charset into the <meta> tag when the article is encoded to utf-8.
6236
6237 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * gnus-art.el (gnus-article-browse-delete-temp-files):
6240         Delete directories as well.
6241         (gnus-article-browse-html-parts): Work for images that do not specify
6242         file names; delete temp directory when quitting; insert header at the
6243         right place; use file: scheme for image files.
6244
6245 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6246
6247         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6248         (gnus-article-browse-html-parts): Use it to make temporary cid image
6249         files in addition to html file so that browser may display them.
6250
6251 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6254
6255 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6258
6259 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * auth-source.el (auth-sources): Change default to be simpler.
6262         Explain about Secret Service API sources.  Improve Customize options.
6263         (auth-source-pick): Change to accept any number of search parameters.
6264         Implement fallbacks iteratively, not recursively.  Add scoring on the
6265         second pass and sort by score.  Call Secret Service API when needed.
6266         (auth-source-user-or-password): Use it.  Call Secret Service API
6267         directly when needed to get the user name and the password.
6268
6269 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6270
6271         * message.el (message-interactive): Doc fix.
6272         (message-qmail-inject-args): Reflow.
6273         (message-kill-to-signature): Fix typo in docstring.
6274
6275         * smiley.el (smiley-buffer): Fix typo in docstring.
6276
6277 2010-03-24  Glenn Morris  <rgm@gnu.org>
6278
6279         * mail-source.el (gnus-message): Declare.
6280         (mail-source-delete-old-incoming): Require gnus-util.
6281
6282 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6285
6286         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6287
6288         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6289         password-cache's default if it is not bound.
6290         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6291         password-cache-expiry's default if it is not bound.
6292
6293         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6294         available in Emacs 21.
6295
6296         * lpath.el: Suppress compiler warnings for:
6297         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6298         XEmacs;
6299         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6300         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6301         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6302
6303 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * auth-source.el (auth-sources): Fix up definition so extra parameters
6306         are always inline.
6307
6308 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6309
6310         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6311         wasn't updated after mismatch.  Clear cached mailbox info correctly
6312         when uidvalidity changes.
6313         (nnimap-group-prefixed-name): New function to avoid some code
6314         duplication.
6315         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6316         (nnimap-request-group): Use it.
6317         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6318         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6319         with many imap folders.  This is done by caching the group status from
6320         the imap server persistently in a group parameter `imap-status'.  (This
6321         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6322         but not persistently, so every Gnus startup was still very slow.)
6323
6324 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6325
6326         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6327         delete the extra newline.  Otherwise editing of :string and :number
6328         types don't work.
6329
6330 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6333         secrets.el dependency.
6334         (auth-sources): Add optional user name.  Add secrets.el configuration
6335         choice (unused right now).
6336
6337 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * gnus-sum.el (gnus-summary-make-menu-bar):
6340         Let `gnus-registry-install-shortcuts' fill in the functions.
6341
6342         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6343         warnings.
6344         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6345         (gnus-registry-install-shortcuts): Populate and use it in a
6346         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6347
6348 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6349
6350         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6351         In-place substitutions for the group name encoding/decoding.
6352         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6353         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6354         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6355         (nnimap-update-unseen, nnimap-request-list)
6356         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6357         (nnimap-request-set-mark, nnimap-split-to-groups)
6358         (nnimap-split-articles, nnimap-request-newgroups)
6359         (nnimap-request-create-group, nnimap-request-accept-article)
6360         (nnimap-request-delete-group, nnimap-request-rename-group)
6361         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6362         `encoded-mbx' for consistency.
6363         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6364         variable `imap-current-mailbox'.
6365
6366         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6367         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6368
6369 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6370
6371         * pop3.el (pop3-display-message-size-flag): Display message size byte
6372         counts during POP3 download.
6373         (pop3-movemail): Use it.
6374         (pop3-list): Implement listing of available messages.
6375
6376 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6377
6378         * nnir.el (nnir-get-article-nov-override-function): New function to
6379         override the normal NOV retrieval.
6380         (nnir-retrieve-headers): Use it.
6381
6382 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6383
6384         * auth-source.el (netrc-machine-user-or-password): Autoload.
6385
6386 2010-03-19  Glenn Morris  <rgm@gnu.org>
6387
6388         Stop message.el from loading about 40 libraries it doesn't always need.
6389         The general approach is to autoload rather than require, and to
6390         require in the specific functions rather than the file.  (Bug#5642)
6391
6392         * gmm-utils.el: Don't require wid-edit.
6393         (widget-create-child-value, widget-convert, widget-default-get):
6394         Autoload.
6395
6396         * gnus-util.el: Don't require time-date, netrc.
6397         (message-fetch-field, gnus-group-name-decode): Declare rather than
6398         autoloading.
6399         (gnus-fetch-field): Require message.
6400         (gnus-decode-newsgroups): Require gnus-group.
6401
6402         * ietf-drums.el: Don't require time-date.
6403
6404         * message.el: Don't require hashcash, canlock, ecomplete.
6405         Do require mail-utils.  Require nnheader only when compiling.
6406         (smtpmail-default-smtp-server): Remove declaration.
6407         (message-send-mail-function): Check smtpmail-default-smtp-server
6408         is bound rather than requiring smtpmail.
6409         (message-auto-save-directory, message-insert-signature):
6410         Use expand-file-name rather than nnheader-concat.
6411         (nnheader-insert-file-contents): Autoload.
6412         (hashcash-wait-async): Declare.
6413         (message-send-mail): Only call gnus-setup-posting-charset if
6414         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6415         (message-send-mail-with-sendmail): Require sendmail.
6416         (canlock-password, canlock-password-for-verify): Declare.
6417         (message-canlock-password): Require canlock.
6418         (nnheader-get-report): Autoload.
6419         (gnus-setup-posting-charset): Declare.
6420         (message-send-news): Require gnus-msg.
6421         (message-make-references, message-make-in-reply-to): Use mail-header-id
6422         rather than the alias mail-header-message-id.
6423         (ecomplete-add-item, ecomplete-save): Declare.
6424         (message-put-addresses-in-ecomplete): Require ecomplete.
6425         (ecomplete-display-matches): Autoload.
6426
6427         * mm-decode.el: Don't require mailcap, gnus-util.
6428         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6429         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6430         Autoload.
6431         (mailcap-mime-extensions): Declare.
6432
6433         * mm-encode.el: Don't require mailcap.
6434         (mailcap-extension-to-mime): Autoload.
6435
6436         * mml-sec.el: Don't require password-cache.
6437
6438         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6439         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6440         (mml-minibuffer-read-type): Require mailcap.
6441         (mml-preview): Require gnus-msg.
6442
6443         * mml1991.el: Require password-cache.
6444         (password-cache-expiry): Remove declaration.
6445
6446         * mml2015.el: Require password-cache.
6447         (password-cache-expiry): Remove declaration.
6448
6449         * nneething.el (mailcap): Require mailcap.
6450
6451         * nnheader.el (declare-function): Add compatibility stub.
6452         (message-remove-header): Declare rather than autoload.
6453         (nnheader-replace-header): Require message.
6454
6455         * nnimap.el (declare-function): Add compatibility stub.
6456         (netrc-parse, netrc-machine-user-or-password): Declare.
6457         (nnimap-open-connection): Require netrc.
6458
6459         * nntp.el (declare-function): Add compatibility stub.
6460         (netrc-parse, netrc-machine, netrc-get): Declare.
6461         (nntp-send-authinfo): Require netrc.
6462
6463         * rfc2047.el: Don't require qp.
6464         (quoted-printable-encode-region, quoted-printable-decode-string):
6465         Autoload.
6466
6467         * sieve-mode.el: Don't require easymenu.
6468         (easy-menu-add-item): Autoload it.
6469
6470         * spam-stat.el (time-to-number-of-days): Autoload it.
6471
6472 2010-03-19  Glenn Morris  <rgm@gnu.org>
6473
6474         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6475
6476 2010-03-18  Glenn Morris  <rgm@gnu.org>
6477
6478         * hashcash.el (declare-function): Remove duplicate definition.
6479
6480 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6481
6482         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6483         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6484         value if any backslash escapes).
6485
6486 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6489         if it is available.  (bug#5647)
6490
6491         * lpath.el: Suppress compiler warning for coding-system-from-name for
6492         Emacs 21 and XEmacs.
6493
6494 2010-03-14  Juri Linkov  <juri@jurta.org>
6495
6496         * hmac-def.el:
6497         * hmac-md5.el:
6498         * netrc.el: Fix keywords.
6499
6500 2010-02-26  Glenn Morris  <rgm@gnu.org>
6501
6502         * message.el (message-send-mail-function): Change the default, so that
6503         it inherits from a customized send-mail-function.  (Bug#5643)
6504
6505 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6506
6507         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6508         shell-command-to-string signals an error (bug#5299).
6509
6510 2010-02-24  Glenn Morris  <rgm@gnu.org>
6511
6512         * message.el (message-smtpmail-send-it)
6513         (message-send-mail-with-mailclient): Doc fixes.
6514
6515 2010-02-16  Glenn Morris  <rgm@gnu.org>
6516
6517         * message.el (message-default-mail-headers): Change the default value
6518         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6519
6520 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6523         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6524
6525 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6526
6527         * time-date.el (date-to-time): Doc fix (Bug#5408).
6528
6529 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6530
6531         * message.el (message-mail): Just pass yank-action on to message-setup.
6532         (message-setup): Handle (FUN . ARGS) form of yank-action.
6533         (message-with-reply-buffer, message-widen-reply)
6534         (message-yank-original): Handle non-buffer values of
6535         message-reply-buffer (Bug#4080).
6536         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6537
6538 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6539
6540         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6541         Fix typo in docstring.
6542
6543 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6544
6545         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6546         response.
6547
6548 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6551
6552         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6553
6554         * message.el (message-check-news-header-syntax): Protect against a
6555         string that `rfc822-addresses' returns when parsing fails.
6556
6557 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6560         (gnus-previous-char-property-change): New functions.
6561
6562         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6563
6564 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6565
6566         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6567         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6568
6569 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6570
6571         * message.el (message-exchange-point-and-mark): Rework last change to
6572         avoid using optional arg of exchange-point-and-mark, for backward
6573         compatibility.
6574
6575 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6576
6577         * message.el (message-exchange-point-and-mark):
6578         Call exchange-point-and-mark with an argument rather than setting
6579         mark-active by hand (Bug#5175).
6580
6581 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * nntp.el (nntp-service-to-port): Work for service expressed with
6584         numeric string; replace [:digit:] with [0-9] for XEmacs.
6585
6586 2009-12-17  Glenn Morris  <rgm@gnu.org>
6587
6588         * gnus-group.el (gnus-bug-group-download-format-alist):
6589         Change emacs entry to debbugs.gnu.org.  Bump :version.
6590
6591 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6594
6595 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * message.el (message-info): Explain why we use `Info-goto-node'.
6598
6599 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6602
6603 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6604
6605         * message.el (message-completion-in-region): New compatibility function.
6606         (message-expand-group): Use it.
6607
6608 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6611         with no unread article should be listed if the 2nd arg `predicate' is
6612         given.
6613
6614 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6617
6618 2009-11-29  Juri Linkov  <juri@jurta.org>
6619
6620         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6621         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6622         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6623
6624 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6625
6626         * sha1.el (sha1-string-external): default-directory "/" in case
6627         otherwise non-existent.  process-connection-type pipe for touch of
6628         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6629
6630 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6631
6632         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6633         it's comms related and sgml-mode.el has "comm" on that basis too.
6634
6635 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6638         containing tspecial characters if they have been already quoted.
6639
6640 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6641
6642         * dns-mode.el (auto-mode-alist): Purecopy string.
6643
6644 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6647
6648 2009-10-24  Glenn Morris  <rgm@gnu.org>
6649
6650         * gnus-art.el (help-xref-stack-item): Define for compiler.
6651
6652 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6653
6654         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6655
6656 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6659
6660 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6663         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6664
6665 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6668         (gnus-overlays-in): New alias to overlays-in.
6669
6670         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6671         gnus-overlay-get, and gnus-delete-overlay.
6672         (gnus-summary-show-thread): Make it work as well for systems in which
6673         next-single-char-property-change is not available.
6674         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6675
6676         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6677         (gnus-overlay-get): New alias to extent-property.
6678         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6679
6680         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6681         SXEmacs.
6682
6683         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6684         SXEmacs.
6685
6686 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6689
6690 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6691
6692         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6693         and XEmacs that don't have `remove-overlays'.
6694
6695 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6696
6697         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6698         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6699         selective display.  Use overlays instead.
6700
6701 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6702
6703         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6704
6705 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6706
6707         * spam-stat.el (spam-stat-load): Fix typo in message.
6708
6709 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6710
6711         * dig.el (dig-invoke): Fix typo in docstring.
6712         (query-dig): Reflow docstring.
6713
6714 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6715
6716         * gnus-art.el (gnus-article-encrypt-body):
6717         * message.el (message-check-recipients):
6718         * mm-util.el (mm-codepage-setup):
6719         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6720         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6721
6722 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6723
6724         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6725         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6726         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6727         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6728         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6729
6730 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6731
6732         * dig.el: Add "Keywords: comm", as per net-utils.el.
6733
6734 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * dig.el (dig-mode): Use define-derived-mode.
6737
6738 2009-09-19  Glenn Morris  <rgm@gnu.org>
6739
6740         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6741
6742 2009-09-18  Glenn Morris  <rgm@gnu.org>
6743
6744         * gnus-diary.el (gnus-diary-check-message):
6745         * message.el (message-insert-formatted-citation-line):
6746         * nnbabyl.el (top-level):
6747         * nndiary.el (nndiary-schedule):
6748         Fix typos in condition-case handlers.
6749
6750 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6753         configuration that provides the sole article window in a frame;
6754         position point correctly after deleting a part.
6755
6756 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6757
6758         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6759         (spam-resolve-registrations-routine): Use it to unregister articles
6760         that change status.
6761
6762 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6765         with XEmacs.
6766         (parse-time-string-chars): Use it.
6767
6768 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * imap.el (imap-interactive-login): Better messages.
6771         (imap-open): Fix bug with renamed buffer on reconnect.
6772         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6773         for easier debugging and cleaner code.  On successful (guessed based on
6774         server capabilities) secondary authentication, set imap-state
6775         correctly.
6776         (imap-last-authenticator): Define imap-last-authenticator as a variable
6777         to avoid warnings.
6778
6779 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * nnrss.el (nnrss-request-article): Remove binding of
6782         default-enable-multibyte-characters that has gotten needless by
6783         the 2007-07-13 change in rfc2047-encode-message-header.
6784
6785         * mml.el (mml-insert-multipart): Error on the message header.
6786         (mml-insert-part): Error on the message header; position point at
6787         the end of a MIME tag.
6788
6789 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * time-date.el (autoload): Expand define-obsolete-function-alias into
6792         defalias and make-obsolete for old Emacsen that Gnus supports.
6793         (with-no-warnings): Define it for old Emacsen.
6794         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6795         is available.
6796         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6797         float-time is available; suppress compile warning for time-to-seconds.
6798
6799         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6800         (gnus-float-time): Alias to float-time if it exists.
6801
6802         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6803         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6804         float-time is available; suppress compile warning for time-to-seconds.
6805
6806         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6807         XEmacs.
6808
6809 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6810
6811         * imap.el (imap-message-map): Docstring fix.
6812
6813 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6816         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6817         Add the optional argument `encoding' that overrides the default.
6818
6819         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6820         mm-encode-buffer.
6821
6822 2009-09-04  Glenn Morris  <rgm@gnu.org>
6823
6824         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6825         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6826         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6827         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6828         * mm-util.el (mm-with-unibyte-current-buffer)
6829         (mm-find-buffer-file-coding-system):
6830         * yenc.el (yenc-decode-region): Use default-value rather than
6831         default-enable-multibyte-characters.
6832
6833 2009-09-03  Glenn Morris  <rgm@gnu.org>
6834
6835         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6836         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6837         than default-enable-multibyte-characters.
6838
6839 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6840
6841         * gnus-art.el (gnus-article-read-summary-keys):
6842         Fix gnus-buffer-configuration's value temporarily used.
6843
6844 2009-09-02  Glenn Morris  <rgm@gnu.org>
6845
6846         * gnus-util.el (gnus-float-time): New function.
6847         * gnus-delay.el (gnus-delay-article):
6848         * gnus-sum.el (gnus-thread-latest-date):
6849         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6850         * nnspool.el (nnspool-request-newgroups):
6851         Use gnus-float-time rather than time-to-seconds.
6852         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6853
6854         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6855         (gnus-header-subject-face, gnus-header-newsgroups-face)
6856         (gnus-header-name-face, gnus-header-content-face):
6857         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6858         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6859         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6860         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6861         (gnus-cite-face-11):
6862         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6863         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6864         (gnus-server-closed-face, gnus-server-denied-face)
6865         (gnus-server-offline-face):
6866         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6867         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6868         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6869         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6870         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6871         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6872         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6873         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6874         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6875         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6876         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6877         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6878         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6879         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6880         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6881         (gnus-summary-high-undownloaded-face)
6882         (gnus-summary-low-undownloaded-face)
6883         (gnus-summary-normal-undownloaded-face)
6884         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6885         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6886         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6887         (gnus-splash-face):
6888         * message.el (message-header-to-face, message-header-cc-face)
6889         (message-header-subject-face, message-header-newsgroups-face)
6890         (message-header-other-face, message-header-name-face)
6891         (message-header-xheader-face, message-separator-face)
6892         (message-cited-text-face, message-mml-face):
6893         * sieve-mode.el (sieve-control-commands-face)
6894         (sieve-action-commands-face, sieve-test-commands-face)
6895         (sieve-tagged-arguments-face):
6896         * spam.el (spam-face):
6897         Mark face aliases with "-face" in the name as obsolete.
6898
6899 2009-09-01  Glenn Morris  <rgm@gnu.org>
6900
6901         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6902         than goto-line.
6903
6904 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6907         Don't move point if the command is invoked inside the message header.
6908
6909 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * imap.el (imap-send-command): Simplify.
6912         (imap-wait-for-tag): point-max -> buffer-size.
6913
6914 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6917         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6918         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6919         * nnir.el (nnir-swish-e-index-file):
6920         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6921         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6922         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6923         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6924         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6925         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6926
6927 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6930         Don't save excursion.
6931
6932 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * nnheader.el (nnheader-find-file-noselect):
6935         * mm-util.el (mm-insert-file-contents):
6936         Use (default-value 'major-mode) instead of default-major-mode.
6937
6938 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6939
6940         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6941
6942 2009-08-26  Glenn Morris  <rgm@gnu.org>
6943
6944         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6945         than placing in files.el.
6946
6947 2009-08-25  Glenn Morris  <rgm@gnu.org>
6948
6949         * nnir.el (top-level): Don't require cl at run-time.
6950         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6951         Replace cl-function substitute with gnus-replace-in-string.
6952         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6953         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6954         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6955         simplified expansions.
6956
6957 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6958
6959         * dig.el (dig): Add autoload cookie.
6960
6961 2009-08-22  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6964         goto-line.
6965
6966 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6967
6968         * parse-time.el (parse-time-string-chars): Save match data.
6969
6970 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6971
6972         * parse-time.el (parse-time-string-chars): Compute using character
6973         classes, to handle non-ascii characters (Bug#3190).
6974
6975 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6978
6979         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6980         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6981         (gnus-mm-display-part, gnus-mime-display-single)
6982         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6983         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6984
6985         * gnus-sum.el
6986         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6987         (gnus-summary-move-article): Add expirable mark to articles copied or
6988         moved to group that has auto-expire turned on if the option is non-nil.
6989
6990 2009-07-24  Glenn Morris  <rgm@gnu.org>
6991
6992         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6993         Fix typo.  (Bug#3903)
6994
6995 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6998         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6999         that should not be used for draft articles.
7000         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7001         that has no concern in minor mode keys.
7002         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7003         Abolish.
7004
7005 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7008         article without making inquiry to a user for unknown encoding.
7009
7010         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7011         (nnmaildir--scan): Assume i-node and device number that file-attributes
7012         returns might be cons-cell.
7013
7014         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7015
7016         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7017
7018 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7019
7020         * auth-source.el: Remove docs now in auth.texi.  Don't use
7021         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7022         `auth-source-hide-passwords' and use them.
7023
7024 2009-07-15  Glenn Morris  <rgm@gnu.org>
7025
7026         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7027
7028 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7031         excessive whitespace from the default values of title and description.
7032
7033 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7036         mail-fetch-field to fetch Content-Description header in order to
7037         exclude newlines.
7038
7039 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7040
7041         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7042         format used by GnuPG 2.0.11.
7043
7044 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7047         to deleted part.
7048
7049 2009-05-30  David Engster  <dengste@eml.cc>
7050
7051         * nnmairix.el: Remove old documentation in the commentary block.
7052         (nnmairix-request-group): Do not update active file for nnml back ends.
7053         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7054         end so that overview files are ignored.
7055         (nnmairix-update-groups): Make updating the groups more robust by using
7056         marks.
7057         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7058         with dollar characters in message-id.
7059
7060 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7063         2008-12-25 in dns.el.
7064
7065 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7066
7067         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7068         could happen if the text is only composed of spaces and/or tabs.
7069
7070 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7071
7072         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7073         when sending a queued message to avoid extra mml tags.
7074
7075 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7078
7079 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7082         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7083         rmail-toggle-header for XEmacs;
7084         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7085
7086 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-dired.el: Remove autoload for gnus-setup-message.
7089         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7090         displaying Gnus logo; always use compose-mail.
7091
7092 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7095
7096 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7099         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7100         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7101         available.
7102         (gnus-nocem-epg-verify): New function.
7103
7104 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7107
7108 2009-02-15  Glenn Morris  <rgm@gnu.org>
7109
7110         * gnus-util.el (rmail-insert-rmail-file-header)
7111         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7112         autoloads.
7113         (rmail-default-rmail-file): Remove unnecessary declaration.
7114         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7115
7116 2009-02-14  Glenn Morris  <rgm@gnu.org>
7117
7118         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7119         variable (only used in gnus-util, which declares it anyway).
7120         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7121         which was only needed by gnus-art (changed to not use it any more).
7122         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7123         only used in gnus-util, which autoloads it itself.
7124         (rmail-update-summary): Fix autoload.
7125
7126         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7127         rather than rmail-output-to-rmail-file.
7128
7129 2009-02-07  Glenn Morris  <rgm@gnu.org>
7130
7131         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7132         autoload of function that no longer exists.
7133         (rmail-toggle-header): Declare.
7134         (message-forward-rmail-make-body): Handle mbox Rmail.
7135
7136 2009-01-31  Glenn Morris  <rgm@gnu.org>
7137
7138         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7139         2009-01-09 change.
7140
7141 2009-01-31  Dave Love  <fx@gnu.org>
7142
7143         * imap.el (imap-fetch-safe): Bind debug-on-error.
7144         (imap-debug): Add imap-fetch-safe.
7145
7146 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7147
7148         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7149         (auth-source-forget-all-cached): New convenience function.
7150         (auth-source-user-or-password): Accept list of modes or a single mode.
7151
7152         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7153         auth-source modes.
7154
7155         * netrc.el (netrc-machine-user-or-password): Use list of
7156         auth-source modes.
7157
7158         * nnimap.el (nnimap-open-connection): Use list of
7159         auth-source modes.
7160
7161         * nntp.el (nntp-send-authinfo): Use list of
7162         auth-source modes.
7163
7164 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7167         now.
7168
7169 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7172         coding system in XEmacs; add a workaround for XEmacs.
7173
7174         * lpath.el: Fbind coding-system-aliasee.
7175
7176 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7179         of current-language-environment.
7180
7181 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7184         available at runtime.
7185
7186 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7189
7190 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7191
7192         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7193         the greatest positive fixnum value doesn't work under an XEmacs with
7194         bignum support; use the most-positive-fixnum constant instead,
7195         available since Emacs 21.1 with cl and XEmacs 21.1.
7196
7197 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7200         XEmacs gets not to work.
7201
7202 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * mm-util.el (mm-coding-system-priorities): Allow the value like
7205         "Japanese (UTF-8)" of current-language-environment.
7206
7207 2009-01-09  Glenn Morris  <rgm@gnu.org>
7208
7209         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7210         with last-command-event.
7211
7212 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7215         in the doc string.
7216
7217         * message.el (message-fix-before-sending): Amend comment.
7218
7219 2009-01-08  Dave Love  <fx@gnu.org>
7220
7221         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7222
7223 2009-01-07  David Engster  <dengste@eml.cc>
7224
7225         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7226         simplified server definitions by converting it via
7227         gnus-server-to-method.
7228
7229 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7232         parameter's operands.
7233
7234 2009-01-06  David Engster  <dengste@eml.cc>
7235
7236         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7237         primary select method (for gnus-group-mark-article-as-read).
7238
7239 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7240
7241         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7242         `(gnus)Face', not `(gnus)X-Face'.
7243
7244 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * mm-util.el (mm-ucs-to-char): New function.
7247
7248         * mm-url.el (mm-url-decode-entities): Use it.
7249
7250         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7251         unicode-to-char.
7252
7253 2009-01-05  Dave Love  <fx@gnu.org>
7254
7255         * time-date.el: Require cl for `declare'.
7256
7257 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7260         Dave Love.
7261
7262 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * message.el (message-fix-before-sending): Add `eight-bit' to
7265         illegible-text check.
7266
7267 2009-01-03  Michael Olson  <mwolson@gnu.org>
7268
7269         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7270         `headers' is nil.  This can occur if the IMAP server does not have
7271         permissions to read messages from a folder, but can write new messages
7272         to the folder.
7273         (nnimap-request-article-part): Do not insert `data' if it is nil.
7274
7275         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7276         characters which will confuse `read', so skip past them.
7277
7278 2009-01-01  Dave Love  <fx@gnu.org>
7279
7280         * imap.el (imap-string-to-integer): Fix typo.
7281         (imap-fetch-safe): New function.
7282         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7283
7284         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7285
7286         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7287         (imap-parse-greeting): Fix doc strings.
7288         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7289         (imap-parse-flag-list): Make messages unique.
7290         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7291
7292         * nnimap.el: Fix author email.
7293         (nnimap-split-rule): Add FIXME comment.
7294         (nnimap-debug): Fix doc string.
7295
7296 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7299
7300 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7303         nslookup if resolv.conf isn't available.
7304         (dns-query): Rename from query-dns.
7305         (dns-query-cached): Rename from query-dns-cached.
7306
7307 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7310         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7311         to check if those variables exist (first appeared in Emacs 18.50).
7312
7313 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * mm-util.el (mm-line-number-at-pos): New function.
7316
7317         * spam-report.el (spam-report-process-queue): Use it.
7318
7319 2008-12-24  David Engster  <dengste@eml.cc>
7320
7321         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7322         parameters that haven't existed as variables as buffer-local variables.
7323
7324 2008-12-23  Dave Love  <fx@gnu.org>
7325
7326         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7327         cadar.
7328
7329         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7330         imap-starttls-p.
7331         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7332
7333 2008-12-22  Dave Love  <fx@gnu.org>
7334
7335         * imap.el: Fix author email.  Doc fixes.
7336         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7337         reply.
7338
7339 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * spam-report.el (spam-report-gmane-max-requests): New constant.
7342         (spam-report-gmane-wait): New variable.
7343         (spam-report-gmane-ham, spam-report-gmane-spam)
7344         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7345         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7346         the server.
7347
7348         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7349         Add explanations.
7350
7351         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7352         nnheader-accept-process-output and nnheader-read-timeout if available.
7353         (pop3-movemail): Use it.
7354
7355         * message.el (message-check-news-body-syntax): Fix signature check if
7356         there's an attachment.
7357
7358 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * mm-util.el: Add comments to the mm- emulating functions.
7361
7362 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7365         Reported by Stephen Berman <stephen.berman@gmx.net>.
7366
7367 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * mm-util.el (mm-substring-no-properties): New function.
7370         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7371         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7372         (mm-string-to-multibyte): Doc fix.
7373
7374         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7375
7376 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * mml.el (mml-attach-file): Strip text properties from file name.
7379         (Bug#1574)
7380
7381 2008-12-16  Glenn Morris  <rgm@gnu.org>
7382
7383         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7384
7385 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7388         knows since the charset specified might be a bogus alias that
7389         mm-charset-synonym-alist provides.
7390
7391 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7394         "ISO_8859-1".
7395
7396         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7397
7398 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * mm-util.el (mm-charset-eval-alist):
7401         Define it before mm-charset-to-coding-system.
7402         (mm-charset-to-coding-system): Add optional argument `silent';
7403         define it before mm-charset-override-alist.
7404         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7405         default value if it can be used in Emacs currently running;
7406         silence mm-charset-to-coding-system.
7407
7408 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7411         `allow-override' which says whether to use `mm-charset-override-alist'.
7412         (rfc2047-decode-encoded-words): Use it.
7413
7414         * mm-util.el (mm-charset-override-alist): Fix custom type;
7415         add `(gb2312 . gbk)' to choices.
7416
7417 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7420         fast.
7421
7422         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7423
7424         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7425
7426 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7427
7428         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7429         on links.
7430
7431         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7432
7433 2008-12-03  Lute Kamstra  <lute@gnu.org>
7434
7435         * sha1.el: Remove leading * from docstrings of defcustoms,
7436         deffaces, defconsts and defuns.
7437
7438 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7441         users' addresses that don't have domain parts.
7442         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7443         rather than message-narrow-to-head since there will be the message
7444         header separator.
7445
7446 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7447
7448         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7449         since the result is inserted in a unibyte buffer anyway.
7450         (nnimap-demule-use-string-to-multibyte): Remove.
7451         (nnimap-demule): Alias it to mm-string-to-multibyte.
7452
7453 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7456         variable for debugging bug#464 and bug#1174.
7457         (nnimap-demule): Use it.
7458
7459 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7462         score calculation correctly.
7463
7464 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * message.el (message-send-mail): Just set the buffer to unibyte
7467         rather than use mm-with-unibyte-current-buffer which does a lot more.
7468         (message-send-mail-partially): Don't bother with
7469         mm-with-unibyte-current-buffer since it's already been made unibyte by
7470         message-send-mail.
7471
7472 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7475
7476 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7479
7480 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7483         require itself and to remove `with-no-warnings'.
7484
7485 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7486
7487         * starttls.el (starttls-any-program-available): Get the name of the
7488         available TLS layer program.
7489         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7490         well as the host name in the "opening" message.
7491
7492         * auth-source.el (auth-source-cache, auth-source-do-cache)
7493         (auth-source-user-or-password): Cache passwords and logins by default,
7494         allow override with `auth-source-do-cache'.
7495         (auth-source-forget-user-or-password): Allow users to remove cache
7496         entries if needed.
7497
7498 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7499
7500         * md4.el (md4-buffer): Fix typo in docstring.
7501         (md4, md4-64): Doc fixes.
7502         (md4-pack-int32): Reflow docstring.
7503
7504 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7507         condition-case to only the forward-sexp call.
7508
7509 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7512         quotes contained.  Make it more robust regardless by an extra
7513         condition-case wrapper.
7514
7515 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7518
7519 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * nnml.el (nnml-request-expire-articles): Check if the function set to
7522         `nnmail-expiry-target' returns the symbol `delete'.
7523
7524         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7525
7526         * nnmail.el (nnmail-expiry-target): Fix custom type.
7527
7528 2008-10-02  Glenn Morris  <rgm@gnu.org>
7529
7530         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7531         Silence compiler warning.
7532
7533 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7534
7535         * tls.el (open-tls-stream): Show the actual command being
7536         executed, instead of the format string.
7537
7538 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * lpath.el: Fbind codepage-setup for Emacs 23.
7541
7542 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7543
7544         * mml.el (mml-menu): Don't assume mml2015 is bound.
7545
7546 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7549         exists.
7550
7551 2008-09-27  Glenn Morris  <rgm@gnu.org>
7552
7553         * gnus-util.el (mail-header-remove-comments): Autoload it.
7554
7555 2008-09-27  Andreas Schwab  <schwab@suse.de>
7556
7557         * gnus-util.el (gnus-split-references): Strip comments.
7558         (gnus-parent-id): Likewise.
7559
7560 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * message.el (message-confirm-send): Fix version.
7563
7564 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * message.el (message-idna-to-ascii-rhs-1): Use
7567         mail-extract-address-components rather than mail-header-parse-addresses
7568         that is an alias by default to ietf-drums-parse-addresses that does not
7569         support non-ASCII names in headers' contents.
7570
7571 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * message.el (message-confirm-send): Fix variable documentation to
7574         avoid the "y/n" wording.
7575
7576 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7577
7578         * message.el (message-set-auto-save-file-name): Save to a different
7579         filename so multiple messages (especially drafts) can be recovered.
7580
7581 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7582
7583         * message.el (message-confirm-send): Add appropriate version.
7584
7585 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7588         defvar.
7589
7590 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7591
7592         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7593         (mm-pkcs7-enveloped-magic): Ditto.
7594
7595 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7596
7597         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7598         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7599
7600 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7601
7602         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7603         default, it's better.
7604
7605 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7608         summary line gnus-number property and ignore them (with a warning
7609         message).
7610
7611 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7614         macro caddr in the interactive form since it won't be expanded.
7615
7616 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7619         `charset'; fix name of function called recursively.
7620         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7621
7622 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7625         (gnus-mime-set-charset-parameters): New function.
7626         (gnus-mime-view-part-as-charset): Use it to correctly display part
7627         specifying wrong charset.
7628
7629 2008-09-08  David Engster  <dengste@eml.cc>
7630
7631         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7632         in completing-read for back end server.
7633
7634 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * message.el (message-confirm-send): New variable to confirm sending a
7637         message.
7638         (message-send): Use it.
7639
7640 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7643
7644 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7647
7648 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7649
7650         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7651         prevent tracking too many groups.
7652         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7653         Use it.
7654
7655 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7656
7657         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7658         moving point to the bottom of the window in order to avoid recentering.
7659
7660 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7663
7664         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7665         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7666         (gnus-article-beginning-of-window): Fix calculation.
7667
7668 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-msg.el (gnus-summary-supersede-article)
7671         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7672         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7673         message header.
7674
7675 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7676
7677         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7678         pending output coming after the status change.
7679
7680 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7681
7682         * message.el:
7683         * gnus-start.el:
7684         * gnus-registry.el: Remove VMS support.
7685
7686 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7689         macro.
7690         (rfc2104-hash): Use it.
7691
7692 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7695         (gnus-summary-sort-by-most-recent-date): New commands.
7696         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7697         and menu entries.
7698
7699 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7702         don't redisplay article for raw contents; remove plural articles stuff.
7703
7704         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7705         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7706         on gnus-summary-save-article; display results properly.
7707
7708 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * lpath.el: No need to fbind ns-focus-frame.
7711
7712 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7715
7716 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-art.el (gnus-summary-save-in-pipe):
7719         Consider gnus-save-all-headers.
7720
7721 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7722
7723         * gnus-util.el (ns-focus-frame): Remove declaration.
7724         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7725         like x.
7726
7727 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7728
7729         * rfc2104.el (rfc2104-zero): Delete defconst.
7730         (rfc2104-hex-alist): Likewise.
7731         (rfc2104-hex-to-int): Delete func.
7732         (rfc2104-hexstring-to-bitstring): Likewise.
7733         (rfc2104-nybbles): New defconst.
7734         (rfc2104-hash): Rewrite for speed.
7735
7736 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * tls.el (open-tls-stream): Make it work with the 2nd argument
7739         BUFFER that is a string but does not exist as a buffer object, as
7740         mentioned in the doc-string.
7741
7742 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7745         SXEmacs.
7746
7747 2008-07-16  Glenn Morris  <rgm@gnu.org>
7748
7749         * gnus-util.el (ns-focus-frame): Declare for compiler.
7750
7751 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7754         set as a group parameter.
7755         (gnus-summary-save-in-pipe): Work when it is called independently.
7756         (gnus-summary-pipe-to-muttprint): Don't modify
7757         gnus-summary-pipe-output-default-command.
7758
7759 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7760
7761         * message.el (message-send-mail-with-sendmail):
7762         Display the error message.
7763
7764 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-art.el (gnus-default-article-saver):
7767         Add gnus-summary-save-in-pipe to choices.
7768         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7769         gnus-summary-pipe-output-default-command as the default command.
7770         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7771         instead of gnus-last-shell-command.
7772
7773         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7774         New user option.
7775         (gnus-summary-muttprint-program): Mention the value will be changed.
7776         (gnus-summary-save-article): Force showing of all headers.
7777         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7778
7779 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7780
7781         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7782
7783 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7784
7785         * nnimap.el (nnimap-id):
7786         * sieve-manage.el (sieve-manage-open): Doc fixes.
7787
7788 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7789
7790         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7791         if available.
7792
7793 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7794
7795         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7796
7797         * nnkiboze.el (nnkiboze-generate-group):
7798         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7799
7800         * nnmairix.el: Require CL.
7801
7802 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * dgnushack.el: Autoload get-display-table and put-display-table for
7805         XEmacs 21.5.
7806
7807         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7808         21.4 and SXEmacs.
7809
7810 2008-06-15  David Engster  <dengste@eml.cc>
7811
7812         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7813
7814 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7815
7816         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7817         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7818         runtime choice under XEmacs.
7819
7820         * gnus-sum.el (gnus-summary-set-display-table):
7821         Use `gnus-put-display-table', `gnus-get-display-table',
7822         `gnus-set-display-table' for the display table, instead of `aset'.
7823
7824         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7825         Use `gnus-put-display-table', `gnus-get-display-table',
7826         `gnus-set-display-table' for the display table.
7827
7828 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * nnmairix.el: Add autoloads.
7831
7832 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * nnmairix.el (nnmairix-delete-recreate-group)
7835         (nnmairix-update-and-clear-marks): Fix error messages.
7836
7837 2008-06-14  David Engster  <dengste@eml.cc>
7838
7839         * nnmairix.el: Upgrade to version 0.6.
7840         (nnmairix-group-toggle-propmarks-this-group)
7841         (nnmairix-group-toggle-readmarks-this-group)
7842         (nnmairix-group-delete-recreate-this-group)
7843         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7844         (nnmairix-remove-tick-mark-original-article): New commands.
7845         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7846         (nnmairix-propagate-marks-to-nnmairix-groups)
7847         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7848         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7849         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7850         functions needed for marks propagation and manipulation of read marks.
7851         (nnmairix-update-groups): New function.
7852         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7853         (nnmairix-determine-original-group-from-registry)
7854         (nnmairix-determine-original-group-from-path)
7855         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7856         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7857         New helper functions.
7858         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7859         keystrokes for new commands.
7860         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7861         (nnmairix-request-group): Check allow-fast group parameter.
7862         (nnmairix-request-create-group): Set allow-fast group parameter if
7863         nnmairix-allowfast-default is set.
7864         (nnmairix-close-group): Propagate marks upon closing if needed.
7865         (nnmairix-group-toggle-threads-this-group): Use new.
7866         nnmairix-group-toggle-parameter helper function.
7867         (nnmairix-search): Better check for empty search result.
7868         (nnmairix-goto-original-article): Use new helper functions for
7869         determining original article.
7870         (nnmairix-show-original-article): Make sure message-id is in brackets.
7871         (nnmairix-call-mairix-binary): Change variable name.
7872         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7873         helper function.
7874         (nnmairix-widget-toggle-activate): Fix doc string.
7875
7876 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * nnir.el: Require edmacro when compiling with XEmacs.
7879         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7880         available in Emacs 21.
7881
7882 2008-06-11  Glenn Morris  <rgm@gnu.org>
7883
7884         * gnus-util.el (x-focus-frame):
7885         * gnus.el (image-size):
7886         * mm-decode.el (image-size): Declare.
7887
7888         * gnus-picon.el (declare-function): Add compat definition.
7889         (image-size): Declare.
7890
7891         * gnus-group.el (tool-bar-map):
7892         * gnus-sum.el (tool-bar-map): Define for compiler.
7893
7894         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7895
7896         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7897
7898         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7899         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7900         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7901         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7902         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7903         * sieve-manage.el, spam-report.el, spam.el:
7904         Remove unnecessary eval-and-compile of autoloads.
7905
7906 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7907
7908         * auth-source.el: Precise Tramp doc.
7909
7910 2008-06-07  Glenn Morris  <rgm@gnu.org>
7911
7912         * nnmairix.el: Remove unnecessary eval-when-compile.
7913
7914 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * lpath.el: Fbind propertize for XEmacs 21.4.
7917
7918 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * nnir.el: Move here from ../contrib.
7921
7922 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7923
7924         * gnus-util.el (gnus-read-shell-command): New function.
7925         * mm-decode.el (mm-pipe-part):
7926         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7927
7928 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7931
7932 2008-06-03  Glenn Morris  <rgm@gnu.org>
7933
7934         * pop3.el (nnheader-accept-process-output): Autoload it.
7935
7936 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7939         are not 2-digit hexadecimal characters that follow `%'s.
7940
7941 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * message.el (message-bogus-recipient-p): Fix type in doc string.
7944         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7945         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7946         Improve custom options.
7947         (message-bogus-recipient-p): Adjust accordingly.
7948
7949 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7950
7951         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7952         long-form month and day names.
7953
7954 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * dgnushack.el: Autoload debug, eudc-expand-inline and
7957         pgg-snarf-keys-region for XEmacs.
7958
7959         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7960
7961         * nnmairix.el: Require edmacro when compiling with XEmacs.
7962
7963 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7966         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7967
7968 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7969
7970         * auth-source.el: Add more docs.
7971
7972         * netrc.el (netrc-machine): Always match if the port is not given.
7973
7974 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7977         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7978         retrieval faster in some cases, but might make CPU usage larger.
7979         If this has any bad side effects, we might revert this change.
7980
7981         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7982         seems to make mail retrieval much, much faster.
7983         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7984         unconditionally.
7985
7986         * gnus-draft.el (gnus-group-send-queue):
7987         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7988
7989 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7992
7993         * message.el (message-bogus-address-regexp): Fix and improve custom
7994         type.
7995         (message-setup-hook): Add message-check-recipients as custom option.
7996
7997 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * message.el (message-cite-function): Remove bogus autoload which crept
8000         in during merge from v5-10.
8001
8002 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8003
8004         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8005
8006         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8007
8008         * auth-source.el: Preliminary Tramp docs.
8009         (auth-sources): Change the default auth-sources to use
8010         EPA .gpg files.
8011
8012 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * nntp.el: Autoload `auth-source-user-or-password'.
8015         (nntp-send-authinfo): Use it.
8016
8017         * nnimap.el: Autoload `auth-source-user-or-password'.
8018         (nnimap-open-connection): Use it.
8019
8020         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8021         for the gnus-message function.
8022         (auth-source-user-or-password): Use it.
8023
8024 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8027         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8028         (rfc2104-hash): Use it.
8029
8030 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8031
8032         * gnus-art.el (gnus-article-toggle-truncate-lines):
8033         Don't use `iff' in docstring.
8034
8035 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8038
8039         * gnus-util.el (gnus-extract-address-component-name)
8040         (gnus-extract-address-component-email): Convenience functions around
8041         `gnus-extract-address-components'.
8042
8043         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8044         Use `gnus-extract-address-component-email' to fix bug of comparing full
8045         sender name to `user-mail-address'.
8046
8047 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8048
8049         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8050         catch/throw to optimize.
8051         (gnus-registry-find-keywords): Just use member to find a keyword.
8052
8053 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8054
8055         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8056         is current before calling gnus-server-prepare.
8057         (gnus-server-setup-buffer, gnus-server-update-server)
8058         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8059
8060 2008-05-04  Juri Linkov  <juri@jurta.org>
8061
8062         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8063         (mailcap-file-default-commands): Use mailcap-replace-in-string
8064         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8065         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8066
8067 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8068
8069         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8070
8071 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8072
8073         * gnus.el: Bump version to 0.11.
8074
8075 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8076
8077         * gnus.el: No Gnus v0.10 is released.
8078
8079 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8082         hooks.
8083         (gnus-update-read-articles): Speed up non-marks-using users.
8084         (gnus-use-marks): Define gnus-use-marks.
8085         (gnus-propagate-marks): Rename variable to something more sensible.
8086
8087 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8088
8089         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8090         (gmm-image-load-path-for-library): Fix typos in docstrings.
8091         (gmm-message): Reflow docstring.
8092
8093 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * mail-source.el (mail-source-set-1, mail-source-bind):
8096         Move auth-source code out of the macro to clean it up and fix bugs.
8097
8098 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8099
8100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8101         by sender if it's equal to user-mail-address, it's likely to be
8102         useless.
8103
8104         * mail-source.el (mail-source-bind): Don't use user or password if they
8105         are not bound.  Unintern them if they are nil.  Don't use server unless
8106         it's bound, and default it to empty string otherwise.
8107
8108 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8109
8110         * mail-source.el: Load auth-source.el.
8111         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8112         get user name or password, if auth-sources is set up.
8113
8114         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8115         strategy of splitting with parent.
8116         (gnus-registry-split-fancy-with-parent)
8117         (gnus-registry-post-process-groups): Use it and fix prior
8118         bug (returning a list as the split result).
8119
8120         * auth-source.el (auth-sources): Remove server parameter.
8121         (auth-source-pick, auth-source-user-or-password)
8122         (auth-source-user-or-password-imap)
8123         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8124         (auth-source-user-or-password-sftp)
8125         (auth-source-user-or-password-smtp): Remove server parameter.
8126
8127 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8128
8129         * smime.el (smime-sign-region, smime-encrypt-region)
8130         (smime-decrypt-region):
8131         Remove redundant calls to `generate-new-buffer-name'.
8132
8133 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8134
8135         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8136         Don't use QP for message/rfc822.
8137         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8138
8139 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8140
8141         * sieve-manage.el (sieve-string-bytes): Remove.
8142         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8143         correct byte-length only if the process's coding-system is the same as
8144         the one used internally by Emacs to represent strings.
8145
8146 2008-04-22  Juri Linkov  <juri@jurta.org>
8147
8148         * mailcap.el (mailcap-file-default-commands): New function.
8149
8150 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * message.el (message-signature-separator, message-cite-function):
8153         Change custom version.
8154
8155 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8156
8157         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8158         commands.
8159         (tls-checktrust): Ditto.
8160
8161 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * mm-decode.el (mm-display-external): Make temp file read-only.
8164
8165 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8168         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8169         `C-c C-f d'.
8170
8171 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8172
8173         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8174
8175 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * gnus.el: Bump version to 0.9.
8178
8179 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus.el: No Gnus v0.8 is released.
8182
8183 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8184
8185         * mail-source.el (mail-source-value):
8186         Prefer fboundp to functionp so it works with macros as well.
8187
8188 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8191         Fix last change in case the element is not even a symbol.
8192
8193 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8196         Prefer fboundp to functionp so it works with macros as well.
8197
8198 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8199
8200         * auth-source.el: Add docs.
8201         (auth-sources): Modify format to support server.
8202         (auth-source-pick, auth-source-user-or-password)
8203         (auth-source-user-or-password-imap)
8204         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8205         (auth-source-user-or-password-sftp)
8206         (auth-source-user-or-password-smtp): Add server parameter.
8207
8208 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * gnus-registry.el: Initialize the registry when gnus-registry-install
8211         is t.
8212
8213 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * compface.el (uncompface): Make buffer unibyte.
8216
8217 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8218
8219         * mail-source.el (mail-source-value):
8220         Prefer fboundp to functionp so it works with macros as well.
8221
8222 2008-04-05  Glenn Morris  <rgm@gnu.org>
8223
8224         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8225
8226 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8227
8228         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8229         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8230
8231         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8232         multibyteness after rather than before erasing it.
8233
8234         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8235         mm-with-multibyte.
8236         (gnus-request-article-this-buffer): Make sure the proper decoding is
8237         used if gnus-original-article-buffer happens to be unibyte.
8238
8239         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8240         default-enable-multibyte-characters.
8241
8242         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8243         default-enable-multibyte-characters.
8244
8245         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8246
8247         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8248
8249 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8250
8251         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8252         Fix last change in case the element is not even a symbol.
8253
8254 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8255
8256         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8257         (imap-message-copyuid-1): Use it.
8258         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8259         J. Williams in
8260         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8261
8262         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8263         imap-enable-exchange-bug-workaround.
8264         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8265
8266 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8267
8268         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8269         a 100 byte status-checks into a 2-3MB transfer for each group.
8270         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8271         to enable bug workaround or not.
8272         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8273
8274 2008-03-31  Glenn Morris  <rgm@gnu.org>
8275
8276         * message.el (mml2015-use): Declare for compiler.
8277         (message-info): Require mml2015 when appropriate.
8278
8279 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8282         whitespace.
8283
8284 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8285
8286         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8287         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8288         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8289         (nntp-service-to-port): New function.
8290         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8291         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8292         (nntp-open-netcat-stream): New function.
8293         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8294
8295 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8296
8297         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8298
8299 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8300
8301         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8302
8303 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8304
8305         * dns.el (dns-write): Use set-buffer-multibyte.
8306
8307 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8308
8309         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8310
8311 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * message.el (message-signature-separator): Change default.
8314         Improve custom type.
8315         (message-cite-function): Change default to
8316         message-cite-original-without-signature.
8317
8318         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8319         toggle.
8320
8321         * message.el (message-check-news-body-syntax): Fix signature check.
8322         (message-setup-1): Mark buffer as unmodified _after_ running
8323         message-setup-hook and handling message-alternative-emails.
8324         (message-shorten-references): Be more strict when building list of
8325         valid references to comply with GNKSA.
8326
8327         * gnus-group.el (gnus-read-ephemeral-bug-group)
8328         (gnus-read-ephemeral-debian-bug-group)
8329         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8330
8331         * message.el (message-info): Don't use booleanp which isn't supported
8332         in Emacs 21 and XEmacs.
8333
8334 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8337         gnus-group-gmane-group-download-format.
8338         (gnus-group-read-ephemeral-gmane-group): Rename from
8339         gnus-group-read-ephemeral-gmane-group.
8340         (gnus-read-ephemeral-gmane-group-url): Rename from
8341         gnus-group-read-ephemeral-gmane-group-url.
8342         (gnus-bug-group-download-format-alist): New variable.
8343         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8344         (gnus-read-ephemeral-emacs-bug-group): New commands.
8345
8346 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8349         (gnus-visible-headers): Improve custom type.
8350
8351 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * mml.el (mml-menu): Add workarounds for XEmacs.
8354
8355         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8356         X-Boundary header.
8357
8358         * message.el (message-simplify-recipients): Fix previous commit.
8359
8360 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8361
8362         * mm-util.el (mm-set-buffer-multibyte): New function.
8363         * mm-decode.el (mm-copy-to-buffer): Use it.
8364
8365         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8366         Prefer fboundp to functionp so it works with macros as well.
8367
8368 2008-03-19  Glenn Morris  <rgm@gnu.org>
8369
8370         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8371         Accidentally removed in the sync process with Emacs.
8372
8373 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * message.el (message-alter-recipients-discard-bogus-full-name):
8376         New function.
8377         (message-alter-recipients-function): New variable.
8378         (message-get-reply-headers): Use it.
8379         (message-replace-header): New helper function.
8380         (message-recipients-without-full-name): New variable.
8381         (message-simplify-recipients): New command.
8382
8383         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8384
8385         * message.el (message-info): Handle EasyPG manual.
8386
8387         * mml.el (mml-menu): Add entry for EasyPG.
8388
8389 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8390
8391         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8392         parameter.
8393
8394         * message.el (message-disassociate-draft): Specify drafts group name
8395         fully.
8396
8397 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8398
8399         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8400         Eliminate unnecessary duplicates from the match list.
8401
8402 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8405
8406         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8407
8408         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8409         args of `how-many' of which the XEmacs version doesn't take; declare
8410         Info-index-next as function.
8411
8412 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-score.el (gnus-score-headers): Fix handling of
8415         gnus-inhibit-slow-scoring.
8416
8417         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8418         string.
8419         (gnus-button-url-regexp): Improve handling of parenthesis.
8420         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8421         (gnus-button-handle-info-keystrokes): Handle index entries.
8422
8423 2008-03-15  Glenn Morris  <rgm@gnu.org>
8424
8425         * parse-time.el (parse-time-string): Simplify.
8426
8427 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8430         Incoming* files.
8431
8432 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * auth-source.el (auth-sources): Rename from auth-source-choices.
8435         (auth-source-pick): Use it.
8436
8437 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8438
8439         * binhex.el (binhex-decode-region-internal):
8440         * uudecode.el (uudecode-decode-region-internal):
8441         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8442         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8443         setting default-enable-multibyte-characters.
8444
8445 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8446
8447         * auth-source.el (auth-source-protocols)
8448         (auth-source-protocols-customize, auth-source-choices): Add and
8449         modified variable customizations and defaults.
8450         (auth-source-pick, auth-source-user-or-password)
8451         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8452         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8453         (auth-source-user-or-password-sftp)
8454         (auth-source-user-or-password-smtp): Use new variables and provide an
8455         interface to netrc.el.
8456
8457 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8460         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8461         Make sure the nntp port to specify is a string.
8462
8463 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8464
8465         * nntp.el: Use with-current-buffer.
8466         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8467         dubious mm-with-unibyte-current-buffer.
8468         (nntp-with-open-group-function): New function extracted from
8469         nntp-with-open-group macro.
8470         (nntp-with-open-group): Use the function, so it's easier to debug.
8471         Add indentation and debugging info.
8472         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8473         Recommend the use of the netcat alternatives.
8474
8475         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8476         Avoid mm-string-as-multibyte as well.
8477
8478         * nnweb.el (nnweb-insert-html):
8479         Remove use of nnheader-string-as-multibyte.
8480
8481         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8482         (nnheader-string-as-multibyte): Remove.
8483
8484         * mm-view.el: Use inhibit-read-only.
8485         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8486         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8487         or unibyte-string.
8488
8489         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8490         (mm-uu-yenc-extract): Use with-current-buffer.
8491
8492         * gnus-soup.el (gnus-soup-send-packet): Don't use
8493         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8494
8495         * nnmh.el: Use with-current-buffer.
8496         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8497         mm-string-as-multibyte on the output of mm-encode-coding-string.
8498
8499         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8500         (nnimap-request-move-article): Use with-current-buffer.
8501
8502         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8503         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8504         conversion uses string-make-unibyte rather than string-as-unibyte.
8505
8506         * gnus-msg.el: Use with-current-buffer.
8507
8508         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8509
8510 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8511
8512         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8513         string for caching if it is 'PIN.
8514
8515 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * lpath.el: Consider the case without Emacs/W3.
8518
8519 2008-03-08  Glenn Morris  <rgm@gnu.org>
8520
8521         * time-date.el (date-to-time, time-subtract, time-add)
8522         (safe-date-to-time): Doc fixes.
8523
8524 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * mail-source.el (mail-source-delete-old-incoming-confirm):
8527         Change default to nil.
8528         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8529
8530 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * lpath.el: Rearrange.
8533
8534         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8535         (gnus-article-goto-prev-page): Work for articles having ^L's.
8536
8537         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8538
8539         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8540
8541 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8542
8543         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8544         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8545         (gnus-bookmark-jump): Adjust some variable names.
8546
8547 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * auth-source.el: New package.
8550         (auth-source-choices): Add customization entry point variable.
8551
8552         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8553         bug.
8554
8555 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8558         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8559         (gnus-registry-install-shortcuts): Rename from
8560         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8561         the `gnus-registry-mark-map' keymap dynamically from
8562         `gnus-registry-marks'.  The generated functions update the summary line
8563         when a registry mark is added or deleted, and will call
8564         `gnus-registry-install-p' (see the comments in the code).
8565         (gnus-registry-user-format-function-M): Use concat intelligently.
8566
8567         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8568         the registry mark functions.
8569
8570 2008-03-05  Glenn Morris  <rgm@gnu.org>
8571
8572         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8573         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8574         gnus-art.
8575         (top-level): No need to load own source when compiling.
8576
8577 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8580         Suggested by <chris.anderton@zetnet.co.uk>.
8581
8582 2008-03-04  Glenn Morris  <rgm@gnu.org>
8583
8584         * gnus-sum.el (top-level): No need to require gnus when compiling,
8585         since unconditionally required near start of file.
8586         (gnus-summary-display-while-building): Move definition before use.
8587
8588 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8589
8590         * gnus-registry.el (gnus-registry-user-format-function-M):
8591         Add formatting function.
8592
8593 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8594
8595         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8596         with plists.
8597         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8598         Use new format.
8599
8600 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8603         `where-is-internal' that returns a range of key sequences.
8604
8605 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8606
8607         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8608
8609         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8610         (gnus-summary-jump-to-group): Consider windows on other displayed
8611         frames as well.  Similar changes might be needed elsewhere, but that's
8612         the one I've bumped into during my use.
8613
8614         * nndoc.el (nndoc-oe-dbx-type-p):
8615         * gnus-msg.el (gnus-debug):
8616         * gnus-group.el (gnus-update-group-mark-positions):
8617         Use mm-string-to-multibyte.
8618
8619 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8622         doesn't handle NotDashEscaped.
8623
8624         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8625         (mml-dnd-attach-options): Fix typo in custom choice.
8626
8627         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8628         Change nndoc-article-type to mbox.
8629         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8630
8631         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8632         to nil, instead of html2text.
8633
8634         * imap.el (imap-debug): Add `imap-ping-server'.
8635
8636         * gnus-bookmark.el: Add FIXMEs.
8637
8638         * message.el (message-form-letter-separator)
8639         (message-send-form-letter-delay): New variables.
8640         (message-send-form-letter): Use them.  New command to send form
8641         letters.  Requested by Uwe Siart.
8642         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8643
8644 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * Update copyright years.
8647
8648 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         Sync from EMACS_22_BASE.
8651
8652         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8653
8654 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8655
8656         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8657         empty author.
8658
8659 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * gnus-registry.el (gnus-registry-marks): Add variable for
8662         customization of marks and their appearance.
8663         (gnus-registry-read-mark): Use it.
8664         (gnus-registry-do-marks): Add utility function to loop through
8665         `gnus-registry-marks'.
8666         (gnus-registry-install-shortcuts-and-menus): Add function to install
8667         shortcuts and menus.
8668         (gnus-registry-initialize): Use it.
8669         (gnus-registry-default-mark): Clarify documentation.
8670
8671 2008-02-29  Glenn Morris  <rgm@gnu.org>
8672
8673         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8674         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8675         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8676         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8677         Change defcustom :version from 23.0 to 23.1.
8678
8679 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8680
8681         * gnus-registry.el (gnus-registry-follow-group-p)
8682         (gnus-registry-post-process-groups): Add functions to aid registry
8683         splitting and improve logging.  Clarify behavior in function
8684         documentation.
8685         (gnus-registry-split-fancy-with-parent): Use them.
8686
8687 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8688
8689         * gnus-art.el: Use with-current-buffer.
8690
8691 2008-02-27  David Engster  <dengste@eml.cc>
8692
8693         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8694         Express real group name in the response.
8695
8696 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8699         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8700         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8701         autoload gnus-registry-fetch-group when compiling.
8702         (nnmairix-request-group-with-article-number-correction):
8703         Remove unreferenced argument passed to nnmairix-call-backend.
8704
8705 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8708         (mm-uu-extract): Improve face for low color ttys.
8709         Reported by Sascha Wilde.
8710
8711 2008-02-27  Glenn Morris  <rgm@gnu.org>
8712
8713         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8714         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8715         variables to defconsts.  Convert comments to doc-strings.
8716         (nnmairix-last-server, nnmairix-current-server): Convert from free
8717         variables to defvars.  Convert comments to doc-strings.
8718         (gnus-registry-fetch-group): Autoload.
8719         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8720         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8721         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8722         caddr.
8723         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8724         nnmairix-request-group-with-article-number-correction call.
8725         (nnmairix-fast, nnmairix-group): New, less general names, for free
8726         variables passed from nnmairix-request-group to
8727         nnmairix-request-group-with-article-number-correction.  Declare.
8728         (nnmairix-request-group-with-article-number-correction):
8729         Use nnmairix-fast, nnmairix-group rather than fast, group.
8730
8731 2008-02-26  David Engster  <dengste@eml.cc>
8732
8733         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8734         version 0.5.
8735
8736 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8737
8738         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8739         instead of making an extra function call.  Don't add the current group
8740         to articles only when they have the group.  Use
8741         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8742         Reported by David <de_bb@arcor.de>.
8743
8744 2008-02-24  Miles Bader  <miles@gnu.org>
8745
8746         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8747         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8748         (mm-find-mime-charset-region):
8749         * mm-bodies.el (mm-encode-body):
8750         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8751
8752 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8755         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8756
8757 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * mail-source.el (mail-source-delete-incoming): Change default.
8760         Supplement doc string.
8761
8762         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8763
8764 2008-02-14  Glenn Morris  <rgm@gnu.org>
8765
8766         * time-date.el (format-seconds): New function.
8767
8768 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * nnmail.el (nnmail-message-id-cache-file): Derive from
8771         `gnus-home-directory'.
8772
8773 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8776         Document negative prefix.
8777
8778         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8779
8780 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * message.el (message-unsent-separator): Add the Exim bounce
8783         separator.
8784
8785 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8786
8787         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8788         list.
8789         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8790         recipient/signer list.
8791
8792 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * Makefile.in (datarootdir): Define.
8795         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8796         name that might contain whitespace.
8797
8798 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8801         fbound (Emacs 23 unicode), signal an error.
8802
8803 2008-02-08  Glenn Morris  <rgm@gnu.org>
8804
8805         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8806
8807 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8808
8809         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8810         ports to the calls to `netrc-machine-user-or-password' in addition to
8811         "imap" and "imaps".
8812
8813 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8814
8815         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8816
8817         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8818
8819 2008-02-01  Kenichi Handa  <handa@m17n.org>
8820
8821         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8822         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8823         (rfc2104-hash): Convert the result of concat to unibyte string.
8824
8825 2008-02-01  Dave Love  <fx@gnu.org>
8826
8827         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8828         coding-system-for-read.
8829         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8830
8831 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8834         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8835         <hanche@math.ntnu.no>.
8836
8837 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8840
8841         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8842
8843 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8844
8845         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8846         * message.el (message-beginning-of-line): Use featurep instead of bound
8847         tests in order to resolve conditionals at compile time.
8848
8849 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8850
8851         * mail-source.el (mail-sources): Add `group' choice.
8852
8853         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8854         parameter `in-group' to control into which group the articles go.
8855         Add treatment of `group' mail-source.
8856
8857 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8860
8861         * mm-decode.el (mm-dissect-buffer): Decode description.
8862
8863         * mml.el (mml-to-mime): Encode message header first.
8864
8865 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8868         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8869
8870         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8871         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8872
8873 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8874
8875         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8876
8877 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8880         prefix keys.
8881         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8882         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8883         gnus-xmas.el.
8884
8885         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8886         (gnus-xmas-article-describe-bindings): New function.
8887         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8888         gnus-xmas-article-describe-bindings.
8889
8890         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8891
8892 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8893
8894         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8895         Add new variables for article mark management.
8896         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8897         list of extra data entries which, when present, will indicate that the
8898         article ID should not be trimmed from the registry.
8899         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8900         functions.
8901         (gnus-registry-read-mark): New function to read a mark name from the
8902         user.
8903         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8904         (gnus-registry-set-article-mark-internal): New functions to add and
8905         remove marks.
8906         (gnus-registry-get-article-marks): New function to show the marks for
8907         an article, or retrieve them for further use.
8908
8909 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8912         keys when no argument is given.
8913
8914 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * imap.el (imap-ping-server): New variable.
8917         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8918         (imap-ping-server): Minor doc string fixes.
8919
8920 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8921
8922         * imap.el (imap-ping-server): New function.
8923         (imap-opened): Call imap-ping-server.
8924
8925 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus-sum.el (gnus-article-sort-by-random)
8928         (gnus-thread-sort-by-random): Fix doc strings.
8929         Reported by jidanni@jidanni.org.
8930
8931 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-art.el (gnus-article-describe-bindings): New function.
8934         (gnus-article-read-summary-keys): Use it.
8935         (gnus-article-mode-map): Bind `C-h b' to it.
8936
8937 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8940         XEmacs.
8941         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8942         Protect against non-character events.
8943
8944         * lpath.el: Fbind map-keymap for Emacs 21.
8945
8946 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8949         New command.
8950         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8951         instead of END.  Change name of the temp file.
8952         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8953         customizable.
8954
8955 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8958         bind `S W' to gnus-article-wide-reply-with-original; set default
8959         binding to gnus-article-read-summary-send-keys.
8960         (gnus-article-read-summary-keys): Fix the order of keys; display
8961         continuation keys correctly in the echo area; describe bindings
8962         correctly when keys end with `C-h'.
8963         (gnus-article-read-summary-send-keys): New function.
8964         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8965         Work for gnus-article-read-summary-send-keys; display continuation keys
8966         correctly in the echo area.
8967         (gnus-article-reply-with-original): Ignore prefix argument.
8968         (gnus-article-wide-reply-with-original): New function.
8969
8970         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8971         Emacs 21.
8972
8973 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8976         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8977
8978 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8981         (gnus-group-read-ephemeral-gmane-group): New command.
8982
8983 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8984
8985         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8986
8987 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * message.el (message-send-mail-function): Increase custom version.
8990
8991         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8992         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8993
8994 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8997         for the cases where imap-authenticate is called with a nil buffer
8998         parameter.
8999
9000 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9003         html parts correctly; support forwarded messages.
9004         (gnus-article-browse-html-article): Remove work buffers.
9005
9006         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9007         compiling.
9008         (netrc-bound-and-true-p): New macro.
9009         (netrc-parse): Use it instead of bound-and-true-p that is not available
9010         in XEmacs 21.4.
9011
9012 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * gnus-registry.el (gnus-registry-mark-article)
9015         (gnus-registry-article-marks): Add functionality to mark articles
9016         through the Gnus registry.
9017
9018         * encrypt.el: Clarify documentation for the new pgg method.
9019         (encrypt-file-alist): Add PGG option.
9020         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9021         functionality.  Abstract password key and messaging to external
9022         functions.
9023         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9024         (encrypt-message-method-and-cipher): Add new convenience external
9025         functions.
9026         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9027         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9028
9029         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9030         (netrc-parse): Use encrypt-file-alist to determine if
9031         encrypt-find-model or encrypt-insert-file-contents should be used.
9032
9033         * encrypt.el: Clarify documentation.  Load password-cache or
9034         password, whichever one is found first, instead of autoloading.
9035
9036 2007-12-19  Glenn Morris  <rgm@gnu.org>
9037
9038         * mml.el (message-options-set, message-narrow-to-head)
9039         (message-in-body-p, message-mail-p, message-encode-message-body):
9040         Autoload.
9041         (message-remove-header, message-narrow-to-headers-or-head)
9042         (message-subscribed-p, message-make-mail-followup-to)
9043         (message-position-on-field, message-news-p)
9044         (message-options-set-recipient, message-generate-headers)
9045         (message-sort-headers): Declare as functions.
9046
9047 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9050         convention in doc string.
9051
9052 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9055         title to html parts.
9056         (gnus-article-browse-html-article): Pass message header to it.
9057
9058         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9059
9060 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9063         or password compatible with XEmacs.
9064
9065 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9068         format document.
9069         (gnus-mime-delete-part): Don't write description line if empty.
9070         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9071
9072 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9073
9074         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9075         (gnus-summary-mark-read-and-unread-as-read)
9076         (gnus-summary-mark-current-read-and-unread-as-read)
9077         (gnus-summary-mark-unread-as-ticked): Doc fix.
9078         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9079
9080 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9083         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9084
9085 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9088         yes-or-no-p.
9089
9090 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * mm-decode.el (mm-add-meta-html-tag): New function.
9093         (mm-save-part-to-file, mm-pipe-part): Use it.
9094
9095         * gnus-art.el (gnus-article-browse-delete-temp-files):
9096         Use gnus-y-or-n-p instead of y-or-n-p.
9097         (gnus-article-browse-html-parts): Work with message/external-body; use
9098         mm-add-meta-html-tag.
9099
9100 2007-12-11  Glenn Morris  <rgm@gnu.org>
9101
9102         * gnus-cache.el: Require gnus-sum not just when compiling.
9103
9104         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9105
9106         * gnus-int.el (gnus-server-opened, gnus-status-message):
9107         Move definitions before use.
9108
9109         * mm-decode.el: Require gnus-util.
9110         (mm-remove-part): Only call delete-annotation on XEmacs.
9111
9112         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9113
9114         * nnmail.el: Require gnus-int.
9115
9116         * spam.el: Move `require's before `eval-when-compile's.
9117
9118         * gnus-ems.el (gnus-alive-p):
9119         * gnus-fun.el (message-goto-eoh):
9120         * gnus-util.el (gnus-group-name-decode):
9121         * mail-source.el (gnus-compress-sequence):
9122         * message.el (Info-goto-node, format-spec):
9123         * mm-bodies.el (message-options-get):
9124         * mm-decode.el (mm-view-pkcs7):
9125         * mm-util.el (gmm-write-region):
9126         * mml-smime.el (mml-compute-boundary)
9127         (gnus-completing-read-with-default):
9128         * mml.el (widget-button-press, gnus-make-hashtable):
9129         * mml1991.el (mm-decode-content-transfer-encoding)
9130         (mm-encode-content-transfer-encoding)
9131         (message-options-get, message-options-set):
9132         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9133         * nnfolder.el (gnus-request-group):
9134         * nnheader.el (ietf-drums-unfold-fws):
9135         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9136         * smime.el (gnus-run-mode-hooks):
9137         * spam-stat.el (gnus-message): Autoload.
9138
9139         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9140         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9141         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9142         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9143         Add declare-function compatibility definition.
9144
9145         * gnus-cache.el (nnvirtual-find-group-art):
9146         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9147         (gnus-add-image, gnus-add-wash-type):
9148         * gnus-group.el (nnkiboze-score-file):
9149         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9150         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9151         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9152         (message-tokenize-header, gnus-get-buffer-create)
9153         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9154         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9155         * gnus.el (gnus-group-decoded-name):
9156         * mail-source.el (imap-capability):
9157         * mm-bodies.el (message-options-set):
9158         * mm-decode.el (gnus-configure-windows):
9159         * mm-extern.el (message-goto-body):
9160         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9161         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9162         (epg-sub-key-validity, message-options-set):
9163         * mml.el (widget-event-point, gnus-configure-windows):
9164         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9165         * mml2015.el (epg-check-configuration, epg-configuration)
9166         (message-options-set):
9167         * nndb.el (nndb-request-article):
9168         * nnfolder.el (gnus-request-create-group):
9169         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9170         * nnmaildir.el (gnus-group-mark-article-read):
9171         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9172         * rfc1843.el (message-fetch-field):
9173         * spam.el (gnus-extract-address-components):
9174         Declare as functions.
9175
9176 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9179
9180         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9181
9182         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9183         bind show-trailing-whitespace for XEmacs.
9184
9185 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9188         new no-op macro for backward compatibility.
9189
9190         * imap.el (imap-string-to-integer): New function.
9191
9192 2007-12-09  Glenn Morris  <rgm@gnu.org>
9193
9194         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9195
9196         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9197         * message.el, mm-view.el, sieve-manage.el, smime.el:
9198         Add declare-function compatibility definition.
9199
9200         * gnus-art.el (w3-region, w3m-region, Info-menu):
9201         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9202         * gnus-sum.el (gnus-get-predicate):
9203         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9204         * message.el (mail-abbrev-in-expansion-header-p):
9205         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9206         (w3m-detect-meta-charset, w3m-region):
9207         * sieve-manage.el (password-read, password-cache-add)
9208         (password-cache-remove):
9209         * smime.el (password-read-and-add): Declare as functions.
9210
9211 2007-12-08  David Kastrup  <dak@gnu.org>
9212
9213         * gnus-sum.el (gnus-summary-simplify-subject-query):
9214         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9215         `message'.
9216
9217 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9220         it to bind idna-program, installation-directory, defined-colors, and
9221         face-attribute for XEmacs of the version that compiles defcustom forms.
9222
9223 2007-12-07  Glenn Morris  <rgm@gnu.org>
9224
9225         * gnus-art.el (article-make-date-line): Revert previous change.
9226
9227 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9230
9231 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9232
9233         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9234         Call gnus-add-to-range ranges only once with a prepared article-list.
9235
9236 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9237
9238         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9239         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9240         group names with backslashes.
9241         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9242
9243 2007-12-06  Deepak Goel  <deego3@gmail.com>
9244
9245         * gnus-art.el (article-make-date-line):
9246         * gnus-start.el (gnus-load):
9247         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9248
9249 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-art.el (gnus-use-idna)
9252         * gnus-start.el (gnus-site-init-file)
9253         * message.el (message-use-idna)
9254         * mm-uu.el (mm-uu-hide-markers)
9255         * smiley.el (smiley-style): Revert changes that suppress warnings.
9256
9257 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9260         specify charset to html source.
9261         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9262
9263 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9266         idna-program in order to suppress byte compile warning issued by XEmacs
9267         that came to byte compile the default value section of defcustom forms
9268         recently.
9269
9270         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9271         value of installation-directory.
9272
9273         * message.el (message-use-idna): Don't directly refer to the value of
9274         idna-program.
9275
9276         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9277
9278         * smiley.el (smiley-style): Don't directly call face-attribute.
9279
9280 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9283
9284         * gnus-dired.el: Reduce Gnus dependencies.
9285         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9286         Don't require.  Use autoloads instead.
9287         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9288         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9289         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9290         (gnus-dired-mode): Adjust doc string.
9291         (gnus-dired-mail-mode): New variable.
9292         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9293         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9294         (gnus-dired-mail-buffers): New function.  Return mail or message
9295         composition buffers.
9296         (gnus-dired-attach): Use it.
9297         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9298         NO-DECODE.
9299         (gnus-dired-print): Use `gnus-print-buffer' depending on
9300         `gnus-dired-mail-mode'.
9301
9302 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * rfc2047.el (rfc2047-encoded-word-regexp)
9305         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9306         explaining what regexp patterns are for.
9307
9308 2007-12-04  Glenn Morris  <rgm@gnu.org>
9309
9310         * password.el: Move to password-cache.el.
9311
9312         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9313         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9314         * mml-smime.el (password-read, password-cache-add)
9315         (password-cache-remove):
9316         No need to autoload, since mml-sec requires password.
9317
9318         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9319         * message.el (gnus-extract-address-components):
9320         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9321
9322         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9323         password.
9324
9325 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * mailcap.el: Reduce dependencies.
9328         (mail-header-parse-content-type): Autoload.
9329         (mailcap-delete-duplicates): New alias.
9330         (mailcap-mime-info): Add optional argument NO-DECODE.
9331         (mailcap-mime-types): Use mailcap-delete-duplicates.
9332
9333         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9334
9335 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9336
9337         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9338         (imap-parse-status): Upcase status-att for servers that sends them
9339         lower-case (e.g., MS Exchange 2007).
9340
9341 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9344         function.
9345
9346         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9347         (gnus-uu-yenc-article): New function.
9348
9349         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9350
9351         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9352
9353 2007-12-02  Glenn Morris  <rgm@gnu.org>
9354
9355         * binhex.el (binhex): New custom group.
9356         (binhex-decoder-program, binhex-decoder-switches)
9357         (binhex-use-external): Move to the binhex custom group.
9358
9359         * uudecode.el (uudecode): New custom group.
9360         (uudecode-decoder-program, uudecode-decoder-switches)
9361         (uudecode-use-external): Move to the uudecode custom group.
9362
9363         * netrc.el (top-level): Don't load `encrypt' features.
9364         (netrc-parse): Don't use encrypt.
9365         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9366
9367         * encrypt.el: Remove file.
9368
9369 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9372         matches on patches.
9373
9374         * gnus-art.el (gnus-article-browse-html-article):
9375         Mention `mm-text-html-renderer' in the doc string.
9376
9377         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9378         string.  Add comments.
9379
9380         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9381         if rhs is ASCII.
9382
9383 2007-12-01  Glenn Morris  <rgm@gnu.org>
9384
9385         * mail-source.el (top-level): Require format-spec before
9386         eval-when-compile.
9387
9388 2007-11-30  Glenn Morris  <rgm@gnu.org>
9389
9390         * encrypt.el: Require password, rather than autoloading password-read.
9391
9392 2007-11-29  Glenn Morris  <rgm@gnu.org>
9393
9394         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9395         (sasl-make-client, sasl-next-step, sasl-step-data)
9396         (sasl-step-set-data): Declare as functions.
9397
9398 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9401
9402 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9403
9404         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9405         certs should be verified and what is to be done in the event of a
9406         verification failure.
9407
9408         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9409         caller can indicate whether the cache should be disregarded for this
9410         call.  This way the result of the call is reproducible at all times and
9411         can be considered a canonical server name for the supplied method.
9412         (gnus-agent-method-p): Canonicalize server names by pushing their
9413         method through `gnus-method-to-server' using the no-cache argument.
9414
9415         * gnus-srvr.el (gnus-server-insert-server-line):
9416         Call `gnus-method-to-server' with `no-cache' argument.
9417
9418         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9419         gnus-agent-possibly-synchronize-flags as this should be called when the
9420         server is actually being opened.
9421         (gnus-agent-possibly-synchronize-flags)
9422         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9423         flags file of an agentized server to the latter function.
9424
9425         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9426         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9427         after a connection has been established successfully.
9428
9429 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-art.el (article-display-face): Force to display face if called
9432         interactively; check if gnus-article-x-face-too-ugly matches author.
9433         (article-display-x-face): Display face even if From header is missing
9434         as article-display-face does.
9435
9436 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9437
9438         * hashcash.el (message-narrow-to-headers-or-head)
9439         (message-fetch-field, message-goto-eoh)
9440         (message-narrow-to-headers): Declare as functions.
9441
9442 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * mail-source.el (mail-sources): Default to fetch from file for
9445         compatibility with default of nnmail-spool-file.
9446
9447 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9450         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9451         to look for encoded word that should be encoded again.
9452         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9453         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9454         encoding pattern.
9455         (rfc2047-decode-region): Switch strict regexp and loose one according
9456         to rfc2047-allow-irregular-q-encoded-words.
9457
9458 2007-11-25  Romain Francoise  <romain@orebokech.com>
9459
9460         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9461
9462 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * tls.el (tls-program): Provide more custom choices from
9465         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9466         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9467
9468 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9471         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9472
9473         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9474         `nnmail-spool-file'.
9475
9476         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9477         `nnmail-spool-file'.
9478
9479         * gnus-move.el (gnus-change-server): Ditto.
9480
9481         * gnus-kill.el (gnus-batch-score): Ditto.
9482
9483         * gnus-cache.el (gnus-jog-cache): Ditto.
9484
9485         * gnus-msg.el (gnus-summary-reply):
9486         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9487
9488 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9491         version.  Minor improvement to doc strings.
9492         (tls-program): Add comment.
9493
9494 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9495
9496         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9497         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9498         mismatch between the hostname provided in the certificate and the name
9499         of the host connnecting to.
9500         (open-tls-stream): Use them.  Check certificates against trusted root
9501         certificates.
9502
9503 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-cache.el (gnus-cache-generate-nov-databases):
9506         Use nnml-generate-nov-databases-directory instead of
9507         nnml-generate-nov-databases-1.
9508
9509 2007-11-24  Glenn Morris  <rgm@gnu.org>
9510
9511         * message.el (message-tool-bar-retro): Update for rename
9512         mail_send.xpm->mail-send.xpm.
9513
9514 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9517         `smime-ldap-search' for Emacs 22 and up.
9518
9519 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9520
9521         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9522
9523         * message.el (message-send-mail-function): Fix error convention.
9524         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9525         (message-widen-reply, message-send-mail, message-talkative-question)
9526         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9527         (message-clone-locals, message-send-news): Use with-current-buffer.
9528         (message-insert-or-toggle-importance): Remove unused var `valid'.
9529         (message-make-references): Remove unused var `new-references'.
9530         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9531
9532 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9533
9534         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9535         (spam-split-symbolic-return-positive): Reflow docstring.
9536         (spam-backends, spam-summary-exit-behavior)
9537         (spam-mark-ham-unread-before-move-from-spam-group)
9538         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9539         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9540         (spam-clear-cache, spam-backend-check, spam-install-backend)
9541         (spam-install-statistical-backend, spam-list-of-processors)
9542         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9543         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9544         (spam-check-crm114, spam-initialize, spam-unload-hook):
9545         Fix typos in docstrings.
9546
9547 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9550         been checked if they have never been read and those group levels are
9551         higher than the one that a user specified.
9552
9553 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9556         foreign groups unless a group level is specified by a user.
9557         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9558
9559 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * message.el (message-send-mail-function): Require sendmail.
9562
9563 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * message.el (message-send-mail-function): Check for smtpmail too.
9566
9567         * utf7.el (utf7-encode, utf7-decode): Use coding system
9568         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9569
9570         * message.el (message-send-mail-function): New function.
9571         (message-send-mail-function): Set default using
9572         message-send-mail-function.  Adjust doc string.
9573         (message-send-mail-with-mailclient): New function.
9574
9575 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9576
9577         * smime.el (from):
9578         * rfc2047.el (message-posting-charset):
9579         * qp.el (mm-use-ultra-safe-encoding):
9580         * pop3.el (parse-time-months):
9581         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9582         * nnml.el (files):
9583         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9584         (jka-compr-compression-info-list, ange-ftp-path-format)
9585         (efs-path-regexp):
9586         * nndiary.el (files):
9587         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9588         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9589         (epg-digest-algorithm-alist, inhibit-redisplay)
9590         (password-cache-expiry):
9591         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9592         (pgg-output-buffer, password-cache-expiry):
9593         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9594         (efs-path-regexp):
9595         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9596         (inhibit-redisplay):
9597         * mm-uu.el (file-name, start-point, end-point, entry)
9598         (gnus-newsgroup-name, gnus-newsgroup-charset):
9599         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9600         (latin-unity-ucs-list):
9601         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9602         (mm-uu-binhex-decode-function):
9603         * message.el (gnus-message-group-art, gnus-list-identifiers)
9604         (rmail-enable-mime-composing, gnus-local-organization)
9605         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9606         (gnus-read-active-file, facemenu-add-face-function)
9607         (facemenu-remove-face-function, gnus-article-decoded-p)
9608         (tool-bar-mode):
9609         * mail-source.el (display-time-mail-function):
9610         * gnus-util.el (nnmail-pathname-coding-system)
9611         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9612         (gnus-original-article-buffer, gnus-user-agent)
9613         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9614         (xemacs-codename, sxemacs-codename, emacs-program-version):
9615         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9616         * gnus-start.el (gnus-agent-covered-methods)
9617         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9618         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9619         (gnus-newsgroup-headers, gnus-group-list-mode)
9620         (gnus-group-mark-positions, gnus-newsgroup-data)
9621         (gnus-newsgroup-unreads, nnoo-state-alist)
9622         (gnus-current-select-method, mail-sources)
9623         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9624         (nnmail-spool-file, gnus-cache-active-hashtb):
9625         * gnus-mh.el (mh-lib-progs):
9626         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9627         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9628         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9629         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9630         (gnus-group-buffer):
9631         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9632         (font-lock-set-defaults):
9633         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9634         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9635         (gnus-summary-post-menu, total-parts, type, condition, length):
9636         * gnus-agent.el (gnus-agent-read-agentview):
9637         * flow-fill.el (show-trailing-whitespace):
9638         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9639         eval-and-compile wrappers for byte compiler pacifiers.
9640
9641         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9642         (mm-display-inline-fontify): Check for featurep 'xemacs not
9643         extent-list.
9644
9645         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9646         itimer-list.
9647         (mm-create-image-xemacs): Only do something for XEmacs.
9648         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9649
9650         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9651
9652         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9653         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9654
9655 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9656
9657         * nnimap.el (nnimap-split-download-body):
9658         * gnus-demon.el (gnus-demon):
9659         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9660
9661 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9664         New macros.
9665         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9666         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9667         copy data from unibyte buffer to multibyte current buffer.
9668         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9669         to copy data from unibyte current buffer to multibyte buffer.
9670         (nntp-make-process-buffer): Make process buffer unibyte.
9671
9672         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9673
9674 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9675
9676         * pop3.el (pop3-open-server): Accept and process data more robustly at
9677         connexion start to avoid spurious "POP SSL connexion failed" errors.
9678
9679 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9682         read group names.
9683
9684 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9687
9688 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9691         (nnmail-save-active): Use a unibyte buffer when saving active file,
9692         which may contain non-ASCII group names.
9693
9694         * nnml.el (nnml-request-group): Decode group names in messages.
9695
9696 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * message.el (message-citation-line-function)
9699         (message-insert-formatted-citation-line): Fix spelling of
9700         `message-insert-formated-citation-line'.
9701
9702 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9705
9706 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9709         nnmail-pathname-coding-system.
9710
9711         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9712         that a user enters; decode group names in messages.
9713
9714         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9715
9716 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9719
9720         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9721
9722         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9723         risky local variable.
9724
9725         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9726
9727 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9728
9729         * encrypt.el: Improve documentation to fix function name typo.
9730         Reported by Daiki Ueno <ueno@unixuser.org>.
9731
9732 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9735         even if the point is not in the last page of an article.
9736         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9737         back to the previous page.
9738
9739 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9742
9743 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9746
9747 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9748
9749         * message.el (message-check-news-body-syntax):
9750         Avoid mm-string-as-multibyte.
9751         (message-hide-headers): Don't assume (point-min)==1.
9752
9753 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * message.el (message-remove-blank-cited-lines): Fix if remove is
9756         given.
9757         (message-bogus-address-regexp): New variable.
9758         (message-bogus-recipient-p): New function.
9759         (message-check-recipients): New command.
9760         (message-syntax-checks): Add `bogus-recipient'.
9761         (message-fix-before-sending): Add `bogus-recipient'.
9762
9763         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9764         (gnus-treat-body-boundary): Don't test window-system.
9765
9766 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9767
9768         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9769
9770 2007-10-28  Miles Bader  <miles@gnu.org>
9771
9772         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9773         at compile-time too.
9774
9775 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-msg.el (gnus-message-setup-hook):
9778         Add `message-remove-blank-cited-lines' to options.
9779
9780 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * message.el (message-remove-blank-cited-lines): New function.
9783         Suggested by Karl Plästerer.
9784
9785 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9788         mapc.
9789
9790         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9791         (top-level): Use mapc to set functions to be traced for debugging.
9792
9793         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9794         called for effect with while loop.
9795
9796         * message.el (message-talkative-question): Replace mapcar called for
9797         effect with mapc.
9798
9799         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9800         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9801         called for effect with dolist.
9802
9803         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9804
9805         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9806         gnus-extra-headers and nnmail-extra-headers.
9807
9808         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9809         called for effect with dolist.
9810         (top-level): Use mapc to set functions to be traced for debugging.
9811
9812         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9813         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9814         dolist.
9815
9816         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9817         Replace mapcar called for effect with mapc.
9818         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9819         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9820         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9821         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9822
9823         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9824         remove-if that's a cl function.
9825
9826         * webmail.el (webmail-debug): Replace mapcar called for effect with
9827         dolist.
9828
9829         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9830         with mapc.
9831
9832 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9835         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9836         with while loop.
9837
9838         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9839         functions from article-* functions.
9840         (gnus-multi-decode-header): Replace mapcar called for effect with
9841         dolist.
9842
9843         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9844         (gnus-bookmark-show-details): Replace mapcar called for effect with
9845         while loop.
9846
9847         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9848         called for effect with while loop.
9849
9850         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9851         with dolist.
9852
9853         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9854         Replace mapcar called for effect with dolist.
9855
9856         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9857
9858         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9859         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9860         Replace mapcar called for effect with dolist.
9861         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9862         mapc.
9863
9864         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9865         Replace mapcar called for effect with dolist.
9866         (gnus-topic-list): Replace mapcar called for effect with mapc.
9867
9868         * gnus.el: Use mapc instead of mapcar to add autoloads.
9869
9870 2007-10-23  Richard Stallman  <rms@gnu.org>
9871
9872         * gnus-group.el (gnus-group-highlight): Mark as risky.
9873
9874 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus.el (gnus-server-to-method): Return method found first in
9877         gnus-newsrc-alist.
9878
9879         * gnus-art.el (gnus-article-highlight-signature)
9880         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9881         button overlay without the front stickiness.
9882
9883 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9884
9885         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9886         overview buffer needed a catch to receive its throw.
9887         (gnus-agent-flush-cache): Declare as interactive to make this function
9888         easier to use.
9889
9890 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9893         `next-line'.
9894
9895 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9898         exclude address matching message-dont-reply-to-names.
9899
9900 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-util.el (gnus-string<): New function.
9903
9904         * gnus-sum.el (gnus-article-sort-by-author)
9905         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9906
9907 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9910         the frame-focus tag is set in gnus-buffer-configuration.
9911
9912 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9915         the front stickiness.
9916
9917 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9920         url pattern; remove duplicate one.
9921         (gnus-article-extend-url-button): New function.
9922         (gnus-article-add-buttons): Use it.
9923         (gnus-button-push): Use concatenated url that it makes.
9924
9925 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9926
9927         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9928
9929 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9930
9931         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9932         Don't hardcode point-min==1.
9933
9934 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9937         Fix comment about "iso8859-1".
9938
9939 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9940
9941         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9942         ones returned from the verify-function.
9943
9944         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9945         Call mml2015-extract-cleartext-signature if extraction failed.
9946
9947 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9948
9949         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9950         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9951         failed.
9952
9953 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9956
9957 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9960         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9961         recommends to use EasyPG instead of PGG.
9962
9963         * pgg.el: Revert to revision 6.23.2.16.
9964
9965         * pgg-def.el: Revert to revision 6.6.2.14.
9966
9967         * pgg-gpg.el: Revert to revision 6.23.2.34.
9968
9969 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9970
9971         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9972         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9973         thread for both the null and zero (kill/expire thread) universal prefix
9974         cases.
9975         (gnus-summary-expire-thread): Add new function to expire a thread,
9976         using gnus-summary-kill-thread.
9977         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9978         shortcuts for gnus-summary-expire-thread.
9979         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9980         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9981
9982 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9985         extras value, so an extras entry can be deleted.
9986         (gnus-registry-delete-extra-entry): Use it.
9987         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9988         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9989         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9990         storage through the gnus-registry, and provide an appropriate API for
9991         it.
9992
9993 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9996         Suggested by Leo <sdl.web@gmail.com>.
9997
9998         * gnus.el: Do.
9999
10000 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10003         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10004
10005         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10006
10007         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10008         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10009
10010 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10013         newline.
10014         (nnmbox-request-accept-article): Don't change article in source buffer;
10015         narrow to header to use message-fetch-field rather than
10016         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10017         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10018         as delimiters; make sure article ends with newline.
10019         (nnmbox-delete-mail): Correct last position of article to be deleted;
10020         ignore X-Gnus-Newsgroup header in article body.
10021         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10022         positions; make sure article ends with newline.
10023
10024         * message.el (message-display-abbrev): Don't infloop when a user
10025         inserts SPC in the beginning of header.
10026
10027         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10028         coding-system-for-read and coding-system-for-write for XEmacs having no
10029         file-coding feature.
10030
10031         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10032
10033 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10034
10035         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10036         list of groups not followed by default.  Fix type to be regexp.
10037         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10038
10039 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10040
10041         * hmac-def.el (define-hmac-function): Switch from old-style to
10042         new-style backquotes.
10043
10044         * md4.el (md4-make-step): Likewise.
10045
10046 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10049         raw-text coding system when saving .newsrc file, which may contain
10050         non-ASCII group names.
10051
10052 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-cus.el (gnus-score-extra): New widget.
10055         (gnus-score-extra-convert): New function.
10056         (gnus-score-customize): Use it for Extra.
10057
10058 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10059
10060         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10061         (mml2015-mailcrypt-clear-verify): Use it.
10062         (mml2015-gpg-clear-verify): Use it.
10063         (mml2015-pgg-clear-verify): Use it.
10064         (mml2015-epg-clear-verify): Replace the current part with the output
10065         from GnuPG; don't extract the plaintext by itself.
10066
10067         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10068         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10069         mml2015-clear-verify-function; don't touch the armor headers or
10070         dash-escaped text here.
10071
10072 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10075         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10076         parts, or application/octet-stream as a last resort.
10077         (gnus-mime-view-part-as-type): Don't toggle display.
10078         (gnus-mime-view-part-as-charset): Don't turn off display before
10079         querying charset.
10080
10081         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10082         stuff to undisplayer function in Emacs.
10083         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10084
10085         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10086         text/calendar parts.
10087
10088 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10091         decoding text/calendar parts.
10092
10093         * message.el (message-forward-make-body-mime): Always mark body as
10094         having no illegible text; remove signed-or-encrypted argument.
10095         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10096
10097         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10098         (mml-generate-mime-1): Don't encode body if it is specified to be in
10099         raw form; don't make buffer be unibyte when inserting multibyte string.
10100
10101 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10102
10103         * sha1.el: Fix up comment style.
10104         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10105         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10106
10107         * hex-util.el: Fix up comment style.
10108         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10109
10110         * gnus-salt.el: Use with-current-buffer.
10111         (gnus-pick-setup-message): Fix long-standing typo.
10112
10113 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * imap.el (imap-logout-timeout): New variable.
10116         (imap-logout, imap-logout-wait): New functions.
10117         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10118
10119         * nnimap.el (nnimap-logout-timeout): New server variable.
10120         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10121         nnimap-logout-timeout.
10122
10123         * gnus-art.el (gnus-article-summary-command-nosave)
10124         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10125
10126 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus.el (gnus-maximum-newsgroup): New variable.
10129
10130         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10131         according to gnus-maximum-newsgroup.
10132
10133         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10134         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10135         Limit the range of articles according to gnus-maximum-newsgroup.
10136
10137 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10138
10139         * gnus-art.el (gnus-sticky-article): Fix problems described in
10140         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10141         Don't perform gnus-configure-windows here; reuse existing sticky
10142         article buffer.
10143
10144         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10145         it doesn't exist in gnus-article-mode.
10146
10147 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10150         (gnus-agent-decoded-group-name): New function.
10151         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10152         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10153
10154 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10155
10156         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10157         Add binding for gnus-sticky-article.
10158         (gnus-summary-exit): Don't kill sticky article buffers.
10159
10160         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10161         article buffer.
10162         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10163         (gnus-kill-sticky-article-buffers): New commands.
10164
10165 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * nntp.el (nntp-xref-number-is-evil): New server variable.
10168         (nntp-find-group-and-number): If it is non-nil, don't trust article
10169         numbers in the Xref header.
10170
10171 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-agent.el (gnus-agent-read-group): New function.
10174         (gnus-agent-flush-group, gnus-agent-expire-group)
10175         (gnus-agent-regenerate-group): Use it.
10176         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10177         nnmail-pathname-coding-system.
10178
10179 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10182
10183         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10184         that are unread as unread, and also as selected so that information of
10185         marks having been changed by a user may be updated when exiting group.
10186
10187 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10190
10191 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10194         calculated ignoring signature parts to gnus-treat-article.
10195
10196 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10199         a point here in order to keep the window start.
10200         (gnus-insert-mime-security-button): Make a button overlay without the
10201         front stickiness.
10202         (gnus-mime-display-security): Goto the end of a button.
10203
10204         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10205
10206 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10209         group-name-at-point.
10210         (gnus-group-completing-read): New function that offers decoded
10211         non-ASCII group names for completion.
10212         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10213         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10214         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10215         (gnus-group-fetch-control): Use it.
10216         (gnus-fetch-group): Use group-name-at-point for the initial value
10217         rather than the default value; use gnus-alive-p.
10218
10219         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10220         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10221         (gnus-summary-post-news): Use gnus-group-completing-read.
10222
10223         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10224         (gnus-read-move-group-name): Decode group name for completion.
10225
10226 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10227
10228         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10229         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10230         Yamaoka slightly modified the code).
10231
10232 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10235         (nnmail-split-incoming): Bind it.
10236
10237         * nnml.el (nnml-group-name-charset): New function.
10238         (nnml-decoded-group-name): Use it; don't decode group name if
10239         nnmail-group-names-not-encoded-p is non-nil.
10240         (nnml-encoded-group-name): New function.
10241         (nnml-group-pathname): Inline nnml-decoded-group-name.
10242         (nnml-request-expire-articles): Decode group name in message.
10243         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10244         nnmail-pathname-coding-system.
10245         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10246         not decoded ones according to nnmail-group-names-not-encoded-p.
10247         (nnml-generate-active-info): Use nnml-encoded-group-name.
10248
10249 2007-08-08  Glenn Morris  <rgm@gnu.org>
10250
10251         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10252         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10253         doc-strings and comments.
10254
10255 2007-07-25  Glenn Morris  <rgm@gnu.org>
10256
10257         * Relicense all FSF files to GPLv3 or later.
10258
10259 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-sum.el (gnus-summary-move-article):
10262         Make gnus-summary-respool-article work.
10263
10264 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10267         string.
10268
10269 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10270
10271         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10272         that should be ignored when comparing distant RSS articles with local
10273         ones.
10274         (nnrss-make-hash-index): New function.  Create a hash index according
10275         to the ignored fields.
10276         (nnrss-check-group): Use it.
10277
10278 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10281
10282         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10283
10284         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10285         the new optional argument ENCODED is non-nil.
10286         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10287         coding system for encoding group name.
10288         (gnus-group-make-rss-group): Pass un-encoded group name to
10289         gnus-group-make-group.
10290         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10291         encoded.
10292
10293         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10294         Encode group name to which articles are moved or copied.
10295         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10296         coding system for encoding Newsgroup, Followup-To and Xref headers.
10297
10298         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10299         marks; use nnheader-file-coding-system to write a file.
10300         (nnagent-retrieve-headers): Bind file-name-coding-system to
10301         nnmail-pathname-coding-system.
10302
10303         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10304
10305         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10306         (nnml-request-article, nnml-request-create-group)
10307         (nnml-request-rename-group, nnml-find-id)
10308         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10309         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10310         (nnml-save-marks): Use nnml-group-pathname instead of
10311         nnmail-group-pathname.
10312
10313         (nnml-request-create-group, nnml-request-expire-articles)
10314         (nnml-request-move-article, nnml-request-delete-group)
10315         (nnml-deletable-article-p, nnml-possibly-create-directory)
10316         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10317         (nnml-open-marks): Bind file-name-coding-system to
10318         nnmail-pathname-coding-system.
10319
10320         (nnml-request-article): Pass server argument to nnml-find-group-number.
10321         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10322         Pass server argument to nnml-possibly-create-directory.
10323         (nnml-request-accept-article): Pass server argument to
10324         nnml-active-number and nnml-save-mail.
10325         (nnml-find-group-number): Pass server argument to nnml-find-id.
10326         (nnml-request-update-info): Pass server argument to
10327         nnml-marks-changed-p.
10328
10329         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10330         (nnml-save-mail, nnml-active-number): Add server argument.
10331
10332         (nnml-request-delete-group): Warn if group is missing.
10333         (nnml-get-nov-buffer): Decode group name.
10334         (nnml-generate-active-info): Encode group name.
10335         (nnml-open-marks): Decode group name in messages.
10336
10337 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10340         if it is not specified.
10341         (gnus-article-pipe-part, gnus-article-save-part)
10342         (gnus-article-interactively-view-part, gnus-article-copy-part)
10343         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10344         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10345         (gnus-article-replace-part, gnus-article-delete-part)
10346         (gnus-article-view-part-as-type): Pass raw prefix argument to
10347         gnus-article-part-wrapper.
10348
10349 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * gnus-agent.el (gnus-agent-save-active):
10352         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10353
10354         * gnus-cache.el (gnus-cache-save-buffers)
10355         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10356         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10357         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10358         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10359         (gnus-cache-generate-active, gnus-cache-rename-group)
10360         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10361         (gnus-cache-update-overview-total-fetched-for):
10362         Bind file-name-coding-system to nnmail-pathname-coding-system.
10363         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10364         New variables.
10365         (gnus-cache-decoded-group-name): New function.
10366         (gnus-cache-file-name): Use it.
10367         (gnus-cache-generate-active): Use non-decoded group name for active.
10368
10369         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10370         right place.
10371         (gnus-write-active-file): Don't break non-ASCII group names.
10372
10373         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10374         nnmail-pathname-coding-system.
10375
10376         * lpath.el: Bind default-file-name-coding-system,
10377         file-name-coding-system and language-info-alist for XEmacs.
10378
10379         * gnus-uu.el (gnus-uu-decode-save): Typo.
10380
10381 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10384
10385 2007-07-14  David Kastrup  <dak@gnu.org>
10386
10387         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10388         finishing actions if we did not edit the article.
10389
10390 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10393         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10394         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10395         (gnus-agent-flush-group, gnus-agent-flush-cache)
10396         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10397         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10398         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10399         (gnus-agent-regenerate-group)
10400         (gnus-agent-update-files-total-fetched-for)
10401         (gnus-agent-update-view-total-fetched-for):
10402         Bind file-name-coding-system to nnmail-pathname-coding-system.
10403         (gnus-agent-group-pathname): Don't encode file names by
10404         nnmail-pathname-coding-system.
10405         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10406         coding-system-for-write instead of buffer-file-coding-system to
10407         gnus-agent-file-coding-system.
10408
10409         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10410         Decode group name.
10411
10412         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10413
10414         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10415         (gnus-read-newsrc-el-file): Make group names unibyte.
10416
10417         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10418         nnmail-pathname-coding-system.
10419
10420         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10421         (nnrss-request-delete-group): Bind file-name-coding-system to
10422         nnmail-pathname-coding-system.
10423         (nnrss-read-server-data, nnrss-read-group-data):
10424         Bind file-name-coding-system correctly.
10425         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10426
10427         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10428         (nntp-server-to-method-cache): New variable.
10429         (nntp-group-pathname): New function that decodes non-ASCII group names.
10430         (nntp-possibly-create-directory, nntp-marks-changed-p)
10431         (nntp-save-marks, nntp-open-marks): Use it.
10432         (nntp-possibly-create-directory, nntp-open-marks):
10433         Bind file-name-coding-system to nnmail-pathname-coding-system.
10434         (nntp-open-marks): Decode group names when bootstrapping marks.
10435
10436         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10437         Newsgroups and Folowup-To headers.
10438
10439 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10442         (gnus-server-closed-face, gnus-server-denied-face)
10443         (gnus-server-offline-face): Remove variable.
10444         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10445
10446         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10447         of modifying message-stack directly for XEmacs.
10448
10449         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10450         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10451         if the coding-system argument is nil for XEmacs.
10452
10453         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10454         mm-charset-override-alist.
10455
10456         * rfc2047.el: Don't require base64; require rfc2045 for the function
10457         rfc2045-encode-string.
10458         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10459         to quote the parameter value.
10460
10461 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10464         form in gnus-group-name-charset-method-alist.
10465
10466         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10467         overrides the default layout edit-form.
10468
10469         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10470
10471         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10472
10473 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10476         as unfetched articles.
10477
10478 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10481
10482 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10485         original back end that keeps marks in the local system.
10486
10487 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10490         arg of pop-to-buffer for XEmacs.
10491         (gnus-article-read-summary-keys): Ditto; don't restore window
10492         configuration if summary command ends up with neither article buffer
10493         nor summary buffer; describe bindings if summary keys end with C-h.
10494
10495 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * message.el (message-fix-before-sending): Skip raw message part to be
10498         forwarded while checking illegible text.
10499         (message-forward-make-body-mime, message-forward-make-body):
10500         Mark signed or encrypted raw message as having no illegible text.
10501
10502 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10505         (gnus-message-with-timestamp-1): New macro.
10506         (gnus-message-with-timestamp): New function.
10507         (gnus-message): Use them.
10508
10509         * nnheader.el (nnheader-message): Use them.
10510
10511 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10514         .newsrc.eld file.
10515
10516 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-agent.el (gnus-agent-fetch-headers)
10519         (gnus-agent-retrieve-headers):
10520         Bind gnus-decode-encoded-address-function to identity.
10521
10522         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10523         available also when the server returns simply a dot.
10524
10525         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10526
10527 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10530
10531 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-ems.el (gnus-x-splash): Make it work.
10534
10535         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10536         from being used.
10537
10538         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10539
10540 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10543         4th and the 5th arguments.
10544
10545         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10546         the front stickiness.
10547         (gnus-article-summary-command-nosave): Correct the order of the
10548         arguments passed to pop-to-buffer.
10549         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10550         summary command ends up with the article buffer.
10551
10552         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10553         the same faces.
10554
10555 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10556
10557         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10558
10559 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10560
10561         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10562         * gnus-sum.el (gnus-summary-highlight):
10563         * pgg.el (pgg-sign-region, pgg-sign):
10564         * mail-source.el (mail-source-delete-old-incoming-confirm):
10565         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10566
10567 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-mime-view-part-externally)
10570         (gnus-mime-view-part-internally): Fix predicate function passed to
10571         completing-read.
10572
10573         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10574
10575         * gnus.el (gnus-update-message-archive-method): Add :version.
10576
10577 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus.el (gnus-update-message-archive-method): New variable.
10580
10581         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10582         according to gnus-message-archive-method if
10583         gnus-update-message-archive-method is non-nil.
10584
10585 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10588         Suggested by Loic Dachary <loic@dachary.org>.
10589         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10590
10591 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * message.el (message-pop-to-buffer): Add switch-function argument.
10594         (message-mail): Pass switch-function argument to it.
10595
10596 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10599         Improve doc string.
10600
10601 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10604         (gnus-header-content)
10605         * gnus-cite.el (gnus-cite-10)
10606         * gnus-srvr.el (gnus-server-closed)
10607         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10608         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10609         (gnus-group-mail-3-empty, gnus-group-mail-low)
10610         (gnus-group-mail-low-empty, gnus-splash)
10611         * message.el (message-header-to, message-header-cc)
10612         (message-header-subject, message-header-other, message-header-name)
10613         (message-header-xheader, message-separator, message-cited-text)
10614         (message-mml): Lighten colors of faces used for dark background.
10615
10616 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10617
10618         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10619         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10620
10621 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * message.el (message-narrow-to-headers-or-head):
10624         Ignore mail-header-separator in the body.
10625
10626 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10629         same as window size.
10630
10631 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10632
10633         * message.el (message-font-lock-keywords): Use message-header-xheader
10634         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10635         ahead of the anything pattern, to get it recognised.
10636
10637 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10640         spam.el loads uses it in the compiled defadvice form.
10641
10642 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10643
10644         * gnus-sum.el (gnus-articles-to-read)
10645         (gnus-summary-insert-old-articles): Don't truncate group name for
10646         `read-string'.
10647
10648         * gnus-util.el (gnus-limit-string): Delete this function.
10649
10650         * gnus-sum.el (gnus-simplify-subject-fully):
10651         Use `truncate-string-to-width' instead.
10652
10653 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10654
10655         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10656         Tell if, on summary exit, the next group has to be selected.
10657         (gnus-summary-exit): Use it.
10658
10659 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10662         non-break space.
10663
10664 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10667         Check if group is not a directory.
10668         (nnfolder-request-expire-articles): Don't delete articles if the target
10669         group is not available.
10670
10671         * nnml.el (nnml-request-create-group): Properly check if group is not a
10672         file.
10673         (nnml-request-expire-articles): Don't delete articles if the target
10674         group is not available.
10675
10676         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10677         Don't quote characters that are within parentheses.
10678
10679 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10682         (gnus-handle-ephemeral-exit): Select article according to it.
10683
10684 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * message.el (message-insert-formated-citation-line): Remove newline.
10687         (message-citation-line-format): Add final \n here so that the user can
10688         avoid a blank line.
10689
10690 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10691
10692         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10693         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10694         Update lanl/arXiv support.
10695
10696 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * gnus.el: Bump version number.
10699
10700 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus.el (gnus-version-number): Bump version.
10703
10704 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10705
10706         * gnus.el: No Gnus v0.6 is released.
10707
10708 2007-04-27  Didier Verna  <didier@xemacs.org>
10709
10710         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10711         * gmm-utils.el (gmm-regexp-concat): ... here.
10712         * message.el: Don't require 'gnus-util.
10713         (message-dont-reply-to-names): Handle name change above.
10714         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10715
10716 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10719         since the initial value varies according to the system.
10720
10721 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10724
10725 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10726
10727         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10728
10729 2007-04-24  Didier Verna  <didier@xemacs.org>
10730
10731         Improve the type of gnus-ignored-from-addresses.
10732         * gnus-util.el (gnus-orify-regexp): New function.
10733         * message.el (gnus-util): Require it.
10734         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10735         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10736         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10737
10738 2007-04-24  Didier Verna  <didier@xemacs.org>
10739
10740         * gnus-sum.el:
10741         * gnus-utils.el: Fix some trailing whitespaces.
10742
10743 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10746         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10747         article's Message-ID; refer parent article in summary buffer.
10748
10749         * message.el (message-bounce): Call mime-to-mml.
10750
10751         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10752         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10753         optimize and/or forms properly.
10754
10755 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10758         URL.
10759
10760 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10763
10764 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10767         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10768         displayed of multipart/alternative part if it is invoked from summary
10769         buffer.
10770
10771         * mm-view.el (mm-inline-text-html-render-with-w3m)
10772         (mm-inline-text-html-render-with-w3m-standalone)
10773         (mm-inline-render-with-function): Use mail-parse-charset by default.
10774
10775 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10776
10777         * parse-time.el (parse-time-string-chars): Check if CHAR
10778         is less than the length of parse-time-syntax.
10779
10780 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10783         from gnus-newsgroup-processable.
10784
10785 2007-04-16  Didier Verna  <didier@xemacs.org>
10786
10787         * gnus-msg.el (gnus-configure-posting-styles):
10788         Handle message-signature-directory properly with :file syntax.
10789         Reported by "Leo".
10790
10791 2007-04-11  Didier Verna  <didier@xemacs.org>
10792
10793         New user option: message-signature-directory.
10794         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10795         * message.el (message-insert-signature): Ditto.
10796         * message.el (message-signature-file): Doc update.
10797         * message.el (message-signature-directory): New.
10798
10799 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-msg.el (gnus-inews-yank-articles):
10802         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10803
10804 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * message.el (message-yank-original): Make sure cited text ends with
10807         newline; don't exchange point and mark.
10808
10809 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10810
10811         * tls.el (open-tls-stream): Properly handle case where there
10812         is no associated buffer.
10813
10814 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10815
10816         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10817         message-yank-original, make sure (< mark TEXT point).
10818
10819 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * message.el (message-fill-column): New variable.
10822         (message-mode): Use it.  Add comment on a possible new hook.
10823
10824         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10825         (nnmail-get-new-mail): Reformat.
10826
10827         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10828
10829         * gmm-utils.el: Fix Commentary.
10830         (gmm-tool-bar-from-list): Fix typo in doc string.
10831
10832 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10833
10834         * message.el (message-yank-original): Don't switch point and mark
10835         unnecessarily to put point and mark as documented.
10836
10837 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10840         from the message heads.
10841
10842 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10843
10844         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10845         article buffer does not have a window.  This may not be the best
10846         solution but is certainly better than setting the start of the null,
10847         that is the current, window.
10848
10849 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10852         (gnus-draft-setup): Run it.
10853
10854         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10855         gnus-score-fast-scoring.  Allow regexp.
10856         (gnus-score-headers): Use it.
10857
10858         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10859         XEmacs.
10860
10861         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10862         string.
10863         (gnus-button-alist): Also catch `<f1> k ...'.
10864         (gnus-treat-display-x-face): Fix doc string.
10865
10866 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10867
10868         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10869         evaluation of gnus-extended-version to ensure correct generation of the
10870         User-Agent header when message-generate-headers-first is used.
10871
10872 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10873
10874         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10875         hashcash-path is nil.  Don't call callback with incorrect number of
10876         parameters if val is 0.
10877
10878 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10879
10880         * message.el (message-required-news-headers):
10881         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10882
10883 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10884
10885         * tls.el (open-tls-stream): In handshake-waiting loop,
10886         don't wait more if there is output available to process.
10887
10888 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10889
10890         * tls.el (tls-program): Doc fix.
10891
10892 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * message.el (message-generate-new-buffers): Change the meaning of the
10895         nil value; add `standard' to the choices; treat t as `unique'; improve
10896         doc string.
10897         (gnus-select-frame-set-input-focus): Autoload.
10898         (message-buffer-name): Search for the existing message buffer if
10899         message-generate-new-buffers is nil or `standard'; treat the value t of
10900         message-generate-new-buffers as `unique'.
10901         (message-pop-to-buffer): Raise the frame already displaying the message
10902         buffer; clear the echo area after querying.
10903         (message-setup): Pass the `continue' argument to compose-mail.
10904         (message-mail): Prefer `switch-function' if it is given; search for the
10905         existing message buffer if the `continue' argument is non-nil; pass
10906         continue and switch-function arguments to compose-mail by way of
10907         message-setup.
10908         (message-mail-other-window): Adjust argument of message-setup.
10909         (message-mail-other-frame): Ditto.
10910
10911 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10914         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10915         to turn font-lock on when turning gnus-message-citation-mode on.
10916
10917 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10918
10919         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10920         (mml-smime-function-alist): New variable; add epg as the backend.
10921         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10922         mml-smime- functions instead.
10923         * mm-view.el: Require smime.
10924
10925 2007-03-05  Didier Verna  <didier@xemacs.org>
10926
10927         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10928         instead of just inheritance for posting styles.
10929         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10930
10931 2007-02-24  Chris Moore  <dooglus@gmail.com>
10932
10933         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10934         * pgg-pgp.el (pgg-pgp-encrypt-region):
10935         * pgg-gpg.el (pgg-gpg-encrypt-region):
10936         Check pgg-encrypt-for-me if no other recipients.
10937
10938 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10939
10940         * tls.el (tls-certtool-program): Fix custom type.
10941
10942 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10945         and point-at-eol instead of line-(beginning|end)-position.
10946
10947         * assistant.el (assistant-parse-buffer): Ditto.
10948
10949         * netrc.el (netrc-parse-services): Ditto.
10950
10951 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10952
10953         * mml2015.el (mml2015-epg-find-usable-key): New function.
10954         (mml2015-epg-sign): Use it.
10955         (mml2015-epg-encrypt): Use it.
10956
10957 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * message.el (message-make-in-reply-to): Quote name containing
10960         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10961         if there are special characters.  Reported by NAKAJI Hiroyuki
10962         <nakaji@jp.freebsd.org>.
10963
10964 2007-02-27  Didier Verna  <didier@xemacs.org>
10965
10966         Include the group parameters as well as the topic ones in the
10967         inheritance filter process.
10968         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10969         argument GROUP-PARAMS-LIST.
10970         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10971
10972 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * nntp.el (nntp-never-echoes-commands)
10975         (nntp-open-connection-functions-never-echo-commands): New variables.
10976         (nntp-send-command): Use them.
10977
10978 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10979
10980         * mml2015.el (mml2015-epg-verify): Simplify.
10981
10982 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * mml.el (mml-content-disposition-alist): New user option.
10985         (mml-content-disposition): New function.
10986         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10987         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10988
10989 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10990
10991         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10992         verification.
10993
10994 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10995
10996         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10997         articles posted in the last 24 hours.
10998
10999 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11000
11001         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11002
11003 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11004
11005         * nntp.el (nntp-send-command): Don't wait for echoes when
11006         nntp-open-ssl-stream is used.
11007
11008 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11011         (gnus-message-add-citation-keywords)
11012         (gnus-message-remove-citation-keywords): Remove.
11013         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11014         directly, make the variables in font-lock-defaults buffer-local, add
11015         gnus-message-citation-keywords to them and then update the value of
11016         font-lock-keywords.
11017
11018 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * message.el (message-cite-original-1): Don't call
11021         gnus-article-highlight-citation.
11022
11023         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11024         citations; fix line count.
11025
11026 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11029         (gnus-message-add-citation-keywords)
11030         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11031         versions of font-lock-add-keywords and font-lock-remove-keywords to
11032         work with XEmacs correctly.
11033
11034 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-cite.el (gnus-cite-face-list): Set the values of
11037         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11038         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11039         (gnus-message-cite-prefix-regexp): New variable.
11040         (gnus-message-search-citation-line): Use it; protect against long
11041         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11042         the 0th match data for Emacs.
11043         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11044         (gnus-message-add-citation-keywords): Append keywords rather than
11045         prepending; emulate font-lock-add-keywords if it is not available.
11046         (gnus-message-remove-citation-keywords):
11047         Emulate font-lock-remove-keywords if it is not available.
11048
11049         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11050
11051         * message.el (message-cite-prefix-regexp): Set the value of
11052         gnus-message-cite-prefix-regexp.
11053
11054 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11055
11056         * nnweb.el (nnweb-google-parse-1): Update parser.
11057
11058 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11059
11060         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11061
11062 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11063
11064         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11065         regexp.
11066
11067 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11070         string-to-multibyte.
11071         (uudecode-decode-region-internal): Use it.
11072
11073         * lpath.el: Fbind string-as-multibyte for XEmacs.
11074
11075 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11078         Fix custom choice.
11079
11080         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11081
11082 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11083
11084         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11085
11086         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11087         `write-region' to respect `mm-inhibit-file-name-handlers'.
11088
11089 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11092         Use gnus-home-directory instead of "~/" or "$HOME".
11093
11094 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11097         to mention filename.
11098         Add comments at beginning regarding usage.
11099         (encrypt-write-file-contents): Change interactive so a string is
11100         acceptable.  If the file has no associated model, show an error instead
11101         of a nonsense prompt.
11102
11103 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11104
11105         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11106         Thanks to Yoshihiko Yamada for kind notification of this typo.
11107
11108 2007-01-12  Kenichi Handa  <handa@m17n.org>
11109
11110         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11111         multibyte buffer.
11112
11113 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-score.el (gnus-score-fast-scoring): New variable.
11116         (gnus-score-headers): Use it.
11117
11118         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11119
11120         * message.el (message-cite-original-1):
11121         Call gnus-article-highlight-citation if requested.
11122         (message-make-from): Allow name and address as optional arguments.
11123
11124         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11125
11126         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11127         bugs to doc string.
11128         (gnus-button-alist): Add mid\\|message-id.
11129         (gnus-button-fetch-group): Extend for use in
11130         `browse-url-browser-function'.
11131         (gnus-button-url-regexp): Try to catch paired parentheses like in
11132         Wikipedia URLs.
11133
11134         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11135         Suggested by Simon Krahnke <overlord@gmx.li>.
11136
11137 2007-01-13  Romain Francoise  <romain@orebokech.com>
11138
11139         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11140         Update copyright.
11141
11142 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11143
11144         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11145
11146 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11147
11148         * gnus-registry.el (gnus-registry-unfollowed-groups)
11149         (gnus-registry-split-fancy-with-parent): Fix documentation.
11150
11151 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11154         from nnweb groups.
11155
11156 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11159         Xref urls.  Erase buffer before requesting head.
11160
11161         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11162
11163 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11166         customizable.
11167
11168 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11169
11170         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11171         no signing key is found.
11172         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11173         no encrypting and/or signing key is found.
11174
11175 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11178
11179 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180
11181         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11182         headers read from disk with the ones newly found in the current search.
11183         This should no longer cause problems, because the article numbers in
11184         Gmane's `nov.php' output are ignored since the previous change.
11185
11186 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11187
11188         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11189
11190 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11193         replace-regexp-in-string; bind url-version; fbind display-images-p and
11194         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11195         find-face and set-itimer-function for Emacs; bind itimer-list for
11196         Emacs.
11197
11198         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11199
11200 2007-01-01  Romain Francoise  <romain@orebokech.com>
11201
11202         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11203
11204 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11205
11206         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11207         `define-minor-mode' macro definition expanded properly.
11208         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11209         exclude it there.
11210
11211         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11212         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11213         `fboundp' test.
11214         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11215         This is OK to autoload in (S)XEmacs now.
11216
11217 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11220         keystroke.
11221         (gnus-summary-limit-to-singletons): Fix typo.
11222
11223         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11224         else fails.
11225
11226 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11227
11228         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11229         docstring.
11230
11231         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11232         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11233         (gnus-summary-insert-dormant-articles): Fix typo in message.
11234
11235 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11238         nil for XEmacs.
11239         (gnus-message-citation-mode): Don't autoload in XEmacs.
11240
11241         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11242
11243 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11244
11245         * nnimap.el (nnimap-expunge-search-string):
11246         Mention nnimap-search-uids-not-since-is-evil in docstring.
11247
11248 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * spam.el: Revert to make-obsolete-variable because
11251         define-obsolete-variable-alias is not supported in Emacs 21.
11252
11253         * spam.el (spam-ifile-path, spam-ifile-database-path)
11254         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11255         make-obsolete-variable.
11256         (spam-bsfilter-path, spam-bsfilter-program)
11257         (spam-spamassassin-path, spam-spamassassin-program)
11258         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11259         Don't use "path" inappropriately.
11260         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11261         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11262         variable names.
11263
11264 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11265
11266         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11267         summary buffer.
11268
11269         * password.el (password-cache-remove): Use clear-string to burn
11270         password, if available.
11271
11272 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11275
11276         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11277
11278         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11279         (gnus-message-highlight-citation): Move defcustom here from
11280         gnus-cite.el.
11281         (gnus-message-citation-mode): Autoload.
11282
11283         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11284         checks to make it compile with XEmacs.
11285         (gnus-message-citation-mode): New minor mode.
11286         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11287         (gnus-message-highlight-citation): New variables.
11288         (gnus-message-search-citation-line)
11289         (gnus-message-add-citation-keywords)
11290         (gnus-message-remove-citation-keywords)
11291         (turn-on-gnus-message-citation-mode)
11292         (turn-off-gnus-message-citation-mode): New functions.
11293
11294 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11295
11296         * gnus-cite.el: Enable highlighting of different citation levels in
11297         message-mode.
11298
11299 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11300
11301         * message.el (message-make-fqdn): Fix comment.
11302         (message-bogus-system-names): Add ".local".
11303
11304         * spam.el (spam-ifile-path, spam-ifile-program)
11305         (spam-ifile-database-path, spam-ifile-database)
11306         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11307         Don't use "path" inappropriately.
11308         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11309         strings.
11310         (spam-check-ifile, spam-ifile-register-with-ifile)
11311         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11312         Use new variable names.
11313
11314         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11315         (gnus-treat-display-smileys): Simplify using
11316         gnus-image-type-available-p.
11317
11318         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11319         available.
11320
11321         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11322         Use `display-images-p' if available.
11323
11324 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11327         one after turning on the buffer's multibyteness instead of decoding
11328         them directly in the unibyte buffer that causes unexpected conversion
11329         in Emacs 23 (unicode).
11330
11331 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11332
11333         * message.el (message-generate-hashcash): Fix custom type.
11334
11335 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11338
11339 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11342         disconnect icons.  Add help text.
11343
11344 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11345
11346         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11347         negated to be consistent with the others we handle.
11348
11349 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11352         version of gnus-summary-buffer to something, so that we can use two
11353         article buffers at the same time.
11354
11355 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11356
11357         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11358         trigger all the extra headers.
11359         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11360         sorting.
11361
11362 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11363
11364         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11365         solid groups.
11366
11367 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11368
11369         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11370
11371 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * legacy-gnus-agent.el: Add Copyright notice.
11374
11375 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11376
11377         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11378
11379 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11382
11383         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11384         to make it work reliably in CVS Emacs.
11385         (gnus-summary-limit-strange-charsets-predicate)
11386         (gnus-summary-limit-to-predicate): New functions.
11387
11388 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11389
11390         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11391         specifying array size.
11392         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11393         array if it is too small.
11394         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11395         (gnus-sort-threads-loop): New function.
11396
11397 2006-12-06  Chris Moore  <dooglus@gmail.com>
11398
11399         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11400         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11401
11402 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11403
11404         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11405         options.
11406
11407 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11410         DOS-ing the recipient.
11411
11412         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11413         the headers when creating the mapping to avoid mismappings.
11414         (nnweb-gmane-create-mapping): Always nix out old mapping.
11415
11416 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11419         and mm-verify-option to never.
11420
11421 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * message.el (message-signed-or-encrypted-p): New function.
11424         (message-forward-make-body): Use it.
11425
11426         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11427         Replace encode-coding-string with mm-encode-coding-string.
11428
11429 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * nneething.el (nneething-decode-file-name):
11432         Replace decode-coding-string with mm-decode-coding-string.
11433
11434         * gnus-int.el (gnus-open-server): Say failed server's name.
11435
11436 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11437
11438         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11439         strings to a single string.  Quote `errors-file-name'.
11440         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11441         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11442         Adjust calls.  Use `shell-quote-argument'.
11443
11444 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11445
11446         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11447         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11448
11449         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11450         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11451         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11452         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11453         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11454         (gnus-subscribe-newsgroup, gnus-1):
11455         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11456         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11457         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11458         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11459
11460 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11463         keystroke.
11464         (gnus-summary-limit-to-bodies): Implement headersp.
11465
11466 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11469
11470 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11473
11474 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * message.el (message-generate-hashcash): Expand range of values to
11477         include `opportunistic'.
11478         (message-send-mail): Use it.
11479
11480 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11481
11482         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11483         and comment it.
11484
11485         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11486
11487 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-util.el (gnus-extract-address-components): Improve comment.
11490
11491 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-util.el (gnus-extract-address-components): Work with address in
11494         which the name portion contains @.
11495
11496         * lpath.el: Fbind custom-autoload.
11497
11498 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * gnus.el (gnus-start): Move custom group up.
11501         (gnus-select-method): Don't autoload, but make it available for
11502         `customize-variable'.
11503         (gnus-getenv-nntpserver): Don't autoload.
11504
11505 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11506
11507         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11508
11509 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * message.el (message-sendmail-extra-arguments): New variable.
11512         (message-send-mail-with-sendmail): Use it.
11513
11514 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11517         mm-with-unibyte-current-buffer to make string unibyte.
11518
11519         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11520         mm-string-as-multibyte.
11521
11522 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11523
11524         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11525         Reported by Werner Koch <wk@gnupg.org>.
11526
11527 2006-11-14  Daiki Ueno  <ueno@p360>
11528
11529         * mml2015.el: Autoload epa-select-keys when compiling.
11530
11531 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11532
11533         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11534         message-options.
11535         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11536
11537 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11538
11539         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11540         EasyPG (< 0.0.6).
11541         (mml2015-always-trust): New user option.
11542         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11543         prompt.
11544
11545 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * nntp.el (nntp-authinfo-force): New variable.
11548         (nntp-send-authinfo): Use it.
11549
11550 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11553         decode encoded words.  Improve prompt.  Add comment about forwarding.
11554         (message-replacement-char): Move up.
11555
11556 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11557
11558         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11559         instead of gnus-intersection because arguments of gnus-sorted-nunion
11560         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11561
11562 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11565         (message-simplify-subject-functions):
11566         Enable message-strip-subject-encoded-words by default.
11567
11568 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * message.el (message-strip-subject-encoded-words): New function.
11571         (message-simplify-subject-functions): New variable.
11572         (message-simplify-subject): Use it.  Fix typo in doc string.
11573         Support message-strip-subject-encoded-words.
11574
11575 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11576
11577         * gnus-diary.el (gnus-diary-delay-format-function):
11578         * nndiary.el (nndiary-reminders):
11579         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11580
11581 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-art.el (article-hide-boring-headers): Fetch date from
11584         gnus-original-article-buffer to avoid problems with localized date
11585         strings.
11586
11587 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11590
11591 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11594         New variables.
11595         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11596         (mm-charset-synonym-alist): Move some entries to
11597         mm-codepage-iso-8859-list.
11598         (mm-charset-synonym-alist, mm-charset-override-alist):
11599         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11600
11601 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11604
11605 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11608         with Emacs 21 and XEmacs.
11609
11610 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * spam.el (spam-parse-address): New function for better parsing,
11613         catching errors, etc.
11614         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11615
11616 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * mm-view.el: Add interactive arg to html2text autoload.
11619
11620 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11623
11624 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11627         New variables.
11628         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11629         (mm-charset-synonym-alist): Move some entries to
11630         mm-codepage-iso-8859-list.
11631
11632         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11633
11634 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * message.el (message-citation-line-format)
11637         (message-insert-formated-citation-line): Fix implementation of %E, %N
11638         and %n according to the doc string.
11639
11640 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11641
11642         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11643         Use car-safe to avoid bad parses.
11644
11645 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11648         names.
11649
11650         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11651
11652 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11655         header.
11656
11657         * message.el (message-draft-headers): Add Date.
11658         (message-headers-to-generate): Fix typo in docstring.
11659
11660         * nndraft.el (nndraft-required-headers): New variable.
11661         (nndraft-generate-headers): Use it.
11662
11663         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11664
11665 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11666
11667         * gnus-registry.el (gnus-registry-wash-for-keywords)
11668         (gnus-registry-find-keywords): New functions to allow easy searching of
11669         articles that are in the registry.
11670
11671 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11672
11673         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11674         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11675         Reported by Damien Elmes <damien@repose.cx>.
11676
11677 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus.el (gnus-mime): Remove unused custom group.
11680
11681 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11682
11683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11684         "blank line" when searching for end of armor headers.
11685
11686 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gmm-utils.el (gmm-write-region): Fix variable name.
11689
11690 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gmm-utils.el (gmm-write-region): New function based on compatibility
11693         code from `mm-make-temp-file'.
11694
11695         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11696
11697         * nnmaildir.el (nnmaildir--update-nov)
11698         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11699         Use `gmm-write-region'.
11700
11701 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11704         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11705
11706         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11707
11708         * message.el (message-replacement-char): New variable.
11709         (message-fix-before-sending): Use it.
11710         (message-simplify-subject): New function to remove duplicate code.
11711         (message-reply, message-followup): Use it.
11712
11713         * gnus-sum.el (gnus-summary-make-menu-bar):
11714         Clarify gnus-summary-limit-to-articles.
11715
11716 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-util.el (gnus-with-local-quit): New macro.
11719
11720         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11721
11722 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11723
11724         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11725         ignore non-string data.
11726
11727 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11730         non-string data (needs to be done in the registry too).
11731
11732 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11735         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11736         (gnus-registry-split-fancy-with-parent)
11737         (gnus-registry-fetch-simplified-message-subject-fast)
11738         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11739         Remove text properties on ingress into the registry and when it's saved.
11740         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11741         registry from entries with no groups.
11742
11743 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11746         function to remove string properties.
11747
11748 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gmm-utils.el (gmm): Adjust custom version.
11751
11752         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11753         Adjust custom version.
11754
11755         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11756
11757 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-art.el (gnus-insert-prev-page-button)
11760         (gnus-insert-next-page-button): Simplify.  Reformat.
11761
11762 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11763
11764         * gnus-art.el (gnus-insert-prev-page-button)
11765         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11766
11767 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11768
11769         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11770
11771 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11772
11773         * gnus-art.el (gnus-insert-mime-button)
11774         (gnus-insert-mime-security-button):
11775         Apply gnus-article-button-face to MIME and security buttons.
11776
11777 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11780         readable.
11781
11782 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11785
11786 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11787
11788         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11789         `browse-url-of-file' instead of `browse-url'.
11790
11791 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11792
11793         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11794         regexp.  Articles containing quotation were cut prematurely.
11795
11796 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * message.el (message-cite-original-1): Use nobody by default for the
11799         value of From header.
11800         (message-reply): Ditto.
11801
11802 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11803
11804         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11805         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11806         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11807
11808 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11811         mails in the doc string.  Add some URLs in comment.
11812         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11813
11814 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11817         backslashes handling and the way to find boundaries of quoted strings.
11818
11819 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11820
11821         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11822         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11823         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11824         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11825
11826 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11829         doc string.
11830         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11831
11832 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * lpath.el: Fbind epg-check-configuration.
11835
11836 2006-09-06  Simon Josefsson  <jas@extundo.com>
11837
11838         * mml2015.el (mml2015-use): Doc fix, mention epg.
11839
11840 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11841
11842         * mml2015.el (mml2015-use): Default to epg, if available.
11843
11844 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11845
11846         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11847         message-sender.
11848         (mml1991-epg-encrypt): Ditto.
11849         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11850         message-sender.
11851         (mml2015-epg-encrypt): Ditto.
11852
11853 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11854
11855         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11856         several common directories.
11857
11858 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11859
11860         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11861         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11862
11863 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-art.el (article-decode-encoded-words): Make it fast.
11866
11867 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11870
11871         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11872         in quoted string into `\'.
11873
11874 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11877         Use standard-syntax-table.
11878
11879 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-art.el (gnus-decode-address-function): New variable.
11882         (article-decode-encoded-words): Use it to decode headers which are
11883         assumed to contain addresses.
11884         (gnus-mime-delete-part): Remove useless `or'.
11885
11886         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11887         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11888         (gnus-nov-parse-line): Use it to decode From header.
11889         (gnus-get-newsgroup-headers): Ditto.
11890         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11891
11892         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11893         (mail-decode-encoded-address-string): New alias.
11894
11895         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11896         New function.
11897         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11898         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11899         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11900         (rfc2047-decode-string): Ditto.
11901         (rfc2047-decode-address-region): New function.
11902         (rfc2047-decode-address-string): New function.
11903
11904 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * message.el (message-caesar-buffer-body): Allow rotating headers.
11907
11908         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11909
11910         * message.el (message-insert-formated-citation-line): Fix %f.
11911         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11912
11913 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11916         (gnus-bookmark-mouse-available-p): New macro.
11917         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11918         (gnus-bookmark-bmenu-show-infos): Use it.
11919         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11920         (gnus-bookmark-bmenu-hide-infos): Ditto.
11921         (gnus-bookmark-remove-properties): New function.
11922         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11923         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11924         (gnus-bookmark-write-file): Bind coding-system-for-write.
11925         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11926         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11927         group before selecting it.
11928         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11929         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11930         quit-window if it is not available; use gnus-mouse-2 and bind it to
11931         gnus-bookmark-bmenu-select-by-mouse.
11932         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11933         (gnus-bookmark-bmenu-select-by-mouse): New function.
11934
11935 2006-08-13  Romain Francoise  <romain@orebokech.com>
11936
11937         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11938         space.
11939
11940 2006-08-10  Romain Francoise  <romain@orebokech.com>
11941
11942         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11943         (dns-mode-soa-auto-increment-serial): New user option.
11944         (dns-mode-soa-maybe-increment-serial): New function.
11945         (dns-mode): Add the latter to `write-contents-functions'.
11946
11947 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * compface.el (uncompface): Use binary rather than raw-text-unix.
11950
11951 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * compface.el (uncompface): Make sure the eol conversion doesn't take
11954         place when communicating with the external programs.
11955         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11956
11957 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11960
11961 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11962
11963         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11964         Make it more robust by parsing author and date independently.
11965
11966 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11969
11970 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11971
11972         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11973         first matching secret key.
11974         (mml2015-epg-encrypt): Ditto.
11975
11976         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11977         first matching secret key.
11978         (mml1991-epg-encrypt): Ditto.
11979
11980         * mml2015.el (mml2015-encrypt-to-self): New user option.
11981         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11982         mml2015-epg-encrypt-to-self is set.
11983
11984         * mml1991.el (mml1991-encrypt-to-self): New variable.
11985         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11986         mml1991-epg-encrypt-to-self is set.
11987
11988         * mml2015.el (mml2015-signers): New user option.
11989         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11990         (mml2015-epg-encrypt): Allow to select signing keys.
11991
11992         * mml1991.el (mml1991-signers): New variable.
11993         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11994         (mml1991-epg-encrypt): Allow to select signing keys.
11995
11996 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * nnheader.el (nnheader-insert-head): Make it work even if the file
11999         uses CRLF for the line-break code.
12000
12001 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12002
12003         * mml2015.el: Require mml-sec instead of password.
12004         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12005         (mml2015-cache-passphrase): Inherit the default value from
12006         mml-secure-cache-passphrase.
12007         (mml2015-passphrase-cache-expiry): Inherit the default value from
12008         mml-secure-passphrase-cache-expiry.
12009
12010         * mml1991.el: Require mml-sec instead of password.
12011         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12012         (mml1991-cache-passphrase): Inherit the default value from
12013         mml-secure-cache-passphrase.
12014         (mml1991-passphrase-cache-expiry): Inherit the default value from
12015         mml-secure-passphrase-cache-expiry.
12016
12017         * mml-sec.el: Require password.
12018         (mml-secure-verbose): New user option.
12019         (mml-secure-cache-passphrase): New user option.
12020         (mml-secure-passphrase-cache-expiry): New user option.
12021
12022 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12023
12024         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12025         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12026         andreas@altroot.de (Andreas Vögele).
12027
12028         FIXME: Use `tiny change'?
12029
12030 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12031
12032         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12033         workaround for the url package included with Emacs.
12034
12035         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12036
12037 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12040         correctly.  This fixes a bug caused by the 2006-05-12 change.
12041
12042 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12043
12044         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12045         some information about the error when saying that the `bogus' mail
12046         group will be used.
12047
12048 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12051         string.
12052
12053 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12054
12055         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12056
12057 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12058
12059         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12060
12061 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12062
12063         * mml1991.el (mml1991-function-alist): Add epg.
12064         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12065         (mml1991-epg-encrypt): New functions.
12066
12067 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12068
12069         * mml2015.el (mml2015-verbose): New variable.
12070         (mml2015-cache-passphrase): Ditto.
12071         (mml2015-passphrase-cache-expiry): Ditto.
12072         (mml2015-function-alist): Add epg.
12073         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12074         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12075         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12076         New functions.
12077
12078 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12079
12080         * message.el (message-cite-original-1): Preserve region when removing
12081         quoted text due to X-No-Archive in order to avoid bogus attribution
12082         when citing multiple messages.
12083
12084 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12085
12086         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12087         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12088
12089 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-diary.el (gnus-user-format-function-d)
12092         (gnus-user-format-function-D): Autoload.
12093
12094         * imap.el (Commentary): Fix typo.
12095
12096         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12097         2006-04-22 contribution.
12098
12099 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12100
12101         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12102         It didn't really fix the bogosity I'm seeing with solid web groups.
12103
12104 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12105
12106         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12107         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12108         created using server names.  If we use the feature without declaring
12109         it, Gnus does not properly manage server and group state.
12110
12111         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12112         bound.
12113
12114 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12115
12116         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12117         looking up the method using GROUP's prefix before inventing a new one.
12118         It is used on killed/unknown groups in various places where returning
12119         an all-new method isn't expected by the caller.
12120
12121         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12122         and match semantics of gnus-group-real-prefix.
12123
12124 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * nnmail.el (nnmail-broken-references-mailers): New variable.
12127         (nnmail-ignore-broken-references): New function generalizing
12128         nnmail-fix-eudora-headers.
12129         (nnmail-fix-eudora-headers): Now obsolete.
12130
12131         * gnus-art.el (gnus-button-handle-custom):
12132         Support `customize-apropos*'.
12133
12134 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12137
12138         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12139         articles.
12140
12141 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * message.el (message-cite-reply-above): New variable.
12144         (message-yank-original): Use it.
12145
12146 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12149
12150 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12153         as read.
12154
12155         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12156
12157 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12160         (gnus-bookmark-default-file): Use gnus-directory.
12161         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12162         Remove "*" in doc string.
12163         (gnus-bookmark-write-file): Simplify.
12164         (gnus-bookmark-maybe-sort-alist): Use `when'.
12165         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12166         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12167         Add FIXME about Emacs 21 and XEmacs compatibility.
12168         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12169         compatibility.
12170         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12171         compatibility.
12172         (gnus-bookmark-menu-heading): Fix version.
12173
12174 2006-06-19  Bastien Guerry  <bzg@altern.org>
12175
12176         * gnus-bookmark.el: New file.
12177
12178 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * message.el (message-syntax-checks): Doc fix.
12181
12182 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12183
12184         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12185         unsubscribed groups as if they were killed ones.  It causes duplicate
12186         entries in gnus-newsrc-alist.
12187
12188 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * message.el (message-syntax-checks): Doc fix.
12191         (message-send-mail): Add check for continuation headers.
12192         (message-check-news-header-syntax): Fix regexp used to check for
12193         continuation headers.
12194
12195 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12198
12199 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12202
12203 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12206         default-truncate-lines.
12207
12208 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12211         to fill the utf-8 entry.
12212
12213         * lpath.el: Fbind unicode-precedence-list.
12214
12215 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12216
12217         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12218
12219 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12220
12221         * gnus-agent.el (directory-files-and-attributes): Move all the way
12222         forward (the third and final move).
12223         (gnus-agent-read-agentview): Trap reconstruction errors due to
12224         nonexistent directory.  Handle by returning nil.
12225
12226 2006-05-30  Didier Verna  <didier@xemacs.org>
12227
12228         * message.el (message-dont-reply-to-names): Update the custom type.
12229         * message.el (message-dont-reply-to-names): New defsubst: potentially
12230         convert a list of regexps into a single one.
12231         * message.el (message-get-reply-headers): Use it.
12232         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12233
12234 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-agent.el (directory-files-and-attributes): Move forward.
12237
12238 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * gnus-ml.el (gnus-mailing-list-subscribe)
12241         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12242         (gnus-mailing-list-message): Fix doc strings.
12243
12244 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12245
12246         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12247         of doing it manually.
12248
12249 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12252         comment.
12253
12254 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12255
12256         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12257         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12258         (gnus-agent-read-local): All symbols allocated in my-obarray.
12259         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12260         (gnus-agent-regenerate-group): Check numeric names to see if they are
12261         messages or groups.
12262         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12263         better way of do this...)
12264
12265         * gnus-cache.el (gnus-agent-total-fetched-for):
12266         Ignore 'dummy.group' (there should be a better way of do this...)
12267
12268 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12271         (gnus-saved-headers): Ditto.
12272         (gnus-default-article-saver): Mention functions may have properties.
12273         (gnus-article-save): Override gnus-save-all-headers and
12274         gnus-saved-headers by :headers property which saver function may have.
12275         (gnus-summary-save-in-file): Add :headers property.
12276         (gnus-summary-write-to-file): Ditto.
12277
12278         * gnus-sum.el (gnus-summary-save-article): Bind
12279         gnus-prompt-before-saving to t when saving many articles in a file;
12280         always show all headers.
12281
12282         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12283
12284 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12287         marks.
12288
12289         * message.el (message-indent-citation): Add optional arguments to allow
12290         using it outside of message buffers.
12291
12292         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12293         (gnus-article-treat-unfold-headers): Use it.
12294         (gnus-article-truncate-lines): New variable.
12295         (gnus-article-mode): Use it.
12296         (gnus-article-toggle-truncate-lines): New function.
12297
12298         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12299         Add gnus-article-toggle-truncate-lines.
12300
12301         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12302         coding system in XEmacs, use binary.
12303
12304 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12307         after-load-alist.
12308
12309         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12310         this function should save decoded articles.
12311         (gnus-summary-write-to-file): Use property to specify this function
12312         should save decoded articles and specify gnus-summary-save-in-file
12313         should be used to save articles other than the first one when saving
12314         many articles.
12315         (gnus-summary-save-body-in-file): Use property to specify this
12316         function should save decoded articles.
12317         (gnus-summary-write-body-to-file): Use property to specify this
12318         function should save decoded articles and specify
12319         gnus-summary-save-body-in-file should be used to save articles other
12320         than the first one when saving many articles.
12321
12322         * gnus-sum.el (gnus-summary-save-article): Simplify.
12323
12324 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * gnus-art.el (gnus-default-article-saver):
12327         Add gnus-summary-write-body-to-file.
12328         (gnus-article-save-coding-system): Don't use coding system object
12329         in XEmacs.
12330         (gnus-read-save-file-name): Add optional `dir-var' argument which
12331         specifies directory in which files are saved; work even if optional
12332         `variable' argument is not specified.
12333         (gnus-summary-write-to-file): Read file name.
12334         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12335         (gnus-summary-write-body-to-file): New function.
12336
12337         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12338         (gnus-summary-local-variables): Add it.
12339         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12340         (gnus-summary-save-article): Remove optional `decode' argument;
12341         determine whether to decode articles by the value of
12342         gnus-default-article-saver; when saving many files using
12343         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12344         it first and use gnus-summary-save-in-file or
12345         gnus-summary-save-body-in-file thereafter unless
12346         gnus-prompt-before-saving is always; move point to article which
12347         will be saved.
12348         (gnus-summary-save-article-file): Revert.
12349         (gnus-summary-write-article-file): Revert.
12350         (gnus-summary-save-article-body-file): Revert.
12351         (gnus-summary-write-article-body-file): New function.
12352
12353 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-default-article-saver): Doc fix.
12356         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12357         from gnus-summary-save-article-coding-system, and default to a
12358         certain coding system.
12359         (gnus-output-to-file): Add coding cookie and encode text according
12360         to gnus-article-save-coding-system; don't use mm-append-to-file.
12361
12362         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12363         gnus-art.el and rename to gnus-article-save-coding-system.
12364         (gnus-summary-save-article): Require gnus-art; don't show all
12365         headers if it decodes articles; don't add coding cookie here;
12366         don't bind mm-text-coding-system-for-write.
12367         (gnus-summary-save-article-file): Save decoded articles.
12368         (gnus-summary-write-article-file): When saving many files, use
12369         gnus-summary-write-to-file first and gnus-summary-save-in-file
12370         thereafter unless gnus-prompt-before-saving is always.
12371         (gnus-summary-save-article-body-file): Save decoded articles.
12372
12373         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12374
12375 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * nnrss.el (nnrss-check-group): Bind hash-index.
12378
12379 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12380
12381         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12382         its hash index.  Store this hash in `nnrss-group-data'.
12383         (nnrss-read-group-data): Update accordingly.
12384
12385 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12388         entry.
12389
12390         * gnus-sum.el (gnus-summary-make-menu-bar):
12391         Add gnus-article-browse-html-article.
12392
12393 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12394
12395         * gnus-sum.el (gnus-summary-mime-map):
12396         Add gnus-article-browse-html-article.
12397
12398         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12399
12400 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12403         suitable coding systems in customize.
12404
12405 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * mail-source.el (mail-sources): Fix custom type.
12408
12409 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12412         (gnus-summary-expire-articles-now): Shorten prompt.
12413
12414         * gmm-utils.el (wid-edit): Require.
12415         (defun-gmm): Rename from `gmm-defun-compat'.
12416         (gmm-image-search-load-path): Use it.
12417         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12418
12419 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-sum.el (gnus-summary-save-article-coding-system):
12422         New variable.
12423         (gnus-summary-save-article): Add optional `decode' argument.
12424         If it is set and gnus-summary-save-article-coding-system is non-nil,
12425         save decoded article.
12426         (gnus-summary-write-article-file): Save decoded article if
12427         gnus-summary-save-article-coding-system is non-nil.
12428
12429         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12430         type.
12431
12432 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12435
12436 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12439         first to test gnus-single-article-buffer which may be buffer-local.
12440
12441         * gnus-sum.el (gnus-summary-setup-buffer):
12442         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12443         group; make gnus-article-buffer, gnus-article-current, and
12444         gnus-original-article-buffer always buffer-local.
12445         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12446         group.
12447         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12448
12449 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * nnml.el (nnml-request-compact-group): Compressed files might not
12452         have .gz extension.
12453
12454 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12455
12456         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12457         (mm-copy-to-buffer): Use with-current-buffer.
12458         (mm-display-part): Simplify.
12459         (mm-inlinable-p): Add optional arg `type'.
12460
12461 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12462
12463         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12464         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12465         Try harder to show the attachment internally or externally using
12466         gnus-mime-view-part-as-type.
12467
12468 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * message.el (message-from-style, message-signature-separator)
12471         (message-user-organization-file, message-send-mail-function)
12472         (message-citation-line-function, message-yank-prefix)
12473         (message-indent-citation-function, message-signature)
12474         (message-signature-file, message-signature-insert-empty-line):
12475         Remove autoloads.
12476
12477         * gnus-art.el (gnus-buttonized-mime-types):
12478         Remove "multipart/signed".  Revert 2006-04-26 change.
12479
12480 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * gnus.el (gnus-version-number): Bump version.
12483
12484 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12485
12486         * gnus.el: No Gnus v0.5 is released.
12487
12488 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12489
12490         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12491         fetching articles by message-id.
12492
12493 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12494
12495         * message.el (hashcash): Require hashcash as normal.
12496
12497         * ecomplete.el (ecomplete-highlight-match-line):
12498         Use point-at-eol.
12499         (ecomplete-highlight-match-line): Use `highlight', because that
12500         face exists in both Emacs and XEmacs.
12501
12502         * message.el (message-display-abbrev): Use point-at-bol.
12503
12504         * mail-source.el: Don't require timer/timer-funcs.
12505
12506         * gnus-async.el: Ditto.
12507
12508         * password.el: Ditto.
12509
12510         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12511
12512         * mm-url.el: Ditto.
12513
12514         * gnus-xmas.el: Don't require timer-funcs.
12515
12516         * mm-util.el: Require timer/timer-funcs.
12517
12518 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12519
12520         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12521         Close.
12522
12523 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12526         unibyte after clear-decrypt function runs.
12527
12528         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12529         returns as a unibyte string.
12530
12531 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * lpath.el: Revert.
12534
12535         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12536         (pgg-gpg-process-sentinel): Revert.
12537
12538         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12539         (pgg-pgp-lookup-key): Revert.
12540
12541         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12542         (pgg-pgp5-lookup-key): Revert.
12543
12544         * pgg.el (pgg-fetch-key): Revert.
12545
12546 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * lpath.el: Fbind string-as-multibyte for XEmacs.
12549
12550         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12551         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12552         (mml1991-pgg-encrypt): Ditto.
12553
12554         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12555         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12556         a multibyte buffer.
12557
12558         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12559         (pgg-pgp-lookup-key): Ditto.
12560
12561         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12562         (pgg-pgp5-lookup-key): Ditto.
12563
12564         * pgg.el (pgg-fetch-key): Ditto.
12565
12566 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * message.el (message-user-organization-file): Check several
12569         locations of the organization file.
12570
12571         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12572         Add gnus-article-view-part-as-type.
12573
12574         * gnus-art.el (gnus-article-view-part-as-type): New function.
12575
12576         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12577         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12578
12579         * mml.el: Simplify autoload.
12580         (mml-mode): defvar dnd-protocol-alist instead of using
12581         symbol-value.
12582         (mml-default-directory): New variable.
12583         (mml-minibuffer-read-file): Use it.
12584         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12585
12586         * message.el (message-citation-line-format): New variable.
12587         (message-insert-formated-citation-line): New function.
12588         (message-citation-line-function):
12589         Add `message-insert-formated-citation-line' to custom type.
12590
12591         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12592         to doc string.
12593
12594         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12595         depending on mm-verify-option.
12596
12597 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12600         binding pgg-* variables; reimplement the section which prevents
12601         MIME header from being signed.
12602         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12603         pgg-text-mode; remove a blank line at the top of body.
12604
12605         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12606         lines at the top of body; use gnus-newsgroup-charset if there's no
12607         Charset header.
12608
12609 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * message.el (message-self-insert-commands): Doc fix.
12612
12613         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12614         (mm-uu-pgp-encrypted-test): Ditto.
12615         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12616         between header and body; return application/pgp-encrypted handle
12617         if decryption failed; decode decrypted body by charset.
12618
12619         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12620         element match to application/pgp-*.
12621
12622 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12623
12624         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12625         HTML.
12626
12627 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12628
12629         * mail-source.el (mail-source-call-script): Message the error
12630         string.
12631
12632 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633
12634         * gnus-util.el (gnus-byte-compile): Use it.
12635
12636 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12637
12638         * gnus-util.el (kill-empty-logs): New function.
12639
12640 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12641
12642         * message.el (message-mail-alias-type): Doc fix.
12643         (message-mail-alias-type-p): New function.
12644         (message-send): Use it.
12645         (message-mode): Ditto.
12646         (message-strip-forbidden-properties): Ditto.
12647
12648         * ecomplete.el (ecomplete-database-file-coding-system):
12649         New variable.
12650         (ecomplete-save): Use it.
12651         (ecomplete-setup): Use it.
12652
12653 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * message.el (message-self-insert-commands): New variable.
12656         (message-strip-forbidden-properties): Use it.
12657
12658 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659
12660         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12661         that doesn't make XEmacs choke.
12662
12663 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * gnus-util.el (gnus-replace-in-string):
12666         Prefer replace-regexp-in-string over of replace-in-string.
12667
12668 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-util.el (gnus-select-frame-set-input-focus):
12671         Use select-frame-set-input-focus if it is available in XEmacs; use
12672         definition defined in Emacs 22 for old Emacsen.
12673
12674         * dgnushack.el: Autoload unmorse-region for XEmacs.
12675
12676         * lpath.el: Bind cursor-in-non-selected-windows and
12677         select-frame-set-input-focus for XEmacs.
12678
12679 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12682
12683 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12684
12685         * gnus-registry.el (gnus-registry-cache-save): Remove text
12686         properties when saving via the temp buffer.
12687
12688 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * message.el (message-generate-hashcash): Honor custom type.
12691
12692 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12693
12694         * message.el (message-generate-hashcash): Default to non-nil when
12695         hashcash is found.
12696
12697         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12698         (gnus-refer-thread-limit): Increase default to 500.
12699
12700         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12701
12702         * flow-fill.el (fill-flowed): Allow delete-space.
12703
12704 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12707         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12708         Remove autoloads.
12709
12710 2006-04-18  Simon Josefsson  <jas@extundo.com>
12711
12712         * message.el (message-generate-hashcash): Default to.
12713
12714 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12717         concatenating segments rather than before concatenating them.
12718
12719 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12722
12723 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724
12725         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12726
12727         * message.el (message-forward-make-body-plain):
12728         Allow message-forward-ignored-headers to be a list.
12729         (message-remove-ignored-headers): Factor out into function.
12730         (message-forward-make-body-mml): Use it.
12731
12732         * imap.el (imap-quote-specials): New function.
12733         (imap-login-auth): Quote specials.
12734
12735         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12736         (rfc2231-parse-string): Allow concatanation of parameters that
12737         aren't contiguous.  The test case is
12738           (mail-header-parse-content-type "message/external-body;
12739             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12740             access-type=LOCAL-FILE;
12741             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12742
12743 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12744
12745         * nntp.el (nntp-accept-process-output): Return the value of
12746         `nnheader-accept-process-output'.
12747
12748 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12749
12750         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12751         (gnus-button-alist): Recognize more diff formats.
12752         (gnus-button-patch): Strip directory.
12753
12754 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12757         Emacs 22 when setting focus.
12758
12759 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12760
12761         * gnus-art.el (gnus-article-treat-types): Do treatment of
12762         text/x-verbatim parts.
12763         (gnus-button-patch): New command.
12764
12765         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12766         addresses that contain invalid characters.
12767
12768 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * message.el (message-put-addresses-in-ecomplete):
12771         Use gnus-replace-in-string.
12772         (message-is-yours-p): Use the more correct
12773         mail-header-parse-address instead of
12774         mail-extract-address-components.
12775         (message-put-addresses-in-ecomplete): Fix typo.
12776
12777         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12778         keystroke.
12779
12780         * gnus-art.el (gnus-treatment-function-alist): Change order of
12781         newsgroups/generic header folding to avoid double-folding.
12782
12783         * message.el (message-hidden-headers): Add X-Draft-From.
12784
12785         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12786         New command.
12787         (gnus-summary-repeat-search-article-backward): New command.
12788
12789         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12790         groups in the parent topic.
12791
12792 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12793
12794         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12795         (spam-extra-header-to-number): Return the CRM114 number as a
12796         number instead of a string.
12797
12798 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * gnus-art.el (gnus-face-properties-alist): Move here from
12801         gnus-fun.
12802
12803         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12804
12805 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * message.el (message-strip-forbidden-properties): Only display on
12808         self-insert-command.
12809
12810         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12811         reindent.
12812         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12813
12814 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12815
12816         * smiley.el (smiley-style): Fix typo.
12817
12818 2006-03-23  Kenichi Handa  <handa@m17n.org>
12819
12820         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12821         instead of set-buffer-multibyte.
12822
12823 2006-03-23  Kenichi Handa  <handa@m17n.org>
12824
12825         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12826         buffer and then decode the buffer text if necessary.
12827         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12828         first, and after mm-encode-body, change the buffer to unibyte.
12829
12830 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12831
12832         * hashcash.el (hashcash-insert-payment-async-2):
12833         Use message-goto-eoh instead of doing it manually.
12834         (mail-add-payment): Use message-narrow-to-header instead of trying
12835         to do the same itself.
12836
12837         * message.el (message-hidden-headers): Add Face.
12838
12839         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12840         reparenting code.
12841         (gnus-summary-reparent-children): Refactored out code.
12842         (gnus-summary-thread-map): New keystroke.
12843         (gnus-summary-reparent-children): Make into command.
12844
12845         * smiley.el (smiley-style): Default to `medium' if using a large
12846         font.
12847
12848         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12849         does it itself.
12850
12851         * message.el (message-point-in-header-p): Simplify definition.
12852
12853 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * nnagent.el (nnagent-request-set-mark): Silence log file
12856         writing.
12857         (nnagent-request-set-mark): Use write-region instead of
12858         append-to-file.
12859
12860         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12861         strange select method.
12862
12863         * ecomplete.el (ecomplete-display-matches): Get highlightling
12864         right.
12865         (ecomplete-display-matches): Use literals.
12866         (ecomplete-display-matches): Disable message logging.
12867
12868         * message.el (message-display-abbrev): Small optimization.
12869
12870         * ecomplete.el (ecomplete-display-matches): Allow automatic
12871         display.
12872
12873         * message.el (message-strip-forbidden-properties):
12874         Display abbrevs.
12875         (message-display-abbrev): Get automatic display right.
12876
12877         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12878         keystrokes.
12879
12880 2006-04-13  Romain Francoise  <romain@orebokech.com>
12881
12882         TODO: Backport to v5-10!
12883
12884         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12885         Move here (and rename) from gnus-registry.el.
12886
12887         * gnus-registry.el: Require gnus-util.
12888         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12889
12890 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891
12892         * gnus-group.el (gnus-group-catchup-current):
12893         Change if-then-else-if-then-else into cond.
12894         (gnus-group-catchup): Indent.
12895         (group-name-at-point): New function.
12896         (gnus-fetch-group): Provide default from thing at point.
12897
12898 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * message.el (message-display-abbrev): Fix regexp.
12901
12902         * ecomplete.el (ecomplete-highlight-match-line):
12903         Reimplement choosing.
12904         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12905         dead variables.
12906
12907         * message.el (message-newline-and-indent): Remove debugging.
12908         (message-display-abbrev): Use new implementation.
12909
12910 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * gnus-art.el (gnus-article-mode):
12913         Set cursor-in-non-selected-windows to nil.
12914
12915         * smiley.el: Revert previous change.
12916         (smiley-data-directory): defvar it before using it in the
12917         defcustom of `smiley-style'.
12918
12919 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * message.el (message-newline-and-indent): New function.
12922
12923         * ecomplete.el: Implement more bits.
12924
12925         * message.el (message-put-addresses-in-ecomplete): Clean up the
12926         string.
12927
12928         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12929
12930         * gnus-sum.el (gnus-summary-save-parts):
12931         Bind gnus-summary-save-parts-counter and use it to make unique file
12932         names.
12933
12934         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12935
12936         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12937         parameter to say whether to actually parse the individual
12938         addresses.
12939
12940         * message.el (message-put-addresses-in-ecomplete): New function.
12941         (ecomplete): Require.
12942         (message-mail-alias-type): Add ecomplete as an option.
12943
12944 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12945
12946         * flow-fill.el (fill-flowed): Remove trailing space from blank
12947         quoted lines.
12948
12949 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12950
12951         * smiley.el (smiley-style): Move definition later to avoid a
12952         compilation warning.
12953
12954 2006-04-12  Kenichi Handa  <handa@m17n.org>
12955
12956         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12957         buffer and then decode the buffer text if necessary.
12958         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12959         first, and after mm-encode-body, change the buffer to unibyte.
12960         Use mm-disable-multibyte instead of set-buffer-multibyte.
12961
12962 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12965         Content-Type header instead of Content-Disposition header.
12966         (gnus-mime-inline-part): Ditto.
12967         (gnus-mime-view-part-as-charset): Ignore charset that the part
12968         specifies.
12969
12970         * mm-decode.el (mm-display-part): Work with external parts and
12971         usual parts similarly.
12972
12973         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12974         instead of gnus-display-mime.
12975
12976         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12977         instead of with-temp-buffer.
12978
12979         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12980         tag to summarized topics part in order to encode non-ASCII text.
12981
12982 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * smiley.el (smiley-style): New variable.
12985         (smiley-directory): New function.
12986         (smiley-data-directory): Derive from `smiley-style' using
12987         `smiley-directory'.
12988         (smiley-regexp-alist): Add new entries.
12989
12990         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12991         (gnus-article-browse-delete-temp): Add :version.
12992
12993 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12994
12995         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12996         the sieve region.
12997
12998 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12999
13000         * gnus.el (gnus-version-number): Bump version.
13001
13002 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus.el: No Gnus v0.4 is released.
13005
13006 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13009         layout.
13010
13011         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13012         unknown charset.
13013
13014         * message.el (message-header-synonyms): Add Original-To to the
13015         default.
13016
13017         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13018         optional parameter.
13019
13020 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * gnus-fun.el (gnus): Require it for gnus-directory.
13023
13024 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13027
13028 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13029
13030         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13031
13032 2006-04-05  Simon Josefsson  <jas@extundo.com>
13033
13034         * password.el (password-reset): New function.
13035
13036 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13037
13038         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13039         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13040
13041 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13042
13043         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13044         Some whitespace was matched into the url, which broke browsing hits
13045         > 100 when mm-url-use-external was nil.
13046
13047 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13050         Check gnus-extra-headers for 'Newsgroups.
13051
13052         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13053         bound.
13054
13055 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13056
13057         * pgg-gpg.el: Clean up process buffers every time gpg processes
13058         complete.
13059
13060 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13063         doc string.
13064
13065 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13066
13067         * pgg-gpg.el (pgg-gpg-process-filter)
13068         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13069
13070         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13071         lines, temporary fix.
13072
13073 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13076
13077 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13078
13079         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13080         default-enable-multibyte-characters.  This reverts the change from
13081         revision 6.17 which is no longer necessary because the passphrase
13082         is sent separately now.  GnuPG messages are unreadable under
13083         multibyte locales with default-enable-multibyte-characters set to
13084         nil.
13085
13086 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * message.el (message-tool-bar-gnome): Move "spell".
13089
13090 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13093         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13094         instead.
13095
13096 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13097
13098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13099         Improve newsgroups handling for NNTP overviews which don't include
13100         Newsgroups.
13101
13102 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13103
13104         * message.el (message-resend): Bind message-generate-hashcash to nil.
13105
13106 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13107
13108         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13109         when searching for already-paid recipients.
13110
13111 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13112
13113         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13114         passphrases when it is not needed.
13115         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13116         passphrase stuff from gpg, should only be necessary when you use
13117         gpg with a smartcard.
13118
13119 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * mml.el (mml-insert-mime): Ignore cached contents of
13122         message/external-body part.
13123
13124         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13125         (mm-insert-part): Ditto.
13126
13127 2006-03-23  Simon Josefsson  <jas@extundo.com>
13128
13129         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13130         Reiner.
13131         (pgg-gpg-use-agent-p): Use it again.
13132
13133 2006-03-23  Simon Josefsson  <jas@extundo.com>
13134
13135         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13136         older emacsen.
13137         (pgg-gpg-use-agent-p): Don't use it.
13138
13139 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13142         if we can.
13143
13144 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13145
13146         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13147         (pgg-gpg-update-agent): New function.
13148         (pgg-gpg-use-agent-p): New function.
13149         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13150         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13151         (pgg-gpg-sign-region): Use it.
13152
13153 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13156         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13157
13158 2006-03-21  Simon Josefsson  <jas@extundo.com>
13159
13160         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13161         <wilde@sha-bang.de>.
13162         (pgg-gpg-use-agent): New variable.
13163         (pgg-gpg-process-region): Use it.
13164         (pgg-gpg-encrypt-region): Likewise.
13165         (pgg-gpg-encrypt-symmetric-region): Likewise.
13166         (pgg-gpg-decrypt-region): Likewise.
13167         (pgg-gpg-sign-region): Likewise.
13168         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13169
13170 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13173
13174         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13175         Add comment on version.
13176
13177 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * smiley.el: Add missing test smiley.
13180
13181 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * mm-decode.el (mm-with-part): New macro.
13184         (mm-get-part): Use it; work with message/external-body as well.
13185         (mm-save-part): Treat name and filename equally.
13186
13187         * mm-extern.el (mm-extern-cache-contents): New function.
13188         (mm-inline-external-body): Use it; force the part to be displayed;
13189         move undisplayer added to the cached handle to the parent.
13190
13191         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13192         (gnus-mime-view-part-as-type): Work with message/external-body.
13193
13194         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13195
13196 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13199         images in image-load-path.  [Sync with image.el, revision 1.60, in
13200         Emacs.]
13201
13202 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13205         path rather than symbol.  Always return list of directories.
13206         Guarantee that image directory comes first.  [Sync with image.el,
13207         revision 1.59, in Emacs.]
13208
13209         * message.el (message-make-tool-bar): Adjust to new API of
13210         `gmm-image-load-path-for-library'.
13211
13212         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13213
13214         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13215
13216 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13217
13218         * gnus-art.el (gnus-article-only-boring-p):
13219         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13220         intangible text.
13221         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13222
13223 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13226         Use `defun' instead of `gmm-defun-compat'.
13227
13228 2006-03-14  Simon Josefsson  <jas@extundo.com>
13229
13230         * message.el (message-unique-id): Don't use message-number-base36
13231         if (user-uid) is a float.
13232         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13233
13234 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13237
13238         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13239         empty line between a part and a message part.
13240
13241 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * smiley.el: Add more test smileys.
13244         (smiley-data-directory, smiley-regexp-alist)
13245         (gnus-smiley-file-types): Fix doc strings.
13246         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13247         adding new elements.
13248         (smiley-mouse-map): Unused code.  Make it a comment.
13249
13250 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13253         scan latest NoCeM messages instead of old ones.
13254         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13255         delimiters that are recently used.
13256         (gnus-nocem-load-cache): Add autoload cookie.
13257
13258         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13259
13260         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13261         level which is larger than gnus-use-nocem is specified.
13262
13263         * gnus-group.el (gnus-group-get-new-news): Ditto.
13264
13265 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-util.el (gnus-tool-bar-update): New function.
13268
13269         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13270         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13271
13272         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13273
13274         * gnus-group.el (gnus-group-redraw-when-idle)
13275         (gnus-group-redraw-check): Remove.
13276         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13277
13278 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13281         if optional last element is specified in splits (FIELD VALUE...).
13282
13283 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13286         to gmm-image-load-path-for-library.  Call with no-error argument.
13287         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13288
13289         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13290
13291         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13292
13293         * gmm-utils.el (gmm-image-load-path): Remove alias.
13294
13295 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * gmm-utils.el (gmm-image-load-path): Add alias.
13298
13299         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13300         nnml-generate-nov-databases-1.
13301         (nnml-generate-nov-databases): Use it.
13302         (nnml-generate-nov-databases-directory): Document no-active
13303         argument.
13304
13305         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13306         directory if path is t.  Add no-error.
13307
13308         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13309         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13310
13311         * gnus-art.el (gnus-article-browse-delete-temp-files):
13312         Simplify resetting gnus-article-browse-html-temp-list.
13313
13314         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13315         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13316         Add example to docstring.  Rename local variables.  Move error
13317         checks to default case in cond and simplify.
13318
13319 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13322         handle is multipart when calling it recursively.
13323         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13324
13325 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13326
13327         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13328         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13329
13330 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13333         is loaded.
13334
13335         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13336         loaded.
13337
13338 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13341         to "Emacs 23 (unicode)" in doc string.
13342
13343         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13344         "Emacs 23 (unicode)" in comment.
13345
13346 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13349
13350         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13351         characters 160 through 255 in Emacs 23.
13352
13353 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13356         gnus-article-browse-html-temp.
13357         (gnus-article-browse-delete-temp): Make it customizable.
13358         Add `file'.  Adjust doc string.
13359         (gnus-article-browse-delete-temp-files): Add argument.
13360         Allow query for each file.  Adjust doc string.
13361         (gnus-article-browse-html-parts):
13362         Add `gnus-article-browse-delete-temp-files' to
13363         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13364
13365 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13366
13367         * gnus-art.el (gnus-article-browse-html-temp)
13368         (gnus-article-browse-delete-temp): New variables.
13369         (gnus-article-browse-delete-temp-files): New function.
13370         (gnus-article-browse-html-parts): Use it.
13371
13372 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13375
13376         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13377         string.
13378
13379         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13380         gnus-summary-insert-new-articles when unplugged.
13381         Remove gnus-summary-search-article-forward.
13382
13383         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13384         display-visual-class instead of display-color-cells.
13385
13386 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * dgnushack.el: Autoload customize-group for XEmacs.
13389
13390         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13391         message/* containing non-ASCII text properly.
13392
13393 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * message.el: Require gmm-utils, remove autoloads.
13396         (message-tool-bar): Set default based on
13397         gmm-tool-bar-style.
13398         (message-tool-bar-gnome): Add gmm-customize-mode.
13399
13400         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13401         gmm-tool-bar-style.
13402         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13403
13404         * gnus-group.el (gnus-group-tool-bar): Set default based on
13405         gmm-tool-bar-style.
13406         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13407
13408         * gmm-utils.el (gmm-image-directory): Rename variable from
13409         gmm-image-load-path.
13410         (gmm-image-load-path): Use gmm-image-directory.
13411         (gmm-customize-mode): New function.
13412         (gmm-tool-bar-style): New variable.
13413
13414         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13415         gnus-group-redraw-line-number.
13416         (gnus-group-redraw-check): Simplify.
13417         (gnus-group-tool-bar-update): Remove redraw check.
13418         (gnus-group-make-tool-bar): Add redraw check.
13419
13420 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13421
13422         * gnus-art.el (gnus-button): Add missing parentheses.
13423
13424 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * lpath.el: Fbind line-number-at-pos.
13427
13428 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13431
13432 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * gnus-art.el (gnus-button): New face.
13435         (gnus-article-button-face): Use it.
13436
13437         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13438         Add gnus-summary-next-page.  Re-order.
13439
13440         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13441         next-node are now included.
13442         (gnus-group-redraw-line-number): New internal variable.
13443         (gnus-group-redraw-check): Helper function for updating the tool
13444         bar.
13445         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13446
13447         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13448
13449         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13450         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13451         Use it to match format of Spamassassin 3.0 and later.
13452         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13453         (spam-check-bogofilter)
13454         (spam-bogofilter-register-with-bogofilter): Fix args of
13455         `gnus-error' calls.
13456
13457 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13460         unnecessary interaction when sending queued mails.
13461         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13462
13463 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13466         first or last are nil.
13467
13468 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13469
13470         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13471
13472 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13475
13476 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13477
13478         * dns.el (query-dns): Protect more against buggy tcp output.
13479
13480 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13483         nov.php.
13484
13485 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13486
13487         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13488         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13489         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13490         output on the server side.
13491         (nnweb-google-create-mapping): Update regexps and add some
13492         progress indication.
13493
13494 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-group.el (gnus-group-tool-bar-gnome):
13497         Fix gnus-agent-toggle-plugged.  Re-order icons.
13498         (gnus-group-tool-bar-gnome):
13499         Add gnus-group-{prev,next}-unread-group.
13500         (gnus-group-tool-bar-gnome): Re-order icons.
13501
13502         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13503         Move gnus-summary-insert-new-articles.
13504
13505         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13506         Fix comments.
13507
13508         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13509         also available in Emacs 21.3.
13510
13511         * message.el (message-fix-before-sending): Change "Emacs 22" to
13512         "Emacs 23 (unicode)" in comment.
13513
13514         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13515         "Emacs 23 (unicode)" in comment.
13516
13517         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13518         comment.
13519         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13520
13521         * mm-view.el (mm-fill-flowed): Add :version.
13522
13523 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13526         and load-path.
13527
13528 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * message.el: Autoload gmm-image-load-path.
13531         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13532         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13533         consitency.
13534
13535         * gmm-utils.el (gmm-image-load-path): Also search in
13536         "../etc/images".  Don't set gmm-image-load-path if we don't find
13537         the image.
13538
13539 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gmm-utils.el (gmm-image-load-path): Don't make
13542         `gmm-image-load-path' include subdirectories which the second arg
13543         `image' might specify.
13544
13545         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13546         subdirectory to icon file names.
13547
13548         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13549
13550 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13551
13552         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13553         gmm-image-load-path calls.
13554
13555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13556
13557         * message.el (message-make-tool-bar): Ditto.
13558
13559         * mml.el (mml-preview): Add comment concerning tool bar icons.
13560
13561         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13562         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13563
13564         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13565         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13566
13567         * message.el (message-tool-bar-gnome): Use new icon names.
13568         (message-make-tool-bar): Use `gmm-image-load-path'.
13569
13570         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13571         New functions from MH-E.
13572         (gmm-image-load-path): New variable from MH-E.
13573         (gmm-image-load-path): New function from MH-E.  Add arguments
13574         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13575         *-image-load-path-called-flag.
13576
13577 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13578
13579         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13580
13581 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13582
13583         * nnimap.el (nnimap-request-move-article): Change folder back to
13584         source group before deleting.
13585
13586 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13589
13590         * gnus-art.el (mm-url-insert-file-contents-external):
13591         Autoload mm-url.
13592
13593         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13594
13595 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13598         coding system which mm-charset-to-coding-system returns for a
13599         given charset is valid.
13600
13601 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13602
13603         * html2text.el (html2text-remove-tag-list):
13604         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13605
13606 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13607
13608         * gnus-cus.el: Revert 2005-10-17 change.
13609
13610 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-art.el (article-strip-banner):
13613         Call article-really-strip-banner only when the regexp match is made.
13614
13615 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-art.el (article-strip-banner):
13618         Use gnus-extract-address-components instead of
13619         mail-header-parse-addresses to make it work with non-ASCII text;
13620         remove mail-encode-encoded-word-string.
13621
13622         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13623         values which are surrounded with \"...\"; make it never cause a
13624         Lisp error; give up parsing of parameters if it failed in
13625         extracting type.
13626
13627 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13628
13629         * smime.el (smime-cert-by-ldap-1): Fix bug where
13630         `smime-ldap-search' returns results without userCertificates.
13631
13632 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13635
13636 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * spam.el (spam-check-spamassassin-headers): Adapt format for
13639         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13640         <ari@mbf.ocn.ne.jp>.
13641         (spam-list-of-processors): Add spam-use-gmane.
13642
13643 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13646         make-temp-file; make it work with XEmacs as well.
13647
13648         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13649         mm-make-temp-file.
13650
13651         * mm-decode.el (mm-display-external): Use the 3rd arg of
13652         mm-make-temp-file.
13653         (mm-create-image-xemacs): Ditto.
13654
13655 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13658         with message-narrow-to-headers.
13659         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13660         (gnus-draft-check-draft-articles): New function.
13661         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13662
13663 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-art.el (gnus-article-browse-html-parts):
13666         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13667         Don't use suffix argument for mm-make-temp-file for Emacs 21
13668         compatibility.  Remove useless `format'.
13669
13670 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13671
13672         * nnweb.el (nnweb-google-wash-article): Update regexps.
13673         (nnweb-group-alist): Use defvoo instead of defvar.
13674
13675 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13678         re-loading nn* modules.
13679
13680 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13683         for `tool-bar-mode' and don't check it's default-value.
13684
13685         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13686
13687         * message.el (message-make-tool-bar): Ditto.
13688
13689         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13690         `substring'.  Shorten tmp-file name.
13691
13692         * gnus.el: Remove bogus comment.
13693
13694 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13695
13696         * gnus-art.el (gnus-article-browse-html-parts): New function.
13697         (gnus-article-browse-html-article): New function for viewing html
13698         articles with a browser.
13699
13700 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13701
13702         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13703         in elisp.
13704         (pgg-gpg-encrypt-symmetric-region): Ditto.
13705         (pgg-gpg-sign-region): Ditto.
13706
13707         * pgg-def.el (pgg-text-mode): New variable.
13708
13709         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13710         (mml2015-pgg-encrypt): Ditto.
13711
13712         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13713         (mml1991-pgg-encrypt): Ditto.
13714
13715 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * nnfolder.el (nnfolder-insert-newsgroup-line):
13718         Use message-make-date instead of current-time-string.
13719
13720         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13721         to gnus-decoded which mm-uu might set.
13722
13723 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13726         don't decode quoted parameters; remove misimported Emacs code.
13727         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13728         (rfc2231-decode-encoded-string): Don't use split-string which
13729         behaves differently according to Emacs version; use
13730         mm-decode-coding-region to convert charset to coding-system.
13731         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13732         (rfc2231-encode-string): Remove misimported Emacs code.
13733
13734 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13737         when calling mail-header-parse-content-type.
13738         (article-de-quoted-unreadable): Ditto.
13739         (article-de-base64-unreadable): Ditto.
13740         (article-wash-html): Ditto.
13741
13742         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13743         calling mail-header-parse-content-type and
13744         mail-header-parse-content-disposition.
13745         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13746         mail-header-parse-content-type.
13747
13748         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13749         insert charset and format parameters; encode description after
13750         inserting it to buffer.
13751         (mml-insert-parameter): Fold lines properly even if a parameter is
13752         segmented into two or more lines; change the max column to 76.
13753
13754         * rfc1843.el (rfc1843-decode-article-body): Don't use
13755         ignore-errors when calling mail-header-parse-content-type.
13756
13757         * rfc2231.el (rfc2231-parse-string): Return at least type if
13758         possible; don't cause an error even if it fails in parsing of
13759         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13760         (rfc2231-encode-string): Don't break lines at the beginning, leave
13761         it to mml-insert-parameter.
13762
13763         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13764         calling mail-header-parse-content-type.
13765
13766 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * spam-report.el (spam-report-gmane-use-article-number):
13769         Improve doc string.
13770         (spam-report-gmane-internal): Check if a suitable header was found
13771         in the article.
13772
13773 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13776         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13777
13778 2006-02-05  Romain Francoise  <romain@orebokech.com>
13779
13780         Update copyright notices of all files in the gnus directory.
13781
13782 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13783
13784         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13785
13786 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13789         segmented lines of parameter value to cope with Thunderbird 1.5
13790         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13791         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13792         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13793
13794 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13795
13796         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13797         parts.
13798
13799 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13800
13801         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13802         there's only one active file for all servers.
13803         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13804         solid groups.  Gnus might have used a FAST request to select the group.
13805         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13806         and nnweb-search redundantly in the active file.
13807         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13808         (nnweb-request-create-group): Don't use ARGS.
13809         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13810         initialisations.  Let nnoo do the work.
13811
13812 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13815         Say the part has been decoded.
13816
13817         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13818
13819 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13820
13821         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13822         mailcap-viewer-test-cache when there's no 'test clause, since that
13823         will invert the meaning of a "nil" test previously determined by
13824         mailcap-mailcap-entry-passes-test.
13825
13826 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13829         compiling.
13830
13831         * gnus-sum.el: Ditto.
13832
13833         * message.el: Don't bind tool-bar-map when compiling.
13834
13835 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13838
13839 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13840
13841         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13842         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13843         current Google Groups.
13844
13845 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13848         and tool-bar-mode.
13849
13850         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13851         and tool-bar-mode.
13852
13853         * message.el (message-tool-bar-update): Simplify.
13854         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13855
13856         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13857         gnus-summary-buffer.
13858         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13859         gnus-summary-reply.
13860
13861         * gmm-utils.el (gmm): Add :version.
13862
13863 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * Makefile.in (clean): New rule.
13866         (distclean): Use it.
13867
13868 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13869
13870         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13871         Don't autoload.
13872
13873 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gmm-utils.el (gmm-verbose): Add :group.
13876
13877 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * message.el: Change some comments WRT tool-bars.
13880
13881         * gnus-sum.el (gnus-summary-tool-bar)
13882         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13883         (gnus-summary-tool-bar-zap-list): New variables.
13884         (gnus-summary-make-tool-bar): Complete rewrite using
13885         `gmm-tool-bar-from-list'.
13886
13887         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13888         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13889         New variables.
13890         (gnus-group-make-tool-bar): Complete rewrite using
13891         `gmm-tool-bar-from-list'.
13892         (gnus-group-tool-bar-update): New function.
13893
13894         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13895
13896 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13899         is dissected into a single part of which the type is the same as
13900         the given one; decode charset.
13901
13902 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13903
13904         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13905         into alists as symbol not string, since that's what
13906         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13907         look for.
13908
13909 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13912         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13913
13914         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13915
13916 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13919         (gnus-xmas-mime-security-button-menu): New function.
13920
13921         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13922         (gnus-mime-security-button-menu): New definition.
13923         (gnus-mime-security-button-map): Use them.
13924         (gnus-mime-security-button-menu): New function.
13925         (gnus-insert-mime-security-button): Addition to help echo.
13926         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13927         (gnus-mime-security-pipe-part): New functions.
13928
13929         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13930         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13931
13932         * mm-decode.el (mm-handle-set-disposition): Remove.
13933         (mm-handle-set-description): Remove.
13934
13935 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13938         (mm-w3m-standalone-supports-m17n-p): New function.
13939         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13940         w3m usage.
13941
13942         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13943         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13944
13945 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * message.el (message-tool-bar-zap-list):
13948         Use gmm-tool-bar-zap-list as custom type.
13949         (message-tool-bar-update): New function.
13950         (message-tool-bar, message-tool-bar-gnome)
13951         (message-tool-bar-retro): Add message-tool-bar-update.
13952         (message-tool-bar-gnome): Add flyspell-buffer.
13953
13954         * gnus-util.el (gnus-error): Describe `args'.
13955
13956         * gmm-utils.el (gmm-error): Describe `args'.
13957         (gmm-tool-bar-zap-list): New widget.
13958         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13959
13960 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13963         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13964         the number of recursive calls.
13965
13966         * mm-decode.el (mm-handle-set-disposition): New macro.
13967         (mm-handle-set-description): New macro.
13968
13969 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13972         encoding.
13973
13974 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * message.el (message-tool-bar-zap-list, message-tool-bar)
13977         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13978         (message-tool-bar-local-item-from-menu): Remove.
13979         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13980         (message-make-tool-bar): New function.
13981         (message-mode): Use `message-make-tool-bar'.
13982
13983         * gmm-utils.el: New file.
13984         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13985         (gmm-lazy): New widget copied from `nnmail.el'.
13986         (gmm-tool-bar-from-list): New function for creating customizable
13987         tool bars.
13988         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13989         output.
13990         (gmm): Add :prefix to defgroup.
13991
13992 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13993
13994         * gmm-utils.el (gmm-widget-p): New function.
13995
13996 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * mml.el (mml-attach-file): Describe `description' in doc string.
13999         (mml-menu): Add Emacs MIME manual and PGG manual.
14000
14001 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14002
14003         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14004
14005 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14006
14007         * nntp.el (nntp-end-of-line): Doc fix.
14008
14009 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14010
14011         * imap.el (imap-open): Handle case where buffer is a buffer
14012         object.
14013
14014 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14015
14016         * gnus-delay.el (gnus-delay): Don't autoload.
14017         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14018         to be re-loaded when customizing the `gnus-delay' group.
14019
14020 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14021
14022         * message.el (message-insert-citation-line): Use newlines.
14023
14024 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14025
14026         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14027         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14028         these routines, so the passphrase can be managed externally and
14029         passed in to the system.
14030         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14031         pgg-add-passphrase-to-cache function.
14032
14033         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14034         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14035         these routines, so the passphrase can be managed externally and
14036         passed in to the system.
14037         (pgg-pgp5-sign-region): Use new name of
14038         pgg-add-passphrase-to-cache function.
14039
14040 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14041
14042         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14043         part of the decoded armor to find the key-identifier.
14044         (pgg-gpg-lookup-key-owner): New function to return the
14045         human-readable identifier of a key owner.
14046         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14047         itself.
14048         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14049         the key value) if we have a key and can match it against a secret
14050         key.  Also, added a note pointing out fact that the prompt only
14051         indicates the first matching key.
14052
14053         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14054         pgg-decrypt-region.
14055         (pgg-add-passphrase-to-cache): Rename from
14056         `pgg-add-passphrase-cache' to reduce confusion (all callers
14057         changed).
14058         (pgg-remove-passphrase-from-cache): Rename from
14059         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14060         changed).
14061         (pgg-read-passphrase, pgg-add-passphrase-cache)
14062         (pgg-remove-passphrase-cache): Add informative docstrings.
14063         (pgg-decrypt): Convey provided passphrase in subordinate call to
14064         pgg-decrypt-region.
14065
14066 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14067
14068         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14069         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14070         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14071         'passphrase' argument, so the passphrase can be managed externally
14072         and then passed in to the system.
14073
14074         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14075         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14076         so the passphrase cache can be used reliably with identifiers
14077         besides a pgp packet's key id.
14078
14079         * pgg-gpg.el (pgg-gpg-encrypt-region)
14080         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14081         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14082         these routines, so the passphrase can be managed externally and
14083         passed in to the system.
14084
14085         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14086         'notruncate' argument, so the passphrase cache can be used
14087         reliably with identifiers besides a pgp packet's key id.
14088
14089 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14090
14091         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14092         symmetric encryption.
14093         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14094         encrypted session key.
14095         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14096         message ask for the passphrase in a proper way.
14097
14098         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14099         New user commands for symmetric encryption.
14100
14101 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14104
14105         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14106
14107 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14108
14109         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14110
14111 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * mm-decode.el (mm-inlined-types): Add application/pgp.
14114         (mm-automatic-display): Ditto.
14115
14116         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14117         part as text.
14118
14119 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * nnrss.el: Update copyright.
14122         (nnrss-opml-import): Query whether to subscribe to each entry.
14123
14124         * gnus-art.el:
14125         * gnus-sum.el:
14126         * gnus-xmas.el:
14127         * messagexmas.el:
14128         * mm-uu.el:
14129         * mm-view.el: Update copyright.
14130
14131 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * message.el (message-info): New function.
14134         (message-mode-menu): Add it.
14135         Update copyright.
14136
14137         * ChangeLog: Fix and update copyright.
14138
14139 2006-01-13  Romain Francoise  <romain@orebokech.com>
14140
14141         * message.el (message-forward-subject-name-subject): Prefer the
14142         address to 'nowhere' if the sender has no name.
14143         Fix typo.  Update copyright year.
14144
14145 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (article-wash-html):
14148         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14149         (gnus-article-wash-html-with-w3m-standalone): New function.
14150
14151         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14152         mm-inline-text-html-render-with-w3m-standalone.
14153         (mm-text-html-washer-alist): Map w3m-standalone to
14154         gnus-article-wash-html-with-w3m-standalone.
14155         (mm-inline-text-html-render-with-w3m-standalone): New function.
14156
14157 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14160         Improve LaTeX.
14161
14162 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14165         (nnrss-request-article): Render text/plain parts as HTML.
14166
14167         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14168         the buffer.
14169
14170 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14173         custom definition of `gnus-posting-styles'.
14174
14175         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14176         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14177
14178 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14181         Use nntp for bug archive.
14182
14183 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14186         parts.
14187         (nnrss-normalize-date): New function converts ISO 8601 date into
14188         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14189         (nnrss-check-group): Use it.
14190
14191 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14194
14195         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14196         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14197         (nnrss-insert-w3): Ditto.
14198
14199 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14202         the articles to be forwarded including the case where neither a
14203         number of articles nor a region is specified.
14204
14205 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * nnrss.el (nnrss-request-article): Fix last change; fill
14208         text/plain parts.
14209
14210 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14213         in text/plain part.
14214         (nnrss-check-group): Don't add excessive newline to dc:subject.
14215
14216 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14217
14218         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14219         article.
14220
14221 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14224         (nnml-use-compressed-files, nnml-save-mail): Support other
14225         comression programs such as bzip2.
14226
14227 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14228
14229         * dns.el (query-dns): Make sure we check the buffer size before
14230         removing tcp headers.
14231
14232 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14235         remove MIME buttons associated with multipart/alternative parts.
14236         (gnus-mime-display-alternative): Tag buttons using `article-type'
14237         text property.
14238
14239         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14240         associated with multipart/alternative parts.
14241
14242         * gnus-art.el (gnus-signature-separator): Fix custom type.
14243
14244         * mm-decode.el (mm-inlined-types): Fix custom type.
14245         (mm-keep-viewer-alive-types): Ditto.
14246         (mm-automatic-display): Ditto.
14247         (mm-attachment-override-types): Ditto.
14248         (mm-inline-override-types): Ditto.
14249         (mm-automatic-external-display): Ditto.
14250
14251 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * spam-report.el (spam-report-user-mail-address)
14254         (spam-report-user-agent): New variables.
14255         (spam-report-url-ping-plain): Use spam-report-user-agent.
14256
14257 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14258
14259         * gnus-art.el (gnus-button-handle-custom): Do not just use
14260         `customize-apropos' for any "M-x customize-*" button but the
14261         function called for.  Accept both the function name and its
14262         argument in order to achieve this.
14263         (gnus-button-alist): Remove support for "custom:" URL's.
14264         Pass function name to `gnus-button-handle-custom' in case of "M-x
14265         customize-*" buttons.
14266
14267 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14270         multipart/alternative and add xref to mm-discouraged-alternatives
14271         in doc string.
14272
14273         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14274         gnus-buttonized-mime-types in doc string.
14275
14276 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14279         Suggest image/.* in the doc string.
14280
14281 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14284         message-marks (Debian bug #342521).
14285
14286 2005-12-12  Simon Josefsson  <jas@extundo.com>
14287
14288         * password.el (password-read-from-cache): Add.
14289         (password-read): Use it.
14290
14291 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * rfc2047.el (rfc2047-charset-to-coding-system):
14294         Recognize us-ascii as a MIME charset.
14295
14296         * mm-bodies.el (mm-decode-content-transfer-encoding):
14297         Protect against the case where the 2nd arg TYPE is nil.
14298
14299 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * pop3.el (pop3-stream-type): Fix custom version.
14302
14303         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14304
14305 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14306
14307         * mm-decode.el (mm-display-external): Add missing cdr.
14308
14309 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14312         RFC1524) if it is in mailcap or add a suffix according to
14313         mailcap-mime-extensions when generating a temp filename; postpone
14314         deleting a temp file for 2 seconds for some wrappers, shell
14315         scripts, and so on, which might exit right after having started a
14316         viewer command as a background job.
14317
14318 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * nntp.el (nntp-marks-directory): Fix custom group.
14321
14322         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14323         steps when < 10.
14324
14325         * gnus-start.el (gnus-no-server-1):
14326         Mention `gnus-level-default-subscribed' in doc string.
14327
14328 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14329
14330         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14331         parens.
14332
14333 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-xmas.el (gnus-use-toolbar): Revert.
14336         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14337         gnus-use-toolbar is default.
14338
14339         * messagexmas.el (message-use-toolbar): Revert.
14340         (message-setup-toolbar): Use global default-toolbar if
14341         message-use-toolbar is default.
14342
14343 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14346         according to default-toolbar-visible-p.
14347
14348         * messagexmas.el (message-use-toolbar): Ditto.
14349
14350 2005-11-26  Dave Love  <fx@gnu.org>
14351
14352         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14353         (tls-program, tls-success): Provide openssl alternative.
14354
14355         * starttls.el: Doc fixes.
14356         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14357         SERVICE to PORT.
14358
14359         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14360         port null or service name.
14361         (starttls-negotiate): Autoload.
14362
14363 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * message.el (message-kill-to-signature): Fix interactive spec.
14366
14367 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * pop3.el (pop3-open-server): Recognize a string as a service name.
14370
14371 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14372
14373         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14374
14375 2005-11-23  Dave Love  <fx@gnu.org>
14376
14377         Add pop3s, pop3/starttls.
14378
14379         * pop3.el (pop3-authentication-scheme): Clarify doc.
14380         (open-tls-stream, starttls-open-stream): Autoload.
14381         (pop3-stream-type): New.
14382         (pop3-open-server): Use it.
14383
14384         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14385         for POP.
14386         (mail-source-keyword-map): Add :stream for POP.
14387         (mail-source-fetch-pop): Use pop3-stream-type.
14388
14389 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14392         of current-time-string.
14393
14394 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14395
14396         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14397         date header.
14398
14399 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14400
14401         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14402         it can seriously impact performance as it bypasses the agent's
14403         local caches.
14404
14405 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14406
14407         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14408         must be explicitly online rather than "not explicitly offline" for
14409         its flags to be synchronized.
14410
14411         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14412         that gnus-uu-unmark-thread will function correctly.
14413
14414         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14415         1024K is instead displayed as 1M.
14416
14417 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14418
14419         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14420
14421 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14422
14423         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14424
14425 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14426
14427         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14428         error message to display actual error condition.
14429         (gnus-agent-save-local): Avoid saving symbols that are bound to
14430         nil as they simply result in a warning message in
14431         gnus-agent-read-local.
14432
14433 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14436         rather than make-variable-buffer-local for file-precious-flag.
14437
14438 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14439
14440         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14441         for duplicates which are removed.  The invalid sort check then
14442         triggers a rescan after the sort as sorting may have moved
14443         duplicate entries such that they can be cheaply detected.
14444
14445 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14448
14449 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14450
14451         * gnus-agent.el (gnus-agent-article-alist-save-format):
14452         Change internal variable to a custom variable.  Change default value
14453         from compressed(2) to uncompressed(1).
14454         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14455         support for uncompressed agentview files.  Taken together, reading
14456         the agentview file should now be 6-7 times faster.
14457
14458 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14459
14460         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14461         as a buffer-local variable.  This avoids creating truncated
14462         dribble files as a result of a hang up, eg.
14463
14464 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14465
14466         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14467         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14468         XEmacs.
14469
14470 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-start.el (gnus-start-draft-setup):
14473         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14474
14475         * gnus.el (gnus-splash): Change custom group.
14476         (gnus-group-get-parameter, gnus-group-parameter-value):
14477         Describe allow-list argument.
14478
14479         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14480         string.
14481
14482 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus-art.el (gnus-default-article-saver): Add user-defined
14485         `function' to custom type.
14486
14487 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14488
14489         * imap.el (imap-open): Handle case where buffer is a buffer
14490         object.
14491
14492 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14495         long lines.
14496         (gnus-cache-delete-group): Wrap doc strings.
14497
14498         * gnus-agent.el (gnus-agent-rename-group)
14499         (gnus-agent-delete-group): Wrap doc strings.
14500
14501 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * messagexmas.el (message-use-toolbar): Change the valid values
14504         into default, top, bottom, left, and right.
14505         (message-toolbar-thickness): New variable.
14506         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14507         well.
14508         (message-setup-toolbar): Make it work.
14509
14510         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14511         (gnus-use-toolbar): Change the valid values into default, top,
14512         bottom, left, and right.
14513         (gnus-toolbar-thickness): New variable.
14514         (gnus-xmas-setup-toolbar): New function.
14515         (gnus-xmas-setup-group-toolbar): Use it.
14516         (gnus-xmas-setup-summary-toolbar): Use it.
14517
14518 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * gnus-start.el (gnus-1): Add "native" to
14521         gnus-predefined-server-alist.
14522
14523         * gnus.el (gnus-method-to-server): Don't add "native" to the
14524         lists here, because that leads to problems when
14525         gnus-select-method is bound.
14526
14527 2005-11-09  Simon Josefsson  <jas@extundo.com>
14528
14529         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14530         use (not sort-by-date) instead.
14531
14532 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14533
14534         * gnus-delay.el (gnus-delay-group): Don't autoload.
14535         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14536         to be re-loaded when customizing the `gnus-delay' group.
14537
14538 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14539
14540         * message.el: Revert last changes.
14541         (message-insert-citation-line): Use newlines.
14542
14543 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14544
14545         * message.el (message-courtesy-message)
14546         (message-mark-insert-begin, message-mark-insert-end)
14547         (message-elide-ellipsis, message-cancel-message)
14548         (message-add-header, message-change-subject)
14549         (message-cross-post-followup-to-header)
14550         (message-cross-post-insert-note, message-reduce-to-to-cc)
14551         (message-widen-reply, message-delete-not-region)
14552         (message-kill-to-signature, message-insert-signature)
14553         (message-insert-importance-high, message-insert-importance-low)
14554         (message-insert-or-toggle-importance)
14555         (message-insert-disposition-notification-to)
14556         (message-indent-citation, message-yank-original)
14557         (message-cite-original-without-signature, message-cite-original)
14558         (message-insert-citation-line, message-position-on-field)
14559         (message-fix-before-sending, message-send-mail-partially)
14560         (message-send-mail, message-send-mail-with-sendmail)
14561         (message-send-mail-with-qmail, message-send-news)
14562         (message-check-news-header-syntax, message-generate-headers)
14563         (message-insert-courtesy-copy, message-fill-address)
14564         (message-fill-header, message-shorten-references)
14565         (message-setup-1, message-cancel-news)
14566         (message-forward-make-body-plain, message-forward-make-body-mime)
14567         (message-forward-make-body-mml, message-encode-message-body)
14568         (message-forward-make-body-digest-plain)
14569         (message-forward-make-body-digest-mime)
14570         (message-use-alternative-email-as-from): Insert `hard-newline'
14571         instead of ordinary newlines.
14572
14573 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * message.el (message-generate-headers): Downcase the argument
14576         given to message-check-element.
14577
14578 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14579
14580         * nntp.el (nntp-authinfo-rejected): New error condition.
14581         (nntp-wait-for): Use new error condition to signal authentication
14582         error.
14583         (nntp-retrieve-data): Rethrow new error condition to break out of
14584         recursive call to nntp-send-authinfo.
14585
14586 2005-11-08  Romain Francoise  <romain@orebokech.com>
14587
14588         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14589         (gnus-summary-exit-map): Bind to `Z p'.
14590         (gnus-summary-make-menu-bar): Add menu item.
14591
14592 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14595         (gnus-treat-*): Add `first' in all doc strings.
14596
14597         * gnus-group.el (gnus-group-compact-group): Fix typo.
14598
14599 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus.el (gnus-parameters-case-fold-search): New variable.
14602         (gnus-parameters-get-parameter): Use it.
14603
14604         * gnus-score.el (gnus-home-score-file): Doc fix.
14605
14606 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14607
14608         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14609
14610 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * mm-util.el (mm-special-display-p): New function.
14613
14614         * mml.el (mml-preview): Use it; doc fix.
14615
14616 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14617
14618         * imap.el (imap-open): Handle case where buffer is a buffer object.
14619
14620 2005-10-29  Romain Francoise  <romain@orebokech.com>
14621
14622         * message.el (message-fix-before-sending): Fix comment.
14623
14624 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14625
14626         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14627
14628 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14629
14630         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14631         Used in gnus-score.el.
14632
14633 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14636
14637 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14640         whitespace removed in revision 7.8.  Use concatenated string to
14641         protect trailing whitespace.
14642
14643 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14644
14645         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14646         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14647         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14648         Courier IMAP ("some version from 2004").  Mostly based on similar
14649         code in the same function.
14650
14651 2005-10-26  Didier Verna  <didier@xemacs.org>
14652
14653         * gnus-group.el (gnus-group-compact-group): Invalidate original
14654         article buffer.
14655         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14656         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14657         NOV database and in article itself.
14658         Invalidate article backlog.
14659
14660 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14663
14664 2005-10-26  Simon Josefsson  <jas@extundo.com>
14665
14666         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14667         part of 2004-07-25 change.
14668
14669 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * message.el (message-display-completion-list): New function.
14672         (message-expand-group): Use it; make sure the Completions buffer
14673         is modifiable.
14674 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14675
14676         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14677         user-mail-name is an empty string.
14678
14679 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14682         depending on gnus-score-decay-constant.
14683
14684         * encrypt.el (encrypt-insert-file-contents)
14685         (encrypt-write-file-contents): Don't use `gnus-message'.
14686
14687         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14688         arguments.
14689         (mm-uu-type-alist): Add message-marks and insert-marks.
14690         Pass arguments to mm-uu-verbatim-marks-extract.
14691         (mm-uu-hide-markers): New variable.
14692         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14693
14694         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14695         (gnus-convert-image-to-face-command): Use "convert" by default to
14696         allow other input image formats.
14697         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14698         accordingly.
14699
14700 2005-10-23  Simon Josefsson  <jas@extundo.com>
14701
14702         * imap.el (imap-gssapi-program): Align command line parameters
14703         with latest GNU SASL.
14704         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14705
14706 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707
14708         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14709         HTML.
14710         (nnslashdot-request-article): Ditto.
14711
14712         * lpath.el (featurep): Add nobreak-char-display.
14713
14714 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14715
14716         * mail-source.el (mail-source-fetch-pop): Require pop3.
14717         (mail-source-check-pop): Ditto.
14718
14719 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14722         errors.
14723
14724 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14727         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14728
14729         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14730
14731         * mm-bodies.el (mm-decode-string):
14732         Call `mm-charset-to-coding-system' with allow-override argument.
14733
14734 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14737         (rfc2047-charset-to-coding-system): New function.
14738         (rfc2047-decode-encoded-words): New function.
14739         (rfc2047-decode-region): Use them.
14740         (rfc2047-decode-cte): Remove.
14741         (rfc2047-parse-and-decode): Remove.
14742         (rfc2047-decode): Remove.
14743
14744 2005-10-15  Kenichi Handa  <handa@m17n.org>
14745
14746         * rfc2047.el (rfc2047-decode-cte): New function.
14747         (rfc2047-decode-region): Change the way to decode successive
14748         encoded-words: decode B- or Q-encoding in each encoded-word,
14749         concatenate them, and decode it as charset.
14750
14751 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * lpath.el: Fbind codepage-setup for XEmacs.
14754
14755 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14756
14757         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14758         widget-move-and-invoke.
14759         (gnus-custom-mode): Use gnus-custom-map.
14760
14761 2005-10-15  Bill Wohler  <wohler@newt.com>
14762
14763         * message.el (message-tool-bar-map): Rename image file from
14764         mail_send to mail/send.
14765
14766 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14767
14768         * message.el (message-expand-group): Pass the common
14769         prefix substring of completion to `display-completion-list'.
14770
14771 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * mml-sec.el (mml-secure-method): New internal variable.
14774         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14775         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14776         New functions using mml-secure-method.
14777
14778         * mml.el (mml-mode-map): Add key bindings for those functions.
14779         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14780         Harder <harder@myrealbox.com>.
14781         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14782         Goto end of message if point is the headers of the message.
14783
14784         * message.el (message-in-body-p): New function.
14785
14786         * assistant.el: Autoload gnus-util and netrc.
14787
14788         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14789         Use `mm-charset-override-alist' only when decoding.
14790
14791         * mm-bodies.el (mm-decode-body):
14792         Call `mm-charset-to-coding-system' with allow-override argument.
14793
14794         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14795         `filename' from Content-Disposition if Content-Type doesn't
14796         provide `name'.
14797         (gnus-mime-view-part-as-type): Set default instead of
14798         initial-input.
14799
14800 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14801
14802         * format-spec.el (format-spec): Propagate text properties of % spec.
14803
14804 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-art.el (gnus-treat-predicate): Add `first'.
14807
14808 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14811         (mm-charset-override-alist): New variable.
14812         (mm-charset-to-coding-system): Use it.
14813         (mm-codepage-setup): New helper function.
14814         (mm-charset-eval-alist): New variable.
14815         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14816         Warn about unknown charsets.
14817
14818         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14819
14820 2005-10-04  David Hansen  <david.hansen@gmx.net>
14821
14822         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14823         (nnrss-check-group): Ditto.
14824
14825 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14828         Rename x-gnus-verbatim to x-verbatim.
14829         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14830
14831         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14832         x-verbatim.
14833
14834         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14835
14836         * gnus-util.el (gnus-remove-duplicates): Remove.
14837
14838         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14839         instead of gnus-remove-duplicates.
14840
14841         * message.el (message-remove-duplicates): Remove.
14842         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14843         message-remove-duplicates.
14844
14845         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14846         available, else use implementation from `delete-dups'.
14847
14848         * message.el (message-insert-expires): New function.
14849         (message-mode-map): Add key binding.
14850         (message-mode-field-menu): Add menu entry.
14851         (message-mode): Document it.
14852         (message-make-expires-date): Use `message-make-date'.
14853
14854 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14855
14856         * message.el (message-make-expires-date): New function.
14857
14858 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * Makefile.in (list-installed-shadows): New entry.
14861         (install): Use it.
14862         (remove-installed-shadows): New entry.
14863
14864         * dgnushack.el (dgnushack-default-load-path): New variable.
14865         (dgnushack-find-lisp-shadows): New function.
14866         (dgnushack-remove-lisp-shadows): New function.
14867
14868 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * Makefile.in (install-el-elc): New entry.
14871         (install): Use it so that .el files are necessarily installed.
14872
14873 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14876
14877 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14878
14879         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14880         function rather than the diff-mode.el package.
14881         (mm-display-external): Use with-current-buffer.
14882         (mm-viewer-completion-map, mm-viewer-completion-map):
14883         Move initialization inside declaration.
14884
14885 2005-09-29  Simon Josefsson  <jas@extundo.com>
14886
14887         * spam.el: Load hashcash when compiling, to avoid warnings.
14888         Don't autoload mail-check-payment.
14889         (spam-check-hashcash): Define unconditionally, since hashcash.el
14890         is part of Gnus now.  Ignore errors from payment checking.
14891
14892 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * message.el (message-bold-region, message-unbold-region):
14895         Rename from `bold-region' and `unbold-region'.
14896
14897         * message.el: Remove useless autoloads.
14898
14899 2005-09-28  Simon Josefsson  <jas@extundo.com>
14900
14901         * message.el (message-use-idna): Default to t.
14902         (message-use-idna): Test whether encoding works too.  Doc fix.
14903
14904 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * nntp.el (nntp-warn-about-losing-connection): Remove.
14907
14908 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14911         customizable.  Change default value.
14912         (mm-uu-diff-groups-regexp): Change default value.
14913         (mm-uu-type-alist): Add doc string.
14914         (mm-uu-configure): Add doc string.  Make it interactive.
14915         (mm-uu-tex-groups-regexp): New variable.
14916         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14917         (mm-uu-type-alist): Add LaTeX documents.
14918         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14919         of "text/verbatim".
14920         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14921
14922         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14923         instead of "text/verbatim".
14924
14925         * message.el (message-mark-inserted-region)
14926         (message-mark-insert-file): Use slrn style marks when called with
14927         prefix argument.
14928
14929 2005-09-27  Simon Josefsson  <jas@extundo.com>
14930
14931         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14932
14933 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14934
14935         * message.el (message-remove-duplicates): New function.
14936         Implementation borrowed from `gnus-remove-duplicates'.
14937         (message-idna-to-ascii-rhs): Also encode idna addresses in
14938         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14939         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14940         only ask about the same idna domain once per header and also tell
14941         in what header to replace the idna domain.
14942
14943         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14944         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14945         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14946         a header is decoded and not just the last one.
14947
14948 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14951         has been decoded.
14952
14953         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14954         (mm-insert-part): Don't modify text if it has been decoded.
14955
14956         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14957         decoded.
14958
14959         * mm-view.el (mm-inline-text): Don't strip text props unless
14960         decoding enriched or richtext parts.
14961
14962 2005-09-25  Romain Francoise  <romain@orebokech.com>
14963
14964         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14965         * gnus-start.el (gnus-subscribe-interactively):
14966         * gnus-uu.el (gnus-uu-grab-articles):
14967         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14968         space.
14969
14970 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14971
14972         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14973         * mm-view.el (mm-view-pkcs7-decrypt):
14974         * gnus-sum.el (gnus-summary-limit-to-extra)
14975         (gnus-summary-respool-article, gnus-read-move-group-name):
14976         * gnus-score.el (gnus-summary-increase-score):
14977         * gnus-util.el (gnus-completing-read-with-default):
14978         * gnus-art.el (gnus-read-save-file-name)
14979         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14980         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14981         * message.el (message-check-news-header-syntax):
14982         Follow convention for reading with the minibuffer.
14983
14984 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * spam-report.el (spam-report-url-ping-plain):
14987         Use gnus-extended-version as User-Agent.
14988
14989         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14990         default value is nil.
14991
14992         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14993         (mm-uu-verbatim-marks-extract): New function.
14994         (mm-uu-extract): New face.
14995         (mm-uu-copy-to-buffer): Use it.
14996
14997         * spam-report.el (spam-report-gmane-ham): Rename from
14998         `spam-report-gmane-unspam'.
14999         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15000         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15001
15002         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15003         Autoload.
15004         (spam-report-gmane-unregister-routine):
15005         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15006
15007 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15010         (spam-report-gmane-unregister-routine): Add support for gmane
15011         unregistration.
15012
15013         * spam-report.el (spam-report-gmane-unspam)
15014         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15015         (spam-report-gmane): Change to take a single article and do unspam
15016         registration.
15017
15018 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * mm-url.el (mm-url-decode-entities): Fix regexp.
15021
15022 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15025         default to nil, to be able to use Gnus at all.  If the default
15026         switches to something else, then the function should be fixed not
15027         be exceedingly slow.
15028
15029 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15032         fail hard.
15033
15034         * spam-report.el: Add better Keywords line.
15035
15036         * spam.el: Add Maintainer and better Keywords line.
15037
15038 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * gnus-art.el (gnus-article-replace-part)
15041         (gnus-mime-replace-part): New functions.
15042         (gnus-mime-action-alist, gnus-mime-button-commands)
15043         (gnus-mime-save-part-and-strip): Add file argument.
15044         (gnus-article-part-wrapper): Add interactive argument.
15045
15046         * gnus-sum.el (gnus-summary-mime-map):
15047         Add `gnus-article-replace-part'.
15048
15049 2005-09-19  Didier Verna  <didier@xemacs.org>
15050
15051         The nnml compaction feature:
15052         * nnml.el (nnml-request-compact-group): New function.
15053         * nnml.el (nnml-request-compact): New function.
15054         * gnus-int.el (gnus-request-compact-group): New function.
15055         * gnus-int.el (gnus-request-compact): New function.
15056         * gnus-group.el (gnus-group-compact-group): New function.
15057         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15058         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15059         * gnus-srvr.el (gnus-server-compact-server): New function.
15060         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15061         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15062
15063 2005-09-18  Deepak Goel  <deego@gnufans.org>
15064
15065         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15066         format spec.
15067
15068 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15071
15072 2005-09-15  Romain Francoise  <romain@orebokech.com>
15073
15074         * message.el (message-fill-paragraph): Clarify docstring.
15075
15076 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (gnus-mime-display-part): Protect against broken
15079         MIME messages.
15080
15081 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15084         before parsing header.
15085
15086 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15087
15088         * html2text.el (html2text-replace-list): Add new entities.
15089
15090 2005-09-11  Romain Francoise  <romain@orebokech.com>
15091
15092         * message.el (message-alternative-emails): Improve docstring.
15093         (message-setup-1): Call `message-use-alternative-email-as-from'
15094         after `message-setup-hook' to give it precedence over posting
15095         styles, etc.
15096         (message-use-alternative-email-as-from): Add docstring.
15097         Remove the original From header if present.
15098
15099         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15100         (nnml-save-mail): Use it.
15101
15102         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15103         articles.  Add new argument `silent'.
15104         (gnus-uu-mark-all): Report the total number of marked articles.
15105
15106 2005-09-10  Romain Francoise  <romain@orebokech.com>
15107
15108         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15109         (gnus-uu-mark-series): Likewise.
15110
15111 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * spam-report.el (spam-report-gmane): Fix generation of spam
15114         report URL.
15115
15116 2005-09-10  Simon Josefsson  <jas@extundo.com>
15117
15118         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15119         t, based on discussion on the ding list with Robert Epprecht
15120         <epprecht@solnet.ch>.
15121
15122 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * spam-report.el (spam-report-gmane): Make it work without
15125         X-Report-Spam header.  Gmane now only provides Archived-At.
15126         This is only used if `spam-report-gmane-use-article-number' is nil.
15127         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15128
15129         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15130         make `gnus-summary-sort-by-recipient' work with threading.
15131
15132         * nnweb.el (nnweb-google-wash-article): Print a message if article
15133         is not available.
15134
15135 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15136
15137         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15138         change.  Decode text/* parts content before displaying.
15139
15140 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15143
15144 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15147
15148         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15149         url-package-name, url-package-version,
15150         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15151         w3m-display-inline-images, and w3m-minor-mode-map.
15152
15153 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * message.el (message-tab-body-function): Fix mismatched custom type.
15156
15157         * gnus.el (gnus-group-change-level-function): Ditto.
15158
15159         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15160
15161         * gnus-art.el (gnus-signature-limit)
15162         (gnus-article-mime-part-function): Ditto.
15163
15164 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * mml.el (mml-mode): Silence the byte compiler.
15167
15168         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15169         using `(sit-for 0)' before moving the point to the specified part;
15170         skip unbuttonized parts.
15171         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15172         return to the summary window if gnus-auto-select-part is non-nil.
15173
15174 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15177         New variables.
15178         (mml-dnd-attach-file, mml-mode): Use them.
15179
15180         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15181         Make fetching article by MID work again for Google Groups.
15182         Add FIXME concerning gnus-group-make-web-group.
15183
15184         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15185         Don't depend on Gnus by using mail-extract-address-components if
15186         gnus-extract-address-components is not bound.
15187
15188 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15189
15190         * gnus-art.el (gnus-mime-display-security): Don't display the
15191         signature, but only the signed part.
15192
15193 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15196
15197         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15198         list, not listp.
15199
15200 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15201
15202         * mm-encode.el (mm-encode-content-transfer-encoding):
15203         Likewise when encoding.
15204
15205         * mm-bodies.el (mm-decode-content-transfer-encoding):
15206         De-canonicalize CRLF for all text content types, not just
15207         text/plain.
15208
15209 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15212         valid article; point arrow and cursor at the MIME button.
15213
15214 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15217         Suggested by Dan Christensen <jdc@uwo.ca>.
15218
15219         * mm-decode.el (mm-save-part): Enable change of prompt.
15220
15221 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15222
15223         * gnus-msg.el (gnus-inews-add-send-actions):
15224         Make `message-post-method' lambda parameter ARG `&optional'.
15225
15226 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-sum.el (gnus-summary-mime-map):
15229         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15230         gnus-article-jump-to-part.
15231
15232         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15233         (gnus-article-edit-part): Use it.
15234         (gnus-article-part-wrapper): Add no-handle argument.
15235         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15236         New functions.
15237
15238 2005-08-29  Romain Francoise  <romain@orebokech.com>
15239
15240         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15241         docstring.
15242         (gnus-face-from-file): Likewise.
15243
15244 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15247         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15248         non-nil.
15249         (gnus-auto-select-part): New variable.
15250         (gnus-article-jump-to-part): New function.
15251         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15252         (gnus-mime-delete-part): Allow selecting specified part after
15253         deleting or stripping parts.
15254         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15255         part if argument is bogus.
15256
15257 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15258
15259         * gnus-art.el (w3m-minor-mode-map):
15260         * gnus-spec.el (gnus-newsrc-file-version):
15261         * gnus-util.el (nnmail-active-file-coding-system)
15262         (gnus-original-article-buffer, gnus-user-agent):
15263         * gnus.el (gnus-ham-process-destinations)
15264         (gnus-parameter-ham-marks-alist)
15265         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15266         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15267         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15268         * mm-decode.el (gnus-current-window-configuration):
15269         * mm-extern.el (gnus-article-mime-handles):
15270         * mm-url.el (url-current-object, url-package-name)
15271         (url-package-version):
15272         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15273         (smime-keys, w3m-cid-retrieve-function-alist)
15274         (w3m-current-buffer, w3m-display-inline-images)
15275         (w3m-minor-mode-map):
15276         * mml-smime.el (gnus-extract-address-components):
15277         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15278         (gnus-newsrc-hashtb, message-default-charset)
15279         (message-deletable-headers, message-options)
15280         (message-posting-charset, message-required-mail-headers)
15281         (message-required-news-headers):
15282         * mml1991.el (mc-pgp-always-sign):
15283         * mml2015.el (mc-pgp-always-sign):
15284         * nnheader.el (nnmail-extra-headers):
15285         * rfc1843.el (gnus-decode-encoded-word-function)
15286         (gnus-decode-header-function, gnus-newsgroup-name):
15287         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15288
15289 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15290
15291         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15292         the end of the date treatments.
15293
15294 2005-08-15  Simon Josefsson  <jas@extundo.com>
15295
15296         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15297         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15298         Capello and Romain Francoise.
15299         (pgg-fetch-key-function): Remove, not used?
15300         (pgg-insert-url-with-w3): Require url, to get
15301         url-insert-file-contents regardless of where it is defined.
15302
15303 2005-08-13  Romain Francoise  <romain@orebokech.com>
15304
15305         * message.el (message-cite-original-1): New function.
15306         (message-cite-original): Use it.
15307         (message-cite-original-without-signature): Ditto.
15308
15309 2005-08-08  Romain Francoise  <romain@orebokech.com>
15310
15311         * message.el (message-yank-empty-prefix): New variable.
15312         (message-indent-citation): Use it.
15313         (message-cite-original-without-signature): Respect X-No-Archive.
15314
15315 2005-08-08  Simon Josefsson  <jas@extundo.com>
15316
15317         * pgg.el: Autoload url-insert-file-contents instead of loading
15318         w3/url.
15319         (pgg-insert-url-with-w3): Don't load url here.
15320
15321 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15322
15323         * message.el (message-kill-to-signature): Don't insert newline at
15324         bol.
15325         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15326
15327 2005-08-06  Romain Francoise  <romain@orebokech.com>
15328
15329         * message.el (message-user-fqdn): Fix typo in docstring.
15330
15331 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15332
15333         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15334
15335         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15336
15337 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mm-bodies.el (mm-encode-body): Use coding system rather than
15340         charset to encode text.
15341
15342         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15343         number of charsets if utf-8 is available (XEmacs).
15344
15345 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15348         taken from `gnus-button-mid-or-mail-regexp'.
15349         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15350         (gnus-button-alist): Improve regexp for domain part of the MIDs
15351         for news:localpart@domain buttons.
15352         (gnus-button-ctan-directory-regexp): Update.
15353
15354 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * sieve-manage.el (sieve-manage-interactive-login):
15357         Use make-local-variable rather than make-variable-buffer-local.
15358         (sieve-manage-open): Ditto.
15359         (sieve-manage-authenticate): Ditto.
15360
15361         * mml.el (mml-generate-mime-1): Make the content type default to
15362         text/plain if the filename is not specified.
15363
15364 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15367         instead of insert-buffer.
15368
15369         * message.el (message-yank-original): Ditto; set the mark at the
15370         end of the yanked message.
15371
15372 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15375         lines to scroll rather than to stop it.
15376
15377         * mml.el (mml-generate-default-type): Add doc string.
15378         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15379         default to application/octet-stream when determining the content
15380         type if it is not specified for the part or the mml contents; add
15381         a comment about mml-generate-default-type.
15382
15383 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15386         make it default to application/octet-stream when determining the
15387         content type if it is not specified for the external contents.
15388
15389 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15392         segmented parameter but also other parameters might be there.
15393
15394 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * mm-decode.el (mm-display-external): Delete temp file, directory
15397         and buffer immediately if the external process is exited.
15398
15399 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15402         fewer lines than that of scroll-margin.
15403         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15404
15405 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-article-next-page): Revert.
15408         (gnus-article-beginning-of-window): New macro.
15409         (gnus-article-next-page-1): Use it.
15410         (gnus-article-prev-page): Ditto.
15411         (gnus-article-edit-part): Use insert-buffer-substring instead of
15412         insert-buffer.
15413         (gnus-article-edit-exit): Ditto.
15414
15415         * gnus-util.el (gnus-beginning-of-window): Remove.
15416         (gnus-end-of-window): Remove.
15417
15418         * lpath.el: Don't bind header-line-format and scroll-margin.
15419
15420 2005-07-25  Simon Josefsson  <jas@extundo.com>
15421
15422         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15423         to have the url package without w3.  Reported by Daiki Ueno
15424         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15425
15426 2005-07-20  Didier Verna  <didier@xemacs.org>
15427
15428         * gnus-diary.el: Remove the description comment (nndiary is now
15429         properly documented in the Gnus manual).
15430         Fix the spelling of "Back End".
15431         * nndiary.el: Ditto.
15432         Fix the copyright notice.
15433
15434 2005-07-18  Romain Francoise  <romain@orebokech.com>
15435
15436         * gnus-sum.el (gnus-summary-to-prefix)
15437         (gnus-summary-newsgroup-prefix): New variables.
15438         (gnus-summary-from-or-to-or-newsgroups): Use them.
15439
15440 2005-07-17  Romain Francoise  <romain@orebokech.com>
15441
15442         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15443         space as it's generally not especially interesting to the user.
15444
15445 2005-07-16  Romain Francoise  <romain@orebokech.com>
15446
15447         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15448         nil to avoid prompting and file modification if one of the
15449         messages at the top of the nnfolder file contains a copyright
15450         notice.
15451         Update copyright notice.
15452
15453         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15454         instead of `current-time-string' as the latter creates a time
15455         string that is not RFC 2822 compliant (it lacks the zone).
15456         Update copyright notice.
15457
15458 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15459
15460         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15461         for text/rtf.  Display default in prompt.  Pass default for M-n.
15462
15463         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15464
15465 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * gnus-msg.el (gnus-button-mailto):
15468         Remove save-selected-window-window hackery because it relies on
15469         save-selected-window internals.
15470
15471 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15474         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15475         (gnus-article-prev-page): Ditto.
15476
15477         * gnus-util.el (gnus-beginning-of-window): New function.
15478         (gnus-end-of-window): New function.
15479
15480         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15481
15482 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15483
15484         * gnus-score.el (gnus-score-edit-all-score):
15485         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15486         gnus-message.
15487
15488 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489
15490         * gnus-msg.el (gnus-button-mailto):
15491         Remove save-selected-window-window hackery because it relies on
15492         save-selected-window internals.
15493
15494 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15497         add-minor-mode.
15498         (gnus-binary-mode): Ditto.
15499
15500         * gnus-topic.el (gnus-topic-mode): Ditto.
15501
15502 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15503
15504         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15505         (gnus-article-prev-page): Take scroll-margin into consideration.
15506
15507 2005-07-04  Lute Kamstra  <lute@gnu.org>
15508
15509         Update FSF's address in GPL notices.
15510
15511 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15512
15513         * gnus.el (gnus-exit):
15514         * gnus-group.el (gnus-group-icons):
15515         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15516
15517         * gnus-nocem.el (gnus-nocem):
15518         * message.el (message-various, message-buffers, message-sending)
15519         (message-interface, message-forwarding, message-insertion)
15520         (message-headers, message-news, message-mail):
15521         * pgg-gpg.el (pgg-gpg):
15522         * pgg-parse.el (pgg-parse):
15523         * pgg-pgp.el (pgg-pgp):
15524         * pgg-pgp5.el (pgg-pgp5):
15525         * pop3.el (pop3): Finish `defgroup' description with period.
15526
15527 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-art.el (article-display-face): Improve the efficiency.
15530         (article-display-x-face): Ditto; remove grey x-face stuff.
15531
15532 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (article-display-face): Correct the position in
15535         which Faces are inserted.
15536
15537 2005-06-29  Didier Verna  <didier@xemacs.org>
15538
15539         * gnus-art.el (article-display-face): Display faces in correct
15540         order.
15541
15542 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15545         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15546         (gnus-nocem-check-article): Fetch the Type header.
15547         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15548         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15549         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15550         make sure gnus-nocem-hashtb is initialized.
15551         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15552         (gnus-nocem-unwanted-article-p): Ditto.
15553
15554         * pgg.el (pgg-verify): Return the verification result.
15555
15556 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15557
15558         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15559         is ascii.
15560
15561 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15562
15563         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15564         `show-nonbreak-escape'.
15565
15566 2005-06-23  Lute Kamstra  <lute@gnu.org>
15567
15568         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15569
15570         * dig.el (dig-mode):
15571         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15572
15573 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15574
15575         * nnimap.el (nnimap-split-download-body): Fix spellings.
15576
15577 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15578
15579         * gnus-art.el (gnus-article-encrypt-body):
15580         * gnus-cus.el (gnus-score-customize):
15581         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15582         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15583
15584 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15585
15586         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15587         header by looking for magic "MII" at the beginnig.
15588
15589 2005-06-16  Miles Bader  <miles@gnu.org>
15590
15591         * gnus-xmas.el (gnus-xmas-group-startup-message):
15592         Use renamed gnus-splash face.
15593
15594         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15595         (assistant-field-face): New backward-compatibility alias for renamed
15596         face.
15597         (assistant-render-text): Use renamed assistant-field face.
15598
15599         * spam.el (spam): Remove "-face" suffix from face name.
15600         (spam-face): New backward-compatibility alias for renamed face.
15601         (spam-face, spam-initialize): Use renamed spam face.
15602
15603         * message.el (message-header-to, message-header-cc)
15604         (message-header-subject, message-header-newsgroups)
15605         (message-header-other, message-header-name)
15606         (message-header-xheader, message-separator, message-cited-text)
15607         (message-mml): Remove "-face" suffix from face names.
15608         (message-header-to-face, message-header-cc-face)
15609         (message-header-subject-face, message-header-newsgroups-face)
15610         (message-header-other-face, message-header-name-face)
15611         (message-header-xheader-face, message-separator-face)
15612         (message-cited-text-face, message-mml-face):
15613         New backward-compatibility aliases for renamed faces.
15614         (message-font-lock-keywords): Use renamed message faces.
15615
15616         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15617         (sieve-test-commands, sieve-tagged-arguments):
15618         Remove "-face" suffix from face names.
15619         (sieve-control-commands-face, sieve-action-commands-face)
15620         (sieve-test-commands-face, sieve-tagged-arguments-face):
15621         New backward-compatibility aliases for renamed faces.
15622         (sieve-control-commands-face, sieve-action-commands-face)
15623         (sieve-test-commands-face, sieve-tagged-arguments-face):
15624         Use renamed sieve faces.
15625
15626         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15627         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15628         (gnus-group-news-3-empty, gnus-group-news-4)
15629         (gnus-group-news-4-empty, gnus-group-news-5)
15630         (gnus-group-news-5-empty, gnus-group-news-6)
15631         (gnus-group-news-6-empty, gnus-group-news-low)
15632         (gnus-group-news-low-empty, gnus-group-mail-1)
15633         (gnus-group-mail-1-empty, gnus-group-mail-2)
15634         (gnus-group-mail-2-empty, gnus-group-mail-3)
15635         (gnus-group-mail-3-empty, gnus-group-mail-low)
15636         (gnus-group-mail-low-empty, gnus-summary-selected)
15637         (gnus-summary-cancelled, gnus-summary-high-ticked)
15638         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15639         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15640         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15641         (gnus-summary-low-undownloaded)
15642         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15643         (gnus-summary-low-unread, gnus-summary-normal-unread)
15644         (gnus-summary-high-read, gnus-summary-low-read)
15645         (gnus-summary-normal-read, gnus-splash):
15646         Remove "-face" suffix from face names.
15647         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15648         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15649         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15650         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15651         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15652         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15653         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15654         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15655         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15656         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15657         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15658         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15659         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15660         (gnus-summary-normal-ticked-face)
15661         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15662         (gnus-summary-normal-ancient-face)
15663         (gnus-summary-high-undownloaded-face)
15664         (gnus-summary-low-undownloaded-face)
15665         (gnus-summary-normal-undownloaded-face)
15666         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15667         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15668         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15669         (gnus-splash-face):
15670         New backward-compatibility aliases for renamed faces.
15671         (gnus-group-startup-message): Use renamed gnus faces.
15672
15673         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15674         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15675         (gnus-server-agent): Remove "-face" suffix from face names.
15676         (gnus-server-agent-face, gnus-server-opened-face)
15677         (gnus-server-closed-face, gnus-server-denied-face)
15678         (gnus-server-offline-face):
15679         New backward-compatibility aliases for renamed faces.
15680         (gnus-server-agent-face, gnus-server-opened-face)
15681         (gnus-server-closed-face, gnus-server-denied-face)
15682         (gnus-server-offline-face): Use renamed gnus faces.
15683
15684         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15685         Remove "-face" suffix from face names.
15686         (gnus-picon-xbm-face, gnus-picon-face):
15687         New backward-compatibility aliases for renamed faces.
15688
15689         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15690         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15691         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15692         (gnus-cite-11): Remove "-face" suffix from face names.
15693         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15694         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15695         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15696         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15697         New backward-compatibility aliases for renamed faces.
15698         (gnus-cite-attribution-face, gnus-cite-face-list)
15699         (gnus-article-boring-faces): Use renamed gnus faces.
15700
15701         * gnus-art.el (gnus-signature, gnus-header-from)
15702         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15703         (gnus-header-content): Remove "-face" suffix from face names.
15704         (gnus-signature-face, gnus-header-from-face)
15705         (gnus-header-subject-face, gnus-header-newsgroups-face)
15706         (gnus-header-name-face, gnus-header-content-face):
15707         New backward-compatibility aliases for renamed faces.
15708         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15709
15710         * gnus-sum.el (gnus-summary-selected-face)
15711         (gnus-summary-highlight): Use renamed gnus faces.
15712         * gnus-group.el (gnus-group-highlight): Likewise.
15713
15714 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15715
15716         * gnus-sieve.el (gnus-sieve-article-add-rule):
15717         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15718         * spam-stat.el (spam-stat-buffer-change-to-spam)
15719         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15720
15721         * message.el (message-is-yours-p):
15722         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15723
15724 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * mm-view.el (mm-inline-text): Withdraw the last change.
15727
15728 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15731         executing enriched-decode.
15732
15733 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15736         charset of tar files.
15737
15738 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15739
15740         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15741
15742 2005-06-04  Lute Kamstra  <lute@gnu.org>
15743
15744         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15745         information is never recorded.
15746
15747 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15748
15749         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15750
15751 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * pop3.el (pop3-apop): Run md5 in the binary mode.
15754
15755         * starttls.el (starttls-set-process-query-on-exit-flag):
15756         Use eval-and-compile.
15757
15758 2005-05-31  Simon Josefsson  <jas@extundo.com>
15759
15760         * smime.el (smime-replace-in-string): Define.
15761         (smime-cert-by-ldap-1): Use it.
15762
15763 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * gnus-art.el (article-display-x-face): Replace
15766         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15767
15768         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15769         set-process-query-on-exit-flag or process-kill-without-query.
15770
15771         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15772         loop instead of replace-regexp.
15773
15774         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15775         instead of process-kill-without-query if it is available.
15776
15777         * lpath.el: Fbind ldap-search-entries.
15778
15779         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15780         instead of find-file-hooks if it is available.
15781
15782         * mml1991.el: Bind pgg-default-user-id when compiling.
15783
15784         * mml2015.el: Bind pgg-default-user-id when compiling.
15785
15786         * nndraft.el (nndraft-request-associate-buffer):
15787         Use write-contents-functions instead of write-contents-hooks if it is
15788         available.
15789
15790         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15791         instead of find-file-hooks if it is available.
15792
15793         * nntp.el (nntp-open-connection): Replace
15794         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15795         (nntp-open-ssl-stream): Ditto.
15796         (nntp-open-tls-stream): Ditto.
15797
15798         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15799         set-process-query-on-exit-flag or process-kill-without-query.
15800         (starttls-open-stream-gnutls): Use it instead of
15801         process-kill-without-query.
15802         (starttls-open-stream): Ditto.
15803
15804 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15805
15806         * smime.el (smime-cert-by-ldap-1): Don't use
15807         replace-regexp-in-string.
15808
15809 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15810
15811         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15812
15813         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15814         in PEM format.  Adjust to the XEmacs compability.
15815
15816 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15819         by `string-to-number'.
15820         * gnus-agent.el (gnus-agent-regenerate-group)
15821         (gnus-agent-fetch-articles): Ditto.
15822         * gnus-art.el (gnus-button-fetch-group): Ditto.
15823         * gnus-cache.el (gnus-cache-generate-active)
15824         (gnus-cache-articles-in-group): Ditto.
15825         * gnus-group.el (gnus-group-set-current-level)
15826         (gnus-group-insert-group-line): Ditto.
15827         * gnus-score.el (gnus-score-set-expunge-below)
15828         (gnus-score-set-mark-below, gnus-summary-score-effect)
15829         (gnus-summary-score-entry): Ditto.
15830         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15831         (gnus-soup-pack): Ditto.
15832         * gnus-spec.el (gnus-xmas-format): Ditto.
15833         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15834         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15835         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15836         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15837         * nndb.el (nndb-get-remote-expire-response): Ditto.
15838         * nndiary.el (nndiary-parse-schedule-value)
15839         (nndiary-string-to-number, nndiary-request-replace-article)
15840         (nndiary-request-article): Ditto.
15841         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15842         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15843         * nneething.el (nneething-make-head): Ditto.
15844         * nnfolder.el (nnfolder-request-article)
15845         (nnfolder-retrieve-headers): Ditto.
15846         * nnheader.el (nnheader-file-to-number): Ditto.
15847         * nnkiboze.el (nnkiboze-request-article): Ditto.
15848         * nnmail.el (nnmail-process-unix-mail-format)
15849         (nnmail-process-babyl-mail-format): Ditto.
15850         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15851         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15852         (nnmh-request-create-group, nnmh-request-list-1)
15853         (nnmh-request-group, nnmh-request-article): Ditto.
15854         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15855         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15856         * nnsoup.el (nnsoup-make-active): Ditto.
15857         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15858         * nntp.el (nntp-find-group-and-number)
15859         (nntp-retrieve-headers-with-xover): Ditto.
15860         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15861         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15862         (pgg-format-key-identifier): Ditto.
15863         * pop3.el (pop3-last, pop3-stat): Ditto.
15864         * qp.el (quoted-printable-decode-region): Ditto.
15865
15866         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15867         of concat.
15868
15869 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15872
15873         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15874
15875         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15876
15877         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15878
15879         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15880
15881         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15882
15883         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15884         (gnus-carpal-mode): Ditto.
15885
15886         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15887         (gnus-browse-mode): Ditto.
15888
15889         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15890
15891         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15892
15893 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15894
15895         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15896
15897 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-util.el (gnus-run-mode-hooks): New function.
15900
15901         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15902
15903         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15904         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15905
15906 2005-05-27  Lute Kamstra  <lute@gnu.org>
15907
15908         * dns-mode.el (dns-mode): Specify customization group.
15909
15910 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15911
15912         * gnus-agent.el (gnus-agent-make-mode-line-string):
15913         Use mode-line-highlight as mouse-face.
15914
15915 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * canlock.el (canlock): Change the parent group to news.
15918
15919         * deuglify.el (gnus-outlook-deuglify): Add :group.
15920
15921         * dig.el (dig): Add :group.
15922
15923         * dns-mode.el (dns-mode): Add :group.
15924
15925         * encrypt.el (encrypt): Add :group.
15926
15927         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15928         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15929         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15930         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15931         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15932
15933         * gnus-diary.el (gnus-diary): Add :group.
15934
15935         * gnus.el (gnus-group-news-1-face): Add :group.
15936         (gnus-group-news-1-empty-face): Ditto.
15937         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15938         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15939         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15940         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15941         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15942         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15943         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15944         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15945         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15946         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15947         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15948         (gnus-summary-high-ticked-face): Ditto.
15949         (gnus-summary-low-ticked-face): Ditto.
15950         (gnus-summary-normal-ticked-face): Ditto.
15951         (gnus-summary-high-ancient-face): Ditto.
15952         (gnus-summary-low-ancient-face): Ditto.
15953         (gnus-summary-normal-ancient-face): Ditto.
15954         (gnus-summary-high-undownloaded-face): Ditto.
15955         (gnus-summary-low-undownloaded-face): Ditto.
15956         (gnus-summary-normal-undownloaded-face): Ditto.
15957         (gnus-summary-high-unread-face): Ditto.
15958         (gnus-summary-low-unread-face): Ditto.
15959         (gnus-summary-normal-unread-face): Ditto.
15960         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15961         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15962
15963         * hashcash.el (hashcash): New custom group.
15964         (hashcash-default-payment): Add :group.
15965         (hashcash-payment-alist): Ditto.
15966         (hashcash-default-accept-payment): Ditto.
15967         (hashcash-accept-resources): Ditto.
15968         (hashcash-path): Ditto.
15969         (hashcash-extra-generate-parameters): Ditto.
15970         (hashcash-double-spend-database): Ditto.
15971         (hashcash-in-news): Ditto.
15972
15973         * message.el (message-minibuffer-local-map): Add :group.
15974
15975         * netrc.el (netrc): Add :group.
15976
15977         * sieve-manage.el (sieve-manage-log): Add :group.
15978         (sieve-manage-default-user): Diito.
15979         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15980         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15981         (sieve-manage-authenticators): Ditto.
15982         (sieve-manage-authenticator-alist): Ditto.
15983         (sieve-manage-default-port): Ditto.
15984
15985         * sieve-mode.el (sieve-control-commands-face): Add :group.
15986         (sieve-action-commands-face): Ditto.
15987         (sieve-test-commands-face): Ditto.
15988         (sieve-tagged-arguments-face): Ditto.
15989
15990         * smime.el (smime): Add :group.
15991
15992         * spam-report.el (spam-report): Add :group.
15993
15994         * spam.el (spam, spam-face): Add :group.
15995
15996 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15997
15998         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15999         return \n.\n.\n at the end of articles.  Protect against that.
16000         (nntp-with-open-group): Allow debugging.
16001
16002         * nnheader.el (mail-header-set-extra): Make into a function
16003         because I just could't understand how to quote the list properly.
16004
16005         * dns.el (query-dns-cached): New function.
16006
16007 2005-05-26  Lute Kamstra  <lute@gnu.org>
16008
16009         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16010
16011 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16014
16015         * gnus-art.el: Don't autoload mail-extract-address-components.
16016
16017         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16018         eval-and-compile to evaluate it.
16019
16020         * hashcash.el: Don't autoload executable-find.
16021
16022         * nndb.el: Don't declare the nndb back end two or more times; don't
16023         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16024
16025         * nntp.el: Autoload format-spec instead of format; use
16026         eval-and-compile to evaluate autoload forms.
16027
16028 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16029
16030         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16031
16032 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16033
16034         * gnus.el (gnus-version-number): Bump version.
16035
16036 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16037
16038         * gnus.el: No Gnus v0.3 is released.
16039
16040 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * lpath.el (featurep): Bind show-nonbreak-escape.
16043
16044 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-art.el (gnus-article-edit-part): Disable undo.
16047
16048 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16051         gnus-article-date-lapsed-new-header is t if date timer is active;
16052         skip headers in which the original date value is empty.
16053         (gnus-article-save-original-date): Redefine it as a macro.
16054         (gnus-display-mime): Use it.
16055
16056 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-art.el (article-date-ut): Support converting date in
16059         forwarded parts as well.
16060         (gnus-article-save-original-date): New function.
16061         (gnus-display-mime): Use it.
16062
16063 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16064
16065         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16066         enclosure element of <item>.
16067
16068 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * message.el (message-kill-buffer-query): Rename from
16071         `message-kill-buffer-query-if-modified'.  Add :version.
16072
16073 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16076         window layout.
16077
16078 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * mml.el: Autoload dnd when compiling.
16081
16082 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16085         x-dnd-*.
16086
16087 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * qp.el (quoted-printable-encode-region): Save excursion.
16090
16091 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * message.el (message-kill-buffer-query-if-modified): Add new variable
16094         so the user can kill a modified message buffer quickly.
16095         (message-kill-buffer): Use it.
16096
16097 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * lpath.el: Fbind display-time-event-handler; don't fbind
16100         string-to-multibyte.
16101
16102         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16103
16104 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16107         contained in text because xml.el decodes entities) with LFs.
16108
16109 2005-04-11  Lute Kamstra  <lute@gnu.org>
16110
16111         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16112         differently.
16113
16114 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16115
16116         * mm-util.el (mm-detect-coding-region): Typo.
16117
16118 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16121
16122 2005-04-06  Deepak Goel  <deego@gnufans.org>
16123
16124         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16125         user-function allow user modifications of the scores.
16126         (spam-stat-score-buffer-user): New function, to allow
16127         user-computed modifications to the score.
16128         (spam-stat-score-buffer-user-functions): List of additional
16129         scoring functions.
16130         (spam-stat-error-holder): Global temporary error holder.
16131         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16132         variable.
16133
16134 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16135
16136         * gnus-registry.el (gnus-registry-clean-empty-function)
16137         (gnus-registry-trim, gnus-registry-fetch-groups)
16138         (gnus-registry-delete-group): Groups that match
16139         `gnus-registry-ignored-groups' are removed from the registry
16140         entries, not just ignored for splitting.  This helps clean up the
16141         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16142         to get all the groups a message ID is in.
16143
16144         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16145         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16146         (spam-stat-score-buffer-user-functions): Add :number custom type.
16147
16148 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16151         argument in XEmacs.
16152
16153         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16154         (nnrss-request-group): Decode group name first.
16155         (nnrss-request-article): Make a text/plain article if mml-to-mime
16156         failed.
16157         (nnrss-get-encoding): Return a compatible encoding according to
16158         nnrss-compatible-encoding-alist.
16159         (nnrss-find-el): Use consp instead of listp.
16160         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16161
16162 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16165         which Emacs 20 doesn't support.
16166         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16167
16168 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16171         silence the byte compiler inside the defun.
16172
16173         * gnus-demon.el (parse-time-string): Add autoload.
16174
16175         * gnus-delay.el (parse-time-string): Add autoload.
16176
16177         * gnus-art.el (parse-time-string): Add autoload.
16178
16179         * nnultimate.el (parse-time): Require for `parse-time-string'.
16180
16181 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16184
16185         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16186
16187         * smime.el (smime-ldap-host-list): Add :version.
16188
16189 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16192         pass it to `gnus-browse-read-group'.
16193         (gnus-browse-read-group): Add NUMBER argument and pass it to
16194         `gnus-group-read-ephemeral-group'.
16195
16196         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16197         argument and pass it to `gnus-group-read-group'.
16198
16199 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16200
16201         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16202         mm-xemacs-find-mime-charset-1 if we have the mule feature
16203         available at runtime.
16204
16205 2005-03-25  Werner Lemberg  <wl@gnu.org>
16206
16207         * nnmaildir.el: Replace `illegal' with `invalid'.
16208
16209 2005-03-23  Lute Kamstra  <lute@gnu.org>
16210
16211         * time-date.el: Add comment on time value formats.
16212         Don't require parse-time.
16213         (with-decoded-time-value): New macro.
16214         (encode-time-value): New function.
16215         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16216         (days-to-time): Return a valid time value when arg is huge.
16217         (time-since): Use time-subtract.
16218         (time-to-number-of-days): Use time-to-seconds.
16219
16220 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16221
16222         * gnus-start.el (gnus-display-time-event-handler):
16223         Check display-time-timer at runtime rather than only at load time
16224         in case display-time-mode is turned off in the mean time.
16225
16226 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16227
16228         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16229         used.
16230
16231         * nneething.el (nneething-map-file-directory): Derive from
16232         `gnus-directory'.
16233
16234         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16235         the To/Cc button.
16236
16237 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * nnmaildir.el (nnmaildir-request-accept-article):
16240         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16241
16242 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16243
16244         * gnus-async.el: Require timer-funcs at compile time when in
16245         XEmacs for `run-with-idle-timer'.
16246
16247 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16248
16249         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16250         autoloaded function.
16251
16252 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16253
16254         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16255
16256 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16257
16258         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16259
16260 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261
16262         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16263         Add gnus-expert-user to default.
16264
16265 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16266
16267         * nnimap.el (nnimap-open-server): Ditto.
16268
16269         * imap.el (imap-authenticate): Fix typo.
16270
16271 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16272
16273         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16274         buffer (since IMAP server might return FETCH response out of
16275         order, and the nntp buffer must be sorted).
16276
16277 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16278
16279         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16280         comparison on string.
16281
16282         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16283         (gnus-agent-score): Rename category keywords to match gnus-cus.
16284         (gnus-agent-summary-fetch-series): Modify to protect against
16285         gnus-agent-summary-fetch-group clearing processable flags.
16286         (gnus-agent-synchronize-group-flags): Update live group buffer as
16287         synchronization may occur due to the user toggle the plugged
16288         status.
16289         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16290         successfully downloaded.
16291         (gnus-agent-expire-group-1): Avoid using markers when the overview
16292         is in ascending order; greatly improves performance.
16293         (gnus-agent-regenerate-group):
16294         Use gnus-agent-synchronize-group-flags to reset read status in both
16295         gnus and server.
16296         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16297
16298 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * message.el: Don't autoload former message-utils variables.
16301         (message-strip-subject-trailing-was): Change doc string.
16302
16303         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16304         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16305         (nnweb-google-search): Add "hl=en" here.
16306         (nnweb-google-parse-1, nnweb-google-create-mapping):
16307         Don't hardcode URL.
16308
16309 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16310
16311         * message.el (message-get-reply-headers, message-followup):
16312         Mention related variables `message-use-followup-to' and
16313         `message-use-mail-followup-to', in the information buffer.
16314
16315         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16316         of broken groups(-beta).google.com.
16317
16318 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16319
16320         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16321         parameter to invoked gnus-request-move-article; remove the
16322         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16323         all at once instead of once per article.
16324         (gnus-summary-remove-process-mark): Accept a list of articles as
16325         well as a single article for processing.
16326
16327         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16328         parameter.
16329
16330         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16331
16332         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16333
16334         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16335         parameter.
16336
16337         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16338         parameter.
16339
16340         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16341         parameter and remove the gnus-sum-hint-move-is-internal variable.
16342
16343         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16344         parameter.
16345
16346         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16347         parameter.
16348
16349         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16350         parameter.
16351
16352         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16353
16354         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16355         parameter.
16356
16357         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16358         parameter.
16359
16360 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16361
16362         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16363         a more conservative way.
16364
16365 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16366
16367         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16368         buffer, so it moves the window's cursor.
16369
16370 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16371
16372         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16373         `mm-dissect-multipart' and receive the from field as an (optional)
16374         argument from `mm-dissect-multipart'.
16375         (mm-dissect-multipart): Receive the from field as an argument and
16376         pass it on when we call `mm-dissect-buffer' on MIME parts.
16377         Fixes verification/decryption of signed/encrypted MIME parts.
16378
16379 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16380
16381         * gnus-sum.el (gnus-summary-move-article):
16382         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16383         whatever it calls (right now, only nnimap-request-move article
16384         respects it).
16385
16386         * nnimap.el (nnimap-request-move-article):
16387         When gnus-sum-hint-move-is-internal is set, don't do the extra
16388         nnimap-request-article.
16389
16390 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16393
16394         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16395         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16396
16397         * gnus-sum.el (gnus-summary-caesar-message):
16398         Apply `gnus-treat-article' after rotation.
16399
16400         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16401         doc string.
16402
16403 2005-02-22  Simon Josefsson  <jas@extundo.com>
16404
16405         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16406         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16407         <arne@arnested.dk>.
16408         (encrypt): Add password-cache and password-cache-expiry as group
16409         members.
16410
16411 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16412
16413         * smime.el (smime-ldap-host-list): Doc fix.
16414         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16415         cache) password.
16416         (smime-sign-region): Use it.
16417         (smime-decrypt-region): Use it.
16418         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16419         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16420         fails.
16421         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16422         certificate from DER to PEM format rather than calling openssl.
16423
16424         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16425
16426         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16427         for signing/encryption.
16428
16429         * mml.el (mml-parse-1): Use them.
16430
16431 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16432
16433         * nnrss.el (nnrss-verbose): Remove.
16434         (nnrss-request-group): Use `nnheader-message' instead.
16435
16436 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16437
16438         * nnrss.el (nnrss-verbose): New variable.
16439         (nnrss-request-group): Make it say nnrss is requesting a group.
16440
16441 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16442
16443         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16444         Handle news URL with given port correctly.
16445
16446 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16449         containing special characters.
16450
16451         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16452
16453         * mml.el (mime-to-mml): Ditto.
16454
16455         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16456         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16457         (rfc2047-decode-region): Quote decoded words containing special
16458         characters when rfc2047-quote-decoded-words-containing-tspecials
16459         is non-nil.
16460
16461 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16464
16465         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16466
16467 2005-02-15  Simon Josefsson  <jas@extundo.com>
16468
16469         * nnimap.el (nnimap-debug): Doc fix.
16470
16471         * imap.el (imap-debug): Doc fix.
16472
16473 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16476
16477 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus.el (spam-contents): Improve docs for spam-contents
16480         parameter in its variable incarnation.
16481
16482 2005-02-14  Simon Josefsson  <jas@extundo.com>
16483
16484         * smime-ldap.el: Use require instead of load-library for ldap.
16485         (smime-ldap-search): Indent.
16486         (smime-ldap-search-internal): Shorten line.
16487
16488         * smime.el (smime-cert-by-dns): Add doc-string.
16489         (smime-cert-by-ldap-1): Indent.
16490
16491         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16492         mml-smime-get-dns-ldap.
16493         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16494
16495 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16496
16497         * smime.el: Require smime-ldap.
16498         (smime-ldap-host-list): New variable.
16499         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16500
16501         * mml-smime.el (mml-smime-encrypt-query): New function.
16502         (mml-smime-encrypt-query): Use it.
16503
16504         * smime-ldap.el: New file.
16505
16506 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16509
16510 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16513         argument in doc string.  Make query for type more clear.
16514
16515 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus.el (gnus-group-startup-message): Search for gnus images in
16518         etc/images/gnus.
16519         * mm-util.el (mm-image-load-path): Likewise.
16520         * smiley.el (smiley-data-directory): Search for smilies in
16521         etc/images/smilies.
16522
16523 2005-02-09  Kim F. Storm  <storm@cua.dk>
16524
16525         Change Emacs release version from 21.4 to 22.1 throughout.
16526         Change Emacs development version from 21.3.50 to 22.0.50.
16527
16528 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16531
16532         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16533         non-Mule XEmacs as well.
16534         (mm-decompress-buffer): Signal an error intentionally if it does
16535         not decompress compressed data because auto-compression-mode is
16536         disabled.
16537
16538 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16539
16540         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16541         an ID in the registry even if it has no groups.
16542
16543 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16546         merge it into mm-decompress-buffer.
16547         (gnus-mime-copy-part): Use the MIME part charset, the value which
16548         a user specified or gnus-newsgroup-charset for decoding, like
16549         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16550         save-buffer what was used.  Suggested by Kevin Ryde
16551         <user42@zip.com.au>.
16552         (gnus-mime-inline-part): Allow the name parameter as well as the
16553         filename parameter; force decompressing of compressed data; always
16554         display contents being not decoded as unibyte.
16555
16556         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16557         as well as the filename parameter.
16558
16559         * mm-util.el (mm-decompress-buffer):
16560         Merge gnus-mime-jka-compr-maybe-uncompress.
16561         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16562         of compressed data.
16563
16564 2005-02-08  Simon Josefsson  <jas@extundo.com>
16565
16566         * imap.el (imap-log): Doc fix.
16567
16568 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16571         the coding cookies; decompress compressed parts.
16572
16573         * mml.el (mml-generate-mime-1): Add the charset parameter according
16574         to the value which a user specified manually or the coding cookie.
16575
16576         * mm-util.el (mm-string-to-multibyte): New function.
16577         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16578         (mm-coding-system-to-mime-charset): New function.
16579         (mm-decompress-buffer): New function.
16580         (mm-find-buffer-file-coding-system): New function.
16581
16582         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16583         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16584         parts.
16585
16586 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16587
16588         * mm-view.el (mm-display-inline-fontify): Decode a part according
16589         to the charset parameter.
16590
16591 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16594         prefix arg is neither nil nor a number, as info specifies.
16595
16596 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16599         timestamps.
16600
16601 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16602
16603         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16604         groups error checking and notify user.
16605
16606 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16607
16608         * message.el (message-send-mail-function): Check existence of
16609         sendmail-program first before using default value
16610         `message-send-mail-with-sendmail'.  Otherwise use more generic
16611         `smtpmail-send-it'.
16612
16613 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * nntp.el (nntp-request-update-info): Always return nil.
16616
16617 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16618
16619         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16620
16621 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16622
16623         * message.el (message-beginning-of-line): Change the behavior when
16624         invoked between BOL and : so that it first moves backward.
16625
16626 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16629         article buffer when editing of the article is discarded.
16630         (gnus-article-prepare): Revert.
16631
16632 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * gnus-art.el (gnus-article-prepare):
16635         Remove message-strip-forbidden-properties from the local hook.
16636
16637 2005-01-27  Simon Josefsson  <jas@extundo.com>
16638
16639         * password.el (password-cache-add): Only start one timer per key.
16640         Reported by Derek Atkins <warlord@MIT.EDU>.
16641
16642 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16643
16644         * run-at-time.el: Remove.  It is no longer needed as
16645         timer-funcs.el in the xemacs-base package has a working version of
16646         `run-at-time'.
16647
16648         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16649
16650         * password.el: Require timer-funcs instead of run-at-time in
16651         XEmacs.
16652         Remove `password-run-at-time' macro.
16653         (password-cache-add): Use `run-at-time' instead of
16654         `password-run-at-time'.
16655
16656         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16657         Remove `nnheader-cancel-function-timers' alias,
16658         `cancel-function-timers' exists in XEmacs in timer-funcs.
16659
16660         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16661         for `run-with-idle-timer'.
16662
16663         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16664         for `run-at-time'.
16665
16666         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16667         for `with-timeout'.
16668
16669         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16670         the same as for XEmacs 21.4.
16671         No need to ignore `run-with-idle-timer', this function exists in
16672         XEmacs now in timer-funcs.el in the xemacs-base package.
16673         (dgnushack-compile): No need to delete
16674         run-at-time.el from the list of files to compile because it
16675         doesn't exist anymore.
16676
16677 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16680         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16681
16682 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16683
16684         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16685         sensitively.
16686
16687 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16688
16689         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16690
16691 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16694         which will be inserted according to the multibyteness of a buffer
16695         rather than the type of contents.  Suggested by ARISAWA Akihiro
16696         <ari@mbf.ocn.ne.jp>.
16697
16698         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16699         of string which old xml.el may return rather than a string.
16700
16701 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16704
16705 2005-01-16  Simon Josefsson  <jas@extundo.com>
16706
16707         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16708         idn/idna.el isn't available.
16709         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16710         <michael@waxrat.com>.
16711
16712         * hashcash.el: Remove non-FSF copyright header.
16713
16714         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16715         (hashcash-generate-payment): Use it.
16716         (hashcash-generate-payment-async): Use it.
16717
16718 2005-01-15  Simon Josefsson  <jas@extundo.com>
16719
16720         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16721         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16722
16723         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16724         gnus-summary-idna-message.
16725         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16726         (gnus-summary-idna-message): New function.
16727
16728 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16731         gnus-novice-user.
16732
16733 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * nnrss.el (nnrss-request-delete-group): Delete entries in
16736         nnrss-group-alist as well.
16737         (nnrss-save-server-data): Insert newline.
16738
16739 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus.el (gnus-user-agent): Use list of symbols instead of
16742         symbols.  Display full version number for (S)XEmacs.
16743         Optionally display (S)XEmacs codename.
16744
16745         * gnus-util.el (gnus-emacs-version): Update for new
16746         `gnus-user-agent'.
16747
16748         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16749         Gnus version.
16750
16751 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16754         which is unreadable in some setups.
16755
16756 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * gnus-spec.el (gnus-update-format-specifications): Flush the
16759         group format spec cache if it doesn't support decoded group names.
16760
16761 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16762
16763         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16764         Allow to apply decay on score files matching a regexp.
16765
16766 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16769         compatibility in %g and %c.
16770
16771 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16774         name for only %g and %c.
16775         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16776         of gnus-tmp-group to decoded group name.
16777         (gnus-group-make-rss-group): Exclude `/'s from group names.
16778
16779 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * nnrss.el (nnrss-get-encoding): Fix regexp.
16782
16783 2004-12-27  Simon Josefsson  <jas@extundo.com>
16784
16785         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16786         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16787         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16788
16789 2004-12-17  Kim F. Storm  <storm@cua.dk>
16790
16791         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16792
16793         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16794
16795 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16796
16797         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16798
16799 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * nnrss.el: Require rfc2047 and mml.
16802         (nnrss-file-coding-system): New variable.
16803         (nnrss-format-string): Redefine it as an inline function.
16804         (nnrss-decode-group-name): New function.
16805         (nnrss-string-as-multibyte): Remove.
16806         (nnrss-retrieve-headers): Decode group name; don't use
16807         nnrss-format-string.
16808         (nnrss-request-group): Decode group name.
16809         (nnrss-request-article): Decode group name; allow a Message-ID as
16810         well as an article number; don't use nnrss-format-string; encode a
16811         Message-ID string which may contain non-ASCII characters; use
16812         mml-to-mime to compose a MIME article.
16813         (nnrss-request-expire-articles): Decode group name.
16814         (nnrss-request-delete-group): Decode group name.
16815         (nnrss-fetch): Clarify error message.
16816         (nnrss-read-server-data): Use insert-file-contents instead of load;
16817         bind file-name-coding-system; use multibyte buffer.
16818         (nnrss-save-server-data): Bind coding-system-for-write to the
16819         value of nnrss-file-coding-system; bind file-name-coding-system;
16820         add coding cookie.
16821         (nnrss-read-group-data): Use insert-file-contents instead of load;
16822         bind file-name-coding-system; use multibyte buffer.
16823         (nnrss-save-group-data): Bind coding-system-for-write to the
16824         value of nnrss-file-coding-system; bind file-name-coding-system.
16825         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16826         make it work with non-ASCII text.
16827         (nnrss-find-el): Make it work with old xml.el as well.
16828
16829 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16830
16831         * nnrss.el (nnrss-get-encoding): New function.
16832         (nnrss-fetch): Use unibyte buffer initially; bind
16833         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16834         decode contents according to the encoding attribute.
16835         (nnrss-save-group-data): Add coding cookie.
16836         (nnrss-mime-encode-string): New function.
16837         (nnrss-check-group): Use it to encode subject and author.
16838
16839 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16842         imaginary variable.
16843
16844 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16847         correctly even if there are wide characters.
16848
16849 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16852         downcased symbol names; make a new cache instead of reusing
16853         bbdb-hashtable.
16854
16855 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16858         concatenating segments rather than before concatenating them.
16859         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16860
16861         * message.el (message-get-reply-headers): Bind `extra'.
16862
16863 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16864
16865         * message.el (message-extra-wide-headers): New variable.
16866         (message-get-reply-headers): Use it.
16867
16868 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16871         (gnus-agent-group-pathname): Ditto.
16872
16873         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16874
16875         * gnus-group.el (gnus-group-make-group): Decode group name.
16876         (gnus-group-make-rss-group): Register the group data after opening
16877         the nnrss group.
16878
16879 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16880
16881         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16882         by expiry now get marked as read.
16883
16884 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16887
16888 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16889
16890         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16891         unify Latin characters in XEmacs.
16892         (mm-find-mime-charset-region): Use it.
16893
16894 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * gnus-util.el (gnus-delete-directory): New function.
16897
16898         * gnus-agent.el (gnus-agent-delete-group): Use it.
16899
16900         * gnus-cache.el (gnus-cache-delete-group): Use it.
16901
16902 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16905         names.
16906
16907 2004-12-16  Simon Josefsson  <jas@extundo.com>
16908
16909         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16910
16911 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16914
16915         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16916         (gnus-group-set-current-level): Decode group name.
16917
16918 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16919
16920         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16921         failed.
16922
16923 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-group.el (gnus-group-delete-group): Decode group name.
16926         (gnus-group-make-rss-group): Encode group name.
16927         (gnus-group-catchup-current): Decode group name.
16928         (gnus-group-kill-group): Decode group name.
16929
16930 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16931
16932         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16933
16934 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-group.el (gnus-group-make-rss-group):
16937         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16938
16939         * gnus-start.el (gnus-setup-news): Honor user's setting to
16940         gnus-message-archive-method.  Suggested by Lute Kamstra
16941         <lute@gnu.org>.
16942
16943 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16944
16945         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16946         global counterparts of the buffer-local variables.
16947
16948 2004-11-16  Romain Francoise  <romain@orebokech.com>
16949
16950         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16951         counterparts of the buffer-local variables.
16952
16953 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * message.el (message-forbidden-properties): Fix typo in doc
16956         string.
16957
16958 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * gnus-util.el (gnus-replace-in-string): Add doc string.
16961
16962         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16963         to avoid problems when splitting mails with many recipients.
16964
16965 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16966
16967         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16968         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16969
16970 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16971
16972         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16973         if there is no hashtable in memory or file modification time is
16974         newer than cached timestamp.
16975
16976 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-sum.el (gnus-summary-limit-to-recipient):
16979         Implement not-matching option.
16980
16981 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16984         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16985         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16986         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16987         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16988         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16989
16990 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * message.el (message-forward-make-body-mml): Remove headers
16993         according to message-forward-ignored-headers if a message is decoded.
16994
16995 2004-12-02  Romain Francoise  <romain@orebokech.com>
16996
16997         * message.el (message-forward-make-body-plain): Always remove
16998         headers according to message-forward-ignored-headers.
16999
17000 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * spam.el (spam-summary-prepare-exit): Remove the
17003         gnus-summary-limit pop for now, it has problems with ham marks for
17004         me.
17005
17006 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17009         correctly.
17010
17011 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17012
17013         * format-spec.el (format-spec): Message the char.
17014
17015 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17016
17017         * gnus-art.el (gnus-split-methods): Reformat comments.
17018
17019         * spam.el (spam-summary-prepare-exit): Remove article limits
17020         before exiting the summary buffer.
17021
17022 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17025         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17026
17027         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17028         order to silence the byte compiler.
17029
17030         * spam.el: Fix the way to silence the byte compiler, which
17031         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17032         bbdb-search-simple, spam-BBDB-register-routine,
17033         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17034         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17035         spam-stat-buffer-is-spam, spam-stat-load,
17036         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17037         spam-stat-save and spam-stat-split-fancy.
17038
17039 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17042         which may confuse users.
17043         (canlock-password-for-verify): Ditto.
17044
17045         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17046
17047         * gnus-art.el (gnus-emphasis-alist): Ditto.
17048
17049         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17050
17051         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17052
17053         * gnus-start.el (gnus-save-killed-list): Ditto.
17054
17055         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17056         (gnus-sum-thread-tree-root): Ditto.
17057         (gnus-sum-thread-tree-false-root): Ditto.
17058         (gnus-sum-thread-tree-single-indent): Ditto.
17059
17060         * message.el (message-courtesy-message): Ditto.
17061         (message-archive-note): Ditto.
17062         (message-subscribed-address-file): Ditto.
17063         (message-user-fqdn): Ditto.
17064
17065         * spam-report.el (spam-report-gmane-regex): Ditto.
17066
17067         * spam.el (spam-blackhole-good-server-regex): Ditto.
17068
17069 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * mml.el (mml-preview): Widen the message buffer before copying
17072         the contents to the preview buffer; sort headers before previewing.
17073
17074         * message.el (message-hidden-headers): Fix the way to avoid a bug
17075         in the `repeat' widget in Emacs 21.3 or earlier.
17076
17077 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * message.el (message-hidden-headers): Default to "^References:".
17080         Improve customization type.  Suggested by Reiner Steib
17081         <Reiner.Steib@gmx.de>.
17082
17083 2004-11-25  Romain Francoise  <romain@orebokech.com>
17084
17085         * message.el (message-strip-forbidden-properties): Remove check for
17086         obsolete `message-hidden' text property, hidden headers are not
17087         accessible in the buffer anymore.
17088
17089 2004-11-22  Romain Francoise  <romain@orebokech.com>
17090
17091         * message.el (message-header-format-alist): Add `From' in list
17092         so that it can be sorted.
17093         (message-fix-before-sending): Widen and sort headers before
17094         sending.
17095         (message-hide-headers): Use narrowing to hide headers by moving
17096         them to the top of the buffer and narrowing to the region
17097         underneath.
17098
17099 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17100
17101         * message.el (message-strip-forbidden-properties):
17102         Bind buffer-read-only (etc) to nil.
17103
17104 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17107         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17108
17109 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17110
17111         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17112
17113 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17114
17115         * dns.el (query-dns): Use sit-for to time instead of
17116         accept-process-output, since that doesn't seem to work on udp
17117         sockets.
17118
17119 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17122
17123 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17126         doc string.  Improve doc string.
17127
17128 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * nntp.el (nntp-request-update-info): Return nil if
17131         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17132         may not call gnus-activate-group which uselessly issues the GROUP
17133         commands for all nntp groups and wastes time.  Reported by Romain
17134         Francoise <romain@orebokech.com>.
17135
17136         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17137
17138 2004-11-15  Simon Josefsson  <jas@extundo.com>
17139
17140         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17141         headers separately.
17142         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17143         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17144
17145 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-start.el (gnus-convert-old-newsrc):
17148         Assign legacy-gnus-agent to 5.10.7.
17149
17150 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17153         start of the lines.
17154
17155 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17156
17157         * hashcash.el (hashcash-default-payment): Change default to 20.
17158         (hashcash-default-accept-payment): Change default to 20.
17159         (hashcash-process-alist): New variable.
17160         (hashcash-generate-payment-async): Add.
17161         (hashcash-already-paid-p): Add.
17162         (hashcash-insert-payment): Don't generate payments twice.
17163         (hashcash-insert-payment-async): Add.
17164         (hashcash-insert-payment-async-2): Add.
17165         (hashcash-cancel-async): Add.
17166         (hashcash-wait-async): Add.
17167         (hashcash-processes-running-p): Add.
17168         (hashcash-wait-or-cancel): Add.
17169         (mail-add-payment): New optional argument.  Conditionally start
17170         asynchronous calculation.
17171         (mail-add-payment-async): Add.
17172
17173         * message.el (message-send-mail): Wait for asynchronous hashcash
17174         results.  Don't clobber existing X-Hashcash headers.
17175         (message-setup-1): Call mail-add-payment-async when
17176         message-generate-hashcash is non-nil.
17177
17178 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17179
17180         * message.el (message-use-alternative-email-as-from): Examine the
17181         From header as well; use message-make-from in order to include a
17182         user's full name.
17183
17184 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17187         default; improve customization type.
17188         (gnus-emphasis-custom-with-format): New macro.
17189         (gnus-emphasis-custom-value-to-external): New function.
17190         (gnus-emphasis-custom-value-to-internal): New function.
17191
17192 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17193
17194         * dns.el (query-dns): Resolve reverse addresses.
17195
17196 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17197
17198         * gnus-group.el (gnus-group-get-new-news): Use it.
17199
17200         * gnus-start.el (gnus-check-reasonable-setup): New function.
17201
17202 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17205         "Args out of range" error.  Reported by Arnaud Giersch
17206         <arnaud.giersch@free.fr>.
17207
17208 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17209
17210         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17211
17212 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17213
17214         * spam.el (spam group): Add :version.
17215
17216         * pgg-def.el (pgg group): Add :version.
17217
17218 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * gnus-art.el (gnus-article-edit-article): Don't associate the
17221         article buffer with a draft file.  This is a temporary measure
17222         against the 2004-08-22 change to gnus-article-edit-mode.
17223
17224 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17227         (html2text-format-tags): Remove unused variable `attr'.
17228
17229 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17232
17233         * tls.el (tls-process-connection-type, tls-success)
17234         (tls-certtool-program): Add :version.
17235
17236         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17237         (starttls-extra-arguments, starttls-process-connection-type)
17238         (starttls-connect, starttls-failure, starttls-success): Add :version.
17239
17240         * spam-stat.el (spam-stat): Add :version.
17241
17242         * sieve.el (sieve): Add :version.
17243
17244         * sha1.el (sha1): Add :version.
17245         (sha1-use-external): Remove redundant version.
17246
17247         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17248         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17249         (nnmail-split-fancy-match-partial-words)
17250         (nnmail-split-lowercase-expanded): Add :version.
17251
17252         * nndiary.el (nndiary): Add :version.
17253
17254         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17255
17256         * mml-sec.el (mml-default-sign-method)
17257         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17258         Add :version.
17259
17260         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17261
17262         * mm-url.el (mm-url-use-external, mm-url-program)
17263         (mm-url-arguments): Add :version.
17264
17265         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17266         (mm-attachment-file-modes, mm-decrypt-option)
17267         (mm-w3m-safe-url-regexp): Add :version.
17268
17269         * message.el (message-cite-prefix-regexp)
17270         (message-sendmail-envelope-from, message-minibuffer-local-map)
17271         (message-user-fqdn, message-completion-alist): Add :version.
17272
17273         * gnus-win.el (gnus-configure-windows-hook)
17274         (gnus-use-frames-on-any-display): Add :version.
17275
17276         * gnus-art.el (gnus-article-address-banner-alist)
17277         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17278         (gnus-treat-from-picon, gnus-treat-mail-picon)
17279         (gnus-treat-x-pgp-sig): Add :version.
17280
17281         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17282         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17283         (gnus-summary-article-delete-hook)
17284         (gnus-summary-display-while-building): Add :version.
17285
17286         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17287         (gnus-get-top-new-news-hook): Add :version.
17288
17289         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17290         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17291
17292         * gnus-registry.el (gnus-registry): Add :version.
17293
17294         * gnus-spec.el (gnus-use-correct-string-widths)
17295         (gnus-make-format-preserve-properties): Add :version.
17296
17297         * gnus.el (gnus-group-charter-alist)
17298         (gnus-group-fetch-control-use-browse-url)
17299         (gnus-install-group-spam-parameters): Add :version.
17300
17301         * gnus-diary.el (gnus-diary): Add :version.
17302
17303         * gnus-delay.el (gnus-delay): Add :version.
17304
17305         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17306         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17307         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17308         Add :version.
17309
17310         * gnus-agent.el (gnus-agent-max-fetch-size)
17311         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17312         (gnus-agent-prompt-send-queue): Add :version.
17313
17314         * deuglify.el (gnus-outlook-deuglify): Add :version.
17315
17316         * html2text.el: Beautify code.  Improve doc strings.
17317         Some checkdoc cleanup.
17318         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17319
17320 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17321
17322         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17323
17324 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17325
17326         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17327         when package is loaded.
17328
17329         * spam.el (spam-summary-score-preferred-header): Add global preference
17330         for people who want to override the default SpamAssassin over
17331         Bogofilter preference (when both are set).
17332         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17333         (spam-user-format-function-S):
17334         Check spam-summary-score-preferred-header.
17335         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17336         (spam-user-format-function-S): Format the score correctly.
17337
17338 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17341         signature file.  Suggested by Manoj Srivastava
17342         <srivasta@golden-gryphon.com>.
17343
17344         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17345         iso-2022-jp even in the Japanese language environment.
17346         Suggested by Jason Rumney <jasonr@gnu.org>.
17347
17348 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17351         use the same characters as the dummy marks; make it free from
17352         getting affected by the language environment.
17353         (gnus-summary-read-group-1): Update mark positions only when the
17354         format spec is updated.
17355
17356         * gnus-spec.el (gnus-update-format-specifications): Return a list
17357         of updated types.
17358
17359 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17362         of boundp to check if display-warning is available.
17363
17364 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17365
17366         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17367
17368 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * nnspool.el (nnspool-spool-directory): Use news-path if the
17371         news-directory variable is not bound.
17372
17373         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17374         function instead of display-warning if it is not available.
17375
17376 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17379         v5-10: Use `point-at-bol'.
17380
17381 2004-10-26  Simon Josefsson  <jas@extundo.com>
17382
17383         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17384         <chenggao@gmail.com>.
17385
17386 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17389         instead.
17390
17391 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17394         to remove a server from the nnimap-server-buffer-alist.
17395         (nnimap-open-connection, nnimap-close-server): Use it.
17396
17397         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17398
17399 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17402         running the major-mode function.
17403
17404 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17407         dummy marks in the right way.
17408
17409 2004-10-18  David Edmondson  <dme@dme.org>
17410
17411         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17412         excessively.
17413
17414 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17415
17416         * gnus-util.el (gnus-split-references): Accept a nil references
17417         string and go on blissfully.
17418
17419         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17420         cases where the references string is non-nil but has no references.
17421
17422         * encrypt.el: Add autoload tags.
17423
17424         * spam.el (spam-resolve-registrations-routine): Remove article
17425         from unregistration list too.  Reported by David Hanak
17426         <dhanak@isis.vanderbilt.edu>
17427
17428 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17429
17430         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17431         nil.  Change custom type.
17432
17433 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17436
17437         * gnus-sum.el (gnus-summary-move-article): Use it.
17438
17439 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * encrypt.el: Add autoload cookies.
17442
17443         * spam.el (spam-backend-article-list-property)
17444         (spam-backend-get-article-todo-list)
17445         (spam-backend-put-article-todo-list)
17446         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17447         Resolve registrations separately.
17448         (spam-register-routine): Format comments.
17449         (spam-unregister-routine, spam-register-routine): Always call with
17450         specific-articles, no default list.
17451         (spam-summary-prepare-exit): Use the spam-classifications function.
17452
17453         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17454         gnus-encrypt.el.
17455
17456         * encrypt.el: Copied from gnus-encrypt.el.
17457
17458         * gnus-encrypt.el: Commented that it's obsolete.
17459
17460 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17463         (gnus-score-save): Use it.
17464
17465         * message.el (message-bury): Use `window-dedicated-p'.
17466
17467 2004-10-15  Simon Josefsson  <jas@extundo.com>
17468
17469         * pop3.el (top-level): Don't require nnheader.
17470         (pop3-read-timeout): Add.
17471         (pop3-accept-process-output): Add.
17472         (pop3-read-response, pop3-retr): Use it.
17473
17474 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * spam.el (spam-register-routine): Move comment.
17477         (spam-verify-bogofilter): Use 'unknown for the initial
17478         spam-bogofilter-valid state, not 'never.
17479
17480         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17481         for netrc-machine.
17482
17483         * nnimap.el (nnimap-open-connection):
17484         Use netrc-machine-user-or-password.
17485
17486 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17487
17488         * gnus-registry.el (gnus-registry-unload-hook):
17489         Set as a variable with add-hook.
17490
17491         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17492         of news-path.
17493
17494         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17495
17496         * spam.el: Delete duplicate `provide'.
17497         (spam-unload-hook): Set as a variable with add-hook.
17498
17499 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17502         in the doc string.
17503
17504         * message.el (message-ignored-news-headers)
17505         (message-ignored-supersedes-headers)
17506         (message-ignored-resent-headers)
17507         (message-forward-ignored-headers): Improve custom type.
17508
17509 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * message.el (message-tokenize-header): Fix 2004-09-06 change
17512         which used point-min in the wrong place.
17513
17514 2004-10-12  Simon Josefsson  <jas@extundo.com>
17515
17516         * tls.el (tls-certtool-program): New variable.
17517         (tls-certificate-information): New function, based on
17518         ssl-certificate-information.
17519
17520 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * compface.el: Move the version of ELisp-based uncompface program
17523         to the contrib directory because of the copyright problem.
17524
17525 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * message.el (message-kill-buffer): Raise the current frame.
17528
17529 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17530
17531         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17532
17533         * gnus.el (message-y-or-n-p): Autoload.
17534
17535         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17536         (pop3-password-required, pop3-authentication-scheme)
17537         (pop3-leave-mail-on-server): Make customizable.
17538         (pop3): New custom group.
17539         (pop3-retr): Remove `sleep-for' statements.
17540         Suggested by Dave Love <fx@gnu.org>.
17541
17542         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17543         Windows/DOS.
17544
17545         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17546         (imap-parse-body): Fix incorrect use of `assert'.
17547         Suggested by Dave Love <fx@gnu.org>.
17548
17549         * mml.el (mml-minibuffer-read-disposition): Require match.
17550         Suggested by Dave Love <fx@gnu.org>.
17551
17552 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17553
17554         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17555         doc string.
17556
17557 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17560
17561 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17562
17563         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17564         instead of calling `mm-insert-inline', to decode text/* parts
17565         before displaying them.
17566
17567 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * mm-uu.el (mm-uu-text-plain-type): New variable.
17570         (mm-uu-pgp-signed-extract-1): Use it.
17571         (mm-uu-pgp-encrypted-extract-1): Use it.
17572         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17573         bind mm-uu-text-plain-type with that value.
17574         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17575         mm-uu-dissect.
17576
17577 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * gnus-group.el (gnus-update-group-mark-positions):
17580         * gnus-sum.el (gnus-update-summary-mark-positions):
17581         * message.el (message-check-news-body-syntax):
17582         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17583         of string-as-multibyte.
17584
17585 2004-10-05  Juri Linkov  <juri@jurta.org>
17586
17587         * gnus-group.el (gnus-update-group-mark-positions):
17588         * gnus-sum.el (gnus-update-summary-mark-positions):
17589         * message.el (message-check-news-body-syntax):
17590         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17591         8-bit unibyte values to a multibyte string for search functions.
17592
17593 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17596         (mm-uu-dissect-text-parts): New function.
17597
17598         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17599         dissect text parts.
17600
17601         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17602         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17603
17604         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17605
17606         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17607         Use gnus-current-topics instead of gnus-current-topic.
17608
17609 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17612
17613 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17614
17615         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17616         where approriate.
17617
17618         * nnml.el (nnml-generate-active-info): do.
17619
17620         * nndiary.el (nndiary-generate-active-info): do.
17621
17622         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17623         (gnus-topic-move): do.
17624
17625         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17626         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17627
17628         * gnus-srvr.el (gnus-server-prepare)
17629         (gnus-server-open-all-servers): do.
17630
17631         * gnus-msg.el (gnus-summary-cancel-article)
17632         (gnus-summary-resend-message)
17633         (gnus-summary-mail-crosspost-complaint): do.
17634
17635         * gnus-move.el (gnus-change-server): do.
17636
17637         * gnus-group.el (gnus-group-unmark-all-groups)
17638         (gnus-group-set-current-level): do.
17639
17640 2004-10-04  Simon Josefsson  <jas@extundo.com>
17641
17642         * message.el (message-generate-hashcash): Doc fix.
17643
17644 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17645
17646         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17647         avoid infinite recursion via gnus-get-function.
17648
17649 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17650
17651         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17652
17653         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17654
17655         * nnmail.el (nnmail-split-history): do.
17656
17657         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17658         (nnml-request-delete-group): do.
17659
17660         * nnslashdot.el (nnslashdot-read-groups): do.
17661
17662         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17663         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17664
17665         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17666         (nnspool-sift-nov-with-sed): Use last.
17667         (nnspool-retrieve-headers-with-nov): Use mapc.
17668         (nnspool-request-newgroups): Use dolist.
17669         (nnspool-request-group): Use last.
17670
17671         * nntp.el (nntp-read-server-type): Use dolist.
17672
17673         * nnvirtual.el (nnvirtual-create-mapping)
17674         (nnvirtual-update-read-and-marked): Use dolist.
17675         (nnvirtual-convert-headers): Simplify.
17676
17677 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17678
17679         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17680         Add support for sync'ing tick marks.
17681
17682 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17685         there's no visible header.
17686
17687 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17688
17689         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17690         When necessary, pass full group name to gnus-request-set-marks.
17691
17692 2004-10-01  Simon Josefsson  <jas@extundo.com>
17693
17694         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17695         acroread.
17696
17697 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17698
17699         * spam-report.el (spam-report-gmane): Fix interactive.
17700
17701         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17702
17703         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17704         when writing file.
17705         (gnus-agent-synchronize-flags): Don't default to being
17706         interactive.
17707
17708 2004-09-30  Simon Josefsson  <jas@extundo.com>
17709
17710         * message.el (message-generate-hashcash): Add.
17711         (message-send-mail): Use it, call mail-add-payment.
17712
17713 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17714
17715         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17716
17717 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17718
17719         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17720         gnus-requst-update-info with explicit code to sync the in-memory
17721         info read flags with the marks being sync'd to the backend.
17722
17723         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17724
17725 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17726
17727         * spam.el (spam-verify-bogofilter): Add new function.
17728         (spam-check-bogofilter)
17729         (spam-bogofilter-register-with-bogofilter): Use it.
17730         (spam-verify-bogofilter): Add small fixes.
17731
17732 2004-09-28  Simon Josefsson  <jas@extundo.com>
17733
17734         * hashcash.el (hashcash-generate-payment): Revert.
17735
17736 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17737
17738         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17739         Use gnus-extract-references instead of gnus-split-references.
17740
17741         * gnus-util.el (gnus-extract-references): Add new function, analogous
17742         to gnus-split-references but extracts only the message-ID without
17743         anything extra.
17744
17745         * hashcash.el (hashcash-generate-payment)
17746         (hashcash-check-payment): Do the right thing if hashcash-path is
17747         nil (because the hashcash program could not be found).
17748
17749         * spam.el (spam-use-hashcash): Remove comment.
17750
17751 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17752
17753         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17754         (gnus-cache-enter-article, gnus-cache-remove-article)
17755         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17756
17757         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17758
17759         * gnus-art.el (article-hide-boring-headers)
17760         (article-translate-strings, article-display-face)
17761         (gnus-article-mime-match-handle-first)
17762         (gnus-article-highlight-headers)
17763         (gnus-article-add-buttons-to-head): do.
17764
17765 2004-09-27  Simon Josefsson  <jas@extundo.com>
17766
17767         * hashcash.el: New version, from
17768         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17769         ../contrib/.
17770
17771 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17774
17775 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17776
17777         * gnus-dup.el (gnus-dup-open): Use mapc.
17778         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17779
17780         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17781         Reported by Stefan Wiens <s.wi@gmx.net>.
17782
17783         * gnus.el (gnus-shutdown): Use dolist.
17784
17785         * gnus-undo.el (gnus-undo): Use mapc.
17786
17787         * nnrss.el (nnrss-generate-active): do.
17788
17789         * message.el (message-cite-original-without-signature)
17790         (message-cite-original): Use mapc.
17791         (message-do-actions, message-make-forward-subject): Use dolist.
17792
17793 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17794
17795         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17796         deletion to remove entire duplicate line.  Fixes merged article
17797         number bug.
17798
17799 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17800
17801         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17802         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17803         first ask if you want to open a server and then, even when you
17804         responded with no, asking if you want to synchronize the server's
17805         flags.
17806         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17807         multi-line expressions.
17808         (gnus-agent-synchronize-group-flags): New internal function.
17809         Updates marks in memory (in the info structure) AND in the
17810         backend.
17811
17812         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17813
17814         * nnagent.el (nnagent-request-set-mark):
17815         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17816         method, to ensure that synchronization updates marks in the
17817         backend and in the info (in memory) structure.
17818
17819 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17822         convention fully; don't miss the root article of a thread; make
17823         the X-Draft-From header with correct article numbers.
17824
17825 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17826
17827         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17828         unless plugged.  Disable the agent so that an open failure causes
17829         an error.
17830
17831         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17832         Revert 2004-09-21 change.  The backend must be opened while
17833         synchronizing flags even when the backend stores the flags
17834         locally.
17835
17836 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17839         in `header' match.  Reported by Svend Tollak Munkejord.
17840
17841         * message.el (message-cite-original): Fix use of
17842         `message-cite-articles-with-x-no-archive'.
17843
17844 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17847         (gnus-window-to-buffer): Ditto.
17848
17849         * mml.el (mml-preview-buffer): New variable.
17850         (mml-preview): Manage window layout with gnus-buffer-configuration.
17851
17852         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17853         X-Draft-From header even if those articles aren't quoted.
17854
17855 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17856
17857         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17858         (gnus-request-set-mark, gnus-request-update-mark): Use new
17859         g-s-t-u-l-m to decide to use backend even when unplugged.
17860
17861 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17864         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17865
17866 2004-09-20  Simon Josefsson  <jas@extundo.com>
17867
17868         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17869         "utf-16-le".
17870
17871 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17872
17873         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17874
17875 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * uudecode.el (uudecode-use-external): Add :version.
17878
17879         * smime.el (smime-CA-file, smime-encrypt-cipher)
17880         (smime-dns-server): Add :version.
17881
17882         * smiley.el (gnus-smiley-file-types): Add :version.
17883
17884         * sha1.el (sha1-use-external): Add :version.
17885
17886         * pgg-def.el (pgg-query-keyserver): Add :version.
17887
17888         * nnmail.el (nnmail-fancy-expiry-targets)
17889         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17890         Add :version.
17891
17892         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17893         (nnimap-retrieve-groups-asynchronous): Add :version.
17894         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17895
17896         * mml.el (mml-content-disposition-parameters)
17897         (mml-insert-mime-headers-always): Add :version.
17898
17899         * mm-util.el (mm-coding-system-priorities): Add :version.
17900
17901         * mm-decode.el (mm-inline-text-html-with-images)
17902         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17903         (mm-verify-option): Add :version.
17904         (mm-text-html-renderer): Change :version.
17905
17906         * message.el (message-fcc-externalize-attachments)
17907         (message-required-headers, message-draft-headers)
17908         (message-subject-trailing-was-query)
17909         (message-subject-trailing-was-ask-regexp)
17910         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17911         (message-mark-insert-end, message-archive-header)
17912         (message-archive-note, message-cross-post-default)
17913         (message-cross-post-note, message-followup-to-note)
17914         (message-cross-post-note-function, message-use-mail-followup-to)
17915         (message-subscribed-address-functions)
17916         (message-subscribed-address-file, message-subscribed-addresses)
17917         (message-subscribed-regexps, message-allow-no-recipients)
17918         (message-yank-cited-prefix, message-signature-insert-empty-line)
17919         (message-hidden-headers, message-hierarchical-addresses)
17920         (message-mail-user-agent, message-use-idna)
17921         (message-valid-fqdn-regexp)
17922         (message-strip-special-text-properties, message-header-synonyms)
17923         (message-beginning-of-line, message-tab-body-function): Add :version.
17924         (message-insert-canlock, message-wide-reply-confirm-recipients):
17925         Change :version.
17926
17927         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17928         and :version.
17929         (mail-source-delete-old-incoming-confirm)
17930         (mail-source-movemail-program): Add :version.
17931
17932         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17933         (gnus-agent-cache, gnus-agent): Change :version.
17934
17935         * gnus-util.el (gnus-use-byte-compile): Change :version.
17936
17937         * gnus-sum.el (gnus-summary-make-false-root-always)
17938         (gnus-summary-default-high-score)
17939         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17940         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17941         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17942         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17943         (gnus-sum-thread-tree-single-indent)
17944         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17945         (gnus-sum-thread-tree-leaf-with-other)
17946         (gnus-sum-thread-tree-single-leaf): Add :version.
17947         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17948         (gnus-article-loose-mime): Change :version.
17949
17950         * gnus-start.el (gnus-backup-startup-file)
17951         (gnus-save-startup-file-via-temp-buffer): Add :version.
17952
17953         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17954         (gnus-server-offline-face): Add :version.
17955
17956         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17957
17958         * gnus-msg.el (gnus-gcc-externalize-attachments)
17959         (gnus-debug-files, gnus-debug-exclude-variables)
17960         (gnus-discouraged-post-methods): Change :version.
17961         (gnus-confirm-mail-reply-to-news)
17962         (gnus-confirm-treat-mail-like-news): Add :version.
17963
17964         * gnus-int.el (gnus-server-unopen-status): Add :version.
17965
17966         * gnus-group.el (gnus-group-jump-to-group-prompt)
17967         (gnus-large-ephemeral-newsgroup)
17968         (gnus-fetch-old-ephemeral-headers): Add :version.
17969
17970         * gnus-fun.el (gnus-x-face-directory)
17971         (gnus-convert-pbm-to-x-face-command)
17972         (gnus-convert-image-to-x-face-command)
17973         (gnus-convert-image-to-face-command): Add :version.
17974
17975         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17976
17977         * gnus-cite.el (gnus-cite-blank-line-after-header)
17978         (gnus-article-boring-faces): Add :version.
17979
17980         * gnus-art.el (gnus-buttonized-mime-types)
17981         (gnus-inhibit-mime-unbuttonizing)
17982         (gnus-treat-display-face)
17983         (gnus-treat-body-boundary): Change :version.
17984         (gnus-body-boundary-delimiter, gnus-picon-databases)
17985         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17986         (gnus-treat-date-english, gnus-treat-fold-headers)
17987         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17988         (gnus-treat-mail-picon, gnus-treat-wash-html)
17989         (gnus-article-encrypt-protocol)
17990         (gnus-use-idna, gnus-article-over-scroll)
17991         (gnus-mime-display-multipart-alternative-as-mixed)
17992         (gnus-mime-display-multipart-related-as-mixed)
17993         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17994         (gnus-ctan-url, gnus-button-ctan-handler)
17995         (gnus-button-handle-ctan-bogus-regexp)
17996         (gnus-button-ctan-directory-regexp)
17997         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17998         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17999         (gnus-button-man-level, gnus-button-emacs-level)
18000         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18001
18002         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18003         (gnus-agent-go-online): Change :version.
18004         (gnus-agent-expire-unagentized-dirs)
18005         (gnus-agent-auto-agentize-methods): Add :version.
18006
18007         * flow-fill.el (fill-flowed-display-column)
18008         (fill-flowed-encode-column): Add :version.
18009
18010         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18011         (gnus-outlook-deuglify-unwrap-max)
18012         (gnus-outlook-deuglify-cite-marks)
18013         (gnus-outlook-deuglify-unwrap-stop-chars)
18014         (gnus-outlook-deuglify-no-wrap-chars)
18015         (gnus-outlook-deuglify-attrib-cut-regexp)
18016         (gnus-outlook-deuglify-attrib-verb-regexp)
18017         (gnus-outlook-deuglify-attrib-end-regexp)
18018         (gnus-outlook-display-hook): Add :version.
18019
18020         * binhex.el (binhex-use-external): Add :version.
18021
18022 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18025         and `invisible'.
18026
18027 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18028
18029         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18030         in gnus-registry-trim.
18031
18032 2004-09-13  Simon Josefsson  <jas@extundo.com>
18033
18034         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18035
18036         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18037
18038         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18039         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18040         <yamaoka@jpl.org>.
18041         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18042         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18043         <yamaoka@jpl.org>.
18044
18045         * sieve.el (sieve-manage-mode): Ditto.
18046
18047 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18050
18051 2004-09-11  Simon Josefsson  <jas@extundo.com>
18052
18053         * dns-mode.el: Add.
18054
18055         * mm-view.el (mm-display-dns-inline): Add.
18056
18057         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18058         (mm-automatic-display): Ditto.
18059
18060         * mailcap.el (mailcap-mime-data): Add text/dns.
18061         (mailcap-mime-extensions): Map .soa to text/dns.
18062
18063 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18064
18065         * gnus-art.el (article-decode-mime-words, article-babel)
18066         (gnus-article-highlight-signature, gnus-article-add-buttons)
18067         (gnus-signature-toggle): Remove unnecessary bindings of
18068         `inhibit-read-only' inherited from v5.10 merge.
18069
18070 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * nntp.el (nntp): New customization group.
18073         (nntp-authinfo-file): Add customization group.
18074
18075         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18076
18077         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18078
18079         * gnus.el (to-address, to-list, subscribed)
18080         (large-newsgroup-initial): Ditto.
18081
18082         * flow-fill.el (fill-flowed-display-column)
18083         (fill-flowed-encode-column): Ditto.
18084
18085 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18086
18087         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18088         Use point-min rather than 1.
18089         (message-send-mail): Use buffer-size rather than point-max.
18090
18091         * gnus-sum.el (gnus-summary-search-article-forward):
18092         Signal a specific `search-failed' rather than a generic `error'.
18093
18094         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18095         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18096         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18097
18098 2004-09-10  Simon Josefsson  <jas@extundo.com>
18099
18100         * nndb.el (require): Remove tcp and duplicate cl.
18101
18102 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-agent.el (directory-files-and-attributes): Move forward.
18105
18106 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18107
18108         * gnus-agent.el (directory-files-and-attributes):
18109         Optionally defined to support XEmacs.
18110
18111 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18112
18113         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18114         to avoid run-time CL dependencies.
18115         (gnus-agent-unfetch-articles): New function.
18116         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18117         article numbers even when local .overview file is missing.
18118         (gnus-agent-read-article-number): New function.  Only accepts
18119         27-bit article numbers.
18120         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18121         Use gnus-agent-read-article-number.
18122         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18123         from backend while recognizing that article numbers in .overview
18124         must be valid.
18125         (gnus-agent-update-files-total-fetched-for):
18126         Use directory-files-and-attributes to improve performance.
18127         * gnus-int.el (gnus-request-move-article):
18128         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18129         improve performance.
18130
18131         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18132         some users confused by references to .newsrc when they only have a
18133         .newsrc.eld file.
18134         (gnus-convert-mark-converter-prompt)
18135         (gnus-convert-converter-needs-prompt): Fix use of property list.
18136         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18137         New function.  Used internally to only display 'gnus converting
18138         files' message when actually necessary.
18139
18140         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18141         methods now autoloaded.
18142
18143 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18146         identifiers.
18147
18148 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * gnus-picon.el: Fix indentation and closing parenthesis.
18151
18152 2004-09-01  Simon Josefsson  <jas@extundo.com>
18153
18154         * message.el (message-canlock-generate): Require sha1, not
18155         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18156         to require within a function.  Sadly, if sha1.el isn't loaded, the
18157         let binding in m-c-g will hide the defcustom definition, which is
18158         bad.)
18159
18160         * canlock.el: Require sha1, not sha1-el.
18161
18162         * message.el: Don't autoload sha1 (there is a autoload cookie in
18163         sha1.el).
18164
18165         * sha1-el.el: Rename to sha1.el.
18166
18167 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18168
18169         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18170
18171 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18172
18173         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18174
18175 2004-08-30  Kim F. Storm  <storm@cua.dk>
18176
18177         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18178
18179         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18180         Add :group 'nnimap.
18181
18182 2004-08-30  Andreas Schwab  <schwab@suse.de>
18183
18184         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18185         ?* and ?\;.
18186
18187         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18188         and ?\' to symbol instead of whitespace.
18189
18190 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18193
18194         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18195         instead of re-search-forward.
18196
18197         * gnus-uu.el (gnus-uu-save-article): Ditto.
18198         (gnus-uu-post-encode-uuencode): Ditto.
18199
18200         * html2text.el (html2text-clean-list-items): Ditto.
18201         (html2text-clean-dtdd): Ditto.
18202         (html2text-format-tags): Ditto.
18203
18204         * message.el (message-send-mail-with-sendmail): Fix regexp.
18205         (message-fill-field-general): Use search-forward instead of
18206         re-search-forward.
18207         (unbold-region): Ditto.
18208
18209         * nnrss.el (nnrss-request-article): Ditto.
18210
18211         * nnslashdot.el (nnslashdot-request-article): Ditto.
18212
18213         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18214
18215         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18216         "Unrecognized menu descriptor" error in XEmacs.
18217
18218 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18219
18220         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18221         parent article of a sparse article in the thread hashtb.
18222
18223 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18224
18225         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18226         (nnmail-expand-newtext): Lowercase expanded entries if
18227         nnmail-split-lowercase-expanded is non-nil.
18228
18229 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18232
18233         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18234         of gnus-tmp-news-method into string under XEmacs.  It will be
18235         passed to gnus-correct-length which takes only a string argument.
18236
18237 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * gnus-util.el (gnus-bind-print-variables): New macro.
18240         (gnus-prin1): Use it.
18241         (gnus-prin1-to-string): Use it.
18242         (gnus-pp): New function.
18243         (gnus-pp-to-string): New function.
18244
18245         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18246         Replace pp-to-string with gnus-pp-to-string.
18247         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18248         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18249         * gnus-msg.el (gnus-debug): Ditto.
18250         * gnus-score.el (gnus-score-save): Ditto.
18251         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18252         gnus-pp-to-string.
18253         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18254         with gnus-pp.
18255         * score-mode.el (gnus-score-pretty-print): Ditto.
18256         * webmail.el (webmail-debug): Ditto.
18257
18258 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-art.el (article-display-face, article-display-x-face):
18261         Use buffer-read-only.
18262
18263 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-art.el (article-hide-list-identifiers):
18266         Bind inhibit-read-only as t.
18267
18268 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18271
18272 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18273
18274         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18275         (gnus-narrow-to-page): Don't assume point-min == 1.
18276         (gnus-article-edit-mode): Derive from message-mode.
18277
18278         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18279         point-min == 1.
18280
18281         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18282         Disable incorrect use of `assert'.
18283
18284         * message.el (message-mode): Set comment-start-skip.
18285
18286
18287 2004-08-22  Sam Steingold  <sds@gnu.org>
18288
18289         * pop3.el (pop3-leave-mail-on-server): New user variable.
18290         (pop3-movemail): Delete mail only when it is nil.
18291
18292 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18295
18296         * mml.el (mml-preview): Use `pop-to-buffer'.
18297
18298         * message.el (message-goto-mail-followup-to): Insert after "To".
18299         (message-carefully-insert-headers): Add comment.
18300
18301         * gnus.el: Remove unused variable `gnus-article-check-size'.
18302
18303         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18304
18305         * gnus-art.el (gnus-button-alist):
18306         Improve `gnus-button-handle-library' entry.
18307
18308 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18309
18310         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18311         Use downcase, since XEmacs capitalizes error messages differently.
18312
18313 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * nntp.el: Add (require 'gnus) due to reference to
18316         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18317
18318 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18319
18320         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18321         Bind `mm-fill-flowed'.
18322
18323         * mm-decode.el (mm-dissect-singlepart): Check it.
18324
18325 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18326
18327         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18328         'imap' for netrc parsing.
18329
18330 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18331
18332         * mailcap.el (mailcap-mime-data): Mark as risky.
18333
18334 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18337         may be included in the encoded word.
18338         (rfc2047-encode): Don't append a space if the encoded word
18339         includes close parenthesis.
18340
18341 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18344         of text within parentheses.
18345
18346 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18347
18348         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18349         (gnus-encrypt-write-file-contents): Make the password key the file
18350         name PLUS the cipher, not just the cipher.  Also remove failed
18351         passwords from the cache.
18352
18353 2004-08-06  Simon Josefsson  <jas@extundo.com>
18354
18355         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18356         Doc fix.
18357
18358 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18361         LWSP.
18362
18363 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18364
18365         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18366         Try to append in-reply-to: data to the references: header.
18367
18368         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18369         (netrc-parse): Use gnus-encrypt.el functions.
18370
18371         * gnus-encrypt.el: Add new file for encryption support; currently
18372         does only a few GPG ciphers and an internal XOR cipher.
18373
18374         * password.el: Add comments on using password-read-and-add.
18375         (password-read-and-add): Add function to read and add the
18376         password to the cache at once.
18377
18378 2004-07-28  Simon Josefsson  <jas@extundo.com>
18379
18380         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18381         parameter (but don't use it, for now).
18382
18383         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18384         instead of hard coding to nil.
18385
18386 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18389         as mm-inline-image-xemacs does.
18390
18391 2004-07-26  Simon Josefsson  <jas@extundo.com>
18392
18393         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18394         Revert part of 2004-07-17 change below.
18395
18396 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18399         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18400
18401 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18402
18403         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18404         quotes that actually start with ">" at the beginning of the
18405         lines.
18406
18407 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * rfc2047.el (rfc2047-encode-region): Fix last change.
18410         (rfc2047-encode-parameter): Remove useless concat.
18411
18412 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18415         encode special characters; fix some kind of misconfigured headers;
18416         signal a real error if debug-on-quit or debug-on-error is non-nil.
18417         (rfc2047-encode-max-chars): New variable.
18418         (rfc2047-encode-1): Use it.
18419         (rfc2047-encode-parameter): New function.
18420
18421         * mml.el (mml-insert-parameter): Remove an excessive space.
18422
18423 2004-07-17  Simon Josefsson  <jas@extundo.com>
18424
18425         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18426         Kai Grossjohann <kai@emptydomain.de>.
18427         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18428         (gnus-group-make-menu-bar): Ditto.
18429
18430         * gnus-util.el (gnus-group-server): Add.
18431
18432 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18433
18434         * message.el (message-clone-locals): Clone sendmail and smtp
18435         variables.
18436
18437 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * rfc2047.el (rfc2047-encode-region): Fix last change.
18440
18441 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18444         characters as non-special.
18445
18446 2004-07-09  Simon Josefsson  <jas@extundo.com>
18447
18448         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18449         Users will lose all flag changes made while unplugged with
18450         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18451         good default.  See numerous reports on ding mailing list.
18452
18453 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18456         add generate-head-function and generate-article-function to the
18457         rfc822-forward entry.
18458         (nndoc-rfc822-forward-generate-article): New function.
18459         (nndoc-rfc822-forward-generate-head): New function.
18460
18461         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18462
18463 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18464
18465         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18466         respect display group parameter and gnus-summary-expunge-below.
18467         (gnus-articles-to-read): Remove unused reference to display group
18468         parameter.
18469
18470 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * nnheader.el (nnheader-uniquify-message-id): New experimental
18473         variable.
18474         (nnheader-nov-read-message-id): Use it.
18475
18476         * spam-report.el (spam-report-gmane): Add interactive.
18477
18478 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * mm-encode.el (mm-content-transfer-encoding-defaults):
18481         Use qp-or-base64 for the application/* types.
18482
18483 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18484
18485         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18486
18487 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18490         trim value.
18491
18492 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18493
18494         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18495         New macro and function.
18496         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18497
18498 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18501         after-load-alist.
18502
18503 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18504
18505         * gnus-group.el (gnus-group-get-new-news-this-group):
18506         Don't update info that isn't there.
18507
18508 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18509
18510         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18511         entry.
18512
18513 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * mm-view.el (mm-inline-render-with-function): Use multibyte
18516         buffer; decode html source by charset.
18517
18518         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18519
18520         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18521         Mule-UCS is loaded under XEmacs.
18522         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18523
18524 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18525
18526         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18527
18528 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * mm-util.el (mm-coding-system-p): Return a coding-system.
18531         (mm-mime-mule-charset-alist): Use shift_jis instead of
18532         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18533         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18534         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18535         instead of japanese-shift-jis and iso-latin-1 respectively in
18536         order to share the default value with both Emacs and XEmacs-mule.
18537         (mm-mule-charset-to-mime-charset):
18538         Make mm-coding-system-priorities effective.
18539         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18540         while predicating of candidates upon the priorities.
18541
18542 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * gnus-sum.el (gnus-summary-make-menu-bar):
18545         Add gnus-uu-invert-processable.
18546
18547         * gnus.el: Autoload gnus-uu-invert-processable.
18548
18549 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * mm-util.el (mm-with-multibyte-buffer): New macro.
18552
18553         * rfc2047.el (rfc2047-encode-string): Use it.
18554         (rfc2047-encode-region): Move point to the end of the region after
18555         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18556
18557 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18560         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18561
18562 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18565         (gnus-cite-parse): Ignore quoted envelope From_.
18566         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18567
18568 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18571         invalid addresses.
18572
18573 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18574
18575         * spam.el: Change section markers, revise TODO list.
18576         (spam-backends): Make new master list of all installed backends.
18577         (spam-summary-exit-behavior): Add new variable to determine how
18578         messages moves are done at summary exit.
18579         (spam-move-spam-nonspam-groups-only)
18580         (spam-process-ham-in-nonham-groups)
18581         (spam-process-ham-in-spam-groups): Remove variables, the
18582         spam-summary-exit-behavior variable should be used to manage this
18583         behavior.
18584         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18585         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18586         and spam-old-spam-articles.
18587         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18588         Add empty variables, placeholders for the backends they represent.
18589         (spam-set-difference): Move, unchanged.
18590         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18591         unless the user has a processor variable.
18592         (spam-classifications, spam-classification-valid-p)
18593         (spam-backend-properties, spam-backend-property-valid-p)
18594         (spam-backend-function-type-valid-p)
18595         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18596         (spam-report-articles-gmane, spam-report-articles-resend):
18597         Remove functions, they are not needed.
18598         (spam-install-backend-super, spam-backend-list)
18599         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18600         (spam-backend-function, spam-backend-ham-registration-function)
18601         (spam-backend-spam-registration-function)
18602         (spam-backend-ham-unregistration-function)
18603         (spam-backend-spam-unregistration-function)
18604         (spam-backend-statistical-p, spam-backend-mover-p)
18605         (spam-install-backend-alias, spam-install-checkonly-backend)
18606         (spam-install-mover-backend, spam-install-nocheck-backend)
18607         (spam-install-backend, spam-install-statistical-backend)
18608         (spam-install-statistical-checkonly-backend): Add backend installation
18609         support.
18610         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18611         (spam-group-processor-p): Use the new backend code and respect the
18612         summary exit behavior.
18613         (spam-mark-spam-as-expired-and-move-routine): Remove.
18614         (spam-summary-prepare): Change to use the new spam-old-articles
18615         variable.
18616         (spam-copy-or-move-routine, spam-copy-spam-routine)
18617         (spam-move-spam-routine, spam-copy-ham-routine)
18618         (spam-move-ham-routine): Add code to copy/move ham or spam.
18619         (spam-fetch-field-fast): Improve doc and code, plus allow the
18620         'number request.
18621         (spam-list-of-checks, spam-list-of-statistical-checks):
18622         Remove variables.
18623         (spam-split, spam-find-spam): Use the new backend code.
18624         (spam-registration-functions): Remove variable.
18625         (spam-unregister-routine): Add convenience wrapper.
18626         (spam-log-undo-registration, spam-register-routine)
18627         (spam-log-processing-to-registry)
18628         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18629         where possible.
18630         (spam-check-gmane-xref, spam-check-regex-headers)
18631         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18632         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18633         (spam-check-bogofilter-headers, spam-check-spamoracle)
18634         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18635         (spam-check-crm114-headers): Use the spam-split-group that
18636         spam-split prepares, no need to determine it every time.
18637
18638         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18639         to the nnheader-parse-naked-head call.
18640
18641         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18642
18643         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18644         the nnheader-nov-read-message-id call.
18645
18646 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18649         gnus-activate-group twice.  Suggested by Markus Peter
18650         <warp@spin.de>.
18651
18652 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-art.el (gnus-article-time-format): Exchange the order of
18655         day and month in the default value; fix customization type.
18656         (article-date-ut): Use add-text-properties.
18657         (article-make-date-line): Use message-make-date instead of
18658         current-time-string.
18659
18660         * message.el (message-fetch-field): Don't use set-text-properties.
18661         (message-make-date): Simplify.
18662
18663         * messagexmas.el (message-xmas-make-date): New function.
18664         (message-xmas-redefine): Defalias message-make-date to it.
18665
18666 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18669         (rfc2047-encode-region): Treat text within parentheses as special;
18670         show the original text when error has occurred.
18671
18672         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18673         already-computed method to gnus-activate-group.
18674
18675         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18676         same select-methods identical Lisp objects.
18677
18678         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18679         object when modifying the info.
18680
18681 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18684         gnus-opened-servers since it has never been opened with the new
18685         configuration yet.
18686
18687 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18690         arg to nnheader-generate-fake-message-id.
18691
18692 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18693
18694         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18695         number and build a fake message ID localized to a group and
18696         article number (so it's repeatable from that point on).
18697         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18698         ID format.
18699
18700         * gnus-sum.el (gnus-get-newsgroup-headers):
18701         Call nnheader-generate-fake-message-id with the article number.
18702
18703 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18704
18705         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18706         end-of-buffer.
18707
18708 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * message.el (message-ignored-supersedes-headers): Add Approved.
18711
18712 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18715         goto-char.
18716         (rfc2047-encode): Fold the line before encoding.
18717
18718 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18721         folding -- not all headers can be folded, and this should be done
18722         by the message composition mode.  Probably.  I think.
18723
18724 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18727         fast.
18728
18729         * gnus-ems.el (gnus-remove-image): Don't use
18730         message-text-with-property; remove only the image found first.
18731
18732         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18733         found first.
18734
18735 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18738
18739 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * message.el (message-text-with-property): Make it fast and accept
18742         optional arguments.
18743         (message-strip-forbidden-properties): Use it.
18744         (message-fix-before-sending): Follow the m-t-w-p change.
18745
18746         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18747
18748 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * gnus-art.el (article-hide-headers): Don't change the buffer
18751         mistakenly when performing mml-preview even if
18752         gnus-single-article-buffer is nil.
18753
18754 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18755
18756         * message.el (message-expand-name-databases): New user option.
18757         (message-expand-name): Use it.
18758
18759 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18760
18761         * spam.el (spam-report-articles-resend)
18762         (spam-report-resend-register-routine): Allow ham reporting.
18763         (spam-report-resend-register-ham-routine): Add wrapper.
18764         (spam-registration-functions): Add ham resending functions.
18765         (spam-list-of-processors): Add ham resend processor.
18766
18767         * gnus.el (ham-resend-to): Add new group parameter.
18768         (spam-process): Add ham resend option.
18769
18770         * spam-report.el (spam-report-resend): Allow reporting ham.
18771         (spam-report-resend-ham): Add wrapper.
18772
18773 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774
18775         * message.el (message-cite-articles-with-x-no-archive):
18776         New variable.
18777         (message-cite-original): Use it.
18778
18779 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * message.el (message-cite-original): Respect X-No-Archive.
18782
18783 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-art.el (article-hide-headers): Refer to the values for
18786         gnus-ignored-headers and gnus-visible-headers in the summary
18787         buffer since a user may have set them as group parameters.
18788
18789 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * assistant.el (assistant-node-name): Add convenience function.
18792         (assistant-render-text, assistant-render-node): Add error handling,
18793         plus handle multiple next nodes.
18794         (assistant-find-next-node): Comment out for now.
18795         (assistant-find-next-nodes): Add function, returns list of next
18796         nodes.
18797
18798 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * mail-source.el (mail-source-directory): Fix doc-string.
18801
18802 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         * assistant.el (assistant-render-text, assistant-eval): Add :set
18805         widget type, which is different because it takes and returns a
18806         list.  Much hilarity ensues.
18807
18808 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18811
18812         * gnus-group.el (gnus-group-get-new-news-this-group):
18813         Add doc-string.
18814
18815         * gnus-start.el (gnus-activate-group): Add doc-string.
18816
18817 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18820
18821 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18822
18823         * assistant.el (assistant-render-text): Try to add a :set
18824         widget, more to come.
18825
18826         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18827         strings.
18828         (spam-report-articles-resend)
18829         (spam-register-routine): Do registration iff any articles warrant
18830         it.
18831         (spam-summary-prepare-exit): Change log message for nil group
18832         destinations.
18833
18834 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18835
18836         * spam.el (spam-report-resend-register-routine):
18837         Allow spam-report-resend-to to be a group parameter or a global value.
18838
18839 2004-05-26  Simon Josefsson  <jas@extundo.com>
18840
18841         * starttls.el: Merge with my GNUTLS based starttls.el.
18842         (starttls-gnutls-program, starttls-use-gnutls)
18843         (starttls-extra-arguments, starttls-process-connection-type)
18844         (starttls-connect, starttls-failure, starttls-success):
18845         New variables.
18846         (starttls-program, starttls-extra-args): Doc fix.
18847         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18848         New functions.
18849         (starttls-negotiate, starttls-open-stream):
18850         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18851         function if it is set.
18852
18853 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18856         structured fields.
18857
18858 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18861
18862 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18863
18864         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18865         Add variable.
18866         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18867         assigning the spam-mark to new messages.
18868
18869 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18870
18871         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18872
18873 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18876
18877         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18878         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18879         default.
18880
18881 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18882
18883         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18884         correct data.
18885
18886 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18889         (spam-group-processor-p): Fix function.
18890         (spam-group-processor-multiple-p)
18891         (spam-group-spam-processor-report-gmane-p)
18892         (spam-group-spam-processor-report-resend-p)
18893         (spam-group-spam-processor-bogofilter-p)
18894         (spam-group-spam-processor-blacklist-p)
18895         (spam-group-spam-processor-ifile-p)
18896         (spam-group-ham-processor-ifile-p)
18897         (spam-group-spam-processor-spamoracle-p)
18898         (spam-group-spam-processor-crm114-p)
18899         (spam-group-ham-processor-bogofilter-p)
18900         (spam-group-spam-processor-stat-p)
18901         (spam-group-ham-processor-stat-p)
18902         (spam-group-ham-processor-whitelist-p)
18903         (spam-group-ham-processor-BBDB-p)
18904         (spam-group-ham-processor-spamoracle-p)
18905         (spam-group-ham-processor-copy-p): Remove functions with some
18906         prejudice against unneeded code.
18907         (spam-report-articles-resend)
18908         (spam-report-resend-register-routine): Allow the group/topic
18909         spam-resend-to value to override spam-report-resend-to.
18910         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18911         properly now.
18912
18913         * gnus.el (spam-resend-to): Add group/topic parameter.
18914         (spam-process): Move the OBSOLETE processors to the end of the
18915         choices.
18916
18917 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18918
18919         * spam-report.el (spam-report-resend-to, spam-report-resend):
18920         Start with resend-to set to nil, and then ask the user if necessary.
18921         (spam-report-resend): spam-report-resend takes a list of articles, not
18922         separate article numbers.
18923
18924 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18927         addition to emacs-w3m.
18928
18929 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * assistant.el (assistant-authinfo-data): New function.
18932         (assistant-eval): Eval for entire assistant.
18933
18934         * netrc.el (netrc-services-file): New variable.
18935         (netrc-parse-services): New function.
18936         (netrc-find-service-name): New function.
18937         (netrc-find-service-number): New function.
18938         (netrc-port-equal): New function.
18939         (netrc-machine): Use it.
18940
18941         * nnimap.el (nnimap-open-connection): Use netrc.
18942
18943         * gnus-util.el (gnus-netrc-get): Remove aliases.
18944
18945         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18946
18947         * assistant.el (wid-edit): Fix compilation.
18948
18949         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18950
18951 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18952
18953         * gnus-util.el (gnus-set-file-modes): New function.  (small
18954         patch).
18955
18956 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18959
18960         * assistant.el (assistant-render-node): Fix up rendering and
18961         read-only text.
18962         (assistant-render-node): Reset.
18963         (assistant-make-read-only): Not sticky.
18964
18965 2004-05-20  Danny Siu  <dsiu@adobe.com>
18966
18967         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18968         centered even when gnus-auto-center-summary is t.
18969
18970 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * dns.el (dns-get-txt-answer): New function.
18973         (dns-read-txt): Ditto.
18974         (query-dns): Use it.
18975
18976 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18979         active for foreign groups even if the group level is higher than
18980         the specified value.
18981
18982 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18983
18984         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18985         non-active groups.
18986
18987         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18988
18989 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18990
18991         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18992
18993 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18994
18995         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18996         (spam-crm114-header, spam-crm114-spam-switch)
18997         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18998         (spam-crm114-positive-spam-header)
18999         (spam-crm114-database-directory, spam-list-of-processors)
19000         (spam-group-spam-processor-crm114-p)
19001         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19002         (spam-generic-score, spam-list-of-checks)
19003         (spam-list-of-statistical-checks, spam-registration-functions)
19004         (spam-check-crm114-headers, spam-crm114-score)
19005         (spam-check-crm114, spam-crm114-register-with-crm114)
19006         (spam-crm114-register-spam-routine)
19007         (spam-crm114-unregister-spam-routine)
19008         (spam-crm114-register-ham-routine)
19009         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19010         From asjo@koldfront.dk (Adam Sjøgren).
19011
19012         * gnus.el: Add spam-use-crm114.
19013
19014         * spam.el (spam-list-of-processors, spam-registration-functions):
19015         Add spam-use-resend.
19016         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19017         (spam-report-articles-gmane): Add doc fix.
19018         (spam-report-articles-resend, spam-report-resend-register-routine):
19019         Add wrappers around spam-report-resend-to.
19020
19021         * spam-report.el (spam-report-resend-to, spam-report-resend):
19022         Add support for resending spam.
19023         (spam-report-gmane): Fix line length >80.
19024
19025         * gnus.el (spam-process): Add spam-use-resend.
19026
19027 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19028
19029         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19030         number of processed spam messages.
19031         (spam-ham-copy-or-move-routine): Return the number of processed
19032         ham messages.
19033         (spam-summary-prepare-exit): Use the above values to decide
19034         whether status messages shouled be displayed.
19035
19036 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19039         `rfc2047-encoding-function-alist' in order to avoid conflicting
19040         with the old version.
19041         (rfc2047-encode-region): Concatenate words containing non-ASCII
19042         characters in structured fields; don't encode space-delimited
19043         ASCII words even in unstructured fields; don't break words at
19044         char-category boundaries.
19045         (rfc2047-encode-1): New function.
19046         (rfc2047-encode): Use it; encode text so that it occupies the
19047         maximum width within 76-column; work correctly on Q encoding for
19048         iso-2022-* charsets.
19049         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19050         sure not to break a line just after the header name.
19051         (rfc2047-b-encode-region): Remove.
19052         (rfc2047-b-encode-string): New function.
19053         (rfc2047-q-encode-region): Remove.
19054         (rfc2047-q-encode-string): New function.
19055
19056         * mm-util.el (mm-replace-in-string): New function.
19057
19058 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059
19060         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19061         Really get it right.
19062         (gnus-inews-make-draft): Really.
19063
19064 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19065
19066         * nnmh.el (nnmh-request-list-1): Don't check the link count
19067         before descending.  (small patch)
19068
19069 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070
19071         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19072         stuff.
19073
19074         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19075         Match on real group name.
19076
19077         * gnus-art.el (gnus-signature-limit): Doc fix.
19078
19079         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19080
19081         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19082
19083 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19084
19085         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19086         isn't a string.
19087
19088 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * gnus-draft.el (gnus-draft-send):
19091         Bind rfc2047-encode-encoded-words.
19092
19093         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19094         (rfc2047-encodable-p): Say that =? needs encoding.
19095         (rfc2047-encode-encoded-words): New variable.
19096
19097         * gnus-group.el (gnus-group-select-group): Doc fix.
19098
19099         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19100
19101         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19102         to nil.
19103
19104         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19105
19106         * nnheader.el (nnheader-get-lines-and-char): New function.
19107
19108 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * gnus-msg.el (gnus-summary-followup-with-original):
19111         Document yanking of region when active.
19112
19113 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19116         groups if the group level is higher than the specified value.
19117
19118 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19119
19120         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19121         (gnus-group-jump-to-group): Add prefix argument using
19122         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19123         non-active group.
19124
19125         * compface.el (uncompface): Be verbose when changing
19126         `uncompface-use-external'.
19127
19128         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19129         handle manual section.
19130
19131 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19132
19133         * gnus-art.el (gnus-button-alist): Revert previous change.
19134
19135 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19138
19139 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140
19141         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19142         whether backend can accept message.
19143
19144         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19145
19146 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19147
19148         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19149         Avoid creating directory when nntp-marks-is-evil is true.
19150         Reported by Reiner Steib.
19151
19152 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-picon.el (gnus-picon-style): New variable.
19155         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19156         (gnus-picon-transform-address): Support `gnus-picon-style'.
19157         From Jesper Harder <harder@ifa.au.dk>.
19158
19159 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * message.el (message-fill-field): Return point.
19162         (message-generate-headers): Go to end of field.
19163
19164         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19165         stuff for non-living groups.
19166
19167 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * gnus-art.el (gnus-article-followup-with-original)
19170         (gnus-article-reply-with-original): gnus-mark-active-p ->
19171         gnus-region-active-p.
19172
19173 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19174
19175         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19176         only when there is spam or ham to be processed.
19177
19178 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19179
19180         * mail-source.el (mail-source-delete-crash-box): Refactor.
19181         (mail-source-fetch): Use it.
19182         (mail-source-fetch-file): Ditto.
19183         (mail-source-fetch-directory): Run postscript in loop.
19184         (mail-source-fetch-pop): Delete.
19185         (mail-source-fetch-maildir): Ditto.
19186         (mail-source-fetch-imap): Ditto.
19187
19188         * imap.el (imap-authenticators): Comment out sasl.
19189
19190         * message.el (message-skip-to-next-address): New function.
19191         (message-fill-header-address): Refactor.
19192         (message-fill-address): Use it.
19193         (message-delete-address): Use it.
19194         (message-fill-header-general): Refactor.
19195         (message-fill-field-address): Rename.
19196         (message-narrow-to-field): Find the start of the header.
19197         (message-header-format-alist): Don't pre-fill.
19198         (message-fill-header): Remove.
19199         (message-insert-header): New function.
19200         (message-shorten-references): Use it.
19201
19202         * rfc2047.el (rfc2047-field-value): Strip props.
19203
19204         * mail-parse.el (mail-header-make-address): New alias.
19205
19206         * ietf-drums.el (ietf-drums-make-address): New function.
19207
19208         * imap.el: Add compiler directives.
19209
19210         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19211
19212         * gnus-art.el (article-decode-idna-rhs): Don't use
19213         message-idna-inside-rhs-p.
19214
19215 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * message.el (message-idna-inside-rhs-p): Remove.
19218         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19219
19220         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19221         false positives.
19222
19223 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19224
19225         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19226
19227 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19228
19229         * nneething.el (nneething-file-name): Don't create spurious
19230         files.
19231
19232         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19233         (gnus-inews-do-gcc): Remove sleep.
19234
19235         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19236         part under point.
19237
19238         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19239         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19240
19241 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * spam.el (spam-summary-prepare-exit): Fix (length).
19244
19245 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19246
19247         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19248         as expired without moving it" message when there are spam
19249         messages left.
19250
19251 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19252
19253         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19254         header is not nil.
19255
19256 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19257
19258         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19259         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19260         (nntp-marks-changed-p): New arg SERVER.
19261         (nntp-request-update-info): Adjust caller.
19262
19263 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19264
19265         * nntp.el (nntp-save-marks): Pass missing arg.
19266
19267 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19268
19269         * nntp.el: Support marks.
19270         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19271         (nntp-marks-modtime, nntp-marks-directory): New variables.
19272         (nntp-request-set-mark, nntp-request-update-info)
19273         (nntp-possibly-create-directory, nntp-marks-changed-p)
19274         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19275         New functions.
19276
19277 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19280         (gnus-xmas-redefine): Rename.
19281
19282         * gnus-score.el (gnus-score-insert-help):
19283         Use gnus-select-lowest-window.
19284
19285         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19286         appt-select-lowest-window and rename to gnus-select-lowest-window.
19287
19288         * gnus.el: do.
19289
19290 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19291
19292         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19293         encodings of MIME-encoded words, in order to improve
19294         interoperability with several broken MUAs.
19295
19296 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19297
19298         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19299         tags, only when charsets are not specified in headers.
19300         (mm-inline-text-html-render-with-w3m): Ditto.
19301
19302         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19303         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19304
19305 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19306
19307         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19308         instead of MIME-decoded from fields when checking
19309         `gnus-article-address-banner-alist'.
19310
19311 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19312
19313         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19314         description rather than subject.
19315
19316 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19317
19318         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19319
19320 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19321
19322         * gnus.el (gnus-version-number): Bump.
19323
19324 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19325
19326         * gnus.el: No Gnus v0.2 is released.
19327
19328 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19329
19330         * gnus-agent.el (gnus-agent-read-agentview):
19331         Inline gnus-uncompress-range.
19332
19333 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19334
19335         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19336         `exec-installed-p'.
19337
19338 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19339
19340         * gnus.el (spam-process, spam-autodetect-methods):
19341         Add bsfilter and bsfilter-headers.
19342
19343         * spam.el (spam-bsfilter): New customize group.
19344         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19345         (spam-bsfilter-header, spam-bsfilter-probability-header)
19346         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19347         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19348         (spam-bsfilter-database-directory): New options.
19349         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19350         (spam-list-of-statistical-checks, spam-registration-functions):
19351         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19352         (spam-bsfilter-score): New command.
19353         (spam-check-bsfilter-headers, spam-check-bsfilter)
19354         (spam-bsfilter-register-with-bsfilter)
19355         (spam-bsfilter-register-spam-routine)
19356         (spam-bsfilter-unregister-spam-routine)
19357         (spam-bsfilter-register-ham-routine)
19358         (spam-bsfilter-unregister-ham-routine): New functions.
19359         (spam-generic-score): Support bsfilter; Accept an optional argument
19360         to recalcurate spam score even if scoring header has already been
19361         added.
19362         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19363         optional argument to recalcurate spam score even if scoring header
19364         has already been added.
19365
19366 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19369         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19370         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19371         link is missing.
19372
19373 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19374
19375         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19376         (html2text-get-attr): Rewrite.
19377
19378         * message.el (message-setup-1): Remove redundant put-text-property
19379         on mail-header-separator.
19380
19381 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19382
19383         * gnus-registry.el (gnus-registry-cache-whitespace)
19384         (gnus-registry-action, gnus-registry-spool-action)
19385         (gnus-registry-split-fancy-with-parent): Change message levels
19386         from 5 to 3 or 7, as needed.
19387
19388         * spam.el (spam-summary-prepare-exit)
19389         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19390         (spam-split, spam-find-spam, spam-log-undo-registration)
19391         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19392         level from 5 to 6.
19393
19394 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19397         2004-03-04 change).
19398
19399 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19400
19401         * sieve-manage.el (sieve-manage-open):
19402         * nnweb.el (nnweb-insert-html):
19403         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19404         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19405         * nnspool.el (nnspool-request-group):
19406         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19407         * nnml.el (nnml-request-update-info):
19408         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19409         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19410         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19411         (nnimap-request-set-mark):
19412         * nnfolder.el (nnfolder-request-update-info):
19413         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19414         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19415         * gnus-uu.el (gnus-uu-find-articles-matching):
19416         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19417         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19418         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19419         * gnus-nocem.el (gnus-nocem-scan-groups):
19420         * gnus-int.el (gnus-start-news-server):
19421         * gnus-group.el (gnus-group-make-kiboze-group)
19422         (gnus-group-browse-foreign-server):
19423         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19424         Use mapc when appropriate.
19425
19426 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19427
19428         FIXME: Make separate entries for each person.
19429
19430         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19431         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19432         <shields@msrl.com>:
19433
19434         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19435         may need for spam sorting and scoring.
19436         (spam-user-format-function-S): Add user format function suitable for
19437         general use.
19438         (spam-article-sort-by-spam-status): Add sorting function for summary
19439         sorting.
19440         (spam-extra-header-to-number): Add function to get a score from a
19441         header.
19442         (spam-summary-score): Add function to get a numeric score from the
19443         headers.
19444         (spam-generic-score): Fix function doc, was in wrong place.
19445         (spam-initialize): Take symbols when it's run, and install the
19446         extra headers that spam-necessary-extra-headers thinks we need.
19447
19448 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19449
19450         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19451         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19452
19453 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19454
19455         * gnus-sum.el (gnus-set-global-variables)
19456         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19457         (gnus-article-get-xrefs, gnus-summary-best-group)
19458         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19459         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19460         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19461         Use with-current-buffer.
19462
19463 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19464
19465         * spam.el (spam-summary-prepare-exit): Simplify logic.
19466         (spam-fetch-article-header): Read the article header if it's not
19467         available.
19468         (spam-list-articles): Simplify logic.
19469         (spam-filelist-register-routine): Fix bug with unregister-list.
19470
19471         * gnus-registry.el: Fix comments at beginning.
19472
19473 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19474
19475         * message.el (message-cater-to-broken-inn): Remove.
19476         (message-shorten-references): Make sure the total folded length of
19477         References is shorter than 998 characters to cater to a bug in INN
19478         2.3.  Also, don't pretend that references aren't folded -- this
19479         hasn't worked for a while.
19480
19481 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19482
19483         * gnus-agent.el (gnus-agentize):
19484         gnus-agent-send-mail-real-function no longer set to current value
19485         of message-send-mail-function but rather a lambda that calls
19486         message-send-mail-function.  The change makes the agent real-time
19487         responsive to user changes to message-send-mail-function.
19488
19489 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19490
19491         * legacy-gnus-agent.el
19492         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19493         help from Florian Weimer <fw@deneb.enyo.de>
19494
19495 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * nnmail.el (nnmail-cache-insert): Revert last change.
19498
19499 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * nnmail.el (nnmail-cache-insert): Always check whether
19502         nnmail-cache-ignore-groups matches a group name.
19503
19504 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19505
19506         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19507         (spam-find-spam, spam-log-processing-to-registry)
19508         (spam-log-registered-p, spam-log-unregistration-needed-p)
19509         (spam-log-undo-registration): Use gnus-message instead of
19510         gnus-error, none of these errors are fatal.
19511
19512         * gnus-registry.el (gnus-registry-clean-empty-function)
19513         (gnus-registry-clean-empty): Remove only empty entries without
19514         extra data.
19515
19516 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19517
19518         * spam-stat.el (spam-stat-buffer-change-to-spam)
19519         (spam-stat-buffer-change-to-non-spam): Change (error) to
19520         (gnus-message 8) invocation.
19521
19522 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * nntp.el (nntp-via-netcat-command): New variable.
19525         (nntp-via-netcat-switches): New variable.
19526         (nntp-open-via-rlogin-and-netcat): New function.
19527         (nntp-open-connection-function): Doc fix.
19528         (nntp-telnet-command): Doc fix.
19529         (nntp-end-of-line): Doc fix.
19530         (nntp-via-rlogin-command): Doc fix.
19531         (nntp-via-user-name): Doc fix.
19532         (nntp-via-address): Doc fix.
19533
19534 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19537         error in Emacs 21.1.
19538
19539 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19540
19541         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19542
19543 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19544
19545         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19546         (gnus-agent-with-refreshed-group): New macro.
19547         (gnus-agent-rename-group): New function.
19548         (gnus-agent-delete-group): New function.
19549         (gnus-agent-save-group-info): Use gnus-command-method when
19550         `method' parameter is nil.  Don't write nil entries into the
19551         active file.
19552         (gnus-agent-get-group-info): New function.
19553         (gnus-agent-fetch-articles):
19554         Use gnus-agent-update-files-total-fetched-for to increment disk space
19555         used.
19556         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19557         Use gnus-agent-update-view-total-fetched-for to increment disk space
19558         used.
19559         (gnus-agent-get-local): Add optional parameters to avoid calling
19560         gnus-group-real-name and gnus-find-method-for-group.
19561         (gnus-agent-set-local): Delete stored entry if either min, or max,
19562         are nil.
19563         (gnus-agent-fetch-session): Reworded error/quit messages.
19564         On quit, use gnus-agent-regenerate-group to record existance of any
19565         articles fetched to disk before the quit occurred.
19566         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19567         gnus-agent-update-view-total-fetched-for, and
19568         gnus-agent-update-files-total-fetched-for to decrement disk space
19569         used.
19570         (gnus-agent-retrieve-headers):
19571         Use gnus-agent-update-view-total-fetched-for to increment disk space
19572         used.
19573         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19574         with gnus-agent-update-files-total-fetched-for to decrement disk
19575         space and fresh group buffer.
19576         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19577         (gnus-agent-need-update-total-fetched-for): New variable.
19578         (gnus-agent-update-files-total-fetched-for): New function.
19579         (gnus-agent-update-view-total-fetched-for): New function.
19580         (gnus-agent-total-fetched-for): New function.
19581
19582         * gnus-cache.el (gnus-cache-save-buffers):
19583         Use gnus-cache-update-overview-total-fetched-for to change disk space
19584         used by this group.
19585         (gnus-cache-possibly-enter-article):
19586         Use gnus-cache-update-file-total-fetched-for to increment disk space
19587         used by this group.
19588         (gnus-cache-possibly-remove-article):
19589         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19590         used by this group.
19591         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19592         (gnus-cache-rename-group): New function.
19593         (gnus-cache-delete-group): New function.
19594         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19595         (gnus-cache-need-update-total-fetched-for): New variable.
19596         (gnus-cache-with-refreshed-group): New macro.
19597         (gnus-cache-update-file-total-fetched-for): New function.
19598         (gnus-cache-update-overview-total-fetched-for): New function.
19599         (gnus-cache-rename-group-total-fetched-for): New function.
19600         (gnus-cache-delete-group-total-fetched-for): New function.
19601         (gnus-cache-total-fetched-for): New function.
19602
19603         * gnus-group.el: Require gnus-sum and autoload functions to
19604         resolve warnings when gnus-group.el compiled alone.
19605         (gnus-group-line-format): Documented new %F.
19606         (size of Fetched data) group line format; identifies disk space
19607         used by agent and cache.
19608         (gnus-group-line-format-alist): Defined new F format.
19609         (gnus-total-fetched-for): New function.
19610         (gnus-group-delete-group): No longer update
19611         gnus-cache-active-altered as gnus-request-delete-group now keeps
19612         the cache in sync.
19613         (gnus-group-list-active): Let the agent store a server's active
19614         list if currently plugged.
19615
19616         * gnus-int.el (gnus-request-delete-group):
19617         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19618         local disk in sync with the server.
19619         (gnus-request-rename-group):
19620         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19621         local disk in sync with the server.
19622
19623         * gnus-start.el (gnus-get-unread-articles):
19624         Cosmetic simplification to logic.
19625
19626         * gnus-util.el (gnus-rename-file): New function.
19627
19628 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19629
19630         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19631
19632 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19633
19634         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19635         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19636
19637 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19640         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19641
19642 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19643
19644         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19645
19646 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19647
19648         * spam.el (spam-set-difference): Add function to replace
19649         gnus-set-difference in spam.el.
19650         (spam-summary-prepare-exit): Use spam-set-difference.
19651
19652 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19653
19654         * gnus-registry.el (gnus-registry-cache-file): Update to use
19655         gnus-dribble-directory OR gnus-home-directory OR ~.
19656         (gnus-registry-split-fancy-with-parent): Fix doc.
19657
19658 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * message.el (message-exchange-point-and-mark):
19661         Use message-mark-active-p.  Suggested by Jesper Harder
19662         <harder@ifa.au.dk>.
19663
19664 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * message.el (message-exchange-point-and-mark): Don't activate
19667         region if it was inactive.  Suggested by Hiroshi Fujishima
19668         <pooh@nature.tsukuba.ac.jp>.
19669
19670 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus-art.el (article-display-face): Display Faces in the same
19673         order as X-Faces.
19674
19675 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19678
19679 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19682         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19683         (gnus-article-mime-hierarchy): Remove.
19684         (gnus-article-mime-hierarchy-next): Remove.
19685         (gnus-article-mode): Revert 2004-03-19 change.
19686         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19687         (gnus-insert-mime-button): Revert 2004-03-19 change.
19688         (gnus-mime-accumulate-hierarchy): Remove.
19689         (gnus-mime-enter-multipart): Remove.
19690         (gnus-mime-leave-multipart): Remove.
19691         (gnus-mime-display-part): Revert 2004-03-19 change.
19692         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19693
19694         * mml.el (mml-preview): Revert 2004-03-19 change.
19695
19696 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19697
19698         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19699
19700 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19703         t while entering a file name using the mm-with-multibyte macro.
19704         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19705
19706         * mm-util.el (mm-with-multibyte): New macro.
19707
19708 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19711         New user option.
19712         (gnus-mime-multipart-functions): Doc and customization fix.
19713         (gnus-article-mime-hierarchy): New variable.
19714         (gnus-article-mime-hierarchy-next): New variable.
19715         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19716         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19717         gnus-article-mime-hierarchy-next to nil.
19718         (gnus-insert-mime-button): Show hierarchy numbers.
19719         (gnus-mime-accumulate-hierarchy): New function.
19720         (gnus-mime-enter-multipart): New function.
19721         (gnus-mime-leave-multipart): New function.
19722         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19723         (gnus-mime-display-alternative): Show hierarchy numbers.
19724
19725         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19726         gnus-article-mime-hierarchy-next to nil.
19727
19728 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19729
19730         * dns.el: Don't require gnus-xmas.
19731
19732 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19733
19734         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19735         inline PGP.
19736         (mml-menu): Disable mml-quote-region if mark is inactive.
19737
19738 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19741         when the group's active is not available.
19742
19743 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19746         error.
19747
19748 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19749
19750         * imap.el (imap-store-password): New variable.
19751         (imap-interactive-login): Use it.
19752         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19753
19754 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19757         window-start and hscroll to summary window.
19758
19759 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19760
19761         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19762         conversion message to newsrc-dribble when an actual conversion is
19763         performed.
19764
19765 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19766
19767         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19768
19769 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * mm-decode.el (mm-complicated-handles): New function reviving
19772         former definition of mm-multiple-handles.
19773
19774         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19775         (gnus-mime-delete-part): Use it.
19776
19777 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19778
19779         * gnus-agent.el (gnus-agent-read-local):
19780         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19781         avoid the implicit assumption that they will always be equal.
19782         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19783         coding-system-for-write, as the with-temp-file macro first prints
19784         to a buffer then saves the buffer.
19785
19786 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * gnus-art.el (gnus-article-edit-part): New function.
19789         (gnus-mime-save-part-and-strip): Use it; do query instead of
19790         signaling an error; don't use mm-multiple-handles.
19791         (gnus-mime-delete-part): Ditto.
19792
19793 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19794
19795         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19796         old file versions.
19797         (gnus-group-prepare-hook): Remove function that converted list
19798         form of gnus-agent-expire-days to group properties.
19799
19800         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19801         (gnus-request-accept-article): Re-indented.
19802
19803         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19804         converters to handle old agent file formats.  Add logic for a
19805         "backup before upgrading warning".
19806         (gnus-convert-mark-converter-prompt): Developers can mark
19807         functions as needing (default), or not needing,
19808         gnus-convert-old-newsrc's "backup before upgrading warning".
19809         (gnus-convert-converter-needs-prompt): Tests whether the user
19810         should be protected from potentially irreversable changes by the
19811         function.
19812
19813         * legacy-gnus-agent.el: New.  Provides converters that are only
19814         loaded when gnus-convert-old-newsrc needs to call them.
19815
19816 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * mail-source.el (mail-source-touch-pop): Doc fix.
19819
19820         * message.el (message-smtpmail-send-it): Doc fix.
19821
19822 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19823
19824         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19825
19826         * nnmail.el (nnmail-split-fancy): do.
19827
19828         * gnus-kill.el (gnus-kill, gnus-execute): do.
19829
19830 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19831
19832         * gnus-sum.el (gnus-widget-reversible-match)
19833         (gnus-widget-reversible-to-internal)
19834         (gnus-widget-reversible-to-external): New functions.
19835         (gnus-widget-reversible): New widget.
19836         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19837
19838 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19839
19840         * gnus-sum.el (gnus-thread-sort-functions)
19841         (gnus-article-sort-functions): Document `(not F)' items.
19842
19843 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19844
19845         * spam.el (spam-use-gmane-xref): Add new backend.
19846         (spam-gmane-xref-spam-group): Add variable to control the name of the
19847         Gmane spam group.
19848         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19849         (spam-regex-headers-spam, spam-regex-headers-ham)
19850         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19851         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19852         backends and checks.
19853         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19854
19855         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19856         an autodetect method.
19857
19858 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19859
19860         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19861         articles are being added to a group.
19862         (gnus-request-replace-article): Inform the agent that articles
19863         need to be uncached as the cached contents are no longer valid.
19864
19865 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * binhex.el: Don't autoload executable-find.
19868
19869         * canlock.el: Don't autoload mail-fetch-field.
19870
19871         * dgnushack.el: Autoload c-mode for XEmacs.
19872
19873         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19874
19875         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19876         rmail-dont-reply-to and rmail-output.
19877
19878         * gnus-score.el: Don't autoload ffap-string-at-point.
19879
19880         * gnus-setup.el: Don't autoload sc-cite-original.
19881
19882         * imap.el: Don't autoload base64-decode-string,
19883         base64-encode-string and md5.
19884
19885         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19886         and rmail-msg-restore-non-pruned-header.
19887
19888         * mm-decode.el: Don't autoload executable-find.
19889
19890         * mm-url.el: Don't autoload executable-find.
19891
19892         * mm-view.el: Don't autoload diff-mode.
19893
19894         * nndb.el: Don't autoload news-reply-mode, news-setup,
19895         cancel-timer and telnet.
19896
19897         * password.el: Don't autoload run-at-time for Emacs.
19898
19899         * sha1-el.el: Don't autoload executable-find.
19900
19901         * sieve-mode.el: Don't autoload c-mode.
19902
19903         * uudecode.el: Don't autoload executable-find.
19904
19905 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19906
19907         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19908         (gnus-agent-possibly-alter-active): Avoid null in numeric
19909         comparison.
19910         (gnus-agent-set-local): Refuse to save null in local object table.
19911         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19912         list of articles that will be marked as unread.
19913
19914 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19917
19918 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19919
19920         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19921         language tags.
19922
19923 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19924
19925         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19926         Don't bind "obarray".
19927
19928         * gnus-sum.el (gnus-thread-sort-functions):
19929         Add `gnus-thread-sort-by-most-recent-number' and
19930         `gnus-thread-sort-by-most-recent-date'.
19931         Reported by Kai Grossjohann <kai@emptydomain.de>.
19932
19933 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19936
19937 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19938
19939         * gnus-cus.el (gnus-agent-customize-category):
19940         Remove ignore-errors macro reference that required cl to be loaded at
19941         run-time.
19942
19943         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19944         single-interval range of the form (min . max).  Previously the
19945         range had to look like ((min . max)).  Likewise, return
19946         (min . max) rather than ((min . max)).
19947         (gnus-range-map): Use gnus-range-normalize to accept
19948         single-interval range.
19949
19950         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19951         the cache, but not the agent, now appear with their usual face.
19952
19953         * dgnushack.el (loaddir): New variable that is bound to the
19954         directory containing the dgnushack.el file. Use loaddir, rather
19955         than srcdir, to update load-path. Change lets dgnushack compile
19956         code in directories other than GNUS/lisp.
19957
19958 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * lpath.el: Don't bind w3m-safe-url-regexp.
19961
19962         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19963         w3m-safe-url-regexp variable buffer-local.
19964
19965         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19966
19967 2004-02-27  Simon Josefsson  <jas@extundo.com>
19968
19969         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19970         gnus-group-real-prefix.
19971         (gnus-summary-move-article): Use it, instead of
19972         gnus-group-real-prefix.
19973
19974 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * lpath.el: Bind w3m-safe-url-regexp.
19977
19978         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19979         w3m-safe-url-regexp variable buffer-local and set it as the value
19980         of mm-w3m-safe-url-regexp.
19981
19982         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19983
19984         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19985         parsing gnus-posting-styles when the message is not for replying.
19986
19987         * dgnushack.el: Autoload sgml-mode for XEmacs.
19988
19989         * nnrss.el (nnrss-opml-export):
19990         Use mm-set-buffer-file-coding-system instead of
19991         set-buffer-file-coding-system.
19992
19993 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19994
19995         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19996         of checkdoc.el).
19997         * nnrss.el: do.
19998         * gnus-mlspl.el: do.
19999         * gnus-ml.el: do.
20000         * gnus-srvr.el: do.
20001
20002         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20003
20004 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20005
20006         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20007         Corrections to custom-manual links.
20008
20009         * gnus-art.el (gnus-article): Ditto.
20010
20011         * mm-decode.el (mime-display, mime-security): Ditto.
20012
20013 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20014
20015         * flow-fill.el: Typo.
20016
20017 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20018
20019         * spam-wash.el: New file.
20020
20021 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20022
20023         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20024
20025 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20026
20027         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20028         to be run with new-articles as LIST1, not LIST2.
20029         (spam-registration-functions): Add spam-use-ham-copy as a nil
20030         registration backend.
20031
20032 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20033
20034         * spam-stat.el (spam-stat-washing-hook): New option.
20035         (spam-stat-buffer-words): Use it.
20036         (spam-stat-process-directory, spam-stat-test-directory):
20037         Use insert-file-contents-literally.
20038         (spam-stat-coding-system): New variable.
20039         (spam-stat-load, spam-stat-save): Use it.
20040
20041 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * spam-report.el (spam-report-plug-agent):
20044         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20045
20046 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20047
20048         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20049         Allow / in mailto URLs.
20050
20051 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * spam-report.el (spam-report-process-queue): Fix interactive use.
20054         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20055         (spam-report-unplug-agent): Doc fixes.
20056         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20057         (spam-report-agentize, spam-report-deagentize): Autoload.
20058
20059 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20060
20061         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20062
20063         * message.el (message-setup-fill-variables): Add mml tags to
20064         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20065         <ajk@iu.edu>.
20066         (message-mode): Don't modify paragraph-separate there.
20067
20068 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20069
20070         * compface.el (uncompface-use-external): Default to undecided.
20071         (uncompface-use-external-threshold): New variable.
20072         (uncompface-float-time): New macro.
20073         (uncompface): Determine whether to use the external decoder if
20074         uncompface-use-external is undecided.
20075
20076 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20077
20078         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20079         after images.
20080
20081         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20082
20083 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20084
20085         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20086
20087         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20088
20089         * gnus-sum.el (gnus-summary-limit-to-age)
20090         (gnus-summary-limit-children): do.
20091
20092         * gnus-int.el (gnus-request-scan): do.
20093
20094         * gnus-group.el (gnus-group-suspend): do.
20095
20096         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20097
20098         * gnus-cite.el (gnus-cite-parse-attributions): do.
20099
20100         * gnus-agent.el (gnus-summary-set-agent-mark)
20101         (gnus-agent-regenerate-group): do.
20102
20103         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20104
20105         * binhex.el (binhex-decode-region-internal): do.
20106
20107 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * gnus-fun.el (gnus-face-properties-alist): New user option.
20110         (gnus-display-x-face-in-from): Use it.
20111
20112         * gnus-art.el (article-display-face): Ditto.
20113
20114         * compface.el (uncompface-use-external): Default to nil.
20115
20116 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * nntp.el (nntp-erase-buffer): New function.
20119         (nntp-retrieve-data, nntp-send-command)
20120         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20121         (nntp-possibly-change-group): Use it.
20122
20123         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20124         Use with-current-buffer.
20125
20126 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20127
20128         * compface.el: Merge the ELisp-based uncompface program.
20129         (compface): New customization group.
20130         (uncompface-use-external): New user option.
20131         (uncompface): Call uncompface-internal if uncompface-use-external
20132         is nil.
20133         (uncompface-internal): New function.  Note that there are also
20134         some other functions and variables added for this function.
20135
20136 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20137
20138         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20139         if necessary.
20140
20141 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * spam-report.el (spam-report-unplug-agent)
20144         (spam-report-plug-agent, spam-report-deagentize)
20145         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20146         Add support for the Agent in spam-report: when unplugged, report to a
20147         file; when plugged, submit all the requests.
20148
20149         * spam.el (spam-register-routine): Fix message about
20150         registration.
20151
20152 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20153
20154         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20155         dependencies.
20156         (rfc2047-encode): Use it.
20157
20158         * gnus-art.el (gnus-button-marker-list): Move before first
20159         reference.
20160
20161         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20162         (imap-parse-body): Fix format string mismatch.
20163
20164         * gnus-score.el (gnus-summary-increase-score): do.
20165
20166         * nnrss.el (nnrss-close): New function.
20167
20168 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20169
20170         * nnrss.el (nnrss-make-filename): New function.
20171         (nnrss-request-delete-group, nnrss-read-server-data)
20172         (nnrss-save-server-data, nnrss-read-group-data)
20173         (nnrss-save-group-data): Use it.
20174         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20175         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20176         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20177
20178 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20179
20180         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20181
20182 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20183
20184         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20185         files.
20186
20187         * message.el (message-generate-headers-first): Don't quote nil
20188         and t in docstrings.
20189
20190         * imap.el (imap-id): do.
20191
20192         * gnus-agent.el (gnus-agent-consider-all-articles)
20193         (gnus-agent-queue-mail): do.
20194
20195 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20196
20197         * spam-report.el (spam-report-process-queue): New function.
20198         Process requests from `spam-report-requests-file'.
20199         (spam-report-process-queue): Doc fix.
20200
20201 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20202
20203         * spam.el (spam-register-routine)
20204         (spam-log-processing-to-registry, spam-log-registered-p)
20205         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20206         Change "check" to "spam-check" for semi-clarity.
20207
20208 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20209
20210         * pop3.el: Require nnheader.
20211
20212         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20213
20214         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20215
20216         * gnus-picon.el: Require cl.
20217
20218         * gnus-fun.el: Require gnus-ems and gnus-util.
20219
20220         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20221
20222         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20223
20224         * gnus-art.el (gnus-article-edit-mode): Define before first
20225         reference.
20226
20227 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20228
20229         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20230         (gnus-uu-post-encoded): Use point-at-bol.
20231
20232         * gnus-topic.el (gnus-group-active-topic-p): do.
20233
20234         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20235
20236         * gnus-group.el (gnus-group-kill-region): do.
20237
20238         * gnus-art.el (article-date-ut): do.
20239
20240         * message.el (message-fetch-field): Remove redundant
20241         case-fold-search binding.
20242         (message-narrow-to-field): Simplify.
20243
20244 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * spam.el (spam-directory): Derive from `gnus-directory'.
20247
20248         * spam-report.el (spam-report-url-to-file)
20249         (spam-report-requests-file): New function and variable for offline
20250         reporting.
20251         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20252         and user defined function.
20253         (spam-report-url-ping-mm-url): Remove doubled slash.
20254
20255 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20256
20257         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20258
20259 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20260
20261         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20262         Fix format string mismatch.
20263
20264         * sieve.el (sieve-deactivate-all): do.
20265
20266         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20267
20268         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20269
20270         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20271
20272         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20273
20274 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20275
20276         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20277         the list of checks.
20278
20279 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20280
20281         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20282         padding.
20283
20284 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20285
20286         * mm-view.el (mm-fill-flowed): New variable.
20287         (mm-inline-text): Use it.
20288
20289 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20290
20291         * spam.el (spam-spamassassin-register-ham-routine)
20292         (spam-spamassassin-register-spam-routine): Fix function names.
20293
20294 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * gnus.el (gnus-tmp-grouplens): Remove.
20297         (gnus-summary-line-format): Remove grouplens.
20298
20299         * gnus-group.el (gnus-group-line-format): Ditto.
20300
20301         * gnus-spec.el (gnus-format-specs): Ditto.
20302         (gnus-update-format-specifications): Flush the group format spec
20303         cache if there's the grouplens stuff.
20304         (gnus-parse-simple-format): Replace %l with the empty string.
20305
20306 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20307
20308         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20309         omission.
20310
20311 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20314         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20315
20316 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20317
20318         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20319         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20320         New macros and functions.
20321         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20322         Handle > NLINK_MAX messages.
20323         * nnmaildir.el (nnmaildir-request-set-mark):
20324         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20325
20326 2004-01-25  Alex Schroeder  <alex@gnu.org>
20327
20328         * spam-stat.el (spam-stat-process-directory-age): New option.
20329         (spam-stat-process-directory): Use it.
20330
20331 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20332
20333         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20334         (spam-stat-save): Accept prefix argument.
20335
20336 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20337
20338         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20339         links" error.
20340
20341 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20342
20343         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20344         the rest of the and/or forms.
20345
20346 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20347
20348         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20349         compatibility with old .newsrc.eld files.
20350
20351         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20352
20353         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20354
20355         * gnus-start.el (gnus-1): do.
20356
20357         * gnus-group.el (gnus-group-line-format-alist): do.
20358
20359         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20360
20361         * gnus-gl.el: Remove.
20362
20363 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20364
20365         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20366         marks consisting of a single range {for example, (3 . 5)} rather
20367         than a list of a single range { ((3 . 5)) }.
20368
20369 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20370
20371         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20372         Use with-current-buffer.
20373         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20374         avoid consing a string.
20375
20376         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20377         Remove obsolete entries for big5 and gb2312.
20378
20379 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20380
20381         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20382         uncompressed list.
20383
20384 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20385
20386         * spam-stat.el (spam-stat-strip-xref): New function.
20387         (spam-stat-process-directory): Use it.
20388
20389         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20390         here -- it's done in message-fetch-field.
20391
20392 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20393
20394         * gnus-agent.el (gnus-agent-queue-mail)
20395         (gnus-agent-prompt-send-queue): New variables.
20396         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20397         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20398         "nndraft:queue" along to gnus-draft-send.
20399         Use gnus-agent-prompt-send-queue.
20400         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20401         is "nndraft:queue".  Suggested by Gaute Strokkenes
20402         <gs234@srcf.ucam.org>
20403
20404         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20405         (agent-enable-undownloaded-faces): Add.
20406         (gnus-agent-cat-groups): Use eval-and-compile, not
20407         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20408         method of gnus-agent-cat-groups even when the buffer has been
20409         evaled.
20410         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20411         delete gnus-agent-save-active-1.
20412         (gnus-agent-save-groups): Delete.  Identical to
20413         gnus-agent-save-active.
20414         (gnus-agent-write-active): No longer adjust agent's copy of active
20415         file as agent's adjustments are now stored in their own
20416         file.  Remove optional parameter.
20417         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20418         servers.  Add use of min/max range limits from server's local
20419         file.
20420         (gnus-agent-save-alist): Remove unused optional argument.
20421         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20422         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20423         (gnus-agent-set-local): A per-server file that keeps min/max range
20424         limits for articles known to the agent.  Provides a fast mechanism
20425         for altering many active ranges.
20426         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20427         active file (local makes it unnecessary).
20428         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20429
20430         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20431         (agent-enable-undownloaded-faces): Add.
20432
20433         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20434         disable it when sending to "nndraft:queue".
20435         (gnus-group-send-queue): Add safety check to avoid sending queue
20436         when unplugged.
20437
20438         * gnus-group.el (gnus-group-catchup): Use new
20439         gnus-sequence-of-unread-articles, not
20440         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20441         numbers of articles.  Use gnus-range-map to avoid having to
20442         uncompress the unread list.
20443         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20444         Fix invalid ange-ftp reference.
20445
20446         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20447         (gnus-sorted-range-intersection): Intersection of two ranges
20448         without requiring that they first be uncompressed.
20449
20450         * gnus-start.el (gnus-activate-group): Unless blocked by the
20451         caller, possibly expand the active range to include both cached
20452         and agentized articles.
20453         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20454         multiple version-dependent converters.
20455         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20456         gnus-agent-save-active.
20457         (gnus-save-newsrc-file): Save dirty agent range limits.
20458
20459         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20460         gnus-agent-possibly-alter-active.
20461         (gnus-adjust-marked-articles): Faster handling of simple lists.
20462
20463 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * spam-stat.el (spam-stat-test-directory): New optional argument
20466         displays a list of files detected.  Suggested by Andrew Cohen
20467         <cohen@andy.bu.edu>.
20468         (spam-stat-buffer-words-with-scores): Don't narrow and change
20469         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20470
20471 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20472
20473         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20474         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20475         (spam-spamassassin-arguments)
20476         (spam-spamassassin-spam-flag-header)
20477         (spam-spamassassin-positive-spam-flag-header)
20478         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20479         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20480         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20481         (spam-list-of-processors, spam-list-of-checks)
20482         (spam-list-of-statistical-checks, spam-registration-functions)
20483         (spam-check-spamassassin-headers, spam-check-spamassassin)
20484         (spam-spamassassin-score)
20485         (spam-spamassassin-register-with-sa-learn)
20486         (spam-spamassassin-register-spam-routine)
20487         (spam-spamassassin-register-ham-routine)
20488         (spam-assassin-register-spam-routine)
20489         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20490         (spam-bogofilter-score): Fix to show article before scoring.
20491
20492 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20493
20494         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20495         default scoring function.
20496         (spam-generic-score): Call spam-spamassassin-score if
20497         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20498         spam-bogofilter-score otherwise.
20499
20500         * gnus.el (spam-process, spam-autodetect-methods):
20501         Add spamassassin and spamassassin-headers.
20502
20503 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20504
20505         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20506         Suppress unnecessary messages.
20507
20508 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20509
20510         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20511         make-hash-table.
20512
20513 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * canlock.el (base64-encode-string): Don't autoload it.
20516
20517 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * run-at-time.el: Remove useless (require 'itimer),
20520         eval-and-compile and (featurep 'xemacs).
20521
20522 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20523
20524         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20525         GROUP is a virtual group.
20526
20527 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20528
20529         * gnus.el: Autoload `message-y-or-n-p'.
20530
20531 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20532
20533         * pgg-parse.el: Remove unnecessary (require 'custom).
20534
20535         * pgg-def.el: do.
20536
20537         * nnmail.el: do.
20538
20539         * gnus-undo.el: do.
20540
20541         * gnus-picon.el: do.
20542
20543         * gnus-util.el: do.
20544
20545 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20546
20547         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20548
20549 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20552         handle, as well as a list.
20553
20554         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20555         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20556         (mm-w3m-cid-retrieve): Simplify.
20557
20558 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20559
20560         * message.el (message-kill-to-signature): Allow prefix arg to
20561         specify number of lines to keep before signature.
20562
20563 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20564
20565         * message.el (message-kill-to-signature): Change docstring.
20566
20567 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * canlock.el: Always require sha1-el.
20570         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20571
20572         * message.el: Autoload sha1 only when compiling.
20573
20574         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20575         eudc-expand-inline for XEmacs.
20576
20577 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * message.el (message-canlock-generate): Require sha1-el.
20580
20581 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20582
20583         * message.el (message-expand-name): Silence the byte compiler.
20584
20585         * lpath.el: Add detect-coding-system.
20586
20587         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20588         cus-edit.
20589
20590 2004-01-13  Simon Josefsson  <jas@extundo.com>
20591
20592         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20593         Invoke gnus-score-mode.
20594         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20595
20596         * gnus-range.el (gnus-compress-sequence): Doc fix.
20597         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20598
20599 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20600
20601         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20602
20603 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20604
20605         * spam.el (spam-get-article-as-string): Update to use
20606         gnus-request-article-this-buffer, much simpler.
20607         (spam-get-article-as-buffer): Remove.
20608
20609 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20610
20611         * message.el (message-expand-name): Use EUDC if the user uses that.
20612
20613 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20614
20615         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20616         character for the encoding to avoid consing a string.
20617
20618         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20619         unnecessarily.
20620
20621         * mm-util.el (mm-replace-chars-in-string): Remove.
20622
20623         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20624         of mm-replace-chars-in-string.
20625
20626 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20627
20628         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20629
20630         * mm-util.el (mm-subst-char-in-string): Support inplace.
20631
20632         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20633         a new string in every iteration.  Use shy groups.
20634
20635 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20636
20637         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20638         * gnus-soup.el (gnus-soup-group-brew):
20639         * gnus-msg.el (gnus-put-message):
20640         * gnus-move.el (gnus-group-move-group-to-server):
20641         * gnus-kill.el (gnus-batch-score):
20642         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20643         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20644         (gnus-group-update-group, gnus-group-read-group)
20645         (gnus-group-make-group, gnus-group-make-help-group)
20646         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20647         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20648         (gnus-group-sort-by-unread, gnus-group-catchup)
20649         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20650         (gnus-group-yank-group, gnus-group-set-info)
20651         (gnus-group-list-groups):
20652         * gnus.el (gnus-generate-new-group-name):
20653         * gnus-delay.el (gnus-delay-send-queue):
20654         * nnvirtual.el (nnvirtual-catchup-group):
20655         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20656         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20657         (gnus-group-prepare-topics, gnus-topic-check-topology):
20658         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20659         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20660         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20661         (gnus-group-make-articles-read):
20662         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20663         (gnus-group-change-level, gnus-kill-newsgroup)
20664         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20665         (gnus-get-unread-articles, gnus-make-articles-unread)
20666         (gnus-make-ascending-articles-unread): Use accessor
20667         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20668         to get group information for improved readability.
20669
20670
20671 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20672
20673         * gnus-art.el (article-decode-mime-words, article-babel)
20674         (gnus-article-highlight-signature, gnus-article-add-buttons)
20675         (gnus-signature-toggle): Use gnus-with-article-buffer.
20676
20677         * gnus-art.el (gnus-article-highlight-headers)
20678         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20679
20680         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20681         (gnus-article-set-globals, gnus-request-article-this-buffer)
20682         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20683         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20684         (gnus-mime-display-alternative): Use with-current-buffer.
20685
20686 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20687
20688         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20689         also under 80 char limit, and call gnus-error if needed.
20690         (spam-fetch-article-header): Fix - it was a
20691         buffer-local variable (gnus-newsgroup-data).
20692         (spam-find-spam): Use spam-generate-fake-headers, forget about
20693         spam-insert-fake-headers.
20694         (spam-insert-fake-headers): Remove.
20695
20696 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20697
20698         * deuglify.el (gnus-article-outlook-unwrap-lines)
20699         (gnus-outlook-rearrange-article)
20700         (gnus-outlook-repair-attribution-outlook)
20701         (gnus-outlook-repair-attribution-block)
20702         (gnus-outlook-repair-attribution-other): Remove redundant
20703         save-excursion.
20704
20705 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20706
20707         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20708         (spam-fetch-field-subject-fast)
20709         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20710         (spam-fetch-article-header): Add functions to deal with Gnus
20711         internals for fast retrieval of article header data.
20712         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20713
20714 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20715
20716         * pop3.el (pop3-md5): Remove.
20717         (pop3-apop): Replace pop3-md5 with md5.
20718
20719         * mm-bodies.el: base64 is always built-in.
20720
20721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20722         Use with-current-buffer.
20723
20724 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20725
20726         * canlock.el (canlock-insert-header): Remove excessive grouping in
20727         regexp.
20728
20729         * gnus-sum.el (gnus-summary-read-document): Ditto.
20730
20731         * gnus-uu.el (gnus-uu-part-number): Ditto.
20732
20733         * html2text.el (html2text-remove-tags): Ditto.
20734         (html2text-format-tags): Ditto.
20735         (html2text-format-single-elements): Ditto.
20736
20737         * mml.el (mml-parse-1): Ditto.
20738
20739 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20740
20741         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20742
20743         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20744
20745         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20746
20747         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20748
20749 2003-11-15  Simon Josefsson  <jas@extundo.com>
20750
20751         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20752         (pgg-gpg-lookup-key): Use regexp match instead of
20753         split-string (split-string is different between emacs 21.2 and
20754         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20755
20756 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20757
20758         * gnus-art.el (gnus-mime-view-all-parts)
20759         (gnus-article-part-wrapper, gnus-article-view-part):
20760         Use with-current-buffer.
20761
20762 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20763
20764         * spam.el (spam-disable-spam-split-during-ham-respool)
20765         (spam-spamoracle-database, spam-cache-lookups)
20766         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20767         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20768         (spam-group-ham-marks, spam-group-spam-marks)
20769         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20770         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20771         also add spam-use-blackholes to the statistical checks.
20772         (spam-fetch-field-fast): Add interface to fetching fields, may
20773         become a macro.
20774         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20775         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20776         (spam-insert-fake-headers): Fake an article when needed.
20777         (spam-find-spam): Fake article when possible.
20778         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20779         (spam-check-bogofilter-headers): Use message-fetch-field instead
20780         of nnmail-fetch-field.
20781
20782 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20783
20784         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20785
20786 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20787
20788         * spam.el (spam-split): Do not require spam-use-CHECK to be
20789         enabled if that check is passed to spam-split explicitly; also
20790         fix so 'spam doesn't get converted to spam-split-group when
20791         spam-split-symbolic-return is t.
20792         (spam-find-spam): Find registrations of the article and use those
20793         instead of re-running spam-split to find the spam/ham
20794         classification of the article.
20795         (spam-log-processing-to-registry, spam-log-registered-p)
20796         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20797         Use gnus-error instead of gnus-message.
20798         (spam-log-registration-type): Add function to determine the
20799         classification of a message based on registry entries; will
20800         return nil if both 'spam and 'ham are found.
20801         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20802         a reasonably fast local cache without the loading errors.
20803         (spam-cache-lookups): Set to t by default.
20804         (spam-find-spam): Don't try to guess spam-cache-lookups.
20805         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20806         spam-caches entry.
20807         (spam-filelist-build-cache, spam-filelist-check-cache):
20808         Fix caching of whitelist/blacklist entries.
20809         (spam-check-whitelist, spam-check-blacklist):
20810         Invoke spam-from-listed-p with a type, not a cache variable.
20811         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20812
20813 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20814
20815         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20816
20817         * nnmail.el (nnmail-split-fancy): do.
20818
20819         * mml.el (mml-parse): do.
20820
20821         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20822         (gnus-score-adaptive): do.
20823
20824 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20827         (gnus-mime-button-map): Don't set keymap parent.
20828         (gnus-button-ctan-directory-regexp): Use shy grouping.
20829         (gnus-prev-page-map): Don't set keymap parent.
20830         (gnus-prev-page-map): Remove duplicated one.
20831         (gnus-next-page-map): Don't set keymap parent.
20832         (gnus-mime-security-button-map): Ditto.
20833
20834         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20835         version number.
20836
20837         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20838
20839 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * canlock.el (canlock-sha1-function): Remove.
20842         (canlock-sha1-function-for-verify): Remove.
20843         (canlock-openssl-program): Remove.
20844         (canlock-openssl-args): Remove.
20845         (canlock-ignore-errors): Remove.
20846         (canlock-sha1-with-openssl): Remove.
20847         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20848         (canlock-verify): Don't use canlock-ignore-errors.
20849
20850         * sha1-el.el (sha1-string-external): Make it can return a string
20851         in binary form.
20852         (sha1-region-external): Ditto.
20853         (sha1-string-internal): Ditto.
20854         (sha1-region-internal): Ditto.
20855         (sha1-region): Ditto.
20856         (sha1-string): Ditto.
20857         (sha1): Ditto.
20858
20859 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20860
20861         * spam.el (spam-report-articles-gmane): New command.
20862
20863 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20866
20867         * run-at-time.el (run-at-time-saved): Remove.
20868         (run-at-time): Doc fix.
20869
20870 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20871
20872         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20873         (gnus-summary-limit-map): Add it.
20874         (gnus-summary-make-menu-bar): do.
20875
20876 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20877
20878         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20879         Make attempt at some caching support (done for BBDB only now).
20880         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20881         addresses to be checked.
20882         (spam-clear-cache-BBDB): Add function, to be invoked by
20883         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20884         (spam-check-BBDB): Check and use the caches, if
20885         spam-cache-lookups is on, remove superfluous (provide).
20886
20887 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20888
20889         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20890
20891 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20892
20893         * run-at-time.el (run-at-time-saved): Move to after the definition
20894         of `run-at-time'.
20895
20896         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20897
20898 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20899
20900         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20901         mm-w3m-local-map-property.
20902
20903         * mm-view.el (mm-w3m-mode-map): Remove.
20904         (mm-w3m-local-map-property): Remove.
20905         (mm-inline-text-html-render-with-w3m): Don't use
20906         mm-w3m-local-map-property.
20907
20908 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20909
20910         * run-at-time.el: New file.
20911
20912         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20913         under Emacs.
20914
20915         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20916         of gnus-set-text-properties.
20917
20918         * gnus-uu.el (gnus-uu-save-article): Ditto.
20919
20920         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20921
20922         * gnus-cite.el (gnus-cite-parse): Ditto.
20923
20924         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20925         of gnus-.
20926
20927         * gnus-xmas.el (run-at-time): Require run-at-time.
20928
20929         * gnus.el: Change calls to nnheader-run-at-time and
20930         password-run-at-time throughout to use run-at-time directly.
20931
20932         * password.el: Remove definition of run-at-time.
20933
20934         * nnheaderxm.el: Remove definition of run-at-time.
20935
20936 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20937
20938         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20939         in prompt.
20940
20941 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20942
20943         * messagexmas.el (message-xmas-redefine): Alias
20944         `message-make-caesar-translation-table' to
20945         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20946         version.
20947
20948         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20949         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20950         `gnus-xmas-set-text-properties'.
20951         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20952         `gnus-xmas-completing-read'.
20953         (gnus-xmas-completing-read): Removed.
20954         (gnus-xmas-open-network-stream): Removed.
20955
20956         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20957         XEmacs version.
20958
20959         * dns.el (dns-make-network-process): Use `open-network-stream'
20960         instead of `gnus-xmas-open-network-stream'.
20961
20962         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20963
20964         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20965
20966 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20967
20968         * gnus-art.el (gnus-mime-display-alternative)
20969         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20970         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20971         Don't use gnus-local-map-property.
20972
20973         * gnus-util.el (gnus-local-map-property): Remove.
20974
20975         * mm-view.el (mm-view-pkcs7-decrypt):
20976         Replace gnus-completing-read-maybe-default with completing-read.
20977
20978         * gnus-util.el (gnus-completing-read): do.
20979         (gnus-completing-read-maybe-default): Remove.
20980
20981 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20982
20983         * password.el: Only autoload `run-at-time' if not XEmacs.
20984         Only autoload the itimer functions if XEmacs.
20985
20986 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20989         XEmacsen.
20990
20991         * dgnushack.el: Autoload executable-find for XEmacs.
20992
20993 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20994
20995         * gnus-art.el (gnus-read-string): Remove.
20996         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20997         read-string.
20998
20999 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21000
21001         * netrc.el: Autoload password-read.
21002         (netrc): Add configuration group.
21003         (netrc-encoding-method, netrc-openssl-path):
21004         Add variables for encoding and decoding of files with symmetric
21005         ciphers.
21006         (netrc-encode): Add assistant function to encode a file with
21007         netrc-encoding-method.
21008         (netrc-parse): Add interactive parameter, added optional
21009         decoding if netrc-encoding-method is non-nil but otherwise
21010         behavior is standard.
21011         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21012         Do s/encode/encrypt/ everywhere.
21013
21014         * spam.el: Remove executable-find autoload.
21015
21016 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21017
21018         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21019
21020         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21021
21022 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21023
21024         * gnus-art.el (gnus-treat-ansi-sequences)
21025         (article-treat-ansi-sequences): New variable and function.
21026         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21027
21028         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21029         Use it.
21030
21031 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21032
21033         * mm-util.el (mm-quote-arg): Remove.
21034
21035         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21036         shell-quote-argument.
21037
21038         * gnus-uu.el (gnus-uu-command): do.
21039
21040         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21041
21042         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21043         with make-char.
21044
21045         * mm-util.el (mm-make-char): Remove.
21046
21047         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21048         add-minor-mode.
21049
21050         * gnus-undo.el (gnus-undo-mode): do.
21051
21052         * gnus-topic.el (gnus-topic-mode): do.
21053
21054         * gnus-sum.el (gnus-dead-summary-mode): do.
21055
21056         * gnus-start.el (gnus-slave-mode): do.
21057
21058         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21059
21060         * gnus-ml.el (gnus-mailing-list-mode): do.
21061
21062         * gnus-gl.el (gnus-grouplens-mode): do.
21063
21064         * gnus-draft.el (gnus-draft-mode): do.
21065
21066         * gnus-dired.el (gnus-dired-mode): do.
21067
21068         * gnus-ems.el (gnus-add-minor-mode): Remove.
21069
21070         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21071         Replace gnus-char-width with char-width.
21072
21073         * gnus-ems.el (gnus-char-width): Remove.
21074
21075         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21076         Replace gnus-char-width with char-width.
21077
21078         * gnus-ems.el (gnus-char-width): Remove.
21079
21080         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21081         definition.
21082         Remove Emacs 20 hash table compatibility code.
21083
21084         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21085         20 compatibility code.
21086
21087         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21088
21089         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21090
21091         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21092         Replace with point-at-{eol,bol}.
21093
21094         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21095
21096         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21097
21098         * flow-fill.el (fill-flowed-point-at-bol)
21099         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21100
21101         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21102         Replace with point-at-{eol,bol} throughout all files.
21103
21104 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * ntlm.el (ntlm-string-as-unibyte): New macro.
21107         (ntlm-build-auth-response): Use it.
21108
21109         Remove Emacs 20 stuff:
21110         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21111         (butlast, mapc, remove): Remove the compiler macros.
21112         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21113         of delq and copy-sequence.
21114         * gnus-art.el (popup-menu): Remove the compiler macro.
21115         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21116         Emacs 20.
21117
21118 2004-01-05  Simon Josefsson  <jas@extundo.com>
21119
21120         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21121         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21122         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21123         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21124         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21125         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21126         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21127         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21128         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21129         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21130         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21131         string-xor into ntlm-string-xor.
21132         Suggested by Jesper Harder <harder@myrealbox.com>.
21133
21134         * ntlm.el: Don't include poem.
21135
21136         * md4.el (print-int32, print-string-hexa): Remove.
21137         Suggested by Jesper Harder <harder@myrealbox.com>.
21138
21139         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21140
21141         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21142         probably breaks emacs with DL patch, but do we care? Is anyone
21143         still using the DL stuff?)
21144
21145         * sieve-manage.el: Use the password package.
21146         (sieve-manage-read-passwd): Remove.
21147         (sieve-manage-interactive-login): Use password.  Re-add
21148         condition-case around loop.
21149
21150         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21151         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21152         Use the password package.
21153
21154 2003-02-19  Simon Josefsson  <jas@extundo.com>
21155
21156         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21157         token.
21158
21159 2002-08-07  Simon Josefsson  <jas@extundo.com>
21160
21161         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21162         (sieve-manage-authenticators):
21163         (sieve-manage-authenticator-alist): Add some SASL mechs.
21164         (sieve-sasl-auth): New function.
21165         (sieve-manage-cram-md5-auth):
21166         (sieve-manage-plain-auth): Rewrite using SASL library.
21167         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21168         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21169         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21170         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21171
21172 2004-01-05  Simon Josefsson  <jas@extundo.com>
21173
21174         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21175         New files.
21176
21177 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21178
21179         * gnus-group.el (gnus-no-groups-message): Update.
21180
21181         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21182
21183 2003-11-09  Simon Josefsson  <jas@extundo.com>
21184
21185         * imap.el: Support for ID IMAP extension (RFC 2971).
21186         (imap-local-variables): Add imap-id.
21187         (imap-id): New variable.
21188         (imap-id): New function.
21189         (imap-parse-response): Parse untagged ID response.
21190         * nnimap.el (nnimap-id): New variable.
21191         (nnimap-open-connection): Use it.
21192
21193 2003-12-28  Simon Josefsson  <jas@extundo.com>
21194
21195         * gnus-score.el (gnus-score-edit-all-score): New.
21196         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21197
21198 2004-01-04  Simon Josefsson  <jas@extundo.com>
21199
21200         * password.el: Add.
21201
21202 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21203
21204         * dns.el (dns-query-types): Fix typo.
21205         (dns-query-types): New function.
21206         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21207         PTR and SOA replies, see RFC 1035.
21208
21209 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21210
21211         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21212
21213         * Move to Changelog.2.
21214
21215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216
21217         * gnus.el (gnus-version-number): Bump version.
21218
21219 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21220
21221         * gnus.el: No Gnus v0.1 is released.
21222
21223 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21224
21225         * gnus.el: No Gnus v0.0 is released.
21226
21227 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21228
21229         * gnus.el (gnus-version-number): Bump.
21230         (gnus-version): No.
21231
21232 See ChangeLog.2 for earlier changes.
21233
21234   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21235
21236   This file is part of GNU Emacs.
21237
21238   GNU Emacs is free software: you can redistribute it and/or modify
21239   it under the terms of the GNU General Public License as published by
21240   the Free Software Foundation, either version 3 of the License, or
21241   (at your option) any later version.
21242
21243   GNU Emacs is distributed in the hope that it will be useful,
21244   but WITHOUT ANY WARRANTY; without even the implied warranty of
21245   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21246   GNU General Public License for more details.
21247
21248   You should have received a copy of the GNU General Public License
21249   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21250
21251 ;; Local Variables:
21252 ;; coding: utf-8
21253 ;; fill-column: 79
21254 ;; add-log-time-zone-rule: t
21255 ;; End: