Make message-options buffer-local only under GNU Emacs.
[gnus] / lisp / ChangeLog
1 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2
3         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4         buffer-local issue); don't mark it buffer-local when running under
5         XEmacs.
6
7 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
8
9         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
10         numbers too big to be `read'.
11
12 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * password-cache.el (password-in-cache-p): Add autoload.
15
16         * message.el (message-options): Make buffer-local two ways to attempt
17         to fix a XEmacs bug.
18
19 2011-03-02  Julien Danjou  <julien@danjou.info>
20
21         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
22
23 2011-03-01  Julien Danjou  <julien@danjou.info>
24
25         * gnus-art.el (list-identifier): Add list-identifier as a parameter
26         group.
27         (article-hide-list-identifiers): Use list-identifier group parameter.
28
29 2011-02-28  Julien Danjou  <julien@danjou.info>
30
31         * sieve.el (sieve-buffer-script-name): New local variable to store
32         sieve script name.
33         (sieve-edit-script): Store sieve script name.
34         (sieve-upload): Use sieve script name when uploading.
35         (sieve-upload): Use substitute-command-keys.
36         (sieve-edit-script): Use substitute-command-keys.
37         (sieve-refresh-scriptlist): Use substitute-command-keys.
38         (sieve-manage-mode-map): Define keymap properly.
39         (sieve-manage-mode): Do not set mode name manually, change mode-name to
40         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
41         Remove commented code about cvs.
42         (sieve-manage-quit): New function.
43         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
44
45 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-group.el (gnus-import-other-newsrc-file): New function.
48
49 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * auth-source.el (auth-source-search): Cache empty result sets.
52
53         * password-cache.el (password-in-cache-p): Convenience function to
54         check if a key is in the cache, even if the value is nil.
55
56         * auth-source.el (auth-source-save-behavior): New variable to replace
57         `auth-source-never-create'.
58         (auth-source-netrc-create): Use it.
59         (auth-source-never-save): Remove.
60
61 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * nnimap.el (nnimap-stream): Doc fix.
64         (nnimap-open-connection-1): Reverse the order of the ports to that the
65         prompted-for port is first.
66
67         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
68         retrieval by the no-group selection.
69
70         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
71         numerical parameters.
72
73 2011-02-25  Julien Danjou  <julien@danjou.info>
74
75         * gnus-gravatar.el: Use gnus-with-article-buffer.
76
77         * gnus-art.el (gnus-with-article-buffer): Check that the
78         gnus-article-buffer is alive.
79
80 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * auth-source.el (auth-source-creation-prompts): New variable to manage
83         creation-time prompts.
84         (auth-source-search): Document it.
85         (auth-source-format-prompt): Add utility function.
86         (auth-source-netrc-create): Don't default the user name to
87         user-login-name.  Use `auth-source-creation-prompts' and some default
88         prompts for user, host, port, and password (the default generic prompt
89         remains ugly).
90         (auth-source-never-save): Add customizable option to never save info.
91         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
92         mode excursion.
93
94 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
97         argument that XEmacs doesn't support.
98
99         * dgnushack.el (dgnushack-compile): Exclude color.el from being
100         compiled for Emacsen having no `libxml-parse-html-region' support.
101
102         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
103
104         * lpath.el: Bind buffer-save-without-query for XEmacs.
105
106 2011-02-23  Julien Danjou  <julien@danjou.info>
107
108         * gnus-art.el (article-make-date-line): Ignore errors if time is
109         invalid and not convertible.
110         (article-make-date-line): Only add lapsed time if time is not nil.
111
112 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
113
114         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
115         `read-char-choice' for backwards compatibility.
116         (auth-source-netrc-element-or-first): New function to DTRT for
117         parameter extraction.
118         (auth-source-netrc-create): Use it and fix multiple parameter print
119         bug.  Use the default passed from above (given-default) or the
120         built-in (user-login-name for :user).
121
122 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-start.el (gnus-dribble-read-file): Set
125         buffer-save-without-query, since we always want to save the dribble
126         file, probably.
127
128         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
129         nnimap.
130
131         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
132         -summary- since it's a user-visible variable.
133
134         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
135         first time you use the new Gnus.
136
137 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * auth-source.el: Don't load netrc.el.
140         (auth-sources): Search ~/.netrc as well by default.
141         (auth-source-debug): Add 'trivia option for extra output.
142         (auth-source-do-trivia): Use it.
143         (auth-source-search): Simplify logic to use
144         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
145         appropriate.  Don't keep a running count at this level.  Layer :create
146         and :delete options appropriately on the first and second passes.
147         Don't track the backend with the search results.
148         (auth-source-search-backends): New function to search a list of
149         backends for a processed spec.
150         (auth-source-netrc-parse): Cache all netrc files, making
151         auth-source-netrc-cache an alist keyed by the file name and using the
152         file mtime as the caching criterion.  Keep the obfuscated data secret
153         with a lexical bind.
154         (auth-source-netrc-search): Don't calculate the length of the results
155         unnecessarily.
156         (auth-source-search-backends): Fix bug.
157         (auth-source-netrc-create): Rework prompts.
158
159 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
162         Lower case names of search constraints.
163         (nnir-run-query): Cache and reuse search constraints for all imap
164         servers.
165
166 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
169         after exit.
170         (gnus-setup-message): Define missing variable from last checkin.
171
172         * gnus-sum.el (gnus-summary-show-article): When called with t as the
173         value, show the raw article.
174
175 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
176
177         * gnus.el: No Gnus v0.13 is released.
178
179 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
180
181         * nnimap.el (nnimap-open-connection-1): Revert last change, since
182         auth-source now accepts numbers.
183
184         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
185         spec, too.
186         (auth-source-ensure-strings): New function.
187
188         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
189         (gnus-article-setup-buffer): Always restart the date timer so that user
190         changes to the frequency is respected.
191
192         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
193         port numbers, so make sure it gets that if nnimap-server-port is
194         explicit.
195
196 2011-02-21  Simon Josefsson  <simon@josefsson.org>
197
198         * nnimap.el (nnimap-inbox): Doc fix.
199
200 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
201
202         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
203         Autoload.  Add optional arg FRAME, and pass it to color-values.
204         (color-complement): Caller changed.  Doc fix.
205         (color-gradient): Rewrite for better clarity and efficiency.
206
207 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
208
209         * shr-color.el (shr-color->hexadecimal): Use renamed function names
210         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
211         color-lab-to-srgb.
212
213 2011-02-20  Drew Adams  <drew.adams@oracle.com>
214
215         * color.el: First part of merge from hexrgb.el.
216         (color-rgb-to-hex): Rename from color-rgb->hex.
217         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
218         saturation to zero if the value is too small.
219         (color-rgb-to-hsl): Rename from color-rgb->hsl.
220         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
221         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
222         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
223         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
224         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
225         (color-cie-de2000): Doc fix.
226
227 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
228
229         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
230         given method as in the group name if we're using an extended method.
231         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
232         command, if we're using that, instead of waiting for the beginning.
233
234         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
235         we're sure to get unique server names, and we don't output two async
236         commands in the same buffer.  This fixes an NNTP hang for some users.
237
238 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
239
240         * gnus.el: No Gnus v0.11 is released.
241
242 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
245         summary buffer before reading going to the next buffer.  This avoids
246         putting the point in the group buffer if you `C-g' the command.
247
248         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
249         cache (for now) to make ~/.authinfo.gpg files usable.
250
251         * nnfolder.el (copyright-update): Define for the compiler.
252
253         * auth-source.el (auth-source-search): Fix unbound variable.
254
255 2011-02-19  Glenn Morris  <rgm@gnu.org>
256
257         * gnus.el (gnus-meta): Doc fix.
258
259 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
260
261         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
262         in case it's not yet loaded.
263
264 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
267         line we're waiting for.
268
269 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
270
271         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
272         face with line-width greater than zero will cause RET in gnus summary
273         buffer to scroll down article page-wise because auto vscroll happens,
274         it should be temporalily disabled when doing a scroll-up.
275
276 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
279         outputs from the server.
280
281 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
282
283         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
284         later so that bbdb can hook in easier.
285
286 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * auth-source.el (auth-source-search): Don't try to create credentials
289         if the caller doesn't want that.
290         (auth-source-search): If we don't find a match, don't bug out on
291         non-bound variables.
292         (auth-source-search): Only ask a single backend to create the
293         credentials.
294
295         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
296         logging.
297         (nnimap-credentials): Protect against auth-source-search returning nil.
298         (nnimap-request-list): Protect against not being able to open the
299         server.
300
301 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * auth-source.el (auth-source-search): Do a two-phase search, one with
304         no :create to get the responses from all backends.
305
306         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
307         when getting credentials.
308
309         * gnus-util.el (gnus-delete-duplicates): New function.
310
311 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
312
313         * nnimap.el (nnimap-credentials): Instead of picking the first port as
314         a creation default, pass the whole port list down.  It will be
315         completed.
316
317         * auth-source.el (auth-source-search): Updated docs to talk about
318         multiple creation choices.
319         (auth-source-netrc-create): Accept a list as a value (from the search
320         parameters) and do completion on that list.  Keep a separate netrc line
321         with the password obscured for showing the user.
322
323         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
324         first choice to `auth-source-search' so it will be used for entry
325         creation instead of the server's Gnus-specific name.
326         (nnimap-credentials): Rely on the auth-source library to select which
327         port is actually wanted in the new netrc entry, so don't override
328         `auth-source-creation-defaults'.
329
330         * auth-source.el (auth-source-netrc-parse): Use :port instead of
331         :protocol and accept a missing user, host, or port as a wildcard match.
332         (auth-source-debug): Default to off.
333
334         (auth-source-netrc-search, auth-source-netrc-create)
335         (auth-source-secrets-search, auth-source-secrets-create)
336         (auth-source-user-or-password, auth-source-backend, auth-sources)
337         (auth-source-backend-parse-parameters, auth-source-search): Use :port
338         instead of :protocol.
339
340         * nnimap.el (nnimap-credentials): Pass a port default to
341         `auth-source-search' in case an entry needs to be created.
342         (nnimap-open-connection-1): Use :port instead of :protocol.
343
344 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * auth-source.el: Bind load-path when loading EIEIO from
347         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
348         21.4 doesn't support, to `require'.
349         (auth-source-secrets-search): Use mm-delete-duplicates instead of
350         delete-dups that is not available in XEmacs 21.4.
351
352 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
353
354         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
355         as EIEIO must also be loaded when auth-source.el is being
356         byte-compiled.
357
358 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
361
362         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
363
364         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
365
366         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
367
368         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
369
370         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
371
372         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
373
374         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
375         necessary.
376
377 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
380         nil means that nnimap doesn't get updated.
381
382 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
383
384         * auth-source.el (auth-source-netrc-create): Return a synthetic search
385         result when the user doesn't want to write to the file.
386         (auth-source-netrc-search): Expect a synthetic result and proceed
387         accordingly.
388         (auth-source-cache-expiry): New variable to override
389         `password-cache-expiry'.
390         (auth-source-remember): Use it.
391
392         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
393         parameter.  Create entry if necessary by using :create t.
394         (nnimap-open-connection-1): Don't pass `inhibit-create'.
395
396 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * auth-source.el (auth-source-debug): Enable by default and don't
399         mention the obsolete `auth-source-hide-passwords'.
400         (auth-source-do-warn): New function to debug unconditionally.
401         (auth-source-do-debug): Use it.
402         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
403         and for Secrets API entries when the secrets.el library is not
404         available.
405
406 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-sum.el (gnus-propagate-marks): Default to nil.
409         (gnus-summary-exit): Kill the correct article buffer on exit from a
410         `C-d' group.
411
412         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
413         gnus-propagate-marks.
414
415         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
416         before killing the buffers so that a non-full window conf gets handled
417         correctly.
418         (gnus-summary-exit): Ditto.
419         (gnus-summary-read-group-1): Ditto.
420
421         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
422         async code again so that we can debug it properly.
423
424         * message.el (message-reply): Take an optional switch-buffer parameter
425         so that Gnus window confs are respected better.
426
427 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
428
429         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
430         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
431         docstring.
432         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
433         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
434         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
435         Login collection is "Login" and not "login".
436
437 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
440         multiple headers.
441
442         * nnimap.el (nnimap-inhibit-logging): New variable.
443         (nnimap-log-command): Don't log login commands.
444
445         * auth-source.el (auth-source-netrc-search): The asserts seem to want
446         to have more parameters.
447
448         * nnimap.el (nnimap-send-command): Mark the command time for each
449         command, so that we don't get NOOPs stepping on our toes.
450
451         * gnus-art.el (article-date-ut): Get the date from the Date header on
452         `t'.
453
454 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * auth-source.el (auth-source-search): Use copy-sequence instead of
457         the cl.el copy-list.
458
459 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * imap.el: Bring it back (revert
462         84d800cd31de3064f0ed39617d725709a2f8f42f).
463
464 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
465
466         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
467         Improve prompt.
468
469 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-art.el (gnus-article-mode-line-format): Remove the article
472         washing status from the default format.  It isn't very informative.
473
474 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
475
476         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
477         Gcc processing on imap.
478
479 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * imap.el: Remove file.  All the functionality is in nnimap.el.
482
483 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
484
485         * message.el (message-bury): Don't pop up a new window when selected
486         window is dedicated.
487
488 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
489
490         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
491
492 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * sieve-manage.el: Autoload `auth-source-search'.
495         (sieve-sasl-auth): Use it.
496
497 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
498
499         * nnimap.el: Autoload `auth-source-forget+'.
500         (nnimap-open-connection-1): Use it if the connection fails.
501
502         * auth-source.el: Require `password-cache'.
503         (auth-source-hide-passwords, auth-source-cache): Remove and mark
504         obsolete.
505         (auth-source-magic): Marker for `password-cache' keys.
506         (auth-source-do-cache): Update docstring.
507         (auth-source-search): Use and check cache.
508         (auth-source-forget-all-cached, auth-source-remember)
509         (auth-source-recall, auth-source-forget, auth-source-forget+)
510         (auth-source-specmatchp): Caching support functions.
511         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
512         Remove and obsolete.
513         (auth-source-user-or-password): Remove caching to further discourage
514         using it.  Always hide passwords.
515
516         * password-cache.el (password-cache-remove): Accept secrets that are
517         not strings.
518
519 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
520
521         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
522         code for now, since it doesn't work for all users.
523
524 2011-02-09  Julien Danjou  <julien@danjou.info>
525
526         * message.el (message-options): Make message-options really buffer
527         local.
528
529 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * mail-source.el: Autoload `auth-source-search'.
532         (mail-source-keyword-map): Note order matters.
533         (mail-source-set-1): Get all the mail-source source values and
534         defaults and search auth-source on those if needed.  This can all
535         probably be simplified.
536
537         * nnimap.el: Autoload `auth-source-search'.
538         (nnimap-credentials): Use it.
539         (nnimap-open-connection-1): Ask for the virtual server and physical
540         address in one shot.
541
542         * nntp.el: Autoload `auth-source-search'.
543         (nntp-send-authinfo): Use it.  Note TODO.
544
545 2011-02-08  Julien Danjou  <julien@danjou.info>
546
547         * shr.el (shr-tag-body): Add support for text attribute in body
548         markups.
549
550         * message.el (message-options): Make message-options a local variable.
551
552 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * auth-source.el (auth-source-secrets-search)
555         (auth-source-user-or-password): Use `append' instead of `nconc'.
556         (auth-source-user-or-password): Build return list better and protect
557         against nil :secret.
558
559 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * nnimap.el (nnimap-update-info): Refactor slightly.
562         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
563         (nnimap-update-info): Clean up slightly.
564         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
565         characters.
566         (nnimap-process-quirk): Rename function to avoid collision.
567         (nnimap-update-info): Fix macrology bug-out.
568         (nnimap-update-info): Simplify split history test.
569
570 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
571
572         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
573         `secrets-get-attributes' instead of `secrets-get-attribute'.
574         (auth-source-secrets-search): Limit search when `max' is greater than
575         number of results.
576
577 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
580         part not returning any data.
581
582         * proto-stream.el (open-protocol-stream): Document the return value.
583
584 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * auth-source.el (auth-source-secrets-search): Add examples.
587
588 2011-02-06  Julien Danjou  <julien@danjou.info>
589
590         * message.el (message-setup-1): Handle message-generate-headers-first
591         set to t.
592
593 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
596         API with a string "secrets:collection-name" and with 'default.
597         (auth-source-backend-parse): Parse "secrets:collection-name" and
598         'default.  Recurse on parses instead of repeating code.  Use the
599         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
600         message when ignoring a source.
601         (auth-source-search): List ignored search keys at the top level.
602         (auth-source-netrc-create): Use `case' instead of `cond'.
603         (auth-source-secrets-search): Created with TODOs.
604         (auth-source-secrets-create): Created with TODOs.
605         (auth-source-retrieve, auth-source-create, auth-source-delete)
606         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
607         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
608         (auth-source-user-or-password-sftp)
609         (auth-source-user-or-password-smtp): Removed.
610         (auth-source-user-or-password): Deprecated and modified to be a wrapper
611         around `auth-source-search'.  Not tested thoroughly.
612
613 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
614
615         * auth-source.el: Bring in assoc and eioeio libraries.
616         (secrets-enabled): New variable to track the status of the Secrets API.
617         (auth-source-backend): New EIOEIO class to represent a backend.
618         (auth-source-creation-defaults): New variable to set prompt defaults
619         during token creation (see the `auth-source-search' docstring for
620         details).
621         (auth-sources): Simplify to allow a simple string as a netrc backend
622         spec.
623         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
624         (auth-source-backend-parse-parameters): Fill in the backend parameters.
625         (auth-source-search): Main auth-source API entry point.
626         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
627         (auth-source-search-collection): Helper function for searching.
628         (auth-source-netrc-parse, auth-source-netrc-normalize)
629         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
630         Supports search, create, and delete.
631         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
632         backend stubs.
633         (auth-source-user-or-password): Call `auth-source-search' but it's not
634         ready yet.
635
636 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
637
638         * message.el (message-setup-1): Remove the read-only stuff, since it
639         doesn't work under XEmacs, for some reason.
640
641         * gnus-sum.el (gnus-user-date): Rename back from
642         gnus-summary-user-date since user code refers to it.
643
644         * shr.el (shr-render-td): Store the actual background colour used.
645
646         * message.el (message-setup-1): Don't bind the constant
647         -forbidden-properties.
648         (message-setup-1): Revert previous change, since it needs to bind the
649         props to insert them.
650         (message-resend): Allow removing the read-only separator line.
651
652 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
653
654         * nnimap.el (nnimap-request-accept-article): Give an error message if
655         the APPEND wasn't successful.
656
657 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
658
659         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
660         that have no groups.
661
662 2011-02-03  Julien Danjou  <julien@danjou.info>
663
664         * gnus-draft.el: Remove progn around gnus-draft-setup.
665
666 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-start.el (gnus-read-active-for-groups): This function is never
669         called with a nil `infos', so clean that up.
670         (gnus-get-unread-articles): Request active files from primary/secondary
671         methods that have no groups (yet).
672
673 2011-02-03  Julien Danjou  <julien@danjou.info>
674
675         * message.el (message-setup-1): Always generate References first.
676         (message-mail): Return the return value of message-setup, not always t.
677         (message-setup-1): Insert mail-header-separator with read-only and
678         intangible properties set.
679
680         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
681         user-date in docstring.
682
683         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
684
685         * gnus.el (gnus-summary-line-format): Mention &user-date format in
686         docstring.
687
688         * gnus.el (gnus-user-date-format-alist): Change default value. Use
689         defcustom, with type and group. Move from gnus-util.el. Rename to
690         gnus-summary-user-date-format-alist.
691
692 2011-02-03  Glenn Morris  <rgm@gnu.org>
693
694         * nnimap.el (gnus-fetch-headers): Declare.
695
696         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
697
698 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
699
700         * message.el (message-forward-make-body-digest-plain)
701         (message-followup, message-reply): Clean up things noted by Stefan.
702
703         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
704         gnus-article-update-date-headers is nil.
705         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
706         it didn't really work with defcustom.
707         (article-update-date-lapsed): Make sure the window start doesn't move,
708         either.
709
710 2011-02-01  Julien Danjou  <julien@danjou.info>
711
712         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
713         format.
714
715         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
716         standard in Emacs nowadays.
717
718         * color.el (color-gradient): Add a color-gradient function.
719
720 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
721
722         * message.el (message-expand-name): Don't trust the return value of
723         bbdb-complete-name.
724         (message-check-news-header-syntax): Remove unused var `start'.
725         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
726         (message-inhibit-body-encoding): Move to before first use.
727         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
728         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
729         (Organization, Message-ID, Date, mh-previous-window-config):
730         Defvar the vars using dynamic scoping.
731
732 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * shr.el (shr-render-td): Only do colours at the final rendering.
735         Should be slightly faster.
736         (shr-insert-table): Fix up TD background colours when doing the
737         vertical padding.
738
739         * gnus-art.el (article-date-ut): Protect against articles with no Date
740         header.
741         (article-update-date-lapsed): Don't use current-column to find the
742         horizontal position.  It's fragile in the presence of \003 characters.
743
744         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
745
746 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-art.el (article-transform-date): Rewrite to still work when
749         there are several rfc2822 parts.
750         (article-transform-date): Fix infinite recursion.
751         (article-date-ut): Replace infinitely many Date headers with a single
752         one when called interactively.
753
754         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
755         secure manner.
756
757         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
758         move around by not using save-window-excursion.  It seems to work...
759
760 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-art.el (article-make-date-line): Work for user-defined format.
763
764 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * nntp.el (nntp-retrieve-group-data-early)
767         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
768         fetching functions.
769
770         * gnus-start.el (gnus-read-active-for-groups): Read the active files
771         thoroughly for all backends that have no known groups.  This should
772         allow new nnml methods to retrieve mail.
773
774         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
775         that Gnus doesn't know exists again.
776
777         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
778         (gnus-treat-date-ut): Ditto.
779         (gnus-article-update-date-header): Renamed.
780         (gnus-treat-date-local): Removed.
781         (gnus-treat-date-english): Removed.
782         (gnus-treat-date-lapsed): Removed.
783         (gnus-treat-date-combined-lapsed): Removed.
784         (gnus-treat-date-original): Removed.
785         (gnus-treat-date-iso8601): Removed.
786         (gnus-treat-date-user-defined): Removed.
787         (gnus-article-date-headers): New variable to control all the date
788         header options.
789         (article-date-ut): Rewrite to allow using the new way to format date
790         headers(s).
791
792 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
793
794         * nnmail.el (nnmail-article-group): Check for a direct fancy split
795         method.
796         (nnmail-article-group): A better test for fanciness.
797
798         * nnimap.el (nnimap-request-head): Protect against not finding the
799         article by Message-ID.
800
801 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-art.el (article-update-date-lapsed): Try a better way to really
804         keep point at the "same place".
805
806 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
809         data if the group is unactivated.
810
811 2011-01-28  Julien Danjou  <julien@danjou.info>
812
813         * gnus-win.el: Remove dead function gnus-window-configuration-element.
814         (gnus-all-windows-visible-p): Remove old compatibility code.
815         (gnus-window-top-edge): Add docstring.
816
817         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
818
819 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
822         older request-update-info.
823
824         * gnus-art.el (article-make-date-line): Limit the length a bit more.
825
826 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
827
828         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
829         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
830
831 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
834         groups.  This makes the nndraft:queue group pop up if it's not already
835         there.
836
837         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
838         messages" logic, which was reversed.
839
840         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
841         the "same place" even if point is on the line being replaced.
842         (article-update-date-lapsed): Allow updating both the combined lapsed
843         and the lapsed headers.
844         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
845         (article-make-date-line): Limit the number of segments dynamically to
846         avoid too-long lines.
847
848 2011-01-27  Julien Danjou  <julien@danjou.info>
849
850         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
851         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
852
853 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
856         Use plist-get instead of the cl function getf.
857
858 2011-01-27  Glenn Morris  <rgm@gnu.org>
859
860         * gnus-util.el (float-time): Get rid of compiler warning, again.
861
862 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * shr.el (shr-put-color): Special-case background colours: Do put them
865         at the blank parts at the front of the lines.
866
867         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
868         exit hook to nix out all data on readedness on group exit.
869
870         * gnus-util.el (float-time): If float-time is bound, always use it on
871         all Emacsen.  It's unclear why the subrp check was there.
872         (time-date): Require to make some autoload issues on XEmacs go away.
873
874         * shr.el (shr-put-color): Don't do the box padding in tables, since
875         they're already padded.
876
877 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-art.el (gnus-article-next-page): When the last line of the
880         article is displayed, scroll down once more instead of going to the
881         next article at once.
882         (article-lapsed-string): Refactor out and allow specifying how many
883         segments you want.
884         (gnus-article-setup-buffer): Start updating the lapsed header directly.
885         (gnus-article-update-lapsed-header): New variable.
886
887         * shr.el: Revert change that made headings use different-sized faces.
888         The Emacs display engine isn't advanced enough that, for instance,
889         tables can comfortably use differntly-sized faces.
890
891 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
892
893         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
894         used.
895         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
896         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
897         we're using an encrypted connection.
898
899         * proto-stream.el: Alter the interface functions to also return the
900         actual stream type used: network or tls.
901
902 2011-01-25  Julien Danjou  <julien@danjou.info>
903
904         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
905         (mm-display-javascript-inline): New function.
906
907         * mm-decode.el (mm-inline-media-tests): Add application/javascript
908         viewing function.
909
910 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * shr.el (shr-expand-newlines): Fix variable name.
913
914 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
915
916         * shr.el (shr-expand-newlines): Make nested boxes work.
917
918 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
921         backgrounds.
922         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
923         in a more sensible manner.
924
925 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
926
927         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
928         if EPG is loaded.
929
930 2011-01-24  Julien Danjou  <julien@danjou.info>
931
932         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
933         tags.
934
935 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
938         commands.
939
940         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
941         in the article buffer.
942         (gnus-gravatar-insert): Use blank space from the current buffer to
943         avoid breaking text properties.  This makes X-Sent updating work again.
944
945         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
946
947 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
950         fix the bug in url-http.el instead.
951
952         * shr.el (shr-image-fetched): Ditto.
953
954         * shr.el (shr-image-fetched): Avoid having point move in the article
955         buffer.
956
957         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
958         buffer after being called.  It's apparently being killed by url.el, and
959         killing it made point move to end-of-buffer in a random buffer.
960
961         * shr.el (shr-image-fetched): Ditto.
962
963 2011-01-23  Julien Danjou  <julien@danjou.info>
964
965         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
966
967         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
968         text/x-org.
969
970 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-sum.el (gnus-summary-move-article): Protect against backends
973         (i.e., nnimap) returning nil as the article number.
974
975 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
976
977         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
978         "DelSp" parameter in RFC3676.
979
980 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
981
982         * message.el (message-check-recipients): Display the encoded version of
983         the bogus address if they differ.
984
985         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
986         after sending.
987
988         * gnus-agent.el (gnus-agent-send-mail): Ditto.
989
990         * gnus-group.el (gnus-group-refresh-group): New convenience function.
991
992         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
993         group buffer after sending the queue.
994
995         * gnus-agent.el (gnus-agent-send-mail): Ditto.
996
997 2011-01-22  Julien Danjou  <julien@danjou.info>
998
999         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1000
1001 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1002
1003         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1004         nested related parts.
1005
1006         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1007         unexpired articles.  This fixes the regression that led expiry marks to
1008         disappear from nnfolder groups.
1009
1010 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1011
1012         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1013         Don't confuse the "ret" of "retrograde" with RET.
1014
1015 2011-01-21  Julien Danjou  <julien@danjou.info>
1016
1017         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1018         than mm-insert-inline.
1019
1020 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1023         Widen article buffer.
1024
1025 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1026
1027         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1028         the temp buffer.
1029         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1030
1031 2011-01-20  Julien Danjou  <julien@danjou.info>
1032
1033         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1034
1035         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1036         than mm-insert-inline to insert inline part: this respect
1037         mm-inline-media-tests displayers.
1038
1039         * mm-view.el (mm-display-shell-script-inline): New function.
1040
1041         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1042
1043         * mm-uu.el (mm-uu-type-alist): Add org block.
1044         (mm-uu-org-src-code-block-extract): New function.
1045
1046         * mm-view.el (mm-display-org-inline): New function.
1047
1048         * mm-decode.el (mm-automatic-display): Add text/org.
1049
1050         * mailcap.el (mailcap-mime-extensions): Add .org.
1051
1052 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1055         gnus-article-add-buttons.
1056
1057 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1058
1059         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1060         From header with a date and "nobody" as the sender.
1061
1062 2011-01-19  Julien Danjou  <julien@danjou.info>
1063
1064         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1065         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1066         if you have the same regexp several times.
1067         (gnus-button-push): Fix matching when regexp is symbol.
1068
1069 2011-01-15  Glenn Morris  <rgm@gnu.org>
1070
1071         * message.el (message-mail): A compose-mail function should
1072         accept headers as strings.
1073
1074 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1075
1076         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1077         Add :vert-only tags.
1078         (message-mail): New arg RETURN-ACTION.
1079         (message-return-action): New var.
1080         (message-bury): Use it.
1081         (message-mode): Make it buffer-local.
1082         (message-send-and-exit): Always call message-bury.
1083
1084         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1085         message-mail.
1086
1087 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnimap.el (nnimap-convert-partial-article): Protect against
1090         zero-length body parts.
1091
1092         * mm-decode.el (mm-preferred-alternative-precedence):
1093         Discourage showing empty parts.
1094
1095         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1096         and stuff if the backend didn't return the article number.  This fixes
1097         an Exchange-related nnimap bug.
1098
1099         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1100         group window, because it does the wrong thing when a separate frame
1101         displays the group buffer.
1102
1103         * proto-stream.el (open-protocol-stream): Protect against the low-level
1104         transport functions returning nil.
1105
1106 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1107
1108         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1109         (mml2015-epg-find-usable-secret-key): New function.
1110         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1111         mml2015-epg-find-usable-key (Bug#7797).
1112         (mml2015-epg-encrypt): Ditto.
1113
1114 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * dgnushack.el (rot13-string): Fix the way to get the argument.
1117
1118 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1121
1122 2011-01-03  Glenn Morris  <rgm@gnu.org>
1123
1124         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1125
1126         * sieve.el (sieve-open-server): Give a more explicit error if
1127         sieve-manage-open returns nil.  (Bug#7720)
1128
1129 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1130
1131         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1132
1133 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1136         This avoids sending passwords in plain text over non-encrypted
1137         channels.
1138
1139         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1140
1141         * nnimap.el (nnimap-login): Refactored out into own function, and
1142         implement CRAM-MD5.
1143         (nnimap-wait-for-line): Refactored out.
1144
1145         * mm-view.el (mml-smime): Require.
1146
1147 2010-12-20  David Engster  <deng@eml.cc>
1148
1149         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1150         use EPG to decrypt S/MIME messages instead of openssl.
1151
1152 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1155
1156         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1157         status is the group clearly is unreachable.
1158
1159         * auth-source.el (auth-source-create): Add the optional second
1160         parameter to `local-variable-p' to be compatible with XEmacs.
1161
1162 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1163
1164         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1165         work when using a compressed nnml folder.
1166
1167 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1170         backends after sanitising on entry, because this never makes sense:
1171         If the articles have gone missing, then the data no longer exists on
1172         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1173         overwrite anything anyway.
1174
1175         * shr.el (shr-insert-document): Bind shr-width dynamically to
1176         window-width if it's nil.
1177
1178 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1179
1180         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1181         with the meaning of using the full emacs window width for rendering.
1182
1183 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1184
1185         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1186         case when sender is not given.
1187
1188 2010-12-23  Julien Danjou  <julien@danjou.info>
1189
1190         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1191         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1192         the addresses, otherwise we might misplaced the gravatar.
1193
1194 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1195
1196         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1197         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1198         obsolete in Emacs.
1199
1200 2010-12-20  Julien Danjou  <julien@danjou.info>
1201
1202         * gnus-util.el (gnus-rescale-image): Revert last change.
1203
1204 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1205
1206         * binhex.el: Improve commentary (Bug#7482).
1207
1208 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-group.el (gnus-group-delete-articles): New command.
1211
1212 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1213
1214         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1215
1216 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1219         here, since it's up to the backends to do CRLF removal if their
1220         protocol has it.
1221
1222         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1223
1224 2010-12-17  Julien Danjou  <julien@danjou.info>
1225
1226         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1227         they are from file. Can also scale up.
1228
1229 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1232         gnus-use-agent.
1233         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1234
1235         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1236
1237 2010-12-17  Julien Danjou  <julien@danjou.info>
1238
1239         * gravatar.el (gravatar-retrieve-synchronously): New function.
1240         (gravatar-get-data): Make more robust.
1241
1242 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1245
1246 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1249         to really consider the last line.
1250
1251 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1252
1253         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1254         list of recipient keys, or use symmetric encryption if not a list.
1255         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1256         EPA override, replacing the call to `netrc-store-data'.
1257
1258 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1259
1260         * gnus-srvr.el: Avoid passing nil regexp argument to
1261         delete-matching-lines.
1262
1263 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1266         fetching stops when Gnus exits.
1267
1268         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1269         function.
1270         (nnfolder-request-expire-articles): Save all the buffers after doing
1271         expiry.
1272
1273         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1274         the last article", since that led to serious performance regressions
1275         when expiring nnml groups.
1276
1277 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1278
1279         * nnir.el: Improve customizations.
1280
1281 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1284
1285         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1286         group has been killed.
1287         (gnus-group-yank-group): Ditto.
1288
1289         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1290
1291         * nnimap.el (nnimap-request-update-group-status): New function.
1292
1293         * gnus-int.el (gnus-request-update-group-status): New interface
1294         function.
1295
1296         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1297         copying read-ness to the backends.
1298
1299         * nnimap.el (nnimap-quirk): New function.
1300         (nnimap-retrieve-group-data-early): Use it.
1301         (nnimap-quirks): New alist.
1302
1303 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1306         don't delete it within indentation.
1307
1308 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1311         previous line.
1312
1313 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1316         QRESYNC command by deleting a superfluous space which broke Cyrus
1317         servers.  This change will break other servers that are buggy the other
1318         way around.
1319
1320 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * spam.el: Reindent and fix long lines.
1323         (spam-copy-or-move-routine): Exclude invalid move destinations.
1324
1325 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1326
1327         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1328         installed the registry.
1329
1330 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1333
1334 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1335
1336         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1337         groupname doesn't contain "gmane".
1338
1339 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1342         and netrc-bound-and-true-p bindings.
1343         (netrc-parse): Cache the netrc contents.
1344
1345         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1346         (gnus-1): Don't create the nndrafts group twice.
1347         (gnus-setup-news): There's no need to read the active file here, since
1348         that's done again later on a per-backend basis.
1349         (gnus-start-draft-setup): Make sure that the new group is started out
1350         empty.
1351
1352         * gnus-agent.el (gnus-agentize): Don't create the queue group
1353         automatically on startup.  It'll be created later, if needed.
1354
1355         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1356         of automatically subscribed groups.
1357         (gnus-auto-subscribed-categories): New variable.
1358         (gnus-matches-options-n): Use it.
1359         (gnus-default-subscribed-newsgroups): Remove unused variable.
1360         (gnus-start-draft-setup): Message a bit less.
1361
1362 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1363
1364         * nnir.el (nnir-run-imap): Return article list in order of increasing
1365         UID.
1366
1367 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-sum.el (gnus-summary-enter-digest-group):
1370         Mention gnus-auto-select-on-ephemeral-exit.
1371
1372         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1373         convention of the network-only option.
1374
1375 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * proto-stream.el (proto-stream-open-network-only): New function to
1378         have a way to specify non-STARTTLS upgrade connections.
1379
1380 2010-12-10  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1383         email address is nil.
1384
1385         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1386
1387 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1388
1389         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1390         deletion.
1391         (nnir-run-imap): Only need to parse list once.
1392
1393 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * shr.el (shr-tag-script): Ignore <script>.
1396         (shr-tag-label): Add <label> support.
1397
1398 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1401
1402         * shr.el (shr-image-displayer): Work for images lined side by side.
1403
1404 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1405
1406         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1407         parameter, since XEmacs doesn't accept t as a parameter.
1408
1409 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1410
1411         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1412         ids.
1413         (nnir-run-gmane): Simplify groupspec formatting.
1414         (nnir-request-expire-articles): New function.
1415
1416 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1419         overflow, possibly.
1420
1421         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1422         (shr-render-td): Handle td style="" better.
1423         (shr-tag-table): Use the color from the style sheet.
1424         (shr-render-td): Make sure we copy over all the overlays, too.
1425
1426 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1429         (nnir-request-article): Improve article retrieval.
1430
1431 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * mm-util.el (mm-extra-numeric-entities): New variable.
1434
1435         * mm-url.el (mm-url-decode-entities):
1436         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1437
1438         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1439
1440 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1441
1442         * message.el: Use completion-at-point.
1443         (message-completion-function): New fun, extracted from message-tab.
1444         (message-mode): Use it for completion-at-point-functions.
1445         (message-tab): Use it and completion-at-point.
1446
1447 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1450         character if a non-breakable character follows.
1451
1452 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1455         any stream.
1456
1457         * shr.el (shr-tag-font): Colorize the region.
1458         (shr-tag-body): Ditto.
1459         (shr-tag-font): Actually let the styles be inherited instead of
1460         overwriting them.
1461         (shr-tag-font): Get the background color right.
1462         (shr-tag-style): Ignore all <style> tags for the moment.
1463
1464         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1465         a Message-ID to avoid having nnimap depend on gnus-sum.
1466
1467         * shr.el (shr-descend): Only colorize something if we have a node that
1468         sets colors.
1469
1470 2010-12-06  Julien Danjou  <julien@danjou.info>
1471
1472         * shr.el (shr-render-td): Render td content with shr-descend, so style
1473         will be applied to <td> too.
1474         (shr-colorize-region): Colorize region even if we only have a background.
1475         (shr-tag-body): Fix color and background color inheritance.
1476         Do not recolorize after shr-generic.
1477         (shr-tag-font): Let shr-generic colorize via inheritance.
1478
1479 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1482
1483 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1484
1485         * nnir.el (nnir-request-move-article): Remove obsolete code.
1486
1487 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1490
1491 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * gnus-sum.el (gnus-summary-respool-article): The completion function
1494         expects a list instead of an alist.
1495
1496         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1497         string as the parameter.
1498
1499         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1500
1501         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1502         styles.
1503         (shr-colorize-region): New function.
1504         (shr-insert-background-overlay): Remove.
1505         (shr-render-td): Background setting should be taken care of on a higher
1506         level.
1507         (shr-tag-body): Use post-hoc colorizations.
1508         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1509         (shr-put-color-1): Don't overwrite old colors.
1510         (shr-colorize-region): When the background color isn't explicit, use
1511         a fixed background.
1512
1513         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1514         nnmail variables.
1515
1516 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1517
1518         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1519         unless necessary.
1520
1521 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1522
1523         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1524         server.
1525
1526 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1529         so that TAB works.
1530
1531         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1532         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1533
1534         * shr.el (shr-urlify): Show the URL before the title to avoid
1535         misleading URLs.
1536
1537 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1538
1539         * shr.el (shr-urlify): Display the title in <a> tags.
1540
1541 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1542
1543         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1544
1545 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1546
1547         * nnir.el: Rearrange code to allow macros to be autoloaded by
1548         gnus-sum.el.
1549         (nnir-retrieve-headers-override-function): Make this variable
1550         customizable.
1551         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1552
1553         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1554         from nnir.el.
1555
1556 2010-12-03  Julien Danjou  <julien@danjou.info>
1557
1558         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1559
1560 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1563         allow optional argument `environment'.
1564
1565 2010-12-03  Glenn Morris  <rgm@gnu.org>
1566
1567         * mm-extern.el (message-goto-body): Update declaration.
1568
1569 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-util.el (gnus-macroexpand-all): New function.
1572
1573         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1574         instead of macroexpand-all that is unavailable in XEmacs.
1575
1576 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1577
1578         * nnir.el (nnir-summary-line-format): New variable.
1579         (nnir-mode): Use it.
1580         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1581         (nnir-article-ids): Reimplement as defsubst.
1582         (nnir-retrieve-headers): Don't mangle the subject header.
1583         (nnir-run-imap): Use 100 as RSV score.
1584         (nnir-run-find-grep): Fix for full server searching.
1585         (nnir-run-gmane): Better restriction to gmane groups.
1586
1587         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1588         summary buffers.
1589
1590 2010-12-02  Julien Danjou  <julien@danjou.info>
1591
1592         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1593
1594         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1595
1596         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1597         support.
1598
1599 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1600
1601         * nnir.el: Update to handle the registry better.
1602         (autoload): Silence byte-compiler.
1603         (nnir-open-server): Add a hook for nnir groups.
1604         (nnir-request-move-article): Don't mangle the header. Better to use
1605         formating variables (which will be added in the future).
1606         (nnir-registry-action): Update the registry using the original article
1607         group name.
1608         (nnir-mode): Install nnir-specific hooks for updating the registry.
1609
1610         * gnus-sum.el
1611         (gnus-article-original-subject,gnus-newsgroup-original-name):
1612         Remove obsolete variables.
1613         (gnus-summary-move-article): Remove use of obsolete variables.
1614         (gnus-summary-local-variables): Make move and delete hooks local to
1615         summary buffers.
1616
1617 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * rtree.el: New file.
1620
1621 2010-12-01  Julien Danjou  <julien@danjou.info>
1622
1623         * message.el (message-user-organization): Do not use
1624         gnus-local-organization.
1625
1626         * gnus.el: Remove gnus-local-organization.
1627
1628         * gnus-msg.el: Remove nastygram thing.
1629
1630 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1633         funcall.
1634
1635 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1638         names.
1639
1640         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1641         characters.
1642
1643         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1644         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1645         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1646         (gnus-gravatar-transform-address): Use mail-extract-address-components
1647         that supports non-ASCII names rather than mail-header-parse-addresses.
1648
1649 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * proto-stream.el (open-protocol-stream): All starttls connections are
1652         handled by the network handler.
1653
1654 2010-11-30  Julien Danjou  <julien@danjou.info>
1655
1656         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1657         (nnimap-open-connection-1): Fix PREAUTH.
1658
1659         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1660
1661 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1664         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1665         (shr-insert): Use them.
1666         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1667
1668 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1669
1670         * nnir.el (nnir-request-move-article): Bail out if original group
1671         doesn't support article moves.
1672         (nnir-get-active): Improve active list retrieval.
1673
1674 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1677
1678 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1679
1680         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1681         seem to accept strings-with-numbers as port numbers,
1682
1683 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1684
1685         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1686         change the registry.
1687
1688 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1691         delete-dups that is not available in XEmacs 21.4.
1692
1693         * mm-util.el (mm-delete-duplicates): Add comment.
1694
1695 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1696
1697         * nnir.el (nnir-ignored-newsgroups): New variable.
1698         (nnir-get-active): Use it.
1699
1700 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * proto-stream.el (proto-stream-open-network): Add some comments.
1703
1704         * nntp.el (nntp-open-connection): Provide a :success condition.
1705
1706         * nnimap.el (nnimap-open-connection-1): Ditto.
1707
1708         * proto-stream.el (proto-stream-open-network): See what the response to
1709         the STARTTLS command is.
1710
1711         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1712         backwards compatibility).
1713         (nnimap-open-connection-1): Really respect nnimap-server-port.
1714
1715         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1716         TLS upgrades we don't really care about the identity of the peer.
1717         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1718         that what we've checked for.
1719         (proto-stream-always-use-starttls): Only default to t if
1720         open-gnutls-stream exists.
1721         (proto-stream-open-network): If STARTTLS failed, then just open a
1722         normal connection.
1723         (proto-stream-open-network): Wait until the greeting before doing
1724         STARTTLS.
1725
1726         * nntp.el (nntp-open-connection): Report what the connection error is.
1727
1728         * proto-stream.el (open-protocol-stream): Rename from
1729         open-proto-stream.
1730
1731 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * nnimap.el (nnimap-stream): Change default to `undecided'.
1734         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1735         first, and then network.
1736         (nnimap-open-connection-1): Respect nnimap-server-port.
1737         (nnimap-open-connection): Be more backwards-compatible.
1738
1739         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1740         (proto-stream-open-starttls): De-duplicate the starttls code.
1741         (proto-stream-open-starttls): Folded back into the main function.
1742         (proto-stream-open-network): Fix typo in the gnutls path.
1743         (proto-stream-command): Refactor out.
1744
1745         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1746
1747         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1748         starttls.el STARTTLS.
1749
1750         * color.el (color-lab->srgb): Fix function call name.
1751
1752         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1753         if we're using tls.el.
1754         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1755         built in, then don't try to establish a STARTTLS connection.
1756
1757         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1758         servers.
1759
1760         * proto-stream.el (open-proto-stream): Use network, not stream.
1761         (open-proto-stream): Add a way to specify what the end of a command is.
1762
1763         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1764         connections types.
1765         (nntp-open-network-stream): Remove.
1766         (nntp-open-ssl-stream): Remove.
1767         (nntp-open-tls-stream): Remove.
1768         (nntp-ssl-program): Remove.
1769
1770         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1771
1772 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1773
1774         * nnir.el: Fix typos.
1775         (nnir-retrieve-headers-override-function): Rename variable to reflect
1776         new semantics.
1777         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1778         macros.
1779         (nnir-request-article, nnir-request-move-article): Use them.
1780         (nnir-categorize): New function.
1781         (nnir-run-query): Use it.
1782         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1783         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1784         sorted.
1785         (nnir-group-full-name): Use gnus-group-full-name instead.
1786         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1787         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1788
1789 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1792
1793         * proto-stream.el: New library to provide protocol-specific
1794         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1795         protocols.
1796         (open-proto-stream): Complete the documentation.
1797         (proto-stream-open-network): Fix some typos.
1798
1799         * nnimap.el (nnimap-open-connection): Use it.
1800
1801 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1802
1803         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1804         negotiation.
1805
1806 2010-11-26  Julien Danjou  <julien@danjou.info>
1807
1808         * color.el: Rename various rgb functions to srgb.
1809
1810 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1813         names.
1814
1815 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * shr.el (shr-insert): Revert last change.
1818         (shr-find-fill-point): Never leave point being at bol;
1819         relax the kinsoku limitation when rendering tables.
1820
1821 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1824         results from -accept-article.
1825
1826         * shr-color.el: Require cl when compiling.
1827
1828         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1829         checkin.
1830
1831         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1832
1833         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1834
1835         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1836         'add and 'delete to set backend marks.
1837
1838         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1839
1840         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1841
1842         * nntp.el (nntp-request-set-mark): Use it.
1843
1844         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1845
1846         * nnml.el (nnml-request-set-mark): Ditto.
1847
1848         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1849         introduces regressions in article selection.
1850         (nnimap-find-uid-response): New function.
1851         (nnimap-request-accept-article): Use the UID returned, if any.
1852         (nnimap-request-move-article): Use the UID returned, if any.
1853         (nnimap-get-groups): Reimplement to work with folded lines.
1854         (nnimap-find-uid-response): The UID is the last element in the list.
1855         (nnimap-request-set-mark): Extend syntax with 'set.
1856
1857         * nnml.el (nnml-request-set-mark): Ditto.
1858
1859         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1860
1861         * nntp.el (nntp-request-set-mark): Ditto.
1862
1863 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * message.el (message-called-interactively-p): A temporary macro.
1866         (message-goto-body): Use it temporarily.
1867
1868 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1871         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1872         (nnimap-last-response-string): Fix last unfolding fix.
1873
1874 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * shr.el (shr-insert): Fix the way to fold lines.
1877
1878 2010-11-25  Julien Danjou  <julien@danjou.info>
1879
1880         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1881
1882         * color.el: Rename from color-lab.el
1883         (color-rgb->hex): Add.
1884         (color-complement): Add.
1885         (color-complement-hex): Add.
1886
1887         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1888
1889 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1892         don't exist.
1893
1894 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1897         assuming that article displaying or another mml-preview may be
1898         interrupted for an error or for the like.
1899
1900         * shr.el (shr-get-background): Fix argument name.
1901
1902 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1905
1906         * gnus-sum.el (gnus-summary-include-articles): New function.
1907
1908         * message.el (message-goto-body): called-interactively-p needs a
1909         parameter, so use `any'.
1910
1911         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1912         clear marks before moving, since they're synced from the Gnus side
1913         first.
1914
1915         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1916         (gnus-summary-move-article): Copy over all marks before moving, so that
1917         IMAP doesn't think a new article has arrived.
1918
1919 2010-11-24  Julien Danjou  <julien@danjou.info>
1920
1921         * shr.el (shr-insert-background-overlay): Fix typo.
1922         (shr-render-td): Copy the background before rendering.
1923
1924         * shr-color.el (shr-color-visible): Fix docstring.
1925
1926         * shr.el (shr-tag-table): Add bgcolor support.
1927         (shr-render-td): Add bgcolor support.
1928         (shr-get-background): Add.
1929         (shr-insert-foreground-overlay): Use shr-get-background.
1930
1931         * message.el (message-goto-body): Use called-interactively-p.
1932         (message-in-body-p): message-goto-body returns point.
1933
1934 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1937         Fixes something or other in Emacs 23, and is backwards compatible.
1938
1939         * message.el (message-goto-body): Remove the <#secure special-casing,
1940         which is too special.
1941
1942         * shr.el (shr-parse-style): Drop !important from styles.
1943
1944 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1945
1946         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1947         this function to return incorrect results when calling it with an
1948         explicit article argument different from
1949         (gnus-summary-article-number).
1950
1951 2010-11-24  Julien Danjou  <julien@danjou.info>
1952
1953         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1954         (shr-tag-body): Add background support.
1955         (shr-descend): Add background support.
1956         (shr-tag-title): Add.
1957
1958         * shr-color.el (shr-color-visible): Really return original background
1959         if fixed.
1960
1961 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * shr.el (shr-color-check): Protect against non-existant colour names.
1964
1965 2010-11-24  Julien Danjou  <julien@danjou.info>
1966
1967         * color-lab.el: Require 'cl when compiling.
1968
1969         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1970
1971         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1972         matched part.
1973
1974         * color-lab.el: Fix all expt calls to use float type.
1975
1976 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1979         expression to shr-color-check as is.
1980
1981         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1982
1983         * color-lab.el: Add coding cookie.
1984         (float-pi): Use eval-and-compile.
1985
1986         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1987         compiled for Emacsen having no `libxml-parse-html-region' support.
1988
1989 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * shr.el (shr-insert-color-overlay): Split stuff like
1992         "#444444 !important" to find the real colour.
1993         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1994         parse <font color="red"> entries.
1995
1996 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1997
1998         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1999         point when parsing headers.
2000
2001         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2002         is positioned properly when parsing headers.
2003
2004 2010-11-23  Julien Danjou  <julien@danjou.info>
2005
2006         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2007
2008         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2009
2010         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2011
2012         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2013         Use shr-color-hue-to-rgb.
2014         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2015
2016 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * shr.el (shr-color->hexadecimal): Autoload.
2019         (shr-descend): Add color to all tags.
2020
2021 2010-11-22  Julien Danjou  <julien@danjou.info>
2022
2023         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2024         shr-color->hexadecimal.
2025
2026         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2027         RGB() or HSL() color representation.
2028
2029         * shr.el (shr-tag-font): Add.
2030         (shr-tag-color-check): New function to get better colors.
2031         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2032         tag-span.
2033
2034         * shr-color.el: New file.
2035
2036         * color-lab.el: New file.
2037
2038         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2039
2040 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2041
2042         * nnir.el: Fix typo in comments.
2043         (nnir-run-imap): Simplify code. No need to reverse artlist.
2044         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2045
2046 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2049
2050         * nnimap.el (nnimap-get-capabilities): Refactor out.
2051         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2052
2053 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2054
2055         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2056         appearing when `mm-uu-hide-markers' is nil.
2057
2058 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * nnimap.el (nnimap-unselect-group): Make into its own function.
2061         (nnimap-request-rename-group): Unselect group before renaming.
2062         This had gotten lost somewhere.
2063         (nnimap-request-accept-article): Keep track of examined groups, and
2064         unselect the group before APPENDing to read-only groups.
2065         (nnimap-request-move-article): Clear flags before moving so that they
2066         can be re-set later.
2067
2068 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2071         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2072
2073 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-art.el (gnus-mime-display-single)
2076         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2077         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2078         parameter.
2079
2080 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2083         (shr-table-vertical-line): New variable.
2084         (shr-insert-table): Use it.
2085
2086 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-html.el (gnus-html-wash-images): Don't display images if
2089         gnus-inhibit-images is non-nil; register displayer for cid images.
2090         (gnus-html-display-image): Work for cid image.
2091         (gnus-html-insert-image): Allow arguments.
2092         (gnus-html-put-image): Inhibit read-only.
2093         (gnus-html-prefetch-images): Don't prefetch images if
2094         gnus-inhibit-images is non-nil.
2095
2096 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * shr.el (shr-put-image): Break lines when inserting big pictures.
2099
2100 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2101
2102         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2103         sender, thanks Katsumi Yamaoka.
2104
2105 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2106
2107         * nnir.el (nnir-run-imap): Reverse the article list for each group
2108         rather than the whole list.
2109
2110 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * shr.el (shr-image-displayer): Protect function against non-existent
2113         image source.
2114
2115         * gnus-art.el (gnus-inhibit-images): New user option.
2116         (gnus-mime-display-single): Don't display image if it is non-nil.
2117
2118         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2119         gnus-inhibit-images.
2120
2121         * shr.el (shr-image-displayer): New function.
2122         (shr-tag-img): Use it.
2123
2124 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2125
2126         * mml2015.el (mml2015-epg-sign): Use From header.
2127
2128 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2131
2132         * gnus-util.el (gnus-find-text-property-region): Return markers.
2133
2134         * shr.el (shr-tag-img): Put a displayer in the text property.
2135
2136         * gnus-util.el (gnus-find-text-property-region): New utility function.
2137
2138         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2139         (gnus-html-show-images): Remove.
2140
2141         * gnus-art.el (gnus-article-show-images): New, more general function.
2142
2143         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2144         image url text properties.
2145
2146         * shr.el: Ditto.
2147
2148         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2149         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2150
2151 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2154         work for two or more articles.
2155
2156 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2159         divide an image that's in an html article to two or more when washing
2160         non-ASCII characters in alt text of it.
2161
2162 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2165         smime-decrypt-region using function argument.
2166         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2167
2168         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2169
2170         * smime.el (smime-decrypt-region): Catch it.
2171
2172 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2173
2174         * smime.el (smime-mode-map): Move initialization into declaration.
2175         (gnus-run-mode-hooks): Don't autoload.
2176         (smime-mode): Use define-derived-mode.
2177
2178 2010-11-11  Glenn Morris  <rgm@gnu.org>
2179
2180         * smime.el (from): Restrict declaration to XEmacs.
2181
2182         * nnir.el (gnus-group-topic-name): Autoload.
2183
2184 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * shr.el (shr-insert): Don't break long line if it is because of
2187         kinsoku-bol characters in the line end.
2188
2189 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2190
2191         * nnir.el (nnir-request-move-article): Fix to provide original group
2192         and subject.
2193         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2194         been retrieved.
2195
2196         * gnus-sum.el (gnus-summary-move-article): Use original group and
2197         subject for virtual articles such as those in an nnir summary buffer.
2198
2199 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2202         least 21.5).
2203
2204         * smime.el (from): Declare it again for XEmacs.
2205
2206 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * message.el (message-resend): Don't disable encoding unless it's
2209         already encoded.
2210
2211         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2212         low-numbered articles.
2213
2214 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * rfc2047.el (rfc2047-syntax-table): Simplify.
2217
2218         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2219
2220         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2221         set-char-table-range for XEmacs.
2222
2223 2010-11-10  Glenn Morris  <rgm@gnu.org>
2224
2225         * time-date.el (time-to-seconds): Always an alias on Emacs,
2226         never a real function.
2227         (with-no-warnings): Remove compat stub, now unused.
2228         (time-less-p): Doc fix.
2229         (time-to-number-of-days): Simplify.
2230
2231         * smime.el (from): Remove unused declaration.
2232
2233         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2234         (gnus-float-time): On Emacs, always an alias.
2235
2236         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2237         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2238
2239 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * dgnushack.el: Don't use ignore-errors in the top level form since it
2242         is unavailable in XEmacs even if cl is loaded.
2243
2244         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2245
2246 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * shr.el (browse-url-mailto): Autoload.
2249
2250         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2251
2252         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2253         regexp doesn't need quoting.
2254
2255 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2256
2257         * message.el (message-subject-trailing-was-ask-regexp)
2258         (message-subject-trailing-was-regexp): Match was: in addition to was.
2259
2260 2010-11-09  Glenn Morris  <rgm@gnu.org>
2261
2262         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2263         (nnbabyl-check-mbox): Use point-at-bol.
2264
2265 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2268
2269         * message.el (message-mailto): New function.
2270         (message-mailto): Should accept other parameters.
2271         (message-mailto): Remove since it duplicates browse-url-mailto
2272         functionality.
2273
2274 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2277         methods.
2278         (gnus-read-active-file): Ditto.
2279
2280         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2281         ": " from the prompt.
2282         (gnus-group-make-group): Ditto.
2283
2284 2010-11-07  Glenn Morris  <rgm@gnu.org>
2285
2286         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2287         (gnus-bookmark-kill-line): Use point-at-eol.
2288
2289 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2292         asterisks in From header.
2293
2294 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2297         string to avoid making the From headers syntactically invalid.
2298
2299         * message.el (message-send-mail): Don't insert courtesy messages if the
2300         message already has List-Post and List-ID messages.
2301
2302 2010-11-06  Glenn Morris  <rgm@gnu.org>
2303
2304         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2305         `condition', `type', `length' a prefix.
2306         (gnus-treat-predicate): Update for above name changes.
2307
2308 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2309
2310         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2311         binding.  Handled by `gnus-summary-refer-thread' instead.
2312         (nnir-warp-to-article): New backend function.
2313
2314         * nnimap.el (nnimap-request-thread): Force dependency updating.
2315
2316         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2317         (gnus-summary-refer-thread): Rework to improve thread-referral.
2318
2319         * gnus-int.el (gnus-warp-to-article): New function.
2320
2321         * gnus-sum.el (gnus-summary-article-map): Bind it.
2322
2323 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2324
2325         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2326         gnus-summary-refer-thread.
2327
2328         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2329         headers.
2330         (gnus-summary-limit-include-thread): Prevent articles in thread from
2331         being cut in gnus-cut-threads.
2332         (gnus-summary-refer-thread): Limit retrieved headers to those in
2333         thread.
2334
2335 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * message.el (message-send-mail): Use the value of
2338         message-courtesy-message from the message buffer.
2339
2340         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2341
2342         * shr.el (shr-browse-url): Implement mailto: URLs.
2343
2344         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2345         "raw".
2346
2347         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2348         if it's already selected.
2349
2350         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2351
2352 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2355         to measure the length and truncate alt text.
2356
2357 2010-11-03  Glenn Morris  <rgm@gnu.org>
2358
2359         * nndiary.el (nndiary-generate-nov-databases-1)
2360         (nndiary-generate-active-info): Rename dynamic variable `files' to
2361         something less generic.
2362
2363 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2364
2365         * nnir.el (nnir-request-move-article): Call the underlying backend to
2366         move articles from nnir.
2367
2368 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2371
2372 2010-11-02  Julien Danjou  <julien@danjou.info>
2373
2374         * nnir.el: Remove wais support.
2375
2376 2010-11-02  Glenn Morris  <rgm@gnu.org>
2377
2378         * gnus-html.el: Reorder requirements to quieten compiler.
2379
2380 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2383         properly for XEmacs as well.
2384         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2385         (gnus-article-natural-long-line-p): Use window-width rather than
2386         frame-width.
2387
2388 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2389
2390         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2391         (nnir-read-parms): Don't modify query.
2392         (nnir-run-query): Add ability to search topic on current line.
2393         (nnir-get-active): Clean up.
2394
2395 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2398         degenerate articles.
2399
2400         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2401         (gnus-print-buffer): Just print the buffer as is, without any copying
2402         to a buffer and then re-highlighting.
2403
2404         * nnimap.el (nnimap-request-group): Store the new updated info.
2405         (nnimap-request-group): Select the group when we don't know whether it
2406         exists or not.
2407
2408         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2409         groups.
2410
2411         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2412         groups.
2413
2414         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2415         groups.
2416
2417         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2418         long-lines case by only filling the long lines.
2419
2420         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2421         (bug #7311).
2422
2423 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * shr.el: No need to declare `declare-function' since shr.el is for
2426         only Emacsen that provide `libxml-parse-html-region'.
2427
2428         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2429         effective only in a file it is referred to.
2430
2431 2010-11-01  Glenn Morris  <rgm@gnu.org>
2432
2433         * mm-util.el (gnus-completing-read): Autoload.
2434         (mm-read-coding-system): Simplify Emacs definition.
2435
2436         * nnmail.el (gnus-activate-group):
2437         * nnimap.el (gnutls-negotiate):
2438         * nntp.el (netrc-parse): Fix declarations.
2439
2440 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2443         string-match-p in Emacs >=23.
2444
2445         * gnus-msg.el (gnus-configure-posting-styles)
2446         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2447
2448 2010-11-01  Glenn Morris  <rgm@gnu.org>
2449
2450         * nnir.el (declare-function): Add compat stub.
2451         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2452         (nnir-run-gmane): Require 'mm-url.
2453
2454         * mm-util.el (mm-string-to-multibyte): Simplify.
2455
2456         * shr.el (declare-function): Add compat stub.
2457         (url-cache-create-filename): Declare.
2458         (mm-disable-multibyte, widget-convert-button): Autoload.
2459
2460         * smime.el (ldap-search): Declare.
2461         (smime-cert-by-ldap-1): Require ldap on Emacs.
2462
2463         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2464         (nnimap-keepalive): Use gnus-float-time.
2465
2466         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2467         (mail-source-delete-crash-box): Use gnus-float-time.
2468
2469         * gnus-dired.el (gnus-completing-read): Autoload.
2470
2471         * mm-view.el (gnus-rescale-image): Autoload.
2472
2473         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2474
2475         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2476
2477         * sieve-manage.el: Require 'cl when compiling.
2478
2479         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2480         (gnus-iswitchb-completing-read): Require iswitchb.
2481         (gnus-select-frame-set-input-focus): Silence compiler.
2482
2483 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * message.el (message-subject-trailing-was-query): Change default to t,
2486         since I think that's what most people want.
2487
2488         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2489         appending for easier debugging.
2490         (nnimap-wait-for-connection): Take a regexp.
2491         (nnimap-request-accept-article): Wait for the continuation line before
2492         sending anything unless we're streaming.
2493
2494         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2495         leave the header washing to take place.
2496
2497 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2498
2499         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2500         regular expression match and replace in posting styles.
2501
2502 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2503
2504         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2505         an entire server.
2506         (nnir-get-active): New function.
2507         (nnir-run-imap): Use it.
2508         (nnir-run-gmane): Who knew, gmane search returns an article score!
2509
2510         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2511         server on the current line with nnir.
2512
2513 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2516         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2517         left edge.
2518         (gnus-article-foldable-buffer): Skip past the prefix when determining
2519         raggedness.
2520
2521         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2522         the raw article, and change `C-u g' to show the article without doing
2523         treatments.
2524
2525         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2526         on to `gnus-treat-article'.
2527         (gnus-inhibit-article-treatments): New variable.
2528
2529         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2530
2531         * gnus-art.el (gnus-treatment-function-alist): Have
2532         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2533         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2534         sections.
2535
2536         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2537         parameter.
2538         (gnus-article-fill-cited-long-lines): New function.
2539         (gnus-article-fill-cited-article): Allow filling only long sections.
2540
2541         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2542         and non-punctuation (like after the apostrophe in "'We").
2543
2544         * gnus-sum.el (gnus-summary-select-article): Make sure
2545         gnus-original-article-buffer is alive.
2546
2547         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2548         reflect the order they're in in the digest.
2549
2550         * gnus.el (gnus-group-startup-message): Move point to the start of the
2551         buffer.
2552
2553         * nnimap.el (nnimap-capability): New function.
2554         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2555         is set.
2556
2557 2010-10-31  David Engster  <dengste@eml.cc>
2558
2559         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2560         conform with changes to gnus-completing-read.
2561
2562 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2565
2566 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2567
2568         * nnir.el: Move defvar, defcustom around to keep file organized
2569         and keep byte-compiler quiet.
2570         (nnir-read-parms): Accept search-engine as arg.
2571         (nnir-run-query): Pass search-engine as arg.
2572         (nnir-search-engine): Remove.
2573
2574 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * shr.el (shr-generic): The text nodes should be text, not :text.
2577
2578         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2579         later in the file.
2580
2581 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2582
2583         * nnir.el: General clean up.  Allow searching with multiple engines.
2584         Allow separate extra-parameters for each engine.
2585         Batch queries when possible.
2586         (nnir-imap-default-search-key,nnir-method-default-engines):
2587         Add customize interface.
2588         (nnir-run-gmane): New engine.
2589         (nnir-engines): Use it.  Qualify all prompts with engine name.
2590         (nnir-search-engine): Remove global variable.
2591         (nnir-run-hyrex): Restore for now.
2592         (nnir-extra-parms,nnir-search-history): New variables.
2593         (gnus-group-make-nnir-group): Use them.
2594         (nnir-group-server): Remove in favor of gnus-group-server.
2595         (nnir-request-group): Avoid searching twice.
2596         (nnir-sort-groups-by-server): New function.
2597
2598 2010-10-30  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-group.el: Remove gnus-group-fetch-control.
2601
2602         * gnus-start.el (gnus-find-new-newsgroups):
2603         Remove gnus-check-first-time-used.
2604
2605         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2606
2607 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2608
2609         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2610         set on groups that don't have \* permanentflags.
2611
2612 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2615         control the background color.
2616         (shr-tag-img): Ignore very small web bug type images.
2617         (shr-put-image): Add help-echo alt texts to the images.
2618         (shr-tag-video): Show the video poster image.
2619
2620 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * shr.el (shr-table-depth): New variable.
2623         (shr-tag-table-1): Only insert the images after the top-level table.
2624
2625         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2626
2627         * gnus-util.el (gnus-list-memq-of-list): New function.
2628
2629         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2630         selected.
2631         (nnimap-unsplittable-articles): New slot.
2632         (nnimap-new-articles): Use it.
2633
2634 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2635
2636         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2637         move to the previous line on `M-g'.
2638
2639 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2642         *-request-group, which seems unnecessary.
2643
2644         * nnimap.el (nnimap-quote-specials): Function copied over from
2645         imap.el.
2646         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2647         they support that.  Suggested by Tom Regner.
2648
2649 2010-10-29  Julien Danjou  <julien@danjou.info>
2650
2651         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2652         defalias.
2653         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2654
2655         * gnus.el: Remove `gnus-nntp-service' variable.
2656         (gnus-secondary-servers): Make obsolete.
2657         (gnus-nntp-server): Make obsolete.
2658
2659         * gnus-start.el (gnus-1): Remove x-splash calls.
2660
2661         * gnus-ems.el (gnus-x-splash): Remove.
2662
2663         * gnus.el (gnus-group-startup-message): Simplify/update code.
2664
2665         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2666         definition.
2667
2668         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2669         capability before doing anything.
2670         (gnus-group-insert-group-line): Remove useless
2671         gnus-group-remove-excess-properties.
2672
2673 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2676
2677 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2680         config after reselecting.
2681
2682 2010-10-28  Julien Danjou  <julien@danjou.info>
2683
2684         * shr.el (shr-put-image): Use point even if only inserting text.
2685         (shr-put-image): Save excursion when inserting alt text on non-graphic
2686         display, so the behaviour is the same when we are on a graphic display.
2687
2688         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2689
2690 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2693         (gnus-mime-copy-part): Check coding system, not charset.
2694         (gnus-mime-view-part-externally): Never remove part.
2695         (gnus-mime-view-part-internally): Don't remove part here.
2696         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2697         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2698         multipart/alternative.
2699
2700         * mm-decode.el (mm-display-part): Take optional arg `force'.
2701
2702 2010-10-26  Julien Danjou  <julien@danjou.info>
2703
2704         * gnus-group.el (gnus-group-default-list-level): Add this function to
2705         compute the default list level.
2706         (gnus-group-default-list-level): Add possibility to use a function.
2707
2708 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2711
2712         * gnus-group.el (gnus-group-completing-read)
2713         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2714         gnus-replace-in-string.
2715
2716 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * shr.el (shr-tag-div): Add.
2719
2720         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2721
2722 2010-10-25  Julien Danjou  <julien@danjou.info>
2723
2724         * gnus-util.el: Remove `gnus-with-local-quit'.
2725
2726         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2727
2728 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2731         the original article buffer.
2732
2733 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nnimap.el (nnimap-request-head): New function.
2736         (nnimap-request-move-article): Try to be slighly faster by not
2737         requesting the entire message when moving.
2738         (nnimap-transform-headers): Don't bug out on bodiless articles.
2739         (nnimap-send-command): Have no outstanding messages if the IMAP server
2740         doesn't support streaming.
2741         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2742
2743 2010-10-24  Julien Danjou  <julien@danjou.info>
2744
2745         * message.el (message-default-headers): Fix type.
2746
2747 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2750         prefetching images.
2751
2752         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2753         backend for unknown groups.  This is mainly useful for nnimap groups.
2754
2755         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2756         group isn't covered by the agent.
2757
2758 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * nnir.el (nnir-method-default-engines): New variable.
2761         (nnir-run-query): Use it.
2762         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2763         (gnus-summary-nnir-goto-thread): Change group if needed.
2764
2765         * gnus-group.el (gnus-group-group-map): Add key binding for
2766         gnus-group-make-nnir-group.
2767
2768 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * shr.el (shr-tag-object): Add.
2771
2772         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2773         original article buffer live.
2774         (gnus-summary-select-article-buffer):
2775         Mention gnus-widen-article-buffer.
2776
2777 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * shr.el (shr-tag-strong): Add.
2780
2781 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2784         group names.  They mess up the group buffer badly.
2785
2786         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2787
2788         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2789         instead of the summary one.
2790
2791 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * mml.el (mml-preview): Work properly when editing article.
2794
2795         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2796         gnus-have-read-active-file if it's already been in.
2797
2798 2010-10-22  Tom Tromey  <tromey@redhat.com>
2799
2800         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2801         gnus-group-completing-read.
2802
2803 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * message.el (message-mode-map): Don't bind M-; to comment region, to
2806         allow the global comment-dwim to work.
2807
2808 2010-10-21  Julien Danjou  <julien@danjou.info>
2809
2810         * message.el (message-setup-1): Allow message-default-headers to be a
2811         function.
2812
2813 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * shr.el (shr-tag-table): Simplify.
2816
2817 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2820         to avoid trying to snarf invalid stuff.
2821
2822         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2823
2824         * gnus.el (gnus-message-archive-group): Quote value.
2825         (gnus-message-archive-group): Mark as changed.
2826
2827         * shr.el (shr-add-font): Don't put the font properties on the newline
2828         or the indentation.
2829
2830         * message.el (message-fix-before-sending): Change options when sending
2831         non-printable characters.
2832
2833         * gnus.el (gnus-message-archive-method): Change the default to
2834         monthly outgoing groups.
2835
2836         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2837         that have gotten new numbers.
2838
2839         * nnimap.el (nnimap-request-replace-article): New function.
2840
2841 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2844         (nnrss-request-article): Don't use special html washing code.
2845
2846 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * shr.el (shr-tag-table): Remove useless nconc.
2849
2850 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-art.el (article-wash-html): Simplify and remove the charset
2853         stuff.  Use the normal html rendering code instead of the special html
2854         washing code.
2855
2856         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2857         `gnus-w3m' symbols.
2858         (mm-text-html-washer-alist): Remove.
2859
2860         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2861         (mm-inline-media-tests): Remove use.
2862         (mm-text-html-renderer): Change default to the `shr' symbol.
2863
2864         * mm-view.el (mm-inline-text-html): Remove use.
2865
2866         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2867         `gnus-blocked-images' to be a function.
2868         (gnus-article-wash-function): Remove.
2869
2870 2010-10-20  Julien Danjou  <julien@danjou.info>
2871
2872         * spam.el (spam-list-of-processors): Mark as obsolete.
2873
2874         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2875         (nnimap-insert-partial-structure): Fix boundary detection.
2876
2877 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2878
2879         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2880         run file-truename on remote files.  This can be expensive and even
2881         prevent one from editing drafts if some unrelated buffer has a stale
2882         connection.
2883
2884 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2887         kinsoku-eol regardless of shr-kinsoku-shorten.
2888         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2889         (shr-tag-table): Support caption, thead, and tfoot.
2890
2891 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2894         lines.
2895         (shr-save-contents): New command and keystroke.
2896
2897         * nndoc.el (nndoc-type-alist): Add git support.
2898         (nndoc-git-type-p): New function.
2899         (nndoc-transform-git-article): Ditto.
2900         (nndoc-transform-git-headers): Ditto.
2901         (nndoc-transform-git-headers): Generate Subject headers.
2902
2903         * shr.el (shr-parse-style): New function.
2904         (shr-tag-span): Ditto.
2905
2906         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2907         to `G G' to avoid collisions.
2908
2909 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * shr.el: Load kinsoku if necessary.
2912         (shr-kinsoku-shorten): New internal variable.
2913         (shr-find-fill-point): Make kinsoku shorten text line if
2914         shr-kinsoku-shorten is bound to non-nil.
2915         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2916         shr-indentation too when testing if table is wider than frame width.
2917         (shr-insert-table): Use `string-width' instead of `length' to measure
2918         text width.
2919         (shr-insert-table-ruler): Make sure indentation is done at bol.
2920
2921 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2922
2923         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2924         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2925         undecoded network data.
2926
2927 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2930         name in the mode line spec so that the mode line menu works
2931         (bug #2431).
2932
2933         * message.el (message-get-reply-headers): If we're fed `to-address',
2934         then always use that.
2935
2936         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2937         aren't so wide as to need to switch off the edit menu.
2938
2939         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2940         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2941
2942         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2943         `M-g'.
2944         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2945         the permanent marks.
2946
2947 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2948
2949         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2950         Splitting according to references/in-reply-to obeys the ignore-groups
2951         variable, while splitting by sender and subject do not.
2952
2953 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2956         alist, so that we can look for non-Unicode chars.
2957         (article-translate-strings): Allow both character and string maps.
2958
2959 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * shr.el (shr-insert): Don't insert space behind a wide character
2962         categorized as kinsoku-bol, or between characters both categorized as
2963         nospace.
2964
2965 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2966
2967         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2968         headers to gnus-newsgroup-headers.
2969
2970 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * shr.el (shr-tag-img): Don't align images -- since we're not
2973         rescaling, this often leads to ugly displays.
2974
2975 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2976
2977         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2978         duplicates.
2979
2980 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2981
2982         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2983         call.
2984
2985 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus.el: Autoload gnus-html-show-images.
2988
2989         * nnimap.el: Use nnheader-message throughout.
2990
2991         * shr.el (shr-tag-img): Ignore images with no data.
2992
2993 2010-10-15  Julien Danjou  <julien@danjou.info>
2994
2995         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2996         a possibility to disable format=flow encoding when using hard newlines.
2997
2998 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * shr.el (shr-insert): Remove space inserted before or after a
3001         breakable character or at the beginning or the end of a line.
3002         (shr-find-fill-point): Do kinsoku; find the second best point or give
3003         it up if there's no breakable point.
3004
3005 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * nnimap.el (nnimap-open-connection): Message when opening connection
3008         for debugging purposes.
3009
3010         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3011         on every setup buffer call to allow this to change from article to
3012         article.
3013
3014         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3015         buffers where we have a wide table.
3016
3017 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3018
3019         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3020         uses *-request-thread.
3021
3022 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3025         incantation, which is no longer valid.
3026
3027 2010-10-14  Julien Danjou  <julien@danjou.info>
3028
3029         * shr.el: Fix defcustom type (char -> character).
3030
3031 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3034         programs.
3035
3036 2010-10-14  Julien Danjou  <julien@danjou.info>
3037
3038         * shr.el (shr-tag-a): Use url-link as widget type.
3039
3040         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3041         `gnus-group-get-icon'.
3042
3043 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3046         This should make server editing work better.
3047
3048         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3049
3050         * tls.el (tls-program): Remove spurious %s from openssl.
3051
3052         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3053         (nnimap-parse-flags): Fix regexp.
3054
3055         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3056         probably work for CJVK text, too.
3057
3058         * nnimap.el (nnimap-extend-tls-programs): Remove.
3059         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3060
3061         * tls.el (tls-starttls-switches): Remove starttls hack.
3062         (open-tls-stream): Ditto.
3063         (tls-find-starttls-argument): Ditto.
3064
3065 2010-10-13  Julien Danjou  <julien@danjou.info>
3066
3067         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3068         responses.
3069
3070 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3073
3074         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3075         anything in Emacs.
3076
3077         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3078
3079 2010-10-13  Julien Danjou  <julien@danjou.info>
3080
3081         * shr.el (shr-width): Make shr-width a defcustom with default to
3082         fill-column.
3083         (shr-tag-img): Use shr-width rather than fill-column.
3084
3085 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * dgnushack.el (byte-optimize-apply)
3088         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3089
3090         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3091         position when (X-)Faces exist.
3092         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3093         avatars when called interactively.
3094
3095 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3098         gnus-article-x-face-too-ugly is bound.
3099
3100 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3103
3104         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3105         mailbox that doesn't exist.
3106
3107 2010-10-12  Julien Danjou  <julien@danjou.info>
3108
3109         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3110         (shr-get-image-data): Encode URL properly when fetching from cache.
3111         (shr-tag-img): Use aligned-to spaces to align correctly images.
3112
3113         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3114         before inserting the Gravatar.
3115
3116         * shr.el (shr-tag-img): Add align attribute support for <img>.
3117
3118 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * gnus-gravatar.el (gnus-art): Require.
3121
3122         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3123         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3124         Remove long obsoleted functions.
3125
3126 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3129
3130         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3131
3132         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3133         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3134         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3135         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3136         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3137         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3138         * sieve-manage.el, smime.el, spam.el:
3139         Fix comment for declare-function.
3140
3141 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * nnimap.el (nnimap-request-rename-group): Select group read-only
3144         before renaming it.
3145
3146         * shr.el (shr-insert): Fix up the white space only regexp.
3147
3148         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3149         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3150
3151         * shr.el (shr-current-column): New function.
3152         (shr-find-fill-point): New function.
3153
3154 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3155
3156         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3157         numbers.
3158
3159 2010-10-11  Julien Danjou  <julien@danjou.info>
3160
3161         * shr.el (shr-hr-line): Add.
3162         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3163         display hr lines.
3164         (shr-max-columns): Do not change state to nil if we just inserting
3165         spaces.
3166
3167 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3170         select the last group.
3171
3172 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3175
3176 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3177
3178         * dig.el (dig-mode-map): Declare and define in one step.
3179
3180 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3183         for Gnus.
3184         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3185         (nnimap-update-qresync-info): Mark \Seen articles as read.
3186
3187         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3188         non-variable, too.
3189
3190         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3191         available.
3192         (nnimap-update-info): Rely more on the current active than the param
3193         active to avoid marking articles as read too much.
3194
3195         * auth-source.el (auth-source-create): Use (user-login-name) for the
3196         user name default.
3197
3198         * nnimap.el (nnimap-update-info): If the server doesn't return any
3199         useful info, just use the previous info.
3200         (nnimap-update-info): Prefer old info over start-article.
3201         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3202
3203 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3204
3205         * nnir.el (autoload): Clean up autoloads.
3206         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3207         Use key rather than value.
3208         (nnir-imap-search-other): New variable.
3209         (nnir-read-parm): Use it.
3210         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3211         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3212
3213 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3216         the process, too.
3217
3218 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * spam.el (gnus-summary-mode-map): Bind to "$".
3221         Suggested by Russ Allbery.
3222
3223         * shr.el: Rework the way things are indented by <li> slightly.
3224
3225         * gnus.el (gnus-group-set-parameter): Fix typo.
3226
3227         * nnimap.el: Start implementing QRESYNC support.
3228
3229 2010-10-09  Julien Danjou  <julien@danjou.info>
3230
3231         * nnir.el (nnir-engines): Fix too many arguments.
3232
3233 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3236         group is the "last", so that the backends like nnfolder actually save
3237         their folders.
3238
3239         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3240         try to use that for the tls stream.
3241         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3242         UIDVALIDITY and find out which groups are read-only and not.
3243         (nnimap-get-flags): Use the same marks parsing code as the rest of
3244         nnimap.
3245
3246 2010-10-09  Julien Danjou  <julien@danjou.info>
3247
3248         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3249
3250         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3251         retrieving gravatars.
3252
3253         * shr.el (shr-table-corner): Add.
3254         (shr-table-line): Add.
3255         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3256
3257 2010-10-08  Julien Danjou  <julien@danjou.info>
3258
3259         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3260
3261 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3264
3265         * gnus-sum.el (gnus-mark-article-as-unread)
3266         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3267         (gnus-summary-set-bookmark): Use it.
3268
3269         * gnus-msg.el (gnus-setup-message): Use it.
3270
3271         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3272
3273         * gnus.el (gnus-group-remove-parameter): Use it.
3274
3275         * gnus-group.el (gnus-group-make-web-group): Use it.
3276
3277         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3278
3279         * nnregistry.el: Update docs to mention manual.
3280
3281         * gnus-registry.el: Update docs to mention nnregistry.el.
3282         (gnus-registry-initialize): Don't install nnregistry refer method
3283         automatically.
3284         (gnus-registry-install-nnregistry): Remove it.
3285
3286 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * shr.el (shr-insert): Don't insert double spaces.
3289
3290 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-gravatar.el (gnus-treat-from-gravatar)
3293         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3294         called interactively.
3295
3296         * gnus-art.el (gnus-mime-view-part-externally)
3297         (gnus-mime-view-part-internally): Make predicate function passed to
3298         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3299         of a mime type.
3300
3301         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3302
3303 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * shr.el (require): Require cl when compiling.
3306         (shr-tag-hr): New function.
3307
3308         * nnimap.el (nnimap-update-info): Remove double setting of high.
3309         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3310         This makes nnimap work properly on Courier again.
3311
3312         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3313         the variable for backwards compatability.
3314
3315         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3316         the file name before using to avoid setting mm-default-directory to
3317         nil.
3318
3319         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3320         bidning gnus-agent variables.
3321
3322         * shr.el (shr-render-td): Use a cache for the table rendering function
3323         to avoid getting an exponential rendering behaviour in nested tables.
3324         (shr-insert): Rework the line-breaking algorithm.
3325         (shr-insert): Don't leave trailing spaces.
3326         (shr-insert-table): Also insert empty TDs.
3327         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3328
3329 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-sum.el (gnus-number): Rename from `number'.
3332         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3333         (gnus-summary-limit-children): Update uses correspondingly.
3334
3335 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3338         (gnus-gravatar-transform-address): Don't show avatars of people of
3339         which mail addresses match gnus-gravatar-too-ugly.
3340
3341 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * shr.el (shr-table-widths): Expand TD elements to fill available
3344         space.
3345
3346 2010-10-07  Julien Danjou  <julien@danjou.info>
3347
3348         * nnimap.el (nnimap-request-rename-group): Add this method.
3349
3350 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3353         name from XEmacs' function-arglist.
3354
3355         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3356         gravatar under XEmacs.
3357
3358 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3359
3360         * auth-source.el: Update docs with TODO items.
3361
3362         * gnus-sync.el: Update docs to explain state and plans.
3363
3364         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3365         Hooks for mark updates.
3366         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3367
3368         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3369         hooks with arguments, which is needed for mark update hooks.
3370
3371 2010-10-06  Julien Danjou  <julien@danjou.info>
3372
3373         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3374         was matched.
3375
3376         * sieve-manage.el: Update example in `Commentary'.
3377
3378         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3379
3380         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3381         not 2000.
3382         (sieve-manage-authenticate): Re-add function.
3383
3384 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * shr.el (shr-insert): Get 'space transition right.
3387         (shr-render-td): Only delete space at the end of the TD.
3388
3389         * nnimap.el (nnimap-open-connection): Prepare to support
3390         open-gnutls-stream.
3391
3392         * shr.el: Rearrange function order to be more logical.
3393
3394 2010-10-06  Julien Danjou  <julien@danjou.info>
3395
3396         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3397         (nnrss-discover-feed): Remove 404 URL in docstring.
3398
3399         * nnir.el: Fix Swish-E URL.
3400         Fix Namazu URL.
3401
3402         * message.el (message-change-subject): Remove 404 URL in a comment.
3403
3404 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3407         called interactively.
3408
3409         * gnus-util.el (gnus-remove-if): Allow hash table.
3410         (gnus-remove-if-not): New function.
3411
3412         * gnus-art.el (gnus-mime-view-part-as-type)
3413         * gnus-score.el (gnus-summary-score-effect)
3414         * gnus-sum.el (gnus-read-move-group-name):
3415         Replace remove-if-not with gnus-remove-if-not.
3416
3417         * gnus-group.el (gnus-group-completing-read):
3418         Regard collection as a hash table if it is not a list.
3419
3420 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3423
3424         * shr.el: Document the table-rendering algorithm.
3425
3426 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3429         for Emacsen having no `libxml-parse-html-region' support.
3430
3431 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3434         invalid URLs.
3435
3436         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3437         line-broken.
3438         (shr-tag-img): Ignore image fetching errors.
3439         (shr-overlays-in-region): Compute overlay positions correctly.
3440
3441         * mm-decode.el (mm-shr): Require shr.
3442
3443         * gnus-art.el (gnus-blocked-images): Move variable here.
3444
3445         * shr.el (shr-insert-table): Bind free variable.
3446
3447         * mm-decode.el (mm-shr): Bind shr-content-function.
3448
3449         * shr.el (shr-content-function): New variable.
3450
3451         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3452         added for symmetry.
3453
3454         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3455
3456         * gnus-group.el (gnus-group-make-group): Doc fix.
3457
3458         * nnimap.el (nnimap-request-newgroups): Return success.
3459
3460         * shr.el (shr-find-elements): New function.
3461         (shr-tag-table): Put all the images after the table.
3462         (shr-tag-table): Really inhibit images inside the table.
3463         (shr-collect-overlays): Copy over overlays from the TD elements to the
3464         main document.
3465
3466         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3467         gnus-blocked-images.
3468
3469 2010-10-05  Julien Danjou  <julien@danjou.info>
3470
3471         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3472
3473         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3474         (gnus-html-maximum-image-size): Add this function.
3475         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3476
3477         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3478         server-value of the capability is nil.
3479
3480 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * shr.el (shr-tag-em): Add <EM> tag.
3483
3484 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3485
3486         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3487         customizable.
3488
3489         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3490         handing broken links to browse-url.
3491
3492 2010-10-05  Julien Danjou  <julien@danjou.info>
3493
3494         * gnus-util.el (gnus-emacs-completing-read)
3495         (gnus-iswitchb-completing-read): Use autoload rather than require.
3496
3497 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3500         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3501         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3502         iswitchb-temp-buflist for XEmacs.
3503
3504         * gnus-util.el (gnus-completing-read-function): Exclude
3505         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3506         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3507         XEmacs.
3508
3509         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3510         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3511
3512         * gnus-html.el: Don't require help-fns under XEmacs.
3513         (gnus-html-schedule-image-fetching): Work for XEmacs.
3514
3515         * mm-decode.el (mm-shr): Decode contents by charset.
3516
3517 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3520         unknown.
3521
3522         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3523         (shr-get-image-data): Ensure against the cache file missing.
3524
3525         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3526         for data.
3527
3528         * spam-report.el (spam-report-url-ping-plain): Don't query about
3529         killing the process.
3530
3531         * shr.el (shr-render-td): Protect against too-wide text.
3532
3533 2010-10-04  Julien Danjou  <julien@danjou.info>
3534
3535         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3536         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3537
3538         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3539         retrieved.
3540
3541 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * shr.el (browse-url): Require.
3544         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3545         lines.
3546         (shr-show-alt-text, shr-browse-image): New commands.
3547         (shr-browse-url, shr-copy-url): New commands.
3548
3549         * gnus-sum.el (gnus-widen-article-window): New variable.
3550         (gnus-summary-select-article-buffer): Use it.
3551
3552         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3553         without @ signs.
3554
3555 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3556
3557         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3558
3559 2010-10-04  Julien Danjou  <julien@danjou.info>
3560
3561         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3562         for XEmacs.
3563
3564 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3567
3568         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3569         (nnimap-close-server): Implement.
3570
3571         * dgnushack.el (iswitchb): Require to shut up the compiler.
3572
3573         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3574         (shr-insert): Tweak line breaking.
3575         (shr-insert): Handle <pre> better.
3576         (shr-tag-li): Get <li> indentation right.
3577         (shr-tag-li): Get <li> indentation even righter.
3578         (shr-tag-blockquote): Ensure paragraph start.
3579         (shr-make-table): Tweak table generation.
3580         (shr-make-table): Fix typo.
3581
3582         * shr.el: Implement table rendering.
3583
3584 2010-10-04  Julien Danjou  <julien@danjou.info>
3585
3586         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3587
3588 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * shr.el (shr-insert): Use string anchors instead of line anchors.
3591
3592 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * shr.el: Add headings.
3595         (shr-ensure-paragraph): Actually work.
3596         (shr-tag-li): Make <ul> prettier.
3597         (shr-insert): Get white space at the beginning/end of elements right.
3598         (shr-tag-p): Collapse subsequent <p>s.
3599         (shr-ensure-paragraph): Don't insert double line feeds after blank
3600         lines.
3601         (shr-insert): \t is also space.
3602         (shr-tag-s): Fix "s" tag name function.
3603         (shr-tag-s): Fix face prop name.
3604
3605 2010-10-03  Julien Danjou  <julien@danjou.info>
3606
3607         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3608
3609         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3610         gnus-window-inside-pixel-edges.
3611
3612         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3613         gnus-ems.
3614
3615         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3616
3617         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3618         function.
3619
3620         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3621         resize choice.
3622
3623 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3626         beginning of the buffer.
3627
3628         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3629         article buffer again.
3630
3631         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3632
3633         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3634         when it's at the start of the buffer.
3635
3636         * shr.el (shr-tag-blockquote): Convert name.
3637         (shr-rescale-image): Use the right image-size variant.
3638
3639         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3640         buffer isn't shown, then select the current article first instead of
3641         bugging out.
3642         (gnus-summary-select-article-buffer): Show both the article and summary
3643         buffers again.
3644
3645         * shr.el (shr-fontize-cont): Protect against regions with no text.
3646         Rename tag functions to shr-tag-* for enhanced security.
3647         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3648
3649 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3650
3651         * shr.el (shr-insert):
3652         * pop3.el (pop3-movemail):
3653         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3654         loaded.
3655
3656 2010-10-03  Glenn Morris  <rgm@gnu.org>
3657
3658         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3659
3660         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3661
3662         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3663
3664         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3665
3666         * gnus-util.el (gnus-make-local-hook): Simplify.
3667
3668 2010-10-02  Julien Danjou  <julien@danjou.info>
3669
3670         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3671         (gnus-ido-completing-read): New function.
3672         (gnus-emacs-completing-read): New function.
3673         (gnus-completing-read): Use gnus-completing-read-function.
3674         Add gnus-completing-read-function.
3675
3676 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * shr.el (shr-insert-document): Autoload.
3679         (shr-img): Be silent.
3680         (shr-insert): Add a newline after every picture before text.
3681         (shr-add-font): Use overlays for combining faces.
3682         (shr-insert): Pass upwards the text start point.
3683
3684         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3685         possible.
3686         (mm-shr): New function.
3687
3688 2010-10-02  Julien Danjou  <julien@danjou.info>
3689
3690         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3691         should go backward.
3692
3693 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3694
3695         * shr.el (shr): Fix typo in provide call.
3696
3697 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * shr.el: New file.
3700
3701         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3702
3703         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3704         completing read.
3705
3706 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3709         we're being queried about.  Suggested by Dan Jacobson.
3710
3711         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3712         Suggested by Jason Eisner.
3713
3714         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3715         table, too.  Suggested by Stefan Wiens.
3716         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3717         the table unnecessary.  Suggested by Stefan Wiens.
3718
3719         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3720         longer needed, and probably doesn't work either, as pointed out by
3721         Stefan Wiens.
3722         (gnus-summary-exit): Remove call to the clearing function.
3723         (gnus-summary-exit-no-update): Ditto.
3724
3725         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3726         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3727         Reported by Stefan Monnier.
3728         (gnus-summary-save-in-rmail): Ditto.
3729
3730         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3731         article buffer, instead of both the article buffer and the summary
3732         buffer.  Sort of suggested by Dan Jacobson.
3733
3734         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3735
3736         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3737         Suggested by Dan Jacobson.
3738
3739         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3740         documentation clearer.
3741
3742         * message.el (message-shorten-references): Comment on the number "21".
3743         Suggested by Stefan Monnier.
3744
3745         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3746         Suggested by Dan Jacobson.
3747
3748         * gnus.el (gnus-large-newsgroup):
3749         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3750
3751         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3752         externalize attachments.  Bug reported by Steve Wen.
3753
3754         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3755         really message anything to the user.
3756
3757         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3758         directly.
3759
3760         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3761         messages in empty groups.
3762
3763 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3764
3765         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3766         non-UIDNEXT group.
3767
3768 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3771         not the value from the collection.
3772
3773         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3774         values.  This sometimes happens on some groups that have no info.
3775         (nnimap-request-newgroups): New function.
3776
3777 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3780         check into `gnus-registry-initialize'.
3781         (gnus-registry-initialize): Ditto.
3782         Fix and extend header docs.
3783
3784 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3787         regexp backtrace overflows.
3788
3789         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3790         for starttls that tls.el implements; i.e. openssl.
3791
3792         * tls.el (tls-starttls-switches): Give up on using starttls with
3793         gnutls-cli.
3794         (tls-program): Add --insecure to be consistent with the defaults from
3795         openssl s_client.  Now all three commands are insecure.
3796
3797 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * lpath.el: Bind completion-styles-alist for XEmacs.
3800
3801         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3802         (gravatar-create-image): New function that's an alias to
3803         gnus-xmas-create-image, gnus-create-image, or create-image.
3804         (gravatar-data->image): Use it.
3805
3806 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3809         install the nnregistry refer method.
3810         (gnus-registry-install-hooks): Use it.
3811         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3812         unfollowed groups.
3813
3814 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3815
3816         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3817         expanding threads.
3818
3819 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * nnir.el: Use the server names without suffixes (bug #7009).
3822
3823         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3824         unencrypted to STARTTLS, if possible.
3825
3826 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3827
3828         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3829         headers before superseding.
3830
3831 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832
3833         * nnrss.el (nnrss-use-local): Add documentation.
3834
3835         * nnimap.el (nnimap-extend-tls-programs): New function.
3836         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3837         (nnimap-wait-for-connection): Accept the greeting from the stupid
3838         output from openssl s_client -starttls, too.
3839
3840         * tls.el (tls-starttls-switches): New variable.
3841         (tls-find-starttls-argument): Use it.
3842         (open-tls-stream): Ditto.
3843
3844         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3845         (netrc-machine): Ditto.
3846
3847         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3848         article number.
3849         (nnimap-split-fancy): New variable.
3850         (nnimap-split-incoming-mail): Use it.
3851
3852         * nntp.el (nntp-server-list-active-group): Document.
3853
3854         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3855         SELECT to get the message-id.
3856
3857         * mail-source.el (mail-sources): Remove webmail support.
3858         (defvar): Ditto.
3859         (mail-source-fetcher-alist): Ditto.
3860         (mail-source-fetch-webmail): Remove.
3861
3862         * webmail.el: Remove -- doesn't seem relevant any more.
3863
3864         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3865
3866         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3867         the \r.
3868
3869 2010-09-30  Julien Danjou  <julien@danjou.info>
3870
3871         * gnus-agent.el (gnus-agent-add-group): Fix call to
3872         gnus-completing-read.
3873
3874 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * nndoc.el (nndoc-retrieve-groups): New function.
3877
3878         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3879         `default', use nnmail-split-methods.
3880         (nnimap-request-article): Downcase the NILs so that they are nil.
3881
3882         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3883         symbol.
3884
3885         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3886         code, since if the user has requested network, that's what they ought
3887         to get.
3888         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3889         (nnimap-split-rule): Mark as obsolete.
3890
3891         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3892         New variable.
3893
3894         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3895         correct slot, too.
3896
3897 2010-09-29  Julien Danjou  <julien@danjou.info>
3898
3899         * gnus.el (gnus-local-domain): Declare variable obsolete.
3900
3901         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3902         Fix history computing.
3903         (gnus-ido-completing-read): Require ido.
3904
3905 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3908         build Gnus.
3909
3910         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3911         when interpreting the structures.
3912         (nnimap-request-accept-article): Add \r\n to the lines to make this
3913         work with Cyrus.
3914
3915         * nndraft.el (nndraft-request-expire-articles): Use the group name
3916         instead if "nndraft".  Fix found by Nils Ackermann.
3917
3918 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3919
3920         * nnregistry.el: Add.
3921
3922 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3923
3924         * nnmail.el (group, group-art-list, group-art):
3925         Remove unneeded directives.
3926
3927 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3930         (mm-mime-charset)
3931         * rfc2047.el (rfc2047-syntax-table)
3932         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3933
3934         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3935         rather than `insert-file-contents' and `eval-region'.
3936
3937         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3938         construction.
3939
3940         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3941
3942         * time-date.el: No need to require cl for Emacs 21.
3943
3944 2010-09-29  Julien Danjou  <julien@danjou.info>
3945
3946         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3947         replacement of `gnus-gravatar-relief' to mimic
3948         `gnus-faces-properties-alist'.
3949         Add :version property.
3950
3951 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * mail-source.el (mail-source-report-new-mail)
3954         * message.el (message-default-mail-headers)
3955         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3956
3957         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3958
3959 2010-09-28  Julien Danjou  <julien@danjou.info>
3960
3961         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3962         mail-address contains the same string as real-name.
3963
3964         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3965         non-blank in header, otherwise it'll get stripped.
3966
3967         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3968         real-name, and then for mail address rather than doing : or , search.
3969
3970 2010-09-27  Julien Danjou  <julien@danjou.info>
3971
3972         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3973         right completing-read function.
3974         (gnus-use-ido): New variable
3975         (gnus-completing-read-with-default): Remove.
3976         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3977         (gnus-agent-add-group):
3978         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3979         * mm-view.el (mm-view-pkcs7-decrypt):
3980         * mm-util.el (mm-codepage-setup):
3981         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3982         * mml-smime.el (mml-smime-openssl-sign-query):
3983         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3984         (mml-insert-multipart):
3985         * gnus-msg.el (gnus-summary-yank-message):
3986         * gnus-int.el (gnus-start-news-server):
3987         * mm-decode.el (mm-interactively-view-part):
3988         * gnus-dired.el (gnus-dired-attach):
3989         * gnus.el (gnus-read-method):
3990         * gnus-bookmark.el (gnus-bookmark-jump):
3991         * gnus-art.el (gnus-mime-view-part-as-type)
3992         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3993         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3994         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3995         * nnmairix.el (nnmairix-create-server-and-default-group)
3996         (nnmairix-update-groups, nnmairix-get-server)
3997         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3998         (nnmairix-get-group-from-file-path):
3999         * nnrss.el (nnrss-find-rss-via-syndic8):
4000         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4001         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4002         (gnus-group-browse-foreign-server):
4003         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4004         (gnus-summary-execute-command, gnus-summary-respool-article)
4005         (gnus-read-move-group-name):
4006         * gnus-score.el (gnus-summary-increase-score)
4007         (gnus-summary-score-effect):
4008         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4009
4010 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4013         x-focus-frame.
4014
4015         * nnimap.el (auth-source-forget-user-or-password)
4016         (auth-source-user-or-password): Autoload.
4017
4018         * message.el (message-from-style, message-interactive)
4019         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4020         (message-yank-prefix, message-indentation-spaces, message-signature)
4021         (message-signature-file): Add comment.
4022
4023 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4026         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4027         new articles.
4028
4029         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4030         parts.
4031         (nnimap-request-article): Work with the t setting, too.
4032
4033         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4034         that you don't get flashes of other buffers.
4035         (gnus-summary-show-complete-article): Intern before setting.
4036
4037 2010-09-27  David Engster  <dengste@eml.cc>
4038
4039         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4040         well as HEADERS.
4041         (nnmairix-retrieve-headers): Provide new argument for the above.
4042
4043 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus-sum.el (gnus-summary-move-article): Don't alter
4046         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4047         group.
4048
4049         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4050
4051         * message.el (message-cite-prefix-regexp): Revert my last edit.
4052
4053         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4054         variable instead of the Gnus variable.
4055
4056         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4057
4058         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4059
4060         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4061         since some servers don't like it.
4062         (nnimap-open-connection): Forget credentials if the server says the
4063         password was wrong.
4064         (nnimap-parse-line): Protect against invalid data.
4065
4066         * gnus-sum.el (gnus-summary-move-article): Add comment.
4067         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4068         nothing alters it while scanning for new messages.
4069
4070         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4071         which may or may not help.
4072         (nnimap-open-connection): If we're doing a stream connection, and then
4073         discover we're on a STARTTLS-capable server, then open a STARTTLS
4074         connection instead.
4075
4076 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * nnimap.el (utf7): Require.
4079
4080         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4081         prefix.
4082
4083 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4084
4085         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4086
4087 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * nnimap.el (nnimap-request-accept-article): Message the error on
4090         error.
4091
4092 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4095
4096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * nndoc.el (nndoc-request-list): Return success always.
4099
4100         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4101         `fetch-old' -- we only want to fetch the articles we've requested.
4102         The rest are in the agent, probably.
4103         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4104         disappeared server" to something low.  It's not important.
4105
4106         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4107         arrived before the FETCH data.
4108
4109         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4110         target here, because we don't know the Gnus name of the group.
4111
4112         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4113         for the correct group.
4114
4115         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4116
4117         * gnus.el (gnus): Give a final warning after startup.
4118
4119         * gnus-util.el (gnus-action-message-log): New variable.
4120         (gnus-message): Use it.
4121         (gnus-final-warning): New function.
4122
4123         * nnimap.el (nnimap-open-connection): Record the greeting.
4124         (nnimap): Add greeting.
4125
4126 2010-09-26  Julien Danjou  <julien@danjou.info>
4127
4128         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4129         arguments.
4130         (gnus-html-wash-images): Fix spec computing to include start/end.
4131
4132         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4133
4134 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4137         deletion.
4138         (nnimap-retrieve-headers): Don't select the group, because that's
4139         already done by nnimap-possibly-change-group.
4140
4141         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4142         (gnus-picon-transform-address): Use it.
4143
4144         * mail-source.el (mail-source-value): Revert previous patch.
4145
4146         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4147         on failure.
4148         (nnimap-open-connection): Look up both virtual and physical server name
4149         credentials.
4150
4151         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4152
4153 2009-02-07  Dave Love  <fx@gnu.org>
4154
4155         * tls.el (open-tls-stream): Don't query killing process.
4156
4157 2009-02-08  Dave Love  <fx@gnu.org>
4158
4159         * gnus-win.el (gnus-window-to-buffer-helper)
4160         (gnus-all-windows-visible-p): Function needn't be a symbol.
4161
4162         * mail-source.el (mail-source-value): Function needn't be a symbol.
4163
4164 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * message.el (message-cite-prefix-regexp): Remove } from the cite
4167         prefix.
4168
4169         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4170         highlight again, so that the highlight is correct.
4171
4172         * gnus-picon.el (gnus-picon): Remove again.
4173         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4174
4175         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4176         doing the header highlightling, so that the background colour of the
4177         picon is correct.
4178
4179         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4180         (gnus-picon): Ditto.
4181         (gnus-picon): Reinstate.  The background colour for picons is white.
4182         (gnus-picon-insert-glyph): Make the background white.
4183
4184         * nnml.el (nnml-open-nov): Don't return dead buffers.
4185
4186         * auth-source.el (auth-source-create): Query the user for whether to
4187         store the credentials.
4188
4189         * netrc.el (netrc-store-data): New function.
4190
4191         * auth-source.el (auth-source-user-or-password): Use the existing auth
4192         sources, if any, for creation.
4193
4194         * gnus.el (gnus-group-fast-parameter): Return the last matching
4195         parameter instead of the first matching parameter.
4196
4197 2010-09-26  Julien Danjou  <julien@danjou.info>
4198
4199         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4200
4201 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * mml2015.el (mml2015-use): Remove gpg support.
4204
4205         * mml1991.el (mml1991-function-alist): Remove gpg function.
4206         (mml1991-gpg-sign): Remove.
4207
4208 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4209
4210         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4211         (gnus-browse-unsubscribe-current-group): Document it.
4212         (gnus-browse-unsubscribe-group): Use it.
4213
4214 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4215
4216         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4217         address to the To list for easier response.
4218
4219         * gnus.el (gnus-play-startup-jingle): Remove.
4220         (gnus-splash): Don't play jingle.
4221         (gnus): Silence gnus-load message.
4222
4223         * gnus-art.el (gnus-treat-play-sounds): Remove.
4224
4225         * gnus.el (gnus-play-jingle): Remove audio support.
4226
4227         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4228
4229         * earcon.el: Remove -- no users.
4230
4231         * gnus-audio.el: Remove -- no users of this package.
4232
4233         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4234
4235         * gnus-start.el (gnus-setup-news): Remove nocem support.
4236
4237         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4238
4239         * gnus.el (gnus-use-nocem): Remove.
4240
4241         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4242         Remove.
4243
4244         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4245         uses NoCeM any more.
4246
4247         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4248         (gnus-button-ctan-handler): Ditto.
4249         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4250         (gnus-button-ctan-directory-regexp): Ditto.
4251         (gnus-button-handle-ctan): Ditto.
4252         (gnus-button-tex-level): Ditto.
4253         (gnus-button-alist): Remove CTAN stuff.
4254
4255 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4258         nnimap-streaming test.
4259
4260         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4261         servers twice.
4262
4263         * nnimap.el (nnimap-open-connection): Add more error reporting when
4264         nnimap fails early.
4265
4266         * nnheader.el (nnheader-get-report-string): New function.
4267         (nnheader-get-report): Use it.
4268
4269         * gnus-int.el (gnus-check-server): Say what the error was when opening
4270         failed.
4271
4272         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4273         using streaming.
4274
4275 2010-09-25  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4278         gnus-window-inside-pixel-edges.
4279
4280 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4283
4284         * mm-decode.el (mm-save-part): Allow saving to other directories the
4285         normal Emacs way.
4286
4287         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4288         Suggested by Jay Berkenbilt.
4289
4290         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4291         there isn't a single byte.
4292
4293         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4294         just do it.  It doesn't really seem to matter what the user responds
4295         here, I think, so it's just a confusing question.
4296
4297         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4298         non-streaming case.
4299
4300         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4301         (gnus-article-encrypt-body): Use it.
4302
4303         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4304         keystroke.
4305
4306         * nnimap.el (nnimap-find-wanted-parts-1):
4307         Use gnus-fetch-partial-articles.
4308
4309         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4310
4311         * nnimap.el (nnimap-insert-partial-structure): New function.
4312         (nnimap-get-partial-article): New function.
4313         (nnimap-request-article): Use it.
4314         (nnimap-wait-for-response): Return whether the wait was successful.
4315         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4316         retrieval wasn't successful.
4317         (nnimap-retrieve-group-data-early): Allow throttling servers.
4318         (nnimap-streaming): New variable.
4319         (nnimap-fetch-partial-articles): Remove.
4320
4321         * mm-decode.el (mm-with-part): Protect against killed buffers.
4322
4323         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4324         for prettier summary display.
4325
4326 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4327
4328         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4329
4330 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4333         apparently third-party libraries depend on it.
4334
4335         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4336         before starting negotiation.
4337
4338         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4339         privacy reasons.
4340         (gnus-treat-mail-gravatar): Ditto.
4341
4342         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4343         buffer when inserting images.  Inserting text into the headers, for
4344         instance, can make them invalid.
4345
4346 2010-09-25  Julien Danjou  <julien@danjou.info>
4347
4348         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4349         variables.
4350
4351         * nnheader.el: Remove useless variables news-reply-yank-from and
4352         news-reply-yank-message-id.
4353
4354         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4355         variables.
4356
4357         * mml1991.el: Remove useless mml1991-verbose.
4358
4359         * gnus.el: Remove useless variable gnus-use-generic-from.
4360         Remove obsolete variable gnus-topic-indentation.
4361
4362         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4363
4364         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4365
4366         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4367
4368         * gnus-group.el: Remove useless gnus-group-icon-cache.
4369         Remove useless gnus-ephemeral-group-server.
4370
4371         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4372
4373         * mml2015.el: Remove useless mml2015-verbose.
4374
4375         * mml-smime.el: Remove useless mml-smime-verbose.
4376
4377         * gnus.el: Remove useless gnus-local-domain.
4378
4379         * gnus-gravatar.el (gnus-gravatar-transform-address):
4380         Use gnus-gravatar-size.
4381
4382         * gnus-art.el: Remove useless gnus-treat-translate.
4383
4384 2010-09-24  Julien Danjou  <julien@danjou.info>
4385
4386         * gnus-sum.el: Add support for Gravatars.
4387
4388         * gnus-art.el: Add support for Gravatars.
4389
4390         * gnus-gravatar.el: Add this file.
4391
4392         * gravatar.el: Add this file.
4393
4394 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4397
4398         * gnus-group.el (gnus-group-fetch-faq): Remove.
4399
4400         * gnus.el (gnus-group-faq-directory): Remove.
4401
4402         * gnus-group.el (gnus-group-fetch-charter): Remove.
4403
4404         * gnus.el (gnus-group-charter-alist): Remove.
4405
4406         * gnus-group.el (gnus-group-archive-directory): Remove.
4407         (gnus-group-recent-archive-directory): Ditto.
4408         (gnus-group-make-archive-group): Remove.
4409
4410         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4411
4412         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4413         use the same article number for all the cached articles.
4414
4415         * nnimap.el (nnimap-command): Register the last command time so
4416         that we can use it for idling NOOPs.
4417         (nnimap-open-connection): Start the keeplive timer.
4418         (nnimap-make-process-buffer): Store all the process buffers.
4419         (nnimap-keepalive): New function.
4420
4421         * starttls.el (starttls-open-stream): Add autoload cookie.
4422
4423 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4424
4425         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4426         handling.
4427
4428 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4431         its data structures.
4432
4433         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4434         instead of the cl.el copy-list.
4435         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4436         equalp.
4437
4438 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4441         and tool-bar-local-item-from-menu.
4442
4443         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4444         mode-line-highlight face for Emacs.
4445
4446         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4447         loading gnus-sum.elc; fix comment for canlock-verify.
4448         (gnus-article-jump-to-part): Use read-number.
4449         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4450         Remove Emacs pre-21 compatible code for help-echo.
4451         (gnus-article-next-page-1): No need to adjust the number of lines.
4452         (gnus-article-describe-bindings): Always use help-buffer.
4453
4454         * gnus-audio.el (gnus-audio-inline-sound)
4455         * gnus-cus.el (gnus-custom-mode)
4456         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4457
4458         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4459
4460         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4461         compatible code.
4462
4463 2010-09-24  Glenn Morris  <rgm@gnu.org>
4464
4465         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4466         visiting the fcc file in rmail-mode.
4467
4468         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4469
4470 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * nnir.el: Silence the byte compiler.
4473
4474         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4475         alias to browse-url-url-encode-chars if any.
4476         (gnus-html-encode-url): Use it.
4477
4478 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * gnus-start.el (gnus-use-backend-marks): New variable.
4481         (gnus-get-unread-articles-in-group): Use it.
4482
4483         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4484         makeover.
4485
4486 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4487
4488         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4489
4490 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4493         Remove.
4494         (gnus-setup-news-hook):
4495         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4496
4497         * gnus-int.el (gnus-request-update-info): Protect against backends not
4498         having the function.
4499
4500         * nnimap.el (nnimap-stream): Mention starttls.
4501         (nnimap-open-connection): Add starttls support.
4502
4503 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4504
4505         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4506
4507 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4510         BODYSTRUCTUREs.
4511         (nnimap-transform-headers): Unfold quoted {42} headers.
4512
4513         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4514         the info.
4515         (gnus-get-unread-articles): Only call updatep on backends that support
4516         it.
4517
4518         * nnweb.el (nnweb-request-update-info): NOOP.
4519
4520         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4521
4522         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4523         since it only deals with marks.
4524
4525         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4526         gnus-request-marks, and make a new gnus-request-update-info.
4527
4528         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4529         the active instead of the high number, which is usually too low.
4530
4531 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4534         * encrypt.el: Remove.
4535
4536 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4539         server in symbolic form.
4540
4541         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4542
4543 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4546         (nnimap-update-info): Fix up code slightly.
4547
4548         * gnus-int.el (gnus-open-server): Add tracing for performance
4549         debugging.
4550
4551         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4552         (gnus-group-insert-group-line): Pass the real group name so that it
4553         gets the right data.
4554
4555         * gnus-start.el (gnus-get-unread-articles): Don't have
4556         `gnus-get-unread-articles-in-group' update info, since that can be
4557         really slow and doesn't seem to be needed?
4558
4559 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4560
4561         * time-date.el (date-to-time): Try using parse-time-string first before
4562         using the slower timezone-make-date-arpa-standard.
4563
4564 2010-09-22  Julien Danjou  <julien@danjou.info>
4565
4566         * gnus-group.el (gnus-group-insert-group-line):
4567         Call gnus-group-highlight-line.
4568         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4569         default hook list.
4570         (gnus-group-update-eval-form): Add new function.
4571         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4572         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4573
4574 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4577         immediate, then expire all articles.
4578         (nnimap-update-info): Fix off-by-one errors.
4579         (nnimap-flags-to-marks): Would return no marks lists for group with no
4580         flags.  Instead return the other data.
4581
4582 2010-09-22  Julien Danjou  <julien@danjou.info>
4583
4584         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4585         Only return an icon.
4586         (gnus-group-insert-group-line): Compute icon to return.
4587
4588         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4589         (gnus-html-image-fetched): Only cache if
4590         gnus-html-image-automatic-caching is set.
4591         (gnus-html-image-fetched): Check for errors.
4592
4593 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4596         once per method on `g'.  This ensures that backends like nnfolder don't
4597         open all their folders.
4598
4599         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4600         (nnimap-request-list): Nix out group in the correct buffer.
4601         (nnimap-parse-flags): Implement by using `read' instead of
4602         hand-parsing.
4603         (nnimap-flags-to-marks): Pass on permanent-flags.
4604         (nnimap-make-process-buffer): Record the server name.
4605         (nnimap-parse-flags): Fix typo.
4606         (nnimap-request-scan): Run split on the server in general, not just a
4607         single group.
4608
4609         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4610         parameter, and propagate this downwards.
4611
4612         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4613         since EXAMINE changes it on the server.
4614
4615         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4616         this command might take a while.
4617
4618 2010-09-22  Julien Danjou  <julien@danjou.info>
4619
4620         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4621         harmful if you have 2 images side-by-side, they can't be properly
4622         update on text deletion.  Using text-property is safer here.
4623         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4624         data.
4625
4626 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * nnimap.el (nnimap-expunge-inbox): Remove.
4629         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4630         (nnimap-expunge): Flip default to t.
4631
4632         * gnus.el (gnus-method-to-server): Don't push things to the cache
4633         unless it's unique.
4634         (gnus-server-to-method): Ditto.
4635
4636 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4639
4640 2010-09-22  Julien Danjou  <julien@danjou.info>
4641
4642         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4643         get the start of data.
4644         (gnus-html-encode-url): Add this function to encode special chars in
4645         URL.
4646         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4647         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4648
4649         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4650         default.
4651         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4652
4653         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4654         images alt-text.
4655         (gnus-html-put-image): Put alt-text as help-echo.
4656
4657 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4660         * mm-util.el (mm-decompress-buffer)
4661         * nnir.el (nnir-run-find-grep)
4662         * pop3.el (pop3-list): Use 3rd arg of split-string.
4663
4664         * time-date.el (format-seconds): Comment fix.
4665
4666         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4667         and byte-optimize-form-code-walker.
4668         (dgnushack-make-auto-load): Don't advise make-autoload.
4669
4670         * lpath.el: Remove Emacs 21 stuff.
4671
4672 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4675         outside the active range.  Suggested by Dan Christensen.
4676
4677         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4678         slightly later to avoid double-getting it.
4679
4680         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4681         previous patch.
4682
4683         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4684
4685 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4686
4687         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4688
4689 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * gnus-int.el (gnus-open-server): Give a better error message in the
4692         "go offline" case.
4693
4694         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4695         marks for nnimap, which is seldom the right thing to do.
4696
4697         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4698         (gnus-same-method-different-name): New function.
4699
4700         * nnimap.el (parse-time): Require.
4701
4702         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4703         method in the presence of many similar methods.
4704
4705         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4706
4707         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4708         nnml-inhibit-expiry.
4709
4710         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4711         find out whether methods are equal.
4712
4713         * nnimap.el (nnimap-find-expired-articles): New function.
4714         (nnimap-process-expiry-targets): New function.
4715         (nnimap-request-move-article): Request the article before looking at
4716         what the Message-ID is.  Fix found by Andrew Cohen.
4717         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4718
4719         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4720         for oldness in addition to being a predicate.
4721
4722         * nnimap.el (nnimap-request-group): When we have zero articles, return
4723         the right data to Gnus.
4724         (nnimap-request-expire-articles): Only delete articles immediately if
4725         the target is 'delete.
4726
4727         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4728         method, this would bug out.
4729
4730         * gnus-group.el (gnus-group-expunge-group): Rename from
4731         gnus-group-nnimap-expunge, and implemented as a normal interface
4732         function.
4733
4734         * gnus-int.el (gnus-request-expunge-group): New function.
4735
4736         * nnimap.el (nnimap-request-create-group): Implement.
4737         (nnimap-request-expunge-group): New function.
4738
4739 2010-09-21  Julien Danjou  <julien@danjou.info>
4740
4741         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4742         (gnus-html-cache-expired): Add new function.
4743         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4744         wethever we should display image for fetch it.
4745         Compute alt-text earlier to pass it to the fetching function too.
4746         (gnus-html-schedule-image-fetching): Change function argument to only
4747         get one image at a time, not a list.
4748         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4749         cache.
4750         (gnus-html-get-image-data): New function to retrieve image data from
4751         cache.
4752         (gnus-html-put-image): Change buffer argument to use image data rather
4753         than file, and place image above region rather than inserting a new
4754         one.  Do not take alt-text as argument, since it's useless now: we place
4755         the image above alt-text.
4756         (gnus-html-prune-cache): Remove.
4757         (gnus-html-show-images): Start to fetch image when we find one, do not
4758         push into a temporary list.
4759         (gnus-html-prefetch-images): Only fetch image if they have expired.
4760         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4761         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4762
4763 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4766
4767 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4770         spec inser "*" if the group isn't active instead of 0.
4771
4772         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4773         opening the server.
4774         (nnimap-request-delete-group): Implement group deletion.
4775         (nnimap-transform-headers): Return the size of the entire message in
4776         the Bytes header, not just the size of the first part.
4777         (nnimap-request-move-article): When moving an article from nnimap,
4778         request the article first so the accepting form has an article to
4779         accept.  Reported by Dan Christensen.
4780         (nnimap-command): Make sure that the error message doesn't error out.
4781
4782 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4783
4784         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4785         we haven't requested anything.
4786
4787 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4790         "".  Fix found by Andrew Cohen.
4791
4792         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4793         instead of -encode-string.
4794
4795 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4798
4799         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4800         by mm-subst-char-in-string.
4801
4802 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4805         waiting for the connection string.
4806
4807         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4808         arriving.
4809
4810         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4811         bogus characters.  This allows selecting certain Gmail groups.
4812
4813         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4814         (nnimap-fetch-partial-articles): New variable.
4815         (nnimap-open-connection): When looking for credentials, also use the
4816         nnimap-server-port.
4817         (nnimap-request-article): Return the group/article number, so that Gnus
4818         `^' works as expected.
4819         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4820
4821         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4822         comments.
4823         (gnus-methods-sloppily-equal): New function.
4824         (gnus): When using the development version of Gnus, load the gnus-load
4825         file.
4826
4827         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4828         `gnus-open-server' on each method before trying to scan them etc.
4829         This ensures that all the backend parameters are set correctly.
4830
4831         * nnimap.el (nnimap-authenticator): New variable.
4832         (nnimap-open-connection): Allow anonymous login.
4833         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4834         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4835
4836         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4837         patch, found by Knut Anders Hatlen.
4838
4839 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4840
4841         * gnus-agent.el (gnus-agent-batch-confirmation)
4842         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4843         to gnus-message.
4844         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4845         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4846         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4847         * gnus-int.el (gnus-open-server): Likewise.
4848         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4849         (gnus-score-check-syntax): Likewise.
4850         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4851         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4852         Likewise.
4853         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4854
4855 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4858         calling conventions so that prefetch doesn't bug out.
4859
4860 2010-09-19  Julien Danjou  <julien@danjou.info>
4861
4862         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4863         rather than `subst-char-in-region' in order to be able to replace ASCII
4864         char by UTF-8 ones.
4865
4866         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4867         than curl.
4868         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4869         the right URL and ALT text on images.
4870         (gnus-html-wash-tags): Fix tag case.
4871         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4872         (gnus-article-html): Add -o display_ins_del=2 option.
4873         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4874
4875 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4878         the extra mail headers, which sometimes seem to happen for unknown
4879         reasons.
4880
4881         * mail-parse.el (mail-header-encode-parameter): Define as
4882         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4883         (or most, perhaps?) mail readers don't understand the latter, but do
4884         understand the former.
4885
4886         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4887         to nil, so that no methods are automatically agentized.  I think this
4888         is probably what most users want.
4889
4890         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4891         from url-retrieve, for instance about invalid URLs.
4892
4893         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4894         groups that have no articles.
4895         (nnimap-request-article): Check that we really got an article when we
4896         requested one.
4897
4898         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4899         doesn't exist.
4900
4901         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4902         nntp buffer so the agent can save it.
4903         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4904         that CRLF doesn't get translated to \n.
4905         (nnimap-open-connection): Don't make 'shell commands only send \n.
4906
4907 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4908
4909         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4910         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4911         Update var name.
4912         (nnml-generate-nov-file): Use dolist.
4913         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4914         Use with-current-buffer.
4915
4916 2010-09-18  Julien Danjou  <julien@danjou.info>
4917
4918         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4919         parallel.
4920
4921 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4924         the range update right.
4925         (nnimap-request-group): Don't make `M-g' bug out on group with no
4926         marks.
4927         (nnoo): Require, so that other packages can require nnimap.
4928         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4929         command we're looking for.  This helps when the server sends more
4930         responses after we've gotten everything we expected.
4931         (nnimap): Add a `newlinep' field to keep track of end-of-line
4932         conventions.
4933         Don't send CRLF to things that don't want it.
4934         (nnimap-request-accept-article): Ditto.
4935
4936 2010-09-18  Julien Danjou  <julien@danjou.info>
4937
4938         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4939         than curl to retrieve images.
4940
4941 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4944         the marks.
4945         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4946         (nnimap-wait-for-connection): New function.
4947         (nnimap-open-connection): If we have PREAUTH, don't query for login
4948         credentials.
4949         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4950         when doing a partial update.
4951
4952 2010-09-18  Julien Danjou  <julien@danjou.info>
4953
4954         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4955         tags.
4956
4957 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * nnimap.el (nnimap-credentials): New function.
4960         (nnimap-open-connection): Use the new function to look for credentials
4961         also on the numeric equivalents of "imap" and "imaps".
4962
4963         * gnus-start.el (gnus-activate-group): Send the info to
4964         gnus-request-group.
4965
4966         * nnimap.el (nnimap-request-group): Have the "check" version of the
4967         function parse flags and update the info, so that a `M-g' get a total
4968         resync of all flags from the group.
4969
4970         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4971         to allow backends to alter the info on group selection.  Also alter all
4972         the backend -request-group functions to take the parameter.
4973
4974         * nnimap.el (nnimap-store-info): New function.
4975         (nnimap-update-info): Store the info for later usage.
4976         (nnimap-request-group): Use the stored info for the dont-check case, so
4977         that we don't retrieve all marks when we enter a group.
4978
4979         * nnimap.el: Use deffoo instead of defun for interface functions.
4980
4981         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4982         update the group info.  This makes the nndraft groups, for instance, go
4983         back to their old behaviour.
4984
4985         * gnus-sum.el (gnus-select-newsgroup): Indent.
4986
4987         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4988         in.
4989         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4990         nothing.
4991
4992         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4993         from methods that are denied.
4994
4995         * gnus-int.el (gnus-method-denied-p): New function.
4996
4997         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4998         store the password instead of netrc.
4999         (nnimap-open-connection): Don't error out when we can't make a
5000         connections.
5001
5002         * auth-source.el (auth-source-create): In the password prompt, say what
5003         we're querying for.  Also prompt for user name if that hasn't been
5004         given.
5005
5006         * nnimap.el (nnimap-with-process-buffer): Remove.
5007
5008 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5011         method when we're reading from the agent.
5012
5013         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5014
5015         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5016         that's probably most useful for users.
5017
5018         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5019         "failed" all the time.
5020
5021         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5022         ...)) with (with-current-buffer ... ).
5023
5024         * nntp.el (nntp-open-server): Return whether the open was successful or
5025         not.
5026
5027         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5028         select an unread unseen article first.
5029
5030         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5031         /etc/services, supply some sensible port defaults.
5032
5033         * dgnushack.el: Define netrc-credentials.
5034
5035 2010-09-17  Julien Danjou  <julien@danjou.info>
5036
5037         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5038
5039 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5040
5041         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5042         doesn't have any parameters.
5043
5044 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5047         only upcased checks.
5048
5049         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5050
5051         * nnimap.el (nnimap-open-shell-stream): New function.
5052         (nnimap-open-connection): Use it.
5053         (nnimap-transform-headers): Get the number of lines in each message.
5054         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5055         number of lines.
5056         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5057         problem.
5058
5059         * utf7.el (utf7-encode): Autoload.
5060
5061         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5062         to allow the mail splitting to not return a default group.  This is
5063         useful for nnimap, which will leave unmatched mail in the inbox.
5064
5065         * nnimap.el: Rewritten.
5066
5067         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5068         nnimap usage.
5069
5070         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5071         if the move is internal, so that nnimap can do fast internal moves.
5072
5073         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5074         data.
5075         (gnus-read-active-for-groups): Support finishing the early retrieval of
5076         data.
5077
5078         * gnus-range.el (gnus-range-nconcat): New function.
5079
5080         * gnus-int.el (gnus-finish-retrieve-group-infos)
5081         (gnus-retrieve-group-data-early): New functions.
5082
5083 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5086         (nnrss-retrieve-groups):
5087         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5088         (pop3-quit): Use with-current-buffer.
5089
5090 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5093         instead of nnheader-accept-process-output.
5094
5095         * dgnushack.el (dgnushack-compile): Add comment.
5096
5097         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5098
5099         * gnus-html.el (gnus-html-schedule-image-fetching)
5100         (gnus-html-prefetch-images): Replace process-kill-without-query by
5101         gnus-set-process-query-on-exit-flag.
5102
5103 2010-09-16  Romain Francoise  <romain@orebokech.com>
5104
5105         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5106
5107 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5110         parameter to unintern is mandatory-ish in Emacs 24.
5111
5112         * gnus-html.el (gnus-html-schedule-image-fetching)
5113         (gnus-html-prefetch-images): Check for curl before using it.
5114
5115         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5116         depend on curl, which isn't essential.
5117
5118         * imap.el: Revert back to version
5119         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5120         seem problematic.
5121
5122 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5123
5124         * gnus-registry.el (gnus-registry-install-shortcuts):
5125         Explicitly pass `obarray' to `unintern' to avoid a warning.
5126
5127 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5130         change.
5131
5132         * nnrss.el (nnrss-request-list): Remove this function and related
5133         functions, including the moreover stuff.
5134
5135 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * nnrss.el (nnrss-retrieve-groups): New function.
5138
5139 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5140
5141         * .dir-locals.el: Add no-byte-compile cookie.
5142
5143 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * time-date.el (format-seconds): Comment fix.
5146
5147         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5148         for back end that doesn't support request-scan.
5149
5150 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5153         then do request scans from the backends.
5154
5155         * netrc.el (netrc-credentials): New conveniency function.
5156
5157         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5158         avoid running a hook per line, since this takes a lot of time,
5159         profiling shows.
5160         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5161         directly if gnus-visual-p is true.
5162
5163 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5166         groups; replace mapcar with dolist which is a bit faster; pass groups
5167         info to gnus-read-active-file-1.
5168         (gnus-read-active-file-1): Scan only specified groups if the new
5169         optional arg `infos' is given.
5170
5171 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5174
5175         * pop3.el (pop3-movemail): Remove.
5176         (pop3-streaming-movemail): Rename to pop3-movemail.
5177
5178         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5179         don't restrict end-tag searches to the end of the line.
5180
5181 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5184         articles of every unchecked group to t, which means unknown since the
5185         server has never been opened.
5186
5187 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-html.el (gnus-html-show-alt-text): New command.
5190         (gnus-html-browse-image): Ditto.
5191         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5192         to browse the image directly.
5193         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5194         better.
5195
5196         * gnus-async.el (gnus-async-article-callback):
5197         Call `gnus-html-prefetch-images' unconditionally.
5198
5199         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5200         before feeding URLs to curl.
5201
5202 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5205         internal images as deletable by `W D D'.
5206
5207         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5208         (gnus-async-article-callback): Fix typo.
5209
5210 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5213         current line to work around bugs in the output from w3m.
5214
5215         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5216         for groups that want that.
5217
5218         * nntp.el (nntp-wait-for-string): Supply a timeout for
5219         accept-process-output to ensure progress.
5220
5221         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5222         level to get unread articles from, then use that for foreign groups,
5223         too.
5224
5225         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5226         confuses the rest of the function.
5227
5228         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5229         for the methods that support -retrieve-groups, too.
5230
5231         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5232
5233 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5236         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5237
5238         * pop3.el: Require cl when compiling.
5239         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5240
5241 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5244         that aren't going to be activated.
5245         (gnus-get-unread-articles): Fix up the last commit.
5246
5247         * gnus-html.el (gnus-article-html): Allow calling without specifying
5248         the handle.  In that case, dissect the buffer first.
5249
5250         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5251
5252         * nnimap.el (nnimap-open-connection): Revert the change that would look
5253         into authinfo for imaps instead of imap.
5254
5255         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5256         say that you don't want to call gnus-request-group with don-check, but
5257         do check the reponse.  This is for virtual groups only.
5258         (gnus-get-unread-articles): Count the archive groups as secondary, so
5259         that they're activated the same way as before.
5260
5261         * imap.el (imap-message-map): Removed optional buffer parameter, since
5262         no callers use it.
5263         (imap-message-get): Ditto.
5264         (imap-message-put): Ditto.
5265         (imap-mailbox-map): Ditto.
5266         (imap-mailbox-put): Ditto.
5267         (imap-mailbox-get): Ditto.
5268         (imap-mailbox-get): Revert last change for this function.
5269
5270         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5271         case-insensitively.
5272         (nnimap-debug): Remove.
5273
5274         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5275         to use `imap-fetch' instead.  According to the comments, this should be
5276         safe, since all other IMAP clients use the 1:* syntax.
5277         (imap-enable-exchange-bug-workaround): Removed.
5278         (imap-debug): Removed -- doesn't seem very useful.
5279
5280         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5281         mail from a file, and the file doesn't exist.
5282
5283         * imap.el (imap-log): New convenience function used throughout instead
5284         of repeating the same code all over the place.
5285
5286         * pop3.el (pop3-streaming-movemail): Return t for success.
5287
5288         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5289         .authinfo if we're using ssl connection.
5290
5291         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5292         already have if we're in a main Gnus `g' run.
5293
5294         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5295
5296 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5299
5300         * nnmh.el (nnmh-request-list-1): Bind `file'.
5301
5302         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5303         alias to set-process-query-on-exit-flag or process-kill-without-query.
5304         (pop3-open-server): Use it.
5305
5306 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5309         box to the Incoming file.  Fixes mistake in previous checkin.
5310
5311         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5312         request loop (for debugging purposes) removed.
5313
5314         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5315         culprit is more visible.
5316         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5317         (nnml-add-incremental-nov): New functions to do "incremental" nov
5318         updates, where we just append to the end of the existing nov files
5319         without reading/writing them in full.
5320
5321         * mail-source.el (mail-source-delete-crash-box): Really only check the
5322         incoming files once in a while.
5323
5324         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5325
5326         * mail-source.el (mail-source-delete-crash-box): Only check the
5327         incoming files for deletion once per day to save a lot of file
5328         accesses.
5329
5330         * pop3.el (pop3-logon): Fix up unbound variable typo.
5331
5332         * mail-source.el (pop3-streaming-movemail): Autoload.
5333
5334         * pop3.el (pop3-streaming-movemail):
5335         Respect pop3-leave-mail-on-server.
5336
5337         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5338         retrieval.
5339
5340         * pop3.el (pop3-process-filter): Remove unused function.
5341         (pop3-streaming-movemail, pop3-send-streaming-command)
5342         (pop3-wait-for-messages, pop3-write-to-file)
5343         (pop3-number-of-responses): New functions for streaming pop3
5344         retrieval.
5345
5346         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5347         come from no known methods.
5348         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5349         list.
5350
5351         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5352         message sizes.
5353         (pop3-movemail): Use erase-buffer instead of looping and deleting
5354         regions, which seems rather odd.
5355
5356         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5357         file once per `g' run.
5358
5359         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5360         directories.  This makes the draft queue directory work.
5361
5362         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5363         data from the backends, so that we only request the list of groups from
5364         each method once.  This should speed things up considerably.
5365
5366         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5367         detect that it's not implemented.
5368
5369         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5370         we actually do recurse down into the tree, but don't stat all leaf
5371         nodes.
5372
5373         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5374         then say so instead of bugging out.
5375
5376         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5377         files exist before trying to read them.
5378
5379         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5380         around <pre_int>.
5381
5382         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5383
5384         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5385
5386 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * mm-util.el (mm-image-load-path): Just return the image directories,
5389         not all directories in the path in addition to the image directories.
5390         (mm-image-load-path): Maintain a cache of the image directories so that
5391         the `g' command in Gnus doesn't have to stat dozens of directories each
5392         time.
5393
5394         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5395         (gnus-html-wash-tags): Add a new `i' command to insert images.
5396         (gnus-html-insert-image): New command and keystroke.
5397         (gnus-html-redisplay-with-images): New command and keystroke.
5398         (gnus-html-show-images): Rename command.
5399         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5400         spacers.
5401         (gnus-html-wash-tags): Decode entities at the end, so that entities
5402         inside the tags don't mess up the rest of the "parsing".
5403
5404         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5405         so that nnimap methods aren't agentized by default.  There's apparently
5406         many problems related to agent/imap behaviour.
5407
5408         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5409
5410         * gnus-html.el: Doc fix.
5411
5412 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5415         specifier-spec-list for Emacs 21.
5416
5417         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5418         glyph-width and glyph-height instead of display-graphic-p and
5419         image-size; make avoidance of displaying small images work for XEmacs.
5420
5421         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5422         for XEmacs.
5423
5424         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5425         of symbol that holds plist data.
5426         (gnus-process-plist): Remove plist of process after getting it.
5427
5428 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * message.el (message-generate-hashcash): Change default to
5431         'opportunistic if hashcash is installed.
5432
5433         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5434         (gnus-html-put-image): Only call image-size once, since it's somewhat
5435         time-consuming on remote X servers.
5436
5437 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5440         type on data, not a file name.
5441
5442         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5443         window-pixel-edges for Emacs 21.
5444
5445         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5446         decoded contents.
5447         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5448
5449 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5452         group line format, since it isn't very interesting.
5453
5454         * gnus-agent.el (gnus-agent-short-article),
5455         (gnus-agent-long-article): Increase values for these two variables,
5456         since most people are likely to have more network connection and
5457         storage than before.
5458
5459         * gnus.el (gnus-refer-article-method): Change default to 'current.
5460         When referring an article, the common behaviour is to refer it from the
5461         current select method, not the native select method.  The chances of
5462         the native select method having the message in question is rather slim
5463         these days.
5464
5465         * gnus-sum.el (gnus-auto-select-subject): Change default to
5466         `unseen-or-unread'.  I think it's likely that most people want to
5467         select an unseen article over a previously seen, but unread one.
5468
5469         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5470         means that in the article buffer none of the minor mode elements will
5471         be shown, usually, and this is not desirable in most cases.
5472
5473         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5474         that commands like `d' (and the like) go to the next line in the
5475         buffer, instead of the next unread article.  I think this is the
5476         behaviour that is most natural for most users.
5477         (gnus-single-article-buffer): Change default to nil, so that people can
5478         have as many article buffers open as they have summary buffer.  I think
5479         this is the most natural way for the groups to behave.
5480
5481         * message.el (message-generate-new-buffers): Change default to
5482         `unsent', so that all new message buffers start their names with the
5483         string "*unsent", and it's easier to find the buffers if you move from
5484         them.
5485
5486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5489         small.  They're probably tracking images.
5490         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5491         (gnus-html-rescale-image): Yet another try at getting the image sizing
5492         right.
5493
5494         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5495         nntp-marks-file-name is nil.
5496
5497 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-html.el (gnus-html-wash-tags)
5500         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5501         Better logging.
5502
5503 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5506
5507         * gnus-html.el (gnus-html-wash-tags): Check the value of
5508         gnus-blocked-images in the summary buffer.
5509
5510 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5511
5512         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5513
5514 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5515
5516         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5517         like "a", it seems like.
5518         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5519         since it needs to be picked from the correct buffer.
5520
5521         * nnwfm.el: Remove.
5522
5523         * nnlistserv.el: Remove.
5524
5525 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5528         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5529
5530 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nnkiboze.el: Remove.
5533
5534         * nndb.el: Remove.
5535
5536         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5537         alt text.
5538         (gnus-html-rescale-image): Try to get the rescaling logic right for
5539         images that are just wide and not tall.
5540
5541         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5542         overshadow variable bindings.
5543
5544 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         * gnus-html.el (gnus-html-wash-tags)
5547         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5548         Add extra logging.
5549
5550 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5553         (gnus-max-image-proportion): New variable.
5554         (gnus-html-rescale-image): New function.
5555         (gnus-html-put-image): Rescale images.
5556
5557 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5558
5559         Fix up some byte-compiler warnings.
5560         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5561         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5562         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5563         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5564         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5565         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5566         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5567
5568 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-html.el (gnus-article-html): Decode contents by charset.
5571
5572 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5575         (gnus-html-frame-width, gnus-blocked-images)
5576         * message.el (message-prune-recipient-rules): Add custom version.
5577         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5578
5579         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5580         functions.
5581
5582         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5583         gnus-process-get.
5584
5585 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5586
5587         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5588         instead of lsub directly.
5589
5590 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * nnwarchive.el: Remove.
5593
5594         * gnus-soup.el: Remove.
5595
5596         * nnsoup.el: Remove.
5597
5598         * nnultimate.el: Remove.
5599
5600         * gnus-html.el (gnus-blocked-images): New variable.
5601
5602         * message.el (message-prune-recipients): New function.
5603         (message-prune-recipient-rules): New variable.
5604
5605         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5606         guess whether a long line is natural text or not.
5607
5608         * gnus-html.el (gnus-html-schedule-image-fetching):
5609         Use gnus-process-plist and friends for compatibility.
5610
5611 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5612
5613         * gnus-html.el: Require packages that define macros used in this file.
5614         (gnus-article-mouse-face): Declare to silence byte-compiler.
5615         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5616         process-get.
5617         (gnus-html-put-image): Use plist-get to avoid getf.
5618         (gnus-html-prefetch-images): Use with-current-buffer.
5619
5620 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-ems.el: Provide compatibility functions for
5623         gnus-set-process-plist.
5624
5625         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5626         header-line-format for XEmacs 21.4.
5627
5628         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5629         * gnus.el (gnus-valid-select-methods)
5630         * message.el (message-send-mail-partially-limit)
5631         * mm-decode.el (mm-text-html-renderer)
5632         * mml.el (mml-insert-mime-headers-always)
5633         * smiley.el (smiley-regexp-alist): Bump custom version.
5634
5635 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * gnus-html.el: require mm-url.
5638         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5639         with the url to `url'.
5640         (gnus-html-wash-tags): Support cid: URLs/images.
5641
5642 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5645         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5646         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5647
5648         * gnus-move.el: Remove file, since it doesn't really work.
5649
5650         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5651         UTF-8.  This seems to fix problems with some German web feeds.
5652
5653         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5654         at the top so that the proper colours are applied.
5655
5656         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5657         don't have dots in their names.
5658
5659         * gnus-art.el (gnus-article-view-part): Doc fix.
5660
5661         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5662         XEmacs-compatible.
5663         (gnus-html-put-image): Don't do images on non-graphic displays.
5664
5665         * nnslashdot.el: Remove this unused backend.
5666
5667         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5668         actions.
5669         (gnus-undo-register-1): Revert last change.
5670
5671         * gnus-group.el (gnus-group-completing-read): Protect against not
5672         having completion-styles bound.
5673
5674         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5675         make broken recipients happier.
5676
5677         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5678
5679         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5680         point parameter.
5681
5682         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5683
5684         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5685         completion-styles for group selection.
5686
5687 2009-02-04  Andreas Schwab  <schwab@suse.de>
5688
5689         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5690         headers and regexp-quote the match if necessary.
5691
5692 2009-03-24  Miles Bader  <miles@gnu.org>
5693
5694         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5695         the blinking smiley.
5696
5697 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5698
5699         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5700         blink smiley.
5701
5702 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5705         where the dribbel file lives exists.
5706
5707         * message.el (message-send-mail-partially-limit): Change the default to
5708         nil, since most people don't want this.
5709
5710         * mm-url.el (mm-url-decode-entities): Also decode entities like
5711         &#x3212.
5712
5713 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5714
5715         * gnus-sum.el (gnus-summary-idna-message):
5716         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5717         Hyperlink urls in docstrings with URL `...'.
5718
5719 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5720
5721         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5722         functions.
5723
5724 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5727         say what the mouseover text should be.
5728
5729         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5730         version of the mm-w3m-safe-url-regexp variable to only download images
5731         in the groups where we want that to happen.
5732
5733         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5734
5735         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5736         easier debugging.
5737         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5738         big pictures in the article buffer.
5739
5740         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5741         gnus-article-html.
5742         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5743         w3m.
5744
5745         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5746
5747 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5750         which doesn't exist.
5751
5752         * message.el (message-inhibit-ecomplete): New variable to allow some
5753         function to inhibit ecomplete address storage.
5754         (message-resend): Disable ecomplete message storage when resending
5755         messages.
5756
5757         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5758
5759 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5762         Save excursion while copying, moving, and deleting articles in order to
5763         prevent the cursor from jumping to unforeseen place.
5764
5765 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * lpath.el: No need to bind bookmark-current-buffer,
5768         bookmark-yank-point and bookmark-make-record-function.
5769
5770 2010-08-17  Glenn Morris  <rgm@gnu.org>
5771
5772         * gnus-sync.el: Require gnus components whose functions are used.
5773
5774         * gnus-art.el (bookmark-make-record-function):
5775         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5776         Declare for compiler.
5777
5778         * mm-url.el (mml-compute-boundary): Autoload.
5779
5780 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5783
5784 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         Typo fix "hoo4a" -> "hook".
5787
5788         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5789
5790 2010-08-14  Glenn Morris  <rgm@gnu.org>
5791
5792         * gnus-sync.el (gnus-sync): Fix defgroup version.
5793
5794 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5797
5798         * gnus-sync.el: Fix docs.
5799         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5800         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5801
5802 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         Optimizations for gnus-sync.el.
5805
5806         * gnus-sync.el: Add docs about gnus-sync-backend
5807         possibilities.
5808         (gnus-sync-save): Remove unnecessary message.
5809         (gnus-sync-read): Optimize and show what groups were skipped.
5810
5811 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         Minor bug fixes for gnus-sync.el.
5814
5815         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5816         Don't read the sync on get-new-news.
5817
5818         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5819         quiet.
5820
5821         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5822         (fix typo).
5823
5824 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5825
5826         Make saving and restoring of hidden threads work with overlays.
5827         Patch applied by Ted Zlatanov.
5828
5829         * gnus-sum.el (gnus-hidden-threads-configuration)
5830         (gnus-restore-hidden-threads-configuration): Update to deal with text
5831         properties, rather than searching for a magic character.
5832
5833 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         New gnus-sync.el library for synchronization of marks.
5836
5837         * gnus-sync.el: New library for synchronization of marks.
5838
5839         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5840         renamed from `gnus-registry-grep-in-list'.
5841
5842         * gnus-registry.el (gnus-registry-follow-group-p):
5843         Use `gnus-grep-in-list'.
5844
5845         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5846
5847 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5850         determining charset of text fails.
5851
5852 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * nnmail.el (nnmail-get-new-mail-1): Revert.
5855
5856         * nnml.el (nnml-active-number): Make sure names of newly created groups
5857         in nnml-group-alist are encoded.
5858
5859 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5862         containing non-ASCII characters in active file for nnml back end.
5863
5864 2010-07-24  David Engster  <dengste@eml.cc>
5865
5866         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5867         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5868
5869 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5870
5871         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5872         tag (Bug#6654).
5873
5874 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5877         the article buffer, not the summary buffer.
5878
5879 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5882         Emacs 23 as well.
5883
5884 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5887         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5888
5889 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5890
5891         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5892         Patch applied by Karl Fogel.
5893
5894         * gnus-sum.el (gnus-summary-bookmark-make-record):
5895         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5896
5897 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5898
5899         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5900         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5901         C-w still not working correctly from Article buffers; Thierry's
5902         patch to fix that will be applied after this.
5903
5904         * gnus-art.el (bookmark-make-record-function): New local variable.
5905
5906         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5907         article buffer.
5908         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5909
5910 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5911
5912         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5913         on changes in bookmark.el.
5914
5915 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5918         `no-log' instead of message not to log prompt string.
5919
5920 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5921
5922         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5923         the *other* type of HTML form submission.
5924
5925 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5926
5927         * auth-source.el (auth-source-pick): If choice does not contain a
5928         questioned keyword, set the check to t.
5929
5930 2010-06-12  Romain Francoise  <romain@orebokech.com>
5931
5932         * gnus-util.el (gnus-date-get-time): Move up before first use.
5933
5934 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5937         (gnus-article-edit-part): Bind it to make last part that is substituted
5938         or deleted visible.
5939         (gnus-mime-display-single): Buttonize part of which id equals to
5940         gnus-mime-buttonized-part-id.
5941
5942 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5943
5944         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5945         (gnus-dd-mmm): Use gnus-date-get-time.
5946         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5947         simplify logic.
5948         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5949         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5950
5951 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5952
5953         * auth-source.el (top): Autoload `secrets-list-collections',
5954         `secrets-create-item', `secrets-delete-item'.
5955         (auth-sources): Fix tag string.
5956         (auth-get-source, auth-source-retrieve, auth-source-create)
5957         (auth-source-delete): New defuns.
5958         (auth-source-pick): Rewrite in order to avoid 2 passes.
5959         (auth-source-forget-user-or-password): New parameter USERNAME.
5960         (auth-source-user-or-password): New parameters CREATE-MISSING and
5961         DELETE-EXISTING.  Retrieve password interactively, if needed.
5962
5963 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5964
5965         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5966         deleting unused directories when gnus-expert-user is t.
5967
5968 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5971         for each temp file when gnus-article-browse-delete-temp is ask.
5972
5973 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5976         Lisp calls to delete-backward-char by calls to delete-char.
5977
5978 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5979
5980         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5981
5982 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5983
5984         * password-cache.el (password-cache-remove): Fix docstring.
5985
5986 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5989         article unless decoding article to be saved.
5990
5991 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5994         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5995         generated within the mm-with-unibyte-current-buffer macro.
5996
5997 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6000         to nil when we're in a mml-preview buffer and no group is selected.
6001
6002 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6003
6004         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6005         when catching the `C-g'.  Reported by "Leo".
6006
6007 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * message.el (message-forward-make-body-plain)
6010         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6011         multibyte-string-p.
6012
6013         * lpath.el: Revert.
6014
6015 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * message.el (message-forward-make-body-mml): Assume original message
6018         is multibyte string; error on unibyte.
6019         (message-forward-make-body-plain): Ditto; don't add excessive newline
6020         in body end.
6021
6022         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6023
6024 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6025
6026         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6027         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6028
6029 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mm-extern.el (mm-extern-url): Don't use
6032         mm-with-unibyte-current-buffer.
6033         (mm-extern-cache-contents): Use with-current-buffer instead of
6034         save-excursion + set-buffer.
6035
6036 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * mm-util.el (mm-emacs-mule): Remove.
6039
6040 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6041
6042         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6043         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6044         change.
6045
6046 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6049         bind the default value of enable-multibyte-characters to nil.
6050
6051 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * message.el (message-forward-make-body-plain)
6054         (message-forward-make-body-mml):
6055         Don't use mm-with-unibyte-current-buffer.
6056
6057 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6058
6059         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6060
6061 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6062
6063         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6064         (Bug#5592).
6065
6066 2010-05-07  Julien Danjou  <julien@danjou.info>
6067
6068         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6069         it to mm-pipe-part.
6070
6071         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6072         it is given.
6073
6074 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * binhex.el (binhex-decode-region-internal)
6077         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6078         (dns-query)
6079         * nnweb.el (nnweb-gmane-search)
6080         * pgg-parse.el (pgg-parse-armor)
6081         * pgg.el (pgg-verify-region)
6082         * sha1.el (sha1-string-external)
6083         * uudecode.el (uudecode-decode-region-internal)
6084         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6085         XEmacs.
6086
6087         * gnus-art.el (gnus-article-browse-html-parts)
6088         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6089         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6090         make-temp-file.
6091
6092         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6093         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6094         compiling.
6095
6096         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6097         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6098         XEmacs when compiling.
6099
6100         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6101         gnus-pick-mode-off-hook for XEmacs when compiling.
6102         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6103         gnus-binary-mode-off-hook for XEmacs when compiling.
6104
6105         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6106         Return nil if char-charset is not available.
6107
6108         * imap.el (imap-disable-multibyte)
6109         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6110         macros.
6111
6112         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6113         instead of encode-coding-string.
6114
6115         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6116         'xemacs) instead of mm-emacs-mule to switch function definitions.
6117         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6118
6119         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6120         bind temporary-file-directory for XEmacs;
6121         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6122         timer-set-function for XEmacs 21.4 and SXEmacs;
6123         bind timer-list for XEmacs 21.4 and SXEmacs;
6124         fbind char-charset and find-charset-region for non-Mule XEmacs;
6125         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6126         encode-coding-region and encode-coding-string for XEmacs having no
6127         file-coding feature.
6128
6129 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6130
6131         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6132
6133 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6136         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6137
6138 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6139
6140         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6141         alias `jka-compr-delete-temp-file' no longer exists.
6142
6143 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6144
6145         Use define-minor-mode in Gnus where applicable.
6146         * mml.el (mml-mode): Use define-minor-mode.
6147         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6148         (gnus-undo-mode): Use define-minor-mode.
6149         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6150         (gnus-dead-summary-mode): Use define-minor-mode.
6151         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6152         Initialize in declaration.
6153         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6154         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6155         (gnus-mailing-list-mode): Use define-minor-mode.
6156         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6157         (gnus-draft-mode): Use define-minor-mode.
6158         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6159         (gnus-dired-mode): Use define-minor-mode.
6160
6161 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6162
6163         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6164         handles on recursive mml-to-mime translation and check them for
6165         boundary delimiter collisions.  Reported by Greg Troxel.
6166
6167 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6170
6171 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6172
6173         * mm-util.el (mm-find-buffer-file-coding-system):
6174         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6175
6176 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6177
6178         * message.el (message-generate-headers): Record insertion of optional
6179         headers as well.  Otherwise the check to prevent repeated insertion of
6180         optional headers is a no-op.
6181
6182 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * smime.el: Don't mention CVS.
6185
6186         * nnrss.el (nnrss-fetch): Don't mention CVS.
6187
6188         * nnir.el: Don't mention CVS.
6189
6190 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * gnus-sum.el (gnus-summary-bookmark-make-record):
6193         Add `location' field.
6194
6195 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * lpath.el: Fbind bookmark-default-handler,
6198         bookmark-get-bookmark-record, bookmark-make-record-default,
6199         bookmark-prop-get for Emacs <23 and XEmacs.
6200
6201 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6204         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6205         Use with-current-buffer to silence the byte-compiler.
6206         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6207         bother to require `gnus'.
6208         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6209
6210 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6211
6212         * gnus-sum.el (gnus-summary-bookmark-make-record)
6213         (gnus-summary-bookmark-jump): New functions.
6214         (gnus-summary-mode): Setup bookmark support.
6215
6216 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6217
6218         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6219         if set.
6220
6221 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6224         gnus-article-browse-html-save-cid-image; make it work recursively for
6225         forwarded messages as well.
6226         (gnus-article-browse-html-parts): Work when prefix arg is given.
6227         (gnus-article-browse-html-article): Doc fix.
6228
6229 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6230
6231         * message.el (message-default-mail-headers):
6232         (message-default-headers): Carry the value mail-default-headers over
6233         into message-default-mail-headers, rather than message-default-headers.
6234
6235 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6236
6237         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6238         charset.
6239
6240         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6241         charset into the <meta> tag when the article is encoded to utf-8.
6242
6243 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-art.el (gnus-article-browse-delete-temp-files):
6246         Delete directories as well.
6247         (gnus-article-browse-html-parts): Work for images that do not specify
6248         file names; delete temp directory when quitting; insert header at the
6249         right place; use file: scheme for image files.
6250
6251 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6252
6253         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6254         (gnus-article-browse-html-parts): Use it to make temporary cid image
6255         files in addition to html file so that browser may display them.
6256
6257 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6260
6261 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6264
6265 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * auth-source.el (auth-sources): Change default to be simpler.
6268         Explain about Secret Service API sources.  Improve Customize options.
6269         (auth-source-pick): Change to accept any number of search parameters.
6270         Implement fallbacks iteratively, not recursively.  Add scoring on the
6271         second pass and sort by score.  Call Secret Service API when needed.
6272         (auth-source-user-or-password): Use it.  Call Secret Service API
6273         directly when needed to get the user name and the password.
6274
6275 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * message.el (message-interactive): Doc fix.
6278         (message-qmail-inject-args): Reflow.
6279         (message-kill-to-signature): Fix typo in docstring.
6280
6281         * smiley.el (smiley-buffer): Fix typo in docstring.
6282
6283 2010-03-24  Glenn Morris  <rgm@gnu.org>
6284
6285         * mail-source.el (gnus-message): Declare.
6286         (mail-source-delete-old-incoming): Require gnus-util.
6287
6288 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6291
6292         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6293
6294         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6295         password-cache's default if it is not bound.
6296         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6297         password-cache-expiry's default if it is not bound.
6298
6299         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6300         available in Emacs 21.
6301
6302         * lpath.el: Suppress compiler warnings for:
6303         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6304         XEmacs;
6305         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6306         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6307         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6308
6309 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * auth-source.el (auth-sources): Fix up definition so extra parameters
6312         are always inline.
6313
6314 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6315
6316         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6317         wasn't updated after mismatch.  Clear cached mailbox info correctly
6318         when uidvalidity changes.
6319         (nnimap-group-prefixed-name): New function to avoid some code
6320         duplication.
6321         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6322         (nnimap-request-group): Use it.
6323         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6324         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6325         with many imap folders.  This is done by caching the group status from
6326         the imap server persistently in a group parameter `imap-status'.  (This
6327         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6328         but not persistently, so every Gnus startup was still very slow.)
6329
6330 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6333         delete the extra newline.  Otherwise editing of :string and :number
6334         types don't work.
6335
6336 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6337
6338         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6339         secrets.el dependency.
6340         (auth-sources): Add optional user name.  Add secrets.el configuration
6341         choice (unused right now).
6342
6343 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * gnus-sum.el (gnus-summary-make-menu-bar):
6346         Let `gnus-registry-install-shortcuts' fill in the functions.
6347
6348         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6349         warnings.
6350         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6351         (gnus-registry-install-shortcuts): Populate and use it in a
6352         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6353
6354 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6355
6356         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6357         In-place substitutions for the group name encoding/decoding.
6358         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6359         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6360         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6361         (nnimap-update-unseen, nnimap-request-list)
6362         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6363         (nnimap-request-set-mark, nnimap-split-to-groups)
6364         (nnimap-split-articles, nnimap-request-newgroups)
6365         (nnimap-request-create-group, nnimap-request-accept-article)
6366         (nnimap-request-delete-group, nnimap-request-rename-group)
6367         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6368         `encoded-mbx' for consistency.
6369         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6370         variable `imap-current-mailbox'.
6371
6372         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6373         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6374
6375 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6376
6377         * pop3.el (pop3-display-message-size-flag): Display message size byte
6378         counts during POP3 download.
6379         (pop3-movemail): Use it.
6380         (pop3-list): Implement listing of available messages.
6381
6382 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6383
6384         * nnir.el (nnir-get-article-nov-override-function): New function to
6385         override the normal NOV retrieval.
6386         (nnir-retrieve-headers): Use it.
6387
6388 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6389
6390         * auth-source.el (netrc-machine-user-or-password): Autoload.
6391
6392 2010-03-19  Glenn Morris  <rgm@gnu.org>
6393
6394         Stop message.el from loading about 40 libraries it doesn't always need.
6395         The general approach is to autoload rather than require, and to
6396         require in the specific functions rather than the file.  (Bug#5642)
6397
6398         * gmm-utils.el: Don't require wid-edit.
6399         (widget-create-child-value, widget-convert, widget-default-get):
6400         Autoload.
6401
6402         * gnus-util.el: Don't require time-date, netrc.
6403         (message-fetch-field, gnus-group-name-decode): Declare rather than
6404         autoloading.
6405         (gnus-fetch-field): Require message.
6406         (gnus-decode-newsgroups): Require gnus-group.
6407
6408         * ietf-drums.el: Don't require time-date.
6409
6410         * message.el: Don't require hashcash, canlock, ecomplete.
6411         Do require mail-utils.  Require nnheader only when compiling.
6412         (smtpmail-default-smtp-server): Remove declaration.
6413         (message-send-mail-function): Check smtpmail-default-smtp-server
6414         is bound rather than requiring smtpmail.
6415         (message-auto-save-directory, message-insert-signature):
6416         Use expand-file-name rather than nnheader-concat.
6417         (nnheader-insert-file-contents): Autoload.
6418         (hashcash-wait-async): Declare.
6419         (message-send-mail): Only call gnus-setup-posting-charset if
6420         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6421         (message-send-mail-with-sendmail): Require sendmail.
6422         (canlock-password, canlock-password-for-verify): Declare.
6423         (message-canlock-password): Require canlock.
6424         (nnheader-get-report): Autoload.
6425         (gnus-setup-posting-charset): Declare.
6426         (message-send-news): Require gnus-msg.
6427         (message-make-references, message-make-in-reply-to): Use mail-header-id
6428         rather than the alias mail-header-message-id.
6429         (ecomplete-add-item, ecomplete-save): Declare.
6430         (message-put-addresses-in-ecomplete): Require ecomplete.
6431         (ecomplete-display-matches): Autoload.
6432
6433         * mm-decode.el: Don't require mailcap, gnus-util.
6434         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6435         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6436         Autoload.
6437         (mailcap-mime-extensions): Declare.
6438
6439         * mm-encode.el: Don't require mailcap.
6440         (mailcap-extension-to-mime): Autoload.
6441
6442         * mml-sec.el: Don't require password-cache.
6443
6444         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6445         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6446         (mml-minibuffer-read-type): Require mailcap.
6447         (mml-preview): Require gnus-msg.
6448
6449         * mml1991.el: Require password-cache.
6450         (password-cache-expiry): Remove declaration.
6451
6452         * mml2015.el: Require password-cache.
6453         (password-cache-expiry): Remove declaration.
6454
6455         * nneething.el (mailcap): Require mailcap.
6456
6457         * nnheader.el (declare-function): Add compatibility stub.
6458         (message-remove-header): Declare rather than autoload.
6459         (nnheader-replace-header): Require message.
6460
6461         * nnimap.el (declare-function): Add compatibility stub.
6462         (netrc-parse, netrc-machine-user-or-password): Declare.
6463         (nnimap-open-connection): Require netrc.
6464
6465         * nntp.el (declare-function): Add compatibility stub.
6466         (netrc-parse, netrc-machine, netrc-get): Declare.
6467         (nntp-send-authinfo): Require netrc.
6468
6469         * rfc2047.el: Don't require qp.
6470         (quoted-printable-encode-region, quoted-printable-decode-string):
6471         Autoload.
6472
6473         * sieve-mode.el: Don't require easymenu.
6474         (easy-menu-add-item): Autoload it.
6475
6476         * spam-stat.el (time-to-number-of-days): Autoload it.
6477
6478 2010-03-19  Glenn Morris  <rgm@gnu.org>
6479
6480         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6481
6482 2010-03-18  Glenn Morris  <rgm@gnu.org>
6483
6484         * hashcash.el (declare-function): Remove duplicate definition.
6485
6486 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6487
6488         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6489         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6490         value if any backslash escapes).
6491
6492 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6495         if it is available.  (bug#5647)
6496
6497         * lpath.el: Suppress compiler warning for coding-system-from-name for
6498         Emacs 21 and XEmacs.
6499
6500 2010-03-14  Juri Linkov  <juri@jurta.org>
6501
6502         * hmac-def.el:
6503         * hmac-md5.el:
6504         * netrc.el: Fix keywords.
6505
6506 2010-02-26  Glenn Morris  <rgm@gnu.org>
6507
6508         * message.el (message-send-mail-function): Change the default, so that
6509         it inherits from a customized send-mail-function.  (Bug#5643)
6510
6511 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6512
6513         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6514         shell-command-to-string signals an error (bug#5299).
6515
6516 2010-02-24  Glenn Morris  <rgm@gnu.org>
6517
6518         * message.el (message-smtpmail-send-it)
6519         (message-send-mail-with-mailclient): Doc fixes.
6520
6521 2010-02-16  Glenn Morris  <rgm@gnu.org>
6522
6523         * message.el (message-default-mail-headers): Change the default value
6524         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6525
6526 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6529         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6530
6531 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6532
6533         * time-date.el (date-to-time): Doc fix (Bug#5408).
6534
6535 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6536
6537         * message.el (message-mail): Just pass yank-action on to message-setup.
6538         (message-setup): Handle (FUN . ARGS) form of yank-action.
6539         (message-with-reply-buffer, message-widen-reply)
6540         (message-yank-original): Handle non-buffer values of
6541         message-reply-buffer (Bug#4080).
6542         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6543
6544 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6545
6546         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6547         Fix typo in docstring.
6548
6549 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6550
6551         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6552         response.
6553
6554 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6557
6558         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6559
6560         * message.el (message-check-news-header-syntax): Protect against a
6561         string that `rfc822-addresses' returns when parsing fails.
6562
6563 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6566         (gnus-previous-char-property-change): New functions.
6567
6568         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6569
6570 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6571
6572         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6573         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6574
6575 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6576
6577         * message.el (message-exchange-point-and-mark): Rework last change to
6578         avoid using optional arg of exchange-point-and-mark, for backward
6579         compatibility.
6580
6581 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6582
6583         * message.el (message-exchange-point-and-mark):
6584         Call exchange-point-and-mark with an argument rather than setting
6585         mark-active by hand (Bug#5175).
6586
6587 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * nntp.el (nntp-service-to-port): Work for service expressed with
6590         numeric string; replace [:digit:] with [0-9] for XEmacs.
6591
6592 2009-12-17  Glenn Morris  <rgm@gnu.org>
6593
6594         * gnus-group.el (gnus-bug-group-download-format-alist):
6595         Change emacs entry to debbugs.gnu.org.  Bump :version.
6596
6597 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6600
6601 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * message.el (message-info): Explain why we use `Info-goto-node'.
6604
6605 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6608
6609 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * message.el (message-completion-in-region): New compatibility function.
6612         (message-expand-group): Use it.
6613
6614 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6617         with no unread article should be listed if the 2nd arg `predicate' is
6618         given.
6619
6620 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6623
6624 2009-11-29  Juri Linkov  <juri@jurta.org>
6625
6626         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6627         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6628         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6629
6630 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6631
6632         * sha1.el (sha1-string-external): default-directory "/" in case
6633         otherwise non-existent.  process-connection-type pipe for touch of
6634         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6635
6636 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6637
6638         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6639         it's comms related and sgml-mode.el has "comm" on that basis too.
6640
6641 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6644         containing tspecial characters if they have been already quoted.
6645
6646 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6647
6648         * dns-mode.el (auto-mode-alist): Purecopy string.
6649
6650 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6651
6652         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6653
6654 2009-10-24  Glenn Morris  <rgm@gnu.org>
6655
6656         * gnus-art.el (help-xref-stack-item): Define for compiler.
6657
6658 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6659
6660         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6661
6662 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6665
6666 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6669         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6670
6671 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6674         (gnus-overlays-in): New alias to overlays-in.
6675
6676         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6677         gnus-overlay-get, and gnus-delete-overlay.
6678         (gnus-summary-show-thread): Make it work as well for systems in which
6679         next-single-char-property-change is not available.
6680         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6681
6682         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6683         (gnus-overlay-get): New alias to extent-property.
6684         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6685
6686         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6687         SXEmacs.
6688
6689         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6690         SXEmacs.
6691
6692 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6695
6696 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6697
6698         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6699         and XEmacs that don't have `remove-overlays'.
6700
6701 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6704         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6705         selective display.  Use overlays instead.
6706
6707 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6708
6709         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6710
6711 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6712
6713         * spam-stat.el (spam-stat-load): Fix typo in message.
6714
6715 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6716
6717         * dig.el (dig-invoke): Fix typo in docstring.
6718         (query-dig): Reflow docstring.
6719
6720 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6721
6722         * gnus-art.el (gnus-article-encrypt-body):
6723         * message.el (message-check-recipients):
6724         * mm-util.el (mm-codepage-setup):
6725         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6726         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6727
6728 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6729
6730         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6731         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6732         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6733         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6734         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6735
6736 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6737
6738         * dig.el: Add "Keywords: comm", as per net-utils.el.
6739
6740 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6741
6742         * dig.el (dig-mode): Use define-derived-mode.
6743
6744 2009-09-19  Glenn Morris  <rgm@gnu.org>
6745
6746         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6747
6748 2009-09-18  Glenn Morris  <rgm@gnu.org>
6749
6750         * gnus-diary.el (gnus-diary-check-message):
6751         * message.el (message-insert-formatted-citation-line):
6752         * nnbabyl.el (top-level):
6753         * nndiary.el (nndiary-schedule):
6754         Fix typos in condition-case handlers.
6755
6756 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6759         configuration that provides the sole article window in a frame;
6760         position point correctly after deleting a part.
6761
6762 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6763
6764         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6765         (spam-resolve-registrations-routine): Use it to unregister articles
6766         that change status.
6767
6768 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6771         with XEmacs.
6772         (parse-time-string-chars): Use it.
6773
6774 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * imap.el (imap-interactive-login): Better messages.
6777         (imap-open): Fix bug with renamed buffer on reconnect.
6778         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6779         for easier debugging and cleaner code.  On successful (guessed based on
6780         server capabilities) secondary authentication, set imap-state
6781         correctly.
6782         (imap-last-authenticator): Define imap-last-authenticator as a variable
6783         to avoid warnings.
6784
6785 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * nnrss.el (nnrss-request-article): Remove binding of
6788         default-enable-multibyte-characters that has gotten needless by
6789         the 2007-07-13 change in rfc2047-encode-message-header.
6790
6791         * mml.el (mml-insert-multipart): Error on the message header.
6792         (mml-insert-part): Error on the message header; position point at
6793         the end of a MIME tag.
6794
6795 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * time-date.el (autoload): Expand define-obsolete-function-alias into
6798         defalias and make-obsolete for old Emacsen that Gnus supports.
6799         (with-no-warnings): Define it for old Emacsen.
6800         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6801         is available.
6802         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6803         float-time is available; suppress compile warning for time-to-seconds.
6804
6805         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6806         (gnus-float-time): Alias to float-time if it exists.
6807
6808         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6809         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6810         float-time is available; suppress compile warning for time-to-seconds.
6811
6812         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6813         XEmacs.
6814
6815 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * imap.el (imap-message-map): Docstring fix.
6818
6819 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6822         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6823         Add the optional argument `encoding' that overrides the default.
6824
6825         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6826         mm-encode-buffer.
6827
6828 2009-09-04  Glenn Morris  <rgm@gnu.org>
6829
6830         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6831         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6832         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6833         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6834         * mm-util.el (mm-with-unibyte-current-buffer)
6835         (mm-find-buffer-file-coding-system):
6836         * yenc.el (yenc-decode-region): Use default-value rather than
6837         default-enable-multibyte-characters.
6838
6839 2009-09-03  Glenn Morris  <rgm@gnu.org>
6840
6841         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6842         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6843         than default-enable-multibyte-characters.
6844
6845 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6846
6847         * gnus-art.el (gnus-article-read-summary-keys):
6848         Fix gnus-buffer-configuration's value temporarily used.
6849
6850 2009-09-02  Glenn Morris  <rgm@gnu.org>
6851
6852         * gnus-util.el (gnus-float-time): New function.
6853         * gnus-delay.el (gnus-delay-article):
6854         * gnus-sum.el (gnus-thread-latest-date):
6855         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6856         * nnspool.el (nnspool-request-newgroups):
6857         Use gnus-float-time rather than time-to-seconds.
6858         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6859
6860         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6861         (gnus-header-subject-face, gnus-header-newsgroups-face)
6862         (gnus-header-name-face, gnus-header-content-face):
6863         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6864         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6865         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6866         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6867         (gnus-cite-face-11):
6868         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6869         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6870         (gnus-server-closed-face, gnus-server-denied-face)
6871         (gnus-server-offline-face):
6872         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6873         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6874         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6875         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6876         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6877         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6878         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6879         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6880         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6881         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6882         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6883         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6884         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6885         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6886         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6887         (gnus-summary-high-undownloaded-face)
6888         (gnus-summary-low-undownloaded-face)
6889         (gnus-summary-normal-undownloaded-face)
6890         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6891         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6892         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6893         (gnus-splash-face):
6894         * message.el (message-header-to-face, message-header-cc-face)
6895         (message-header-subject-face, message-header-newsgroups-face)
6896         (message-header-other-face, message-header-name-face)
6897         (message-header-xheader-face, message-separator-face)
6898         (message-cited-text-face, message-mml-face):
6899         * sieve-mode.el (sieve-control-commands-face)
6900         (sieve-action-commands-face, sieve-test-commands-face)
6901         (sieve-tagged-arguments-face):
6902         * spam.el (spam-face):
6903         Mark face aliases with "-face" in the name as obsolete.
6904
6905 2009-09-01  Glenn Morris  <rgm@gnu.org>
6906
6907         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6908         than goto-line.
6909
6910 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6913         Don't move point if the command is invoked inside the message header.
6914
6915 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6916
6917         * imap.el (imap-send-command): Simplify.
6918         (imap-wait-for-tag): point-max -> buffer-size.
6919
6920 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6923         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6924         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6925         * nnir.el (nnir-swish-e-index-file):
6926         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6927         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6928         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6929         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6930         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6931         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6932
6933 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6936         Don't save excursion.
6937
6938 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6939
6940         * nnheader.el (nnheader-find-file-noselect):
6941         * mm-util.el (mm-insert-file-contents):
6942         Use (default-value 'major-mode) instead of default-major-mode.
6943
6944 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6945
6946         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6947
6948 2009-08-26  Glenn Morris  <rgm@gnu.org>
6949
6950         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6951         than placing in files.el.
6952
6953 2009-08-25  Glenn Morris  <rgm@gnu.org>
6954
6955         * nnir.el (top-level): Don't require cl at run-time.
6956         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6957         Replace cl-function substitute with gnus-replace-in-string.
6958         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6959         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6960         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6961         simplified expansions.
6962
6963 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6964
6965         * dig.el (dig): Add autoload cookie.
6966
6967 2009-08-22  Glenn Morris  <rgm@gnu.org>
6968
6969         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6970         goto-line.
6971
6972 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6973
6974         * parse-time.el (parse-time-string-chars): Save match data.
6975
6976 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6977
6978         * parse-time.el (parse-time-string-chars): Compute using character
6979         classes, to handle non-ascii characters (Bug#3190).
6980
6981 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6984
6985         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6986         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6987         (gnus-mm-display-part, gnus-mime-display-single)
6988         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6989         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6990
6991         * gnus-sum.el
6992         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6993         (gnus-summary-move-article): Add expirable mark to articles copied or
6994         moved to group that has auto-expire turned on if the option is non-nil.
6995
6996 2009-07-24  Glenn Morris  <rgm@gnu.org>
6997
6998         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6999         Fix typo.  (Bug#3903)
7000
7001 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7004         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7005         that should not be used for draft articles.
7006         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7007         that has no concern in minor mode keys.
7008         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7009         Abolish.
7010
7011 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7014         article without making inquiry to a user for unknown encoding.
7015
7016         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7017         (nnmaildir--scan): Assume i-node and device number that file-attributes
7018         returns might be cons-cell.
7019
7020         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7021
7022         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7023
7024 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * auth-source.el: Remove docs now in auth.texi.  Don't use
7027         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7028         `auth-source-hide-passwords' and use them.
7029
7030 2009-07-15  Glenn Morris  <rgm@gnu.org>
7031
7032         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7033
7034 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7037         excessive whitespace from the default values of title and description.
7038
7039 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7042         mail-fetch-field to fetch Content-Description header in order to
7043         exclude newlines.
7044
7045 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7046
7047         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7048         format used by GnuPG 2.0.11.
7049
7050 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7053         to deleted part.
7054
7055 2009-05-30  David Engster  <dengste@eml.cc>
7056
7057         * nnmairix.el: Remove old documentation in the commentary block.
7058         (nnmairix-request-group): Do not update active file for nnml back ends.
7059         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7060         end so that overview files are ignored.
7061         (nnmairix-update-groups): Make updating the groups more robust by using
7062         marks.
7063         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7064         with dollar characters in message-id.
7065
7066 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7069         2008-12-25 in dns.el.
7070
7071 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7072
7073         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7074         could happen if the text is only composed of spaces and/or tabs.
7075
7076 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7077
7078         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7079         when sending a queued message to avoid extra mml tags.
7080
7081 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7084
7085 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7088         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7089         rmail-toggle-header for XEmacs;
7090         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7091
7092 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-dired.el: Remove autoload for gnus-setup-message.
7095         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7096         displaying Gnus logo; always use compose-mail.
7097
7098 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7101
7102 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7105         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7106         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7107         available.
7108         (gnus-nocem-epg-verify): New function.
7109
7110 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7113
7114 2009-02-15  Glenn Morris  <rgm@gnu.org>
7115
7116         * gnus-util.el (rmail-insert-rmail-file-header)
7117         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7118         autoloads.
7119         (rmail-default-rmail-file): Remove unnecessary declaration.
7120         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7121
7122 2009-02-14  Glenn Morris  <rgm@gnu.org>
7123
7124         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7125         variable (only used in gnus-util, which declares it anyway).
7126         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7127         which was only needed by gnus-art (changed to not use it any more).
7128         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7129         only used in gnus-util, which autoloads it itself.
7130         (rmail-update-summary): Fix autoload.
7131
7132         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7133         rather than rmail-output-to-rmail-file.
7134
7135 2009-02-07  Glenn Morris  <rgm@gnu.org>
7136
7137         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7138         autoload of function that no longer exists.
7139         (rmail-toggle-header): Declare.
7140         (message-forward-rmail-make-body): Handle mbox Rmail.
7141
7142 2009-01-31  Glenn Morris  <rgm@gnu.org>
7143
7144         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7145         2009-01-09 change.
7146
7147 2009-01-31  Dave Love  <fx@gnu.org>
7148
7149         * imap.el (imap-fetch-safe): Bind debug-on-error.
7150         (imap-debug): Add imap-fetch-safe.
7151
7152 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7153
7154         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7155         (auth-source-forget-all-cached): New convenience function.
7156         (auth-source-user-or-password): Accept list of modes or a single mode.
7157
7158         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7159         auth-source modes.
7160
7161         * netrc.el (netrc-machine-user-or-password): Use list of
7162         auth-source modes.
7163
7164         * nnimap.el (nnimap-open-connection): Use list of
7165         auth-source modes.
7166
7167         * nntp.el (nntp-send-authinfo): Use list of
7168         auth-source modes.
7169
7170 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7173         now.
7174
7175 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7178         coding system in XEmacs; add a workaround for XEmacs.
7179
7180         * lpath.el: Fbind coding-system-aliasee.
7181
7182 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7185         of current-language-environment.
7186
7187 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7190         available at runtime.
7191
7192 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7195
7196 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7197
7198         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7199         the greatest positive fixnum value doesn't work under an XEmacs with
7200         bignum support; use the most-positive-fixnum constant instead,
7201         available since Emacs 21.1 with cl and XEmacs 21.1.
7202
7203 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7206         XEmacs gets not to work.
7207
7208 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * mm-util.el (mm-coding-system-priorities): Allow the value like
7211         "Japanese (UTF-8)" of current-language-environment.
7212
7213 2009-01-09  Glenn Morris  <rgm@gnu.org>
7214
7215         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7216         with last-command-event.
7217
7218 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7221         in the doc string.
7222
7223         * message.el (message-fix-before-sending): Amend comment.
7224
7225 2009-01-08  Dave Love  <fx@gnu.org>
7226
7227         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7228
7229 2009-01-07  David Engster  <dengste@eml.cc>
7230
7231         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7232         simplified server definitions by converting it via
7233         gnus-server-to-method.
7234
7235 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7238         parameter's operands.
7239
7240 2009-01-06  David Engster  <dengste@eml.cc>
7241
7242         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7243         primary select method (for gnus-group-mark-article-as-read).
7244
7245 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7246
7247         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7248         `(gnus)Face', not `(gnus)X-Face'.
7249
7250 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * mm-util.el (mm-ucs-to-char): New function.
7253
7254         * mm-url.el (mm-url-decode-entities): Use it.
7255
7256         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7257         unicode-to-char.
7258
7259 2009-01-05  Dave Love  <fx@gnu.org>
7260
7261         * time-date.el: Require cl for `declare'.
7262
7263 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7266         Dave Love.
7267
7268 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * message.el (message-fix-before-sending): Add `eight-bit' to
7271         illegible-text check.
7272
7273 2009-01-03  Michael Olson  <mwolson@gnu.org>
7274
7275         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7276         `headers' is nil.  This can occur if the IMAP server does not have
7277         permissions to read messages from a folder, but can write new messages
7278         to the folder.
7279         (nnimap-request-article-part): Do not insert `data' if it is nil.
7280
7281         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7282         characters which will confuse `read', so skip past them.
7283
7284 2009-01-01  Dave Love  <fx@gnu.org>
7285
7286         * imap.el (imap-string-to-integer): Fix typo.
7287         (imap-fetch-safe): New function.
7288         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7289
7290         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7291
7292         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7293         (imap-parse-greeting): Fix doc strings.
7294         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7295         (imap-parse-flag-list): Make messages unique.
7296         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7297
7298         * nnimap.el: Fix author email.
7299         (nnimap-split-rule): Add FIXME comment.
7300         (nnimap-debug): Fix doc string.
7301
7302 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7305
7306 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7309         nslookup if resolv.conf isn't available.
7310         (dns-query): Rename from query-dns.
7311         (dns-query-cached): Rename from query-dns-cached.
7312
7313 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7316         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7317         to check if those variables exist (first appeared in Emacs 18.50).
7318
7319 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * mm-util.el (mm-line-number-at-pos): New function.
7322
7323         * spam-report.el (spam-report-process-queue): Use it.
7324
7325 2008-12-24  David Engster  <dengste@eml.cc>
7326
7327         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7328         parameters that haven't existed as variables as buffer-local variables.
7329
7330 2008-12-23  Dave Love  <fx@gnu.org>
7331
7332         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7333         cadar.
7334
7335         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7336         imap-starttls-p.
7337         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7338
7339 2008-12-22  Dave Love  <fx@gnu.org>
7340
7341         * imap.el: Fix author email.  Doc fixes.
7342         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7343         reply.
7344
7345 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * spam-report.el (spam-report-gmane-max-requests): New constant.
7348         (spam-report-gmane-wait): New variable.
7349         (spam-report-gmane-ham, spam-report-gmane-spam)
7350         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7351         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7352         the server.
7353
7354         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7355         Add explanations.
7356
7357         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7358         nnheader-accept-process-output and nnheader-read-timeout if available.
7359         (pop3-movemail): Use it.
7360
7361         * message.el (message-check-news-body-syntax): Fix signature check if
7362         there's an attachment.
7363
7364 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * mm-util.el: Add comments to the mm- emulating functions.
7367
7368 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7371         Reported by Stephen Berman <stephen.berman@gmx.net>.
7372
7373 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * mm-util.el (mm-substring-no-properties): New function.
7376         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7377         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7378         (mm-string-to-multibyte): Doc fix.
7379
7380         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7381
7382 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * mml.el (mml-attach-file): Strip text properties from file name.
7385         (Bug#1574)
7386
7387 2008-12-16  Glenn Morris  <rgm@gnu.org>
7388
7389         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7390
7391 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7394         knows since the charset specified might be a bogus alias that
7395         mm-charset-synonym-alist provides.
7396
7397 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7400         "ISO_8859-1".
7401
7402         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7403
7404 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * mm-util.el (mm-charset-eval-alist):
7407         Define it before mm-charset-to-coding-system.
7408         (mm-charset-to-coding-system): Add optional argument `silent';
7409         define it before mm-charset-override-alist.
7410         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7411         default value if it can be used in Emacs currently running;
7412         silence mm-charset-to-coding-system.
7413
7414 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7417         `allow-override' which says whether to use `mm-charset-override-alist'.
7418         (rfc2047-decode-encoded-words): Use it.
7419
7420         * mm-util.el (mm-charset-override-alist): Fix custom type;
7421         add `(gb2312 . gbk)' to choices.
7422
7423 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7426         fast.
7427
7428         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7429
7430         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7431
7432 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7433
7434         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7435         on links.
7436
7437         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7438
7439 2008-12-03  Lute Kamstra  <lute@gnu.org>
7440
7441         * sha1.el: Remove leading * from docstrings of defcustoms,
7442         deffaces, defconsts and defuns.
7443
7444 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7447         users' addresses that don't have domain parts.
7448         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7449         rather than message-narrow-to-head since there will be the message
7450         header separator.
7451
7452 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7453
7454         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7455         since the result is inserted in a unibyte buffer anyway.
7456         (nnimap-demule-use-string-to-multibyte): Remove.
7457         (nnimap-demule): Alias it to mm-string-to-multibyte.
7458
7459 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7462         variable for debugging bug#464 and bug#1174.
7463         (nnimap-demule): Use it.
7464
7465 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7468         score calculation correctly.
7469
7470 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7471
7472         * message.el (message-send-mail): Just set the buffer to unibyte
7473         rather than use mm-with-unibyte-current-buffer which does a lot more.
7474         (message-send-mail-partially): Don't bother with
7475         mm-with-unibyte-current-buffer since it's already been made unibyte by
7476         message-send-mail.
7477
7478 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7481
7482 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7485
7486 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7489         require itself and to remove `with-no-warnings'.
7490
7491 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * starttls.el (starttls-any-program-available): Get the name of the
7494         available TLS layer program.
7495         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7496         well as the host name in the "opening" message.
7497
7498         * auth-source.el (auth-source-cache, auth-source-do-cache)
7499         (auth-source-user-or-password): Cache passwords and logins by default,
7500         allow override with `auth-source-do-cache'.
7501         (auth-source-forget-user-or-password): Allow users to remove cache
7502         entries if needed.
7503
7504 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7505
7506         * md4.el (md4-buffer): Fix typo in docstring.
7507         (md4, md4-64): Doc fixes.
7508         (md4-pack-int32): Reflow docstring.
7509
7510 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7511
7512         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7513         condition-case to only the forward-sexp call.
7514
7515 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7518         quotes contained.  Make it more robust regardless by an extra
7519         condition-case wrapper.
7520
7521 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7524
7525 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * nnml.el (nnml-request-expire-articles): Check if the function set to
7528         `nnmail-expiry-target' returns the symbol `delete'.
7529
7530         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7531
7532         * nnmail.el (nnmail-expiry-target): Fix custom type.
7533
7534 2008-10-02  Glenn Morris  <rgm@gnu.org>
7535
7536         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7537         Silence compiler warning.
7538
7539 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7540
7541         * tls.el (open-tls-stream): Show the actual command being
7542         executed, instead of the format string.
7543
7544 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * lpath.el: Fbind codepage-setup for Emacs 23.
7547
7548 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7549
7550         * mml.el (mml-menu): Don't assume mml2015 is bound.
7551
7552 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7555         exists.
7556
7557 2008-09-27  Glenn Morris  <rgm@gnu.org>
7558
7559         * gnus-util.el (mail-header-remove-comments): Autoload it.
7560
7561 2008-09-27  Andreas Schwab  <schwab@suse.de>
7562
7563         * gnus-util.el (gnus-split-references): Strip comments.
7564         (gnus-parent-id): Likewise.
7565
7566 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * message.el (message-confirm-send): Fix version.
7569
7570 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * message.el (message-idna-to-ascii-rhs-1): Use
7573         mail-extract-address-components rather than mail-header-parse-addresses
7574         that is an alias by default to ietf-drums-parse-addresses that does not
7575         support non-ASCII names in headers' contents.
7576
7577 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7578
7579         * message.el (message-confirm-send): Fix variable documentation to
7580         avoid the "y/n" wording.
7581
7582 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7583
7584         * message.el (message-set-auto-save-file-name): Save to a different
7585         filename so multiple messages (especially drafts) can be recovered.
7586
7587 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * message.el (message-confirm-send): Add appropriate version.
7590
7591 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7592
7593         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7594         defvar.
7595
7596 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7597
7598         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7599         (mm-pkcs7-enveloped-magic): Ditto.
7600
7601 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7602
7603         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7604         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7605
7606 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7607
7608         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7609         default, it's better.
7610
7611 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7612
7613         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7614         summary line gnus-number property and ignore them (with a warning
7615         message).
7616
7617 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7620         macro caddr in the interactive form since it won't be expanded.
7621
7622 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7625         `charset'; fix name of function called recursively.
7626         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7627
7628 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7631         (gnus-mime-set-charset-parameters): New function.
7632         (gnus-mime-view-part-as-charset): Use it to correctly display part
7633         specifying wrong charset.
7634
7635 2008-09-08  David Engster  <dengste@eml.cc>
7636
7637         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7638         in completing-read for back end server.
7639
7640 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * message.el (message-confirm-send): New variable to confirm sending a
7643         message.
7644         (message-send): Use it.
7645
7646 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7647
7648         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7649
7650 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7653
7654 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7655
7656         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7657         prevent tracking too many groups.
7658         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7659         Use it.
7660
7661 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7662
7663         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7664         moving point to the bottom of the window in order to avoid recentering.
7665
7666 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7669
7670         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7671         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7672         (gnus-article-beginning-of-window): Fix calculation.
7673
7674 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-msg.el (gnus-summary-supersede-article)
7677         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7678         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7679         message header.
7680
7681 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7682
7683         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7684         pending output coming after the status change.
7685
7686 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7687
7688         * message.el:
7689         * gnus-start.el:
7690         * gnus-registry.el: Remove VMS support.
7691
7692 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7695         macro.
7696         (rfc2104-hash): Use it.
7697
7698 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7701         (gnus-summary-sort-by-most-recent-date): New commands.
7702         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7703         and menu entries.
7704
7705 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7708         don't redisplay article for raw contents; remove plural articles stuff.
7709
7710         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7711         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7712         on gnus-summary-save-article; display results properly.
7713
7714 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * lpath.el: No need to fbind ns-focus-frame.
7717
7718 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7721
7722 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (gnus-summary-save-in-pipe):
7725         Consider gnus-save-all-headers.
7726
7727 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7728
7729         * gnus-util.el (ns-focus-frame): Remove declaration.
7730         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7731         like x.
7732
7733 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7734
7735         * rfc2104.el (rfc2104-zero): Delete defconst.
7736         (rfc2104-hex-alist): Likewise.
7737         (rfc2104-hex-to-int): Delete func.
7738         (rfc2104-hexstring-to-bitstring): Likewise.
7739         (rfc2104-nybbles): New defconst.
7740         (rfc2104-hash): Rewrite for speed.
7741
7742 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * tls.el (open-tls-stream): Make it work with the 2nd argument
7745         BUFFER that is a string but does not exist as a buffer object, as
7746         mentioned in the doc-string.
7747
7748 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7751         SXEmacs.
7752
7753 2008-07-16  Glenn Morris  <rgm@gnu.org>
7754
7755         * gnus-util.el (ns-focus-frame): Declare for compiler.
7756
7757 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7760         set as a group parameter.
7761         (gnus-summary-save-in-pipe): Work when it is called independently.
7762         (gnus-summary-pipe-to-muttprint): Don't modify
7763         gnus-summary-pipe-output-default-command.
7764
7765 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * message.el (message-send-mail-with-sendmail):
7768         Display the error message.
7769
7770 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-art.el (gnus-default-article-saver):
7773         Add gnus-summary-save-in-pipe to choices.
7774         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7775         gnus-summary-pipe-output-default-command as the default command.
7776         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7777         instead of gnus-last-shell-command.
7778
7779         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7780         New user option.
7781         (gnus-summary-muttprint-program): Mention the value will be changed.
7782         (gnus-summary-save-article): Force showing of all headers.
7783         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7784
7785 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7786
7787         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7788
7789 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7790
7791         * nnimap.el (nnimap-id):
7792         * sieve-manage.el (sieve-manage-open): Doc fixes.
7793
7794 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7795
7796         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7797         if available.
7798
7799 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7802
7803         * nnkiboze.el (nnkiboze-generate-group):
7804         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7805
7806         * nnmairix.el: Require CL.
7807
7808 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * dgnushack.el: Autoload get-display-table and put-display-table for
7811         XEmacs 21.5.
7812
7813         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7814         21.4 and SXEmacs.
7815
7816 2008-06-15  David Engster  <dengste@eml.cc>
7817
7818         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7819
7820 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7821
7822         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7823         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7824         runtime choice under XEmacs.
7825
7826         * gnus-sum.el (gnus-summary-set-display-table):
7827         Use `gnus-put-display-table', `gnus-get-display-table',
7828         `gnus-set-display-table' for the display table, instead of `aset'.
7829
7830         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7831         Use `gnus-put-display-table', `gnus-get-display-table',
7832         `gnus-set-display-table' for the display table.
7833
7834 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * nnmairix.el: Add autoloads.
7837
7838 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * nnmairix.el (nnmairix-delete-recreate-group)
7841         (nnmairix-update-and-clear-marks): Fix error messages.
7842
7843 2008-06-14  David Engster  <dengste@eml.cc>
7844
7845         * nnmairix.el: Upgrade to version 0.6.
7846         (nnmairix-group-toggle-propmarks-this-group)
7847         (nnmairix-group-toggle-readmarks-this-group)
7848         (nnmairix-group-delete-recreate-this-group)
7849         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7850         (nnmairix-remove-tick-mark-original-article): New commands.
7851         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7852         (nnmairix-propagate-marks-to-nnmairix-groups)
7853         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7854         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7855         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7856         functions needed for marks propagation and manipulation of read marks.
7857         (nnmairix-update-groups): New function.
7858         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7859         (nnmairix-determine-original-group-from-registry)
7860         (nnmairix-determine-original-group-from-path)
7861         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7862         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7863         New helper functions.
7864         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7865         keystrokes for new commands.
7866         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7867         (nnmairix-request-group): Check allow-fast group parameter.
7868         (nnmairix-request-create-group): Set allow-fast group parameter if
7869         nnmairix-allowfast-default is set.
7870         (nnmairix-close-group): Propagate marks upon closing if needed.
7871         (nnmairix-group-toggle-threads-this-group): Use new.
7872         nnmairix-group-toggle-parameter helper function.
7873         (nnmairix-search): Better check for empty search result.
7874         (nnmairix-goto-original-article): Use new helper functions for
7875         determining original article.
7876         (nnmairix-show-original-article): Make sure message-id is in brackets.
7877         (nnmairix-call-mairix-binary): Change variable name.
7878         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7879         helper function.
7880         (nnmairix-widget-toggle-activate): Fix doc string.
7881
7882 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * nnir.el: Require edmacro when compiling with XEmacs.
7885         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7886         available in Emacs 21.
7887
7888 2008-06-11  Glenn Morris  <rgm@gnu.org>
7889
7890         * gnus-util.el (x-focus-frame):
7891         * gnus.el (image-size):
7892         * mm-decode.el (image-size): Declare.
7893
7894         * gnus-picon.el (declare-function): Add compat definition.
7895         (image-size): Declare.
7896
7897         * gnus-group.el (tool-bar-map):
7898         * gnus-sum.el (tool-bar-map): Define for compiler.
7899
7900         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7901
7902         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7903
7904         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7905         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7906         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7907         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7908         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7909         * sieve-manage.el, spam-report.el, spam.el:
7910         Remove unnecessary eval-and-compile of autoloads.
7911
7912 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7913
7914         * auth-source.el: Precise Tramp doc.
7915
7916 2008-06-07  Glenn Morris  <rgm@gnu.org>
7917
7918         * nnmairix.el: Remove unnecessary eval-when-compile.
7919
7920 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * lpath.el: Fbind propertize for XEmacs 21.4.
7923
7924 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * nnir.el: Move here from ../contrib.
7927
7928 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7929
7930         * gnus-util.el (gnus-read-shell-command): New function.
7931         * mm-decode.el (mm-pipe-part):
7932         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7933
7934 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7937
7938 2008-06-03  Glenn Morris  <rgm@gnu.org>
7939
7940         * pop3.el (nnheader-accept-process-output): Autoload it.
7941
7942 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7945         are not 2-digit hexadecimal characters that follow `%'s.
7946
7947 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * message.el (message-bogus-recipient-p): Fix type in doc string.
7950         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7951         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7952         Improve custom options.
7953         (message-bogus-recipient-p): Adjust accordingly.
7954
7955 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7956
7957         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7958         long-form month and day names.
7959
7960 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * dgnushack.el: Autoload debug, eudc-expand-inline and
7963         pgg-snarf-keys-region for XEmacs.
7964
7965         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7966
7967         * nnmairix.el: Require edmacro when compiling with XEmacs.
7968
7969 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7972         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7973
7974 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * auth-source.el: Add more docs.
7977
7978         * netrc.el (netrc-machine): Always match if the port is not given.
7979
7980 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7983         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7984         retrieval faster in some cases, but might make CPU usage larger.
7985         If this has any bad side effects, we might revert this change.
7986
7987         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7988         seems to make mail retrieval much, much faster.
7989         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7990         unconditionally.
7991
7992         * gnus-draft.el (gnus-group-send-queue):
7993         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7994
7995 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7998
7999         * message.el (message-bogus-address-regexp): Fix and improve custom
8000         type.
8001         (message-setup-hook): Add message-check-recipients as custom option.
8002
8003 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * message.el (message-cite-function): Remove bogus autoload which crept
8006         in during merge from v5-10.
8007
8008 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8011
8012         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8013
8014         * auth-source.el: Preliminary Tramp docs.
8015         (auth-sources): Change the default auth-sources to use
8016         EPA .gpg files.
8017
8018 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * nntp.el: Autoload `auth-source-user-or-password'.
8021         (nntp-send-authinfo): Use it.
8022
8023         * nnimap.el: Autoload `auth-source-user-or-password'.
8024         (nnimap-open-connection): Use it.
8025
8026         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8027         for the gnus-message function.
8028         (auth-source-user-or-password): Use it.
8029
8030 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8031
8032         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8033         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8034         (rfc2104-hash): Use it.
8035
8036 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8037
8038         * gnus-art.el (gnus-article-toggle-truncate-lines):
8039         Don't use `iff' in docstring.
8040
8041 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8042
8043         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8044
8045         * gnus-util.el (gnus-extract-address-component-name)
8046         (gnus-extract-address-component-email): Convenience functions around
8047         `gnus-extract-address-components'.
8048
8049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8050         Use `gnus-extract-address-component-email' to fix bug of comparing full
8051         sender name to `user-mail-address'.
8052
8053 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8054
8055         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8056         catch/throw to optimize.
8057         (gnus-registry-find-keywords): Just use member to find a keyword.
8058
8059 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8060
8061         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8062         is current before calling gnus-server-prepare.
8063         (gnus-server-setup-buffer, gnus-server-update-server)
8064         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8065
8066 2008-05-04  Juri Linkov  <juri@jurta.org>
8067
8068         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8069         (mailcap-file-default-commands): Use mailcap-replace-in-string
8070         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8071         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8072
8073 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8074
8075         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8076
8077 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8078
8079         * gnus.el: Bump version to 0.11.
8080
8081 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8082
8083         * gnus.el: No Gnus v0.10 is released.
8084
8085 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8088         hooks.
8089         (gnus-update-read-articles): Speed up non-marks-using users.
8090         (gnus-use-marks): Define gnus-use-marks.
8091         (gnus-propagate-marks): Rename variable to something more sensible.
8092
8093 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8094
8095         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8096         (gmm-image-load-path-for-library): Fix typos in docstrings.
8097         (gmm-message): Reflow docstring.
8098
8099 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * mail-source.el (mail-source-set-1, mail-source-bind):
8102         Move auth-source code out of the macro to clean it up and fix bugs.
8103
8104 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8105
8106         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8107         by sender if it's equal to user-mail-address, it's likely to be
8108         useless.
8109
8110         * mail-source.el (mail-source-bind): Don't use user or password if they
8111         are not bound.  Unintern them if they are nil.  Don't use server unless
8112         it's bound, and default it to empty string otherwise.
8113
8114 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8115
8116         * mail-source.el: Load auth-source.el.
8117         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8118         get user name or password, if auth-sources is set up.
8119
8120         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8121         strategy of splitting with parent.
8122         (gnus-registry-split-fancy-with-parent)
8123         (gnus-registry-post-process-groups): Use it and fix prior
8124         bug (returning a list as the split result).
8125
8126         * auth-source.el (auth-sources): Remove server parameter.
8127         (auth-source-pick, auth-source-user-or-password)
8128         (auth-source-user-or-password-imap)
8129         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8130         (auth-source-user-or-password-sftp)
8131         (auth-source-user-or-password-smtp): Remove server parameter.
8132
8133 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8134
8135         * smime.el (smime-sign-region, smime-encrypt-region)
8136         (smime-decrypt-region):
8137         Remove redundant calls to `generate-new-buffer-name'.
8138
8139 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8140
8141         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8142         Don't use QP for message/rfc822.
8143         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8144
8145 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8146
8147         * sieve-manage.el (sieve-string-bytes): Remove.
8148         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8149         correct byte-length only if the process's coding-system is the same as
8150         the one used internally by Emacs to represent strings.
8151
8152 2008-04-22  Juri Linkov  <juri@jurta.org>
8153
8154         * mailcap.el (mailcap-file-default-commands): New function.
8155
8156 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * message.el (message-signature-separator, message-cite-function):
8159         Change custom version.
8160
8161 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8162
8163         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8164         commands.
8165         (tls-checktrust): Ditto.
8166
8167 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * mm-decode.el (mm-display-external): Make temp file read-only.
8170
8171 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8174         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8175         `C-c C-f d'.
8176
8177 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8178
8179         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8180
8181 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * gnus.el: Bump version to 0.9.
8184
8185 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus.el: No Gnus v0.8 is released.
8188
8189 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8190
8191         * mail-source.el (mail-source-value):
8192         Prefer fboundp to functionp so it works with macros as well.
8193
8194 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8195
8196         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8197         Fix last change in case the element is not even a symbol.
8198
8199 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8200
8201         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8202         Prefer fboundp to functionp so it works with macros as well.
8203
8204 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * auth-source.el: Add docs.
8207         (auth-sources): Modify format to support server.
8208         (auth-source-pick, auth-source-user-or-password)
8209         (auth-source-user-or-password-imap)
8210         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8211         (auth-source-user-or-password-sftp)
8212         (auth-source-user-or-password-smtp): Add server parameter.
8213
8214 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * gnus-registry.el: Initialize the registry when gnus-registry-install
8217         is t.
8218
8219 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * compface.el (uncompface): Make buffer unibyte.
8222
8223 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8224
8225         * mail-source.el (mail-source-value):
8226         Prefer fboundp to functionp so it works with macros as well.
8227
8228 2008-04-05  Glenn Morris  <rgm@gnu.org>
8229
8230         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8231
8232 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8233
8234         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8235         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8236
8237         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8238         multibyteness after rather than before erasing it.
8239
8240         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8241         mm-with-multibyte.
8242         (gnus-request-article-this-buffer): Make sure the proper decoding is
8243         used if gnus-original-article-buffer happens to be unibyte.
8244
8245         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8246         default-enable-multibyte-characters.
8247
8248         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8249         default-enable-multibyte-characters.
8250
8251         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8252
8253         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8254
8255 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8256
8257         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8258         Fix last change in case the element is not even a symbol.
8259
8260 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8261
8262         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8263         (imap-message-copyuid-1): Use it.
8264         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8265         J. Williams in
8266         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8267
8268         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8269         imap-enable-exchange-bug-workaround.
8270         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8271
8272 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8273
8274         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8275         a 100 byte status-checks into a 2-3MB transfer for each group.
8276         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8277         to enable bug workaround or not.
8278         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8279
8280 2008-03-31  Glenn Morris  <rgm@gnu.org>
8281
8282         * message.el (mml2015-use): Declare for compiler.
8283         (message-info): Require mml2015 when appropriate.
8284
8285 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8288         whitespace.
8289
8290 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8291
8292         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8293         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8294         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8295         (nntp-service-to-port): New function.
8296         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8297         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8298         (nntp-open-netcat-stream): New function.
8299         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8300
8301 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8302
8303         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8304
8305 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8308
8309 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8310
8311         * dns.el (dns-write): Use set-buffer-multibyte.
8312
8313 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8314
8315         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8316
8317 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * message.el (message-signature-separator): Change default.
8320         Improve custom type.
8321         (message-cite-function): Change default to
8322         message-cite-original-without-signature.
8323
8324         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8325         toggle.
8326
8327         * message.el (message-check-news-body-syntax): Fix signature check.
8328         (message-setup-1): Mark buffer as unmodified _after_ running
8329         message-setup-hook and handling message-alternative-emails.
8330         (message-shorten-references): Be more strict when building list of
8331         valid references to comply with GNKSA.
8332
8333         * gnus-group.el (gnus-read-ephemeral-bug-group)
8334         (gnus-read-ephemeral-debian-bug-group)
8335         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8336
8337         * message.el (message-info): Don't use booleanp which isn't supported
8338         in Emacs 21 and XEmacs.
8339
8340 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8343         gnus-group-gmane-group-download-format.
8344         (gnus-group-read-ephemeral-gmane-group): Rename from
8345         gnus-group-read-ephemeral-gmane-group.
8346         (gnus-read-ephemeral-gmane-group-url): Rename from
8347         gnus-group-read-ephemeral-gmane-group-url.
8348         (gnus-bug-group-download-format-alist): New variable.
8349         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8350         (gnus-read-ephemeral-emacs-bug-group): New commands.
8351
8352 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8355         (gnus-visible-headers): Improve custom type.
8356
8357 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * mml.el (mml-menu): Add workarounds for XEmacs.
8360
8361         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8362         X-Boundary header.
8363
8364         * message.el (message-simplify-recipients): Fix previous commit.
8365
8366 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * mm-util.el (mm-set-buffer-multibyte): New function.
8369         * mm-decode.el (mm-copy-to-buffer): Use it.
8370
8371         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8372         Prefer fboundp to functionp so it works with macros as well.
8373
8374 2008-03-19  Glenn Morris  <rgm@gnu.org>
8375
8376         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8377         Accidentally removed in the sync process with Emacs.
8378
8379 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * message.el (message-alter-recipients-discard-bogus-full-name):
8382         New function.
8383         (message-alter-recipients-function): New variable.
8384         (message-get-reply-headers): Use it.
8385         (message-replace-header): New helper function.
8386         (message-recipients-without-full-name): New variable.
8387         (message-simplify-recipients): New command.
8388
8389         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8390
8391         * message.el (message-info): Handle EasyPG manual.
8392
8393         * mml.el (mml-menu): Add entry for EasyPG.
8394
8395 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8396
8397         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8398         parameter.
8399
8400         * message.el (message-disassociate-draft): Specify drafts group name
8401         fully.
8402
8403 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8406         Eliminate unnecessary duplicates from the match list.
8407
8408 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8411
8412         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8413
8414         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8415         args of `how-many' of which the XEmacs version doesn't take; declare
8416         Info-index-next as function.
8417
8418 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-score.el (gnus-score-headers): Fix handling of
8421         gnus-inhibit-slow-scoring.
8422
8423         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8424         string.
8425         (gnus-button-url-regexp): Improve handling of parenthesis.
8426         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8427         (gnus-button-handle-info-keystrokes): Handle index entries.
8428
8429 2008-03-15  Glenn Morris  <rgm@gnu.org>
8430
8431         * parse-time.el (parse-time-string): Simplify.
8432
8433 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8436         Incoming* files.
8437
8438 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * auth-source.el (auth-sources): Rename from auth-source-choices.
8441         (auth-source-pick): Use it.
8442
8443 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8444
8445         * binhex.el (binhex-decode-region-internal):
8446         * uudecode.el (uudecode-decode-region-internal):
8447         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8448         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8449         setting default-enable-multibyte-characters.
8450
8451 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8452
8453         * auth-source.el (auth-source-protocols)
8454         (auth-source-protocols-customize, auth-source-choices): Add and
8455         modified variable customizations and defaults.
8456         (auth-source-pick, auth-source-user-or-password)
8457         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8458         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8459         (auth-source-user-or-password-sftp)
8460         (auth-source-user-or-password-smtp): Use new variables and provide an
8461         interface to netrc.el.
8462
8463 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8466         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8467         Make sure the nntp port to specify is a string.
8468
8469 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8470
8471         * nntp.el: Use with-current-buffer.
8472         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8473         dubious mm-with-unibyte-current-buffer.
8474         (nntp-with-open-group-function): New function extracted from
8475         nntp-with-open-group macro.
8476         (nntp-with-open-group): Use the function, so it's easier to debug.
8477         Add indentation and debugging info.
8478         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8479         Recommend the use of the netcat alternatives.
8480
8481         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8482         Avoid mm-string-as-multibyte as well.
8483
8484         * nnweb.el (nnweb-insert-html):
8485         Remove use of nnheader-string-as-multibyte.
8486
8487         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8488         (nnheader-string-as-multibyte): Remove.
8489
8490         * mm-view.el: Use inhibit-read-only.
8491         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8492         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8493         or unibyte-string.
8494
8495         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8496         (mm-uu-yenc-extract): Use with-current-buffer.
8497
8498         * gnus-soup.el (gnus-soup-send-packet): Don't use
8499         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8500
8501         * nnmh.el: Use with-current-buffer.
8502         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8503         mm-string-as-multibyte on the output of mm-encode-coding-string.
8504
8505         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8506         (nnimap-request-move-article): Use with-current-buffer.
8507
8508         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8509         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8510         conversion uses string-make-unibyte rather than string-as-unibyte.
8511
8512         * gnus-msg.el: Use with-current-buffer.
8513
8514         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8515
8516 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8517
8518         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8519         string for caching if it is 'PIN.
8520
8521 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * lpath.el: Consider the case without Emacs/W3.
8524
8525 2008-03-08  Glenn Morris  <rgm@gnu.org>
8526
8527         * time-date.el (date-to-time, time-subtract, time-add)
8528         (safe-date-to-time): Doc fixes.
8529
8530 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * mail-source.el (mail-source-delete-old-incoming-confirm):
8533         Change default to nil.
8534         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8535
8536 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * lpath.el: Rearrange.
8539
8540         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8541         (gnus-article-goto-prev-page): Work for articles having ^L's.
8542
8543         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8544
8545         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8546
8547 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8548
8549         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8550         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8551         (gnus-bookmark-jump): Adjust some variable names.
8552
8553 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * auth-source.el: New package.
8556         (auth-source-choices): Add customization entry point variable.
8557
8558         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8559         bug.
8560
8561 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8562
8563         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8564         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8565         (gnus-registry-install-shortcuts): Rename from
8566         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8567         the `gnus-registry-mark-map' keymap dynamically from
8568         `gnus-registry-marks'.  The generated functions update the summary line
8569         when a registry mark is added or deleted, and will call
8570         `gnus-registry-install-p' (see the comments in the code).
8571         (gnus-registry-user-format-function-M): Use concat intelligently.
8572
8573         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8574         the registry mark functions.
8575
8576 2008-03-05  Glenn Morris  <rgm@gnu.org>
8577
8578         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8579         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8580         gnus-art.
8581         (top-level): No need to load own source when compiling.
8582
8583 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8586         Suggested by <chris.anderton@zetnet.co.uk>.
8587
8588 2008-03-04  Glenn Morris  <rgm@gnu.org>
8589
8590         * gnus-sum.el (top-level): No need to require gnus when compiling,
8591         since unconditionally required near start of file.
8592         (gnus-summary-display-while-building): Move definition before use.
8593
8594 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8595
8596         * gnus-registry.el (gnus-registry-user-format-function-M):
8597         Add formatting function.
8598
8599 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8600
8601         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8602         with plists.
8603         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8604         Use new format.
8605
8606 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8609         `where-is-internal' that returns a range of key sequences.
8610
8611 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8612
8613         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8614
8615         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8616         (gnus-summary-jump-to-group): Consider windows on other displayed
8617         frames as well.  Similar changes might be needed elsewhere, but that's
8618         the one I've bumped into during my use.
8619
8620         * nndoc.el (nndoc-oe-dbx-type-p):
8621         * gnus-msg.el (gnus-debug):
8622         * gnus-group.el (gnus-update-group-mark-positions):
8623         Use mm-string-to-multibyte.
8624
8625 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8628         doesn't handle NotDashEscaped.
8629
8630         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8631         (mml-dnd-attach-options): Fix typo in custom choice.
8632
8633         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8634         Change nndoc-article-type to mbox.
8635         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8636
8637         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8638         to nil, instead of html2text.
8639
8640         * imap.el (imap-debug): Add `imap-ping-server'.
8641
8642         * gnus-bookmark.el: Add FIXMEs.
8643
8644         * message.el (message-form-letter-separator)
8645         (message-send-form-letter-delay): New variables.
8646         (message-send-form-letter): Use them.  New command to send form
8647         letters.  Requested by Uwe Siart.
8648         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8649
8650 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * Update copyright years.
8653
8654 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         Sync from EMACS_22_BASE.
8657
8658         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8659
8660 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8661
8662         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8663         empty author.
8664
8665 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * gnus-registry.el (gnus-registry-marks): Add variable for
8668         customization of marks and their appearance.
8669         (gnus-registry-read-mark): Use it.
8670         (gnus-registry-do-marks): Add utility function to loop through
8671         `gnus-registry-marks'.
8672         (gnus-registry-install-shortcuts-and-menus): Add function to install
8673         shortcuts and menus.
8674         (gnus-registry-initialize): Use it.
8675         (gnus-registry-default-mark): Clarify documentation.
8676
8677 2008-02-29  Glenn Morris  <rgm@gnu.org>
8678
8679         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8680         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8681         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8682         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8683         Change defcustom :version from 23.0 to 23.1.
8684
8685 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * gnus-registry.el (gnus-registry-follow-group-p)
8688         (gnus-registry-post-process-groups): Add functions to aid registry
8689         splitting and improve logging.  Clarify behavior in function
8690         documentation.
8691         (gnus-registry-split-fancy-with-parent): Use them.
8692
8693 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8694
8695         * gnus-art.el: Use with-current-buffer.
8696
8697 2008-02-27  David Engster  <dengste@eml.cc>
8698
8699         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8700         Express real group name in the response.
8701
8702 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8705         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8706         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8707         autoload gnus-registry-fetch-group when compiling.
8708         (nnmairix-request-group-with-article-number-correction):
8709         Remove unreferenced argument passed to nnmairix-call-backend.
8710
8711 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8714         (mm-uu-extract): Improve face for low color ttys.
8715         Reported by Sascha Wilde.
8716
8717 2008-02-27  Glenn Morris  <rgm@gnu.org>
8718
8719         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8720         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8721         variables to defconsts.  Convert comments to doc-strings.
8722         (nnmairix-last-server, nnmairix-current-server): Convert from free
8723         variables to defvars.  Convert comments to doc-strings.
8724         (gnus-registry-fetch-group): Autoload.
8725         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8726         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8727         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8728         caddr.
8729         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8730         nnmairix-request-group-with-article-number-correction call.
8731         (nnmairix-fast, nnmairix-group): New, less general names, for free
8732         variables passed from nnmairix-request-group to
8733         nnmairix-request-group-with-article-number-correction.  Declare.
8734         (nnmairix-request-group-with-article-number-correction):
8735         Use nnmairix-fast, nnmairix-group rather than fast, group.
8736
8737 2008-02-26  David Engster  <dengste@eml.cc>
8738
8739         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8740         version 0.5.
8741
8742 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8743
8744         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8745         instead of making an extra function call.  Don't add the current group
8746         to articles only when they have the group.  Use
8747         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8748         Reported by David <de_bb@arcor.de>.
8749
8750 2008-02-24  Miles Bader  <miles@gnu.org>
8751
8752         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8753         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8754         (mm-find-mime-charset-region):
8755         * mm-bodies.el (mm-encode-body):
8756         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8757
8758 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8761         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8762
8763 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * mail-source.el (mail-source-delete-incoming): Change default.
8766         Supplement doc string.
8767
8768         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8769
8770 2008-02-14  Glenn Morris  <rgm@gnu.org>
8771
8772         * time-date.el (format-seconds): New function.
8773
8774 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * nnmail.el (nnmail-message-id-cache-file): Derive from
8777         `gnus-home-directory'.
8778
8779 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8782         Document negative prefix.
8783
8784         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8785
8786 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787
8788         * message.el (message-unsent-separator): Add the Exim bounce
8789         separator.
8790
8791 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8792
8793         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8794         list.
8795         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8796         recipient/signer list.
8797
8798 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * Makefile.in (datarootdir): Define.
8801         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8802         name that might contain whitespace.
8803
8804 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8807         fbound (Emacs 23 unicode), signal an error.
8808
8809 2008-02-08  Glenn Morris  <rgm@gnu.org>
8810
8811         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8812
8813 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8814
8815         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8816         ports to the calls to `netrc-machine-user-or-password' in addition to
8817         "imap" and "imaps".
8818
8819 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8820
8821         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8822
8823         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8824
8825 2008-02-01  Kenichi Handa  <handa@m17n.org>
8826
8827         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8828         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8829         (rfc2104-hash): Convert the result of concat to unibyte string.
8830
8831 2008-02-01  Dave Love  <fx@gnu.org>
8832
8833         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8834         coding-system-for-read.
8835         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8836
8837 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8840         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8841         <hanche@math.ntnu.no>.
8842
8843 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8846
8847         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8848
8849 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8850
8851         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8852         * message.el (message-beginning-of-line): Use featurep instead of bound
8853         tests in order to resolve conditionals at compile time.
8854
8855 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8856
8857         * mail-source.el (mail-sources): Add `group' choice.
8858
8859         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8860         parameter `in-group' to control into which group the articles go.
8861         Add treatment of `group' mail-source.
8862
8863 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8866
8867         * mm-decode.el (mm-dissect-buffer): Decode description.
8868
8869         * mml.el (mml-to-mime): Encode message header first.
8870
8871 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8874         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8875
8876         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8877         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8878
8879 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8880
8881         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8882
8883 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8886         prefix keys.
8887         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8888         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8889         gnus-xmas.el.
8890
8891         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8892         (gnus-xmas-article-describe-bindings): New function.
8893         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8894         gnus-xmas-article-describe-bindings.
8895
8896         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8897
8898 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8899
8900         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8901         Add new variables for article mark management.
8902         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8903         list of extra data entries which, when present, will indicate that the
8904         article ID should not be trimmed from the registry.
8905         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8906         functions.
8907         (gnus-registry-read-mark): New function to read a mark name from the
8908         user.
8909         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8910         (gnus-registry-set-article-mark-internal): New functions to add and
8911         remove marks.
8912         (gnus-registry-get-article-marks): New function to show the marks for
8913         an article, or retrieve them for further use.
8914
8915 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8918         keys when no argument is given.
8919
8920 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * imap.el (imap-ping-server): New variable.
8923         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8924         (imap-ping-server): Minor doc string fixes.
8925
8926 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8927
8928         * imap.el (imap-ping-server): New function.
8929         (imap-opened): Call imap-ping-server.
8930
8931 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gnus-sum.el (gnus-article-sort-by-random)
8934         (gnus-thread-sort-by-random): Fix doc strings.
8935         Reported by jidanni@jidanni.org.
8936
8937 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-article-describe-bindings): New function.
8940         (gnus-article-read-summary-keys): Use it.
8941         (gnus-article-mode-map): Bind `C-h b' to it.
8942
8943 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8946         XEmacs.
8947         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8948         Protect against non-character events.
8949
8950         * lpath.el: Fbind map-keymap for Emacs 21.
8951
8952 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8955         New command.
8956         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8957         instead of END.  Change name of the temp file.
8958         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8959         customizable.
8960
8961 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8964         bind `S W' to gnus-article-wide-reply-with-original; set default
8965         binding to gnus-article-read-summary-send-keys.
8966         (gnus-article-read-summary-keys): Fix the order of keys; display
8967         continuation keys correctly in the echo area; describe bindings
8968         correctly when keys end with `C-h'.
8969         (gnus-article-read-summary-send-keys): New function.
8970         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8971         Work for gnus-article-read-summary-send-keys; display continuation keys
8972         correctly in the echo area.
8973         (gnus-article-reply-with-original): Ignore prefix argument.
8974         (gnus-article-wide-reply-with-original): New function.
8975
8976         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8977         Emacs 21.
8978
8979 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8982         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8983
8984 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8987         (gnus-group-read-ephemeral-gmane-group): New command.
8988
8989 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8990
8991         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8992
8993 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * message.el (message-send-mail-function): Increase custom version.
8996
8997         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8998         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8999
9000 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9001
9002         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9003         for the cases where imap-authenticate is called with a nil buffer
9004         parameter.
9005
9006 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9009         html parts correctly; support forwarded messages.
9010         (gnus-article-browse-html-article): Remove work buffers.
9011
9012         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9013         compiling.
9014         (netrc-bound-and-true-p): New macro.
9015         (netrc-parse): Use it instead of bound-and-true-p that is not available
9016         in XEmacs 21.4.
9017
9018 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9019
9020         * gnus-registry.el (gnus-registry-mark-article)
9021         (gnus-registry-article-marks): Add functionality to mark articles
9022         through the Gnus registry.
9023
9024         * encrypt.el: Clarify documentation for the new pgg method.
9025         (encrypt-file-alist): Add PGG option.
9026         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9027         functionality.  Abstract password key and messaging to external
9028         functions.
9029         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9030         (encrypt-message-method-and-cipher): Add new convenience external
9031         functions.
9032         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9033         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9034
9035         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9036         (netrc-parse): Use encrypt-file-alist to determine if
9037         encrypt-find-model or encrypt-insert-file-contents should be used.
9038
9039         * encrypt.el: Clarify documentation.  Load password-cache or
9040         password, whichever one is found first, instead of autoloading.
9041
9042 2007-12-19  Glenn Morris  <rgm@gnu.org>
9043
9044         * mml.el (message-options-set, message-narrow-to-head)
9045         (message-in-body-p, message-mail-p, message-encode-message-body):
9046         Autoload.
9047         (message-remove-header, message-narrow-to-headers-or-head)
9048         (message-subscribed-p, message-make-mail-followup-to)
9049         (message-position-on-field, message-news-p)
9050         (message-options-set-recipient, message-generate-headers)
9051         (message-sort-headers): Declare as functions.
9052
9053 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9056         convention in doc string.
9057
9058 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9061         title to html parts.
9062         (gnus-article-browse-html-article): Pass message header to it.
9063
9064         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9065
9066 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9069         or password compatible with XEmacs.
9070
9071 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9074         format document.
9075         (gnus-mime-delete-part): Don't write description line if empty.
9076         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9077
9078 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9079
9080         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9081         (gnus-summary-mark-read-and-unread-as-read)
9082         (gnus-summary-mark-current-read-and-unread-as-read)
9083         (gnus-summary-mark-unread-as-ticked): Doc fix.
9084         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9085
9086 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9089         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9090
9091 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9094         yes-or-no-p.
9095
9096 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * mm-decode.el (mm-add-meta-html-tag): New function.
9099         (mm-save-part-to-file, mm-pipe-part): Use it.
9100
9101         * gnus-art.el (gnus-article-browse-delete-temp-files):
9102         Use gnus-y-or-n-p instead of y-or-n-p.
9103         (gnus-article-browse-html-parts): Work with message/external-body; use
9104         mm-add-meta-html-tag.
9105
9106 2007-12-11  Glenn Morris  <rgm@gnu.org>
9107
9108         * gnus-cache.el: Require gnus-sum not just when compiling.
9109
9110         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9111
9112         * gnus-int.el (gnus-server-opened, gnus-status-message):
9113         Move definitions before use.
9114
9115         * mm-decode.el: Require gnus-util.
9116         (mm-remove-part): Only call delete-annotation on XEmacs.
9117
9118         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9119
9120         * nnmail.el: Require gnus-int.
9121
9122         * spam.el: Move `require's before `eval-when-compile's.
9123
9124         * gnus-ems.el (gnus-alive-p):
9125         * gnus-fun.el (message-goto-eoh):
9126         * gnus-util.el (gnus-group-name-decode):
9127         * mail-source.el (gnus-compress-sequence):
9128         * message.el (Info-goto-node, format-spec):
9129         * mm-bodies.el (message-options-get):
9130         * mm-decode.el (mm-view-pkcs7):
9131         * mm-util.el (gmm-write-region):
9132         * mml-smime.el (mml-compute-boundary)
9133         (gnus-completing-read-with-default):
9134         * mml.el (widget-button-press, gnus-make-hashtable):
9135         * mml1991.el (mm-decode-content-transfer-encoding)
9136         (mm-encode-content-transfer-encoding)
9137         (message-options-get, message-options-set):
9138         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9139         * nnfolder.el (gnus-request-group):
9140         * nnheader.el (ietf-drums-unfold-fws):
9141         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9142         * smime.el (gnus-run-mode-hooks):
9143         * spam-stat.el (gnus-message): Autoload.
9144
9145         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9146         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9147         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9148         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9149         Add declare-function compatibility definition.
9150
9151         * gnus-cache.el (nnvirtual-find-group-art):
9152         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9153         (gnus-add-image, gnus-add-wash-type):
9154         * gnus-group.el (nnkiboze-score-file):
9155         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9156         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9157         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9158         (message-tokenize-header, gnus-get-buffer-create)
9159         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9160         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9161         * gnus.el (gnus-group-decoded-name):
9162         * mail-source.el (imap-capability):
9163         * mm-bodies.el (message-options-set):
9164         * mm-decode.el (gnus-configure-windows):
9165         * mm-extern.el (message-goto-body):
9166         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9167         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9168         (epg-sub-key-validity, message-options-set):
9169         * mml.el (widget-event-point, gnus-configure-windows):
9170         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9171         * mml2015.el (epg-check-configuration, epg-configuration)
9172         (message-options-set):
9173         * nndb.el (nndb-request-article):
9174         * nnfolder.el (gnus-request-create-group):
9175         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9176         * nnmaildir.el (gnus-group-mark-article-read):
9177         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9178         * rfc1843.el (message-fetch-field):
9179         * spam.el (gnus-extract-address-components):
9180         Declare as functions.
9181
9182 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9185
9186         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9187
9188         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9189         bind show-trailing-whitespace for XEmacs.
9190
9191 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9194         new no-op macro for backward compatibility.
9195
9196         * imap.el (imap-string-to-integer): New function.
9197
9198 2007-12-09  Glenn Morris  <rgm@gnu.org>
9199
9200         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9201
9202         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9203         * message.el, mm-view.el, sieve-manage.el, smime.el:
9204         Add declare-function compatibility definition.
9205
9206         * gnus-art.el (w3-region, w3m-region, Info-menu):
9207         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9208         * gnus-sum.el (gnus-get-predicate):
9209         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9210         * message.el (mail-abbrev-in-expansion-header-p):
9211         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9212         (w3m-detect-meta-charset, w3m-region):
9213         * sieve-manage.el (password-read, password-cache-add)
9214         (password-cache-remove):
9215         * smime.el (password-read-and-add): Declare as functions.
9216
9217 2007-12-08  David Kastrup  <dak@gnu.org>
9218
9219         * gnus-sum.el (gnus-summary-simplify-subject-query):
9220         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9221         `message'.
9222
9223 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9226         it to bind idna-program, installation-directory, defined-colors, and
9227         face-attribute for XEmacs of the version that compiles defcustom forms.
9228
9229 2007-12-07  Glenn Morris  <rgm@gnu.org>
9230
9231         * gnus-art.el (article-make-date-line): Revert previous change.
9232
9233 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9236
9237 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9238
9239         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9240         Call gnus-add-to-range ranges only once with a prepared article-list.
9241
9242 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9243
9244         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9245         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9246         group names with backslashes.
9247         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9248
9249 2007-12-06  Deepak Goel  <deego3@gmail.com>
9250
9251         * gnus-art.el (article-make-date-line):
9252         * gnus-start.el (gnus-load):
9253         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9254
9255 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-art.el (gnus-use-idna)
9258         * gnus-start.el (gnus-site-init-file)
9259         * message.el (message-use-idna)
9260         * mm-uu.el (mm-uu-hide-markers)
9261         * smiley.el (smiley-style): Revert changes that suppress warnings.
9262
9263 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9266         specify charset to html source.
9267         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9268
9269 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9272         idna-program in order to suppress byte compile warning issued by XEmacs
9273         that came to byte compile the default value section of defcustom forms
9274         recently.
9275
9276         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9277         value of installation-directory.
9278
9279         * message.el (message-use-idna): Don't directly refer to the value of
9280         idna-program.
9281
9282         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9283
9284         * smiley.el (smiley-style): Don't directly call face-attribute.
9285
9286 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9289
9290         * gnus-dired.el: Reduce Gnus dependencies.
9291         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9292         Don't require.  Use autoloads instead.
9293         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9294         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9295         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9296         (gnus-dired-mode): Adjust doc string.
9297         (gnus-dired-mail-mode): New variable.
9298         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9299         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9300         (gnus-dired-mail-buffers): New function.  Return mail or message
9301         composition buffers.
9302         (gnus-dired-attach): Use it.
9303         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9304         NO-DECODE.
9305         (gnus-dired-print): Use `gnus-print-buffer' depending on
9306         `gnus-dired-mail-mode'.
9307
9308 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * rfc2047.el (rfc2047-encoded-word-regexp)
9311         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9312         explaining what regexp patterns are for.
9313
9314 2007-12-04  Glenn Morris  <rgm@gnu.org>
9315
9316         * password.el: Move to password-cache.el.
9317
9318         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9319         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9320         * mml-smime.el (password-read, password-cache-add)
9321         (password-cache-remove):
9322         No need to autoload, since mml-sec requires password.
9323
9324         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9325         * message.el (gnus-extract-address-components):
9326         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9327
9328         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9329         password.
9330
9331 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * mailcap.el: Reduce dependencies.
9334         (mail-header-parse-content-type): Autoload.
9335         (mailcap-delete-duplicates): New alias.
9336         (mailcap-mime-info): Add optional argument NO-DECODE.
9337         (mailcap-mime-types): Use mailcap-delete-duplicates.
9338
9339         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9340
9341 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9342
9343         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9344         (imap-parse-status): Upcase status-att for servers that sends them
9345         lower-case (e.g., MS Exchange 2007).
9346
9347 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9350         function.
9351
9352         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9353         (gnus-uu-yenc-article): New function.
9354
9355         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9356
9357         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9358
9359 2007-12-02  Glenn Morris  <rgm@gnu.org>
9360
9361         * binhex.el (binhex): New custom group.
9362         (binhex-decoder-program, binhex-decoder-switches)
9363         (binhex-use-external): Move to the binhex custom group.
9364
9365         * uudecode.el (uudecode): New custom group.
9366         (uudecode-decoder-program, uudecode-decoder-switches)
9367         (uudecode-use-external): Move to the uudecode custom group.
9368
9369         * netrc.el (top-level): Don't load `encrypt' features.
9370         (netrc-parse): Don't use encrypt.
9371         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9372
9373         * encrypt.el: Remove file.
9374
9375 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9378         matches on patches.
9379
9380         * gnus-art.el (gnus-article-browse-html-article):
9381         Mention `mm-text-html-renderer' in the doc string.
9382
9383         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9384         string.  Add comments.
9385
9386         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9387         if rhs is ASCII.
9388
9389 2007-12-01  Glenn Morris  <rgm@gnu.org>
9390
9391         * mail-source.el (top-level): Require format-spec before
9392         eval-when-compile.
9393
9394 2007-11-30  Glenn Morris  <rgm@gnu.org>
9395
9396         * encrypt.el: Require password, rather than autoloading password-read.
9397
9398 2007-11-29  Glenn Morris  <rgm@gnu.org>
9399
9400         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9401         (sasl-make-client, sasl-next-step, sasl-step-data)
9402         (sasl-step-set-data): Declare as functions.
9403
9404 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9407
9408 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9409
9410         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9411         certs should be verified and what is to be done in the event of a
9412         verification failure.
9413
9414         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9415         caller can indicate whether the cache should be disregarded for this
9416         call.  This way the result of the call is reproducible at all times and
9417         can be considered a canonical server name for the supplied method.
9418         (gnus-agent-method-p): Canonicalize server names by pushing their
9419         method through `gnus-method-to-server' using the no-cache argument.
9420
9421         * gnus-srvr.el (gnus-server-insert-server-line):
9422         Call `gnus-method-to-server' with `no-cache' argument.
9423
9424         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9425         gnus-agent-possibly-synchronize-flags as this should be called when the
9426         server is actually being opened.
9427         (gnus-agent-possibly-synchronize-flags)
9428         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9429         flags file of an agentized server to the latter function.
9430
9431         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9432         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9433         after a connection has been established successfully.
9434
9435 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-art.el (article-display-face): Force to display face if called
9438         interactively; check if gnus-article-x-face-too-ugly matches author.
9439         (article-display-x-face): Display face even if From header is missing
9440         as article-display-face does.
9441
9442 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9443
9444         * hashcash.el (message-narrow-to-headers-or-head)
9445         (message-fetch-field, message-goto-eoh)
9446         (message-narrow-to-headers): Declare as functions.
9447
9448 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * mail-source.el (mail-sources): Default to fetch from file for
9451         compatibility with default of nnmail-spool-file.
9452
9453 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9456         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9457         to look for encoded word that should be encoded again.
9458         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9459         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9460         encoding pattern.
9461         (rfc2047-decode-region): Switch strict regexp and loose one according
9462         to rfc2047-allow-irregular-q-encoded-words.
9463
9464 2007-11-25  Romain Francoise  <romain@orebokech.com>
9465
9466         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9467
9468 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * tls.el (tls-program): Provide more custom choices from
9471         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9472         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9473
9474 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9477         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9478
9479         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9480         `nnmail-spool-file'.
9481
9482         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9483         `nnmail-spool-file'.
9484
9485         * gnus-move.el (gnus-change-server): Ditto.
9486
9487         * gnus-kill.el (gnus-batch-score): Ditto.
9488
9489         * gnus-cache.el (gnus-jog-cache): Ditto.
9490
9491         * gnus-msg.el (gnus-summary-reply):
9492         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9493
9494 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9497         version.  Minor improvement to doc strings.
9498         (tls-program): Add comment.
9499
9500 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9501
9502         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9503         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9504         mismatch between the hostname provided in the certificate and the name
9505         of the host connnecting to.
9506         (open-tls-stream): Use them.  Check certificates against trusted root
9507         certificates.
9508
9509 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-cache.el (gnus-cache-generate-nov-databases):
9512         Use nnml-generate-nov-databases-directory instead of
9513         nnml-generate-nov-databases-1.
9514
9515 2007-11-24  Glenn Morris  <rgm@gnu.org>
9516
9517         * message.el (message-tool-bar-retro): Update for rename
9518         mail_send.xpm->mail-send.xpm.
9519
9520 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9523         `smime-ldap-search' for Emacs 22 and up.
9524
9525 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9526
9527         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9528
9529         * message.el (message-send-mail-function): Fix error convention.
9530         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9531         (message-widen-reply, message-send-mail, message-talkative-question)
9532         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9533         (message-clone-locals, message-send-news): Use with-current-buffer.
9534         (message-insert-or-toggle-importance): Remove unused var `valid'.
9535         (message-make-references): Remove unused var `new-references'.
9536         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9537
9538 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9539
9540         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9541         (spam-split-symbolic-return-positive): Reflow docstring.
9542         (spam-backends, spam-summary-exit-behavior)
9543         (spam-mark-ham-unread-before-move-from-spam-group)
9544         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9545         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9546         (spam-clear-cache, spam-backend-check, spam-install-backend)
9547         (spam-install-statistical-backend, spam-list-of-processors)
9548         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9549         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9550         (spam-check-crm114, spam-initialize, spam-unload-hook):
9551         Fix typos in docstrings.
9552
9553 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9556         been checked if they have never been read and those group levels are
9557         higher than the one that a user specified.
9558
9559 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9562         foreign groups unless a group level is specified by a user.
9563         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9564
9565 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-send-mail-function): Require sendmail.
9568
9569 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * message.el (message-send-mail-function): Check for smtpmail too.
9572
9573         * utf7.el (utf7-encode, utf7-decode): Use coding system
9574         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9575
9576         * message.el (message-send-mail-function): New function.
9577         (message-send-mail-function): Set default using
9578         message-send-mail-function.  Adjust doc string.
9579         (message-send-mail-with-mailclient): New function.
9580
9581 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9582
9583         * smime.el (from):
9584         * rfc2047.el (message-posting-charset):
9585         * qp.el (mm-use-ultra-safe-encoding):
9586         * pop3.el (parse-time-months):
9587         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9588         * nnml.el (files):
9589         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9590         (jka-compr-compression-info-list, ange-ftp-path-format)
9591         (efs-path-regexp):
9592         * nndiary.el (files):
9593         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9594         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9595         (epg-digest-algorithm-alist, inhibit-redisplay)
9596         (password-cache-expiry):
9597         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9598         (pgg-output-buffer, password-cache-expiry):
9599         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9600         (efs-path-regexp):
9601         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9602         (inhibit-redisplay):
9603         * mm-uu.el (file-name, start-point, end-point, entry)
9604         (gnus-newsgroup-name, gnus-newsgroup-charset):
9605         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9606         (latin-unity-ucs-list):
9607         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9608         (mm-uu-binhex-decode-function):
9609         * message.el (gnus-message-group-art, gnus-list-identifiers)
9610         (rmail-enable-mime-composing, gnus-local-organization)
9611         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9612         (gnus-read-active-file, facemenu-add-face-function)
9613         (facemenu-remove-face-function, gnus-article-decoded-p)
9614         (tool-bar-mode):
9615         * mail-source.el (display-time-mail-function):
9616         * gnus-util.el (nnmail-pathname-coding-system)
9617         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9618         (gnus-original-article-buffer, gnus-user-agent)
9619         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9620         (xemacs-codename, sxemacs-codename, emacs-program-version):
9621         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9622         * gnus-start.el (gnus-agent-covered-methods)
9623         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9624         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9625         (gnus-newsgroup-headers, gnus-group-list-mode)
9626         (gnus-group-mark-positions, gnus-newsgroup-data)
9627         (gnus-newsgroup-unreads, nnoo-state-alist)
9628         (gnus-current-select-method, mail-sources)
9629         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9630         (nnmail-spool-file, gnus-cache-active-hashtb):
9631         * gnus-mh.el (mh-lib-progs):
9632         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9633         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9634         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9635         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9636         (gnus-group-buffer):
9637         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9638         (font-lock-set-defaults):
9639         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9640         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9641         (gnus-summary-post-menu, total-parts, type, condition, length):
9642         * gnus-agent.el (gnus-agent-read-agentview):
9643         * flow-fill.el (show-trailing-whitespace):
9644         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9645         eval-and-compile wrappers for byte compiler pacifiers.
9646
9647         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9648         (mm-display-inline-fontify): Check for featurep 'xemacs not
9649         extent-list.
9650
9651         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9652         itimer-list.
9653         (mm-create-image-xemacs): Only do something for XEmacs.
9654         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9655
9656         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9657
9658         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9659         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9660
9661 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9662
9663         * nnimap.el (nnimap-split-download-body):
9664         * gnus-demon.el (gnus-demon):
9665         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9666
9667 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9670         New macros.
9671         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9672         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9673         copy data from unibyte buffer to multibyte current buffer.
9674         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9675         to copy data from unibyte current buffer to multibyte buffer.
9676         (nntp-make-process-buffer): Make process buffer unibyte.
9677
9678         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9679
9680 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9681
9682         * pop3.el (pop3-open-server): Accept and process data more robustly at
9683         connexion start to avoid spurious "POP SSL connexion failed" errors.
9684
9685 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9688         read group names.
9689
9690 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9693
9694 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9697         (nnmail-save-active): Use a unibyte buffer when saving active file,
9698         which may contain non-ASCII group names.
9699
9700         * nnml.el (nnml-request-group): Decode group names in messages.
9701
9702 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * message.el (message-citation-line-function)
9705         (message-insert-formatted-citation-line): Fix spelling of
9706         `message-insert-formated-citation-line'.
9707
9708 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9711
9712 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9715         nnmail-pathname-coding-system.
9716
9717         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9718         that a user enters; decode group names in messages.
9719
9720         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9721
9722 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9725
9726         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9727
9728         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9729         risky local variable.
9730
9731         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9732
9733 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * encrypt.el: Improve documentation to fix function name typo.
9736         Reported by Daiki Ueno <ueno@unixuser.org>.
9737
9738 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9741         even if the point is not in the last page of an article.
9742         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9743         back to the previous page.
9744
9745 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9748
9749 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9752
9753 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9754
9755         * message.el (message-check-news-body-syntax):
9756         Avoid mm-string-as-multibyte.
9757         (message-hide-headers): Don't assume (point-min)==1.
9758
9759 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * message.el (message-remove-blank-cited-lines): Fix if remove is
9762         given.
9763         (message-bogus-address-regexp): New variable.
9764         (message-bogus-recipient-p): New function.
9765         (message-check-recipients): New command.
9766         (message-syntax-checks): Add `bogus-recipient'.
9767         (message-fix-before-sending): Add `bogus-recipient'.
9768
9769         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9770         (gnus-treat-body-boundary): Don't test window-system.
9771
9772 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9773
9774         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9775
9776 2007-10-28  Miles Bader  <miles@gnu.org>
9777
9778         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9779         at compile-time too.
9780
9781 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-msg.el (gnus-message-setup-hook):
9784         Add `message-remove-blank-cited-lines' to options.
9785
9786 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * message.el (message-remove-blank-cited-lines): New function.
9789         Suggested by Karl Plästerer.
9790
9791 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9794         mapc.
9795
9796         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9797         (top-level): Use mapc to set functions to be traced for debugging.
9798
9799         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9800         called for effect with while loop.
9801
9802         * message.el (message-talkative-question): Replace mapcar called for
9803         effect with mapc.
9804
9805         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9806         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9807         called for effect with dolist.
9808
9809         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9810
9811         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9812         gnus-extra-headers and nnmail-extra-headers.
9813
9814         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9815         called for effect with dolist.
9816         (top-level): Use mapc to set functions to be traced for debugging.
9817
9818         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9819         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9820         dolist.
9821
9822         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9823         Replace mapcar called for effect with mapc.
9824         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9825         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9826         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9827         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9828
9829         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9830         remove-if that's a cl function.
9831
9832         * webmail.el (webmail-debug): Replace mapcar called for effect with
9833         dolist.
9834
9835         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9836         with mapc.
9837
9838 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9841         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9842         with while loop.
9843
9844         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9845         functions from article-* functions.
9846         (gnus-multi-decode-header): Replace mapcar called for effect with
9847         dolist.
9848
9849         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9850         (gnus-bookmark-show-details): Replace mapcar called for effect with
9851         while loop.
9852
9853         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9854         called for effect with while loop.
9855
9856         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9857         with dolist.
9858
9859         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9860         Replace mapcar called for effect with dolist.
9861
9862         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9863
9864         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9865         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9866         Replace mapcar called for effect with dolist.
9867         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9868         mapc.
9869
9870         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9871         Replace mapcar called for effect with dolist.
9872         (gnus-topic-list): Replace mapcar called for effect with mapc.
9873
9874         * gnus.el: Use mapc instead of mapcar to add autoloads.
9875
9876 2007-10-23  Richard Stallman  <rms@gnu.org>
9877
9878         * gnus-group.el (gnus-group-highlight): Mark as risky.
9879
9880 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus.el (gnus-server-to-method): Return method found first in
9883         gnus-newsrc-alist.
9884
9885         * gnus-art.el (gnus-article-highlight-signature)
9886         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9887         button overlay without the front stickiness.
9888
9889 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9890
9891         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9892         overview buffer needed a catch to receive its throw.
9893         (gnus-agent-flush-cache): Declare as interactive to make this function
9894         easier to use.
9895
9896 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9899         `next-line'.
9900
9901 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9904         exclude address matching message-dont-reply-to-names.
9905
9906 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-util.el (gnus-string<): New function.
9909
9910         * gnus-sum.el (gnus-article-sort-by-author)
9911         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9912
9913 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9916         the frame-focus tag is set in gnus-buffer-configuration.
9917
9918 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9921         the front stickiness.
9922
9923 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9926         url pattern; remove duplicate one.
9927         (gnus-article-extend-url-button): New function.
9928         (gnus-article-add-buttons): Use it.
9929         (gnus-button-push): Use concatenated url that it makes.
9930
9931 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9932
9933         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9934
9935 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9936
9937         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9938         Don't hardcode point-min==1.
9939
9940 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9943         Fix comment about "iso8859-1".
9944
9945 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9946
9947         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9948         ones returned from the verify-function.
9949
9950         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9951         Call mml2015-extract-cleartext-signature if extraction failed.
9952
9953 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9954
9955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9956         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9957         failed.
9958
9959 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9962
9963 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9966         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9967         recommends to use EasyPG instead of PGG.
9968
9969         * pgg.el: Revert to revision 6.23.2.16.
9970
9971         * pgg-def.el: Revert to revision 6.6.2.14.
9972
9973         * pgg-gpg.el: Revert to revision 6.23.2.34.
9974
9975 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9978         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9979         thread for both the null and zero (kill/expire thread) universal prefix
9980         cases.
9981         (gnus-summary-expire-thread): Add new function to expire a thread,
9982         using gnus-summary-kill-thread.
9983         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9984         shortcuts for gnus-summary-expire-thread.
9985         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9986         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9987
9988 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9991         extras value, so an extras entry can be deleted.
9992         (gnus-registry-delete-extra-entry): Use it.
9993         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9994         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9995         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9996         storage through the gnus-registry, and provide an appropriate API for
9997         it.
9998
9999 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10002         Suggested by Leo <sdl.web@gmail.com>.
10003
10004         * gnus.el: Do.
10005
10006 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10009         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10010
10011         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10012
10013         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10014         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10015
10016 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10019         newline.
10020         (nnmbox-request-accept-article): Don't change article in source buffer;
10021         narrow to header to use message-fetch-field rather than
10022         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10023         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10024         as delimiters; make sure article ends with newline.
10025         (nnmbox-delete-mail): Correct last position of article to be deleted;
10026         ignore X-Gnus-Newsgroup header in article body.
10027         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10028         positions; make sure article ends with newline.
10029
10030         * message.el (message-display-abbrev): Don't infloop when a user
10031         inserts SPC in the beginning of header.
10032
10033         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10034         coding-system-for-read and coding-system-for-write for XEmacs having no
10035         file-coding feature.
10036
10037         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10038
10039 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10040
10041         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10042         list of groups not followed by default.  Fix type to be regexp.
10043         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10044
10045 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10046
10047         * hmac-def.el (define-hmac-function): Switch from old-style to
10048         new-style backquotes.
10049
10050         * md4.el (md4-make-step): Likewise.
10051
10052 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10055         raw-text coding system when saving .newsrc file, which may contain
10056         non-ASCII group names.
10057
10058 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-cus.el (gnus-score-extra): New widget.
10061         (gnus-score-extra-convert): New function.
10062         (gnus-score-customize): Use it for Extra.
10063
10064 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10065
10066         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10067         (mml2015-mailcrypt-clear-verify): Use it.
10068         (mml2015-gpg-clear-verify): Use it.
10069         (mml2015-pgg-clear-verify): Use it.
10070         (mml2015-epg-clear-verify): Replace the current part with the output
10071         from GnuPG; don't extract the plaintext by itself.
10072
10073         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10074         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10075         mml2015-clear-verify-function; don't touch the armor headers or
10076         dash-escaped text here.
10077
10078 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10081         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10082         parts, or application/octet-stream as a last resort.
10083         (gnus-mime-view-part-as-type): Don't toggle display.
10084         (gnus-mime-view-part-as-charset): Don't turn off display before
10085         querying charset.
10086
10087         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10088         stuff to undisplayer function in Emacs.
10089         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10090
10091         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10092         text/calendar parts.
10093
10094 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10097         decoding text/calendar parts.
10098
10099         * message.el (message-forward-make-body-mime): Always mark body as
10100         having no illegible text; remove signed-or-encrypted argument.
10101         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10102
10103         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10104         (mml-generate-mime-1): Don't encode body if it is specified to be in
10105         raw form; don't make buffer be unibyte when inserting multibyte string.
10106
10107 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10108
10109         * sha1.el: Fix up comment style.
10110         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10111         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10112
10113         * hex-util.el: Fix up comment style.
10114         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10115
10116         * gnus-salt.el: Use with-current-buffer.
10117         (gnus-pick-setup-message): Fix long-standing typo.
10118
10119 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * imap.el (imap-logout-timeout): New variable.
10122         (imap-logout, imap-logout-wait): New functions.
10123         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10124
10125         * nnimap.el (nnimap-logout-timeout): New server variable.
10126         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10127         nnimap-logout-timeout.
10128
10129         * gnus-art.el (gnus-article-summary-command-nosave)
10130         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10131
10132 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus.el (gnus-maximum-newsgroup): New variable.
10135
10136         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10137         according to gnus-maximum-newsgroup.
10138
10139         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10140         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10141         Limit the range of articles according to gnus-maximum-newsgroup.
10142
10143 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10144
10145         * gnus-art.el (gnus-sticky-article): Fix problems described in
10146         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10147         Don't perform gnus-configure-windows here; reuse existing sticky
10148         article buffer.
10149
10150         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10151         it doesn't exist in gnus-article-mode.
10152
10153 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10156         (gnus-agent-decoded-group-name): New function.
10157         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10158         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10159
10160 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10161
10162         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10163         Add binding for gnus-sticky-article.
10164         (gnus-summary-exit): Don't kill sticky article buffers.
10165
10166         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10167         article buffer.
10168         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10169         (gnus-kill-sticky-article-buffers): New commands.
10170
10171 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * nntp.el (nntp-xref-number-is-evil): New server variable.
10174         (nntp-find-group-and-number): If it is non-nil, don't trust article
10175         numbers in the Xref header.
10176
10177 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-agent.el (gnus-agent-read-group): New function.
10180         (gnus-agent-flush-group, gnus-agent-expire-group)
10181         (gnus-agent-regenerate-group): Use it.
10182         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10183         nnmail-pathname-coding-system.
10184
10185 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10188
10189         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10190         that are unread as unread, and also as selected so that information of
10191         marks having been changed by a user may be updated when exiting group.
10192
10193 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10196
10197 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10200         calculated ignoring signature parts to gnus-treat-article.
10201
10202 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10205         a point here in order to keep the window start.
10206         (gnus-insert-mime-security-button): Make a button overlay without the
10207         front stickiness.
10208         (gnus-mime-display-security): Goto the end of a button.
10209
10210         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10211
10212 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10215         group-name-at-point.
10216         (gnus-group-completing-read): New function that offers decoded
10217         non-ASCII group names for completion.
10218         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10219         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10220         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10221         (gnus-group-fetch-control): Use it.
10222         (gnus-fetch-group): Use group-name-at-point for the initial value
10223         rather than the default value; use gnus-alive-p.
10224
10225         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10226         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10227         (gnus-summary-post-news): Use gnus-group-completing-read.
10228
10229         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10230         (gnus-read-move-group-name): Decode group name for completion.
10231
10232 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10233
10234         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10235         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10236         Yamaoka slightly modified the code).
10237
10238 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10241         (nnmail-split-incoming): Bind it.
10242
10243         * nnml.el (nnml-group-name-charset): New function.
10244         (nnml-decoded-group-name): Use it; don't decode group name if
10245         nnmail-group-names-not-encoded-p is non-nil.
10246         (nnml-encoded-group-name): New function.
10247         (nnml-group-pathname): Inline nnml-decoded-group-name.
10248         (nnml-request-expire-articles): Decode group name in message.
10249         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10250         nnmail-pathname-coding-system.
10251         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10252         not decoded ones according to nnmail-group-names-not-encoded-p.
10253         (nnml-generate-active-info): Use nnml-encoded-group-name.
10254
10255 2007-08-08  Glenn Morris  <rgm@gnu.org>
10256
10257         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10258         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10259         doc-strings and comments.
10260
10261 2007-07-25  Glenn Morris  <rgm@gnu.org>
10262
10263         * Relicense all FSF files to GPLv3 or later.
10264
10265 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-sum.el (gnus-summary-move-article):
10268         Make gnus-summary-respool-article work.
10269
10270 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10273         string.
10274
10275 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10276
10277         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10278         that should be ignored when comparing distant RSS articles with local
10279         ones.
10280         (nnrss-make-hash-index): New function.  Create a hash index according
10281         to the ignored fields.
10282         (nnrss-check-group): Use it.
10283
10284 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10287
10288         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10289
10290         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10291         the new optional argument ENCODED is non-nil.
10292         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10293         coding system for encoding group name.
10294         (gnus-group-make-rss-group): Pass un-encoded group name to
10295         gnus-group-make-group.
10296         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10297         encoded.
10298
10299         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10300         Encode group name to which articles are moved or copied.
10301         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10302         coding system for encoding Newsgroup, Followup-To and Xref headers.
10303
10304         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10305         marks; use nnheader-file-coding-system to write a file.
10306         (nnagent-retrieve-headers): Bind file-name-coding-system to
10307         nnmail-pathname-coding-system.
10308
10309         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10310
10311         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10312         (nnml-request-article, nnml-request-create-group)
10313         (nnml-request-rename-group, nnml-find-id)
10314         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10315         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10316         (nnml-save-marks): Use nnml-group-pathname instead of
10317         nnmail-group-pathname.
10318
10319         (nnml-request-create-group, nnml-request-expire-articles)
10320         (nnml-request-move-article, nnml-request-delete-group)
10321         (nnml-deletable-article-p, nnml-possibly-create-directory)
10322         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10323         (nnml-open-marks): Bind file-name-coding-system to
10324         nnmail-pathname-coding-system.
10325
10326         (nnml-request-article): Pass server argument to nnml-find-group-number.
10327         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10328         Pass server argument to nnml-possibly-create-directory.
10329         (nnml-request-accept-article): Pass server argument to
10330         nnml-active-number and nnml-save-mail.
10331         (nnml-find-group-number): Pass server argument to nnml-find-id.
10332         (nnml-request-update-info): Pass server argument to
10333         nnml-marks-changed-p.
10334
10335         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10336         (nnml-save-mail, nnml-active-number): Add server argument.
10337
10338         (nnml-request-delete-group): Warn if group is missing.
10339         (nnml-get-nov-buffer): Decode group name.
10340         (nnml-generate-active-info): Encode group name.
10341         (nnml-open-marks): Decode group name in messages.
10342
10343 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10346         if it is not specified.
10347         (gnus-article-pipe-part, gnus-article-save-part)
10348         (gnus-article-interactively-view-part, gnus-article-copy-part)
10349         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10350         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10351         (gnus-article-replace-part, gnus-article-delete-part)
10352         (gnus-article-view-part-as-type): Pass raw prefix argument to
10353         gnus-article-part-wrapper.
10354
10355 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-agent.el (gnus-agent-save-active):
10358         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10359
10360         * gnus-cache.el (gnus-cache-save-buffers)
10361         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10362         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10363         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10364         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10365         (gnus-cache-generate-active, gnus-cache-rename-group)
10366         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10367         (gnus-cache-update-overview-total-fetched-for):
10368         Bind file-name-coding-system to nnmail-pathname-coding-system.
10369         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10370         New variables.
10371         (gnus-cache-decoded-group-name): New function.
10372         (gnus-cache-file-name): Use it.
10373         (gnus-cache-generate-active): Use non-decoded group name for active.
10374
10375         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10376         right place.
10377         (gnus-write-active-file): Don't break non-ASCII group names.
10378
10379         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10380         nnmail-pathname-coding-system.
10381
10382         * lpath.el: Bind default-file-name-coding-system,
10383         file-name-coding-system and language-info-alist for XEmacs.
10384
10385         * gnus-uu.el (gnus-uu-decode-save): Typo.
10386
10387 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10390
10391 2007-07-14  David Kastrup  <dak@gnu.org>
10392
10393         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10394         finishing actions if we did not edit the article.
10395
10396 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10399         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10400         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10401         (gnus-agent-flush-group, gnus-agent-flush-cache)
10402         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10403         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10404         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10405         (gnus-agent-regenerate-group)
10406         (gnus-agent-update-files-total-fetched-for)
10407         (gnus-agent-update-view-total-fetched-for):
10408         Bind file-name-coding-system to nnmail-pathname-coding-system.
10409         (gnus-agent-group-pathname): Don't encode file names by
10410         nnmail-pathname-coding-system.
10411         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10412         coding-system-for-write instead of buffer-file-coding-system to
10413         gnus-agent-file-coding-system.
10414
10415         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10416         Decode group name.
10417
10418         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10419
10420         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10421         (gnus-read-newsrc-el-file): Make group names unibyte.
10422
10423         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10424         nnmail-pathname-coding-system.
10425
10426         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10427         (nnrss-request-delete-group): Bind file-name-coding-system to
10428         nnmail-pathname-coding-system.
10429         (nnrss-read-server-data, nnrss-read-group-data):
10430         Bind file-name-coding-system correctly.
10431         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10432
10433         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10434         (nntp-server-to-method-cache): New variable.
10435         (nntp-group-pathname): New function that decodes non-ASCII group names.
10436         (nntp-possibly-create-directory, nntp-marks-changed-p)
10437         (nntp-save-marks, nntp-open-marks): Use it.
10438         (nntp-possibly-create-directory, nntp-open-marks):
10439         Bind file-name-coding-system to nnmail-pathname-coding-system.
10440         (nntp-open-marks): Decode group names when bootstrapping marks.
10441
10442         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10443         Newsgroups and Folowup-To headers.
10444
10445 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10448         (gnus-server-closed-face, gnus-server-denied-face)
10449         (gnus-server-offline-face): Remove variable.
10450         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10451
10452         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10453         of modifying message-stack directly for XEmacs.
10454
10455         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10456         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10457         if the coding-system argument is nil for XEmacs.
10458
10459         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10460         mm-charset-override-alist.
10461
10462         * rfc2047.el: Don't require base64; require rfc2045 for the function
10463         rfc2045-encode-string.
10464         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10465         to quote the parameter value.
10466
10467 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10470         form in gnus-group-name-charset-method-alist.
10471
10472         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10473         overrides the default layout edit-form.
10474
10475         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10476
10477         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10478
10479 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10482         as unfetched articles.
10483
10484 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10487
10488 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10491         original back end that keeps marks in the local system.
10492
10493 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10496         arg of pop-to-buffer for XEmacs.
10497         (gnus-article-read-summary-keys): Ditto; don't restore window
10498         configuration if summary command ends up with neither article buffer
10499         nor summary buffer; describe bindings if summary keys end with C-h.
10500
10501 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * message.el (message-fix-before-sending): Skip raw message part to be
10504         forwarded while checking illegible text.
10505         (message-forward-make-body-mime, message-forward-make-body):
10506         Mark signed or encrypted raw message as having no illegible text.
10507
10508 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10511         (gnus-message-with-timestamp-1): New macro.
10512         (gnus-message-with-timestamp): New function.
10513         (gnus-message): Use them.
10514
10515         * nnheader.el (nnheader-message): Use them.
10516
10517 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10520         .newsrc.eld file.
10521
10522 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-agent.el (gnus-agent-fetch-headers)
10525         (gnus-agent-retrieve-headers):
10526         Bind gnus-decode-encoded-address-function to identity.
10527
10528         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10529         available also when the server returns simply a dot.
10530
10531         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10532
10533 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10536
10537 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-ems.el (gnus-x-splash): Make it work.
10540
10541         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10542         from being used.
10543
10544         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10545
10546 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10549         4th and the 5th arguments.
10550
10551         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10552         the front stickiness.
10553         (gnus-article-summary-command-nosave): Correct the order of the
10554         arguments passed to pop-to-buffer.
10555         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10556         summary command ends up with the article buffer.
10557
10558         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10559         the same faces.
10560
10561 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10562
10563         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10564
10565 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10566
10567         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10568         * gnus-sum.el (gnus-summary-highlight):
10569         * pgg.el (pgg-sign-region, pgg-sign):
10570         * mail-source.el (mail-source-delete-old-incoming-confirm):
10571         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10572
10573 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (gnus-mime-view-part-externally)
10576         (gnus-mime-view-part-internally): Fix predicate function passed to
10577         completing-read.
10578
10579         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10580
10581         * gnus.el (gnus-update-message-archive-method): Add :version.
10582
10583 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus.el (gnus-update-message-archive-method): New variable.
10586
10587         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10588         according to gnus-message-archive-method if
10589         gnus-update-message-archive-method is non-nil.
10590
10591 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10594         Suggested by Loic Dachary <loic@dachary.org>.
10595         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10596
10597 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * message.el (message-pop-to-buffer): Add switch-function argument.
10600         (message-mail): Pass switch-function argument to it.
10601
10602 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10605         Improve doc string.
10606
10607 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10610         (gnus-header-content)
10611         * gnus-cite.el (gnus-cite-10)
10612         * gnus-srvr.el (gnus-server-closed)
10613         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10614         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10615         (gnus-group-mail-3-empty, gnus-group-mail-low)
10616         (gnus-group-mail-low-empty, gnus-splash)
10617         * message.el (message-header-to, message-header-cc)
10618         (message-header-subject, message-header-other, message-header-name)
10619         (message-header-xheader, message-separator, message-cited-text)
10620         (message-mml): Lighten colors of faces used for dark background.
10621
10622 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10623
10624         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10625         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10626
10627 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * message.el (message-narrow-to-headers-or-head):
10630         Ignore mail-header-separator in the body.
10631
10632 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10635         same as window size.
10636
10637 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10638
10639         * message.el (message-font-lock-keywords): Use message-header-xheader
10640         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10641         ahead of the anything pattern, to get it recognised.
10642
10643 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10646         spam.el loads uses it in the compiled defadvice form.
10647
10648 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10649
10650         * gnus-sum.el (gnus-articles-to-read)
10651         (gnus-summary-insert-old-articles): Don't truncate group name for
10652         `read-string'.
10653
10654         * gnus-util.el (gnus-limit-string): Delete this function.
10655
10656         * gnus-sum.el (gnus-simplify-subject-fully):
10657         Use `truncate-string-to-width' instead.
10658
10659 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10660
10661         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10662         Tell if, on summary exit, the next group has to be selected.
10663         (gnus-summary-exit): Use it.
10664
10665 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10668         non-break space.
10669
10670 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10673         Check if group is not a directory.
10674         (nnfolder-request-expire-articles): Don't delete articles if the target
10675         group is not available.
10676
10677         * nnml.el (nnml-request-create-group): Properly check if group is not a
10678         file.
10679         (nnml-request-expire-articles): Don't delete articles if the target
10680         group is not available.
10681
10682         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10683         Don't quote characters that are within parentheses.
10684
10685 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10688         (gnus-handle-ephemeral-exit): Select article according to it.
10689
10690 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el (message-insert-formated-citation-line): Remove newline.
10693         (message-citation-line-format): Add final \n here so that the user can
10694         avoid a blank line.
10695
10696 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10697
10698         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10699         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10700         Update lanl/arXiv support.
10701
10702 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus.el: Bump version number.
10705
10706 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * gnus.el (gnus-version-number): Bump version.
10709
10710 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10711
10712         * gnus.el: No Gnus v0.6 is released.
10713
10714 2007-04-27  Didier Verna  <didier@xemacs.org>
10715
10716         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10717         * gmm-utils.el (gmm-regexp-concat): ... here.
10718         * message.el: Don't require 'gnus-util.
10719         (message-dont-reply-to-names): Handle name change above.
10720         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10721
10722 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10725         since the initial value varies according to the system.
10726
10727 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10730
10731 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10732
10733         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10734
10735 2007-04-24  Didier Verna  <didier@xemacs.org>
10736
10737         Improve the type of gnus-ignored-from-addresses.
10738         * gnus-util.el (gnus-orify-regexp): New function.
10739         * message.el (gnus-util): Require it.
10740         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10741         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10743
10744 2007-04-24  Didier Verna  <didier@xemacs.org>
10745
10746         * gnus-sum.el:
10747         * gnus-utils.el: Fix some trailing whitespaces.
10748
10749 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10752         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10753         article's Message-ID; refer parent article in summary buffer.
10754
10755         * message.el (message-bounce): Call mime-to-mml.
10756
10757         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10758         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10759         optimize and/or forms properly.
10760
10761 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10764         URL.
10765
10766 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10769
10770 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10773         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10774         displayed of multipart/alternative part if it is invoked from summary
10775         buffer.
10776
10777         * mm-view.el (mm-inline-text-html-render-with-w3m)
10778         (mm-inline-text-html-render-with-w3m-standalone)
10779         (mm-inline-render-with-function): Use mail-parse-charset by default.
10780
10781 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10782
10783         * parse-time.el (parse-time-string-chars): Check if CHAR
10784         is less than the length of parse-time-syntax.
10785
10786 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10789         from gnus-newsgroup-processable.
10790
10791 2007-04-16  Didier Verna  <didier@xemacs.org>
10792
10793         * gnus-msg.el (gnus-configure-posting-styles):
10794         Handle message-signature-directory properly with :file syntax.
10795         Reported by "Leo".
10796
10797 2007-04-11  Didier Verna  <didier@xemacs.org>
10798
10799         New user option: message-signature-directory.
10800         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10801         * message.el (message-insert-signature): Ditto.
10802         * message.el (message-signature-file): Doc update.
10803         * message.el (message-signature-directory): New.
10804
10805 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-msg.el (gnus-inews-yank-articles):
10808         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10809
10810 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * message.el (message-yank-original): Make sure cited text ends with
10813         newline; don't exchange point and mark.
10814
10815 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10816
10817         * tls.el (open-tls-stream): Properly handle case where there
10818         is no associated buffer.
10819
10820 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10821
10822         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10823         message-yank-original, make sure (< mark TEXT point).
10824
10825 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * message.el (message-fill-column): New variable.
10828         (message-mode): Use it.  Add comment on a possible new hook.
10829
10830         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10831         (nnmail-get-new-mail): Reformat.
10832
10833         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10834
10835         * gmm-utils.el: Fix Commentary.
10836         (gmm-tool-bar-from-list): Fix typo in doc string.
10837
10838 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10839
10840         * message.el (message-yank-original): Don't switch point and mark
10841         unnecessarily to put point and mark as documented.
10842
10843 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10844
10845         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10846         from the message heads.
10847
10848 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10849
10850         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10851         article buffer does not have a window.  This may not be the best
10852         solution but is certainly better than setting the start of the null,
10853         that is the current, window.
10854
10855 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10858         (gnus-draft-setup): Run it.
10859
10860         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10861         gnus-score-fast-scoring.  Allow regexp.
10862         (gnus-score-headers): Use it.
10863
10864         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10865         XEmacs.
10866
10867         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10868         string.
10869         (gnus-button-alist): Also catch `<f1> k ...'.
10870         (gnus-treat-display-x-face): Fix doc string.
10871
10872 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10873
10874         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10875         evaluation of gnus-extended-version to ensure correct generation of the
10876         User-Agent header when message-generate-headers-first is used.
10877
10878 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10879
10880         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10881         hashcash-path is nil.  Don't call callback with incorrect number of
10882         parameters if val is 0.
10883
10884 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10885
10886         * message.el (message-required-news-headers):
10887         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10888
10889 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10890
10891         * tls.el (open-tls-stream): In handshake-waiting loop,
10892         don't wait more if there is output available to process.
10893
10894 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10895
10896         * tls.el (tls-program): Doc fix.
10897
10898 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * message.el (message-generate-new-buffers): Change the meaning of the
10901         nil value; add `standard' to the choices; treat t as `unique'; improve
10902         doc string.
10903         (gnus-select-frame-set-input-focus): Autoload.
10904         (message-buffer-name): Search for the existing message buffer if
10905         message-generate-new-buffers is nil or `standard'; treat the value t of
10906         message-generate-new-buffers as `unique'.
10907         (message-pop-to-buffer): Raise the frame already displaying the message
10908         buffer; clear the echo area after querying.
10909         (message-setup): Pass the `continue' argument to compose-mail.
10910         (message-mail): Prefer `switch-function' if it is given; search for the
10911         existing message buffer if the `continue' argument is non-nil; pass
10912         continue and switch-function arguments to compose-mail by way of
10913         message-setup.
10914         (message-mail-other-window): Adjust argument of message-setup.
10915         (message-mail-other-frame): Ditto.
10916
10917 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10920         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10921         to turn font-lock on when turning gnus-message-citation-mode on.
10922
10923 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10924
10925         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10926         (mml-smime-function-alist): New variable; add epg as the backend.
10927         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10928         mml-smime- functions instead.
10929         * mm-view.el: Require smime.
10930
10931 2007-03-05  Didier Verna  <didier@xemacs.org>
10932
10933         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10934         instead of just inheritance for posting styles.
10935         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10936
10937 2007-02-24  Chris Moore  <dooglus@gmail.com>
10938
10939         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10940         * pgg-pgp.el (pgg-pgp-encrypt-region):
10941         * pgg-gpg.el (pgg-gpg-encrypt-region):
10942         Check pgg-encrypt-for-me if no other recipients.
10943
10944 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10945
10946         * tls.el (tls-certtool-program): Fix custom type.
10947
10948 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10951         and point-at-eol instead of line-(beginning|end)-position.
10952
10953         * assistant.el (assistant-parse-buffer): Ditto.
10954
10955         * netrc.el (netrc-parse-services): Ditto.
10956
10957 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10958
10959         * mml2015.el (mml2015-epg-find-usable-key): New function.
10960         (mml2015-epg-sign): Use it.
10961         (mml2015-epg-encrypt): Use it.
10962
10963 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * message.el (message-make-in-reply-to): Quote name containing
10966         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10967         if there are special characters.  Reported by NAKAJI Hiroyuki
10968         <nakaji@jp.freebsd.org>.
10969
10970 2007-02-27  Didier Verna  <didier@xemacs.org>
10971
10972         Include the group parameters as well as the topic ones in the
10973         inheritance filter process.
10974         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10975         argument GROUP-PARAMS-LIST.
10976         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10977
10978 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * nntp.el (nntp-never-echoes-commands)
10981         (nntp-open-connection-functions-never-echo-commands): New variables.
10982         (nntp-send-command): Use them.
10983
10984 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10985
10986         * mml2015.el (mml2015-epg-verify): Simplify.
10987
10988 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * mml.el (mml-content-disposition-alist): New user option.
10991         (mml-content-disposition): New function.
10992         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10993         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10994
10995 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10996
10997         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10998         verification.
10999
11000 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11001
11002         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11003         articles posted in the last 24 hours.
11004
11005 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11006
11007         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11008
11009 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11010
11011         * nntp.el (nntp-send-command): Don't wait for echoes when
11012         nntp-open-ssl-stream is used.
11013
11014 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11017         (gnus-message-add-citation-keywords)
11018         (gnus-message-remove-citation-keywords): Remove.
11019         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11020         directly, make the variables in font-lock-defaults buffer-local, add
11021         gnus-message-citation-keywords to them and then update the value of
11022         font-lock-keywords.
11023
11024 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * message.el (message-cite-original-1): Don't call
11027         gnus-article-highlight-citation.
11028
11029         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11030         citations; fix line count.
11031
11032 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11035         (gnus-message-add-citation-keywords)
11036         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11037         versions of font-lock-add-keywords and font-lock-remove-keywords to
11038         work with XEmacs correctly.
11039
11040 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-cite.el (gnus-cite-face-list): Set the values of
11043         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11044         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11045         (gnus-message-cite-prefix-regexp): New variable.
11046         (gnus-message-search-citation-line): Use it; protect against long
11047         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11048         the 0th match data for Emacs.
11049         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11050         (gnus-message-add-citation-keywords): Append keywords rather than
11051         prepending; emulate font-lock-add-keywords if it is not available.
11052         (gnus-message-remove-citation-keywords):
11053         Emulate font-lock-remove-keywords if it is not available.
11054
11055         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11056
11057         * message.el (message-cite-prefix-regexp): Set the value of
11058         gnus-message-cite-prefix-regexp.
11059
11060 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11061
11062         * nnweb.el (nnweb-google-parse-1): Update parser.
11063
11064 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11065
11066         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11067
11068 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069
11070         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11071         regexp.
11072
11073 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11076         string-to-multibyte.
11077         (uudecode-decode-region-internal): Use it.
11078
11079         * lpath.el: Fbind string-as-multibyte for XEmacs.
11080
11081 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11084         Fix custom choice.
11085
11086         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11087
11088 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11089
11090         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11091
11092         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11093         `write-region' to respect `mm-inhibit-file-name-handlers'.
11094
11095 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11098         Use gnus-home-directory instead of "~/" or "$HOME".
11099
11100 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11101
11102         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11103         to mention filename.
11104         Add comments at beginning regarding usage.
11105         (encrypt-write-file-contents): Change interactive so a string is
11106         acceptable.  If the file has no associated model, show an error instead
11107         of a nonsense prompt.
11108
11109 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11110
11111         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11112         Thanks to Yoshihiko Yamada for kind notification of this typo.
11113
11114 2007-01-12  Kenichi Handa  <handa@m17n.org>
11115
11116         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11117         multibyte buffer.
11118
11119 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-score.el (gnus-score-fast-scoring): New variable.
11122         (gnus-score-headers): Use it.
11123
11124         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11125
11126         * message.el (message-cite-original-1):
11127         Call gnus-article-highlight-citation if requested.
11128         (message-make-from): Allow name and address as optional arguments.
11129
11130         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11131
11132         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11133         bugs to doc string.
11134         (gnus-button-alist): Add mid\\|message-id.
11135         (gnus-button-fetch-group): Extend for use in
11136         `browse-url-browser-function'.
11137         (gnus-button-url-regexp): Try to catch paired parentheses like in
11138         Wikipedia URLs.
11139
11140         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11141         Suggested by Simon Krahnke <overlord@gmx.li>.
11142
11143 2007-01-13  Romain Francoise  <romain@orebokech.com>
11144
11145         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11146         Update copyright.
11147
11148 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11149
11150         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11151
11152 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11153
11154         * gnus-registry.el (gnus-registry-unfollowed-groups)
11155         (gnus-registry-split-fancy-with-parent): Fix documentation.
11156
11157 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11160         from nnweb groups.
11161
11162 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11165         Xref urls.  Erase buffer before requesting head.
11166
11167         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11168
11169 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11172         customizable.
11173
11174 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11175
11176         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11177         no signing key is found.
11178         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11179         no encrypting and/or signing key is found.
11180
11181 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11184
11185 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11186
11187         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11188         headers read from disk with the ones newly found in the current search.
11189         This should no longer cause problems, because the article numbers in
11190         Gmane's `nov.php' output are ignored since the previous change.
11191
11192 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11195
11196 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11199         replace-regexp-in-string; bind url-version; fbind display-images-p and
11200         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11201         find-face and set-itimer-function for Emacs; bind itimer-list for
11202         Emacs.
11203
11204         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11205
11206 2007-01-01  Romain Francoise  <romain@orebokech.com>
11207
11208         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11209
11210 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11211
11212         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11213         `define-minor-mode' macro definition expanded properly.
11214         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11215         exclude it there.
11216
11217         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11218         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11219         `fboundp' test.
11220         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11221         This is OK to autoload in (S)XEmacs now.
11222
11223 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11226         keystroke.
11227         (gnus-summary-limit-to-singletons): Fix typo.
11228
11229         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11230         else fails.
11231
11232 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11233
11234         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11235         docstring.
11236
11237         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11238         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11239         (gnus-summary-insert-dormant-articles): Fix typo in message.
11240
11241 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11244         nil for XEmacs.
11245         (gnus-message-citation-mode): Don't autoload in XEmacs.
11246
11247         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11248
11249 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11250
11251         * nnimap.el (nnimap-expunge-search-string):
11252         Mention nnimap-search-uids-not-since-is-evil in docstring.
11253
11254 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * spam.el: Revert to make-obsolete-variable because
11257         define-obsolete-variable-alias is not supported in Emacs 21.
11258
11259         * spam.el (spam-ifile-path, spam-ifile-database-path)
11260         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11261         make-obsolete-variable.
11262         (spam-bsfilter-path, spam-bsfilter-program)
11263         (spam-spamassassin-path, spam-spamassassin-program)
11264         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11265         Don't use "path" inappropriately.
11266         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11267         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11268         variable names.
11269
11270 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11271
11272         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11273         summary buffer.
11274
11275         * password.el (password-cache-remove): Use clear-string to burn
11276         password, if available.
11277
11278 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11281
11282         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11283
11284         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11285         (gnus-message-highlight-citation): Move defcustom here from
11286         gnus-cite.el.
11287         (gnus-message-citation-mode): Autoload.
11288
11289         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11290         checks to make it compile with XEmacs.
11291         (gnus-message-citation-mode): New minor mode.
11292         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11293         (gnus-message-highlight-citation): New variables.
11294         (gnus-message-search-citation-line)
11295         (gnus-message-add-citation-keywords)
11296         (gnus-message-remove-citation-keywords)
11297         (turn-on-gnus-message-citation-mode)
11298         (turn-off-gnus-message-citation-mode): New functions.
11299
11300 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11301
11302         * gnus-cite.el: Enable highlighting of different citation levels in
11303         message-mode.
11304
11305 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * message.el (message-make-fqdn): Fix comment.
11308         (message-bogus-system-names): Add ".local".
11309
11310         * spam.el (spam-ifile-path, spam-ifile-program)
11311         (spam-ifile-database-path, spam-ifile-database)
11312         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11313         Don't use "path" inappropriately.
11314         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11315         strings.
11316         (spam-check-ifile, spam-ifile-register-with-ifile)
11317         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11318         Use new variable names.
11319
11320         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11321         (gnus-treat-display-smileys): Simplify using
11322         gnus-image-type-available-p.
11323
11324         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11325         available.
11326
11327         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11328         Use `display-images-p' if available.
11329
11330 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11333         one after turning on the buffer's multibyteness instead of decoding
11334         them directly in the unibyte buffer that causes unexpected conversion
11335         in Emacs 23 (unicode).
11336
11337 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11338
11339         * message.el (message-generate-hashcash): Fix custom type.
11340
11341 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11344
11345 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11348         disconnect icons.  Add help text.
11349
11350 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11353         negated to be consistent with the others we handle.
11354
11355 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11356
11357         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11358         version of gnus-summary-buffer to something, so that we can use two
11359         article buffers at the same time.
11360
11361 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11362
11363         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11364         trigger all the extra headers.
11365         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11366         sorting.
11367
11368 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11371         solid groups.
11372
11373 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11374
11375         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11376
11377 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * legacy-gnus-agent.el: Add Copyright notice.
11380
11381 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11382
11383         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11384
11385 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11388
11389         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11390         to make it work reliably in CVS Emacs.
11391         (gnus-summary-limit-strange-charsets-predicate)
11392         (gnus-summary-limit-to-predicate): New functions.
11393
11394 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11395
11396         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11397         specifying array size.
11398         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11399         array if it is too small.
11400         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11401         (gnus-sort-threads-loop): New function.
11402
11403 2006-12-06  Chris Moore  <dooglus@gmail.com>
11404
11405         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11406         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11407
11408 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11409
11410         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11411         options.
11412
11413 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11416         DOS-ing the recipient.
11417
11418         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11419         the headers when creating the mapping to avoid mismappings.
11420         (nnweb-gmane-create-mapping): Always nix out old mapping.
11421
11422 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11425         and mm-verify-option to never.
11426
11427 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * message.el (message-signed-or-encrypted-p): New function.
11430         (message-forward-make-body): Use it.
11431
11432         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11433         Replace encode-coding-string with mm-encode-coding-string.
11434
11435 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * nneething.el (nneething-decode-file-name):
11438         Replace decode-coding-string with mm-decode-coding-string.
11439
11440         * gnus-int.el (gnus-open-server): Say failed server's name.
11441
11442 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11443
11444         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11445         strings to a single string.  Quote `errors-file-name'.
11446         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11447         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11448         Adjust calls.  Use `shell-quote-argument'.
11449
11450 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11451
11452         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11453         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11454
11455         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11456         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11457         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11458         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11459         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11460         (gnus-subscribe-newsgroup, gnus-1):
11461         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11462         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11463         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11464         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11465
11466 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11469         keystroke.
11470         (gnus-summary-limit-to-bodies): Implement headersp.
11471
11472 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11475
11476 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11479
11480 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * message.el (message-generate-hashcash): Expand range of values to
11483         include `opportunistic'.
11484         (message-send-mail): Use it.
11485
11486 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11487
11488         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11489         and comment it.
11490
11491         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11492
11493 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-util.el (gnus-extract-address-components): Improve comment.
11496
11497 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-util.el (gnus-extract-address-components): Work with address in
11500         which the name portion contains @.
11501
11502         * lpath.el: Fbind custom-autoload.
11503
11504 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus.el (gnus-start): Move custom group up.
11507         (gnus-select-method): Don't autoload, but make it available for
11508         `customize-variable'.
11509         (gnus-getenv-nntpserver): Don't autoload.
11510
11511 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11514
11515 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * message.el (message-sendmail-extra-arguments): New variable.
11518         (message-send-mail-with-sendmail): Use it.
11519
11520 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11523         mm-with-unibyte-current-buffer to make string unibyte.
11524
11525         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11526         mm-string-as-multibyte.
11527
11528 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11529
11530         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11531         Reported by Werner Koch <wk@gnupg.org>.
11532
11533 2006-11-14  Daiki Ueno  <ueno@p360>
11534
11535         * mml2015.el: Autoload epa-select-keys when compiling.
11536
11537 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11538
11539         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11540         message-options.
11541         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11542
11543 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11544
11545         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11546         EasyPG (< 0.0.6).
11547         (mml2015-always-trust): New user option.
11548         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11549         prompt.
11550
11551 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * nntp.el (nntp-authinfo-force): New variable.
11554         (nntp-send-authinfo): Use it.
11555
11556 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11559         decode encoded words.  Improve prompt.  Add comment about forwarding.
11560         (message-replacement-char): Move up.
11561
11562 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11563
11564         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11565         instead of gnus-intersection because arguments of gnus-sorted-nunion
11566         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11567
11568 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11571         (message-simplify-subject-functions):
11572         Enable message-strip-subject-encoded-words by default.
11573
11574 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * message.el (message-strip-subject-encoded-words): New function.
11577         (message-simplify-subject-functions): New variable.
11578         (message-simplify-subject): Use it.  Fix typo in doc string.
11579         Support message-strip-subject-encoded-words.
11580
11581 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11582
11583         * gnus-diary.el (gnus-diary-delay-format-function):
11584         * nndiary.el (nndiary-reminders):
11585         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11586
11587 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-art.el (article-hide-boring-headers): Fetch date from
11590         gnus-original-article-buffer to avoid problems with localized date
11591         strings.
11592
11593 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11596
11597 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11600         New variables.
11601         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11602         (mm-charset-synonym-alist): Move some entries to
11603         mm-codepage-iso-8859-list.
11604         (mm-charset-synonym-alist, mm-charset-override-alist):
11605         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11606
11607 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11610
11611 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11614         with Emacs 21 and XEmacs.
11615
11616 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11617
11618         * spam.el (spam-parse-address): New function for better parsing,
11619         catching errors, etc.
11620         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11621
11622 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * mm-view.el: Add interactive arg to html2text autoload.
11625
11626 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11629
11630 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11633         New variables.
11634         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11635         (mm-charset-synonym-alist): Move some entries to
11636         mm-codepage-iso-8859-list.
11637
11638         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11639
11640 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * message.el (message-citation-line-format)
11643         (message-insert-formated-citation-line): Fix implementation of %E, %N
11644         and %n according to the doc string.
11645
11646 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11647
11648         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11649         Use car-safe to avoid bad parses.
11650
11651 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11654         names.
11655
11656         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11657
11658 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11661         header.
11662
11663         * message.el (message-draft-headers): Add Date.
11664         (message-headers-to-generate): Fix typo in docstring.
11665
11666         * nndraft.el (nndraft-required-headers): New variable.
11667         (nndraft-generate-headers): Use it.
11668
11669         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11670
11671 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11672
11673         * gnus-registry.el (gnus-registry-wash-for-keywords)
11674         (gnus-registry-find-keywords): New functions to allow easy searching of
11675         articles that are in the registry.
11676
11677 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11678
11679         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11680         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11681         Reported by Damien Elmes <damien@repose.cx>.
11682
11683 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus.el (gnus-mime): Remove unused custom group.
11686
11687 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11688
11689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11690         "blank line" when searching for end of armor headers.
11691
11692 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gmm-utils.el (gmm-write-region): Fix variable name.
11695
11696 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * gmm-utils.el (gmm-write-region): New function based on compatibility
11699         code from `mm-make-temp-file'.
11700
11701         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11702
11703         * nnmaildir.el (nnmaildir--update-nov)
11704         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11705         Use `gmm-write-region'.
11706
11707 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11710         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11711
11712         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11713
11714         * message.el (message-replacement-char): New variable.
11715         (message-fix-before-sending): Use it.
11716         (message-simplify-subject): New function to remove duplicate code.
11717         (message-reply, message-followup): Use it.
11718
11719         * gnus-sum.el (gnus-summary-make-menu-bar):
11720         Clarify gnus-summary-limit-to-articles.
11721
11722 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-util.el (gnus-with-local-quit): New macro.
11725
11726         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11727
11728 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11731         ignore non-string data.
11732
11733 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11736         non-string data (needs to be done in the registry too).
11737
11738 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11741         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11742         (gnus-registry-split-fancy-with-parent)
11743         (gnus-registry-fetch-simplified-message-subject-fast)
11744         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11745         Remove text properties on ingress into the registry and when it's saved.
11746         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11747         registry from entries with no groups.
11748
11749 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11750
11751         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11752         function to remove string properties.
11753
11754 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gmm-utils.el (gmm): Adjust custom version.
11757
11758         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11759         Adjust custom version.
11760
11761         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11762
11763 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-insert-prev-page-button)
11766         (gnus-insert-next-page-button): Simplify.  Reformat.
11767
11768 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11769
11770         * gnus-art.el (gnus-insert-prev-page-button)
11771         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11772
11773 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11774
11775         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11776
11777 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11778
11779         * gnus-art.el (gnus-insert-mime-button)
11780         (gnus-insert-mime-security-button):
11781         Apply gnus-article-button-face to MIME and security buttons.
11782
11783 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11784
11785         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11786         readable.
11787
11788 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11791
11792 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11793
11794         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11795         `browse-url-of-file' instead of `browse-url'.
11796
11797 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11798
11799         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11800         regexp.  Articles containing quotation were cut prematurely.
11801
11802 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * message.el (message-cite-original-1): Use nobody by default for the
11805         value of From header.
11806         (message-reply): Ditto.
11807
11808 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11809
11810         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11811         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11812         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11813
11814 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11817         mails in the doc string.  Add some URLs in comment.
11818         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11819
11820 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11823         backslashes handling and the way to find boundaries of quoted strings.
11824
11825 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11826
11827         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11828         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11829         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11830         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11831
11832 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11835         doc string.
11836         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11837
11838 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * lpath.el: Fbind epg-check-configuration.
11841
11842 2006-09-06  Simon Josefsson  <jas@extundo.com>
11843
11844         * mml2015.el (mml2015-use): Doc fix, mention epg.
11845
11846 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11847
11848         * mml2015.el (mml2015-use): Default to epg, if available.
11849
11850 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11851
11852         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11853         message-sender.
11854         (mml1991-epg-encrypt): Ditto.
11855         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11856         message-sender.
11857         (mml2015-epg-encrypt): Ditto.
11858
11859 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11860
11861         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11862         several common directories.
11863
11864 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11865
11866         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11867         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11868
11869 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (article-decode-encoded-words): Make it fast.
11872
11873 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11876
11877         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11878         in quoted string into `\'.
11879
11880 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11883         Use standard-syntax-table.
11884
11885 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gnus-art.el (gnus-decode-address-function): New variable.
11888         (article-decode-encoded-words): Use it to decode headers which are
11889         assumed to contain addresses.
11890         (gnus-mime-delete-part): Remove useless `or'.
11891
11892         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11893         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11894         (gnus-nov-parse-line): Use it to decode From header.
11895         (gnus-get-newsgroup-headers): Ditto.
11896         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11897
11898         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11899         (mail-decode-encoded-address-string): New alias.
11900
11901         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11902         New function.
11903         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11904         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11905         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11906         (rfc2047-decode-string): Ditto.
11907         (rfc2047-decode-address-region): New function.
11908         (rfc2047-decode-address-string): New function.
11909
11910 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * message.el (message-caesar-buffer-body): Allow rotating headers.
11913
11914         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11915
11916         * message.el (message-insert-formated-citation-line): Fix %f.
11917         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11918
11919 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11922         (gnus-bookmark-mouse-available-p): New macro.
11923         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11924         (gnus-bookmark-bmenu-show-infos): Use it.
11925         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11926         (gnus-bookmark-bmenu-hide-infos): Ditto.
11927         (gnus-bookmark-remove-properties): New function.
11928         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11929         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11930         (gnus-bookmark-write-file): Bind coding-system-for-write.
11931         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11932         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11933         group before selecting it.
11934         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11935         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11936         quit-window if it is not available; use gnus-mouse-2 and bind it to
11937         gnus-bookmark-bmenu-select-by-mouse.
11938         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11939         (gnus-bookmark-bmenu-select-by-mouse): New function.
11940
11941 2006-08-13  Romain Francoise  <romain@orebokech.com>
11942
11943         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11944         space.
11945
11946 2006-08-10  Romain Francoise  <romain@orebokech.com>
11947
11948         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11949         (dns-mode-soa-auto-increment-serial): New user option.
11950         (dns-mode-soa-maybe-increment-serial): New function.
11951         (dns-mode): Add the latter to `write-contents-functions'.
11952
11953 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * compface.el (uncompface): Use binary rather than raw-text-unix.
11956
11957 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * compface.el (uncompface): Make sure the eol conversion doesn't take
11960         place when communicating with the external programs.
11961         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11962
11963 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11966
11967 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11968
11969         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11970         Make it more robust by parsing author and date independently.
11971
11972 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11975
11976 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11977
11978         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11979         first matching secret key.
11980         (mml2015-epg-encrypt): Ditto.
11981
11982         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11983         first matching secret key.
11984         (mml1991-epg-encrypt): Ditto.
11985
11986         * mml2015.el (mml2015-encrypt-to-self): New user option.
11987         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11988         mml2015-epg-encrypt-to-self is set.
11989
11990         * mml1991.el (mml1991-encrypt-to-self): New variable.
11991         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11992         mml1991-epg-encrypt-to-self is set.
11993
11994         * mml2015.el (mml2015-signers): New user option.
11995         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11996         (mml2015-epg-encrypt): Allow to select signing keys.
11997
11998         * mml1991.el (mml1991-signers): New variable.
11999         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12000         (mml1991-epg-encrypt): Allow to select signing keys.
12001
12002 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * nnheader.el (nnheader-insert-head): Make it work even if the file
12005         uses CRLF for the line-break code.
12006
12007 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12008
12009         * mml2015.el: Require mml-sec instead of password.
12010         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12011         (mml2015-cache-passphrase): Inherit the default value from
12012         mml-secure-cache-passphrase.
12013         (mml2015-passphrase-cache-expiry): Inherit the default value from
12014         mml-secure-passphrase-cache-expiry.
12015
12016         * mml1991.el: Require mml-sec instead of password.
12017         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12018         (mml1991-cache-passphrase): Inherit the default value from
12019         mml-secure-cache-passphrase.
12020         (mml1991-passphrase-cache-expiry): Inherit the default value from
12021         mml-secure-passphrase-cache-expiry.
12022
12023         * mml-sec.el: Require password.
12024         (mml-secure-verbose): New user option.
12025         (mml-secure-cache-passphrase): New user option.
12026         (mml-secure-passphrase-cache-expiry): New user option.
12027
12028 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12029
12030         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12031         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12032         andreas@altroot.de (Andreas Vögele).
12033
12034         FIXME: Use `tiny change'?
12035
12036 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12037
12038         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12039         workaround for the url package included with Emacs.
12040
12041         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12042
12043 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12046         correctly.  This fixes a bug caused by the 2006-05-12 change.
12047
12048 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12049
12050         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12051         some information about the error when saying that the `bogus' mail
12052         group will be used.
12053
12054 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12057         string.
12058
12059 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12060
12061         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12062
12063 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12064
12065         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12066
12067 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12068
12069         * mml1991.el (mml1991-function-alist): Add epg.
12070         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12071         (mml1991-epg-encrypt): New functions.
12072
12073 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12074
12075         * mml2015.el (mml2015-verbose): New variable.
12076         (mml2015-cache-passphrase): Ditto.
12077         (mml2015-passphrase-cache-expiry): Ditto.
12078         (mml2015-function-alist): Add epg.
12079         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12080         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12081         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12082         New functions.
12083
12084 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12085
12086         * message.el (message-cite-original-1): Preserve region when removing
12087         quoted text due to X-No-Archive in order to avoid bogus attribution
12088         when citing multiple messages.
12089
12090 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12091
12092         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12093         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12094
12095 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-diary.el (gnus-user-format-function-d)
12098         (gnus-user-format-function-D): Autoload.
12099
12100         * imap.el (Commentary): Fix typo.
12101
12102         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12103         2006-04-22 contribution.
12104
12105 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12106
12107         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12108         It didn't really fix the bogosity I'm seeing with solid web groups.
12109
12110 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12111
12112         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12113         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12114         created using server names.  If we use the feature without declaring
12115         it, Gnus does not properly manage server and group state.
12116
12117         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12118         bound.
12119
12120 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12121
12122         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12123         looking up the method using GROUP's prefix before inventing a new one.
12124         It is used on killed/unknown groups in various places where returning
12125         an all-new method isn't expected by the caller.
12126
12127         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12128         and match semantics of gnus-group-real-prefix.
12129
12130 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * nnmail.el (nnmail-broken-references-mailers): New variable.
12133         (nnmail-ignore-broken-references): New function generalizing
12134         nnmail-fix-eudora-headers.
12135         (nnmail-fix-eudora-headers): Now obsolete.
12136
12137         * gnus-art.el (gnus-button-handle-custom):
12138         Support `customize-apropos*'.
12139
12140 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12141
12142         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12143
12144         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12145         articles.
12146
12147 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * message.el (message-cite-reply-above): New variable.
12150         (message-yank-original): Use it.
12151
12152 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12155
12156 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12159         as read.
12160
12161         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12162
12163 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12166         (gnus-bookmark-default-file): Use gnus-directory.
12167         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12168         Remove "*" in doc string.
12169         (gnus-bookmark-write-file): Simplify.
12170         (gnus-bookmark-maybe-sort-alist): Use `when'.
12171         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12172         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12173         Add FIXME about Emacs 21 and XEmacs compatibility.
12174         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12175         compatibility.
12176         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12177         compatibility.
12178         (gnus-bookmark-menu-heading): Fix version.
12179
12180 2006-06-19  Bastien Guerry  <bzg@altern.org>
12181
12182         * gnus-bookmark.el: New file.
12183
12184 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * message.el (message-syntax-checks): Doc fix.
12187
12188 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12189
12190         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12191         unsubscribed groups as if they were killed ones.  It causes duplicate
12192         entries in gnus-newsrc-alist.
12193
12194 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * message.el (message-syntax-checks): Doc fix.
12197         (message-send-mail): Add check for continuation headers.
12198         (message-check-news-header-syntax): Fix regexp used to check for
12199         continuation headers.
12200
12201 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12204
12205 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12208
12209 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12212         default-truncate-lines.
12213
12214 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12217         to fill the utf-8 entry.
12218
12219         * lpath.el: Fbind unicode-precedence-list.
12220
12221 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12222
12223         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12224
12225 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12226
12227         * gnus-agent.el (directory-files-and-attributes): Move all the way
12228         forward (the third and final move).
12229         (gnus-agent-read-agentview): Trap reconstruction errors due to
12230         nonexistent directory.  Handle by returning nil.
12231
12232 2006-05-30  Didier Verna  <didier@xemacs.org>
12233
12234         * message.el (message-dont-reply-to-names): Update the custom type.
12235         * message.el (message-dont-reply-to-names): New defsubst: potentially
12236         convert a list of regexps into a single one.
12237         * message.el (message-get-reply-headers): Use it.
12238         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12239
12240 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-agent.el (directory-files-and-attributes): Move forward.
12243
12244 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * gnus-ml.el (gnus-mailing-list-subscribe)
12247         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12248         (gnus-mailing-list-message): Fix doc strings.
12249
12250 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12251
12252         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12253         of doing it manually.
12254
12255 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12258         comment.
12259
12260 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12261
12262         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12263         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12264         (gnus-agent-read-local): All symbols allocated in my-obarray.
12265         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12266         (gnus-agent-regenerate-group): Check numeric names to see if they are
12267         messages or groups.
12268         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12269         better way of do this...)
12270
12271         * gnus-cache.el (gnus-agent-total-fetched-for):
12272         Ignore 'dummy.group' (there should be a better way of do this...)
12273
12274 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12277         (gnus-saved-headers): Ditto.
12278         (gnus-default-article-saver): Mention functions may have properties.
12279         (gnus-article-save): Override gnus-save-all-headers and
12280         gnus-saved-headers by :headers property which saver function may have.
12281         (gnus-summary-save-in-file): Add :headers property.
12282         (gnus-summary-write-to-file): Ditto.
12283
12284         * gnus-sum.el (gnus-summary-save-article): Bind
12285         gnus-prompt-before-saving to t when saving many articles in a file;
12286         always show all headers.
12287
12288         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12289
12290 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12293         marks.
12294
12295         * message.el (message-indent-citation): Add optional arguments to allow
12296         using it outside of message buffers.
12297
12298         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12299         (gnus-article-treat-unfold-headers): Use it.
12300         (gnus-article-truncate-lines): New variable.
12301         (gnus-article-mode): Use it.
12302         (gnus-article-toggle-truncate-lines): New function.
12303
12304         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12305         Add gnus-article-toggle-truncate-lines.
12306
12307         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12308         coding system in XEmacs, use binary.
12309
12310 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12313         after-load-alist.
12314
12315         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12316         this function should save decoded articles.
12317         (gnus-summary-write-to-file): Use property to specify this function
12318         should save decoded articles and specify gnus-summary-save-in-file
12319         should be used to save articles other than the first one when saving
12320         many articles.
12321         (gnus-summary-save-body-in-file): Use property to specify this
12322         function should save decoded articles.
12323         (gnus-summary-write-body-to-file): Use property to specify this
12324         function should save decoded articles and specify
12325         gnus-summary-save-body-in-file should be used to save articles other
12326         than the first one when saving many articles.
12327
12328         * gnus-sum.el (gnus-summary-save-article): Simplify.
12329
12330 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-art.el (gnus-default-article-saver):
12333         Add gnus-summary-write-body-to-file.
12334         (gnus-article-save-coding-system): Don't use coding system object
12335         in XEmacs.
12336         (gnus-read-save-file-name): Add optional `dir-var' argument which
12337         specifies directory in which files are saved; work even if optional
12338         `variable' argument is not specified.
12339         (gnus-summary-write-to-file): Read file name.
12340         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12341         (gnus-summary-write-body-to-file): New function.
12342
12343         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12344         (gnus-summary-local-variables): Add it.
12345         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12346         (gnus-summary-save-article): Remove optional `decode' argument;
12347         determine whether to decode articles by the value of
12348         gnus-default-article-saver; when saving many files using
12349         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12350         it first and use gnus-summary-save-in-file or
12351         gnus-summary-save-body-in-file thereafter unless
12352         gnus-prompt-before-saving is always; move point to article which
12353         will be saved.
12354         (gnus-summary-save-article-file): Revert.
12355         (gnus-summary-write-article-file): Revert.
12356         (gnus-summary-save-article-body-file): Revert.
12357         (gnus-summary-write-article-body-file): New function.
12358
12359 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-default-article-saver): Doc fix.
12362         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12363         from gnus-summary-save-article-coding-system, and default to a
12364         certain coding system.
12365         (gnus-output-to-file): Add coding cookie and encode text according
12366         to gnus-article-save-coding-system; don't use mm-append-to-file.
12367
12368         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12369         gnus-art.el and rename to gnus-article-save-coding-system.
12370         (gnus-summary-save-article): Require gnus-art; don't show all
12371         headers if it decodes articles; don't add coding cookie here;
12372         don't bind mm-text-coding-system-for-write.
12373         (gnus-summary-save-article-file): Save decoded articles.
12374         (gnus-summary-write-article-file): When saving many files, use
12375         gnus-summary-write-to-file first and gnus-summary-save-in-file
12376         thereafter unless gnus-prompt-before-saving is always.
12377         (gnus-summary-save-article-body-file): Save decoded articles.
12378
12379         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12380
12381 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * nnrss.el (nnrss-check-group): Bind hash-index.
12384
12385 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12386
12387         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12388         its hash index.  Store this hash in `nnrss-group-data'.
12389         (nnrss-read-group-data): Update accordingly.
12390
12391 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12394         entry.
12395
12396         * gnus-sum.el (gnus-summary-make-menu-bar):
12397         Add gnus-article-browse-html-article.
12398
12399 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12400
12401         * gnus-sum.el (gnus-summary-mime-map):
12402         Add gnus-article-browse-html-article.
12403
12404         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12405
12406 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12409         suitable coding systems in customize.
12410
12411 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * mail-source.el (mail-sources): Fix custom type.
12414
12415 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12418         (gnus-summary-expire-articles-now): Shorten prompt.
12419
12420         * gmm-utils.el (wid-edit): Require.
12421         (defun-gmm): Rename from `gmm-defun-compat'.
12422         (gmm-image-search-load-path): Use it.
12423         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12424
12425 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-sum.el (gnus-summary-save-article-coding-system):
12428         New variable.
12429         (gnus-summary-save-article): Add optional `decode' argument.
12430         If it is set and gnus-summary-save-article-coding-system is non-nil,
12431         save decoded article.
12432         (gnus-summary-write-article-file): Save decoded article if
12433         gnus-summary-save-article-coding-system is non-nil.
12434
12435         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12436         type.
12437
12438 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12441
12442 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12445         first to test gnus-single-article-buffer which may be buffer-local.
12446
12447         * gnus-sum.el (gnus-summary-setup-buffer):
12448         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12449         group; make gnus-article-buffer, gnus-article-current, and
12450         gnus-original-article-buffer always buffer-local.
12451         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12452         group.
12453         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12454
12455 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * nnml.el (nnml-request-compact-group): Compressed files might not
12458         have .gz extension.
12459
12460 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12461
12462         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12463         (mm-copy-to-buffer): Use with-current-buffer.
12464         (mm-display-part): Simplify.
12465         (mm-inlinable-p): Add optional arg `type'.
12466
12467 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12468
12469         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12470         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12471         Try harder to show the attachment internally or externally using
12472         gnus-mime-view-part-as-type.
12473
12474 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * message.el (message-from-style, message-signature-separator)
12477         (message-user-organization-file, message-send-mail-function)
12478         (message-citation-line-function, message-yank-prefix)
12479         (message-indent-citation-function, message-signature)
12480         (message-signature-file, message-signature-insert-empty-line):
12481         Remove autoloads.
12482
12483         * gnus-art.el (gnus-buttonized-mime-types):
12484         Remove "multipart/signed".  Revert 2006-04-26 change.
12485
12486 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12487
12488         * gnus.el (gnus-version-number): Bump version.
12489
12490 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12491
12492         * gnus.el: No Gnus v0.5 is released.
12493
12494 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12495
12496         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12497         fetching articles by message-id.
12498
12499 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * message.el (hashcash): Require hashcash as normal.
12502
12503         * ecomplete.el (ecomplete-highlight-match-line):
12504         Use point-at-eol.
12505         (ecomplete-highlight-match-line): Use `highlight', because that
12506         face exists in both Emacs and XEmacs.
12507
12508         * message.el (message-display-abbrev): Use point-at-bol.
12509
12510         * mail-source.el: Don't require timer/timer-funcs.
12511
12512         * gnus-async.el: Ditto.
12513
12514         * password.el: Ditto.
12515
12516         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12517
12518         * mm-url.el: Ditto.
12519
12520         * gnus-xmas.el: Don't require timer-funcs.
12521
12522         * mm-util.el: Require timer/timer-funcs.
12523
12524 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12525
12526         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12527         Close.
12528
12529 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12532         unibyte after clear-decrypt function runs.
12533
12534         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12535         returns as a unibyte string.
12536
12537 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * lpath.el: Revert.
12540
12541         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12542         (pgg-gpg-process-sentinel): Revert.
12543
12544         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12545         (pgg-pgp-lookup-key): Revert.
12546
12547         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12548         (pgg-pgp5-lookup-key): Revert.
12549
12550         * pgg.el (pgg-fetch-key): Revert.
12551
12552 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * lpath.el: Fbind string-as-multibyte for XEmacs.
12555
12556         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12557         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12558         (mml1991-pgg-encrypt): Ditto.
12559
12560         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12561         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12562         a multibyte buffer.
12563
12564         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12565         (pgg-pgp-lookup-key): Ditto.
12566
12567         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12568         (pgg-pgp5-lookup-key): Ditto.
12569
12570         * pgg.el (pgg-fetch-key): Ditto.
12571
12572 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * message.el (message-user-organization-file): Check several
12575         locations of the organization file.
12576
12577         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12578         Add gnus-article-view-part-as-type.
12579
12580         * gnus-art.el (gnus-article-view-part-as-type): New function.
12581
12582         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12583         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12584
12585         * mml.el: Simplify autoload.
12586         (mml-mode): defvar dnd-protocol-alist instead of using
12587         symbol-value.
12588         (mml-default-directory): New variable.
12589         (mml-minibuffer-read-file): Use it.
12590         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12591
12592         * message.el (message-citation-line-format): New variable.
12593         (message-insert-formated-citation-line): New function.
12594         (message-citation-line-function):
12595         Add `message-insert-formated-citation-line' to custom type.
12596
12597         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12598         to doc string.
12599
12600         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12601         depending on mm-verify-option.
12602
12603 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12606         binding pgg-* variables; reimplement the section which prevents
12607         MIME header from being signed.
12608         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12609         pgg-text-mode; remove a blank line at the top of body.
12610
12611         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12612         lines at the top of body; use gnus-newsgroup-charset if there's no
12613         Charset header.
12614
12615 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * message.el (message-self-insert-commands): Doc fix.
12618
12619         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12620         (mm-uu-pgp-encrypted-test): Ditto.
12621         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12622         between header and body; return application/pgp-encrypted handle
12623         if decryption failed; decode decrypted body by charset.
12624
12625         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12626         element match to application/pgp-*.
12627
12628 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12629
12630         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12631         HTML.
12632
12633 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * mail-source.el (mail-source-call-script): Message the error
12636         string.
12637
12638 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * gnus-util.el (gnus-byte-compile): Use it.
12641
12642 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12643
12644         * gnus-util.el (kill-empty-logs): New function.
12645
12646 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12647
12648         * message.el (message-mail-alias-type): Doc fix.
12649         (message-mail-alias-type-p): New function.
12650         (message-send): Use it.
12651         (message-mode): Ditto.
12652         (message-strip-forbidden-properties): Ditto.
12653
12654         * ecomplete.el (ecomplete-database-file-coding-system):
12655         New variable.
12656         (ecomplete-save): Use it.
12657         (ecomplete-setup): Use it.
12658
12659 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * message.el (message-self-insert-commands): New variable.
12662         (message-strip-forbidden-properties): Use it.
12663
12664 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12665
12666         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12667         that doesn't make XEmacs choke.
12668
12669 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-util.el (gnus-replace-in-string):
12672         Prefer replace-regexp-in-string over of replace-in-string.
12673
12674 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-util.el (gnus-select-frame-set-input-focus):
12677         Use select-frame-set-input-focus if it is available in XEmacs; use
12678         definition defined in Emacs 22 for old Emacsen.
12679
12680         * dgnushack.el: Autoload unmorse-region for XEmacs.
12681
12682         * lpath.el: Bind cursor-in-non-selected-windows and
12683         select-frame-set-input-focus for XEmacs.
12684
12685 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12688
12689 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12690
12691         * gnus-registry.el (gnus-registry-cache-save): Remove text
12692         properties when saving via the temp buffer.
12693
12694 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * message.el (message-generate-hashcash): Honor custom type.
12697
12698 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * message.el (message-generate-hashcash): Default to non-nil when
12701         hashcash is found.
12702
12703         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12704         (gnus-refer-thread-limit): Increase default to 500.
12705
12706         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12707
12708         * flow-fill.el (fill-flowed): Allow delete-space.
12709
12710 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12713         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12714         Remove autoloads.
12715
12716 2006-04-18  Simon Josefsson  <jas@extundo.com>
12717
12718         * message.el (message-generate-hashcash): Default to.
12719
12720 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12723         concatenating segments rather than before concatenating them.
12724
12725 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12728
12729 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730
12731         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12732
12733         * message.el (message-forward-make-body-plain):
12734         Allow message-forward-ignored-headers to be a list.
12735         (message-remove-ignored-headers): Factor out into function.
12736         (message-forward-make-body-mml): Use it.
12737
12738         * imap.el (imap-quote-specials): New function.
12739         (imap-login-auth): Quote specials.
12740
12741         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12742         (rfc2231-parse-string): Allow concatanation of parameters that
12743         aren't contiguous.  The test case is
12744           (mail-header-parse-content-type "message/external-body;
12745             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12746             access-type=LOCAL-FILE;
12747             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12748
12749 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12750
12751         * nntp.el (nntp-accept-process-output): Return the value of
12752         `nnheader-accept-process-output'.
12753
12754 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12757         (gnus-button-alist): Recognize more diff formats.
12758         (gnus-button-patch): Strip directory.
12759
12760 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12763         Emacs 22 when setting focus.
12764
12765 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * gnus-art.el (gnus-article-treat-types): Do treatment of
12768         text/x-verbatim parts.
12769         (gnus-button-patch): New command.
12770
12771         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12772         addresses that contain invalid characters.
12773
12774 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * message.el (message-put-addresses-in-ecomplete):
12777         Use gnus-replace-in-string.
12778         (message-is-yours-p): Use the more correct
12779         mail-header-parse-address instead of
12780         mail-extract-address-components.
12781         (message-put-addresses-in-ecomplete): Fix typo.
12782
12783         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12784         keystroke.
12785
12786         * gnus-art.el (gnus-treatment-function-alist): Change order of
12787         newsgroups/generic header folding to avoid double-folding.
12788
12789         * message.el (message-hidden-headers): Add X-Draft-From.
12790
12791         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12792         New command.
12793         (gnus-summary-repeat-search-article-backward): New command.
12794
12795         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12796         groups in the parent topic.
12797
12798 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12799
12800         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12801         (spam-extra-header-to-number): Return the CRM114 number as a
12802         number instead of a string.
12803
12804 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * gnus-art.el (gnus-face-properties-alist): Move here from
12807         gnus-fun.
12808
12809         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12810
12811 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12812
12813         * message.el (message-strip-forbidden-properties): Only display on
12814         self-insert-command.
12815
12816         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12817         reindent.
12818         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12819
12820 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12821
12822         * smiley.el (smiley-style): Fix typo.
12823
12824 2006-03-23  Kenichi Handa  <handa@m17n.org>
12825
12826         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12827         instead of set-buffer-multibyte.
12828
12829 2006-03-23  Kenichi Handa  <handa@m17n.org>
12830
12831         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12832         buffer and then decode the buffer text if necessary.
12833         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12834         first, and after mm-encode-body, change the buffer to unibyte.
12835
12836 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * hashcash.el (hashcash-insert-payment-async-2):
12839         Use message-goto-eoh instead of doing it manually.
12840         (mail-add-payment): Use message-narrow-to-header instead of trying
12841         to do the same itself.
12842
12843         * message.el (message-hidden-headers): Add Face.
12844
12845         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12846         reparenting code.
12847         (gnus-summary-reparent-children): Refactored out code.
12848         (gnus-summary-thread-map): New keystroke.
12849         (gnus-summary-reparent-children): Make into command.
12850
12851         * smiley.el (smiley-style): Default to `medium' if using a large
12852         font.
12853
12854         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12855         does it itself.
12856
12857         * message.el (message-point-in-header-p): Simplify definition.
12858
12859 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860
12861         * nnagent.el (nnagent-request-set-mark): Silence log file
12862         writing.
12863         (nnagent-request-set-mark): Use write-region instead of
12864         append-to-file.
12865
12866         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12867         strange select method.
12868
12869         * ecomplete.el (ecomplete-display-matches): Get highlightling
12870         right.
12871         (ecomplete-display-matches): Use literals.
12872         (ecomplete-display-matches): Disable message logging.
12873
12874         * message.el (message-display-abbrev): Small optimization.
12875
12876         * ecomplete.el (ecomplete-display-matches): Allow automatic
12877         display.
12878
12879         * message.el (message-strip-forbidden-properties):
12880         Display abbrevs.
12881         (message-display-abbrev): Get automatic display right.
12882
12883         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12884         keystrokes.
12885
12886 2006-04-13  Romain Francoise  <romain@orebokech.com>
12887
12888         TODO: Backport to v5-10!
12889
12890         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12891         Move here (and rename) from gnus-registry.el.
12892
12893         * gnus-registry.el: Require gnus-util.
12894         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12895
12896 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * gnus-group.el (gnus-group-catchup-current):
12899         Change if-then-else-if-then-else into cond.
12900         (gnus-group-catchup): Indent.
12901         (group-name-at-point): New function.
12902         (gnus-fetch-group): Provide default from thing at point.
12903
12904 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12905
12906         * message.el (message-display-abbrev): Fix regexp.
12907
12908         * ecomplete.el (ecomplete-highlight-match-line):
12909         Reimplement choosing.
12910         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12911         dead variables.
12912
12913         * message.el (message-newline-and-indent): Remove debugging.
12914         (message-display-abbrev): Use new implementation.
12915
12916 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-art.el (gnus-article-mode):
12919         Set cursor-in-non-selected-windows to nil.
12920
12921         * smiley.el: Revert previous change.
12922         (smiley-data-directory): defvar it before using it in the
12923         defcustom of `smiley-style'.
12924
12925 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12926
12927         * message.el (message-newline-and-indent): New function.
12928
12929         * ecomplete.el: Implement more bits.
12930
12931         * message.el (message-put-addresses-in-ecomplete): Clean up the
12932         string.
12933
12934         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12935
12936         * gnus-sum.el (gnus-summary-save-parts):
12937         Bind gnus-summary-save-parts-counter and use it to make unique file
12938         names.
12939
12940         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12941
12942         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12943         parameter to say whether to actually parse the individual
12944         addresses.
12945
12946         * message.el (message-put-addresses-in-ecomplete): New function.
12947         (ecomplete): Require.
12948         (message-mail-alias-type): Add ecomplete as an option.
12949
12950 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12951
12952         * flow-fill.el (fill-flowed): Remove trailing space from blank
12953         quoted lines.
12954
12955 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12956
12957         * smiley.el (smiley-style): Move definition later to avoid a
12958         compilation warning.
12959
12960 2006-04-12  Kenichi Handa  <handa@m17n.org>
12961
12962         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12963         buffer and then decode the buffer text if necessary.
12964         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12965         first, and after mm-encode-body, change the buffer to unibyte.
12966         Use mm-disable-multibyte instead of set-buffer-multibyte.
12967
12968 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12971         Content-Type header instead of Content-Disposition header.
12972         (gnus-mime-inline-part): Ditto.
12973         (gnus-mime-view-part-as-charset): Ignore charset that the part
12974         specifies.
12975
12976         * mm-decode.el (mm-display-part): Work with external parts and
12977         usual parts similarly.
12978
12979         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12980         instead of gnus-display-mime.
12981
12982         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12983         instead of with-temp-buffer.
12984
12985         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12986         tag to summarized topics part in order to encode non-ASCII text.
12987
12988 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * smiley.el (smiley-style): New variable.
12991         (smiley-directory): New function.
12992         (smiley-data-directory): Derive from `smiley-style' using
12993         `smiley-directory'.
12994         (smiley-regexp-alist): Add new entries.
12995
12996         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12997         (gnus-article-browse-delete-temp): Add :version.
12998
12999 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13000
13001         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13002         the sieve region.
13003
13004 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * gnus.el (gnus-version-number): Bump version.
13007
13008 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus.el: No Gnus v0.4 is released.
13011
13012 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13015         layout.
13016
13017         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13018         unknown charset.
13019
13020         * message.el (message-header-synonyms): Add Original-To to the
13021         default.
13022
13023         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13024         optional parameter.
13025
13026 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gnus-fun.el (gnus): Require it for gnus-directory.
13029
13030 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13033
13034 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13035
13036         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13037
13038 2006-04-05  Simon Josefsson  <jas@extundo.com>
13039
13040         * password.el (password-reset): New function.
13041
13042 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13043
13044         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13045         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13046
13047 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13048
13049         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13050         Some whitespace was matched into the url, which broke browsing hits
13051         > 100 when mm-url-use-external was nil.
13052
13053 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13056         Check gnus-extra-headers for 'Newsgroups.
13057
13058         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13059         bound.
13060
13061 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13062
13063         * pgg-gpg.el: Clean up process buffers every time gpg processes
13064         complete.
13065
13066 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13069         doc string.
13070
13071 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13072
13073         * pgg-gpg.el (pgg-gpg-process-filter)
13074         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13075
13076         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13077         lines, temporary fix.
13078
13079 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13082
13083 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13084
13085         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13086         default-enable-multibyte-characters.  This reverts the change from
13087         revision 6.17 which is no longer necessary because the passphrase
13088         is sent separately now.  GnuPG messages are unreadable under
13089         multibyte locales with default-enable-multibyte-characters set to
13090         nil.
13091
13092 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * message.el (message-tool-bar-gnome): Move "spell".
13095
13096 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13099         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13100         instead.
13101
13102 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13103
13104         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13105         Improve newsgroups handling for NNTP overviews which don't include
13106         Newsgroups.
13107
13108 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13109
13110         * message.el (message-resend): Bind message-generate-hashcash to nil.
13111
13112 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13113
13114         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13115         when searching for already-paid recipients.
13116
13117 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13118
13119         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13120         passphrases when it is not needed.
13121         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13122         passphrase stuff from gpg, should only be necessary when you use
13123         gpg with a smartcard.
13124
13125 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mml.el (mml-insert-mime): Ignore cached contents of
13128         message/external-body part.
13129
13130         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13131         (mm-insert-part): Ditto.
13132
13133 2006-03-23  Simon Josefsson  <jas@extundo.com>
13134
13135         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13136         Reiner.
13137         (pgg-gpg-use-agent-p): Use it again.
13138
13139 2006-03-23  Simon Josefsson  <jas@extundo.com>
13140
13141         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13142         older emacsen.
13143         (pgg-gpg-use-agent-p): Don't use it.
13144
13145 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13148         if we can.
13149
13150 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13151
13152         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13153         (pgg-gpg-update-agent): New function.
13154         (pgg-gpg-use-agent-p): New function.
13155         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13156         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13157         (pgg-gpg-sign-region): Use it.
13158
13159 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13162         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13163
13164 2006-03-21  Simon Josefsson  <jas@extundo.com>
13165
13166         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13167         <wilde@sha-bang.de>.
13168         (pgg-gpg-use-agent): New variable.
13169         (pgg-gpg-process-region): Use it.
13170         (pgg-gpg-encrypt-region): Likewise.
13171         (pgg-gpg-encrypt-symmetric-region): Likewise.
13172         (pgg-gpg-decrypt-region): Likewise.
13173         (pgg-gpg-sign-region): Likewise.
13174         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13175
13176 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13179
13180         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13181         Add comment on version.
13182
13183 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * smiley.el: Add missing test smiley.
13186
13187 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * mm-decode.el (mm-with-part): New macro.
13190         (mm-get-part): Use it; work with message/external-body as well.
13191         (mm-save-part): Treat name and filename equally.
13192
13193         * mm-extern.el (mm-extern-cache-contents): New function.
13194         (mm-inline-external-body): Use it; force the part to be displayed;
13195         move undisplayer added to the cached handle to the parent.
13196
13197         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13198         (gnus-mime-view-part-as-type): Work with message/external-body.
13199
13200         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13201
13202 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13205         images in image-load-path.  [Sync with image.el, revision 1.60, in
13206         Emacs.]
13207
13208 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13211         path rather than symbol.  Always return list of directories.
13212         Guarantee that image directory comes first.  [Sync with image.el,
13213         revision 1.59, in Emacs.]
13214
13215         * message.el (message-make-tool-bar): Adjust to new API of
13216         `gmm-image-load-path-for-library'.
13217
13218         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13219
13220         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13221
13222 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13223
13224         * gnus-art.el (gnus-article-only-boring-p):
13225         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13226         intangible text.
13227         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13228
13229 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13232         Use `defun' instead of `gmm-defun-compat'.
13233
13234 2006-03-14  Simon Josefsson  <jas@extundo.com>
13235
13236         * message.el (message-unique-id): Don't use message-number-base36
13237         if (user-uid) is a float.
13238         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13239
13240 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13243
13244         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13245         empty line between a part and a message part.
13246
13247 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * smiley.el: Add more test smileys.
13250         (smiley-data-directory, smiley-regexp-alist)
13251         (gnus-smiley-file-types): Fix doc strings.
13252         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13253         adding new elements.
13254         (smiley-mouse-map): Unused code.  Make it a comment.
13255
13256 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13259         scan latest NoCeM messages instead of old ones.
13260         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13261         delimiters that are recently used.
13262         (gnus-nocem-load-cache): Add autoload cookie.
13263
13264         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13265
13266         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13267         level which is larger than gnus-use-nocem is specified.
13268
13269         * gnus-group.el (gnus-group-get-new-news): Ditto.
13270
13271 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * gnus-util.el (gnus-tool-bar-update): New function.
13274
13275         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13276         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13277
13278         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13279
13280         * gnus-group.el (gnus-group-redraw-when-idle)
13281         (gnus-group-redraw-check): Remove.
13282         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13283
13284 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13287         if optional last element is specified in splits (FIELD VALUE...).
13288
13289 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13292         to gmm-image-load-path-for-library.  Call with no-error argument.
13293         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13294
13295         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13296
13297         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13298
13299         * gmm-utils.el (gmm-image-load-path): Remove alias.
13300
13301 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * gmm-utils.el (gmm-image-load-path): Add alias.
13304
13305         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13306         nnml-generate-nov-databases-1.
13307         (nnml-generate-nov-databases): Use it.
13308         (nnml-generate-nov-databases-directory): Document no-active
13309         argument.
13310
13311         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13312         directory if path is t.  Add no-error.
13313
13314         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13315         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13316
13317         * gnus-art.el (gnus-article-browse-delete-temp-files):
13318         Simplify resetting gnus-article-browse-html-temp-list.
13319
13320         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13321         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13322         Add example to docstring.  Rename local variables.  Move error
13323         checks to default case in cond and simplify.
13324
13325 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13328         handle is multipart when calling it recursively.
13329         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13330
13331 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13332
13333         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13334         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13335
13336 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13339         is loaded.
13340
13341         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13342         loaded.
13343
13344 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13347         to "Emacs 23 (unicode)" in doc string.
13348
13349         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13350         "Emacs 23 (unicode)" in comment.
13351
13352 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13355
13356         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13357         characters 160 through 255 in Emacs 23.
13358
13359 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13362         gnus-article-browse-html-temp.
13363         (gnus-article-browse-delete-temp): Make it customizable.
13364         Add `file'.  Adjust doc string.
13365         (gnus-article-browse-delete-temp-files): Add argument.
13366         Allow query for each file.  Adjust doc string.
13367         (gnus-article-browse-html-parts):
13368         Add `gnus-article-browse-delete-temp-files' to
13369         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13370
13371 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13372
13373         * gnus-art.el (gnus-article-browse-html-temp)
13374         (gnus-article-browse-delete-temp): New variables.
13375         (gnus-article-browse-delete-temp-files): New function.
13376         (gnus-article-browse-html-parts): Use it.
13377
13378 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13381
13382         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13383         string.
13384
13385         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13386         gnus-summary-insert-new-articles when unplugged.
13387         Remove gnus-summary-search-article-forward.
13388
13389         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13390         display-visual-class instead of display-color-cells.
13391
13392 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * dgnushack.el: Autoload customize-group for XEmacs.
13395
13396         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13397         message/* containing non-ASCII text properly.
13398
13399 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * message.el: Require gmm-utils, remove autoloads.
13402         (message-tool-bar): Set default based on
13403         gmm-tool-bar-style.
13404         (message-tool-bar-gnome): Add gmm-customize-mode.
13405
13406         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13407         gmm-tool-bar-style.
13408         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13409
13410         * gnus-group.el (gnus-group-tool-bar): Set default based on
13411         gmm-tool-bar-style.
13412         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13413
13414         * gmm-utils.el (gmm-image-directory): Rename variable from
13415         gmm-image-load-path.
13416         (gmm-image-load-path): Use gmm-image-directory.
13417         (gmm-customize-mode): New function.
13418         (gmm-tool-bar-style): New variable.
13419
13420         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13421         gnus-group-redraw-line-number.
13422         (gnus-group-redraw-check): Simplify.
13423         (gnus-group-tool-bar-update): Remove redraw check.
13424         (gnus-group-make-tool-bar): Add redraw check.
13425
13426 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13427
13428         * gnus-art.el (gnus-button): Add missing parentheses.
13429
13430 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * lpath.el: Fbind line-number-at-pos.
13433
13434 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13437
13438 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-art.el (gnus-button): New face.
13441         (gnus-article-button-face): Use it.
13442
13443         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13444         Add gnus-summary-next-page.  Re-order.
13445
13446         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13447         next-node are now included.
13448         (gnus-group-redraw-line-number): New internal variable.
13449         (gnus-group-redraw-check): Helper function for updating the tool
13450         bar.
13451         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13452
13453         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13454
13455         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13456         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13457         Use it to match format of Spamassassin 3.0 and later.
13458         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13459         (spam-check-bogofilter)
13460         (spam-bogofilter-register-with-bogofilter): Fix args of
13461         `gnus-error' calls.
13462
13463 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13466         unnecessary interaction when sending queued mails.
13467         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13468
13469 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13472         first or last are nil.
13473
13474 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13475
13476         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13477
13478 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13479
13480         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13481
13482 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * dns.el (query-dns): Protect more against buggy tcp output.
13485
13486 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13489         nov.php.
13490
13491 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13492
13493         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13494         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13495         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13496         output on the server side.
13497         (nnweb-google-create-mapping): Update regexps and add some
13498         progress indication.
13499
13500 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * gnus-group.el (gnus-group-tool-bar-gnome):
13503         Fix gnus-agent-toggle-plugged.  Re-order icons.
13504         (gnus-group-tool-bar-gnome):
13505         Add gnus-group-{prev,next}-unread-group.
13506         (gnus-group-tool-bar-gnome): Re-order icons.
13507
13508         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13509         Move gnus-summary-insert-new-articles.
13510
13511         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13512         Fix comments.
13513
13514         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13515         also available in Emacs 21.3.
13516
13517         * message.el (message-fix-before-sending): Change "Emacs 22" to
13518         "Emacs 23 (unicode)" in comment.
13519
13520         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13521         "Emacs 23 (unicode)" in comment.
13522
13523         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13524         comment.
13525         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13526
13527         * mm-view.el (mm-fill-flowed): Add :version.
13528
13529 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13532         and load-path.
13533
13534 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * message.el: Autoload gmm-image-load-path.
13537         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13538         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13539         consitency.
13540
13541         * gmm-utils.el (gmm-image-load-path): Also search in
13542         "../etc/images".  Don't set gmm-image-load-path if we don't find
13543         the image.
13544
13545 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gmm-utils.el (gmm-image-load-path): Don't make
13548         `gmm-image-load-path' include subdirectories which the second arg
13549         `image' might specify.
13550
13551         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13552         subdirectory to icon file names.
13553
13554         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13555
13556 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13559         gmm-image-load-path calls.
13560
13561         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13562
13563         * message.el (message-make-tool-bar): Ditto.
13564
13565         * mml.el (mml-preview): Add comment concerning tool bar icons.
13566
13567         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13568         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13569
13570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13571         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13572
13573         * message.el (message-tool-bar-gnome): Use new icon names.
13574         (message-make-tool-bar): Use `gmm-image-load-path'.
13575
13576         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13577         New functions from MH-E.
13578         (gmm-image-load-path): New variable from MH-E.
13579         (gmm-image-load-path): New function from MH-E.  Add arguments
13580         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13581         *-image-load-path-called-flag.
13582
13583 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13584
13585         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13586
13587 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13588
13589         * nnimap.el (nnimap-request-move-article): Change folder back to
13590         source group before deleting.
13591
13592 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13595
13596         * gnus-art.el (mm-url-insert-file-contents-external):
13597         Autoload mm-url.
13598
13599         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13600
13601 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13604         coding system which mm-charset-to-coding-system returns for a
13605         given charset is valid.
13606
13607 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13608
13609         * html2text.el (html2text-remove-tag-list):
13610         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13611
13612 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13613
13614         * gnus-cus.el: Revert 2005-10-17 change.
13615
13616 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * gnus-art.el (article-strip-banner):
13619         Call article-really-strip-banner only when the regexp match is made.
13620
13621 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-art.el (article-strip-banner):
13624         Use gnus-extract-address-components instead of
13625         mail-header-parse-addresses to make it work with non-ASCII text;
13626         remove mail-encode-encoded-word-string.
13627
13628         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13629         values which are surrounded with \"...\"; make it never cause a
13630         Lisp error; give up parsing of parameters if it failed in
13631         extracting type.
13632
13633 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13634
13635         * smime.el (smime-cert-by-ldap-1): Fix bug where
13636         `smime-ldap-search' returns results without userCertificates.
13637
13638 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13641
13642 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * spam.el (spam-check-spamassassin-headers): Adapt format for
13645         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13646         <ari@mbf.ocn.ne.jp>.
13647         (spam-list-of-processors): Add spam-use-gmane.
13648
13649 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13652         make-temp-file; make it work with XEmacs as well.
13653
13654         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13655         mm-make-temp-file.
13656
13657         * mm-decode.el (mm-display-external): Use the 3rd arg of
13658         mm-make-temp-file.
13659         (mm-create-image-xemacs): Ditto.
13660
13661 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13664         with message-narrow-to-headers.
13665         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13666         (gnus-draft-check-draft-articles): New function.
13667         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13668
13669 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-art.el (gnus-article-browse-html-parts):
13672         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13673         Don't use suffix argument for mm-make-temp-file for Emacs 21
13674         compatibility.  Remove useless `format'.
13675
13676 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13677
13678         * nnweb.el (nnweb-google-wash-article): Update regexps.
13679         (nnweb-group-alist): Use defvoo instead of defvar.
13680
13681 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13684         re-loading nn* modules.
13685
13686 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13689         for `tool-bar-mode' and don't check it's default-value.
13690
13691         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13692
13693         * message.el (message-make-tool-bar): Ditto.
13694
13695         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13696         `substring'.  Shorten tmp-file name.
13697
13698         * gnus.el: Remove bogus comment.
13699
13700 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13701
13702         * gnus-art.el (gnus-article-browse-html-parts): New function.
13703         (gnus-article-browse-html-article): New function for viewing html
13704         articles with a browser.
13705
13706 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13707
13708         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13709         in elisp.
13710         (pgg-gpg-encrypt-symmetric-region): Ditto.
13711         (pgg-gpg-sign-region): Ditto.
13712
13713         * pgg-def.el (pgg-text-mode): New variable.
13714
13715         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13716         (mml2015-pgg-encrypt): Ditto.
13717
13718         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13719         (mml1991-pgg-encrypt): Ditto.
13720
13721 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * nnfolder.el (nnfolder-insert-newsgroup-line):
13724         Use message-make-date instead of current-time-string.
13725
13726         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13727         to gnus-decoded which mm-uu might set.
13728
13729 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13732         don't decode quoted parameters; remove misimported Emacs code.
13733         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13734         (rfc2231-decode-encoded-string): Don't use split-string which
13735         behaves differently according to Emacs version; use
13736         mm-decode-coding-region to convert charset to coding-system.
13737         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13738         (rfc2231-encode-string): Remove misimported Emacs code.
13739
13740 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13743         when calling mail-header-parse-content-type.
13744         (article-de-quoted-unreadable): Ditto.
13745         (article-de-base64-unreadable): Ditto.
13746         (article-wash-html): Ditto.
13747
13748         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13749         calling mail-header-parse-content-type and
13750         mail-header-parse-content-disposition.
13751         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13752         mail-header-parse-content-type.
13753
13754         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13755         insert charset and format parameters; encode description after
13756         inserting it to buffer.
13757         (mml-insert-parameter): Fold lines properly even if a parameter is
13758         segmented into two or more lines; change the max column to 76.
13759
13760         * rfc1843.el (rfc1843-decode-article-body): Don't use
13761         ignore-errors when calling mail-header-parse-content-type.
13762
13763         * rfc2231.el (rfc2231-parse-string): Return at least type if
13764         possible; don't cause an error even if it fails in parsing of
13765         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13766         (rfc2231-encode-string): Don't break lines at the beginning, leave
13767         it to mml-insert-parameter.
13768
13769         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13770         calling mail-header-parse-content-type.
13771
13772 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * spam-report.el (spam-report-gmane-use-article-number):
13775         Improve doc string.
13776         (spam-report-gmane-internal): Check if a suitable header was found
13777         in the article.
13778
13779 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13782         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13783
13784 2006-02-05  Romain Francoise  <romain@orebokech.com>
13785
13786         Update copyright notices of all files in the gnus directory.
13787
13788 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13789
13790         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13791
13792 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13795         segmented lines of parameter value to cope with Thunderbird 1.5
13796         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13797         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13798         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13799
13800 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13801
13802         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13803         parts.
13804
13805 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13806
13807         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13808         there's only one active file for all servers.
13809         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13810         solid groups.  Gnus might have used a FAST request to select the group.
13811         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13812         and nnweb-search redundantly in the active file.
13813         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13814         (nnweb-request-create-group): Don't use ARGS.
13815         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13816         initialisations.  Let nnoo do the work.
13817
13818 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13821         Say the part has been decoded.
13822
13823         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13824
13825 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13826
13827         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13828         mailcap-viewer-test-cache when there's no 'test clause, since that
13829         will invert the meaning of a "nil" test previously determined by
13830         mailcap-mailcap-entry-passes-test.
13831
13832 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13835         compiling.
13836
13837         * gnus-sum.el: Ditto.
13838
13839         * message.el: Don't bind tool-bar-map when compiling.
13840
13841 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13844
13845 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13846
13847         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13848         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13849         current Google Groups.
13850
13851 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13854         and tool-bar-mode.
13855
13856         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13857         and tool-bar-mode.
13858
13859         * message.el (message-tool-bar-update): Simplify.
13860         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13861
13862         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13863         gnus-summary-buffer.
13864         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13865         gnus-summary-reply.
13866
13867         * gmm-utils.el (gmm): Add :version.
13868
13869 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * Makefile.in (clean): New rule.
13872         (distclean): Use it.
13873
13874 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13875
13876         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13877         Don't autoload.
13878
13879 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gmm-utils.el (gmm-verbose): Add :group.
13882
13883 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * message.el: Change some comments WRT tool-bars.
13886
13887         * gnus-sum.el (gnus-summary-tool-bar)
13888         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13889         (gnus-summary-tool-bar-zap-list): New variables.
13890         (gnus-summary-make-tool-bar): Complete rewrite using
13891         `gmm-tool-bar-from-list'.
13892
13893         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13894         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13895         New variables.
13896         (gnus-group-make-tool-bar): Complete rewrite using
13897         `gmm-tool-bar-from-list'.
13898         (gnus-group-tool-bar-update): New function.
13899
13900         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13901
13902 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13905         is dissected into a single part of which the type is the same as
13906         the given one; decode charset.
13907
13908 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13909
13910         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13911         into alists as symbol not string, since that's what
13912         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13913         look for.
13914
13915 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13918         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13919
13920         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13921
13922 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13925         (gnus-xmas-mime-security-button-menu): New function.
13926
13927         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13928         (gnus-mime-security-button-menu): New definition.
13929         (gnus-mime-security-button-map): Use them.
13930         (gnus-mime-security-button-menu): New function.
13931         (gnus-insert-mime-security-button): Addition to help echo.
13932         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13933         (gnus-mime-security-pipe-part): New functions.
13934
13935         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13936         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13937
13938         * mm-decode.el (mm-handle-set-disposition): Remove.
13939         (mm-handle-set-description): Remove.
13940
13941 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13944         (mm-w3m-standalone-supports-m17n-p): New function.
13945         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13946         w3m usage.
13947
13948         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13949         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13950
13951 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * message.el (message-tool-bar-zap-list):
13954         Use gmm-tool-bar-zap-list as custom type.
13955         (message-tool-bar-update): New function.
13956         (message-tool-bar, message-tool-bar-gnome)
13957         (message-tool-bar-retro): Add message-tool-bar-update.
13958         (message-tool-bar-gnome): Add flyspell-buffer.
13959
13960         * gnus-util.el (gnus-error): Describe `args'.
13961
13962         * gmm-utils.el (gmm-error): Describe `args'.
13963         (gmm-tool-bar-zap-list): New widget.
13964         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13965
13966 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13969         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13970         the number of recursive calls.
13971
13972         * mm-decode.el (mm-handle-set-disposition): New macro.
13973         (mm-handle-set-description): New macro.
13974
13975 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13978         encoding.
13979
13980 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * message.el (message-tool-bar-zap-list, message-tool-bar)
13983         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13984         (message-tool-bar-local-item-from-menu): Remove.
13985         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13986         (message-make-tool-bar): New function.
13987         (message-mode): Use `message-make-tool-bar'.
13988
13989         * gmm-utils.el: New file.
13990         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13991         (gmm-lazy): New widget copied from `nnmail.el'.
13992         (gmm-tool-bar-from-list): New function for creating customizable
13993         tool bars.
13994         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13995         output.
13996         (gmm): Add :prefix to defgroup.
13997
13998 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13999
14000         * gmm-utils.el (gmm-widget-p): New function.
14001
14002 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * mml.el (mml-attach-file): Describe `description' in doc string.
14005         (mml-menu): Add Emacs MIME manual and PGG manual.
14006
14007 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14008
14009         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14010
14011 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14012
14013         * nntp.el (nntp-end-of-line): Doc fix.
14014
14015 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14016
14017         * imap.el (imap-open): Handle case where buffer is a buffer
14018         object.
14019
14020 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14021
14022         * gnus-delay.el (gnus-delay): Don't autoload.
14023         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14024         to be re-loaded when customizing the `gnus-delay' group.
14025
14026 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14027
14028         * message.el (message-insert-citation-line): Use newlines.
14029
14030 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14031
14032         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14033         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14034         these routines, so the passphrase can be managed externally and
14035         passed in to the system.
14036         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14037         pgg-add-passphrase-to-cache function.
14038
14039         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14040         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14041         these routines, so the passphrase can be managed externally and
14042         passed in to the system.
14043         (pgg-pgp5-sign-region): Use new name of
14044         pgg-add-passphrase-to-cache function.
14045
14046 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14047
14048         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14049         part of the decoded armor to find the key-identifier.
14050         (pgg-gpg-lookup-key-owner): New function to return the
14051         human-readable identifier of a key owner.
14052         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14053         itself.
14054         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14055         the key value) if we have a key and can match it against a secret
14056         key.  Also, added a note pointing out fact that the prompt only
14057         indicates the first matching key.
14058
14059         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14060         pgg-decrypt-region.
14061         (pgg-add-passphrase-to-cache): Rename from
14062         `pgg-add-passphrase-cache' to reduce confusion (all callers
14063         changed).
14064         (pgg-remove-passphrase-from-cache): Rename from
14065         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14066         changed).
14067         (pgg-read-passphrase, pgg-add-passphrase-cache)
14068         (pgg-remove-passphrase-cache): Add informative docstrings.
14069         (pgg-decrypt): Convey provided passphrase in subordinate call to
14070         pgg-decrypt-region.
14071
14072 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14073
14074         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14075         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14076         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14077         'passphrase' argument, so the passphrase can be managed externally
14078         and then passed in to the system.
14079
14080         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14081         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14082         so the passphrase cache can be used reliably with identifiers
14083         besides a pgp packet's key id.
14084
14085         * pgg-gpg.el (pgg-gpg-encrypt-region)
14086         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14087         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14088         these routines, so the passphrase can be managed externally and
14089         passed in to the system.
14090
14091         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14092         'notruncate' argument, so the passphrase cache can be used
14093         reliably with identifiers besides a pgp packet's key id.
14094
14095 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14096
14097         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14098         symmetric encryption.
14099         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14100         encrypted session key.
14101         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14102         message ask for the passphrase in a proper way.
14103
14104         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14105         New user commands for symmetric encryption.
14106
14107 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14110
14111         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14112
14113 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14114
14115         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14116
14117 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * mm-decode.el (mm-inlined-types): Add application/pgp.
14120         (mm-automatic-display): Ditto.
14121
14122         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14123         part as text.
14124
14125 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * nnrss.el: Update copyright.
14128         (nnrss-opml-import): Query whether to subscribe to each entry.
14129
14130         * gnus-art.el:
14131         * gnus-sum.el:
14132         * gnus-xmas.el:
14133         * messagexmas.el:
14134         * mm-uu.el:
14135         * mm-view.el: Update copyright.
14136
14137 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * message.el (message-info): New function.
14140         (message-mode-menu): Add it.
14141         Update copyright.
14142
14143         * ChangeLog: Fix and update copyright.
14144
14145 2006-01-13  Romain Francoise  <romain@orebokech.com>
14146
14147         * message.el (message-forward-subject-name-subject): Prefer the
14148         address to 'nowhere' if the sender has no name.
14149         Fix typo.  Update copyright year.
14150
14151 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-art.el (article-wash-html):
14154         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14155         (gnus-article-wash-html-with-w3m-standalone): New function.
14156
14157         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14158         mm-inline-text-html-render-with-w3m-standalone.
14159         (mm-text-html-washer-alist): Map w3m-standalone to
14160         gnus-article-wash-html-with-w3m-standalone.
14161         (mm-inline-text-html-render-with-w3m-standalone): New function.
14162
14163 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14166         Improve LaTeX.
14167
14168 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14171         (nnrss-request-article): Render text/plain parts as HTML.
14172
14173         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14174         the buffer.
14175
14176 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14179         custom definition of `gnus-posting-styles'.
14180
14181         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14182         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14183
14184 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14187         Use nntp for bug archive.
14188
14189 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14192         parts.
14193         (nnrss-normalize-date): New function converts ISO 8601 date into
14194         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14195         (nnrss-check-group): Use it.
14196
14197 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14200
14201         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14202         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14203         (nnrss-insert-w3): Ditto.
14204
14205 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14208         the articles to be forwarded including the case where neither a
14209         number of articles nor a region is specified.
14210
14211 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * nnrss.el (nnrss-request-article): Fix last change; fill
14214         text/plain parts.
14215
14216 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14219         in text/plain part.
14220         (nnrss-check-group): Don't add excessive newline to dc:subject.
14221
14222 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14223
14224         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14225         article.
14226
14227 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14230         (nnml-use-compressed-files, nnml-save-mail): Support other
14231         comression programs such as bzip2.
14232
14233 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14234
14235         * dns.el (query-dns): Make sure we check the buffer size before
14236         removing tcp headers.
14237
14238 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14241         remove MIME buttons associated with multipart/alternative parts.
14242         (gnus-mime-display-alternative): Tag buttons using `article-type'
14243         text property.
14244
14245         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14246         associated with multipart/alternative parts.
14247
14248         * gnus-art.el (gnus-signature-separator): Fix custom type.
14249
14250         * mm-decode.el (mm-inlined-types): Fix custom type.
14251         (mm-keep-viewer-alive-types): Ditto.
14252         (mm-automatic-display): Ditto.
14253         (mm-attachment-override-types): Ditto.
14254         (mm-inline-override-types): Ditto.
14255         (mm-automatic-external-display): Ditto.
14256
14257 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * spam-report.el (spam-report-user-mail-address)
14260         (spam-report-user-agent): New variables.
14261         (spam-report-url-ping-plain): Use spam-report-user-agent.
14262
14263 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14264
14265         * gnus-art.el (gnus-button-handle-custom): Do not just use
14266         `customize-apropos' for any "M-x customize-*" button but the
14267         function called for.  Accept both the function name and its
14268         argument in order to achieve this.
14269         (gnus-button-alist): Remove support for "custom:" URL's.
14270         Pass function name to `gnus-button-handle-custom' in case of "M-x
14271         customize-*" buttons.
14272
14273 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14276         multipart/alternative and add xref to mm-discouraged-alternatives
14277         in doc string.
14278
14279         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14280         gnus-buttonized-mime-types in doc string.
14281
14282 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14285         Suggest image/.* in the doc string.
14286
14287 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14290         message-marks (Debian bug #342521).
14291
14292 2005-12-12  Simon Josefsson  <jas@extundo.com>
14293
14294         * password.el (password-read-from-cache): Add.
14295         (password-read): Use it.
14296
14297 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * rfc2047.el (rfc2047-charset-to-coding-system):
14300         Recognize us-ascii as a MIME charset.
14301
14302         * mm-bodies.el (mm-decode-content-transfer-encoding):
14303         Protect against the case where the 2nd arg TYPE is nil.
14304
14305 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14306
14307         * pop3.el (pop3-stream-type): Fix custom version.
14308
14309         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14310
14311 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14312
14313         * mm-decode.el (mm-display-external): Add missing cdr.
14314
14315 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14318         RFC1524) if it is in mailcap or add a suffix according to
14319         mailcap-mime-extensions when generating a temp filename; postpone
14320         deleting a temp file for 2 seconds for some wrappers, shell
14321         scripts, and so on, which might exit right after having started a
14322         viewer command as a background job.
14323
14324 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * nntp.el (nntp-marks-directory): Fix custom group.
14327
14328         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14329         steps when < 10.
14330
14331         * gnus-start.el (gnus-no-server-1):
14332         Mention `gnus-level-default-subscribed' in doc string.
14333
14334 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14335
14336         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14337         parens.
14338
14339 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-xmas.el (gnus-use-toolbar): Revert.
14342         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14343         gnus-use-toolbar is default.
14344
14345         * messagexmas.el (message-use-toolbar): Revert.
14346         (message-setup-toolbar): Use global default-toolbar if
14347         message-use-toolbar is default.
14348
14349 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14352         according to default-toolbar-visible-p.
14353
14354         * messagexmas.el (message-use-toolbar): Ditto.
14355
14356 2005-11-26  Dave Love  <fx@gnu.org>
14357
14358         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14359         (tls-program, tls-success): Provide openssl alternative.
14360
14361         * starttls.el: Doc fixes.
14362         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14363         SERVICE to PORT.
14364
14365         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14366         port null or service name.
14367         (starttls-negotiate): Autoload.
14368
14369 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * message.el (message-kill-to-signature): Fix interactive spec.
14372
14373 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * pop3.el (pop3-open-server): Recognize a string as a service name.
14376
14377 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14378
14379         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14380
14381 2005-11-23  Dave Love  <fx@gnu.org>
14382
14383         Add pop3s, pop3/starttls.
14384
14385         * pop3.el (pop3-authentication-scheme): Clarify doc.
14386         (open-tls-stream, starttls-open-stream): Autoload.
14387         (pop3-stream-type): New.
14388         (pop3-open-server): Use it.
14389
14390         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14391         for POP.
14392         (mail-source-keyword-map): Add :stream for POP.
14393         (mail-source-fetch-pop): Use pop3-stream-type.
14394
14395 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14398         of current-time-string.
14399
14400 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14401
14402         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14403         date header.
14404
14405 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14406
14407         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14408         it can seriously impact performance as it bypasses the agent's
14409         local caches.
14410
14411 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14412
14413         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14414         must be explicitly online rather than "not explicitly offline" for
14415         its flags to be synchronized.
14416
14417         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14418         that gnus-uu-unmark-thread will function correctly.
14419
14420         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14421         1024K is instead displayed as 1M.
14422
14423 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14424
14425         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14426
14427 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14428
14429         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14430
14431 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14432
14433         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14434         error message to display actual error condition.
14435         (gnus-agent-save-local): Avoid saving symbols that are bound to
14436         nil as they simply result in a warning message in
14437         gnus-agent-read-local.
14438
14439 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14442         rather than make-variable-buffer-local for file-precious-flag.
14443
14444 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14445
14446         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14447         for duplicates which are removed.  The invalid sort check then
14448         triggers a rescan after the sort as sorting may have moved
14449         duplicate entries such that they can be cheaply detected.
14450
14451 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14454
14455 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14456
14457         * gnus-agent.el (gnus-agent-article-alist-save-format):
14458         Change internal variable to a custom variable.  Change default value
14459         from compressed(2) to uncompressed(1).
14460         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14461         support for uncompressed agentview files.  Taken together, reading
14462         the agentview file should now be 6-7 times faster.
14463
14464 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14465
14466         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14467         as a buffer-local variable.  This avoids creating truncated
14468         dribble files as a result of a hang up, eg.
14469
14470 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14471
14472         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14473         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14474         XEmacs.
14475
14476 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * gnus-start.el (gnus-start-draft-setup):
14479         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14480
14481         * gnus.el (gnus-splash): Change custom group.
14482         (gnus-group-get-parameter, gnus-group-parameter-value):
14483         Describe allow-list argument.
14484
14485         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14486         string.
14487
14488 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * gnus-art.el (gnus-default-article-saver): Add user-defined
14491         `function' to custom type.
14492
14493 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14494
14495         * imap.el (imap-open): Handle case where buffer is a buffer
14496         object.
14497
14498 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14501         long lines.
14502         (gnus-cache-delete-group): Wrap doc strings.
14503
14504         * gnus-agent.el (gnus-agent-rename-group)
14505         (gnus-agent-delete-group): Wrap doc strings.
14506
14507 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * messagexmas.el (message-use-toolbar): Change the valid values
14510         into default, top, bottom, left, and right.
14511         (message-toolbar-thickness): New variable.
14512         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14513         well.
14514         (message-setup-toolbar): Make it work.
14515
14516         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14517         (gnus-use-toolbar): Change the valid values into default, top,
14518         bottom, left, and right.
14519         (gnus-toolbar-thickness): New variable.
14520         (gnus-xmas-setup-toolbar): New function.
14521         (gnus-xmas-setup-group-toolbar): Use it.
14522         (gnus-xmas-setup-summary-toolbar): Use it.
14523
14524 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14525
14526         * gnus-start.el (gnus-1): Add "native" to
14527         gnus-predefined-server-alist.
14528
14529         * gnus.el (gnus-method-to-server): Don't add "native" to the
14530         lists here, because that leads to problems when
14531         gnus-select-method is bound.
14532
14533 2005-11-09  Simon Josefsson  <jas@extundo.com>
14534
14535         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14536         use (not sort-by-date) instead.
14537
14538 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14539
14540         * gnus-delay.el (gnus-delay-group): Don't autoload.
14541         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14542         to be re-loaded when customizing the `gnus-delay' group.
14543
14544 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14545
14546         * message.el: Revert last changes.
14547         (message-insert-citation-line): Use newlines.
14548
14549 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14550
14551         * message.el (message-courtesy-message)
14552         (message-mark-insert-begin, message-mark-insert-end)
14553         (message-elide-ellipsis, message-cancel-message)
14554         (message-add-header, message-change-subject)
14555         (message-cross-post-followup-to-header)
14556         (message-cross-post-insert-note, message-reduce-to-to-cc)
14557         (message-widen-reply, message-delete-not-region)
14558         (message-kill-to-signature, message-insert-signature)
14559         (message-insert-importance-high, message-insert-importance-low)
14560         (message-insert-or-toggle-importance)
14561         (message-insert-disposition-notification-to)
14562         (message-indent-citation, message-yank-original)
14563         (message-cite-original-without-signature, message-cite-original)
14564         (message-insert-citation-line, message-position-on-field)
14565         (message-fix-before-sending, message-send-mail-partially)
14566         (message-send-mail, message-send-mail-with-sendmail)
14567         (message-send-mail-with-qmail, message-send-news)
14568         (message-check-news-header-syntax, message-generate-headers)
14569         (message-insert-courtesy-copy, message-fill-address)
14570         (message-fill-header, message-shorten-references)
14571         (message-setup-1, message-cancel-news)
14572         (message-forward-make-body-plain, message-forward-make-body-mime)
14573         (message-forward-make-body-mml, message-encode-message-body)
14574         (message-forward-make-body-digest-plain)
14575         (message-forward-make-body-digest-mime)
14576         (message-use-alternative-email-as-from): Insert `hard-newline'
14577         instead of ordinary newlines.
14578
14579 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * message.el (message-generate-headers): Downcase the argument
14582         given to message-check-element.
14583
14584 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14585
14586         * nntp.el (nntp-authinfo-rejected): New error condition.
14587         (nntp-wait-for): Use new error condition to signal authentication
14588         error.
14589         (nntp-retrieve-data): Rethrow new error condition to break out of
14590         recursive call to nntp-send-authinfo.
14591
14592 2005-11-08  Romain Francoise  <romain@orebokech.com>
14593
14594         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14595         (gnus-summary-exit-map): Bind to `Z p'.
14596         (gnus-summary-make-menu-bar): Add menu item.
14597
14598 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14601         (gnus-treat-*): Add `first' in all doc strings.
14602
14603         * gnus-group.el (gnus-group-compact-group): Fix typo.
14604
14605 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus.el (gnus-parameters-case-fold-search): New variable.
14608         (gnus-parameters-get-parameter): Use it.
14609
14610         * gnus-score.el (gnus-home-score-file): Doc fix.
14611
14612 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14613
14614         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14615
14616 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * mm-util.el (mm-special-display-p): New function.
14619
14620         * mml.el (mml-preview): Use it; doc fix.
14621
14622 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14623
14624         * imap.el (imap-open): Handle case where buffer is a buffer object.
14625
14626 2005-10-29  Romain Francoise  <romain@orebokech.com>
14627
14628         * message.el (message-fix-before-sending): Fix comment.
14629
14630 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14631
14632         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14633
14634 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14635
14636         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14637         Used in gnus-score.el.
14638
14639 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14642
14643 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14646         whitespace removed in revision 7.8.  Use concatenated string to
14647         protect trailing whitespace.
14648
14649 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14650
14651         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14652         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14653         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14654         Courier IMAP ("some version from 2004").  Mostly based on similar
14655         code in the same function.
14656
14657 2005-10-26  Didier Verna  <didier@xemacs.org>
14658
14659         * gnus-group.el (gnus-group-compact-group): Invalidate original
14660         article buffer.
14661         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14662         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14663         NOV database and in article itself.
14664         Invalidate article backlog.
14665
14666 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14669
14670 2005-10-26  Simon Josefsson  <jas@extundo.com>
14671
14672         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14673         part of 2004-07-25 change.
14674
14675 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * message.el (message-display-completion-list): New function.
14678         (message-expand-group): Use it; make sure the Completions buffer
14679         is modifiable.
14680 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14681
14682         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14683         user-mail-name is an empty string.
14684
14685 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14688         depending on gnus-score-decay-constant.
14689
14690         * encrypt.el (encrypt-insert-file-contents)
14691         (encrypt-write-file-contents): Don't use `gnus-message'.
14692
14693         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14694         arguments.
14695         (mm-uu-type-alist): Add message-marks and insert-marks.
14696         Pass arguments to mm-uu-verbatim-marks-extract.
14697         (mm-uu-hide-markers): New variable.
14698         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14699
14700         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14701         (gnus-convert-image-to-face-command): Use "convert" by default to
14702         allow other input image formats.
14703         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14704         accordingly.
14705
14706 2005-10-23  Simon Josefsson  <jas@extundo.com>
14707
14708         * imap.el (imap-gssapi-program): Align command line parameters
14709         with latest GNU SASL.
14710         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14711
14712 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14713
14714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14715         HTML.
14716         (nnslashdot-request-article): Ditto.
14717
14718         * lpath.el (featurep): Add nobreak-char-display.
14719
14720 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14721
14722         * mail-source.el (mail-source-fetch-pop): Require pop3.
14723         (mail-source-check-pop): Ditto.
14724
14725 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14728         errors.
14729
14730 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14733         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14734
14735         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14736
14737         * mm-bodies.el (mm-decode-string):
14738         Call `mm-charset-to-coding-system' with allow-override argument.
14739
14740 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14743         (rfc2047-charset-to-coding-system): New function.
14744         (rfc2047-decode-encoded-words): New function.
14745         (rfc2047-decode-region): Use them.
14746         (rfc2047-decode-cte): Remove.
14747         (rfc2047-parse-and-decode): Remove.
14748         (rfc2047-decode): Remove.
14749
14750 2005-10-15  Kenichi Handa  <handa@m17n.org>
14751
14752         * rfc2047.el (rfc2047-decode-cte): New function.
14753         (rfc2047-decode-region): Change the way to decode successive
14754         encoded-words: decode B- or Q-encoding in each encoded-word,
14755         concatenate them, and decode it as charset.
14756
14757 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * lpath.el: Fbind codepage-setup for XEmacs.
14760
14761 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14762
14763         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14764         widget-move-and-invoke.
14765         (gnus-custom-mode): Use gnus-custom-map.
14766
14767 2005-10-15  Bill Wohler  <wohler@newt.com>
14768
14769         * message.el (message-tool-bar-map): Rename image file from
14770         mail_send to mail/send.
14771
14772 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14773
14774         * message.el (message-expand-group): Pass the common
14775         prefix substring of completion to `display-completion-list'.
14776
14777 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * mml-sec.el (mml-secure-method): New internal variable.
14780         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14781         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14782         New functions using mml-secure-method.
14783
14784         * mml.el (mml-mode-map): Add key bindings for those functions.
14785         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14786         Harder <harder@myrealbox.com>.
14787         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14788         Goto end of message if point is the headers of the message.
14789
14790         * message.el (message-in-body-p): New function.
14791
14792         * assistant.el: Autoload gnus-util and netrc.
14793
14794         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14795         Use `mm-charset-override-alist' only when decoding.
14796
14797         * mm-bodies.el (mm-decode-body):
14798         Call `mm-charset-to-coding-system' with allow-override argument.
14799
14800         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14801         `filename' from Content-Disposition if Content-Type doesn't
14802         provide `name'.
14803         (gnus-mime-view-part-as-type): Set default instead of
14804         initial-input.
14805
14806 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14807
14808         * format-spec.el (format-spec): Propagate text properties of % spec.
14809
14810 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-art.el (gnus-treat-predicate): Add `first'.
14813
14814 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14817         (mm-charset-override-alist): New variable.
14818         (mm-charset-to-coding-system): Use it.
14819         (mm-codepage-setup): New helper function.
14820         (mm-charset-eval-alist): New variable.
14821         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14822         Warn about unknown charsets.
14823
14824         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14825
14826 2005-10-04  David Hansen  <david.hansen@gmx.net>
14827
14828         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14829         (nnrss-check-group): Ditto.
14830
14831 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14834         Rename x-gnus-verbatim to x-verbatim.
14835         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14836
14837         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14838         x-verbatim.
14839
14840         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14841
14842         * gnus-util.el (gnus-remove-duplicates): Remove.
14843
14844         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14845         instead of gnus-remove-duplicates.
14846
14847         * message.el (message-remove-duplicates): Remove.
14848         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14849         message-remove-duplicates.
14850
14851         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14852         available, else use implementation from `delete-dups'.
14853
14854         * message.el (message-insert-expires): New function.
14855         (message-mode-map): Add key binding.
14856         (message-mode-field-menu): Add menu entry.
14857         (message-mode): Document it.
14858         (message-make-expires-date): Use `message-make-date'.
14859
14860 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14861
14862         * message.el (message-make-expires-date): New function.
14863
14864 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * Makefile.in (list-installed-shadows): New entry.
14867         (install): Use it.
14868         (remove-installed-shadows): New entry.
14869
14870         * dgnushack.el (dgnushack-default-load-path): New variable.
14871         (dgnushack-find-lisp-shadows): New function.
14872         (dgnushack-remove-lisp-shadows): New function.
14873
14874 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * Makefile.in (install-el-elc): New entry.
14877         (install): Use it so that .el files are necessarily installed.
14878
14879 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14882
14883 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14884
14885         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14886         function rather than the diff-mode.el package.
14887         (mm-display-external): Use with-current-buffer.
14888         (mm-viewer-completion-map, mm-viewer-completion-map):
14889         Move initialization inside declaration.
14890
14891 2005-09-29  Simon Josefsson  <jas@extundo.com>
14892
14893         * spam.el: Load hashcash when compiling, to avoid warnings.
14894         Don't autoload mail-check-payment.
14895         (spam-check-hashcash): Define unconditionally, since hashcash.el
14896         is part of Gnus now.  Ignore errors from payment checking.
14897
14898 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * message.el (message-bold-region, message-unbold-region):
14901         Rename from `bold-region' and `unbold-region'.
14902
14903         * message.el: Remove useless autoloads.
14904
14905 2005-09-28  Simon Josefsson  <jas@extundo.com>
14906
14907         * message.el (message-use-idna): Default to t.
14908         (message-use-idna): Test whether encoding works too.  Doc fix.
14909
14910 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * nntp.el (nntp-warn-about-losing-connection): Remove.
14913
14914 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14917         customizable.  Change default value.
14918         (mm-uu-diff-groups-regexp): Change default value.
14919         (mm-uu-type-alist): Add doc string.
14920         (mm-uu-configure): Add doc string.  Make it interactive.
14921         (mm-uu-tex-groups-regexp): New variable.
14922         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14923         (mm-uu-type-alist): Add LaTeX documents.
14924         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14925         of "text/verbatim".
14926         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14927
14928         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14929         instead of "text/verbatim".
14930
14931         * message.el (message-mark-inserted-region)
14932         (message-mark-insert-file): Use slrn style marks when called with
14933         prefix argument.
14934
14935 2005-09-27  Simon Josefsson  <jas@extundo.com>
14936
14937         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14938
14939 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14940
14941         * message.el (message-remove-duplicates): New function.
14942         Implementation borrowed from `gnus-remove-duplicates'.
14943         (message-idna-to-ascii-rhs): Also encode idna addresses in
14944         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14945         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14946         only ask about the same idna domain once per header and also tell
14947         in what header to replace the idna domain.
14948
14949         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14950         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14951         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14952         a header is decoded and not just the last one.
14953
14954 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14957         has been decoded.
14958
14959         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14960         (mm-insert-part): Don't modify text if it has been decoded.
14961
14962         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14963         decoded.
14964
14965         * mm-view.el (mm-inline-text): Don't strip text props unless
14966         decoding enriched or richtext parts.
14967
14968 2005-09-25  Romain Francoise  <romain@orebokech.com>
14969
14970         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14971         * gnus-start.el (gnus-subscribe-interactively):
14972         * gnus-uu.el (gnus-uu-grab-articles):
14973         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14974         space.
14975
14976 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14977
14978         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14979         * mm-view.el (mm-view-pkcs7-decrypt):
14980         * gnus-sum.el (gnus-summary-limit-to-extra)
14981         (gnus-summary-respool-article, gnus-read-move-group-name):
14982         * gnus-score.el (gnus-summary-increase-score):
14983         * gnus-util.el (gnus-completing-read-with-default):
14984         * gnus-art.el (gnus-read-save-file-name)
14985         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14986         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14987         * message.el (message-check-news-header-syntax):
14988         Follow convention for reading with the minibuffer.
14989
14990 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * spam-report.el (spam-report-url-ping-plain):
14993         Use gnus-extended-version as User-Agent.
14994
14995         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14996         default value is nil.
14997
14998         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14999         (mm-uu-verbatim-marks-extract): New function.
15000         (mm-uu-extract): New face.
15001         (mm-uu-copy-to-buffer): Use it.
15002
15003         * spam-report.el (spam-report-gmane-ham): Rename from
15004         `spam-report-gmane-unspam'.
15005         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15006         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15007
15008         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15009         Autoload.
15010         (spam-report-gmane-unregister-routine):
15011         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15012
15013 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15014
15015         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15016         (spam-report-gmane-unregister-routine): Add support for gmane
15017         unregistration.
15018
15019         * spam-report.el (spam-report-gmane-unspam)
15020         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15021         (spam-report-gmane): Change to take a single article and do unspam
15022         registration.
15023
15024 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * mm-url.el (mm-url-decode-entities): Fix regexp.
15027
15028 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15029
15030         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15031         default to nil, to be able to use Gnus at all.  If the default
15032         switches to something else, then the function should be fixed not
15033         be exceedingly slow.
15034
15035 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15038         fail hard.
15039
15040         * spam-report.el: Add better Keywords line.
15041
15042         * spam.el: Add Maintainer and better Keywords line.
15043
15044 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-art.el (gnus-article-replace-part)
15047         (gnus-mime-replace-part): New functions.
15048         (gnus-mime-action-alist, gnus-mime-button-commands)
15049         (gnus-mime-save-part-and-strip): Add file argument.
15050         (gnus-article-part-wrapper): Add interactive argument.
15051
15052         * gnus-sum.el (gnus-summary-mime-map):
15053         Add `gnus-article-replace-part'.
15054
15055 2005-09-19  Didier Verna  <didier@xemacs.org>
15056
15057         The nnml compaction feature:
15058         * nnml.el (nnml-request-compact-group): New function.
15059         * nnml.el (nnml-request-compact): New function.
15060         * gnus-int.el (gnus-request-compact-group): New function.
15061         * gnus-int.el (gnus-request-compact): New function.
15062         * gnus-group.el (gnus-group-compact-group): New function.
15063         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15064         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15065         * gnus-srvr.el (gnus-server-compact-server): New function.
15066         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15067         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15068
15069 2005-09-18  Deepak Goel  <deego@gnufans.org>
15070
15071         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15072         format spec.
15073
15074 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15077
15078 2005-09-15  Romain Francoise  <romain@orebokech.com>
15079
15080         * message.el (message-fill-paragraph): Clarify docstring.
15081
15082 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-art.el (gnus-mime-display-part): Protect against broken
15085         MIME messages.
15086
15087 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15090         before parsing header.
15091
15092 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15093
15094         * html2text.el (html2text-replace-list): Add new entities.
15095
15096 2005-09-11  Romain Francoise  <romain@orebokech.com>
15097
15098         * message.el (message-alternative-emails): Improve docstring.
15099         (message-setup-1): Call `message-use-alternative-email-as-from'
15100         after `message-setup-hook' to give it precedence over posting
15101         styles, etc.
15102         (message-use-alternative-email-as-from): Add docstring.
15103         Remove the original From header if present.
15104
15105         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15106         (nnml-save-mail): Use it.
15107
15108         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15109         articles.  Add new argument `silent'.
15110         (gnus-uu-mark-all): Report the total number of marked articles.
15111
15112 2005-09-10  Romain Francoise  <romain@orebokech.com>
15113
15114         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15115         (gnus-uu-mark-series): Likewise.
15116
15117 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * spam-report.el (spam-report-gmane): Fix generation of spam
15120         report URL.
15121
15122 2005-09-10  Simon Josefsson  <jas@extundo.com>
15123
15124         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15125         t, based on discussion on the ding list with Robert Epprecht
15126         <epprecht@solnet.ch>.
15127
15128 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * spam-report.el (spam-report-gmane): Make it work without
15131         X-Report-Spam header.  Gmane now only provides Archived-At.
15132         This is only used if `spam-report-gmane-use-article-number' is nil.
15133         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15134
15135         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15136         make `gnus-summary-sort-by-recipient' work with threading.
15137
15138         * nnweb.el (nnweb-google-wash-article): Print a message if article
15139         is not available.
15140
15141 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15142
15143         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15144         change.  Decode text/* parts content before displaying.
15145
15146 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15149
15150 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15153
15154         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15155         url-package-name, url-package-version,
15156         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15157         w3m-display-inline-images, and w3m-minor-mode-map.
15158
15159 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * message.el (message-tab-body-function): Fix mismatched custom type.
15162
15163         * gnus.el (gnus-group-change-level-function): Ditto.
15164
15165         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15166
15167         * gnus-art.el (gnus-signature-limit)
15168         (gnus-article-mime-part-function): Ditto.
15169
15170 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mml.el (mml-mode): Silence the byte compiler.
15173
15174         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15175         using `(sit-for 0)' before moving the point to the specified part;
15176         skip unbuttonized parts.
15177         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15178         return to the summary window if gnus-auto-select-part is non-nil.
15179
15180 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15183         New variables.
15184         (mml-dnd-attach-file, mml-mode): Use them.
15185
15186         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15187         Make fetching article by MID work again for Google Groups.
15188         Add FIXME concerning gnus-group-make-web-group.
15189
15190         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15191         Don't depend on Gnus by using mail-extract-address-components if
15192         gnus-extract-address-components is not bound.
15193
15194 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-art.el (gnus-mime-display-security): Don't display the
15197         signature, but only the signed part.
15198
15199 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15202
15203         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15204         list, not listp.
15205
15206 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15207
15208         * mm-encode.el (mm-encode-content-transfer-encoding):
15209         Likewise when encoding.
15210
15211         * mm-bodies.el (mm-decode-content-transfer-encoding):
15212         De-canonicalize CRLF for all text content types, not just
15213         text/plain.
15214
15215 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15218         valid article; point arrow and cursor at the MIME button.
15219
15220 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15223         Suggested by Dan Christensen <jdc@uwo.ca>.
15224
15225         * mm-decode.el (mm-save-part): Enable change of prompt.
15226
15227 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15228
15229         * gnus-msg.el (gnus-inews-add-send-actions):
15230         Make `message-post-method' lambda parameter ARG `&optional'.
15231
15232 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-sum.el (gnus-summary-mime-map):
15235         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15236         gnus-article-jump-to-part.
15237
15238         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15239         (gnus-article-edit-part): Use it.
15240         (gnus-article-part-wrapper): Add no-handle argument.
15241         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15242         New functions.
15243
15244 2005-08-29  Romain Francoise  <romain@orebokech.com>
15245
15246         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15247         docstring.
15248         (gnus-face-from-file): Likewise.
15249
15250 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15253         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15254         non-nil.
15255         (gnus-auto-select-part): New variable.
15256         (gnus-article-jump-to-part): New function.
15257         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15258         (gnus-mime-delete-part): Allow selecting specified part after
15259         deleting or stripping parts.
15260         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15261         part if argument is bogus.
15262
15263 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15264
15265         * gnus-art.el (w3m-minor-mode-map):
15266         * gnus-spec.el (gnus-newsrc-file-version):
15267         * gnus-util.el (nnmail-active-file-coding-system)
15268         (gnus-original-article-buffer, gnus-user-agent):
15269         * gnus.el (gnus-ham-process-destinations)
15270         (gnus-parameter-ham-marks-alist)
15271         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15272         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15273         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15274         * mm-decode.el (gnus-current-window-configuration):
15275         * mm-extern.el (gnus-article-mime-handles):
15276         * mm-url.el (url-current-object, url-package-name)
15277         (url-package-version):
15278         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15279         (smime-keys, w3m-cid-retrieve-function-alist)
15280         (w3m-current-buffer, w3m-display-inline-images)
15281         (w3m-minor-mode-map):
15282         * mml-smime.el (gnus-extract-address-components):
15283         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15284         (gnus-newsrc-hashtb, message-default-charset)
15285         (message-deletable-headers, message-options)
15286         (message-posting-charset, message-required-mail-headers)
15287         (message-required-news-headers):
15288         * mml1991.el (mc-pgp-always-sign):
15289         * mml2015.el (mc-pgp-always-sign):
15290         * nnheader.el (nnmail-extra-headers):
15291         * rfc1843.el (gnus-decode-encoded-word-function)
15292         (gnus-decode-header-function, gnus-newsgroup-name):
15293         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15294
15295 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15296
15297         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15298         the end of the date treatments.
15299
15300 2005-08-15  Simon Josefsson  <jas@extundo.com>
15301
15302         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15303         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15304         Capello and Romain Francoise.
15305         (pgg-fetch-key-function): Remove, not used?
15306         (pgg-insert-url-with-w3): Require url, to get
15307         url-insert-file-contents regardless of where it is defined.
15308
15309 2005-08-13  Romain Francoise  <romain@orebokech.com>
15310
15311         * message.el (message-cite-original-1): New function.
15312         (message-cite-original): Use it.
15313         (message-cite-original-without-signature): Ditto.
15314
15315 2005-08-08  Romain Francoise  <romain@orebokech.com>
15316
15317         * message.el (message-yank-empty-prefix): New variable.
15318         (message-indent-citation): Use it.
15319         (message-cite-original-without-signature): Respect X-No-Archive.
15320
15321 2005-08-08  Simon Josefsson  <jas@extundo.com>
15322
15323         * pgg.el: Autoload url-insert-file-contents instead of loading
15324         w3/url.
15325         (pgg-insert-url-with-w3): Don't load url here.
15326
15327 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15328
15329         * message.el (message-kill-to-signature): Don't insert newline at
15330         bol.
15331         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15332
15333 2005-08-06  Romain Francoise  <romain@orebokech.com>
15334
15335         * message.el (message-user-fqdn): Fix typo in docstring.
15336
15337 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15338
15339         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15340
15341         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15342
15343 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * mm-bodies.el (mm-encode-body): Use coding system rather than
15346         charset to encode text.
15347
15348         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15349         number of charsets if utf-8 is available (XEmacs).
15350
15351 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15354         taken from `gnus-button-mid-or-mail-regexp'.
15355         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15356         (gnus-button-alist): Improve regexp for domain part of the MIDs
15357         for news:localpart@domain buttons.
15358         (gnus-button-ctan-directory-regexp): Update.
15359
15360 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * sieve-manage.el (sieve-manage-interactive-login):
15363         Use make-local-variable rather than make-variable-buffer-local.
15364         (sieve-manage-open): Ditto.
15365         (sieve-manage-authenticate): Ditto.
15366
15367         * mml.el (mml-generate-mime-1): Make the content type default to
15368         text/plain if the filename is not specified.
15369
15370 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15373         instead of insert-buffer.
15374
15375         * message.el (message-yank-original): Ditto; set the mark at the
15376         end of the yanked message.
15377
15378 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15381         lines to scroll rather than to stop it.
15382
15383         * mml.el (mml-generate-default-type): Add doc string.
15384         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15385         default to application/octet-stream when determining the content
15386         type if it is not specified for the part or the mml contents; add
15387         a comment about mml-generate-default-type.
15388
15389 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15392         make it default to application/octet-stream when determining the
15393         content type if it is not specified for the external contents.
15394
15395 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15398         segmented parameter but also other parameters might be there.
15399
15400 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * mm-decode.el (mm-display-external): Delete temp file, directory
15403         and buffer immediately if the external process is exited.
15404
15405 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15408         fewer lines than that of scroll-margin.
15409         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15410
15411 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-art.el (gnus-article-next-page): Revert.
15414         (gnus-article-beginning-of-window): New macro.
15415         (gnus-article-next-page-1): Use it.
15416         (gnus-article-prev-page): Ditto.
15417         (gnus-article-edit-part): Use insert-buffer-substring instead of
15418         insert-buffer.
15419         (gnus-article-edit-exit): Ditto.
15420
15421         * gnus-util.el (gnus-beginning-of-window): Remove.
15422         (gnus-end-of-window): Remove.
15423
15424         * lpath.el: Don't bind header-line-format and scroll-margin.
15425
15426 2005-07-25  Simon Josefsson  <jas@extundo.com>
15427
15428         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15429         to have the url package without w3.  Reported by Daiki Ueno
15430         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15431
15432 2005-07-20  Didier Verna  <didier@xemacs.org>
15433
15434         * gnus-diary.el: Remove the description comment (nndiary is now
15435         properly documented in the Gnus manual).
15436         Fix the spelling of "Back End".
15437         * nndiary.el: Ditto.
15438         Fix the copyright notice.
15439
15440 2005-07-18  Romain Francoise  <romain@orebokech.com>
15441
15442         * gnus-sum.el (gnus-summary-to-prefix)
15443         (gnus-summary-newsgroup-prefix): New variables.
15444         (gnus-summary-from-or-to-or-newsgroups): Use them.
15445
15446 2005-07-17  Romain Francoise  <romain@orebokech.com>
15447
15448         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15449         space as it's generally not especially interesting to the user.
15450
15451 2005-07-16  Romain Francoise  <romain@orebokech.com>
15452
15453         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15454         nil to avoid prompting and file modification if one of the
15455         messages at the top of the nnfolder file contains a copyright
15456         notice.
15457         Update copyright notice.
15458
15459         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15460         instead of `current-time-string' as the latter creates a time
15461         string that is not RFC 2822 compliant (it lacks the zone).
15462         Update copyright notice.
15463
15464 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15465
15466         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15467         for text/rtf.  Display default in prompt.  Pass default for M-n.
15468
15469         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15470
15471 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15472
15473         * gnus-msg.el (gnus-button-mailto):
15474         Remove save-selected-window-window hackery because it relies on
15475         save-selected-window internals.
15476
15477 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15480         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15481         (gnus-article-prev-page): Ditto.
15482
15483         * gnus-util.el (gnus-beginning-of-window): New function.
15484         (gnus-end-of-window): New function.
15485
15486         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15487
15488 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15489
15490         * gnus-score.el (gnus-score-edit-all-score):
15491         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15492         gnus-message.
15493
15494 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15495
15496         * gnus-msg.el (gnus-button-mailto):
15497         Remove save-selected-window-window hackery because it relies on
15498         save-selected-window internals.
15499
15500 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15503         add-minor-mode.
15504         (gnus-binary-mode): Ditto.
15505
15506         * gnus-topic.el (gnus-topic-mode): Ditto.
15507
15508 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15509
15510         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15511         (gnus-article-prev-page): Take scroll-margin into consideration.
15512
15513 2005-07-04  Lute Kamstra  <lute@gnu.org>
15514
15515         Update FSF's address in GPL notices.
15516
15517 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15518
15519         * gnus.el (gnus-exit):
15520         * gnus-group.el (gnus-group-icons):
15521         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15522
15523         * gnus-nocem.el (gnus-nocem):
15524         * message.el (message-various, message-buffers, message-sending)
15525         (message-interface, message-forwarding, message-insertion)
15526         (message-headers, message-news, message-mail):
15527         * pgg-gpg.el (pgg-gpg):
15528         * pgg-parse.el (pgg-parse):
15529         * pgg-pgp.el (pgg-pgp):
15530         * pgg-pgp5.el (pgg-pgp5):
15531         * pop3.el (pop3): Finish `defgroup' description with period.
15532
15533 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-art.el (article-display-face): Improve the efficiency.
15536         (article-display-x-face): Ditto; remove grey x-face stuff.
15537
15538 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-art.el (article-display-face): Correct the position in
15541         which Faces are inserted.
15542
15543 2005-06-29  Didier Verna  <didier@xemacs.org>
15544
15545         * gnus-art.el (article-display-face): Display faces in correct
15546         order.
15547
15548 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15551         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15552         (gnus-nocem-check-article): Fetch the Type header.
15553         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15554         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15555         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15556         make sure gnus-nocem-hashtb is initialized.
15557         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15558         (gnus-nocem-unwanted-article-p): Ditto.
15559
15560         * pgg.el (pgg-verify): Return the verification result.
15561
15562 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15563
15564         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15565         is ascii.
15566
15567 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15568
15569         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15570         `show-nonbreak-escape'.
15571
15572 2005-06-23  Lute Kamstra  <lute@gnu.org>
15573
15574         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15575
15576         * dig.el (dig-mode):
15577         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15578
15579 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15580
15581         * nnimap.el (nnimap-split-download-body): Fix spellings.
15582
15583 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15584
15585         * gnus-art.el (gnus-article-encrypt-body):
15586         * gnus-cus.el (gnus-score-customize):
15587         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15588         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15589
15590 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15591
15592         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15593         header by looking for magic "MII" at the beginnig.
15594
15595 2005-06-16  Miles Bader  <miles@gnu.org>
15596
15597         * gnus-xmas.el (gnus-xmas-group-startup-message):
15598         Use renamed gnus-splash face.
15599
15600         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15601         (assistant-field-face): New backward-compatibility alias for renamed
15602         face.
15603         (assistant-render-text): Use renamed assistant-field face.
15604
15605         * spam.el (spam): Remove "-face" suffix from face name.
15606         (spam-face): New backward-compatibility alias for renamed face.
15607         (spam-face, spam-initialize): Use renamed spam face.
15608
15609         * message.el (message-header-to, message-header-cc)
15610         (message-header-subject, message-header-newsgroups)
15611         (message-header-other, message-header-name)
15612         (message-header-xheader, message-separator, message-cited-text)
15613         (message-mml): Remove "-face" suffix from face names.
15614         (message-header-to-face, message-header-cc-face)
15615         (message-header-subject-face, message-header-newsgroups-face)
15616         (message-header-other-face, message-header-name-face)
15617         (message-header-xheader-face, message-separator-face)
15618         (message-cited-text-face, message-mml-face):
15619         New backward-compatibility aliases for renamed faces.
15620         (message-font-lock-keywords): Use renamed message faces.
15621
15622         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15623         (sieve-test-commands, sieve-tagged-arguments):
15624         Remove "-face" suffix from face names.
15625         (sieve-control-commands-face, sieve-action-commands-face)
15626         (sieve-test-commands-face, sieve-tagged-arguments-face):
15627         New backward-compatibility aliases for renamed faces.
15628         (sieve-control-commands-face, sieve-action-commands-face)
15629         (sieve-test-commands-face, sieve-tagged-arguments-face):
15630         Use renamed sieve faces.
15631
15632         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15633         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15634         (gnus-group-news-3-empty, gnus-group-news-4)
15635         (gnus-group-news-4-empty, gnus-group-news-5)
15636         (gnus-group-news-5-empty, gnus-group-news-6)
15637         (gnus-group-news-6-empty, gnus-group-news-low)
15638         (gnus-group-news-low-empty, gnus-group-mail-1)
15639         (gnus-group-mail-1-empty, gnus-group-mail-2)
15640         (gnus-group-mail-2-empty, gnus-group-mail-3)
15641         (gnus-group-mail-3-empty, gnus-group-mail-low)
15642         (gnus-group-mail-low-empty, gnus-summary-selected)
15643         (gnus-summary-cancelled, gnus-summary-high-ticked)
15644         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15645         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15646         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15647         (gnus-summary-low-undownloaded)
15648         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15649         (gnus-summary-low-unread, gnus-summary-normal-unread)
15650         (gnus-summary-high-read, gnus-summary-low-read)
15651         (gnus-summary-normal-read, gnus-splash):
15652         Remove "-face" suffix from face names.
15653         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15654         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15655         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15656         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15657         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15658         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15659         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15660         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15661         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15662         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15663         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15664         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15665         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15666         (gnus-summary-normal-ticked-face)
15667         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15668         (gnus-summary-normal-ancient-face)
15669         (gnus-summary-high-undownloaded-face)
15670         (gnus-summary-low-undownloaded-face)
15671         (gnus-summary-normal-undownloaded-face)
15672         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15673         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15674         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15675         (gnus-splash-face):
15676         New backward-compatibility aliases for renamed faces.
15677         (gnus-group-startup-message): Use renamed gnus faces.
15678
15679         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15680         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15681         (gnus-server-agent): Remove "-face" suffix from face names.
15682         (gnus-server-agent-face, gnus-server-opened-face)
15683         (gnus-server-closed-face, gnus-server-denied-face)
15684         (gnus-server-offline-face):
15685         New backward-compatibility aliases for renamed faces.
15686         (gnus-server-agent-face, gnus-server-opened-face)
15687         (gnus-server-closed-face, gnus-server-denied-face)
15688         (gnus-server-offline-face): Use renamed gnus faces.
15689
15690         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15691         Remove "-face" suffix from face names.
15692         (gnus-picon-xbm-face, gnus-picon-face):
15693         New backward-compatibility aliases for renamed faces.
15694
15695         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15696         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15697         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15698         (gnus-cite-11): Remove "-face" suffix from face names.
15699         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15700         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15701         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15702         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15703         New backward-compatibility aliases for renamed faces.
15704         (gnus-cite-attribution-face, gnus-cite-face-list)
15705         (gnus-article-boring-faces): Use renamed gnus faces.
15706
15707         * gnus-art.el (gnus-signature, gnus-header-from)
15708         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15709         (gnus-header-content): Remove "-face" suffix from face names.
15710         (gnus-signature-face, gnus-header-from-face)
15711         (gnus-header-subject-face, gnus-header-newsgroups-face)
15712         (gnus-header-name-face, gnus-header-content-face):
15713         New backward-compatibility aliases for renamed faces.
15714         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15715
15716         * gnus-sum.el (gnus-summary-selected-face)
15717         (gnus-summary-highlight): Use renamed gnus faces.
15718         * gnus-group.el (gnus-group-highlight): Likewise.
15719
15720 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15721
15722         * gnus-sieve.el (gnus-sieve-article-add-rule):
15723         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15724         * spam-stat.el (spam-stat-buffer-change-to-spam)
15725         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15726
15727         * message.el (message-is-yours-p):
15728         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15729
15730 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * mm-view.el (mm-inline-text): Withdraw the last change.
15733
15734 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15737         executing enriched-decode.
15738
15739 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15742         charset of tar files.
15743
15744 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15745
15746         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15747
15748 2005-06-04  Lute Kamstra  <lute@gnu.org>
15749
15750         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15751         information is never recorded.
15752
15753 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15754
15755         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15756
15757 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * pop3.el (pop3-apop): Run md5 in the binary mode.
15760
15761         * starttls.el (starttls-set-process-query-on-exit-flag):
15762         Use eval-and-compile.
15763
15764 2005-05-31  Simon Josefsson  <jas@extundo.com>
15765
15766         * smime.el (smime-replace-in-string): Define.
15767         (smime-cert-by-ldap-1): Use it.
15768
15769 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-art.el (article-display-x-face): Replace
15772         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15773
15774         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15775         set-process-query-on-exit-flag or process-kill-without-query.
15776
15777         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15778         loop instead of replace-regexp.
15779
15780         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15781         instead of process-kill-without-query if it is available.
15782
15783         * lpath.el: Fbind ldap-search-entries.
15784
15785         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15786         instead of find-file-hooks if it is available.
15787
15788         * mml1991.el: Bind pgg-default-user-id when compiling.
15789
15790         * mml2015.el: Bind pgg-default-user-id when compiling.
15791
15792         * nndraft.el (nndraft-request-associate-buffer):
15793         Use write-contents-functions instead of write-contents-hooks if it is
15794         available.
15795
15796         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15797         instead of find-file-hooks if it is available.
15798
15799         * nntp.el (nntp-open-connection): Replace
15800         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15801         (nntp-open-ssl-stream): Ditto.
15802         (nntp-open-tls-stream): Ditto.
15803
15804         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15805         set-process-query-on-exit-flag or process-kill-without-query.
15806         (starttls-open-stream-gnutls): Use it instead of
15807         process-kill-without-query.
15808         (starttls-open-stream): Ditto.
15809
15810 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15811
15812         * smime.el (smime-cert-by-ldap-1): Don't use
15813         replace-regexp-in-string.
15814
15815 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15816
15817         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15818
15819         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15820         in PEM format.  Adjust to the XEmacs compability.
15821
15822 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15825         by `string-to-number'.
15826         * gnus-agent.el (gnus-agent-regenerate-group)
15827         (gnus-agent-fetch-articles): Ditto.
15828         * gnus-art.el (gnus-button-fetch-group): Ditto.
15829         * gnus-cache.el (gnus-cache-generate-active)
15830         (gnus-cache-articles-in-group): Ditto.
15831         * gnus-group.el (gnus-group-set-current-level)
15832         (gnus-group-insert-group-line): Ditto.
15833         * gnus-score.el (gnus-score-set-expunge-below)
15834         (gnus-score-set-mark-below, gnus-summary-score-effect)
15835         (gnus-summary-score-entry): Ditto.
15836         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15837         (gnus-soup-pack): Ditto.
15838         * gnus-spec.el (gnus-xmas-format): Ditto.
15839         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15840         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15841         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15842         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15843         * nndb.el (nndb-get-remote-expire-response): Ditto.
15844         * nndiary.el (nndiary-parse-schedule-value)
15845         (nndiary-string-to-number, nndiary-request-replace-article)
15846         (nndiary-request-article): Ditto.
15847         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15848         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15849         * nneething.el (nneething-make-head): Ditto.
15850         * nnfolder.el (nnfolder-request-article)
15851         (nnfolder-retrieve-headers): Ditto.
15852         * nnheader.el (nnheader-file-to-number): Ditto.
15853         * nnkiboze.el (nnkiboze-request-article): Ditto.
15854         * nnmail.el (nnmail-process-unix-mail-format)
15855         (nnmail-process-babyl-mail-format): Ditto.
15856         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15857         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15858         (nnmh-request-create-group, nnmh-request-list-1)
15859         (nnmh-request-group, nnmh-request-article): Ditto.
15860         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15861         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15862         * nnsoup.el (nnsoup-make-active): Ditto.
15863         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15864         * nntp.el (nntp-find-group-and-number)
15865         (nntp-retrieve-headers-with-xover): Ditto.
15866         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15867         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15868         (pgg-format-key-identifier): Ditto.
15869         * pop3.el (pop3-last, pop3-stat): Ditto.
15870         * qp.el (quoted-printable-decode-region): Ditto.
15871
15872         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15873         of concat.
15874
15875 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15878
15879         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15880
15881         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15882
15883         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15884
15885         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15886
15887         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15888
15889         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15890         (gnus-carpal-mode): Ditto.
15891
15892         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15893         (gnus-browse-mode): Ditto.
15894
15895         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15896
15897         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15898
15899 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15900
15901         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15902
15903 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * gnus-util.el (gnus-run-mode-hooks): New function.
15906
15907         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15908
15909         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15910         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15911
15912 2005-05-27  Lute Kamstra  <lute@gnu.org>
15913
15914         * dns-mode.el (dns-mode): Specify customization group.
15915
15916 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15917
15918         * gnus-agent.el (gnus-agent-make-mode-line-string):
15919         Use mode-line-highlight as mouse-face.
15920
15921 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * canlock.el (canlock): Change the parent group to news.
15924
15925         * deuglify.el (gnus-outlook-deuglify): Add :group.
15926
15927         * dig.el (dig): Add :group.
15928
15929         * dns-mode.el (dns-mode): Add :group.
15930
15931         * encrypt.el (encrypt): Add :group.
15932
15933         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15934         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15935         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15936         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15937         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15938
15939         * gnus-diary.el (gnus-diary): Add :group.
15940
15941         * gnus.el (gnus-group-news-1-face): Add :group.
15942         (gnus-group-news-1-empty-face): Ditto.
15943         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15944         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15945         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15946         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15947         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15948         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15949         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15950         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15951         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15952         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15953         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15954         (gnus-summary-high-ticked-face): Ditto.
15955         (gnus-summary-low-ticked-face): Ditto.
15956         (gnus-summary-normal-ticked-face): Ditto.
15957         (gnus-summary-high-ancient-face): Ditto.
15958         (gnus-summary-low-ancient-face): Ditto.
15959         (gnus-summary-normal-ancient-face): Ditto.
15960         (gnus-summary-high-undownloaded-face): Ditto.
15961         (gnus-summary-low-undownloaded-face): Ditto.
15962         (gnus-summary-normal-undownloaded-face): Ditto.
15963         (gnus-summary-high-unread-face): Ditto.
15964         (gnus-summary-low-unread-face): Ditto.
15965         (gnus-summary-normal-unread-face): Ditto.
15966         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15967         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15968
15969         * hashcash.el (hashcash): New custom group.
15970         (hashcash-default-payment): Add :group.
15971         (hashcash-payment-alist): Ditto.
15972         (hashcash-default-accept-payment): Ditto.
15973         (hashcash-accept-resources): Ditto.
15974         (hashcash-path): Ditto.
15975         (hashcash-extra-generate-parameters): Ditto.
15976         (hashcash-double-spend-database): Ditto.
15977         (hashcash-in-news): Ditto.
15978
15979         * message.el (message-minibuffer-local-map): Add :group.
15980
15981         * netrc.el (netrc): Add :group.
15982
15983         * sieve-manage.el (sieve-manage-log): Add :group.
15984         (sieve-manage-default-user): Diito.
15985         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15986         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15987         (sieve-manage-authenticators): Ditto.
15988         (sieve-manage-authenticator-alist): Ditto.
15989         (sieve-manage-default-port): Ditto.
15990
15991         * sieve-mode.el (sieve-control-commands-face): Add :group.
15992         (sieve-action-commands-face): Ditto.
15993         (sieve-test-commands-face): Ditto.
15994         (sieve-tagged-arguments-face): Ditto.
15995
15996         * smime.el (smime): Add :group.
15997
15998         * spam-report.el (spam-report): Add :group.
15999
16000         * spam.el (spam, spam-face): Add :group.
16001
16002 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16005         return \n.\n.\n at the end of articles.  Protect against that.
16006         (nntp-with-open-group): Allow debugging.
16007
16008         * nnheader.el (mail-header-set-extra): Make into a function
16009         because I just could't understand how to quote the list properly.
16010
16011         * dns.el (query-dns-cached): New function.
16012
16013 2005-05-26  Lute Kamstra  <lute@gnu.org>
16014
16015         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16016
16017 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16020
16021         * gnus-art.el: Don't autoload mail-extract-address-components.
16022
16023         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16024         eval-and-compile to evaluate it.
16025
16026         * hashcash.el: Don't autoload executable-find.
16027
16028         * nndb.el: Don't declare the nndb back end two or more times; don't
16029         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16030
16031         * nntp.el: Autoload format-spec instead of format; use
16032         eval-and-compile to evaluate autoload forms.
16033
16034 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16035
16036         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16037
16038 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039
16040         * gnus.el (gnus-version-number): Bump version.
16041
16042 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16043
16044         * gnus.el: No Gnus v0.3 is released.
16045
16046 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16047
16048         * lpath.el (featurep): Bind show-nonbreak-escape.
16049
16050 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-art.el (gnus-article-edit-part): Disable undo.
16053
16054 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16057         gnus-article-date-lapsed-new-header is t if date timer is active;
16058         skip headers in which the original date value is empty.
16059         (gnus-article-save-original-date): Redefine it as a macro.
16060         (gnus-display-mime): Use it.
16061
16062 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-art.el (article-date-ut): Support converting date in
16065         forwarded parts as well.
16066         (gnus-article-save-original-date): New function.
16067         (gnus-display-mime): Use it.
16068
16069 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16070
16071         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16072         enclosure element of <item>.
16073
16074 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * message.el (message-kill-buffer-query): Rename from
16077         `message-kill-buffer-query-if-modified'.  Add :version.
16078
16079 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16082         window layout.
16083
16084 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * mml.el: Autoload dnd when compiling.
16087
16088 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16091         x-dnd-*.
16092
16093 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * qp.el (quoted-printable-encode-region): Save excursion.
16096
16097 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16098
16099         * message.el (message-kill-buffer-query-if-modified): Add new variable
16100         so the user can kill a modified message buffer quickly.
16101         (message-kill-buffer): Use it.
16102
16103 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * lpath.el: Fbind display-time-event-handler; don't fbind
16106         string-to-multibyte.
16107
16108         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16109
16110 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16113         contained in text because xml.el decodes entities) with LFs.
16114
16115 2005-04-11  Lute Kamstra  <lute@gnu.org>
16116
16117         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16118         differently.
16119
16120 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16121
16122         * mm-util.el (mm-detect-coding-region): Typo.
16123
16124 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16127
16128 2005-04-06  Deepak Goel  <deego@gnufans.org>
16129
16130         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16131         user-function allow user modifications of the scores.
16132         (spam-stat-score-buffer-user): New function, to allow
16133         user-computed modifications to the score.
16134         (spam-stat-score-buffer-user-functions): List of additional
16135         scoring functions.
16136         (spam-stat-error-holder): Global temporary error holder.
16137         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16138         variable.
16139
16140 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * gnus-registry.el (gnus-registry-clean-empty-function)
16143         (gnus-registry-trim, gnus-registry-fetch-groups)
16144         (gnus-registry-delete-group): Groups that match
16145         `gnus-registry-ignored-groups' are removed from the registry
16146         entries, not just ignored for splitting.  This helps clean up the
16147         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16148         to get all the groups a message ID is in.
16149
16150         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16151         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16152         (spam-stat-score-buffer-user-functions): Add :number custom type.
16153
16154 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16157         argument in XEmacs.
16158
16159         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16160         (nnrss-request-group): Decode group name first.
16161         (nnrss-request-article): Make a text/plain article if mml-to-mime
16162         failed.
16163         (nnrss-get-encoding): Return a compatible encoding according to
16164         nnrss-compatible-encoding-alist.
16165         (nnrss-find-el): Use consp instead of listp.
16166         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16167
16168 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16171         which Emacs 20 doesn't support.
16172         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16173
16174 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16177         silence the byte compiler inside the defun.
16178
16179         * gnus-demon.el (parse-time-string): Add autoload.
16180
16181         * gnus-delay.el (parse-time-string): Add autoload.
16182
16183         * gnus-art.el (parse-time-string): Add autoload.
16184
16185         * nnultimate.el (parse-time): Require for `parse-time-string'.
16186
16187 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16190
16191         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16192
16193         * smime.el (smime-ldap-host-list): Add :version.
16194
16195 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16198         pass it to `gnus-browse-read-group'.
16199         (gnus-browse-read-group): Add NUMBER argument and pass it to
16200         `gnus-group-read-ephemeral-group'.
16201
16202         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16203         argument and pass it to `gnus-group-read-group'.
16204
16205 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16206
16207         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16208         mm-xemacs-find-mime-charset-1 if we have the mule feature
16209         available at runtime.
16210
16211 2005-03-25  Werner Lemberg  <wl@gnu.org>
16212
16213         * nnmaildir.el: Replace `illegal' with `invalid'.
16214
16215 2005-03-23  Lute Kamstra  <lute@gnu.org>
16216
16217         * time-date.el: Add comment on time value formats.
16218         Don't require parse-time.
16219         (with-decoded-time-value): New macro.
16220         (encode-time-value): New function.
16221         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16222         (days-to-time): Return a valid time value when arg is huge.
16223         (time-since): Use time-subtract.
16224         (time-to-number-of-days): Use time-to-seconds.
16225
16226 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16227
16228         * gnus-start.el (gnus-display-time-event-handler):
16229         Check display-time-timer at runtime rather than only at load time
16230         in case display-time-mode is turned off in the mean time.
16231
16232 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16235         used.
16236
16237         * nneething.el (nneething-map-file-directory): Derive from
16238         `gnus-directory'.
16239
16240         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16241         the To/Cc button.
16242
16243 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16244
16245         * nnmaildir.el (nnmaildir-request-accept-article):
16246         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16247
16248 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16249
16250         * gnus-async.el: Require timer-funcs at compile time when in
16251         XEmacs for `run-with-idle-timer'.
16252
16253 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16254
16255         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16256         autoloaded function.
16257
16258 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16259
16260         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16261
16262 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16263
16264         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16265
16266 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16267
16268         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16269         Add gnus-expert-user to default.
16270
16271 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16272
16273         * nnimap.el (nnimap-open-server): Ditto.
16274
16275         * imap.el (imap-authenticate): Fix typo.
16276
16277 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16278
16279         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16280         buffer (since IMAP server might return FETCH response out of
16281         order, and the nntp buffer must be sorted).
16282
16283 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16284
16285         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16286         comparison on string.
16287
16288         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16289         (gnus-agent-score): Rename category keywords to match gnus-cus.
16290         (gnus-agent-summary-fetch-series): Modify to protect against
16291         gnus-agent-summary-fetch-group clearing processable flags.
16292         (gnus-agent-synchronize-group-flags): Update live group buffer as
16293         synchronization may occur due to the user toggle the plugged
16294         status.
16295         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16296         successfully downloaded.
16297         (gnus-agent-expire-group-1): Avoid using markers when the overview
16298         is in ascending order; greatly improves performance.
16299         (gnus-agent-regenerate-group):
16300         Use gnus-agent-synchronize-group-flags to reset read status in both
16301         gnus and server.
16302         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16303
16304 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * message.el: Don't autoload former message-utils variables.
16307         (message-strip-subject-trailing-was): Change doc string.
16308
16309         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16310         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16311         (nnweb-google-search): Add "hl=en" here.
16312         (nnweb-google-parse-1, nnweb-google-create-mapping):
16313         Don't hardcode URL.
16314
16315 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * message.el (message-get-reply-headers, message-followup):
16318         Mention related variables `message-use-followup-to' and
16319         `message-use-mail-followup-to', in the information buffer.
16320
16321         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16322         of broken groups(-beta).google.com.
16323
16324 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16325
16326         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16327         parameter to invoked gnus-request-move-article; remove the
16328         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16329         all at once instead of once per article.
16330         (gnus-summary-remove-process-mark): Accept a list of articles as
16331         well as a single article for processing.
16332
16333         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16334         parameter.
16335
16336         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16337
16338         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16339
16340         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16341         parameter.
16342
16343         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16344         parameter.
16345
16346         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16347         parameter and remove the gnus-sum-hint-move-is-internal variable.
16348
16349         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16350         parameter.
16351
16352         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16353         parameter.
16354
16355         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16356         parameter.
16357
16358         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16359
16360         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16361         parameter.
16362
16363         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16364         parameter.
16365
16366 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16367
16368         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16369         a more conservative way.
16370
16371 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16372
16373         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16374         buffer, so it moves the window's cursor.
16375
16376 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16377
16378         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16379         `mm-dissect-multipart' and receive the from field as an (optional)
16380         argument from `mm-dissect-multipart'.
16381         (mm-dissect-multipart): Receive the from field as an argument and
16382         pass it on when we call `mm-dissect-buffer' on MIME parts.
16383         Fixes verification/decryption of signed/encrypted MIME parts.
16384
16385 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16386
16387         * gnus-sum.el (gnus-summary-move-article):
16388         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16389         whatever it calls (right now, only nnimap-request-move article
16390         respects it).
16391
16392         * nnimap.el (nnimap-request-move-article):
16393         When gnus-sum-hint-move-is-internal is set, don't do the extra
16394         nnimap-request-article.
16395
16396 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16399
16400         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16401         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16402
16403         * gnus-sum.el (gnus-summary-caesar-message):
16404         Apply `gnus-treat-article' after rotation.
16405
16406         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16407         doc string.
16408
16409 2005-02-22  Simon Josefsson  <jas@extundo.com>
16410
16411         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16412         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16413         <arne@arnested.dk>.
16414         (encrypt): Add password-cache and password-cache-expiry as group
16415         members.
16416
16417 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16418
16419         * smime.el (smime-ldap-host-list): Doc fix.
16420         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16421         cache) password.
16422         (smime-sign-region): Use it.
16423         (smime-decrypt-region): Use it.
16424         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16425         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16426         fails.
16427         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16428         certificate from DER to PEM format rather than calling openssl.
16429
16430         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16431
16432         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16433         for signing/encryption.
16434
16435         * mml.el (mml-parse-1): Use them.
16436
16437 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16438
16439         * nnrss.el (nnrss-verbose): Remove.
16440         (nnrss-request-group): Use `nnheader-message' instead.
16441
16442 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16443
16444         * nnrss.el (nnrss-verbose): New variable.
16445         (nnrss-request-group): Make it say nnrss is requesting a group.
16446
16447 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16450         Handle news URL with given port correctly.
16451
16452 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16455         containing special characters.
16456
16457         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16458
16459         * mml.el (mime-to-mml): Ditto.
16460
16461         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16462         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16463         (rfc2047-decode-region): Quote decoded words containing special
16464         characters when rfc2047-quote-decoded-words-containing-tspecials
16465         is non-nil.
16466
16467 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16468
16469         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16470
16471         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16472
16473 2005-02-15  Simon Josefsson  <jas@extundo.com>
16474
16475         * nnimap.el (nnimap-debug): Doc fix.
16476
16477         * imap.el (imap-debug): Doc fix.
16478
16479 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16482
16483 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * gnus.el (spam-contents): Improve docs for spam-contents
16486         parameter in its variable incarnation.
16487
16488 2005-02-14  Simon Josefsson  <jas@extundo.com>
16489
16490         * smime-ldap.el: Use require instead of load-library for ldap.
16491         (smime-ldap-search): Indent.
16492         (smime-ldap-search-internal): Shorten line.
16493
16494         * smime.el (smime-cert-by-dns): Add doc-string.
16495         (smime-cert-by-ldap-1): Indent.
16496
16497         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16498         mml-smime-get-dns-ldap.
16499         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16500
16501 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16502
16503         * smime.el: Require smime-ldap.
16504         (smime-ldap-host-list): New variable.
16505         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16506
16507         * mml-smime.el (mml-smime-encrypt-query): New function.
16508         (mml-smime-encrypt-query): Use it.
16509
16510         * smime-ldap.el: New file.
16511
16512 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16515
16516 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16519         argument in doc string.  Make query for type more clear.
16520
16521 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus.el (gnus-group-startup-message): Search for gnus images in
16524         etc/images/gnus.
16525         * mm-util.el (mm-image-load-path): Likewise.
16526         * smiley.el (smiley-data-directory): Search for smilies in
16527         etc/images/smilies.
16528
16529 2005-02-09  Kim F. Storm  <storm@cua.dk>
16530
16531         Change Emacs release version from 21.4 to 22.1 throughout.
16532         Change Emacs development version from 21.3.50 to 22.0.50.
16533
16534 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16537
16538         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16539         non-Mule XEmacs as well.
16540         (mm-decompress-buffer): Signal an error intentionally if it does
16541         not decompress compressed data because auto-compression-mode is
16542         disabled.
16543
16544 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16545
16546         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16547         an ID in the registry even if it has no groups.
16548
16549 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16552         merge it into mm-decompress-buffer.
16553         (gnus-mime-copy-part): Use the MIME part charset, the value which
16554         a user specified or gnus-newsgroup-charset for decoding, like
16555         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16556         save-buffer what was used.  Suggested by Kevin Ryde
16557         <user42@zip.com.au>.
16558         (gnus-mime-inline-part): Allow the name parameter as well as the
16559         filename parameter; force decompressing of compressed data; always
16560         display contents being not decoded as unibyte.
16561
16562         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16563         as well as the filename parameter.
16564
16565         * mm-util.el (mm-decompress-buffer):
16566         Merge gnus-mime-jka-compr-maybe-uncompress.
16567         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16568         of compressed data.
16569
16570 2005-02-08  Simon Josefsson  <jas@extundo.com>
16571
16572         * imap.el (imap-log): Doc fix.
16573
16574 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16577         the coding cookies; decompress compressed parts.
16578
16579         * mml.el (mml-generate-mime-1): Add the charset parameter according
16580         to the value which a user specified manually or the coding cookie.
16581
16582         * mm-util.el (mm-string-to-multibyte): New function.
16583         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16584         (mm-coding-system-to-mime-charset): New function.
16585         (mm-decompress-buffer): New function.
16586         (mm-find-buffer-file-coding-system): New function.
16587
16588         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16589         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16590         parts.
16591
16592 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16593
16594         * mm-view.el (mm-display-inline-fontify): Decode a part according
16595         to the charset parameter.
16596
16597 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16600         prefix arg is neither nil nor a number, as info specifies.
16601
16602 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16605         timestamps.
16606
16607 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16608
16609         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16610         groups error checking and notify user.
16611
16612 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16613
16614         * message.el (message-send-mail-function): Check existence of
16615         sendmail-program first before using default value
16616         `message-send-mail-with-sendmail'.  Otherwise use more generic
16617         `smtpmail-send-it'.
16618
16619 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * nntp.el (nntp-request-update-info): Always return nil.
16622
16623 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16624
16625         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16626
16627 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16628
16629         * message.el (message-beginning-of-line): Change the behavior when
16630         invoked between BOL and : so that it first moves backward.
16631
16632 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16635         article buffer when editing of the article is discarded.
16636         (gnus-article-prepare): Revert.
16637
16638 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus-art.el (gnus-article-prepare):
16641         Remove message-strip-forbidden-properties from the local hook.
16642
16643 2005-01-27  Simon Josefsson  <jas@extundo.com>
16644
16645         * password.el (password-cache-add): Only start one timer per key.
16646         Reported by Derek Atkins <warlord@MIT.EDU>.
16647
16648 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16649
16650         * run-at-time.el: Remove.  It is no longer needed as
16651         timer-funcs.el in the xemacs-base package has a working version of
16652         `run-at-time'.
16653
16654         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16655
16656         * password.el: Require timer-funcs instead of run-at-time in
16657         XEmacs.
16658         Remove `password-run-at-time' macro.
16659         (password-cache-add): Use `run-at-time' instead of
16660         `password-run-at-time'.
16661
16662         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16663         Remove `nnheader-cancel-function-timers' alias,
16664         `cancel-function-timers' exists in XEmacs in timer-funcs.
16665
16666         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16667         for `run-with-idle-timer'.
16668
16669         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16670         for `run-at-time'.
16671
16672         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16673         for `with-timeout'.
16674
16675         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16676         the same as for XEmacs 21.4.
16677         No need to ignore `run-with-idle-timer', this function exists in
16678         XEmacs now in timer-funcs.el in the xemacs-base package.
16679         (dgnushack-compile): No need to delete
16680         run-at-time.el from the list of files to compile because it
16681         doesn't exist anymore.
16682
16683 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16686         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16687
16688 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16689
16690         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16691         sensitively.
16692
16693 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16694
16695         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16696
16697 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16700         which will be inserted according to the multibyteness of a buffer
16701         rather than the type of contents.  Suggested by ARISAWA Akihiro
16702         <ari@mbf.ocn.ne.jp>.
16703
16704         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16705         of string which old xml.el may return rather than a string.
16706
16707 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16710
16711 2005-01-16  Simon Josefsson  <jas@extundo.com>
16712
16713         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16714         idn/idna.el isn't available.
16715         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16716         <michael@waxrat.com>.
16717
16718         * hashcash.el: Remove non-FSF copyright header.
16719
16720         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16721         (hashcash-generate-payment): Use it.
16722         (hashcash-generate-payment-async): Use it.
16723
16724 2005-01-15  Simon Josefsson  <jas@extundo.com>
16725
16726         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16727         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16728
16729         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16730         gnus-summary-idna-message.
16731         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16732         (gnus-summary-idna-message): New function.
16733
16734 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16737         gnus-novice-user.
16738
16739 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * nnrss.el (nnrss-request-delete-group): Delete entries in
16742         nnrss-group-alist as well.
16743         (nnrss-save-server-data): Insert newline.
16744
16745 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus.el (gnus-user-agent): Use list of symbols instead of
16748         symbols.  Display full version number for (S)XEmacs.
16749         Optionally display (S)XEmacs codename.
16750
16751         * gnus-util.el (gnus-emacs-version): Update for new
16752         `gnus-user-agent'.
16753
16754         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16755         Gnus version.
16756
16757 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16760         which is unreadable in some setups.
16761
16762 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * gnus-spec.el (gnus-update-format-specifications): Flush the
16765         group format spec cache if it doesn't support decoded group names.
16766
16767 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16770         Allow to apply decay on score files matching a regexp.
16771
16772 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16775         compatibility in %g and %c.
16776
16777 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16780         name for only %g and %c.
16781         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16782         of gnus-tmp-group to decoded group name.
16783         (gnus-group-make-rss-group): Exclude `/'s from group names.
16784
16785 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * nnrss.el (nnrss-get-encoding): Fix regexp.
16788
16789 2004-12-27  Simon Josefsson  <jas@extundo.com>
16790
16791         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16792         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16793         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16794
16795 2004-12-17  Kim F. Storm  <storm@cua.dk>
16796
16797         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16798
16799         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16800
16801 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16802
16803         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16804
16805 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * nnrss.el: Require rfc2047 and mml.
16808         (nnrss-file-coding-system): New variable.
16809         (nnrss-format-string): Redefine it as an inline function.
16810         (nnrss-decode-group-name): New function.
16811         (nnrss-string-as-multibyte): Remove.
16812         (nnrss-retrieve-headers): Decode group name; don't use
16813         nnrss-format-string.
16814         (nnrss-request-group): Decode group name.
16815         (nnrss-request-article): Decode group name; allow a Message-ID as
16816         well as an article number; don't use nnrss-format-string; encode a
16817         Message-ID string which may contain non-ASCII characters; use
16818         mml-to-mime to compose a MIME article.
16819         (nnrss-request-expire-articles): Decode group name.
16820         (nnrss-request-delete-group): Decode group name.
16821         (nnrss-fetch): Clarify error message.
16822         (nnrss-read-server-data): Use insert-file-contents instead of load;
16823         bind file-name-coding-system; use multibyte buffer.
16824         (nnrss-save-server-data): Bind coding-system-for-write to the
16825         value of nnrss-file-coding-system; bind file-name-coding-system;
16826         add coding cookie.
16827         (nnrss-read-group-data): Use insert-file-contents instead of load;
16828         bind file-name-coding-system; use multibyte buffer.
16829         (nnrss-save-group-data): Bind coding-system-for-write to the
16830         value of nnrss-file-coding-system; bind file-name-coding-system.
16831         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16832         make it work with non-ASCII text.
16833         (nnrss-find-el): Make it work with old xml.el as well.
16834
16835 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16836
16837         * nnrss.el (nnrss-get-encoding): New function.
16838         (nnrss-fetch): Use unibyte buffer initially; bind
16839         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16840         decode contents according to the encoding attribute.
16841         (nnrss-save-group-data): Add coding cookie.
16842         (nnrss-mime-encode-string): New function.
16843         (nnrss-check-group): Use it to encode subject and author.
16844
16845 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16846
16847         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16848         imaginary variable.
16849
16850 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16853         correctly even if there are wide characters.
16854
16855 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16856
16857         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16858         downcased symbol names; make a new cache instead of reusing
16859         bbdb-hashtable.
16860
16861 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16864         concatenating segments rather than before concatenating them.
16865         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16866
16867         * message.el (message-get-reply-headers): Bind `extra'.
16868
16869 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870
16871         * message.el (message-extra-wide-headers): New variable.
16872         (message-get-reply-headers): Use it.
16873
16874 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16877         (gnus-agent-group-pathname): Ditto.
16878
16879         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16880
16881         * gnus-group.el (gnus-group-make-group): Decode group name.
16882         (gnus-group-make-rss-group): Register the group data after opening
16883         the nnrss group.
16884
16885 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16886
16887         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16888         by expiry now get marked as read.
16889
16890 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16893
16894 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16895
16896         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16897         unify Latin characters in XEmacs.
16898         (mm-find-mime-charset-region): Use it.
16899
16900 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-util.el (gnus-delete-directory): New function.
16903
16904         * gnus-agent.el (gnus-agent-delete-group): Use it.
16905
16906         * gnus-cache.el (gnus-cache-delete-group): Use it.
16907
16908 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16911         names.
16912
16913 2004-12-16  Simon Josefsson  <jas@extundo.com>
16914
16915         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16916
16917 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16920
16921         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16922         (gnus-group-set-current-level): Decode group name.
16923
16924 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16925
16926         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16927         failed.
16928
16929 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * gnus-group.el (gnus-group-delete-group): Decode group name.
16932         (gnus-group-make-rss-group): Encode group name.
16933         (gnus-group-catchup-current): Decode group name.
16934         (gnus-group-kill-group): Decode group name.
16935
16936 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16937
16938         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16939
16940 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * gnus-group.el (gnus-group-make-rss-group):
16943         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16944
16945         * gnus-start.el (gnus-setup-news): Honor user's setting to
16946         gnus-message-archive-method.  Suggested by Lute Kamstra
16947         <lute@gnu.org>.
16948
16949 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16950
16951         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16952         global counterparts of the buffer-local variables.
16953
16954 2004-11-16  Romain Francoise  <romain@orebokech.com>
16955
16956         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16957         counterparts of the buffer-local variables.
16958
16959 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * message.el (message-forbidden-properties): Fix typo in doc
16962         string.
16963
16964 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * gnus-util.el (gnus-replace-in-string): Add doc string.
16967
16968         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16969         to avoid problems when splitting mails with many recipients.
16970
16971 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16972
16973         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16974         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16975
16976 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16977
16978         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16979         if there is no hashtable in memory or file modification time is
16980         newer than cached timestamp.
16981
16982 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * gnus-sum.el (gnus-summary-limit-to-recipient):
16985         Implement not-matching option.
16986
16987 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16990         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16991         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16992         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16993         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16994         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16995
16996 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * message.el (message-forward-make-body-mml): Remove headers
16999         according to message-forward-ignored-headers if a message is decoded.
17000
17001 2004-12-02  Romain Francoise  <romain@orebokech.com>
17002
17003         * message.el (message-forward-make-body-plain): Always remove
17004         headers according to message-forward-ignored-headers.
17005
17006 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * spam.el (spam-summary-prepare-exit): Remove the
17009         gnus-summary-limit pop for now, it has problems with ham marks for
17010         me.
17011
17012 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17015         correctly.
17016
17017 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17018
17019         * format-spec.el (format-spec): Message the char.
17020
17021 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * gnus-art.el (gnus-split-methods): Reformat comments.
17024
17025         * spam.el (spam-summary-prepare-exit): Remove article limits
17026         before exiting the summary buffer.
17027
17028 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17031         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17032
17033         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17034         order to silence the byte compiler.
17035
17036         * spam.el: Fix the way to silence the byte compiler, which
17037         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17038         bbdb-search-simple, spam-BBDB-register-routine,
17039         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17040         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17041         spam-stat-buffer-is-spam, spam-stat-load,
17042         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17043         spam-stat-save and spam-stat-split-fancy.
17044
17045 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17048         which may confuse users.
17049         (canlock-password-for-verify): Ditto.
17050
17051         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17052
17053         * gnus-art.el (gnus-emphasis-alist): Ditto.
17054
17055         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17056
17057         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17058
17059         * gnus-start.el (gnus-save-killed-list): Ditto.
17060
17061         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17062         (gnus-sum-thread-tree-root): Ditto.
17063         (gnus-sum-thread-tree-false-root): Ditto.
17064         (gnus-sum-thread-tree-single-indent): Ditto.
17065
17066         * message.el (message-courtesy-message): Ditto.
17067         (message-archive-note): Ditto.
17068         (message-subscribed-address-file): Ditto.
17069         (message-user-fqdn): Ditto.
17070
17071         * spam-report.el (spam-report-gmane-regex): Ditto.
17072
17073         * spam.el (spam-blackhole-good-server-regex): Ditto.
17074
17075 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * mml.el (mml-preview): Widen the message buffer before copying
17078         the contents to the preview buffer; sort headers before previewing.
17079
17080         * message.el (message-hidden-headers): Fix the way to avoid a bug
17081         in the `repeat' widget in Emacs 21.3 or earlier.
17082
17083 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * message.el (message-hidden-headers): Default to "^References:".
17086         Improve customization type.  Suggested by Reiner Steib
17087         <Reiner.Steib@gmx.de>.
17088
17089 2004-11-25  Romain Francoise  <romain@orebokech.com>
17090
17091         * message.el (message-strip-forbidden-properties): Remove check for
17092         obsolete `message-hidden' text property, hidden headers are not
17093         accessible in the buffer anymore.
17094
17095 2004-11-22  Romain Francoise  <romain@orebokech.com>
17096
17097         * message.el (message-header-format-alist): Add `From' in list
17098         so that it can be sorted.
17099         (message-fix-before-sending): Widen and sort headers before
17100         sending.
17101         (message-hide-headers): Use narrowing to hide headers by moving
17102         them to the top of the buffer and narrowing to the region
17103         underneath.
17104
17105 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17106
17107         * message.el (message-strip-forbidden-properties):
17108         Bind buffer-read-only (etc) to nil.
17109
17110 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17113         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17114
17115 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17116
17117         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17118
17119 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120
17121         * dns.el (query-dns): Use sit-for to time instead of
17122         accept-process-output, since that doesn't seem to work on udp
17123         sockets.
17124
17125 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17128
17129 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17130
17131         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17132         doc string.  Improve doc string.
17133
17134 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * nntp.el (nntp-request-update-info): Return nil if
17137         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17138         may not call gnus-activate-group which uselessly issues the GROUP
17139         commands for all nntp groups and wastes time.  Reported by Romain
17140         Francoise <romain@orebokech.com>.
17141
17142         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17143
17144 2004-11-15  Simon Josefsson  <jas@extundo.com>
17145
17146         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17147         headers separately.
17148         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17149         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17150
17151 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * gnus-start.el (gnus-convert-old-newsrc):
17154         Assign legacy-gnus-agent to 5.10.7.
17155
17156 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17159         start of the lines.
17160
17161 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17162
17163         * hashcash.el (hashcash-default-payment): Change default to 20.
17164         (hashcash-default-accept-payment): Change default to 20.
17165         (hashcash-process-alist): New variable.
17166         (hashcash-generate-payment-async): Add.
17167         (hashcash-already-paid-p): Add.
17168         (hashcash-insert-payment): Don't generate payments twice.
17169         (hashcash-insert-payment-async): Add.
17170         (hashcash-insert-payment-async-2): Add.
17171         (hashcash-cancel-async): Add.
17172         (hashcash-wait-async): Add.
17173         (hashcash-processes-running-p): Add.
17174         (hashcash-wait-or-cancel): Add.
17175         (mail-add-payment): New optional argument.  Conditionally start
17176         asynchronous calculation.
17177         (mail-add-payment-async): Add.
17178
17179         * message.el (message-send-mail): Wait for asynchronous hashcash
17180         results.  Don't clobber existing X-Hashcash headers.
17181         (message-setup-1): Call mail-add-payment-async when
17182         message-generate-hashcash is non-nil.
17183
17184 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17185
17186         * message.el (message-use-alternative-email-as-from): Examine the
17187         From header as well; use message-make-from in order to include a
17188         user's full name.
17189
17190 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17193         default; improve customization type.
17194         (gnus-emphasis-custom-with-format): New macro.
17195         (gnus-emphasis-custom-value-to-external): New function.
17196         (gnus-emphasis-custom-value-to-internal): New function.
17197
17198 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17199
17200         * dns.el (query-dns): Resolve reverse addresses.
17201
17202 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17203
17204         * gnus-group.el (gnus-group-get-new-news): Use it.
17205
17206         * gnus-start.el (gnus-check-reasonable-setup): New function.
17207
17208 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17211         "Args out of range" error.  Reported by Arnaud Giersch
17212         <arnaud.giersch@free.fr>.
17213
17214 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17215
17216         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17217
17218 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17219
17220         * spam.el (spam group): Add :version.
17221
17222         * pgg-def.el (pgg group): Add :version.
17223
17224 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * gnus-art.el (gnus-article-edit-article): Don't associate the
17227         article buffer with a draft file.  This is a temporary measure
17228         against the 2004-08-22 change to gnus-article-edit-mode.
17229
17230 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17233         (html2text-format-tags): Remove unused variable `attr'.
17234
17235 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17238
17239         * tls.el (tls-process-connection-type, tls-success)
17240         (tls-certtool-program): Add :version.
17241
17242         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17243         (starttls-extra-arguments, starttls-process-connection-type)
17244         (starttls-connect, starttls-failure, starttls-success): Add :version.
17245
17246         * spam-stat.el (spam-stat): Add :version.
17247
17248         * sieve.el (sieve): Add :version.
17249
17250         * sha1.el (sha1): Add :version.
17251         (sha1-use-external): Remove redundant version.
17252
17253         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17254         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17255         (nnmail-split-fancy-match-partial-words)
17256         (nnmail-split-lowercase-expanded): Add :version.
17257
17258         * nndiary.el (nndiary): Add :version.
17259
17260         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17261
17262         * mml-sec.el (mml-default-sign-method)
17263         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17264         Add :version.
17265
17266         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17267
17268         * mm-url.el (mm-url-use-external, mm-url-program)
17269         (mm-url-arguments): Add :version.
17270
17271         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17272         (mm-attachment-file-modes, mm-decrypt-option)
17273         (mm-w3m-safe-url-regexp): Add :version.
17274
17275         * message.el (message-cite-prefix-regexp)
17276         (message-sendmail-envelope-from, message-minibuffer-local-map)
17277         (message-user-fqdn, message-completion-alist): Add :version.
17278
17279         * gnus-win.el (gnus-configure-windows-hook)
17280         (gnus-use-frames-on-any-display): Add :version.
17281
17282         * gnus-art.el (gnus-article-address-banner-alist)
17283         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17284         (gnus-treat-from-picon, gnus-treat-mail-picon)
17285         (gnus-treat-x-pgp-sig): Add :version.
17286
17287         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17288         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17289         (gnus-summary-article-delete-hook)
17290         (gnus-summary-display-while-building): Add :version.
17291
17292         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17293         (gnus-get-top-new-news-hook): Add :version.
17294
17295         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17296         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17297
17298         * gnus-registry.el (gnus-registry): Add :version.
17299
17300         * gnus-spec.el (gnus-use-correct-string-widths)
17301         (gnus-make-format-preserve-properties): Add :version.
17302
17303         * gnus.el (gnus-group-charter-alist)
17304         (gnus-group-fetch-control-use-browse-url)
17305         (gnus-install-group-spam-parameters): Add :version.
17306
17307         * gnus-diary.el (gnus-diary): Add :version.
17308
17309         * gnus-delay.el (gnus-delay): Add :version.
17310
17311         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17312         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17313         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17314         Add :version.
17315
17316         * gnus-agent.el (gnus-agent-max-fetch-size)
17317         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17318         (gnus-agent-prompt-send-queue): Add :version.
17319
17320         * deuglify.el (gnus-outlook-deuglify): Add :version.
17321
17322         * html2text.el: Beautify code.  Improve doc strings.
17323         Some checkdoc cleanup.
17324         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17325
17326 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17327
17328         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17329
17330 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17331
17332         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17333         when package is loaded.
17334
17335         * spam.el (spam-summary-score-preferred-header): Add global preference
17336         for people who want to override the default SpamAssassin over
17337         Bogofilter preference (when both are set).
17338         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17339         (spam-user-format-function-S):
17340         Check spam-summary-score-preferred-header.
17341         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17342         (spam-user-format-function-S): Format the score correctly.
17343
17344 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17347         signature file.  Suggested by Manoj Srivastava
17348         <srivasta@golden-gryphon.com>.
17349
17350         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17351         iso-2022-jp even in the Japanese language environment.
17352         Suggested by Jason Rumney <jasonr@gnu.org>.
17353
17354 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17357         use the same characters as the dummy marks; make it free from
17358         getting affected by the language environment.
17359         (gnus-summary-read-group-1): Update mark positions only when the
17360         format spec is updated.
17361
17362         * gnus-spec.el (gnus-update-format-specifications): Return a list
17363         of updated types.
17364
17365 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17368         of boundp to check if display-warning is available.
17369
17370 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17373
17374 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * nnspool.el (nnspool-spool-directory): Use news-path if the
17377         news-directory variable is not bound.
17378
17379         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17380         function instead of display-warning if it is not available.
17381
17382 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17385         v5-10: Use `point-at-bol'.
17386
17387 2004-10-26  Simon Josefsson  <jas@extundo.com>
17388
17389         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17390         <chenggao@gmail.com>.
17391
17392 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17395         instead.
17396
17397 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17398
17399         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17400         to remove a server from the nnimap-server-buffer-alist.
17401         (nnimap-open-connection, nnimap-close-server): Use it.
17402
17403         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17404
17405 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17408         running the major-mode function.
17409
17410 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17413         dummy marks in the right way.
17414
17415 2004-10-18  David Edmondson  <dme@dme.org>
17416
17417         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17418         excessively.
17419
17420 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17421
17422         * gnus-util.el (gnus-split-references): Accept a nil references
17423         string and go on blissfully.
17424
17425         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17426         cases where the references string is non-nil but has no references.
17427
17428         * encrypt.el: Add autoload tags.
17429
17430         * spam.el (spam-resolve-registrations-routine): Remove article
17431         from unregistration list too.  Reported by David Hanak
17432         <dhanak@isis.vanderbilt.edu>
17433
17434 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17435
17436         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17437         nil.  Change custom type.
17438
17439 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17442
17443         * gnus-sum.el (gnus-summary-move-article): Use it.
17444
17445 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * encrypt.el: Add autoload cookies.
17448
17449         * spam.el (spam-backend-article-list-property)
17450         (spam-backend-get-article-todo-list)
17451         (spam-backend-put-article-todo-list)
17452         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17453         Resolve registrations separately.
17454         (spam-register-routine): Format comments.
17455         (spam-unregister-routine, spam-register-routine): Always call with
17456         specific-articles, no default list.
17457         (spam-summary-prepare-exit): Use the spam-classifications function.
17458
17459         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17460         gnus-encrypt.el.
17461
17462         * encrypt.el: Copied from gnus-encrypt.el.
17463
17464         * gnus-encrypt.el: Commented that it's obsolete.
17465
17466 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17469         (gnus-score-save): Use it.
17470
17471         * message.el (message-bury): Use `window-dedicated-p'.
17472
17473 2004-10-15  Simon Josefsson  <jas@extundo.com>
17474
17475         * pop3.el (top-level): Don't require nnheader.
17476         (pop3-read-timeout): Add.
17477         (pop3-accept-process-output): Add.
17478         (pop3-read-response, pop3-retr): Use it.
17479
17480 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17481
17482         * spam.el (spam-register-routine): Move comment.
17483         (spam-verify-bogofilter): Use 'unknown for the initial
17484         spam-bogofilter-valid state, not 'never.
17485
17486         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17487         for netrc-machine.
17488
17489         * nnimap.el (nnimap-open-connection):
17490         Use netrc-machine-user-or-password.
17491
17492 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17493
17494         * gnus-registry.el (gnus-registry-unload-hook):
17495         Set as a variable with add-hook.
17496
17497         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17498         of news-path.
17499
17500         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17501
17502         * spam.el: Delete duplicate `provide'.
17503         (spam-unload-hook): Set as a variable with add-hook.
17504
17505 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17506
17507         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17508         in the doc string.
17509
17510         * message.el (message-ignored-news-headers)
17511         (message-ignored-supersedes-headers)
17512         (message-ignored-resent-headers)
17513         (message-forward-ignored-headers): Improve custom type.
17514
17515 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * message.el (message-tokenize-header): Fix 2004-09-06 change
17518         which used point-min in the wrong place.
17519
17520 2004-10-12  Simon Josefsson  <jas@extundo.com>
17521
17522         * tls.el (tls-certtool-program): New variable.
17523         (tls-certificate-information): New function, based on
17524         ssl-certificate-information.
17525
17526 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * compface.el: Move the version of ELisp-based uncompface program
17529         to the contrib directory because of the copyright problem.
17530
17531 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * message.el (message-kill-buffer): Raise the current frame.
17534
17535 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17538
17539         * gnus.el (message-y-or-n-p): Autoload.
17540
17541         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17542         (pop3-password-required, pop3-authentication-scheme)
17543         (pop3-leave-mail-on-server): Make customizable.
17544         (pop3): New custom group.
17545         (pop3-retr): Remove `sleep-for' statements.
17546         Suggested by Dave Love <fx@gnu.org>.
17547
17548         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17549         Windows/DOS.
17550
17551         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17552         (imap-parse-body): Fix incorrect use of `assert'.
17553         Suggested by Dave Love <fx@gnu.org>.
17554
17555         * mml.el (mml-minibuffer-read-disposition): Require match.
17556         Suggested by Dave Love <fx@gnu.org>.
17557
17558 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17561         doc string.
17562
17563 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17566
17567 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17568
17569         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17570         instead of calling `mm-insert-inline', to decode text/* parts
17571         before displaying them.
17572
17573 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * mm-uu.el (mm-uu-text-plain-type): New variable.
17576         (mm-uu-pgp-signed-extract-1): Use it.
17577         (mm-uu-pgp-encrypted-extract-1): Use it.
17578         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17579         bind mm-uu-text-plain-type with that value.
17580         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17581         mm-uu-dissect.
17582
17583 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-group.el (gnus-update-group-mark-positions):
17586         * gnus-sum.el (gnus-update-summary-mark-positions):
17587         * message.el (message-check-news-body-syntax):
17588         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17589         of string-as-multibyte.
17590
17591 2004-10-05  Juri Linkov  <juri@jurta.org>
17592
17593         * gnus-group.el (gnus-update-group-mark-positions):
17594         * gnus-sum.el (gnus-update-summary-mark-positions):
17595         * message.el (message-check-news-body-syntax):
17596         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17597         8-bit unibyte values to a multibyte string for search functions.
17598
17599 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17602         (mm-uu-dissect-text-parts): New function.
17603
17604         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17605         dissect text parts.
17606
17607         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17608         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17609
17610         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17611
17612         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17613         Use gnus-current-topics instead of gnus-current-topic.
17614
17615 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17616
17617         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17618
17619 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17622         where approriate.
17623
17624         * nnml.el (nnml-generate-active-info): do.
17625
17626         * nndiary.el (nndiary-generate-active-info): do.
17627
17628         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17629         (gnus-topic-move): do.
17630
17631         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17632         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17633
17634         * gnus-srvr.el (gnus-server-prepare)
17635         (gnus-server-open-all-servers): do.
17636
17637         * gnus-msg.el (gnus-summary-cancel-article)
17638         (gnus-summary-resend-message)
17639         (gnus-summary-mail-crosspost-complaint): do.
17640
17641         * gnus-move.el (gnus-change-server): do.
17642
17643         * gnus-group.el (gnus-group-unmark-all-groups)
17644         (gnus-group-set-current-level): do.
17645
17646 2004-10-04  Simon Josefsson  <jas@extundo.com>
17647
17648         * message.el (message-generate-hashcash): Doc fix.
17649
17650 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17651
17652         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17653         avoid infinite recursion via gnus-get-function.
17654
17655 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17656
17657         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17658
17659         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17660
17661         * nnmail.el (nnmail-split-history): do.
17662
17663         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17664         (nnml-request-delete-group): do.
17665
17666         * nnslashdot.el (nnslashdot-read-groups): do.
17667
17668         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17669         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17670
17671         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17672         (nnspool-sift-nov-with-sed): Use last.
17673         (nnspool-retrieve-headers-with-nov): Use mapc.
17674         (nnspool-request-newgroups): Use dolist.
17675         (nnspool-request-group): Use last.
17676
17677         * nntp.el (nntp-read-server-type): Use dolist.
17678
17679         * nnvirtual.el (nnvirtual-create-mapping)
17680         (nnvirtual-update-read-and-marked): Use dolist.
17681         (nnvirtual-convert-headers): Simplify.
17682
17683 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17684
17685         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17686         Add support for sync'ing tick marks.
17687
17688 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17691         there's no visible header.
17692
17693 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17694
17695         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17696         When necessary, pass full group name to gnus-request-set-marks.
17697
17698 2004-10-01  Simon Josefsson  <jas@extundo.com>
17699
17700         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17701         acroread.
17702
17703 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17704
17705         * spam-report.el (spam-report-gmane): Fix interactive.
17706
17707         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17708
17709         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17710         when writing file.
17711         (gnus-agent-synchronize-flags): Don't default to being
17712         interactive.
17713
17714 2004-09-30  Simon Josefsson  <jas@extundo.com>
17715
17716         * message.el (message-generate-hashcash): Add.
17717         (message-send-mail): Use it, call mail-add-payment.
17718
17719 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17720
17721         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17722
17723 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17724
17725         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17726         gnus-requst-update-info with explicit code to sync the in-memory
17727         info read flags with the marks being sync'd to the backend.
17728
17729         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17730
17731 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17732
17733         * spam.el (spam-verify-bogofilter): Add new function.
17734         (spam-check-bogofilter)
17735         (spam-bogofilter-register-with-bogofilter): Use it.
17736         (spam-verify-bogofilter): Add small fixes.
17737
17738 2004-09-28  Simon Josefsson  <jas@extundo.com>
17739
17740         * hashcash.el (hashcash-generate-payment): Revert.
17741
17742 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17743
17744         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17745         Use gnus-extract-references instead of gnus-split-references.
17746
17747         * gnus-util.el (gnus-extract-references): Add new function, analogous
17748         to gnus-split-references but extracts only the message-ID without
17749         anything extra.
17750
17751         * hashcash.el (hashcash-generate-payment)
17752         (hashcash-check-payment): Do the right thing if hashcash-path is
17753         nil (because the hashcash program could not be found).
17754
17755         * spam.el (spam-use-hashcash): Remove comment.
17756
17757 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17760         (gnus-cache-enter-article, gnus-cache-remove-article)
17761         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17762
17763         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17764
17765         * gnus-art.el (article-hide-boring-headers)
17766         (article-translate-strings, article-display-face)
17767         (gnus-article-mime-match-handle-first)
17768         (gnus-article-highlight-headers)
17769         (gnus-article-add-buttons-to-head): do.
17770
17771 2004-09-27  Simon Josefsson  <jas@extundo.com>
17772
17773         * hashcash.el: New version, from
17774         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17775         ../contrib/.
17776
17777 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17780
17781 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * gnus-dup.el (gnus-dup-open): Use mapc.
17784         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17785
17786         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17787         Reported by Stefan Wiens <s.wi@gmx.net>.
17788
17789         * gnus.el (gnus-shutdown): Use dolist.
17790
17791         * gnus-undo.el (gnus-undo): Use mapc.
17792
17793         * nnrss.el (nnrss-generate-active): do.
17794
17795         * message.el (message-cite-original-without-signature)
17796         (message-cite-original): Use mapc.
17797         (message-do-actions, message-make-forward-subject): Use dolist.
17798
17799 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17800
17801         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17802         deletion to remove entire duplicate line.  Fixes merged article
17803         number bug.
17804
17805 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17806
17807         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17808         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17809         first ask if you want to open a server and then, even when you
17810         responded with no, asking if you want to synchronize the server's
17811         flags.
17812         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17813         multi-line expressions.
17814         (gnus-agent-synchronize-group-flags): New internal function.
17815         Updates marks in memory (in the info structure) AND in the
17816         backend.
17817
17818         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17819
17820         * nnagent.el (nnagent-request-set-mark):
17821         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17822         method, to ensure that synchronization updates marks in the
17823         backend and in the info (in memory) structure.
17824
17825 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17828         convention fully; don't miss the root article of a thread; make
17829         the X-Draft-From header with correct article numbers.
17830
17831 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17832
17833         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17834         unless plugged.  Disable the agent so that an open failure causes
17835         an error.
17836
17837         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17838         Revert 2004-09-21 change.  The backend must be opened while
17839         synchronizing flags even when the backend stores the flags
17840         locally.
17841
17842 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17845         in `header' match.  Reported by Svend Tollak Munkejord.
17846
17847         * message.el (message-cite-original): Fix use of
17848         `message-cite-articles-with-x-no-archive'.
17849
17850 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17853         (gnus-window-to-buffer): Ditto.
17854
17855         * mml.el (mml-preview-buffer): New variable.
17856         (mml-preview): Manage window layout with gnus-buffer-configuration.
17857
17858         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17859         X-Draft-From header even if those articles aren't quoted.
17860
17861 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17862
17863         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17864         (gnus-request-set-mark, gnus-request-update-mark): Use new
17865         g-s-t-u-l-m to decide to use backend even when unplugged.
17866
17867 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17870         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17871
17872 2004-09-20  Simon Josefsson  <jas@extundo.com>
17873
17874         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17875         "utf-16-le".
17876
17877 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17878
17879         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17880
17881 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17882
17883         * uudecode.el (uudecode-use-external): Add :version.
17884
17885         * smime.el (smime-CA-file, smime-encrypt-cipher)
17886         (smime-dns-server): Add :version.
17887
17888         * smiley.el (gnus-smiley-file-types): Add :version.
17889
17890         * sha1.el (sha1-use-external): Add :version.
17891
17892         * pgg-def.el (pgg-query-keyserver): Add :version.
17893
17894         * nnmail.el (nnmail-fancy-expiry-targets)
17895         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17896         Add :version.
17897
17898         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17899         (nnimap-retrieve-groups-asynchronous): Add :version.
17900         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17901
17902         * mml.el (mml-content-disposition-parameters)
17903         (mml-insert-mime-headers-always): Add :version.
17904
17905         * mm-util.el (mm-coding-system-priorities): Add :version.
17906
17907         * mm-decode.el (mm-inline-text-html-with-images)
17908         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17909         (mm-verify-option): Add :version.
17910         (mm-text-html-renderer): Change :version.
17911
17912         * message.el (message-fcc-externalize-attachments)
17913         (message-required-headers, message-draft-headers)
17914         (message-subject-trailing-was-query)
17915         (message-subject-trailing-was-ask-regexp)
17916         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17917         (message-mark-insert-end, message-archive-header)
17918         (message-archive-note, message-cross-post-default)
17919         (message-cross-post-note, message-followup-to-note)
17920         (message-cross-post-note-function, message-use-mail-followup-to)
17921         (message-subscribed-address-functions)
17922         (message-subscribed-address-file, message-subscribed-addresses)
17923         (message-subscribed-regexps, message-allow-no-recipients)
17924         (message-yank-cited-prefix, message-signature-insert-empty-line)
17925         (message-hidden-headers, message-hierarchical-addresses)
17926         (message-mail-user-agent, message-use-idna)
17927         (message-valid-fqdn-regexp)
17928         (message-strip-special-text-properties, message-header-synonyms)
17929         (message-beginning-of-line, message-tab-body-function): Add :version.
17930         (message-insert-canlock, message-wide-reply-confirm-recipients):
17931         Change :version.
17932
17933         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17934         and :version.
17935         (mail-source-delete-old-incoming-confirm)
17936         (mail-source-movemail-program): Add :version.
17937
17938         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17939         (gnus-agent-cache, gnus-agent): Change :version.
17940
17941         * gnus-util.el (gnus-use-byte-compile): Change :version.
17942
17943         * gnus-sum.el (gnus-summary-make-false-root-always)
17944         (gnus-summary-default-high-score)
17945         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17946         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17947         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17948         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17949         (gnus-sum-thread-tree-single-indent)
17950         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17951         (gnus-sum-thread-tree-leaf-with-other)
17952         (gnus-sum-thread-tree-single-leaf): Add :version.
17953         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17954         (gnus-article-loose-mime): Change :version.
17955
17956         * gnus-start.el (gnus-backup-startup-file)
17957         (gnus-save-startup-file-via-temp-buffer): Add :version.
17958
17959         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17960         (gnus-server-offline-face): Add :version.
17961
17962         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17963
17964         * gnus-msg.el (gnus-gcc-externalize-attachments)
17965         (gnus-debug-files, gnus-debug-exclude-variables)
17966         (gnus-discouraged-post-methods): Change :version.
17967         (gnus-confirm-mail-reply-to-news)
17968         (gnus-confirm-treat-mail-like-news): Add :version.
17969
17970         * gnus-int.el (gnus-server-unopen-status): Add :version.
17971
17972         * gnus-group.el (gnus-group-jump-to-group-prompt)
17973         (gnus-large-ephemeral-newsgroup)
17974         (gnus-fetch-old-ephemeral-headers): Add :version.
17975
17976         * gnus-fun.el (gnus-x-face-directory)
17977         (gnus-convert-pbm-to-x-face-command)
17978         (gnus-convert-image-to-x-face-command)
17979         (gnus-convert-image-to-face-command): Add :version.
17980
17981         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17982
17983         * gnus-cite.el (gnus-cite-blank-line-after-header)
17984         (gnus-article-boring-faces): Add :version.
17985
17986         * gnus-art.el (gnus-buttonized-mime-types)
17987         (gnus-inhibit-mime-unbuttonizing)
17988         (gnus-treat-display-face)
17989         (gnus-treat-body-boundary): Change :version.
17990         (gnus-body-boundary-delimiter, gnus-picon-databases)
17991         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17992         (gnus-treat-date-english, gnus-treat-fold-headers)
17993         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17994         (gnus-treat-mail-picon, gnus-treat-wash-html)
17995         (gnus-article-encrypt-protocol)
17996         (gnus-use-idna, gnus-article-over-scroll)
17997         (gnus-mime-display-multipart-alternative-as-mixed)
17998         (gnus-mime-display-multipart-related-as-mixed)
17999         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18000         (gnus-ctan-url, gnus-button-ctan-handler)
18001         (gnus-button-handle-ctan-bogus-regexp)
18002         (gnus-button-ctan-directory-regexp)
18003         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18004         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18005         (gnus-button-man-level, gnus-button-emacs-level)
18006         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18007
18008         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18009         (gnus-agent-go-online): Change :version.
18010         (gnus-agent-expire-unagentized-dirs)
18011         (gnus-agent-auto-agentize-methods): Add :version.
18012
18013         * flow-fill.el (fill-flowed-display-column)
18014         (fill-flowed-encode-column): Add :version.
18015
18016         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18017         (gnus-outlook-deuglify-unwrap-max)
18018         (gnus-outlook-deuglify-cite-marks)
18019         (gnus-outlook-deuglify-unwrap-stop-chars)
18020         (gnus-outlook-deuglify-no-wrap-chars)
18021         (gnus-outlook-deuglify-attrib-cut-regexp)
18022         (gnus-outlook-deuglify-attrib-verb-regexp)
18023         (gnus-outlook-deuglify-attrib-end-regexp)
18024         (gnus-outlook-display-hook): Add :version.
18025
18026         * binhex.el (binhex-use-external): Add :version.
18027
18028 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18031         and `invisible'.
18032
18033 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18036         in gnus-registry-trim.
18037
18038 2004-09-13  Simon Josefsson  <jas@extundo.com>
18039
18040         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18041
18042         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18043
18044         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18045         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18046         <yamaoka@jpl.org>.
18047         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18048         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18049         <yamaoka@jpl.org>.
18050
18051         * sieve.el (sieve-manage-mode): Ditto.
18052
18053 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18056
18057 2004-09-11  Simon Josefsson  <jas@extundo.com>
18058
18059         * dns-mode.el: Add.
18060
18061         * mm-view.el (mm-display-dns-inline): Add.
18062
18063         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18064         (mm-automatic-display): Ditto.
18065
18066         * mailcap.el (mailcap-mime-data): Add text/dns.
18067         (mailcap-mime-extensions): Map .soa to text/dns.
18068
18069 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18070
18071         * gnus-art.el (article-decode-mime-words, article-babel)
18072         (gnus-article-highlight-signature, gnus-article-add-buttons)
18073         (gnus-signature-toggle): Remove unnecessary bindings of
18074         `inhibit-read-only' inherited from v5.10 merge.
18075
18076 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * nntp.el (nntp): New customization group.
18079         (nntp-authinfo-file): Add customization group.
18080
18081         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18082
18083         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18084
18085         * gnus.el (to-address, to-list, subscribed)
18086         (large-newsgroup-initial): Ditto.
18087
18088         * flow-fill.el (fill-flowed-display-column)
18089         (fill-flowed-encode-column): Ditto.
18090
18091 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18092
18093         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18094         Use point-min rather than 1.
18095         (message-send-mail): Use buffer-size rather than point-max.
18096
18097         * gnus-sum.el (gnus-summary-search-article-forward):
18098         Signal a specific `search-failed' rather than a generic `error'.
18099
18100         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18101         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18102         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18103
18104 2004-09-10  Simon Josefsson  <jas@extundo.com>
18105
18106         * nndb.el (require): Remove tcp and duplicate cl.
18107
18108 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * gnus-agent.el (directory-files-and-attributes): Move forward.
18111
18112 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18113
18114         * gnus-agent.el (directory-files-and-attributes):
18115         Optionally defined to support XEmacs.
18116
18117 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18118
18119         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18120         to avoid run-time CL dependencies.
18121         (gnus-agent-unfetch-articles): New function.
18122         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18123         article numbers even when local .overview file is missing.
18124         (gnus-agent-read-article-number): New function.  Only accepts
18125         27-bit article numbers.
18126         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18127         Use gnus-agent-read-article-number.
18128         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18129         from backend while recognizing that article numbers in .overview
18130         must be valid.
18131         (gnus-agent-update-files-total-fetched-for):
18132         Use directory-files-and-attributes to improve performance.
18133         * gnus-int.el (gnus-request-move-article):
18134         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18135         improve performance.
18136
18137         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18138         some users confused by references to .newsrc when they only have a
18139         .newsrc.eld file.
18140         (gnus-convert-mark-converter-prompt)
18141         (gnus-convert-converter-needs-prompt): Fix use of property list.
18142         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18143         New function.  Used internally to only display 'gnus converting
18144         files' message when actually necessary.
18145
18146         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18147         methods now autoloaded.
18148
18149 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18152         identifiers.
18153
18154 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * gnus-picon.el: Fix indentation and closing parenthesis.
18157
18158 2004-09-01  Simon Josefsson  <jas@extundo.com>
18159
18160         * message.el (message-canlock-generate): Require sha1, not
18161         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18162         to require within a function.  Sadly, if sha1.el isn't loaded, the
18163         let binding in m-c-g will hide the defcustom definition, which is
18164         bad.)
18165
18166         * canlock.el: Require sha1, not sha1-el.
18167
18168         * message.el: Don't autoload sha1 (there is a autoload cookie in
18169         sha1.el).
18170
18171         * sha1-el.el: Rename to sha1.el.
18172
18173 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18174
18175         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18176
18177 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18178
18179         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18180
18181 2004-08-30  Kim F. Storm  <storm@cua.dk>
18182
18183         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18184
18185         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18186         Add :group 'nnimap.
18187
18188 2004-08-30  Andreas Schwab  <schwab@suse.de>
18189
18190         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18191         ?* and ?\;.
18192
18193         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18194         and ?\' to symbol instead of whitespace.
18195
18196 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18199
18200         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18201         instead of re-search-forward.
18202
18203         * gnus-uu.el (gnus-uu-save-article): Ditto.
18204         (gnus-uu-post-encode-uuencode): Ditto.
18205
18206         * html2text.el (html2text-clean-list-items): Ditto.
18207         (html2text-clean-dtdd): Ditto.
18208         (html2text-format-tags): Ditto.
18209
18210         * message.el (message-send-mail-with-sendmail): Fix regexp.
18211         (message-fill-field-general): Use search-forward instead of
18212         re-search-forward.
18213         (unbold-region): Ditto.
18214
18215         * nnrss.el (nnrss-request-article): Ditto.
18216
18217         * nnslashdot.el (nnslashdot-request-article): Ditto.
18218
18219         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18220
18221         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18222         "Unrecognized menu descriptor" error in XEmacs.
18223
18224 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18225
18226         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18227         parent article of a sparse article in the thread hashtb.
18228
18229 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18230
18231         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18232         (nnmail-expand-newtext): Lowercase expanded entries if
18233         nnmail-split-lowercase-expanded is non-nil.
18234
18235 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18238
18239         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18240         of gnus-tmp-news-method into string under XEmacs.  It will be
18241         passed to gnus-correct-length which takes only a string argument.
18242
18243 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-util.el (gnus-bind-print-variables): New macro.
18246         (gnus-prin1): Use it.
18247         (gnus-prin1-to-string): Use it.
18248         (gnus-pp): New function.
18249         (gnus-pp-to-string): New function.
18250
18251         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18252         Replace pp-to-string with gnus-pp-to-string.
18253         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18254         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18255         * gnus-msg.el (gnus-debug): Ditto.
18256         * gnus-score.el (gnus-score-save): Ditto.
18257         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18258         gnus-pp-to-string.
18259         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18260         with gnus-pp.
18261         * score-mode.el (gnus-score-pretty-print): Ditto.
18262         * webmail.el (webmail-debug): Ditto.
18263
18264 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * gnus-art.el (article-display-face, article-display-x-face):
18267         Use buffer-read-only.
18268
18269 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-art.el (article-hide-list-identifiers):
18272         Bind inhibit-read-only as t.
18273
18274 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18275
18276         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18277
18278 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18279
18280         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18281         (gnus-narrow-to-page): Don't assume point-min == 1.
18282         (gnus-article-edit-mode): Derive from message-mode.
18283
18284         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18285         point-min == 1.
18286
18287         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18288         Disable incorrect use of `assert'.
18289
18290         * message.el (message-mode): Set comment-start-skip.
18291
18292
18293 2004-08-22  Sam Steingold  <sds@gnu.org>
18294
18295         * pop3.el (pop3-leave-mail-on-server): New user variable.
18296         (pop3-movemail): Delete mail only when it is nil.
18297
18298 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18301
18302         * mml.el (mml-preview): Use `pop-to-buffer'.
18303
18304         * message.el (message-goto-mail-followup-to): Insert after "To".
18305         (message-carefully-insert-headers): Add comment.
18306
18307         * gnus.el: Remove unused variable `gnus-article-check-size'.
18308
18309         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18310
18311         * gnus-art.el (gnus-button-alist):
18312         Improve `gnus-button-handle-library' entry.
18313
18314 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18315
18316         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18317         Use downcase, since XEmacs capitalizes error messages differently.
18318
18319 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18320
18321         * nntp.el: Add (require 'gnus) due to reference to
18322         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18323
18324 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18325
18326         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18327         Bind `mm-fill-flowed'.
18328
18329         * mm-decode.el (mm-dissect-singlepart): Check it.
18330
18331 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18332
18333         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18334         'imap' for netrc parsing.
18335
18336 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18337
18338         * mailcap.el (mailcap-mime-data): Mark as risky.
18339
18340 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18343         may be included in the encoded word.
18344         (rfc2047-encode): Don't append a space if the encoded word
18345         includes close parenthesis.
18346
18347 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18350         of text within parentheses.
18351
18352 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18355         (gnus-encrypt-write-file-contents): Make the password key the file
18356         name PLUS the cipher, not just the cipher.  Also remove failed
18357         passwords from the cache.
18358
18359 2004-08-06  Simon Josefsson  <jas@extundo.com>
18360
18361         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18362         Doc fix.
18363
18364 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18367         LWSP.
18368
18369 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18372         Try to append in-reply-to: data to the references: header.
18373
18374         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18375         (netrc-parse): Use gnus-encrypt.el functions.
18376
18377         * gnus-encrypt.el: Add new file for encryption support; currently
18378         does only a few GPG ciphers and an internal XOR cipher.
18379
18380         * password.el: Add comments on using password-read-and-add.
18381         (password-read-and-add): Add function to read and add the
18382         password to the cache at once.
18383
18384 2004-07-28  Simon Josefsson  <jas@extundo.com>
18385
18386         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18387         parameter (but don't use it, for now).
18388
18389         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18390         instead of hard coding to nil.
18391
18392 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18395         as mm-inline-image-xemacs does.
18396
18397 2004-07-26  Simon Josefsson  <jas@extundo.com>
18398
18399         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18400         Revert part of 2004-07-17 change below.
18401
18402 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18405         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18406
18407 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18408
18409         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18410         quotes that actually start with ">" at the beginning of the
18411         lines.
18412
18413 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * rfc2047.el (rfc2047-encode-region): Fix last change.
18416         (rfc2047-encode-parameter): Remove useless concat.
18417
18418 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18421         encode special characters; fix some kind of misconfigured headers;
18422         signal a real error if debug-on-quit or debug-on-error is non-nil.
18423         (rfc2047-encode-max-chars): New variable.
18424         (rfc2047-encode-1): Use it.
18425         (rfc2047-encode-parameter): New function.
18426
18427         * mml.el (mml-insert-parameter): Remove an excessive space.
18428
18429 2004-07-17  Simon Josefsson  <jas@extundo.com>
18430
18431         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18432         Kai Grossjohann <kai@emptydomain.de>.
18433         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18434         (gnus-group-make-menu-bar): Ditto.
18435
18436         * gnus-util.el (gnus-group-server): Add.
18437
18438 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18439
18440         * message.el (message-clone-locals): Clone sendmail and smtp
18441         variables.
18442
18443 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * rfc2047.el (rfc2047-encode-region): Fix last change.
18446
18447 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18450         characters as non-special.
18451
18452 2004-07-09  Simon Josefsson  <jas@extundo.com>
18453
18454         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18455         Users will lose all flag changes made while unplugged with
18456         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18457         good default.  See numerous reports on ding mailing list.
18458
18459 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18462         add generate-head-function and generate-article-function to the
18463         rfc822-forward entry.
18464         (nndoc-rfc822-forward-generate-article): New function.
18465         (nndoc-rfc822-forward-generate-head): New function.
18466
18467         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18468
18469 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18470
18471         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18472         respect display group parameter and gnus-summary-expunge-below.
18473         (gnus-articles-to-read): Remove unused reference to display group
18474         parameter.
18475
18476 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18477
18478         * nnheader.el (nnheader-uniquify-message-id): New experimental
18479         variable.
18480         (nnheader-nov-read-message-id): Use it.
18481
18482         * spam-report.el (spam-report-gmane): Add interactive.
18483
18484 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * mm-encode.el (mm-content-transfer-encoding-defaults):
18487         Use qp-or-base64 for the application/* types.
18488
18489 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18490
18491         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18492
18493 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18494
18495         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18496         trim value.
18497
18498 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18499
18500         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18501         New macro and function.
18502         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18503
18504 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18507         after-load-alist.
18508
18509 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18510
18511         * gnus-group.el (gnus-group-get-new-news-this-group):
18512         Don't update info that isn't there.
18513
18514 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18515
18516         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18517         entry.
18518
18519 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * mm-view.el (mm-inline-render-with-function): Use multibyte
18522         buffer; decode html source by charset.
18523
18524         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18525
18526         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18527         Mule-UCS is loaded under XEmacs.
18528         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18529
18530 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18533
18534 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * mm-util.el (mm-coding-system-p): Return a coding-system.
18537         (mm-mime-mule-charset-alist): Use shift_jis instead of
18538         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18539         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18540         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18541         instead of japanese-shift-jis and iso-latin-1 respectively in
18542         order to share the default value with both Emacs and XEmacs-mule.
18543         (mm-mule-charset-to-mime-charset):
18544         Make mm-coding-system-priorities effective.
18545         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18546         while predicating of candidates upon the priorities.
18547
18548 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18549
18550         * gnus-sum.el (gnus-summary-make-menu-bar):
18551         Add gnus-uu-invert-processable.
18552
18553         * gnus.el: Autoload gnus-uu-invert-processable.
18554
18555 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * mm-util.el (mm-with-multibyte-buffer): New macro.
18558
18559         * rfc2047.el (rfc2047-encode-string): Use it.
18560         (rfc2047-encode-region): Move point to the end of the region after
18561         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18562
18563 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18566         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18567
18568 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18571         (gnus-cite-parse): Ignore quoted envelope From_.
18572         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18573
18574 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18575
18576         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18577         invalid addresses.
18578
18579 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18580
18581         * spam.el: Change section markers, revise TODO list.
18582         (spam-backends): Make new master list of all installed backends.
18583         (spam-summary-exit-behavior): Add new variable to determine how
18584         messages moves are done at summary exit.
18585         (spam-move-spam-nonspam-groups-only)
18586         (spam-process-ham-in-nonham-groups)
18587         (spam-process-ham-in-spam-groups): Remove variables, the
18588         spam-summary-exit-behavior variable should be used to manage this
18589         behavior.
18590         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18591         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18592         and spam-old-spam-articles.
18593         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18594         Add empty variables, placeholders for the backends they represent.
18595         (spam-set-difference): Move, unchanged.
18596         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18597         unless the user has a processor variable.
18598         (spam-classifications, spam-classification-valid-p)
18599         (spam-backend-properties, spam-backend-property-valid-p)
18600         (spam-backend-function-type-valid-p)
18601         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18602         (spam-report-articles-gmane, spam-report-articles-resend):
18603         Remove functions, they are not needed.
18604         (spam-install-backend-super, spam-backend-list)
18605         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18606         (spam-backend-function, spam-backend-ham-registration-function)
18607         (spam-backend-spam-registration-function)
18608         (spam-backend-ham-unregistration-function)
18609         (spam-backend-spam-unregistration-function)
18610         (spam-backend-statistical-p, spam-backend-mover-p)
18611         (spam-install-backend-alias, spam-install-checkonly-backend)
18612         (spam-install-mover-backend, spam-install-nocheck-backend)
18613         (spam-install-backend, spam-install-statistical-backend)
18614         (spam-install-statistical-checkonly-backend): Add backend installation
18615         support.
18616         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18617         (spam-group-processor-p): Use the new backend code and respect the
18618         summary exit behavior.
18619         (spam-mark-spam-as-expired-and-move-routine): Remove.
18620         (spam-summary-prepare): Change to use the new spam-old-articles
18621         variable.
18622         (spam-copy-or-move-routine, spam-copy-spam-routine)
18623         (spam-move-spam-routine, spam-copy-ham-routine)
18624         (spam-move-ham-routine): Add code to copy/move ham or spam.
18625         (spam-fetch-field-fast): Improve doc and code, plus allow the
18626         'number request.
18627         (spam-list-of-checks, spam-list-of-statistical-checks):
18628         Remove variables.
18629         (spam-split, spam-find-spam): Use the new backend code.
18630         (spam-registration-functions): Remove variable.
18631         (spam-unregister-routine): Add convenience wrapper.
18632         (spam-log-undo-registration, spam-register-routine)
18633         (spam-log-processing-to-registry)
18634         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18635         where possible.
18636         (spam-check-gmane-xref, spam-check-regex-headers)
18637         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18638         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18639         (spam-check-bogofilter-headers, spam-check-spamoracle)
18640         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18641         (spam-check-crm114-headers): Use the spam-split-group that
18642         spam-split prepares, no need to determine it every time.
18643
18644         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18645         to the nnheader-parse-naked-head call.
18646
18647         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18648
18649         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18650         the nnheader-nov-read-message-id call.
18651
18652 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18655         gnus-activate-group twice.  Suggested by Markus Peter
18656         <warp@spin.de>.
18657
18658 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-art.el (gnus-article-time-format): Exchange the order of
18661         day and month in the default value; fix customization type.
18662         (article-date-ut): Use add-text-properties.
18663         (article-make-date-line): Use message-make-date instead of
18664         current-time-string.
18665
18666         * message.el (message-fetch-field): Don't use set-text-properties.
18667         (message-make-date): Simplify.
18668
18669         * messagexmas.el (message-xmas-make-date): New function.
18670         (message-xmas-redefine): Defalias message-make-date to it.
18671
18672 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18675         (rfc2047-encode-region): Treat text within parentheses as special;
18676         show the original text when error has occurred.
18677
18678         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18679         already-computed method to gnus-activate-group.
18680
18681         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18682         same select-methods identical Lisp objects.
18683
18684         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18685         object when modifying the info.
18686
18687 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18690         gnus-opened-servers since it has never been opened with the new
18691         configuration yet.
18692
18693 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18696         arg to nnheader-generate-fake-message-id.
18697
18698 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18699
18700         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18701         number and build a fake message ID localized to a group and
18702         article number (so it's repeatable from that point on).
18703         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18704         ID format.
18705
18706         * gnus-sum.el (gnus-get-newsgroup-headers):
18707         Call nnheader-generate-fake-message-id with the article number.
18708
18709 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18710
18711         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18712         end-of-buffer.
18713
18714 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18715
18716         * message.el (message-ignored-supersedes-headers): Add Approved.
18717
18718 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18721         goto-char.
18722         (rfc2047-encode): Fold the line before encoding.
18723
18724 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18725
18726         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18727         folding -- not all headers can be folded, and this should be done
18728         by the message composition mode.  Probably.  I think.
18729
18730 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18733         fast.
18734
18735         * gnus-ems.el (gnus-remove-image): Don't use
18736         message-text-with-property; remove only the image found first.
18737
18738         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18739         found first.
18740
18741 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18742
18743         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18744
18745 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * message.el (message-text-with-property): Make it fast and accept
18748         optional arguments.
18749         (message-strip-forbidden-properties): Use it.
18750         (message-fix-before-sending): Follow the m-t-w-p change.
18751
18752         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18753
18754 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-art.el (article-hide-headers): Don't change the buffer
18757         mistakenly when performing mml-preview even if
18758         gnus-single-article-buffer is nil.
18759
18760 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18761
18762         * message.el (message-expand-name-databases): New user option.
18763         (message-expand-name): Use it.
18764
18765 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18766
18767         * spam.el (spam-report-articles-resend)
18768         (spam-report-resend-register-routine): Allow ham reporting.
18769         (spam-report-resend-register-ham-routine): Add wrapper.
18770         (spam-registration-functions): Add ham resending functions.
18771         (spam-list-of-processors): Add ham resend processor.
18772
18773         * gnus.el (ham-resend-to): Add new group parameter.
18774         (spam-process): Add ham resend option.
18775
18776         * spam-report.el (spam-report-resend): Allow reporting ham.
18777         (spam-report-resend-ham): Add wrapper.
18778
18779 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * message.el (message-cite-articles-with-x-no-archive):
18782         New variable.
18783         (message-cite-original): Use it.
18784
18785 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18786
18787         * message.el (message-cite-original): Respect X-No-Archive.
18788
18789 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-art.el (article-hide-headers): Refer to the values for
18792         gnus-ignored-headers and gnus-visible-headers in the summary
18793         buffer since a user may have set them as group parameters.
18794
18795 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * assistant.el (assistant-node-name): Add convenience function.
18798         (assistant-render-text, assistant-render-node): Add error handling,
18799         plus handle multiple next nodes.
18800         (assistant-find-next-node): Comment out for now.
18801         (assistant-find-next-nodes): Add function, returns list of next
18802         nodes.
18803
18804 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18805
18806         * mail-source.el (mail-source-directory): Fix doc-string.
18807
18808 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18809
18810         * assistant.el (assistant-render-text, assistant-eval): Add :set
18811         widget type, which is different because it takes and returns a
18812         list.  Much hilarity ensues.
18813
18814 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18815
18816         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18817
18818         * gnus-group.el (gnus-group-get-new-news-this-group):
18819         Add doc-string.
18820
18821         * gnus-start.el (gnus-activate-group): Add doc-string.
18822
18823 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18826
18827 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18828
18829         * assistant.el (assistant-render-text): Try to add a :set
18830         widget, more to come.
18831
18832         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18833         strings.
18834         (spam-report-articles-resend)
18835         (spam-register-routine): Do registration iff any articles warrant
18836         it.
18837         (spam-summary-prepare-exit): Change log message for nil group
18838         destinations.
18839
18840 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18841
18842         * spam.el (spam-report-resend-register-routine):
18843         Allow spam-report-resend-to to be a group parameter or a global value.
18844
18845 2004-05-26  Simon Josefsson  <jas@extundo.com>
18846
18847         * starttls.el: Merge with my GNUTLS based starttls.el.
18848         (starttls-gnutls-program, starttls-use-gnutls)
18849         (starttls-extra-arguments, starttls-process-connection-type)
18850         (starttls-connect, starttls-failure, starttls-success):
18851         New variables.
18852         (starttls-program, starttls-extra-args): Doc fix.
18853         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18854         New functions.
18855         (starttls-negotiate, starttls-open-stream):
18856         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18857         function if it is set.
18858
18859 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18862         structured fields.
18863
18864 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18865
18866         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18867
18868 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18869
18870         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18871         Add variable.
18872         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18873         assigning the spam-mark to new messages.
18874
18875 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18876
18877         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18878
18879 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18882
18883         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18884         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18885         default.
18886
18887 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18888
18889         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18890         correct data.
18891
18892 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18893
18894         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18895         (spam-group-processor-p): Fix function.
18896         (spam-group-processor-multiple-p)
18897         (spam-group-spam-processor-report-gmane-p)
18898         (spam-group-spam-processor-report-resend-p)
18899         (spam-group-spam-processor-bogofilter-p)
18900         (spam-group-spam-processor-blacklist-p)
18901         (spam-group-spam-processor-ifile-p)
18902         (spam-group-ham-processor-ifile-p)
18903         (spam-group-spam-processor-spamoracle-p)
18904         (spam-group-spam-processor-crm114-p)
18905         (spam-group-ham-processor-bogofilter-p)
18906         (spam-group-spam-processor-stat-p)
18907         (spam-group-ham-processor-stat-p)
18908         (spam-group-ham-processor-whitelist-p)
18909         (spam-group-ham-processor-BBDB-p)
18910         (spam-group-ham-processor-spamoracle-p)
18911         (spam-group-ham-processor-copy-p): Remove functions with some
18912         prejudice against unneeded code.
18913         (spam-report-articles-resend)
18914         (spam-report-resend-register-routine): Allow the group/topic
18915         spam-resend-to value to override spam-report-resend-to.
18916         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18917         properly now.
18918
18919         * gnus.el (spam-resend-to): Add group/topic parameter.
18920         (spam-process): Move the OBSOLETE processors to the end of the
18921         choices.
18922
18923 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18924
18925         * spam-report.el (spam-report-resend-to, spam-report-resend):
18926         Start with resend-to set to nil, and then ask the user if necessary.
18927         (spam-report-resend): spam-report-resend takes a list of articles, not
18928         separate article numbers.
18929
18930 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18933         addition to emacs-w3m.
18934
18935 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * assistant.el (assistant-authinfo-data): New function.
18938         (assistant-eval): Eval for entire assistant.
18939
18940         * netrc.el (netrc-services-file): New variable.
18941         (netrc-parse-services): New function.
18942         (netrc-find-service-name): New function.
18943         (netrc-find-service-number): New function.
18944         (netrc-port-equal): New function.
18945         (netrc-machine): Use it.
18946
18947         * nnimap.el (nnimap-open-connection): Use netrc.
18948
18949         * gnus-util.el (gnus-netrc-get): Remove aliases.
18950
18951         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18952
18953         * assistant.el (wid-edit): Fix compilation.
18954
18955         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18956
18957 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18958
18959         * gnus-util.el (gnus-set-file-modes): New function.  (small
18960         patch).
18961
18962 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18963
18964         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18965
18966         * assistant.el (assistant-render-node): Fix up rendering and
18967         read-only text.
18968         (assistant-render-node): Reset.
18969         (assistant-make-read-only): Not sticky.
18970
18971 2004-05-20  Danny Siu  <dsiu@adobe.com>
18972
18973         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18974         centered even when gnus-auto-center-summary is t.
18975
18976 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * dns.el (dns-get-txt-answer): New function.
18979         (dns-read-txt): Ditto.
18980         (query-dns): Use it.
18981
18982 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18985         active for foreign groups even if the group level is higher than
18986         the specified value.
18987
18988 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18989
18990         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18991         non-active groups.
18992
18993         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18994
18995 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18996
18997         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18998
18999 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19000
19001         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19002         (spam-crm114-header, spam-crm114-spam-switch)
19003         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19004         (spam-crm114-positive-spam-header)
19005         (spam-crm114-database-directory, spam-list-of-processors)
19006         (spam-group-spam-processor-crm114-p)
19007         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19008         (spam-generic-score, spam-list-of-checks)
19009         (spam-list-of-statistical-checks, spam-registration-functions)
19010         (spam-check-crm114-headers, spam-crm114-score)
19011         (spam-check-crm114, spam-crm114-register-with-crm114)
19012         (spam-crm114-register-spam-routine)
19013         (spam-crm114-unregister-spam-routine)
19014         (spam-crm114-register-ham-routine)
19015         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19016         From asjo@koldfront.dk (Adam Sjøgren).
19017
19018         * gnus.el: Add spam-use-crm114.
19019
19020         * spam.el (spam-list-of-processors, spam-registration-functions):
19021         Add spam-use-resend.
19022         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19023         (spam-report-articles-gmane): Add doc fix.
19024         (spam-report-articles-resend, spam-report-resend-register-routine):
19025         Add wrappers around spam-report-resend-to.
19026
19027         * spam-report.el (spam-report-resend-to, spam-report-resend):
19028         Add support for resending spam.
19029         (spam-report-gmane): Fix line length >80.
19030
19031         * gnus.el (spam-process): Add spam-use-resend.
19032
19033 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19034
19035         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19036         number of processed spam messages.
19037         (spam-ham-copy-or-move-routine): Return the number of processed
19038         ham messages.
19039         (spam-summary-prepare-exit): Use the above values to decide
19040         whether status messages shouled be displayed.
19041
19042 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19045         `rfc2047-encoding-function-alist' in order to avoid conflicting
19046         with the old version.
19047         (rfc2047-encode-region): Concatenate words containing non-ASCII
19048         characters in structured fields; don't encode space-delimited
19049         ASCII words even in unstructured fields; don't break words at
19050         char-category boundaries.
19051         (rfc2047-encode-1): New function.
19052         (rfc2047-encode): Use it; encode text so that it occupies the
19053         maximum width within 76-column; work correctly on Q encoding for
19054         iso-2022-* charsets.
19055         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19056         sure not to break a line just after the header name.
19057         (rfc2047-b-encode-region): Remove.
19058         (rfc2047-b-encode-string): New function.
19059         (rfc2047-q-encode-region): Remove.
19060         (rfc2047-q-encode-string): New function.
19061
19062         * mm-util.el (mm-replace-in-string): New function.
19063
19064 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19067         Really get it right.
19068         (gnus-inews-make-draft): Really.
19069
19070 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19071
19072         * nnmh.el (nnmh-request-list-1): Don't check the link count
19073         before descending.  (small patch)
19074
19075 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19078         stuff.
19079
19080         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19081         Match on real group name.
19082
19083         * gnus-art.el (gnus-signature-limit): Doc fix.
19084
19085         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19086
19087         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19088
19089 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19090
19091         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19092         isn't a string.
19093
19094 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19095
19096         * gnus-draft.el (gnus-draft-send):
19097         Bind rfc2047-encode-encoded-words.
19098
19099         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19100         (rfc2047-encodable-p): Say that =? needs encoding.
19101         (rfc2047-encode-encoded-words): New variable.
19102
19103         * gnus-group.el (gnus-group-select-group): Doc fix.
19104
19105         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19106
19107         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19108         to nil.
19109
19110         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19111
19112         * nnheader.el (nnheader-get-lines-and-char): New function.
19113
19114 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-msg.el (gnus-summary-followup-with-original):
19117         Document yanking of region when active.
19118
19119 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19122         groups if the group level is higher than the specified value.
19123
19124 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19127         (gnus-group-jump-to-group): Add prefix argument using
19128         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19129         non-active group.
19130
19131         * compface.el (uncompface): Be verbose when changing
19132         `uncompface-use-external'.
19133
19134         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19135         handle manual section.
19136
19137 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * gnus-art.el (gnus-button-alist): Revert previous change.
19140
19141 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19142
19143         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19144
19145 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19146
19147         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19148         whether backend can accept message.
19149
19150         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19151
19152 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19153
19154         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19155         Avoid creating directory when nntp-marks-is-evil is true.
19156         Reported by Reiner Steib.
19157
19158 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * gnus-picon.el (gnus-picon-style): New variable.
19161         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19162         (gnus-picon-transform-address): Support `gnus-picon-style'.
19163         From Jesper Harder <harder@ifa.au.dk>.
19164
19165 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19166
19167         * message.el (message-fill-field): Return point.
19168         (message-generate-headers): Go to end of field.
19169
19170         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19171         stuff for non-living groups.
19172
19173 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * gnus-art.el (gnus-article-followup-with-original)
19176         (gnus-article-reply-with-original): gnus-mark-active-p ->
19177         gnus-region-active-p.
19178
19179 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19182         only when there is spam or ham to be processed.
19183
19184 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19185
19186         * mail-source.el (mail-source-delete-crash-box): Refactor.
19187         (mail-source-fetch): Use it.
19188         (mail-source-fetch-file): Ditto.
19189         (mail-source-fetch-directory): Run postscript in loop.
19190         (mail-source-fetch-pop): Delete.
19191         (mail-source-fetch-maildir): Ditto.
19192         (mail-source-fetch-imap): Ditto.
19193
19194         * imap.el (imap-authenticators): Comment out sasl.
19195
19196         * message.el (message-skip-to-next-address): New function.
19197         (message-fill-header-address): Refactor.
19198         (message-fill-address): Use it.
19199         (message-delete-address): Use it.
19200         (message-fill-header-general): Refactor.
19201         (message-fill-field-address): Rename.
19202         (message-narrow-to-field): Find the start of the header.
19203         (message-header-format-alist): Don't pre-fill.
19204         (message-fill-header): Remove.
19205         (message-insert-header): New function.
19206         (message-shorten-references): Use it.
19207
19208         * rfc2047.el (rfc2047-field-value): Strip props.
19209
19210         * mail-parse.el (mail-header-make-address): New alias.
19211
19212         * ietf-drums.el (ietf-drums-make-address): New function.
19213
19214         * imap.el: Add compiler directives.
19215
19216         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19217
19218         * gnus-art.el (article-decode-idna-rhs): Don't use
19219         message-idna-inside-rhs-p.
19220
19221 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19222
19223         * message.el (message-idna-inside-rhs-p): Remove.
19224         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19225
19226         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19227         false positives.
19228
19229 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19230
19231         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19232
19233 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19234
19235         * nneething.el (nneething-file-name): Don't create spurious
19236         files.
19237
19238         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19239         (gnus-inews-do-gcc): Remove sleep.
19240
19241         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19242         part under point.
19243
19244         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19245         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19246
19247 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam.el (spam-summary-prepare-exit): Fix (length).
19250
19251 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19252
19253         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19254         as expired without moving it" message when there are spam
19255         messages left.
19256
19257 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19258
19259         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19260         header is not nil.
19261
19262 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19263
19264         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19265         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19266         (nntp-marks-changed-p): New arg SERVER.
19267         (nntp-request-update-info): Adjust caller.
19268
19269 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19270
19271         * nntp.el (nntp-save-marks): Pass missing arg.
19272
19273 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19274
19275         * nntp.el: Support marks.
19276         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19277         (nntp-marks-modtime, nntp-marks-directory): New variables.
19278         (nntp-request-set-mark, nntp-request-update-info)
19279         (nntp-possibly-create-directory, nntp-marks-changed-p)
19280         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19281         New functions.
19282
19283 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19284
19285         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19286         (gnus-xmas-redefine): Rename.
19287
19288         * gnus-score.el (gnus-score-insert-help):
19289         Use gnus-select-lowest-window.
19290
19291         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19292         appt-select-lowest-window and rename to gnus-select-lowest-window.
19293
19294         * gnus.el: do.
19295
19296 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19297
19298         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19299         encodings of MIME-encoded words, in order to improve
19300         interoperability with several broken MUAs.
19301
19302 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19303
19304         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19305         tags, only when charsets are not specified in headers.
19306         (mm-inline-text-html-render-with-w3m): Ditto.
19307
19308         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19309         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19310
19311 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19312
19313         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19314         instead of MIME-decoded from fields when checking
19315         `gnus-article-address-banner-alist'.
19316
19317 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19320         description rather than subject.
19321
19322 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19323
19324         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19325
19326 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19327
19328         * gnus.el (gnus-version-number): Bump.
19329
19330 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19331
19332         * gnus.el: No Gnus v0.2 is released.
19333
19334 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19335
19336         * gnus-agent.el (gnus-agent-read-agentview):
19337         Inline gnus-uncompress-range.
19338
19339 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19340
19341         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19342         `exec-installed-p'.
19343
19344 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19345
19346         * gnus.el (spam-process, spam-autodetect-methods):
19347         Add bsfilter and bsfilter-headers.
19348
19349         * spam.el (spam-bsfilter): New customize group.
19350         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19351         (spam-bsfilter-header, spam-bsfilter-probability-header)
19352         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19353         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19354         (spam-bsfilter-database-directory): New options.
19355         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19356         (spam-list-of-statistical-checks, spam-registration-functions):
19357         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19358         (spam-bsfilter-score): New command.
19359         (spam-check-bsfilter-headers, spam-check-bsfilter)
19360         (spam-bsfilter-register-with-bsfilter)
19361         (spam-bsfilter-register-spam-routine)
19362         (spam-bsfilter-unregister-spam-routine)
19363         (spam-bsfilter-register-ham-routine)
19364         (spam-bsfilter-unregister-ham-routine): New functions.
19365         (spam-generic-score): Support bsfilter; Accept an optional argument
19366         to recalcurate spam score even if scoring header has already been
19367         added.
19368         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19369         optional argument to recalcurate spam score even if scoring header
19370         has already been added.
19371
19372 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19373
19374         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19375         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19376         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19377         link is missing.
19378
19379 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19380
19381         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19382         (html2text-get-attr): Rewrite.
19383
19384         * message.el (message-setup-1): Remove redundant put-text-property
19385         on mail-header-separator.
19386
19387 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19388
19389         * gnus-registry.el (gnus-registry-cache-whitespace)
19390         (gnus-registry-action, gnus-registry-spool-action)
19391         (gnus-registry-split-fancy-with-parent): Change message levels
19392         from 5 to 3 or 7, as needed.
19393
19394         * spam.el (spam-summary-prepare-exit)
19395         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19396         (spam-split, spam-find-spam, spam-log-undo-registration)
19397         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19398         level from 5 to 6.
19399
19400 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19403         2004-03-04 change).
19404
19405 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19406
19407         * sieve-manage.el (sieve-manage-open):
19408         * nnweb.el (nnweb-insert-html):
19409         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19410         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19411         * nnspool.el (nnspool-request-group):
19412         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19413         * nnml.el (nnml-request-update-info):
19414         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19415         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19416         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19417         (nnimap-request-set-mark):
19418         * nnfolder.el (nnfolder-request-update-info):
19419         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19420         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19421         * gnus-uu.el (gnus-uu-find-articles-matching):
19422         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19423         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19424         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19425         * gnus-nocem.el (gnus-nocem-scan-groups):
19426         * gnus-int.el (gnus-start-news-server):
19427         * gnus-group.el (gnus-group-make-kiboze-group)
19428         (gnus-group-browse-foreign-server):
19429         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19430         Use mapc when appropriate.
19431
19432 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19433
19434         FIXME: Make separate entries for each person.
19435
19436         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19437         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19438         <shields@msrl.com>:
19439
19440         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19441         may need for spam sorting and scoring.
19442         (spam-user-format-function-S): Add user format function suitable for
19443         general use.
19444         (spam-article-sort-by-spam-status): Add sorting function for summary
19445         sorting.
19446         (spam-extra-header-to-number): Add function to get a score from a
19447         header.
19448         (spam-summary-score): Add function to get a numeric score from the
19449         headers.
19450         (spam-generic-score): Fix function doc, was in wrong place.
19451         (spam-initialize): Take symbols when it's run, and install the
19452         extra headers that spam-necessary-extra-headers thinks we need.
19453
19454 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19455
19456         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19457         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19458
19459 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * gnus-sum.el (gnus-set-global-variables)
19462         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19463         (gnus-article-get-xrefs, gnus-summary-best-group)
19464         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19465         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19466         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19467         Use with-current-buffer.
19468
19469 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19470
19471         * spam.el (spam-summary-prepare-exit): Simplify logic.
19472         (spam-fetch-article-header): Read the article header if it's not
19473         available.
19474         (spam-list-articles): Simplify logic.
19475         (spam-filelist-register-routine): Fix bug with unregister-list.
19476
19477         * gnus-registry.el: Fix comments at beginning.
19478
19479 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * message.el (message-cater-to-broken-inn): Remove.
19482         (message-shorten-references): Make sure the total folded length of
19483         References is shorter than 998 characters to cater to a bug in INN
19484         2.3.  Also, don't pretend that references aren't folded -- this
19485         hasn't worked for a while.
19486
19487 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19488
19489         * gnus-agent.el (gnus-agentize):
19490         gnus-agent-send-mail-real-function no longer set to current value
19491         of message-send-mail-function but rather a lambda that calls
19492         message-send-mail-function.  The change makes the agent real-time
19493         responsive to user changes to message-send-mail-function.
19494
19495 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19496
19497         * legacy-gnus-agent.el
19498         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19499         help from Florian Weimer <fw@deneb.enyo.de>
19500
19501 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19502
19503         * nnmail.el (nnmail-cache-insert): Revert last change.
19504
19505 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * nnmail.el (nnmail-cache-insert): Always check whether
19508         nnmail-cache-ignore-groups matches a group name.
19509
19510 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19513         (spam-find-spam, spam-log-processing-to-registry)
19514         (spam-log-registered-p, spam-log-unregistration-needed-p)
19515         (spam-log-undo-registration): Use gnus-message instead of
19516         gnus-error, none of these errors are fatal.
19517
19518         * gnus-registry.el (gnus-registry-clean-empty-function)
19519         (gnus-registry-clean-empty): Remove only empty entries without
19520         extra data.
19521
19522 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19523
19524         * spam-stat.el (spam-stat-buffer-change-to-spam)
19525         (spam-stat-buffer-change-to-non-spam): Change (error) to
19526         (gnus-message 8) invocation.
19527
19528 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * nntp.el (nntp-via-netcat-command): New variable.
19531         (nntp-via-netcat-switches): New variable.
19532         (nntp-open-via-rlogin-and-netcat): New function.
19533         (nntp-open-connection-function): Doc fix.
19534         (nntp-telnet-command): Doc fix.
19535         (nntp-end-of-line): Doc fix.
19536         (nntp-via-rlogin-command): Doc fix.
19537         (nntp-via-user-name): Doc fix.
19538         (nntp-via-address): Doc fix.
19539
19540 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19543         error in Emacs 21.1.
19544
19545 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19546
19547         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19548
19549 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19550
19551         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19552         (gnus-agent-with-refreshed-group): New macro.
19553         (gnus-agent-rename-group): New function.
19554         (gnus-agent-delete-group): New function.
19555         (gnus-agent-save-group-info): Use gnus-command-method when
19556         `method' parameter is nil.  Don't write nil entries into the
19557         active file.
19558         (gnus-agent-get-group-info): New function.
19559         (gnus-agent-fetch-articles):
19560         Use gnus-agent-update-files-total-fetched-for to increment disk space
19561         used.
19562         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19563         Use gnus-agent-update-view-total-fetched-for to increment disk space
19564         used.
19565         (gnus-agent-get-local): Add optional parameters to avoid calling
19566         gnus-group-real-name and gnus-find-method-for-group.
19567         (gnus-agent-set-local): Delete stored entry if either min, or max,
19568         are nil.
19569         (gnus-agent-fetch-session): Reworded error/quit messages.
19570         On quit, use gnus-agent-regenerate-group to record existance of any
19571         articles fetched to disk before the quit occurred.
19572         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19573         gnus-agent-update-view-total-fetched-for, and
19574         gnus-agent-update-files-total-fetched-for to decrement disk space
19575         used.
19576         (gnus-agent-retrieve-headers):
19577         Use gnus-agent-update-view-total-fetched-for to increment disk space
19578         used.
19579         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19580         with gnus-agent-update-files-total-fetched-for to decrement disk
19581         space and fresh group buffer.
19582         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19583         (gnus-agent-need-update-total-fetched-for): New variable.
19584         (gnus-agent-update-files-total-fetched-for): New function.
19585         (gnus-agent-update-view-total-fetched-for): New function.
19586         (gnus-agent-total-fetched-for): New function.
19587
19588         * gnus-cache.el (gnus-cache-save-buffers):
19589         Use gnus-cache-update-overview-total-fetched-for to change disk space
19590         used by this group.
19591         (gnus-cache-possibly-enter-article):
19592         Use gnus-cache-update-file-total-fetched-for to increment disk space
19593         used by this group.
19594         (gnus-cache-possibly-remove-article):
19595         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19596         used by this group.
19597         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19598         (gnus-cache-rename-group): New function.
19599         (gnus-cache-delete-group): New function.
19600         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19601         (gnus-cache-need-update-total-fetched-for): New variable.
19602         (gnus-cache-with-refreshed-group): New macro.
19603         (gnus-cache-update-file-total-fetched-for): New function.
19604         (gnus-cache-update-overview-total-fetched-for): New function.
19605         (gnus-cache-rename-group-total-fetched-for): New function.
19606         (gnus-cache-delete-group-total-fetched-for): New function.
19607         (gnus-cache-total-fetched-for): New function.
19608
19609         * gnus-group.el: Require gnus-sum and autoload functions to
19610         resolve warnings when gnus-group.el compiled alone.
19611         (gnus-group-line-format): Documented new %F.
19612         (size of Fetched data) group line format; identifies disk space
19613         used by agent and cache.
19614         (gnus-group-line-format-alist): Defined new F format.
19615         (gnus-total-fetched-for): New function.
19616         (gnus-group-delete-group): No longer update
19617         gnus-cache-active-altered as gnus-request-delete-group now keeps
19618         the cache in sync.
19619         (gnus-group-list-active): Let the agent store a server's active
19620         list if currently plugged.
19621
19622         * gnus-int.el (gnus-request-delete-group):
19623         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19624         local disk in sync with the server.
19625         (gnus-request-rename-group):
19626         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19627         local disk in sync with the server.
19628
19629         * gnus-start.el (gnus-get-unread-articles):
19630         Cosmetic simplification to logic.
19631
19632         * gnus-util.el (gnus-rename-file): New function.
19633
19634 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19635
19636         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19637
19638 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19639
19640         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19641         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19642
19643 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19644
19645         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19646         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19647
19648 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19649
19650         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19651
19652 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19653
19654         * spam.el (spam-set-difference): Add function to replace
19655         gnus-set-difference in spam.el.
19656         (spam-summary-prepare-exit): Use spam-set-difference.
19657
19658 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19659
19660         * gnus-registry.el (gnus-registry-cache-file): Update to use
19661         gnus-dribble-directory OR gnus-home-directory OR ~.
19662         (gnus-registry-split-fancy-with-parent): Fix doc.
19663
19664 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * message.el (message-exchange-point-and-mark):
19667         Use message-mark-active-p.  Suggested by Jesper Harder
19668         <harder@ifa.au.dk>.
19669
19670 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * message.el (message-exchange-point-and-mark): Don't activate
19673         region if it was inactive.  Suggested by Hiroshi Fujishima
19674         <pooh@nature.tsukuba.ac.jp>.
19675
19676 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19677
19678         * gnus-art.el (article-display-face): Display Faces in the same
19679         order as X-Faces.
19680
19681 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19684
19685 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19688         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19689         (gnus-article-mime-hierarchy): Remove.
19690         (gnus-article-mime-hierarchy-next): Remove.
19691         (gnus-article-mode): Revert 2004-03-19 change.
19692         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19693         (gnus-insert-mime-button): Revert 2004-03-19 change.
19694         (gnus-mime-accumulate-hierarchy): Remove.
19695         (gnus-mime-enter-multipart): Remove.
19696         (gnus-mime-leave-multipart): Remove.
19697         (gnus-mime-display-part): Revert 2004-03-19 change.
19698         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19699
19700         * mml.el (mml-preview): Revert 2004-03-19 change.
19701
19702 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19703
19704         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19705
19706 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19709         t while entering a file name using the mm-with-multibyte macro.
19710         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19711
19712         * mm-util.el (mm-with-multibyte): New macro.
19713
19714 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19717         New user option.
19718         (gnus-mime-multipart-functions): Doc and customization fix.
19719         (gnus-article-mime-hierarchy): New variable.
19720         (gnus-article-mime-hierarchy-next): New variable.
19721         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19722         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19723         gnus-article-mime-hierarchy-next to nil.
19724         (gnus-insert-mime-button): Show hierarchy numbers.
19725         (gnus-mime-accumulate-hierarchy): New function.
19726         (gnus-mime-enter-multipart): New function.
19727         (gnus-mime-leave-multipart): New function.
19728         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19729         (gnus-mime-display-alternative): Show hierarchy numbers.
19730
19731         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19732         gnus-article-mime-hierarchy-next to nil.
19733
19734 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19735
19736         * dns.el: Don't require gnus-xmas.
19737
19738 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19739
19740         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19741         inline PGP.
19742         (mml-menu): Disable mml-quote-region if mark is inactive.
19743
19744 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19745
19746         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19747         when the group's active is not available.
19748
19749 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19752         error.
19753
19754 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * imap.el (imap-store-password): New variable.
19757         (imap-interactive-login): Use it.
19758         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19759
19760 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19761
19762         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19763         window-start and hscroll to summary window.
19764
19765 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19766
19767         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19768         conversion message to newsrc-dribble when an actual conversion is
19769         performed.
19770
19771 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19772
19773         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19774
19775 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * mm-decode.el (mm-complicated-handles): New function reviving
19778         former definition of mm-multiple-handles.
19779
19780         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19781         (gnus-mime-delete-part): Use it.
19782
19783 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19784
19785         * gnus-agent.el (gnus-agent-read-local):
19786         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19787         avoid the implicit assumption that they will always be equal.
19788         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19789         coding-system-for-write, as the with-temp-file macro first prints
19790         to a buffer then saves the buffer.
19791
19792 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * gnus-art.el (gnus-article-edit-part): New function.
19795         (gnus-mime-save-part-and-strip): Use it; do query instead of
19796         signaling an error; don't use mm-multiple-handles.
19797         (gnus-mime-delete-part): Ditto.
19798
19799 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19800
19801         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19802         old file versions.
19803         (gnus-group-prepare-hook): Remove function that converted list
19804         form of gnus-agent-expire-days to group properties.
19805
19806         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19807         (gnus-request-accept-article): Re-indented.
19808
19809         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19810         converters to handle old agent file formats.  Add logic for a
19811         "backup before upgrading warning".
19812         (gnus-convert-mark-converter-prompt): Developers can mark
19813         functions as needing (default), or not needing,
19814         gnus-convert-old-newsrc's "backup before upgrading warning".
19815         (gnus-convert-converter-needs-prompt): Tests whether the user
19816         should be protected from potentially irreversable changes by the
19817         function.
19818
19819         * legacy-gnus-agent.el: New.  Provides converters that are only
19820         loaded when gnus-convert-old-newsrc needs to call them.
19821
19822 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * mail-source.el (mail-source-touch-pop): Doc fix.
19825
19826         * message.el (message-smtpmail-send-it): Doc fix.
19827
19828 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19831
19832         * nnmail.el (nnmail-split-fancy): do.
19833
19834         * gnus-kill.el (gnus-kill, gnus-execute): do.
19835
19836 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19837
19838         * gnus-sum.el (gnus-widget-reversible-match)
19839         (gnus-widget-reversible-to-internal)
19840         (gnus-widget-reversible-to-external): New functions.
19841         (gnus-widget-reversible): New widget.
19842         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19843
19844 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19845
19846         * gnus-sum.el (gnus-thread-sort-functions)
19847         (gnus-article-sort-functions): Document `(not F)' items.
19848
19849 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19850
19851         * spam.el (spam-use-gmane-xref): Add new backend.
19852         (spam-gmane-xref-spam-group): Add variable to control the name of the
19853         Gmane spam group.
19854         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19855         (spam-regex-headers-spam, spam-regex-headers-ham)
19856         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19857         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19858         backends and checks.
19859         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19860
19861         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19862         an autodetect method.
19863
19864 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19865
19866         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19867         articles are being added to a group.
19868         (gnus-request-replace-article): Inform the agent that articles
19869         need to be uncached as the cached contents are no longer valid.
19870
19871 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * binhex.el: Don't autoload executable-find.
19874
19875         * canlock.el: Don't autoload mail-fetch-field.
19876
19877         * dgnushack.el: Autoload c-mode for XEmacs.
19878
19879         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19880
19881         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19882         rmail-dont-reply-to and rmail-output.
19883
19884         * gnus-score.el: Don't autoload ffap-string-at-point.
19885
19886         * gnus-setup.el: Don't autoload sc-cite-original.
19887
19888         * imap.el: Don't autoload base64-decode-string,
19889         base64-encode-string and md5.
19890
19891         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19892         and rmail-msg-restore-non-pruned-header.
19893
19894         * mm-decode.el: Don't autoload executable-find.
19895
19896         * mm-url.el: Don't autoload executable-find.
19897
19898         * mm-view.el: Don't autoload diff-mode.
19899
19900         * nndb.el: Don't autoload news-reply-mode, news-setup,
19901         cancel-timer and telnet.
19902
19903         * password.el: Don't autoload run-at-time for Emacs.
19904
19905         * sha1-el.el: Don't autoload executable-find.
19906
19907         * sieve-mode.el: Don't autoload c-mode.
19908
19909         * uudecode.el: Don't autoload executable-find.
19910
19911 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19912
19913         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19914         (gnus-agent-possibly-alter-active): Avoid null in numeric
19915         comparison.
19916         (gnus-agent-set-local): Refuse to save null in local object table.
19917         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19918         list of articles that will be marked as unread.
19919
19920 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19923
19924 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19925
19926         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19927         language tags.
19928
19929 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19930
19931         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19932         Don't bind "obarray".
19933
19934         * gnus-sum.el (gnus-thread-sort-functions):
19935         Add `gnus-thread-sort-by-most-recent-number' and
19936         `gnus-thread-sort-by-most-recent-date'.
19937         Reported by Kai Grossjohann <kai@emptydomain.de>.
19938
19939 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19942
19943 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19944
19945         * gnus-cus.el (gnus-agent-customize-category):
19946         Remove ignore-errors macro reference that required cl to be loaded at
19947         run-time.
19948
19949         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19950         single-interval range of the form (min . max).  Previously the
19951         range had to look like ((min . max)).  Likewise, return
19952         (min . max) rather than ((min . max)).
19953         (gnus-range-map): Use gnus-range-normalize to accept
19954         single-interval range.
19955
19956         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19957         the cache, but not the agent, now appear with their usual face.
19958
19959         * dgnushack.el (loaddir): New variable that is bound to the
19960         directory containing the dgnushack.el file. Use loaddir, rather
19961         than srcdir, to update load-path. Change lets dgnushack compile
19962         code in directories other than GNUS/lisp.
19963
19964 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * lpath.el: Don't bind w3m-safe-url-regexp.
19967
19968         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19969         w3m-safe-url-regexp variable buffer-local.
19970
19971         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19972
19973 2004-02-27  Simon Josefsson  <jas@extundo.com>
19974
19975         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19976         gnus-group-real-prefix.
19977         (gnus-summary-move-article): Use it, instead of
19978         gnus-group-real-prefix.
19979
19980 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * lpath.el: Bind w3m-safe-url-regexp.
19983
19984         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19985         w3m-safe-url-regexp variable buffer-local and set it as the value
19986         of mm-w3m-safe-url-regexp.
19987
19988         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19989
19990         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19991         parsing gnus-posting-styles when the message is not for replying.
19992
19993         * dgnushack.el: Autoload sgml-mode for XEmacs.
19994
19995         * nnrss.el (nnrss-opml-export):
19996         Use mm-set-buffer-file-coding-system instead of
19997         set-buffer-file-coding-system.
19998
19999 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20002         of checkdoc.el).
20003         * nnrss.el: do.
20004         * gnus-mlspl.el: do.
20005         * gnus-ml.el: do.
20006         * gnus-srvr.el: do.
20007
20008         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20009
20010 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20011
20012         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20013         Corrections to custom-manual links.
20014
20015         * gnus-art.el (gnus-article): Ditto.
20016
20017         * mm-decode.el (mime-display, mime-security): Ditto.
20018
20019 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20020
20021         * flow-fill.el: Typo.
20022
20023 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20024
20025         * spam-wash.el: New file.
20026
20027 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20028
20029         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20030
20031 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20032
20033         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20034         to be run with new-articles as LIST1, not LIST2.
20035         (spam-registration-functions): Add spam-use-ham-copy as a nil
20036         registration backend.
20037
20038 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20039
20040         * spam-stat.el (spam-stat-washing-hook): New option.
20041         (spam-stat-buffer-words): Use it.
20042         (spam-stat-process-directory, spam-stat-test-directory):
20043         Use insert-file-contents-literally.
20044         (spam-stat-coding-system): New variable.
20045         (spam-stat-load, spam-stat-save): Use it.
20046
20047 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20048
20049         * spam-report.el (spam-report-plug-agent):
20050         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20051
20052 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20053
20054         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20055         Allow / in mailto URLs.
20056
20057 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20058
20059         * spam-report.el (spam-report-process-queue): Fix interactive use.
20060         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20061         (spam-report-unplug-agent): Doc fixes.
20062         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20063         (spam-report-agentize, spam-report-deagentize): Autoload.
20064
20065 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20068
20069         * message.el (message-setup-fill-variables): Add mml tags to
20070         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20071         <ajk@iu.edu>.
20072         (message-mode): Don't modify paragraph-separate there.
20073
20074 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * compface.el (uncompface-use-external): Default to undecided.
20077         (uncompface-use-external-threshold): New variable.
20078         (uncompface-float-time): New macro.
20079         (uncompface): Determine whether to use the external decoder if
20080         uncompface-use-external is undecided.
20081
20082 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20083
20084         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20085         after images.
20086
20087         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20088
20089 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20090
20091         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20092
20093         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20094
20095         * gnus-sum.el (gnus-summary-limit-to-age)
20096         (gnus-summary-limit-children): do.
20097
20098         * gnus-int.el (gnus-request-scan): do.
20099
20100         * gnus-group.el (gnus-group-suspend): do.
20101
20102         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20103
20104         * gnus-cite.el (gnus-cite-parse-attributions): do.
20105
20106         * gnus-agent.el (gnus-summary-set-agent-mark)
20107         (gnus-agent-regenerate-group): do.
20108
20109         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20110
20111         * binhex.el (binhex-decode-region-internal): do.
20112
20113 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-fun.el (gnus-face-properties-alist): New user option.
20116         (gnus-display-x-face-in-from): Use it.
20117
20118         * gnus-art.el (article-display-face): Ditto.
20119
20120         * compface.el (uncompface-use-external): Default to nil.
20121
20122 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20123
20124         * nntp.el (nntp-erase-buffer): New function.
20125         (nntp-retrieve-data, nntp-send-command)
20126         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20127         (nntp-possibly-change-group): Use it.
20128
20129         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20130         Use with-current-buffer.
20131
20132 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20133
20134         * compface.el: Merge the ELisp-based uncompface program.
20135         (compface): New customization group.
20136         (uncompface-use-external): New user option.
20137         (uncompface): Call uncompface-internal if uncompface-use-external
20138         is nil.
20139         (uncompface-internal): New function.  Note that there are also
20140         some other functions and variables added for this function.
20141
20142 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20143
20144         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20145         if necessary.
20146
20147 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20148
20149         * spam-report.el (spam-report-unplug-agent)
20150         (spam-report-plug-agent, spam-report-deagentize)
20151         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20152         Add support for the Agent in spam-report: when unplugged, report to a
20153         file; when plugged, submit all the requests.
20154
20155         * spam.el (spam-register-routine): Fix message about
20156         registration.
20157
20158 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20159
20160         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20161         dependencies.
20162         (rfc2047-encode): Use it.
20163
20164         * gnus-art.el (gnus-button-marker-list): Move before first
20165         reference.
20166
20167         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20168         (imap-parse-body): Fix format string mismatch.
20169
20170         * gnus-score.el (gnus-summary-increase-score): do.
20171
20172         * nnrss.el (nnrss-close): New function.
20173
20174 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20175
20176         * nnrss.el (nnrss-make-filename): New function.
20177         (nnrss-request-delete-group, nnrss-read-server-data)
20178         (nnrss-save-server-data, nnrss-read-group-data)
20179         (nnrss-save-group-data): Use it.
20180         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20181         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20182         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20183
20184 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20185
20186         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20187
20188 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20189
20190         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20191         files.
20192
20193         * message.el (message-generate-headers-first): Don't quote nil
20194         and t in docstrings.
20195
20196         * imap.el (imap-id): do.
20197
20198         * gnus-agent.el (gnus-agent-consider-all-articles)
20199         (gnus-agent-queue-mail): do.
20200
20201 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20202
20203         * spam-report.el (spam-report-process-queue): New function.
20204         Process requests from `spam-report-requests-file'.
20205         (spam-report-process-queue): Doc fix.
20206
20207 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20208
20209         * spam.el (spam-register-routine)
20210         (spam-log-processing-to-registry, spam-log-registered-p)
20211         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20212         Change "check" to "spam-check" for semi-clarity.
20213
20214 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20215
20216         * pop3.el: Require nnheader.
20217
20218         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20219
20220         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20221
20222         * gnus-picon.el: Require cl.
20223
20224         * gnus-fun.el: Require gnus-ems and gnus-util.
20225
20226         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20227
20228         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20229
20230         * gnus-art.el (gnus-article-edit-mode): Define before first
20231         reference.
20232
20233 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20234
20235         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20236         (gnus-uu-post-encoded): Use point-at-bol.
20237
20238         * gnus-topic.el (gnus-group-active-topic-p): do.
20239
20240         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20241
20242         * gnus-group.el (gnus-group-kill-region): do.
20243
20244         * gnus-art.el (article-date-ut): do.
20245
20246         * message.el (message-fetch-field): Remove redundant
20247         case-fold-search binding.
20248         (message-narrow-to-field): Simplify.
20249
20250 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20251
20252         * spam.el (spam-directory): Derive from `gnus-directory'.
20253
20254         * spam-report.el (spam-report-url-to-file)
20255         (spam-report-requests-file): New function and variable for offline
20256         reporting.
20257         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20258         and user defined function.
20259         (spam-report-url-ping-mm-url): Remove doubled slash.
20260
20261 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20262
20263         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20264
20265 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20266
20267         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20268         Fix format string mismatch.
20269
20270         * sieve.el (sieve-deactivate-all): do.
20271
20272         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20273
20274         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20275
20276         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20277
20278         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20279
20280 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20281
20282         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20283         the list of checks.
20284
20285 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20286
20287         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20288         padding.
20289
20290 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20291
20292         * mm-view.el (mm-fill-flowed): New variable.
20293         (mm-inline-text): Use it.
20294
20295 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20296
20297         * spam.el (spam-spamassassin-register-ham-routine)
20298         (spam-spamassassin-register-spam-routine): Fix function names.
20299
20300 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * gnus.el (gnus-tmp-grouplens): Remove.
20303         (gnus-summary-line-format): Remove grouplens.
20304
20305         * gnus-group.el (gnus-group-line-format): Ditto.
20306
20307         * gnus-spec.el (gnus-format-specs): Ditto.
20308         (gnus-update-format-specifications): Flush the group format spec
20309         cache if there's the grouplens stuff.
20310         (gnus-parse-simple-format): Replace %l with the empty string.
20311
20312 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20313
20314         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20315         omission.
20316
20317 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20320         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20321
20322 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20323
20324         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20325         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20326         New macros and functions.
20327         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20328         Handle > NLINK_MAX messages.
20329         * nnmaildir.el (nnmaildir-request-set-mark):
20330         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20331
20332 2004-01-25  Alex Schroeder  <alex@gnu.org>
20333
20334         * spam-stat.el (spam-stat-process-directory-age): New option.
20335         (spam-stat-process-directory): Use it.
20336
20337 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20338
20339         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20340         (spam-stat-save): Accept prefix argument.
20341
20342 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20343
20344         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20345         links" error.
20346
20347 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20350         the rest of the and/or forms.
20351
20352 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20353
20354         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20355         compatibility with old .newsrc.eld files.
20356
20357         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20358
20359         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20360
20361         * gnus-start.el (gnus-1): do.
20362
20363         * gnus-group.el (gnus-group-line-format-alist): do.
20364
20365         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20366
20367         * gnus-gl.el: Remove.
20368
20369 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20370
20371         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20372         marks consisting of a single range {for example, (3 . 5)} rather
20373         than a list of a single range { ((3 . 5)) }.
20374
20375 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20376
20377         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20378         Use with-current-buffer.
20379         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20380         avoid consing a string.
20381
20382         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20383         Remove obsolete entries for big5 and gb2312.
20384
20385 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20386
20387         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20388         uncompressed list.
20389
20390 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20391
20392         * spam-stat.el (spam-stat-strip-xref): New function.
20393         (spam-stat-process-directory): Use it.
20394
20395         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20396         here -- it's done in message-fetch-field.
20397
20398 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20399
20400         * gnus-agent.el (gnus-agent-queue-mail)
20401         (gnus-agent-prompt-send-queue): New variables.
20402         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20403         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20404         "nndraft:queue" along to gnus-draft-send.
20405         Use gnus-agent-prompt-send-queue.
20406         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20407         is "nndraft:queue".  Suggested by Gaute Strokkenes
20408         <gs234@srcf.ucam.org>
20409
20410         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20411         (agent-enable-undownloaded-faces): Add.
20412         (gnus-agent-cat-groups): Use eval-and-compile, not
20413         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20414         method of gnus-agent-cat-groups even when the buffer has been
20415         evaled.
20416         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20417         delete gnus-agent-save-active-1.
20418         (gnus-agent-save-groups): Delete.  Identical to
20419         gnus-agent-save-active.
20420         (gnus-agent-write-active): No longer adjust agent's copy of active
20421         file as agent's adjustments are now stored in their own
20422         file.  Remove optional parameter.
20423         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20424         servers.  Add use of min/max range limits from server's local
20425         file.
20426         (gnus-agent-save-alist): Remove unused optional argument.
20427         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20428         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20429         (gnus-agent-set-local): A per-server file that keeps min/max range
20430         limits for articles known to the agent.  Provides a fast mechanism
20431         for altering many active ranges.
20432         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20433         active file (local makes it unnecessary).
20434         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20435
20436         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20437         (agent-enable-undownloaded-faces): Add.
20438
20439         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20440         disable it when sending to "nndraft:queue".
20441         (gnus-group-send-queue): Add safety check to avoid sending queue
20442         when unplugged.
20443
20444         * gnus-group.el (gnus-group-catchup): Use new
20445         gnus-sequence-of-unread-articles, not
20446         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20447         numbers of articles.  Use gnus-range-map to avoid having to
20448         uncompress the unread list.
20449         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20450         Fix invalid ange-ftp reference.
20451
20452         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20453         (gnus-sorted-range-intersection): Intersection of two ranges
20454         without requiring that they first be uncompressed.
20455
20456         * gnus-start.el (gnus-activate-group): Unless blocked by the
20457         caller, possibly expand the active range to include both cached
20458         and agentized articles.
20459         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20460         multiple version-dependent converters.
20461         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20462         gnus-agent-save-active.
20463         (gnus-save-newsrc-file): Save dirty agent range limits.
20464
20465         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20466         gnus-agent-possibly-alter-active.
20467         (gnus-adjust-marked-articles): Faster handling of simple lists.
20468
20469 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20470
20471         * spam-stat.el (spam-stat-test-directory): New optional argument
20472         displays a list of files detected.  Suggested by Andrew Cohen
20473         <cohen@andy.bu.edu>.
20474         (spam-stat-buffer-words-with-scores): Don't narrow and change
20475         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20476
20477 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20478
20479         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20480         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20481         (spam-spamassassin-arguments)
20482         (spam-spamassassin-spam-flag-header)
20483         (spam-spamassassin-positive-spam-flag-header)
20484         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20485         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20486         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20487         (spam-list-of-processors, spam-list-of-checks)
20488         (spam-list-of-statistical-checks, spam-registration-functions)
20489         (spam-check-spamassassin-headers, spam-check-spamassassin)
20490         (spam-spamassassin-score)
20491         (spam-spamassassin-register-with-sa-learn)
20492         (spam-spamassassin-register-spam-routine)
20493         (spam-spamassassin-register-ham-routine)
20494         (spam-assassin-register-spam-routine)
20495         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20496         (spam-bogofilter-score): Fix to show article before scoring.
20497
20498 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20499
20500         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20501         default scoring function.
20502         (spam-generic-score): Call spam-spamassassin-score if
20503         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20504         spam-bogofilter-score otherwise.
20505
20506         * gnus.el (spam-process, spam-autodetect-methods):
20507         Add spamassassin and spamassassin-headers.
20508
20509 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20510
20511         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20512         Suppress unnecessary messages.
20513
20514 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20515
20516         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20517         make-hash-table.
20518
20519 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * canlock.el (base64-encode-string): Don't autoload it.
20522
20523 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * run-at-time.el: Remove useless (require 'itimer),
20526         eval-and-compile and (featurep 'xemacs).
20527
20528 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20529
20530         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20531         GROUP is a virtual group.
20532
20533 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20534
20535         * gnus.el: Autoload `message-y-or-n-p'.
20536
20537 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20538
20539         * pgg-parse.el: Remove unnecessary (require 'custom).
20540
20541         * pgg-def.el: do.
20542
20543         * nnmail.el: do.
20544
20545         * gnus-undo.el: do.
20546
20547         * gnus-picon.el: do.
20548
20549         * gnus-util.el: do.
20550
20551 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20552
20553         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20554
20555 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20558         handle, as well as a list.
20559
20560         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20561         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20562         (mm-w3m-cid-retrieve): Simplify.
20563
20564 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20565
20566         * message.el (message-kill-to-signature): Allow prefix arg to
20567         specify number of lines to keep before signature.
20568
20569 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20570
20571         * message.el (message-kill-to-signature): Change docstring.
20572
20573 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * canlock.el: Always require sha1-el.
20576         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20577
20578         * message.el: Autoload sha1 only when compiling.
20579
20580         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20581         eudc-expand-inline for XEmacs.
20582
20583 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20584
20585         * message.el (message-canlock-generate): Require sha1-el.
20586
20587 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20588
20589         * message.el (message-expand-name): Silence the byte compiler.
20590
20591         * lpath.el: Add detect-coding-system.
20592
20593         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20594         cus-edit.
20595
20596 2004-01-13  Simon Josefsson  <jas@extundo.com>
20597
20598         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20599         Invoke gnus-score-mode.
20600         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20601
20602         * gnus-range.el (gnus-compress-sequence): Doc fix.
20603         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20604
20605 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20606
20607         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20608
20609 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20610
20611         * spam.el (spam-get-article-as-string): Update to use
20612         gnus-request-article-this-buffer, much simpler.
20613         (spam-get-article-as-buffer): Remove.
20614
20615 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20616
20617         * message.el (message-expand-name): Use EUDC if the user uses that.
20618
20619 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20620
20621         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20622         character for the encoding to avoid consing a string.
20623
20624         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20625         unnecessarily.
20626
20627         * mm-util.el (mm-replace-chars-in-string): Remove.
20628
20629         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20630         of mm-replace-chars-in-string.
20631
20632 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20633
20634         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20635
20636         * mm-util.el (mm-subst-char-in-string): Support inplace.
20637
20638         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20639         a new string in every iteration.  Use shy groups.
20640
20641 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20642
20643         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20644         * gnus-soup.el (gnus-soup-group-brew):
20645         * gnus-msg.el (gnus-put-message):
20646         * gnus-move.el (gnus-group-move-group-to-server):
20647         * gnus-kill.el (gnus-batch-score):
20648         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20649         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20650         (gnus-group-update-group, gnus-group-read-group)
20651         (gnus-group-make-group, gnus-group-make-help-group)
20652         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20653         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20654         (gnus-group-sort-by-unread, gnus-group-catchup)
20655         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20656         (gnus-group-yank-group, gnus-group-set-info)
20657         (gnus-group-list-groups):
20658         * gnus.el (gnus-generate-new-group-name):
20659         * gnus-delay.el (gnus-delay-send-queue):
20660         * nnvirtual.el (nnvirtual-catchup-group):
20661         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20662         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20663         (gnus-group-prepare-topics, gnus-topic-check-topology):
20664         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20665         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20666         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20667         (gnus-group-make-articles-read):
20668         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20669         (gnus-group-change-level, gnus-kill-newsgroup)
20670         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20671         (gnus-get-unread-articles, gnus-make-articles-unread)
20672         (gnus-make-ascending-articles-unread): Use accessor
20673         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20674         to get group information for improved readability.
20675
20676
20677 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20678
20679         * gnus-art.el (article-decode-mime-words, article-babel)
20680         (gnus-article-highlight-signature, gnus-article-add-buttons)
20681         (gnus-signature-toggle): Use gnus-with-article-buffer.
20682
20683         * gnus-art.el (gnus-article-highlight-headers)
20684         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20685
20686         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20687         (gnus-article-set-globals, gnus-request-article-this-buffer)
20688         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20689         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20690         (gnus-mime-display-alternative): Use with-current-buffer.
20691
20692 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20693
20694         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20695         also under 80 char limit, and call gnus-error if needed.
20696         (spam-fetch-article-header): Fix - it was a
20697         buffer-local variable (gnus-newsgroup-data).
20698         (spam-find-spam): Use spam-generate-fake-headers, forget about
20699         spam-insert-fake-headers.
20700         (spam-insert-fake-headers): Remove.
20701
20702 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20703
20704         * deuglify.el (gnus-article-outlook-unwrap-lines)
20705         (gnus-outlook-rearrange-article)
20706         (gnus-outlook-repair-attribution-outlook)
20707         (gnus-outlook-repair-attribution-block)
20708         (gnus-outlook-repair-attribution-other): Remove redundant
20709         save-excursion.
20710
20711 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20712
20713         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20714         (spam-fetch-field-subject-fast)
20715         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20716         (spam-fetch-article-header): Add functions to deal with Gnus
20717         internals for fast retrieval of article header data.
20718         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20719
20720 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20721
20722         * pop3.el (pop3-md5): Remove.
20723         (pop3-apop): Replace pop3-md5 with md5.
20724
20725         * mm-bodies.el: base64 is always built-in.
20726
20727         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20728         Use with-current-buffer.
20729
20730 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * canlock.el (canlock-insert-header): Remove excessive grouping in
20733         regexp.
20734
20735         * gnus-sum.el (gnus-summary-read-document): Ditto.
20736
20737         * gnus-uu.el (gnus-uu-part-number): Ditto.
20738
20739         * html2text.el (html2text-remove-tags): Ditto.
20740         (html2text-format-tags): Ditto.
20741         (html2text-format-single-elements): Ditto.
20742
20743         * mml.el (mml-parse-1): Ditto.
20744
20745 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20746
20747         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20748
20749         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20750
20751         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20752
20753         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20754
20755 2003-11-15  Simon Josefsson  <jas@extundo.com>
20756
20757         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20758         (pgg-gpg-lookup-key): Use regexp match instead of
20759         split-string (split-string is different between emacs 21.2 and
20760         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20761
20762 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20763
20764         * gnus-art.el (gnus-mime-view-all-parts)
20765         (gnus-article-part-wrapper, gnus-article-view-part):
20766         Use with-current-buffer.
20767
20768 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20769
20770         * spam.el (spam-disable-spam-split-during-ham-respool)
20771         (spam-spamoracle-database, spam-cache-lookups)
20772         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20773         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20774         (spam-group-ham-marks, spam-group-spam-marks)
20775         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20776         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20777         also add spam-use-blackholes to the statistical checks.
20778         (spam-fetch-field-fast): Add interface to fetching fields, may
20779         become a macro.
20780         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20781         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20782         (spam-insert-fake-headers): Fake an article when needed.
20783         (spam-find-spam): Fake article when possible.
20784         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20785         (spam-check-bogofilter-headers): Use message-fetch-field instead
20786         of nnmail-fetch-field.
20787
20788 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20789
20790         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20791
20792 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20793
20794         * spam.el (spam-split): Do not require spam-use-CHECK to be
20795         enabled if that check is passed to spam-split explicitly; also
20796         fix so 'spam doesn't get converted to spam-split-group when
20797         spam-split-symbolic-return is t.
20798         (spam-find-spam): Find registrations of the article and use those
20799         instead of re-running spam-split to find the spam/ham
20800         classification of the article.
20801         (spam-log-processing-to-registry, spam-log-registered-p)
20802         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20803         Use gnus-error instead of gnus-message.
20804         (spam-log-registration-type): Add function to determine the
20805         classification of a message based on registry entries; will
20806         return nil if both 'spam and 'ham are found.
20807         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20808         a reasonably fast local cache without the loading errors.
20809         (spam-cache-lookups): Set to t by default.
20810         (spam-find-spam): Don't try to guess spam-cache-lookups.
20811         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20812         spam-caches entry.
20813         (spam-filelist-build-cache, spam-filelist-check-cache):
20814         Fix caching of whitelist/blacklist entries.
20815         (spam-check-whitelist, spam-check-blacklist):
20816         Invoke spam-from-listed-p with a type, not a cache variable.
20817         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20818
20819 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20820
20821         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20822
20823         * nnmail.el (nnmail-split-fancy): do.
20824
20825         * mml.el (mml-parse): do.
20826
20827         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20828         (gnus-score-adaptive): do.
20829
20830 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20833         (gnus-mime-button-map): Don't set keymap parent.
20834         (gnus-button-ctan-directory-regexp): Use shy grouping.
20835         (gnus-prev-page-map): Don't set keymap parent.
20836         (gnus-prev-page-map): Remove duplicated one.
20837         (gnus-next-page-map): Don't set keymap parent.
20838         (gnus-mime-security-button-map): Ditto.
20839
20840         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20841         version number.
20842
20843         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20844
20845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * canlock.el (canlock-sha1-function): Remove.
20848         (canlock-sha1-function-for-verify): Remove.
20849         (canlock-openssl-program): Remove.
20850         (canlock-openssl-args): Remove.
20851         (canlock-ignore-errors): Remove.
20852         (canlock-sha1-with-openssl): Remove.
20853         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20854         (canlock-verify): Don't use canlock-ignore-errors.
20855
20856         * sha1-el.el (sha1-string-external): Make it can return a string
20857         in binary form.
20858         (sha1-region-external): Ditto.
20859         (sha1-string-internal): Ditto.
20860         (sha1-region-internal): Ditto.
20861         (sha1-region): Ditto.
20862         (sha1-string): Ditto.
20863         (sha1): Ditto.
20864
20865 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20866
20867         * spam.el (spam-report-articles-gmane): New command.
20868
20869 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20872
20873         * run-at-time.el (run-at-time-saved): Remove.
20874         (run-at-time): Doc fix.
20875
20876 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20877
20878         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20879         (gnus-summary-limit-map): Add it.
20880         (gnus-summary-make-menu-bar): do.
20881
20882 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20883
20884         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20885         Make attempt at some caching support (done for BBDB only now).
20886         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20887         addresses to be checked.
20888         (spam-clear-cache-BBDB): Add function, to be invoked by
20889         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20890         (spam-check-BBDB): Check and use the caches, if
20891         spam-cache-lookups is on, remove superfluous (provide).
20892
20893 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20894
20895         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20896
20897 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20898
20899         * run-at-time.el (run-at-time-saved): Move to after the definition
20900         of `run-at-time'.
20901
20902         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20903
20904 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20907         mm-w3m-local-map-property.
20908
20909         * mm-view.el (mm-w3m-mode-map): Remove.
20910         (mm-w3m-local-map-property): Remove.
20911         (mm-inline-text-html-render-with-w3m): Don't use
20912         mm-w3m-local-map-property.
20913
20914 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20915
20916         * run-at-time.el: New file.
20917
20918         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20919         under Emacs.
20920
20921         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20922         of gnus-set-text-properties.
20923
20924         * gnus-uu.el (gnus-uu-save-article): Ditto.
20925
20926         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20927
20928         * gnus-cite.el (gnus-cite-parse): Ditto.
20929
20930         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20931         of gnus-.
20932
20933         * gnus-xmas.el (run-at-time): Require run-at-time.
20934
20935         * gnus.el: Change calls to nnheader-run-at-time and
20936         password-run-at-time throughout to use run-at-time directly.
20937
20938         * password.el: Remove definition of run-at-time.
20939
20940         * nnheaderxm.el: Remove definition of run-at-time.
20941
20942 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20943
20944         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20945         in prompt.
20946
20947 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20948
20949         * messagexmas.el (message-xmas-redefine): Alias
20950         `message-make-caesar-translation-table' to
20951         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20952         version.
20953
20954         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20955         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20956         `gnus-xmas-set-text-properties'.
20957         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20958         `gnus-xmas-completing-read'.
20959         (gnus-xmas-completing-read): Removed.
20960         (gnus-xmas-open-network-stream): Removed.
20961
20962         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20963         XEmacs version.
20964
20965         * dns.el (dns-make-network-process): Use `open-network-stream'
20966         instead of `gnus-xmas-open-network-stream'.
20967
20968         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20969
20970         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20971
20972 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20973
20974         * gnus-art.el (gnus-mime-display-alternative)
20975         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20976         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20977         Don't use gnus-local-map-property.
20978
20979         * gnus-util.el (gnus-local-map-property): Remove.
20980
20981         * mm-view.el (mm-view-pkcs7-decrypt):
20982         Replace gnus-completing-read-maybe-default with completing-read.
20983
20984         * gnus-util.el (gnus-completing-read): do.
20985         (gnus-completing-read-maybe-default): Remove.
20986
20987 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20988
20989         * password.el: Only autoload `run-at-time' if not XEmacs.
20990         Only autoload the itimer functions if XEmacs.
20991
20992 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20995         XEmacsen.
20996
20997         * dgnushack.el: Autoload executable-find for XEmacs.
20998
20999 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21000
21001         * gnus-art.el (gnus-read-string): Remove.
21002         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21003         read-string.
21004
21005 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21006
21007         * netrc.el: Autoload password-read.
21008         (netrc): Add configuration group.
21009         (netrc-encoding-method, netrc-openssl-path):
21010         Add variables for encoding and decoding of files with symmetric
21011         ciphers.
21012         (netrc-encode): Add assistant function to encode a file with
21013         netrc-encoding-method.
21014         (netrc-parse): Add interactive parameter, added optional
21015         decoding if netrc-encoding-method is non-nil but otherwise
21016         behavior is standard.
21017         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21018         Do s/encode/encrypt/ everywhere.
21019
21020         * spam.el: Remove executable-find autoload.
21021
21022 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21023
21024         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21025
21026         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21027
21028 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21029
21030         * gnus-art.el (gnus-treat-ansi-sequences)
21031         (article-treat-ansi-sequences): New variable and function.
21032         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21033
21034         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21035         Use it.
21036
21037 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21038
21039         * mm-util.el (mm-quote-arg): Remove.
21040
21041         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21042         shell-quote-argument.
21043
21044         * gnus-uu.el (gnus-uu-command): do.
21045
21046         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21047
21048         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21049         with make-char.
21050
21051         * mm-util.el (mm-make-char): Remove.
21052
21053         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21054         add-minor-mode.
21055
21056         * gnus-undo.el (gnus-undo-mode): do.
21057
21058         * gnus-topic.el (gnus-topic-mode): do.
21059
21060         * gnus-sum.el (gnus-dead-summary-mode): do.
21061
21062         * gnus-start.el (gnus-slave-mode): do.
21063
21064         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21065
21066         * gnus-ml.el (gnus-mailing-list-mode): do.
21067
21068         * gnus-gl.el (gnus-grouplens-mode): do.
21069
21070         * gnus-draft.el (gnus-draft-mode): do.
21071
21072         * gnus-dired.el (gnus-dired-mode): do.
21073
21074         * gnus-ems.el (gnus-add-minor-mode): Remove.
21075
21076         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21077         Replace gnus-char-width with char-width.
21078
21079         * gnus-ems.el (gnus-char-width): Remove.
21080
21081         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21082         Replace gnus-char-width with char-width.
21083
21084         * gnus-ems.el (gnus-char-width): Remove.
21085
21086         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21087         definition.
21088         Remove Emacs 20 hash table compatibility code.
21089
21090         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21091         20 compatibility code.
21092
21093         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21094
21095         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21096
21097         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21098         Replace with point-at-{eol,bol}.
21099
21100         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21101
21102         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21103
21104         * flow-fill.el (fill-flowed-point-at-bol)
21105         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21106
21107         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21108         Replace with point-at-{eol,bol} throughout all files.
21109
21110 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * ntlm.el (ntlm-string-as-unibyte): New macro.
21113         (ntlm-build-auth-response): Use it.
21114
21115         Remove Emacs 20 stuff:
21116         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21117         (butlast, mapc, remove): Remove the compiler macros.
21118         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21119         of delq and copy-sequence.
21120         * gnus-art.el (popup-menu): Remove the compiler macro.
21121         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21122         Emacs 20.
21123
21124 2004-01-05  Simon Josefsson  <jas@extundo.com>
21125
21126         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21127         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21128         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21129         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21130         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21131         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21132         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21133         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21134         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21135         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21136         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21137         string-xor into ntlm-string-xor.
21138         Suggested by Jesper Harder <harder@myrealbox.com>.
21139
21140         * ntlm.el: Don't include poem.
21141
21142         * md4.el (print-int32, print-string-hexa): Remove.
21143         Suggested by Jesper Harder <harder@myrealbox.com>.
21144
21145         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21146
21147         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21148         probably breaks emacs with DL patch, but do we care? Is anyone
21149         still using the DL stuff?)
21150
21151         * sieve-manage.el: Use the password package.
21152         (sieve-manage-read-passwd): Remove.
21153         (sieve-manage-interactive-login): Use password.  Re-add
21154         condition-case around loop.
21155
21156         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21157         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21158         Use the password package.
21159
21160 2003-02-19  Simon Josefsson  <jas@extundo.com>
21161
21162         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21163         token.
21164
21165 2002-08-07  Simon Josefsson  <jas@extundo.com>
21166
21167         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21168         (sieve-manage-authenticators):
21169         (sieve-manage-authenticator-alist): Add some SASL mechs.
21170         (sieve-sasl-auth): New function.
21171         (sieve-manage-cram-md5-auth):
21172         (sieve-manage-plain-auth): Rewrite using SASL library.
21173         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21174         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21175         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21176         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21177
21178 2004-01-05  Simon Josefsson  <jas@extundo.com>
21179
21180         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21181         New files.
21182
21183 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21184
21185         * gnus-group.el (gnus-no-groups-message): Update.
21186
21187         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21188
21189 2003-11-09  Simon Josefsson  <jas@extundo.com>
21190
21191         * imap.el: Support for ID IMAP extension (RFC 2971).
21192         (imap-local-variables): Add imap-id.
21193         (imap-id): New variable.
21194         (imap-id): New function.
21195         (imap-parse-response): Parse untagged ID response.
21196         * nnimap.el (nnimap-id): New variable.
21197         (nnimap-open-connection): Use it.
21198
21199 2003-12-28  Simon Josefsson  <jas@extundo.com>
21200
21201         * gnus-score.el (gnus-score-edit-all-score): New.
21202         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21203
21204 2004-01-04  Simon Josefsson  <jas@extundo.com>
21205
21206         * password.el: Add.
21207
21208 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21209
21210         * dns.el (dns-query-types): Fix typo.
21211         (dns-query-types): New function.
21212         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21213         PTR and SOA replies, see RFC 1035.
21214
21215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216
21217         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21218
21219         * Move to Changelog.2.
21220
21221 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21222
21223         * gnus.el (gnus-version-number): Bump version.
21224
21225 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21226
21227         * gnus.el: No Gnus v0.1 is released.
21228
21229 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21230
21231         * gnus.el: No Gnus v0.0 is released.
21232
21233 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21234
21235         * gnus.el (gnus-version-number): Bump.
21236         (gnus-version): No.
21237
21238 See ChangeLog.2 for earlier changes.
21239
21240   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21241
21242   This file is part of GNU Emacs.
21243
21244   GNU Emacs is free software: you can redistribute it and/or modify
21245   it under the terms of the GNU General Public License as published by
21246   the Free Software Foundation, either version 3 of the License, or
21247   (at your option) any later version.
21248
21249   GNU Emacs is distributed in the hope that it will be useful,
21250   but WITHOUT ANY WARRANTY; without even the implied warranty of
21251   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21252   GNU General Public License for more details.
21253
21254   You should have received a copy of the GNU General Public License
21255   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21256
21257 ;; Local Variables:
21258 ;; coding: utf-8
21259 ;; fill-column: 79
21260 ;; add-log-time-zone-rule: t
21261 ;; End: