Try to fix XEmacs message-options buffer-local issue.
[gnus] / lisp / ChangeLog
1 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * message.el (message-options): Make buffer-local two ways to attempt
4         to fix a XEmacs bug.
5
6 2011-03-02  Julien Danjou  <julien@danjou.info>
7
8         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
9
10 2011-03-01  Julien Danjou  <julien@danjou.info>
11
12         * gnus-art.el (list-identifier): Add list-identifier as a parameter
13         group.
14         (article-hide-list-identifiers): Use list-identifier group parameter.
15
16 2011-02-28  Julien Danjou  <julien@danjou.info>
17
18         * sieve.el (sieve-buffer-script-name): New local variable to store
19         sieve script name.
20         (sieve-edit-script): Store sieve script name.
21         (sieve-upload): Use sieve script name when uploading.
22         (sieve-upload): Use substitute-command-keys.
23         (sieve-edit-script): Use substitute-command-keys.
24         (sieve-refresh-scriptlist): Use substitute-command-keys.
25         (sieve-manage-mode-map): Define keymap properly.
26         (sieve-manage-mode): Do not set mode name manually, change mode-name to
27         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
28         Remove commented code about cvs.
29         (sieve-manage-quit): New function.
30         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
31
32 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * gnus-group.el (gnus-import-other-newsrc-file): New function.
35
36 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * auth-source.el (auth-source-search): Cache empty result sets.
39
40         * password-cache.el (password-in-cache-p): Convenience function to
41         check if a key is in the cache, even if the value is nil.
42
43         * auth-source.el (auth-source-save-behavior): New variable to replace
44         `auth-source-never-create'.
45         (auth-source-netrc-create): Use it.
46         (auth-source-never-save): Remove.
47
48 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * nnimap.el (nnimap-stream): Doc fix.
51         (nnimap-open-connection-1): Reverse the order of the ports to that the
52         prompted-for port is first.
53
54         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
55         retrieval by the no-group selection.
56
57         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
58         numerical parameters.
59
60 2011-02-25  Julien Danjou  <julien@danjou.info>
61
62         * gnus-gravatar.el: Use gnus-with-article-buffer.
63
64         * gnus-art.el (gnus-with-article-buffer): Check that the
65         gnus-article-buffer is alive.
66
67 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
68
69         * auth-source.el (auth-source-creation-prompts): New variable to manage
70         creation-time prompts.
71         (auth-source-search): Document it.
72         (auth-source-format-prompt): Add utility function.
73         (auth-source-netrc-create): Don't default the user name to
74         user-login-name.  Use `auth-source-creation-prompts' and some default
75         prompts for user, host, port, and password (the default generic prompt
76         remains ugly).
77         (auth-source-never-save): Add customizable option to never save info.
78         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
79         mode excursion.
80
81 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
84         argument that XEmacs doesn't support.
85
86         * dgnushack.el (dgnushack-compile): Exclude color.el from being
87         compiled for Emacsen having no `libxml-parse-html-region' support.
88
89         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
90
91         * lpath.el: Bind buffer-save-without-query for XEmacs.
92
93 2011-02-23  Julien Danjou  <julien@danjou.info>
94
95         * gnus-art.el (article-make-date-line): Ignore errors if time is
96         invalid and not convertible.
97         (article-make-date-line): Only add lapsed time if time is not nil.
98
99 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
100
101         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
102         `read-char-choice' for backwards compatibility.
103         (auth-source-netrc-element-or-first): New function to DTRT for
104         parameter extraction.
105         (auth-source-netrc-create): Use it and fix multiple parameter print
106         bug.  Use the default passed from above (given-default) or the
107         built-in (user-login-name for :user).
108
109 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-start.el (gnus-dribble-read-file): Set
112         buffer-save-without-query, since we always want to save the dribble
113         file, probably.
114
115         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
116         nnimap.
117
118         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
119         -summary- since it's a user-visible variable.
120
121         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
122         first time you use the new Gnus.
123
124 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * auth-source.el: Don't load netrc.el.
127         (auth-sources): Search ~/.netrc as well by default.
128         (auth-source-debug): Add 'trivia option for extra output.
129         (auth-source-do-trivia): Use it.
130         (auth-source-search): Simplify logic to use
131         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
132         appropriate.  Don't keep a running count at this level.  Layer :create
133         and :delete options appropriately on the first and second passes.
134         Don't track the backend with the search results.
135         (auth-source-search-backends): New function to search a list of
136         backends for a processed spec.
137         (auth-source-netrc-parse): Cache all netrc files, making
138         auth-source-netrc-cache an alist keyed by the file name and using the
139         file mtime as the caching criterion.  Keep the obfuscated data secret
140         with a lexical bind.
141         (auth-source-netrc-search): Don't calculate the length of the results
142         unnecessarily.
143         (auth-source-search-backends): Fix bug.
144         (auth-source-netrc-create): Rework prompts.
145
146 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
147
148         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
149         Lower case names of search constraints.
150         (nnir-run-query): Cache and reuse search constraints for all imap
151         servers.
152
153 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
156         after exit.
157         (gnus-setup-message): Define missing variable from last checkin.
158
159         * gnus-sum.el (gnus-summary-show-article): When called with t as the
160         value, show the raw article.
161
162 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
163
164         * gnus.el: No Gnus v0.13 is released.
165
166 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
167
168         * nnimap.el (nnimap-open-connection-1): Revert last change, since
169         auth-source now accepts numbers.
170
171         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
172         spec, too.
173         (auth-source-ensure-strings): New function.
174
175         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
176         (gnus-article-setup-buffer): Always restart the date timer so that user
177         changes to the frequency is respected.
178
179         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
180         port numbers, so make sure it gets that if nnimap-server-port is
181         explicit.
182
183 2011-02-21  Simon Josefsson  <simon@josefsson.org>
184
185         * nnimap.el (nnimap-inbox): Doc fix.
186
187 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
188
189         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
190         Autoload.  Add optional arg FRAME, and pass it to color-values.
191         (color-complement): Caller changed.  Doc fix.
192         (color-gradient): Rewrite for better clarity and efficiency.
193
194 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
195
196         * shr-color.el (shr-color->hexadecimal): Use renamed function names
197         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
198         color-lab-to-srgb.
199
200 2011-02-20  Drew Adams  <drew.adams@oracle.com>
201
202         * color.el: First part of merge from hexrgb.el.
203         (color-rgb-to-hex): Rename from color-rgb->hex.
204         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
205         saturation to zero if the value is too small.
206         (color-rgb-to-hsl): Rename from color-rgb->hsl.
207         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
208         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
209         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
210         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
211         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
212         (color-cie-de2000): Doc fix.
213
214 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
217         given method as in the group name if we're using an extended method.
218         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
219         command, if we're using that, instead of waiting for the beginning.
220
221         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
222         we're sure to get unique server names, and we don't output two async
223         commands in the same buffer.  This fixes an NNTP hang for some users.
224
225 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
226
227         * gnus.el: No Gnus v0.11 is released.
228
229 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
232         summary buffer before reading going to the next buffer.  This avoids
233         putting the point in the group buffer if you `C-g' the command.
234
235         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
236         cache (for now) to make ~/.authinfo.gpg files usable.
237
238         * nnfolder.el (copyright-update): Define for the compiler.
239
240         * auth-source.el (auth-source-search): Fix unbound variable.
241
242 2011-02-19  Glenn Morris  <rgm@gnu.org>
243
244         * gnus.el (gnus-meta): Doc fix.
245
246 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
247
248         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
249         in case it's not yet loaded.
250
251 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
254         line we're waiting for.
255
256 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
257
258         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
259         face with line-width greater than zero will cause RET in gnus summary
260         buffer to scroll down article page-wise because auto vscroll happens,
261         it should be temporalily disabled when doing a scroll-up.
262
263 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
264
265         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
266         outputs from the server.
267
268 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
269
270         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
271         later so that bbdb can hook in easier.
272
273 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
274
275         * auth-source.el (auth-source-search): Don't try to create credentials
276         if the caller doesn't want that.
277         (auth-source-search): If we don't find a match, don't bug out on
278         non-bound variables.
279         (auth-source-search): Only ask a single backend to create the
280         credentials.
281
282         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
283         logging.
284         (nnimap-credentials): Protect against auth-source-search returning nil.
285         (nnimap-request-list): Protect against not being able to open the
286         server.
287
288 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
289
290         * auth-source.el (auth-source-search): Do a two-phase search, one with
291         no :create to get the responses from all backends.
292
293         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
294         when getting credentials.
295
296         * gnus-util.el (gnus-delete-duplicates): New function.
297
298 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * nnimap.el (nnimap-credentials): Instead of picking the first port as
301         a creation default, pass the whole port list down.  It will be
302         completed.
303
304         * auth-source.el (auth-source-search): Updated docs to talk about
305         multiple creation choices.
306         (auth-source-netrc-create): Accept a list as a value (from the search
307         parameters) and do completion on that list.  Keep a separate netrc line
308         with the password obscured for showing the user.
309
310         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
311         first choice to `auth-source-search' so it will be used for entry
312         creation instead of the server's Gnus-specific name.
313         (nnimap-credentials): Rely on the auth-source library to select which
314         port is actually wanted in the new netrc entry, so don't override
315         `auth-source-creation-defaults'.
316
317         * auth-source.el (auth-source-netrc-parse): Use :port instead of
318         :protocol and accept a missing user, host, or port as a wildcard match.
319         (auth-source-debug): Default to off.
320
321         (auth-source-netrc-search, auth-source-netrc-create)
322         (auth-source-secrets-search, auth-source-secrets-create)
323         (auth-source-user-or-password, auth-source-backend, auth-sources)
324         (auth-source-backend-parse-parameters, auth-source-search): Use :port
325         instead of :protocol.
326
327         * nnimap.el (nnimap-credentials): Pass a port default to
328         `auth-source-search' in case an entry needs to be created.
329         (nnimap-open-connection-1): Use :port instead of :protocol.
330
331 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * auth-source.el: Bind load-path when loading EIEIO from
334         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
335         21.4 doesn't support, to `require'.
336         (auth-source-secrets-search): Use mm-delete-duplicates instead of
337         delete-dups that is not available in XEmacs 21.4.
338
339 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
340
341         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
342         as EIEIO must also be loaded when auth-source.el is being
343         byte-compiled.
344
345 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
346
347         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
348
349         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
350
351         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
352
353         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
354
355         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
356
357         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
358
359         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
360
361         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
362         necessary.
363
364 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
367         nil means that nnimap doesn't get updated.
368
369 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * auth-source.el (auth-source-netrc-create): Return a synthetic search
372         result when the user doesn't want to write to the file.
373         (auth-source-netrc-search): Expect a synthetic result and proceed
374         accordingly.
375         (auth-source-cache-expiry): New variable to override
376         `password-cache-expiry'.
377         (auth-source-remember): Use it.
378
379         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
380         parameter.  Create entry if necessary by using :create t.
381         (nnimap-open-connection-1): Don't pass `inhibit-create'.
382
383 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * auth-source.el (auth-source-debug): Enable by default and don't
386         mention the obsolete `auth-source-hide-passwords'.
387         (auth-source-do-warn): New function to debug unconditionally.
388         (auth-source-do-debug): Use it.
389         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
390         and for Secrets API entries when the secrets.el library is not
391         available.
392
393 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-sum.el (gnus-propagate-marks): Default to nil.
396         (gnus-summary-exit): Kill the correct article buffer on exit from a
397         `C-d' group.
398
399         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
400         gnus-propagate-marks.
401
402         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
403         before killing the buffers so that a non-full window conf gets handled
404         correctly.
405         (gnus-summary-exit): Ditto.
406         (gnus-summary-read-group-1): Ditto.
407
408         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
409         async code again so that we can debug it properly.
410
411         * message.el (message-reply): Take an optional switch-buffer parameter
412         so that Gnus window confs are respected better.
413
414 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
417         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
418         docstring.
419         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
420         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
421         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
422         Login collection is "Login" and not "login".
423
424 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
427         multiple headers.
428
429         * nnimap.el (nnimap-inhibit-logging): New variable.
430         (nnimap-log-command): Don't log login commands.
431
432         * auth-source.el (auth-source-netrc-search): The asserts seem to want
433         to have more parameters.
434
435         * nnimap.el (nnimap-send-command): Mark the command time for each
436         command, so that we don't get NOOPs stepping on our toes.
437
438         * gnus-art.el (article-date-ut): Get the date from the Date header on
439         `t'.
440
441 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * auth-source.el (auth-source-search): Use copy-sequence instead of
444         the cl.el copy-list.
445
446 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
447
448         * imap.el: Bring it back (revert
449         84d800cd31de3064f0ed39617d725709a2f8f42f).
450
451 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
452
453         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
454         Improve prompt.
455
456 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus-art.el (gnus-article-mode-line-format): Remove the article
459         washing status from the default format.  It isn't very informative.
460
461 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
462
463         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
464         Gcc processing on imap.
465
466 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * imap.el: Remove file.  All the functionality is in nnimap.el.
469
470 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
471
472         * message.el (message-bury): Don't pop up a new window when selected
473         window is dedicated.
474
475 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
476
477         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
478
479 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * sieve-manage.el: Autoload `auth-source-search'.
482         (sieve-sasl-auth): Use it.
483
484 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         * nnimap.el: Autoload `auth-source-forget+'.
487         (nnimap-open-connection-1): Use it if the connection fails.
488
489         * auth-source.el: Require `password-cache'.
490         (auth-source-hide-passwords, auth-source-cache): Remove and mark
491         obsolete.
492         (auth-source-magic): Marker for `password-cache' keys.
493         (auth-source-do-cache): Update docstring.
494         (auth-source-search): Use and check cache.
495         (auth-source-forget-all-cached, auth-source-remember)
496         (auth-source-recall, auth-source-forget, auth-source-forget+)
497         (auth-source-specmatchp): Caching support functions.
498         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
499         Remove and obsolete.
500         (auth-source-user-or-password): Remove caching to further discourage
501         using it.  Always hide passwords.
502
503         * password-cache.el (password-cache-remove): Accept secrets that are
504         not strings.
505
506 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
507
508         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
509         code for now, since it doesn't work for all users.
510
511 2011-02-09  Julien Danjou  <julien@danjou.info>
512
513         * message.el (message-options): Make message-options really buffer
514         local.
515
516 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
517
518         * mail-source.el: Autoload `auth-source-search'.
519         (mail-source-keyword-map): Note order matters.
520         (mail-source-set-1): Get all the mail-source source values and
521         defaults and search auth-source on those if needed.  This can all
522         probably be simplified.
523
524         * nnimap.el: Autoload `auth-source-search'.
525         (nnimap-credentials): Use it.
526         (nnimap-open-connection-1): Ask for the virtual server and physical
527         address in one shot.
528
529         * nntp.el: Autoload `auth-source-search'.
530         (nntp-send-authinfo): Use it.  Note TODO.
531
532 2011-02-08  Julien Danjou  <julien@danjou.info>
533
534         * shr.el (shr-tag-body): Add support for text attribute in body
535         markups.
536
537         * message.el (message-options): Make message-options a local variable.
538
539 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * auth-source.el (auth-source-secrets-search)
542         (auth-source-user-or-password): Use `append' instead of `nconc'.
543         (auth-source-user-or-password): Build return list better and protect
544         against nil :secret.
545
546 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
547
548         * nnimap.el (nnimap-update-info): Refactor slightly.
549         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
550         (nnimap-update-info): Clean up slightly.
551         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
552         characters.
553         (nnimap-process-quirk): Rename function to avoid collision.
554         (nnimap-update-info): Fix macrology bug-out.
555         (nnimap-update-info): Simplify split history test.
556
557 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
558
559         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
560         `secrets-get-attributes' instead of `secrets-get-attribute'.
561         (auth-source-secrets-search): Limit search when `max' is greater than
562         number of results.
563
564 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
565
566         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
567         part not returning any data.
568
569         * proto-stream.el (open-protocol-stream): Document the return value.
570
571 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * auth-source.el (auth-source-secrets-search): Add examples.
574
575 2011-02-06  Julien Danjou  <julien@danjou.info>
576
577         * message.el (message-setup-1): Handle message-generate-headers-first
578         set to t.
579
580 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
583         API with a string "secrets:collection-name" and with 'default.
584         (auth-source-backend-parse): Parse "secrets:collection-name" and
585         'default.  Recurse on parses instead of repeating code.  Use the
586         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
587         message when ignoring a source.
588         (auth-source-search): List ignored search keys at the top level.
589         (auth-source-netrc-create): Use `case' instead of `cond'.
590         (auth-source-secrets-search): Created with TODOs.
591         (auth-source-secrets-create): Created with TODOs.
592         (auth-source-retrieve, auth-source-create, auth-source-delete)
593         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
594         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
595         (auth-source-user-or-password-sftp)
596         (auth-source-user-or-password-smtp): Removed.
597         (auth-source-user-or-password): Deprecated and modified to be a wrapper
598         around `auth-source-search'.  Not tested thoroughly.
599
600 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * auth-source.el: Bring in assoc and eioeio libraries.
603         (secrets-enabled): New variable to track the status of the Secrets API.
604         (auth-source-backend): New EIOEIO class to represent a backend.
605         (auth-source-creation-defaults): New variable to set prompt defaults
606         during token creation (see the `auth-source-search' docstring for
607         details).
608         (auth-sources): Simplify to allow a simple string as a netrc backend
609         spec.
610         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
611         (auth-source-backend-parse-parameters): Fill in the backend parameters.
612         (auth-source-search): Main auth-source API entry point.
613         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
614         (auth-source-search-collection): Helper function for searching.
615         (auth-source-netrc-parse, auth-source-netrc-normalize)
616         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
617         Supports search, create, and delete.
618         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
619         backend stubs.
620         (auth-source-user-or-password): Call `auth-source-search' but it's not
621         ready yet.
622
623 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * message.el (message-setup-1): Remove the read-only stuff, since it
626         doesn't work under XEmacs, for some reason.
627
628         * gnus-sum.el (gnus-user-date): Rename back from
629         gnus-summary-user-date since user code refers to it.
630
631         * shr.el (shr-render-td): Store the actual background colour used.
632
633         * message.el (message-setup-1): Don't bind the constant
634         -forbidden-properties.
635         (message-setup-1): Revert previous change, since it needs to bind the
636         props to insert them.
637         (message-resend): Allow removing the read-only separator line.
638
639 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
640
641         * nnimap.el (nnimap-request-accept-article): Give an error message if
642         the APPEND wasn't successful.
643
644 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
645
646         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
647         that have no groups.
648
649 2011-02-03  Julien Danjou  <julien@danjou.info>
650
651         * gnus-draft.el: Remove progn around gnus-draft-setup.
652
653 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-start.el (gnus-read-active-for-groups): This function is never
656         called with a nil `infos', so clean that up.
657         (gnus-get-unread-articles): Request active files from primary/secondary
658         methods that have no groups (yet).
659
660 2011-02-03  Julien Danjou  <julien@danjou.info>
661
662         * message.el (message-setup-1): Always generate References first.
663         (message-mail): Return the return value of message-setup, not always t.
664         (message-setup-1): Insert mail-header-separator with read-only and
665         intangible properties set.
666
667         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
668         user-date in docstring.
669
670         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
671
672         * gnus.el (gnus-summary-line-format): Mention &user-date format in
673         docstring.
674
675         * gnus.el (gnus-user-date-format-alist): Change default value. Use
676         defcustom, with type and group. Move from gnus-util.el. Rename to
677         gnus-summary-user-date-format-alist.
678
679 2011-02-03  Glenn Morris  <rgm@gnu.org>
680
681         * nnimap.el (gnus-fetch-headers): Declare.
682
683         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
684
685 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * message.el (message-forward-make-body-digest-plain)
688         (message-followup, message-reply): Clean up things noted by Stefan.
689
690         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
691         gnus-article-update-date-headers is nil.
692         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
693         it didn't really work with defcustom.
694         (article-update-date-lapsed): Make sure the window start doesn't move,
695         either.
696
697 2011-02-01  Julien Danjou  <julien@danjou.info>
698
699         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
700         format.
701
702         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
703         standard in Emacs nowadays.
704
705         * color.el (color-gradient): Add a color-gradient function.
706
707 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
708
709         * message.el (message-expand-name): Don't trust the return value of
710         bbdb-complete-name.
711         (message-check-news-header-syntax): Remove unused var `start'.
712         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
713         (message-inhibit-body-encoding): Move to before first use.
714         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
715         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
716         (Organization, Message-ID, Date, mh-previous-window-config):
717         Defvar the vars using dynamic scoping.
718
719 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
720
721         * shr.el (shr-render-td): Only do colours at the final rendering.
722         Should be slightly faster.
723         (shr-insert-table): Fix up TD background colours when doing the
724         vertical padding.
725
726         * gnus-art.el (article-date-ut): Protect against articles with no Date
727         header.
728         (article-update-date-lapsed): Don't use current-column to find the
729         horizontal position.  It's fragile in the presence of \003 characters.
730
731         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
732
733 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
734
735         * gnus-art.el (article-transform-date): Rewrite to still work when
736         there are several rfc2822 parts.
737         (article-transform-date): Fix infinite recursion.
738         (article-date-ut): Replace infinitely many Date headers with a single
739         one when called interactively.
740
741         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
742         secure manner.
743
744         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
745         move around by not using save-window-excursion.  It seems to work...
746
747 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * gnus-art.el (article-make-date-line): Work for user-defined format.
750
751 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
752
753         * nntp.el (nntp-retrieve-group-data-early)
754         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
755         fetching functions.
756
757         * gnus-start.el (gnus-read-active-for-groups): Read the active files
758         thoroughly for all backends that have no known groups.  This should
759         allow new nnml methods to retrieve mail.
760
761         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
762         that Gnus doesn't know exists again.
763
764         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
765         (gnus-treat-date-ut): Ditto.
766         (gnus-article-update-date-header): Renamed.
767         (gnus-treat-date-local): Removed.
768         (gnus-treat-date-english): Removed.
769         (gnus-treat-date-lapsed): Removed.
770         (gnus-treat-date-combined-lapsed): Removed.
771         (gnus-treat-date-original): Removed.
772         (gnus-treat-date-iso8601): Removed.
773         (gnus-treat-date-user-defined): Removed.
774         (gnus-article-date-headers): New variable to control all the date
775         header options.
776         (article-date-ut): Rewrite to allow using the new way to format date
777         headers(s).
778
779 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
780
781         * nnmail.el (nnmail-article-group): Check for a direct fancy split
782         method.
783         (nnmail-article-group): A better test for fanciness.
784
785         * nnimap.el (nnimap-request-head): Protect against not finding the
786         article by Message-ID.
787
788 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-art.el (article-update-date-lapsed): Try a better way to really
791         keep point at the "same place".
792
793 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
796         data if the group is unactivated.
797
798 2011-01-28  Julien Danjou  <julien@danjou.info>
799
800         * gnus-win.el: Remove dead function gnus-window-configuration-element.
801         (gnus-all-windows-visible-p): Remove old compatibility code.
802         (gnus-window-top-edge): Add docstring.
803
804         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
805
806 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
809         older request-update-info.
810
811         * gnus-art.el (article-make-date-line): Limit the length a bit more.
812
813 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
814
815         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
816         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
817
818 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
821         groups.  This makes the nndraft:queue group pop up if it's not already
822         there.
823
824         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
825         messages" logic, which was reversed.
826
827         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
828         the "same place" even if point is on the line being replaced.
829         (article-update-date-lapsed): Allow updating both the combined lapsed
830         and the lapsed headers.
831         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
832         (article-make-date-line): Limit the number of segments dynamically to
833         avoid too-long lines.
834
835 2011-01-27  Julien Danjou  <julien@danjou.info>
836
837         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
838         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
839
840 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
843         Use plist-get instead of the cl function getf.
844
845 2011-01-27  Glenn Morris  <rgm@gnu.org>
846
847         * gnus-util.el (float-time): Get rid of compiler warning, again.
848
849 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * shr.el (shr-put-color): Special-case background colours: Do put them
852         at the blank parts at the front of the lines.
853
854         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
855         exit hook to nix out all data on readedness on group exit.
856
857         * gnus-util.el (float-time): If float-time is bound, always use it on
858         all Emacsen.  It's unclear why the subrp check was there.
859         (time-date): Require to make some autoload issues on XEmacs go away.
860
861         * shr.el (shr-put-color): Don't do the box padding in tables, since
862         they're already padded.
863
864 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-art.el (gnus-article-next-page): When the last line of the
867         article is displayed, scroll down once more instead of going to the
868         next article at once.
869         (article-lapsed-string): Refactor out and allow specifying how many
870         segments you want.
871         (gnus-article-setup-buffer): Start updating the lapsed header directly.
872         (gnus-article-update-lapsed-header): New variable.
873
874         * shr.el: Revert change that made headings use different-sized faces.
875         The Emacs display engine isn't advanced enough that, for instance,
876         tables can comfortably use differntly-sized faces.
877
878 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
879
880         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
881         used.
882         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
883         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
884         we're using an encrypted connection.
885
886         * proto-stream.el: Alter the interface functions to also return the
887         actual stream type used: network or tls.
888
889 2011-01-25  Julien Danjou  <julien@danjou.info>
890
891         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
892         (mm-display-javascript-inline): New function.
893
894         * mm-decode.el (mm-inline-media-tests): Add application/javascript
895         viewing function.
896
897 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * shr.el (shr-expand-newlines): Fix variable name.
900
901 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * shr.el (shr-expand-newlines): Make nested boxes work.
904
905 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
906
907         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
908         backgrounds.
909         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
910         in a more sensible manner.
911
912 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
913
914         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
915         if EPG is loaded.
916
917 2011-01-24  Julien Danjou  <julien@danjou.info>
918
919         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
920         tags.
921
922 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
925         commands.
926
927         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
928         in the article buffer.
929         (gnus-gravatar-insert): Use blank space from the current buffer to
930         avoid breaking text properties.  This makes X-Sent updating work again.
931
932         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
933
934 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
937         fix the bug in url-http.el instead.
938
939         * shr.el (shr-image-fetched): Ditto.
940
941         * shr.el (shr-image-fetched): Avoid having point move in the article
942         buffer.
943
944         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
945         buffer after being called.  It's apparently being killed by url.el, and
946         killing it made point move to end-of-buffer in a random buffer.
947
948         * shr.el (shr-image-fetched): Ditto.
949
950 2011-01-23  Julien Danjou  <julien@danjou.info>
951
952         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
953
954         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
955         text/x-org.
956
957 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-sum.el (gnus-summary-move-article): Protect against backends
960         (i.e., nnimap) returning nil as the article number.
961
962 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
963
964         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
965         "DelSp" parameter in RFC3676.
966
967 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
968
969         * message.el (message-check-recipients): Display the encoded version of
970         the bogus address if they differ.
971
972         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
973         after sending.
974
975         * gnus-agent.el (gnus-agent-send-mail): Ditto.
976
977         * gnus-group.el (gnus-group-refresh-group): New convenience function.
978
979         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
980         group buffer after sending the queue.
981
982         * gnus-agent.el (gnus-agent-send-mail): Ditto.
983
984 2011-01-22  Julien Danjou  <julien@danjou.info>
985
986         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
987
988 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
991         nested related parts.
992
993         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
994         unexpired articles.  This fixes the regression that led expiry marks to
995         disappear from nnfolder groups.
996
997 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1000         Don't confuse the "ret" of "retrograde" with RET.
1001
1002 2011-01-21  Julien Danjou  <julien@danjou.info>
1003
1004         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1005         than mm-insert-inline.
1006
1007 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1010         Widen article buffer.
1011
1012 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1013
1014         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1015         the temp buffer.
1016         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1017
1018 2011-01-20  Julien Danjou  <julien@danjou.info>
1019
1020         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1021
1022         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1023         than mm-insert-inline to insert inline part: this respect
1024         mm-inline-media-tests displayers.
1025
1026         * mm-view.el (mm-display-shell-script-inline): New function.
1027
1028         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1029
1030         * mm-uu.el (mm-uu-type-alist): Add org block.
1031         (mm-uu-org-src-code-block-extract): New function.
1032
1033         * mm-view.el (mm-display-org-inline): New function.
1034
1035         * mm-decode.el (mm-automatic-display): Add text/org.
1036
1037         * mailcap.el (mailcap-mime-extensions): Add .org.
1038
1039 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1042         gnus-article-add-buttons.
1043
1044 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1045
1046         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1047         From header with a date and "nobody" as the sender.
1048
1049 2011-01-19  Julien Danjou  <julien@danjou.info>
1050
1051         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1052         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1053         if you have the same regexp several times.
1054         (gnus-button-push): Fix matching when regexp is symbol.
1055
1056 2011-01-15  Glenn Morris  <rgm@gnu.org>
1057
1058         * message.el (message-mail): A compose-mail function should
1059         accept headers as strings.
1060
1061 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1062
1063         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1064         Add :vert-only tags.
1065         (message-mail): New arg RETURN-ACTION.
1066         (message-return-action): New var.
1067         (message-bury): Use it.
1068         (message-mode): Make it buffer-local.
1069         (message-send-and-exit): Always call message-bury.
1070
1071         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1072         message-mail.
1073
1074 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * nnimap.el (nnimap-convert-partial-article): Protect against
1077         zero-length body parts.
1078
1079         * mm-decode.el (mm-preferred-alternative-precedence):
1080         Discourage showing empty parts.
1081
1082         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1083         and stuff if the backend didn't return the article number.  This fixes
1084         an Exchange-related nnimap bug.
1085
1086         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1087         group window, because it does the wrong thing when a separate frame
1088         displays the group buffer.
1089
1090         * proto-stream.el (open-protocol-stream): Protect against the low-level
1091         transport functions returning nil.
1092
1093 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1094
1095         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1096         (mml2015-epg-find-usable-secret-key): New function.
1097         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1098         mml2015-epg-find-usable-key (Bug#7797).
1099         (mml2015-epg-encrypt): Ditto.
1100
1101 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * dgnushack.el (rot13-string): Fix the way to get the argument.
1104
1105 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1108
1109 2011-01-03  Glenn Morris  <rgm@gnu.org>
1110
1111         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1112
1113         * sieve.el (sieve-open-server): Give a more explicit error if
1114         sieve-manage-open returns nil.  (Bug#7720)
1115
1116 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1117
1118         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1119
1120 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1123         This avoids sending passwords in plain text over non-encrypted
1124         channels.
1125
1126         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1127
1128         * nnimap.el (nnimap-login): Refactored out into own function, and
1129         implement CRAM-MD5.
1130         (nnimap-wait-for-line): Refactored out.
1131
1132         * mm-view.el (mml-smime): Require.
1133
1134 2010-12-20  David Engster  <deng@eml.cc>
1135
1136         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1137         use EPG to decrypt S/MIME messages instead of openssl.
1138
1139 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1142
1143         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1144         status is the group clearly is unreachable.
1145
1146         * auth-source.el (auth-source-create): Add the optional second
1147         parameter to `local-variable-p' to be compatible with XEmacs.
1148
1149 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1150
1151         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1152         work when using a compressed nnml folder.
1153
1154 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1157         backends after sanitising on entry, because this never makes sense:
1158         If the articles have gone missing, then the data no longer exists on
1159         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1160         overwrite anything anyway.
1161
1162         * shr.el (shr-insert-document): Bind shr-width dynamically to
1163         window-width if it's nil.
1164
1165 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1166
1167         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1168         with the meaning of using the full emacs window width for rendering.
1169
1170 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1171
1172         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1173         case when sender is not given.
1174
1175 2010-12-23  Julien Danjou  <julien@danjou.info>
1176
1177         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1178         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1179         the addresses, otherwise we might misplaced the gravatar.
1180
1181 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1182
1183         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1184         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1185         obsolete in Emacs.
1186
1187 2010-12-20  Julien Danjou  <julien@danjou.info>
1188
1189         * gnus-util.el (gnus-rescale-image): Revert last change.
1190
1191 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1192
1193         * binhex.el: Improve commentary (Bug#7482).
1194
1195 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-group.el (gnus-group-delete-articles): New command.
1198
1199 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1202
1203 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1206         here, since it's up to the backends to do CRLF removal if their
1207         protocol has it.
1208
1209         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1210
1211 2010-12-17  Julien Danjou  <julien@danjou.info>
1212
1213         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1214         they are from file. Can also scale up.
1215
1216 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1217
1218         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1219         gnus-use-agent.
1220         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1221
1222         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1223
1224 2010-12-17  Julien Danjou  <julien@danjou.info>
1225
1226         * gravatar.el (gravatar-retrieve-synchronously): New function.
1227         (gravatar-get-data): Make more robust.
1228
1229 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1232
1233 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1236         to really consider the last line.
1237
1238 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1239
1240         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1241         list of recipient keys, or use symmetric encryption if not a list.
1242         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1243         EPA override, replacing the call to `netrc-store-data'.
1244
1245 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1246
1247         * gnus-srvr.el: Avoid passing nil regexp argument to
1248         delete-matching-lines.
1249
1250 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1253         fetching stops when Gnus exits.
1254
1255         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1256         function.
1257         (nnfolder-request-expire-articles): Save all the buffers after doing
1258         expiry.
1259
1260         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1261         the last article", since that led to serious performance regressions
1262         when expiring nnml groups.
1263
1264 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1265
1266         * nnir.el: Improve customizations.
1267
1268 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1271
1272         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1273         group has been killed.
1274         (gnus-group-yank-group): Ditto.
1275
1276         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1277
1278         * nnimap.el (nnimap-request-update-group-status): New function.
1279
1280         * gnus-int.el (gnus-request-update-group-status): New interface
1281         function.
1282
1283         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1284         copying read-ness to the backends.
1285
1286         * nnimap.el (nnimap-quirk): New function.
1287         (nnimap-retrieve-group-data-early): Use it.
1288         (nnimap-quirks): New alist.
1289
1290 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1293         don't delete it within indentation.
1294
1295 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1298         previous line.
1299
1300 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1303         QRESYNC command by deleting a superfluous space which broke Cyrus
1304         servers.  This change will break other servers that are buggy the other
1305         way around.
1306
1307 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1308
1309         * spam.el: Reindent and fix long lines.
1310         (spam-copy-or-move-routine): Exclude invalid move destinations.
1311
1312 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1313
1314         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1315         installed the registry.
1316
1317 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1320
1321 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1324         groupname doesn't contain "gmane".
1325
1326 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1329         and netrc-bound-and-true-p bindings.
1330         (netrc-parse): Cache the netrc contents.
1331
1332         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1333         (gnus-1): Don't create the nndrafts group twice.
1334         (gnus-setup-news): There's no need to read the active file here, since
1335         that's done again later on a per-backend basis.
1336         (gnus-start-draft-setup): Make sure that the new group is started out
1337         empty.
1338
1339         * gnus-agent.el (gnus-agentize): Don't create the queue group
1340         automatically on startup.  It'll be created later, if needed.
1341
1342         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1343         of automatically subscribed groups.
1344         (gnus-auto-subscribed-categories): New variable.
1345         (gnus-matches-options-n): Use it.
1346         (gnus-default-subscribed-newsgroups): Remove unused variable.
1347         (gnus-start-draft-setup): Message a bit less.
1348
1349 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1350
1351         * nnir.el (nnir-run-imap): Return article list in order of increasing
1352         UID.
1353
1354 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-sum.el (gnus-summary-enter-digest-group):
1357         Mention gnus-auto-select-on-ephemeral-exit.
1358
1359         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1360         convention of the network-only option.
1361
1362 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * proto-stream.el (proto-stream-open-network-only): New function to
1365         have a way to specify non-STARTTLS upgrade connections.
1366
1367 2010-12-10  Julien Danjou  <julien@danjou.info>
1368
1369         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1370         email address is nil.
1371
1372         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1373
1374 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1375
1376         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1377         deletion.
1378         (nnir-run-imap): Only need to parse list once.
1379
1380 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * shr.el (shr-tag-script): Ignore <script>.
1383         (shr-tag-label): Add <label> support.
1384
1385 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1388
1389         * shr.el (shr-image-displayer): Work for images lined side by side.
1390
1391 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1392
1393         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1394         parameter, since XEmacs doesn't accept t as a parameter.
1395
1396 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1399         ids.
1400         (nnir-run-gmane): Simplify groupspec formatting.
1401         (nnir-request-expire-articles): New function.
1402
1403 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1406         overflow, possibly.
1407
1408         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1409         (shr-render-td): Handle td style="" better.
1410         (shr-tag-table): Use the color from the style sheet.
1411         (shr-render-td): Make sure we copy over all the overlays, too.
1412
1413 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1414
1415         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1416         (nnir-request-article): Improve article retrieval.
1417
1418 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * mm-util.el (mm-extra-numeric-entities): New variable.
1421
1422         * mm-url.el (mm-url-decode-entities):
1423         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1424
1425         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1426
1427 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1428
1429         * message.el: Use completion-at-point.
1430         (message-completion-function): New fun, extracted from message-tab.
1431         (message-mode): Use it for completion-at-point-functions.
1432         (message-tab): Use it and completion-at-point.
1433
1434 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1437         character if a non-breakable character follows.
1438
1439 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1442         any stream.
1443
1444         * shr.el (shr-tag-font): Colorize the region.
1445         (shr-tag-body): Ditto.
1446         (shr-tag-font): Actually let the styles be inherited instead of
1447         overwriting them.
1448         (shr-tag-font): Get the background color right.
1449         (shr-tag-style): Ignore all <style> tags for the moment.
1450
1451         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1452         a Message-ID to avoid having nnimap depend on gnus-sum.
1453
1454         * shr.el (shr-descend): Only colorize something if we have a node that
1455         sets colors.
1456
1457 2010-12-06  Julien Danjou  <julien@danjou.info>
1458
1459         * shr.el (shr-render-td): Render td content with shr-descend, so style
1460         will be applied to <td> too.
1461         (shr-colorize-region): Colorize region even if we only have a background.
1462         (shr-tag-body): Fix color and background color inheritance.
1463         Do not recolorize after shr-generic.
1464         (shr-tag-font): Let shr-generic colorize via inheritance.
1465
1466 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1469
1470 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1471
1472         * nnir.el (nnir-request-move-article): Remove obsolete code.
1473
1474 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1477
1478 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-sum.el (gnus-summary-respool-article): The completion function
1481         expects a list instead of an alist.
1482
1483         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1484         string as the parameter.
1485
1486         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1487
1488         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1489         styles.
1490         (shr-colorize-region): New function.
1491         (shr-insert-background-overlay): Remove.
1492         (shr-render-td): Background setting should be taken care of on a higher
1493         level.
1494         (shr-tag-body): Use post-hoc colorizations.
1495         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1496         (shr-put-color-1): Don't overwrite old colors.
1497         (shr-colorize-region): When the background color isn't explicit, use
1498         a fixed background.
1499
1500         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1501         nnmail variables.
1502
1503 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1504
1505         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1506         unless necessary.
1507
1508 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1509
1510         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1511         server.
1512
1513 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1516         so that TAB works.
1517
1518         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1519         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1520
1521         * shr.el (shr-urlify): Show the URL before the title to avoid
1522         misleading URLs.
1523
1524 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1525
1526         * shr.el (shr-urlify): Display the title in <a> tags.
1527
1528 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1529
1530         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1531
1532 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1533
1534         * nnir.el: Rearrange code to allow macros to be autoloaded by
1535         gnus-sum.el.
1536         (nnir-retrieve-headers-override-function): Make this variable
1537         customizable.
1538         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1539
1540         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1541         from nnir.el.
1542
1543 2010-12-03  Julien Danjou  <julien@danjou.info>
1544
1545         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1546
1547 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1550         allow optional argument `environment'.
1551
1552 2010-12-03  Glenn Morris  <rgm@gnu.org>
1553
1554         * mm-extern.el (message-goto-body): Update declaration.
1555
1556 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-util.el (gnus-macroexpand-all): New function.
1559
1560         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1561         instead of macroexpand-all that is unavailable in XEmacs.
1562
1563 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1564
1565         * nnir.el (nnir-summary-line-format): New variable.
1566         (nnir-mode): Use it.
1567         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1568         (nnir-article-ids): Reimplement as defsubst.
1569         (nnir-retrieve-headers): Don't mangle the subject header.
1570         (nnir-run-imap): Use 100 as RSV score.
1571         (nnir-run-find-grep): Fix for full server searching.
1572         (nnir-run-gmane): Better restriction to gmane groups.
1573
1574         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1575         summary buffers.
1576
1577 2010-12-02  Julien Danjou  <julien@danjou.info>
1578
1579         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1580
1581         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1582
1583         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1584         support.
1585
1586 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1587
1588         * nnir.el: Update to handle the registry better.
1589         (autoload): Silence byte-compiler.
1590         (nnir-open-server): Add a hook for nnir groups.
1591         (nnir-request-move-article): Don't mangle the header. Better to use
1592         formating variables (which will be added in the future).
1593         (nnir-registry-action): Update the registry using the original article
1594         group name.
1595         (nnir-mode): Install nnir-specific hooks for updating the registry.
1596
1597         * gnus-sum.el
1598         (gnus-article-original-subject,gnus-newsgroup-original-name):
1599         Remove obsolete variables.
1600         (gnus-summary-move-article): Remove use of obsolete variables.
1601         (gnus-summary-local-variables): Make move and delete hooks local to
1602         summary buffers.
1603
1604 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * rtree.el: New file.
1607
1608 2010-12-01  Julien Danjou  <julien@danjou.info>
1609
1610         * message.el (message-user-organization): Do not use
1611         gnus-local-organization.
1612
1613         * gnus.el: Remove gnus-local-organization.
1614
1615         * gnus-msg.el: Remove nastygram thing.
1616
1617 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1620         funcall.
1621
1622 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1625         names.
1626
1627         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1628         characters.
1629
1630         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1631         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1632         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1633         (gnus-gravatar-transform-address): Use mail-extract-address-components
1634         that supports non-ASCII names rather than mail-header-parse-addresses.
1635
1636 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * proto-stream.el (open-protocol-stream): All starttls connections are
1639         handled by the network handler.
1640
1641 2010-11-30  Julien Danjou  <julien@danjou.info>
1642
1643         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1644         (nnimap-open-connection-1): Fix PREAUTH.
1645
1646         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1647
1648 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1651         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1652         (shr-insert): Use them.
1653         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1654
1655 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1656
1657         * nnir.el (nnir-request-move-article): Bail out if original group
1658         doesn't support article moves.
1659         (nnir-get-active): Improve active list retrieval.
1660
1661 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1664
1665 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1666
1667         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1668         seem to accept strings-with-numbers as port numbers,
1669
1670 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1671
1672         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1673         change the registry.
1674
1675 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1678         delete-dups that is not available in XEmacs 21.4.
1679
1680         * mm-util.el (mm-delete-duplicates): Add comment.
1681
1682 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1683
1684         * nnir.el (nnir-ignored-newsgroups): New variable.
1685         (nnir-get-active): Use it.
1686
1687 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * proto-stream.el (proto-stream-open-network): Add some comments.
1690
1691         * nntp.el (nntp-open-connection): Provide a :success condition.
1692
1693         * nnimap.el (nnimap-open-connection-1): Ditto.
1694
1695         * proto-stream.el (proto-stream-open-network): See what the response to
1696         the STARTTLS command is.
1697
1698         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1699         backwards compatibility).
1700         (nnimap-open-connection-1): Really respect nnimap-server-port.
1701
1702         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1703         TLS upgrades we don't really care about the identity of the peer.
1704         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1705         that what we've checked for.
1706         (proto-stream-always-use-starttls): Only default to t if
1707         open-gnutls-stream exists.
1708         (proto-stream-open-network): If STARTTLS failed, then just open a
1709         normal connection.
1710         (proto-stream-open-network): Wait until the greeting before doing
1711         STARTTLS.
1712
1713         * nntp.el (nntp-open-connection): Report what the connection error is.
1714
1715         * proto-stream.el (open-protocol-stream): Rename from
1716         open-proto-stream.
1717
1718 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * nnimap.el (nnimap-stream): Change default to `undecided'.
1721         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1722         first, and then network.
1723         (nnimap-open-connection-1): Respect nnimap-server-port.
1724         (nnimap-open-connection): Be more backwards-compatible.
1725
1726         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1727         (proto-stream-open-starttls): De-duplicate the starttls code.
1728         (proto-stream-open-starttls): Folded back into the main function.
1729         (proto-stream-open-network): Fix typo in the gnutls path.
1730         (proto-stream-command): Refactor out.
1731
1732         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1733
1734         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1735         starttls.el STARTTLS.
1736
1737         * color.el (color-lab->srgb): Fix function call name.
1738
1739         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1740         if we're using tls.el.
1741         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1742         built in, then don't try to establish a STARTTLS connection.
1743
1744         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1745         servers.
1746
1747         * proto-stream.el (open-proto-stream): Use network, not stream.
1748         (open-proto-stream): Add a way to specify what the end of a command is.
1749
1750         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1751         connections types.
1752         (nntp-open-network-stream): Remove.
1753         (nntp-open-ssl-stream): Remove.
1754         (nntp-open-tls-stream): Remove.
1755         (nntp-ssl-program): Remove.
1756
1757         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1758
1759 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1760
1761         * nnir.el: Fix typos.
1762         (nnir-retrieve-headers-override-function): Rename variable to reflect
1763         new semantics.
1764         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1765         macros.
1766         (nnir-request-article, nnir-request-move-article): Use them.
1767         (nnir-categorize): New function.
1768         (nnir-run-query): Use it.
1769         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1770         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1771         sorted.
1772         (nnir-group-full-name): Use gnus-group-full-name instead.
1773         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1774         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1775
1776 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1779
1780         * proto-stream.el: New library to provide protocol-specific
1781         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1782         protocols.
1783         (open-proto-stream): Complete the documentation.
1784         (proto-stream-open-network): Fix some typos.
1785
1786         * nnimap.el (nnimap-open-connection): Use it.
1787
1788 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1789
1790         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1791         negotiation.
1792
1793 2010-11-26  Julien Danjou  <julien@danjou.info>
1794
1795         * color.el: Rename various rgb functions to srgb.
1796
1797 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1800         names.
1801
1802 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * shr.el (shr-insert): Revert last change.
1805         (shr-find-fill-point): Never leave point being at bol;
1806         relax the kinsoku limitation when rendering tables.
1807
1808 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1811         results from -accept-article.
1812
1813         * shr-color.el: Require cl when compiling.
1814
1815         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1816         checkin.
1817
1818         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1819
1820         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1821
1822         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1823         'add and 'delete to set backend marks.
1824
1825         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1826
1827         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1828
1829         * nntp.el (nntp-request-set-mark): Use it.
1830
1831         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1832
1833         * nnml.el (nnml-request-set-mark): Ditto.
1834
1835         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1836         introduces regressions in article selection.
1837         (nnimap-find-uid-response): New function.
1838         (nnimap-request-accept-article): Use the UID returned, if any.
1839         (nnimap-request-move-article): Use the UID returned, if any.
1840         (nnimap-get-groups): Reimplement to work with folded lines.
1841         (nnimap-find-uid-response): The UID is the last element in the list.
1842         (nnimap-request-set-mark): Extend syntax with 'set.
1843
1844         * nnml.el (nnml-request-set-mark): Ditto.
1845
1846         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1847
1848         * nntp.el (nntp-request-set-mark): Ditto.
1849
1850 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * message.el (message-called-interactively-p): A temporary macro.
1853         (message-goto-body): Use it temporarily.
1854
1855 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1858         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1859         (nnimap-last-response-string): Fix last unfolding fix.
1860
1861 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * shr.el (shr-insert): Fix the way to fold lines.
1864
1865 2010-11-25  Julien Danjou  <julien@danjou.info>
1866
1867         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1868
1869         * color.el: Rename from color-lab.el
1870         (color-rgb->hex): Add.
1871         (color-complement): Add.
1872         (color-complement-hex): Add.
1873
1874         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1875
1876 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1879         don't exist.
1880
1881 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1884         assuming that article displaying or another mml-preview may be
1885         interrupted for an error or for the like.
1886
1887         * shr.el (shr-get-background): Fix argument name.
1888
1889 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1892
1893         * gnus-sum.el (gnus-summary-include-articles): New function.
1894
1895         * message.el (message-goto-body): called-interactively-p needs a
1896         parameter, so use `any'.
1897
1898         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1899         clear marks before moving, since they're synced from the Gnus side
1900         first.
1901
1902         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1903         (gnus-summary-move-article): Copy over all marks before moving, so that
1904         IMAP doesn't think a new article has arrived.
1905
1906 2010-11-24  Julien Danjou  <julien@danjou.info>
1907
1908         * shr.el (shr-insert-background-overlay): Fix typo.
1909         (shr-render-td): Copy the background before rendering.
1910
1911         * shr-color.el (shr-color-visible): Fix docstring.
1912
1913         * shr.el (shr-tag-table): Add bgcolor support.
1914         (shr-render-td): Add bgcolor support.
1915         (shr-get-background): Add.
1916         (shr-insert-foreground-overlay): Use shr-get-background.
1917
1918         * message.el (message-goto-body): Use called-interactively-p.
1919         (message-in-body-p): message-goto-body returns point.
1920
1921 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1924         Fixes something or other in Emacs 23, and is backwards compatible.
1925
1926         * message.el (message-goto-body): Remove the <#secure special-casing,
1927         which is too special.
1928
1929         * shr.el (shr-parse-style): Drop !important from styles.
1930
1931 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1932
1933         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1934         this function to return incorrect results when calling it with an
1935         explicit article argument different from
1936         (gnus-summary-article-number).
1937
1938 2010-11-24  Julien Danjou  <julien@danjou.info>
1939
1940         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1941         (shr-tag-body): Add background support.
1942         (shr-descend): Add background support.
1943         (shr-tag-title): Add.
1944
1945         * shr-color.el (shr-color-visible): Really return original background
1946         if fixed.
1947
1948 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * shr.el (shr-color-check): Protect against non-existant colour names.
1951
1952 2010-11-24  Julien Danjou  <julien@danjou.info>
1953
1954         * color-lab.el: Require 'cl when compiling.
1955
1956         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1957
1958         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1959         matched part.
1960
1961         * color-lab.el: Fix all expt calls to use float type.
1962
1963 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1966         expression to shr-color-check as is.
1967
1968         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1969
1970         * color-lab.el: Add coding cookie.
1971         (float-pi): Use eval-and-compile.
1972
1973         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1974         compiled for Emacsen having no `libxml-parse-html-region' support.
1975
1976 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * shr.el (shr-insert-color-overlay): Split stuff like
1979         "#444444 !important" to find the real colour.
1980         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1981         parse <font color="red"> entries.
1982
1983 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1984
1985         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1986         point when parsing headers.
1987
1988         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1989         is positioned properly when parsing headers.
1990
1991 2010-11-23  Julien Danjou  <julien@danjou.info>
1992
1993         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1994
1995         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1996
1997         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1998
1999         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2000         Use shr-color-hue-to-rgb.
2001         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2002
2003 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * shr.el (shr-color->hexadecimal): Autoload.
2006         (shr-descend): Add color to all tags.
2007
2008 2010-11-22  Julien Danjou  <julien@danjou.info>
2009
2010         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2011         shr-color->hexadecimal.
2012
2013         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2014         RGB() or HSL() color representation.
2015
2016         * shr.el (shr-tag-font): Add.
2017         (shr-tag-color-check): New function to get better colors.
2018         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2019         tag-span.
2020
2021         * shr-color.el: New file.
2022
2023         * color-lab.el: New file.
2024
2025         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2026
2027 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2028
2029         * nnir.el: Fix typo in comments.
2030         (nnir-run-imap): Simplify code. No need to reverse artlist.
2031         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2032
2033 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2036
2037         * nnimap.el (nnimap-get-capabilities): Refactor out.
2038         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2039
2040 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2041
2042         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2043         appearing when `mm-uu-hide-markers' is nil.
2044
2045 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * nnimap.el (nnimap-unselect-group): Make into its own function.
2048         (nnimap-request-rename-group): Unselect group before renaming.
2049         This had gotten lost somewhere.
2050         (nnimap-request-accept-article): Keep track of examined groups, and
2051         unselect the group before APPENDing to read-only groups.
2052         (nnimap-request-move-article): Clear flags before moving so that they
2053         can be re-set later.
2054
2055 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2058         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2059
2060 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-art.el (gnus-mime-display-single)
2063         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2064         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2065         parameter.
2066
2067 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2070         (shr-table-vertical-line): New variable.
2071         (shr-insert-table): Use it.
2072
2073 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-html.el (gnus-html-wash-images): Don't display images if
2076         gnus-inhibit-images is non-nil; register displayer for cid images.
2077         (gnus-html-display-image): Work for cid image.
2078         (gnus-html-insert-image): Allow arguments.
2079         (gnus-html-put-image): Inhibit read-only.
2080         (gnus-html-prefetch-images): Don't prefetch images if
2081         gnus-inhibit-images is non-nil.
2082
2083 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * shr.el (shr-put-image): Break lines when inserting big pictures.
2086
2087 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2088
2089         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2090         sender, thanks Katsumi Yamaoka.
2091
2092 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2093
2094         * nnir.el (nnir-run-imap): Reverse the article list for each group
2095         rather than the whole list.
2096
2097 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * shr.el (shr-image-displayer): Protect function against non-existent
2100         image source.
2101
2102         * gnus-art.el (gnus-inhibit-images): New user option.
2103         (gnus-mime-display-single): Don't display image if it is non-nil.
2104
2105         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2106         gnus-inhibit-images.
2107
2108         * shr.el (shr-image-displayer): New function.
2109         (shr-tag-img): Use it.
2110
2111 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2112
2113         * mml2015.el (mml2015-epg-sign): Use From header.
2114
2115 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2118
2119         * gnus-util.el (gnus-find-text-property-region): Return markers.
2120
2121         * shr.el (shr-tag-img): Put a displayer in the text property.
2122
2123         * gnus-util.el (gnus-find-text-property-region): New utility function.
2124
2125         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2126         (gnus-html-show-images): Remove.
2127
2128         * gnus-art.el (gnus-article-show-images): New, more general function.
2129
2130         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2131         image url text properties.
2132
2133         * shr.el: Ditto.
2134
2135         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2136         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2137
2138 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2141         work for two or more articles.
2142
2143 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2146         divide an image that's in an html article to two or more when washing
2147         non-ASCII characters in alt text of it.
2148
2149 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2152         smime-decrypt-region using function argument.
2153         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2154
2155         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2156
2157         * smime.el (smime-decrypt-region): Catch it.
2158
2159 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2160
2161         * smime.el (smime-mode-map): Move initialization into declaration.
2162         (gnus-run-mode-hooks): Don't autoload.
2163         (smime-mode): Use define-derived-mode.
2164
2165 2010-11-11  Glenn Morris  <rgm@gnu.org>
2166
2167         * smime.el (from): Restrict declaration to XEmacs.
2168
2169         * nnir.el (gnus-group-topic-name): Autoload.
2170
2171 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * shr.el (shr-insert): Don't break long line if it is because of
2174         kinsoku-bol characters in the line end.
2175
2176 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2177
2178         * nnir.el (nnir-request-move-article): Fix to provide original group
2179         and subject.
2180         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2181         been retrieved.
2182
2183         * gnus-sum.el (gnus-summary-move-article): Use original group and
2184         subject for virtual articles such as those in an nnir summary buffer.
2185
2186 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2189         least 21.5).
2190
2191         * smime.el (from): Declare it again for XEmacs.
2192
2193 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * message.el (message-resend): Don't disable encoding unless it's
2196         already encoded.
2197
2198         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2199         low-numbered articles.
2200
2201 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * rfc2047.el (rfc2047-syntax-table): Simplify.
2204
2205         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2206
2207         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2208         set-char-table-range for XEmacs.
2209
2210 2010-11-10  Glenn Morris  <rgm@gnu.org>
2211
2212         * time-date.el (time-to-seconds): Always an alias on Emacs,
2213         never a real function.
2214         (with-no-warnings): Remove compat stub, now unused.
2215         (time-less-p): Doc fix.
2216         (time-to-number-of-days): Simplify.
2217
2218         * smime.el (from): Remove unused declaration.
2219
2220         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2221         (gnus-float-time): On Emacs, always an alias.
2222
2223         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2224         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2225
2226 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * dgnushack.el: Don't use ignore-errors in the top level form since it
2229         is unavailable in XEmacs even if cl is loaded.
2230
2231         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2232
2233 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * shr.el (browse-url-mailto): Autoload.
2236
2237         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2238
2239         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2240         regexp doesn't need quoting.
2241
2242 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2243
2244         * message.el (message-subject-trailing-was-ask-regexp)
2245         (message-subject-trailing-was-regexp): Match was: in addition to was.
2246
2247 2010-11-09  Glenn Morris  <rgm@gnu.org>
2248
2249         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2250         (nnbabyl-check-mbox): Use point-at-bol.
2251
2252 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2255
2256         * message.el (message-mailto): New function.
2257         (message-mailto): Should accept other parameters.
2258         (message-mailto): Remove since it duplicates browse-url-mailto
2259         functionality.
2260
2261 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2264         methods.
2265         (gnus-read-active-file): Ditto.
2266
2267         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2268         ": " from the prompt.
2269         (gnus-group-make-group): Ditto.
2270
2271 2010-11-07  Glenn Morris  <rgm@gnu.org>
2272
2273         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2274         (gnus-bookmark-kill-line): Use point-at-eol.
2275
2276 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2279         asterisks in From header.
2280
2281 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2284         string to avoid making the From headers syntactically invalid.
2285
2286         * message.el (message-send-mail): Don't insert courtesy messages if the
2287         message already has List-Post and List-ID messages.
2288
2289 2010-11-06  Glenn Morris  <rgm@gnu.org>
2290
2291         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2292         `condition', `type', `length' a prefix.
2293         (gnus-treat-predicate): Update for above name changes.
2294
2295 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2296
2297         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2298         binding.  Handled by `gnus-summary-refer-thread' instead.
2299         (nnir-warp-to-article): New backend function.
2300
2301         * nnimap.el (nnimap-request-thread): Force dependency updating.
2302
2303         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2304         (gnus-summary-refer-thread): Rework to improve thread-referral.
2305
2306         * gnus-int.el (gnus-warp-to-article): New function.
2307
2308         * gnus-sum.el (gnus-summary-article-map): Bind it.
2309
2310 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2311
2312         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2313         gnus-summary-refer-thread.
2314
2315         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2316         headers.
2317         (gnus-summary-limit-include-thread): Prevent articles in thread from
2318         being cut in gnus-cut-threads.
2319         (gnus-summary-refer-thread): Limit retrieved headers to those in
2320         thread.
2321
2322 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * message.el (message-send-mail): Use the value of
2325         message-courtesy-message from the message buffer.
2326
2327         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2328
2329         * shr.el (shr-browse-url): Implement mailto: URLs.
2330
2331         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2332         "raw".
2333
2334         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2335         if it's already selected.
2336
2337         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2338
2339 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2342         to measure the length and truncate alt text.
2343
2344 2010-11-03  Glenn Morris  <rgm@gnu.org>
2345
2346         * nndiary.el (nndiary-generate-nov-databases-1)
2347         (nndiary-generate-active-info): Rename dynamic variable `files' to
2348         something less generic.
2349
2350 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2351
2352         * nnir.el (nnir-request-move-article): Call the underlying backend to
2353         move articles from nnir.
2354
2355 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2358
2359 2010-11-02  Julien Danjou  <julien@danjou.info>
2360
2361         * nnir.el: Remove wais support.
2362
2363 2010-11-02  Glenn Morris  <rgm@gnu.org>
2364
2365         * gnus-html.el: Reorder requirements to quieten compiler.
2366
2367 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2370         properly for XEmacs as well.
2371         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2372         (gnus-article-natural-long-line-p): Use window-width rather than
2373         frame-width.
2374
2375 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2376
2377         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2378         (nnir-read-parms): Don't modify query.
2379         (nnir-run-query): Add ability to search topic on current line.
2380         (nnir-get-active): Clean up.
2381
2382 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2385         degenerate articles.
2386
2387         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2388         (gnus-print-buffer): Just print the buffer as is, without any copying
2389         to a buffer and then re-highlighting.
2390
2391         * nnimap.el (nnimap-request-group): Store the new updated info.
2392         (nnimap-request-group): Select the group when we don't know whether it
2393         exists or not.
2394
2395         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2396         groups.
2397
2398         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2399         groups.
2400
2401         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2402         groups.
2403
2404         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2405         long-lines case by only filling the long lines.
2406
2407         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2408         (bug #7311).
2409
2410 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * shr.el: No need to declare `declare-function' since shr.el is for
2413         only Emacsen that provide `libxml-parse-html-region'.
2414
2415         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2416         effective only in a file it is referred to.
2417
2418 2010-11-01  Glenn Morris  <rgm@gnu.org>
2419
2420         * mm-util.el (gnus-completing-read): Autoload.
2421         (mm-read-coding-system): Simplify Emacs definition.
2422
2423         * nnmail.el (gnus-activate-group):
2424         * nnimap.el (gnutls-negotiate):
2425         * nntp.el (netrc-parse): Fix declarations.
2426
2427 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2430         string-match-p in Emacs >=23.
2431
2432         * gnus-msg.el (gnus-configure-posting-styles)
2433         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2434
2435 2010-11-01  Glenn Morris  <rgm@gnu.org>
2436
2437         * nnir.el (declare-function): Add compat stub.
2438         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2439         (nnir-run-gmane): Require 'mm-url.
2440
2441         * mm-util.el (mm-string-to-multibyte): Simplify.
2442
2443         * shr.el (declare-function): Add compat stub.
2444         (url-cache-create-filename): Declare.
2445         (mm-disable-multibyte, widget-convert-button): Autoload.
2446
2447         * smime.el (ldap-search): Declare.
2448         (smime-cert-by-ldap-1): Require ldap on Emacs.
2449
2450         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2451         (nnimap-keepalive): Use gnus-float-time.
2452
2453         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2454         (mail-source-delete-crash-box): Use gnus-float-time.
2455
2456         * gnus-dired.el (gnus-completing-read): Autoload.
2457
2458         * mm-view.el (gnus-rescale-image): Autoload.
2459
2460         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2461
2462         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2463
2464         * sieve-manage.el: Require 'cl when compiling.
2465
2466         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2467         (gnus-iswitchb-completing-read): Require iswitchb.
2468         (gnus-select-frame-set-input-focus): Silence compiler.
2469
2470 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * message.el (message-subject-trailing-was-query): Change default to t,
2473         since I think that's what most people want.
2474
2475         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2476         appending for easier debugging.
2477         (nnimap-wait-for-connection): Take a regexp.
2478         (nnimap-request-accept-article): Wait for the continuation line before
2479         sending anything unless we're streaming.
2480
2481         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2482         leave the header washing to take place.
2483
2484 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2485
2486         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2487         regular expression match and replace in posting styles.
2488
2489 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2490
2491         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2492         an entire server.
2493         (nnir-get-active): New function.
2494         (nnir-run-imap): Use it.
2495         (nnir-run-gmane): Who knew, gmane search returns an article score!
2496
2497         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2498         server on the current line with nnir.
2499
2500 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2503         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2504         left edge.
2505         (gnus-article-foldable-buffer): Skip past the prefix when determining
2506         raggedness.
2507
2508         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2509         the raw article, and change `C-u g' to show the article without doing
2510         treatments.
2511
2512         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2513         on to `gnus-treat-article'.
2514         (gnus-inhibit-article-treatments): New variable.
2515
2516         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2517
2518         * gnus-art.el (gnus-treatment-function-alist): Have
2519         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2520         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2521         sections.
2522
2523         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2524         parameter.
2525         (gnus-article-fill-cited-long-lines): New function.
2526         (gnus-article-fill-cited-article): Allow filling only long sections.
2527
2528         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2529         and non-punctuation (like after the apostrophe in "'We").
2530
2531         * gnus-sum.el (gnus-summary-select-article): Make sure
2532         gnus-original-article-buffer is alive.
2533
2534         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2535         reflect the order they're in in the digest.
2536
2537         * gnus.el (gnus-group-startup-message): Move point to the start of the
2538         buffer.
2539
2540         * nnimap.el (nnimap-capability): New function.
2541         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2542         is set.
2543
2544 2010-10-31  David Engster  <dengste@eml.cc>
2545
2546         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2547         conform with changes to gnus-completing-read.
2548
2549 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2552
2553 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2554
2555         * nnir.el: Move defvar, defcustom around to keep file organized
2556         and keep byte-compiler quiet.
2557         (nnir-read-parms): Accept search-engine as arg.
2558         (nnir-run-query): Pass search-engine as arg.
2559         (nnir-search-engine): Remove.
2560
2561 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el (shr-generic): The text nodes should be text, not :text.
2564
2565         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2566         later in the file.
2567
2568 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2569
2570         * nnir.el: General clean up.  Allow searching with multiple engines.
2571         Allow separate extra-parameters for each engine.
2572         Batch queries when possible.
2573         (nnir-imap-default-search-key,nnir-method-default-engines):
2574         Add customize interface.
2575         (nnir-run-gmane): New engine.
2576         (nnir-engines): Use it.  Qualify all prompts with engine name.
2577         (nnir-search-engine): Remove global variable.
2578         (nnir-run-hyrex): Restore for now.
2579         (nnir-extra-parms,nnir-search-history): New variables.
2580         (gnus-group-make-nnir-group): Use them.
2581         (nnir-group-server): Remove in favor of gnus-group-server.
2582         (nnir-request-group): Avoid searching twice.
2583         (nnir-sort-groups-by-server): New function.
2584
2585 2010-10-30  Julien Danjou  <julien@danjou.info>
2586
2587         * gnus-group.el: Remove gnus-group-fetch-control.
2588
2589         * gnus-start.el (gnus-find-new-newsgroups):
2590         Remove gnus-check-first-time-used.
2591
2592         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2593
2594 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2595
2596         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2597         set on groups that don't have \* permanentflags.
2598
2599 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2602         control the background color.
2603         (shr-tag-img): Ignore very small web bug type images.
2604         (shr-put-image): Add help-echo alt texts to the images.
2605         (shr-tag-video): Show the video poster image.
2606
2607 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * shr.el (shr-table-depth): New variable.
2610         (shr-tag-table-1): Only insert the images after the top-level table.
2611
2612         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2613
2614         * gnus-util.el (gnus-list-memq-of-list): New function.
2615
2616         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2617         selected.
2618         (nnimap-unsplittable-articles): New slot.
2619         (nnimap-new-articles): Use it.
2620
2621 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2622
2623         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2624         move to the previous line on `M-g'.
2625
2626 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2629         *-request-group, which seems unnecessary.
2630
2631         * nnimap.el (nnimap-quote-specials): Function copied over from
2632         imap.el.
2633         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2634         they support that.  Suggested by Tom Regner.
2635
2636 2010-10-29  Julien Danjou  <julien@danjou.info>
2637
2638         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2639         defalias.
2640         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2641
2642         * gnus.el: Remove `gnus-nntp-service' variable.
2643         (gnus-secondary-servers): Make obsolete.
2644         (gnus-nntp-server): Make obsolete.
2645
2646         * gnus-start.el (gnus-1): Remove x-splash calls.
2647
2648         * gnus-ems.el (gnus-x-splash): Remove.
2649
2650         * gnus.el (gnus-group-startup-message): Simplify/update code.
2651
2652         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2653         definition.
2654
2655         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2656         capability before doing anything.
2657         (gnus-group-insert-group-line): Remove useless
2658         gnus-group-remove-excess-properties.
2659
2660 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2663
2664 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2667         config after reselecting.
2668
2669 2010-10-28  Julien Danjou  <julien@danjou.info>
2670
2671         * shr.el (shr-put-image): Use point even if only inserting text.
2672         (shr-put-image): Save excursion when inserting alt text on non-graphic
2673         display, so the behaviour is the same when we are on a graphic display.
2674
2675         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2676
2677 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2680         (gnus-mime-copy-part): Check coding system, not charset.
2681         (gnus-mime-view-part-externally): Never remove part.
2682         (gnus-mime-view-part-internally): Don't remove part here.
2683         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2684         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2685         multipart/alternative.
2686
2687         * mm-decode.el (mm-display-part): Take optional arg `force'.
2688
2689 2010-10-26  Julien Danjou  <julien@danjou.info>
2690
2691         * gnus-group.el (gnus-group-default-list-level): Add this function to
2692         compute the default list level.
2693         (gnus-group-default-list-level): Add possibility to use a function.
2694
2695 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2698
2699         * gnus-group.el (gnus-group-completing-read)
2700         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2701         gnus-replace-in-string.
2702
2703 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * shr.el (shr-tag-div): Add.
2706
2707         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2708
2709 2010-10-25  Julien Danjou  <julien@danjou.info>
2710
2711         * gnus-util.el: Remove `gnus-with-local-quit'.
2712
2713         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2714
2715 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2718         the original article buffer.
2719
2720 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-request-head): New function.
2723         (nnimap-request-move-article): Try to be slighly faster by not
2724         requesting the entire message when moving.
2725         (nnimap-transform-headers): Don't bug out on bodiless articles.
2726         (nnimap-send-command): Have no outstanding messages if the IMAP server
2727         doesn't support streaming.
2728         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2729
2730 2010-10-24  Julien Danjou  <julien@danjou.info>
2731
2732         * message.el (message-default-headers): Fix type.
2733
2734 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2737         prefetching images.
2738
2739         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2740         backend for unknown groups.  This is mainly useful for nnimap groups.
2741
2742         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2743         group isn't covered by the agent.
2744
2745 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2746
2747         * nnir.el (nnir-method-default-engines): New variable.
2748         (nnir-run-query): Use it.
2749         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2750         (gnus-summary-nnir-goto-thread): Change group if needed.
2751
2752         * gnus-group.el (gnus-group-group-map): Add key binding for
2753         gnus-group-make-nnir-group.
2754
2755 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * shr.el (shr-tag-object): Add.
2758
2759         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2760         original article buffer live.
2761         (gnus-summary-select-article-buffer):
2762         Mention gnus-widen-article-buffer.
2763
2764 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * shr.el (shr-tag-strong): Add.
2767
2768 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2771         group names.  They mess up the group buffer badly.
2772
2773         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2774
2775         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2776         instead of the summary one.
2777
2778 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * mml.el (mml-preview): Work properly when editing article.
2781
2782         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2783         gnus-have-read-active-file if it's already been in.
2784
2785 2010-10-22  Tom Tromey  <tromey@redhat.com>
2786
2787         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2788         gnus-group-completing-read.
2789
2790 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * message.el (message-mode-map): Don't bind M-; to comment region, to
2793         allow the global comment-dwim to work.
2794
2795 2010-10-21  Julien Danjou  <julien@danjou.info>
2796
2797         * message.el (message-setup-1): Allow message-default-headers to be a
2798         function.
2799
2800 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * shr.el (shr-tag-table): Simplify.
2803
2804 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2807         to avoid trying to snarf invalid stuff.
2808
2809         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2810
2811         * gnus.el (gnus-message-archive-group): Quote value.
2812         (gnus-message-archive-group): Mark as changed.
2813
2814         * shr.el (shr-add-font): Don't put the font properties on the newline
2815         or the indentation.
2816
2817         * message.el (message-fix-before-sending): Change options when sending
2818         non-printable characters.
2819
2820         * gnus.el (gnus-message-archive-method): Change the default to
2821         monthly outgoing groups.
2822
2823         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2824         that have gotten new numbers.
2825
2826         * nnimap.el (nnimap-request-replace-article): New function.
2827
2828 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2831         (nnrss-request-article): Don't use special html washing code.
2832
2833 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * shr.el (shr-tag-table): Remove useless nconc.
2836
2837 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * gnus-art.el (article-wash-html): Simplify and remove the charset
2840         stuff.  Use the normal html rendering code instead of the special html
2841         washing code.
2842
2843         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2844         `gnus-w3m' symbols.
2845         (mm-text-html-washer-alist): Remove.
2846
2847         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2848         (mm-inline-media-tests): Remove use.
2849         (mm-text-html-renderer): Change default to the `shr' symbol.
2850
2851         * mm-view.el (mm-inline-text-html): Remove use.
2852
2853         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2854         `gnus-blocked-images' to be a function.
2855         (gnus-article-wash-function): Remove.
2856
2857 2010-10-20  Julien Danjou  <julien@danjou.info>
2858
2859         * spam.el (spam-list-of-processors): Mark as obsolete.
2860
2861         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2862         (nnimap-insert-partial-structure): Fix boundary detection.
2863
2864 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2865
2866         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2867         run file-truename on remote files.  This can be expensive and even
2868         prevent one from editing drafts if some unrelated buffer has a stale
2869         connection.
2870
2871 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2874         kinsoku-eol regardless of shr-kinsoku-shorten.
2875         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2876         (shr-tag-table): Support caption, thead, and tfoot.
2877
2878 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2881         lines.
2882         (shr-save-contents): New command and keystroke.
2883
2884         * nndoc.el (nndoc-type-alist): Add git support.
2885         (nndoc-git-type-p): New function.
2886         (nndoc-transform-git-article): Ditto.
2887         (nndoc-transform-git-headers): Ditto.
2888         (nndoc-transform-git-headers): Generate Subject headers.
2889
2890         * shr.el (shr-parse-style): New function.
2891         (shr-tag-span): Ditto.
2892
2893         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2894         to `G G' to avoid collisions.
2895
2896 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * shr.el: Load kinsoku if necessary.
2899         (shr-kinsoku-shorten): New internal variable.
2900         (shr-find-fill-point): Make kinsoku shorten text line if
2901         shr-kinsoku-shorten is bound to non-nil.
2902         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2903         shr-indentation too when testing if table is wider than frame width.
2904         (shr-insert-table): Use `string-width' instead of `length' to measure
2905         text width.
2906         (shr-insert-table-ruler): Make sure indentation is done at bol.
2907
2908 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2909
2910         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2911         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2912         undecoded network data.
2913
2914 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2917         name in the mode line spec so that the mode line menu works
2918         (bug #2431).
2919
2920         * message.el (message-get-reply-headers): If we're fed `to-address',
2921         then always use that.
2922
2923         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2924         aren't so wide as to need to switch off the edit menu.
2925
2926         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2927         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2928
2929         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2930         `M-g'.
2931         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2932         the permanent marks.
2933
2934 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2935
2936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2937         Splitting according to references/in-reply-to obeys the ignore-groups
2938         variable, while splitting by sender and subject do not.
2939
2940 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2943         alist, so that we can look for non-Unicode chars.
2944         (article-translate-strings): Allow both character and string maps.
2945
2946 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * shr.el (shr-insert): Don't insert space behind a wide character
2949         categorized as kinsoku-bol, or between characters both categorized as
2950         nospace.
2951
2952 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2953
2954         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2955         headers to gnus-newsgroup-headers.
2956
2957 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * shr.el (shr-tag-img): Don't align images -- since we're not
2960         rescaling, this often leads to ugly displays.
2961
2962 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2963
2964         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2965         duplicates.
2966
2967 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2968
2969         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2970         call.
2971
2972 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus.el: Autoload gnus-html-show-images.
2975
2976         * nnimap.el: Use nnheader-message throughout.
2977
2978         * shr.el (shr-tag-img): Ignore images with no data.
2979
2980 2010-10-15  Julien Danjou  <julien@danjou.info>
2981
2982         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2983         a possibility to disable format=flow encoding when using hard newlines.
2984
2985 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * shr.el (shr-insert): Remove space inserted before or after a
2988         breakable character or at the beginning or the end of a line.
2989         (shr-find-fill-point): Do kinsoku; find the second best point or give
2990         it up if there's no breakable point.
2991
2992 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * nnimap.el (nnimap-open-connection): Message when opening connection
2995         for debugging purposes.
2996
2997         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2998         on every setup buffer call to allow this to change from article to
2999         article.
3000
3001         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3002         buffers where we have a wide table.
3003
3004 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3005
3006         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3007         uses *-request-thread.
3008
3009 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3012         incantation, which is no longer valid.
3013
3014 2010-10-14  Julien Danjou  <julien@danjou.info>
3015
3016         * shr.el: Fix defcustom type (char -> character).
3017
3018 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3021         programs.
3022
3023 2010-10-14  Julien Danjou  <julien@danjou.info>
3024
3025         * shr.el (shr-tag-a): Use url-link as widget type.
3026
3027         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3028         `gnus-group-get-icon'.
3029
3030 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3033         This should make server editing work better.
3034
3035         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3036
3037         * tls.el (tls-program): Remove spurious %s from openssl.
3038
3039         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3040         (nnimap-parse-flags): Fix regexp.
3041
3042         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3043         probably work for CJVK text, too.
3044
3045         * nnimap.el (nnimap-extend-tls-programs): Remove.
3046         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3047
3048         * tls.el (tls-starttls-switches): Remove starttls hack.
3049         (open-tls-stream): Ditto.
3050         (tls-find-starttls-argument): Ditto.
3051
3052 2010-10-13  Julien Danjou  <julien@danjou.info>
3053
3054         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3055         responses.
3056
3057 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3060
3061         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3062         anything in Emacs.
3063
3064         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3065
3066 2010-10-13  Julien Danjou  <julien@danjou.info>
3067
3068         * shr.el (shr-width): Make shr-width a defcustom with default to
3069         fill-column.
3070         (shr-tag-img): Use shr-width rather than fill-column.
3071
3072 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * dgnushack.el (byte-optimize-apply)
3075         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3076
3077         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3078         position when (X-)Faces exist.
3079         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3080         avatars when called interactively.
3081
3082 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3085         gnus-article-x-face-too-ugly is bound.
3086
3087 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3090
3091         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3092         mailbox that doesn't exist.
3093
3094 2010-10-12  Julien Danjou  <julien@danjou.info>
3095
3096         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3097         (shr-get-image-data): Encode URL properly when fetching from cache.
3098         (shr-tag-img): Use aligned-to spaces to align correctly images.
3099
3100         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3101         before inserting the Gravatar.
3102
3103         * shr.el (shr-tag-img): Add align attribute support for <img>.
3104
3105 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-gravatar.el (gnus-art): Require.
3108
3109         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3110         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3111         Remove long obsoleted functions.
3112
3113 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3116
3117         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3118
3119         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3120         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3121         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3122         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3123         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3124         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3125         * sieve-manage.el, smime.el, spam.el:
3126         Fix comment for declare-function.
3127
3128 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnimap.el (nnimap-request-rename-group): Select group read-only
3131         before renaming it.
3132
3133         * shr.el (shr-insert): Fix up the white space only regexp.
3134
3135         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3136         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3137
3138         * shr.el (shr-current-column): New function.
3139         (shr-find-fill-point): New function.
3140
3141 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3142
3143         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3144         numbers.
3145
3146 2010-10-11  Julien Danjou  <julien@danjou.info>
3147
3148         * shr.el (shr-hr-line): Add.
3149         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3150         display hr lines.
3151         (shr-max-columns): Do not change state to nil if we just inserting
3152         spaces.
3153
3154 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3157         select the last group.
3158
3159 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3162
3163 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3164
3165         * dig.el (dig-mode-map): Declare and define in one step.
3166
3167 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3170         for Gnus.
3171         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3172         (nnimap-update-qresync-info): Mark \Seen articles as read.
3173
3174         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3175         non-variable, too.
3176
3177         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3178         available.
3179         (nnimap-update-info): Rely more on the current active than the param
3180         active to avoid marking articles as read too much.
3181
3182         * auth-source.el (auth-source-create): Use (user-login-name) for the
3183         user name default.
3184
3185         * nnimap.el (nnimap-update-info): If the server doesn't return any
3186         useful info, just use the previous info.
3187         (nnimap-update-info): Prefer old info over start-article.
3188         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3189
3190 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3191
3192         * nnir.el (autoload): Clean up autoloads.
3193         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3194         Use key rather than value.
3195         (nnir-imap-search-other): New variable.
3196         (nnir-read-parm): Use it.
3197         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3198         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3199
3200 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3201
3202         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3203         the process, too.
3204
3205 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * spam.el (gnus-summary-mode-map): Bind to "$".
3208         Suggested by Russ Allbery.
3209
3210         * shr.el: Rework the way things are indented by <li> slightly.
3211
3212         * gnus.el (gnus-group-set-parameter): Fix typo.
3213
3214         * nnimap.el: Start implementing QRESYNC support.
3215
3216 2010-10-09  Julien Danjou  <julien@danjou.info>
3217
3218         * nnir.el (nnir-engines): Fix too many arguments.
3219
3220 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3223         group is the "last", so that the backends like nnfolder actually save
3224         their folders.
3225
3226         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3227         try to use that for the tls stream.
3228         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3229         UIDVALIDITY and find out which groups are read-only and not.
3230         (nnimap-get-flags): Use the same marks parsing code as the rest of
3231         nnimap.
3232
3233 2010-10-09  Julien Danjou  <julien@danjou.info>
3234
3235         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3236
3237         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3238         retrieving gravatars.
3239
3240         * shr.el (shr-table-corner): Add.
3241         (shr-table-line): Add.
3242         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3243
3244 2010-10-08  Julien Danjou  <julien@danjou.info>
3245
3246         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3247
3248 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3249
3250         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3251
3252         * gnus-sum.el (gnus-mark-article-as-unread)
3253         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3254         (gnus-summary-set-bookmark): Use it.
3255
3256         * gnus-msg.el (gnus-setup-message): Use it.
3257
3258         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3259
3260         * gnus.el (gnus-group-remove-parameter): Use it.
3261
3262         * gnus-group.el (gnus-group-make-web-group): Use it.
3263
3264         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3265
3266         * nnregistry.el: Update docs to mention manual.
3267
3268         * gnus-registry.el: Update docs to mention nnregistry.el.
3269         (gnus-registry-initialize): Don't install nnregistry refer method
3270         automatically.
3271         (gnus-registry-install-nnregistry): Remove it.
3272
3273 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * shr.el (shr-insert): Don't insert double spaces.
3276
3277 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-gravatar.el (gnus-treat-from-gravatar)
3280         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3281         called interactively.
3282
3283         * gnus-art.el (gnus-mime-view-part-externally)
3284         (gnus-mime-view-part-internally): Make predicate function passed to
3285         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3286         of a mime type.
3287
3288         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3289
3290 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (require): Require cl when compiling.
3293         (shr-tag-hr): New function.
3294
3295         * nnimap.el (nnimap-update-info): Remove double setting of high.
3296         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3297         This makes nnimap work properly on Courier again.
3298
3299         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3300         the variable for backwards compatability.
3301
3302         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3303         the file name before using to avoid setting mm-default-directory to
3304         nil.
3305
3306         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3307         bidning gnus-agent variables.
3308
3309         * shr.el (shr-render-td): Use a cache for the table rendering function
3310         to avoid getting an exponential rendering behaviour in nested tables.
3311         (shr-insert): Rework the line-breaking algorithm.
3312         (shr-insert): Don't leave trailing spaces.
3313         (shr-insert-table): Also insert empty TDs.
3314         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3315
3316 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3317
3318         * gnus-sum.el (gnus-number): Rename from `number'.
3319         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3320         (gnus-summary-limit-children): Update uses correspondingly.
3321
3322 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3325         (gnus-gravatar-transform-address): Don't show avatars of people of
3326         which mail addresses match gnus-gravatar-too-ugly.
3327
3328 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * shr.el (shr-table-widths): Expand TD elements to fill available
3331         space.
3332
3333 2010-10-07  Julien Danjou  <julien@danjou.info>
3334
3335         * nnimap.el (nnimap-request-rename-group): Add this method.
3336
3337 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3340         name from XEmacs' function-arglist.
3341
3342         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3343         gravatar under XEmacs.
3344
3345 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3346
3347         * auth-source.el: Update docs with TODO items.
3348
3349         * gnus-sync.el: Update docs to explain state and plans.
3350
3351         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3352         Hooks for mark updates.
3353         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3354
3355         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3356         hooks with arguments, which is needed for mark update hooks.
3357
3358 2010-10-06  Julien Danjou  <julien@danjou.info>
3359
3360         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3361         was matched.
3362
3363         * sieve-manage.el: Update example in `Commentary'.
3364
3365         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3366
3367         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3368         not 2000.
3369         (sieve-manage-authenticate): Re-add function.
3370
3371 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * shr.el (shr-insert): Get 'space transition right.
3374         (shr-render-td): Only delete space at the end of the TD.
3375
3376         * nnimap.el (nnimap-open-connection): Prepare to support
3377         open-gnutls-stream.
3378
3379         * shr.el: Rearrange function order to be more logical.
3380
3381 2010-10-06  Julien Danjou  <julien@danjou.info>
3382
3383         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3384         (nnrss-discover-feed): Remove 404 URL in docstring.
3385
3386         * nnir.el: Fix Swish-E URL.
3387         Fix Namazu URL.
3388
3389         * message.el (message-change-subject): Remove 404 URL in a comment.
3390
3391 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3394         called interactively.
3395
3396         * gnus-util.el (gnus-remove-if): Allow hash table.
3397         (gnus-remove-if-not): New function.
3398
3399         * gnus-art.el (gnus-mime-view-part-as-type)
3400         * gnus-score.el (gnus-summary-score-effect)
3401         * gnus-sum.el (gnus-read-move-group-name):
3402         Replace remove-if-not with gnus-remove-if-not.
3403
3404         * gnus-group.el (gnus-group-completing-read):
3405         Regard collection as a hash table if it is not a list.
3406
3407 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3410
3411         * shr.el: Document the table-rendering algorithm.
3412
3413 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3416         for Emacsen having no `libxml-parse-html-region' support.
3417
3418 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3421         invalid URLs.
3422
3423         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3424         line-broken.
3425         (shr-tag-img): Ignore image fetching errors.
3426         (shr-overlays-in-region): Compute overlay positions correctly.
3427
3428         * mm-decode.el (mm-shr): Require shr.
3429
3430         * gnus-art.el (gnus-blocked-images): Move variable here.
3431
3432         * shr.el (shr-insert-table): Bind free variable.
3433
3434         * mm-decode.el (mm-shr): Bind shr-content-function.
3435
3436         * shr.el (shr-content-function): New variable.
3437
3438         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3439         added for symmetry.
3440
3441         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3442
3443         * gnus-group.el (gnus-group-make-group): Doc fix.
3444
3445         * nnimap.el (nnimap-request-newgroups): Return success.
3446
3447         * shr.el (shr-find-elements): New function.
3448         (shr-tag-table): Put all the images after the table.
3449         (shr-tag-table): Really inhibit images inside the table.
3450         (shr-collect-overlays): Copy over overlays from the TD elements to the
3451         main document.
3452
3453         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3454         gnus-blocked-images.
3455
3456 2010-10-05  Julien Danjou  <julien@danjou.info>
3457
3458         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3459
3460         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3461         (gnus-html-maximum-image-size): Add this function.
3462         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3463
3464         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3465         server-value of the capability is nil.
3466
3467 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * shr.el (shr-tag-em): Add <EM> tag.
3470
3471 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3472
3473         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3474         customizable.
3475
3476         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3477         handing broken links to browse-url.
3478
3479 2010-10-05  Julien Danjou  <julien@danjou.info>
3480
3481         * gnus-util.el (gnus-emacs-completing-read)
3482         (gnus-iswitchb-completing-read): Use autoload rather than require.
3483
3484 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3487         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3488         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3489         iswitchb-temp-buflist for XEmacs.
3490
3491         * gnus-util.el (gnus-completing-read-function): Exclude
3492         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3493         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3494         XEmacs.
3495
3496         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3497         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3498
3499         * gnus-html.el: Don't require help-fns under XEmacs.
3500         (gnus-html-schedule-image-fetching): Work for XEmacs.
3501
3502         * mm-decode.el (mm-shr): Decode contents by charset.
3503
3504 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3507         unknown.
3508
3509         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3510         (shr-get-image-data): Ensure against the cache file missing.
3511
3512         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3513         for data.
3514
3515         * spam-report.el (spam-report-url-ping-plain): Don't query about
3516         killing the process.
3517
3518         * shr.el (shr-render-td): Protect against too-wide text.
3519
3520 2010-10-04  Julien Danjou  <julien@danjou.info>
3521
3522         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3523         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3524
3525         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3526         retrieved.
3527
3528 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * shr.el (browse-url): Require.
3531         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3532         lines.
3533         (shr-show-alt-text, shr-browse-image): New commands.
3534         (shr-browse-url, shr-copy-url): New commands.
3535
3536         * gnus-sum.el (gnus-widen-article-window): New variable.
3537         (gnus-summary-select-article-buffer): Use it.
3538
3539         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3540         without @ signs.
3541
3542 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3543
3544         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3545
3546 2010-10-04  Julien Danjou  <julien@danjou.info>
3547
3548         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3549         for XEmacs.
3550
3551 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3554
3555         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3556         (nnimap-close-server): Implement.
3557
3558         * dgnushack.el (iswitchb): Require to shut up the compiler.
3559
3560         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3561         (shr-insert): Tweak line breaking.
3562         (shr-insert): Handle <pre> better.
3563         (shr-tag-li): Get <li> indentation right.
3564         (shr-tag-li): Get <li> indentation even righter.
3565         (shr-tag-blockquote): Ensure paragraph start.
3566         (shr-make-table): Tweak table generation.
3567         (shr-make-table): Fix typo.
3568
3569         * shr.el: Implement table rendering.
3570
3571 2010-10-04  Julien Danjou  <julien@danjou.info>
3572
3573         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3574
3575 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * shr.el (shr-insert): Use string anchors instead of line anchors.
3578
3579 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * shr.el: Add headings.
3582         (shr-ensure-paragraph): Actually work.
3583         (shr-tag-li): Make <ul> prettier.
3584         (shr-insert): Get white space at the beginning/end of elements right.
3585         (shr-tag-p): Collapse subsequent <p>s.
3586         (shr-ensure-paragraph): Don't insert double line feeds after blank
3587         lines.
3588         (shr-insert): \t is also space.
3589         (shr-tag-s): Fix "s" tag name function.
3590         (shr-tag-s): Fix face prop name.
3591
3592 2010-10-03  Julien Danjou  <julien@danjou.info>
3593
3594         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3595
3596         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3597         gnus-window-inside-pixel-edges.
3598
3599         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3600         gnus-ems.
3601
3602         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3603
3604         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3605         function.
3606
3607         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3608         resize choice.
3609
3610 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3613         beginning of the buffer.
3614
3615         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3616         article buffer again.
3617
3618         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3619
3620         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3621         when it's at the start of the buffer.
3622
3623         * shr.el (shr-tag-blockquote): Convert name.
3624         (shr-rescale-image): Use the right image-size variant.
3625
3626         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3627         buffer isn't shown, then select the current article first instead of
3628         bugging out.
3629         (gnus-summary-select-article-buffer): Show both the article and summary
3630         buffers again.
3631
3632         * shr.el (shr-fontize-cont): Protect against regions with no text.
3633         Rename tag functions to shr-tag-* for enhanced security.
3634         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3635
3636 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3637
3638         * shr.el (shr-insert):
3639         * pop3.el (pop3-movemail):
3640         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3641         loaded.
3642
3643 2010-10-03  Glenn Morris  <rgm@gnu.org>
3644
3645         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3646
3647         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3648
3649         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3650
3651         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3652
3653         * gnus-util.el (gnus-make-local-hook): Simplify.
3654
3655 2010-10-02  Julien Danjou  <julien@danjou.info>
3656
3657         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3658         (gnus-ido-completing-read): New function.
3659         (gnus-emacs-completing-read): New function.
3660         (gnus-completing-read): Use gnus-completing-read-function.
3661         Add gnus-completing-read-function.
3662
3663 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * shr.el (shr-insert-document): Autoload.
3666         (shr-img): Be silent.
3667         (shr-insert): Add a newline after every picture before text.
3668         (shr-add-font): Use overlays for combining faces.
3669         (shr-insert): Pass upwards the text start point.
3670
3671         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3672         possible.
3673         (mm-shr): New function.
3674
3675 2010-10-02  Julien Danjou  <julien@danjou.info>
3676
3677         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3678         should go backward.
3679
3680 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3681
3682         * shr.el (shr): Fix typo in provide call.
3683
3684 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * shr.el: New file.
3687
3688         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3689
3690         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3691         completing read.
3692
3693 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3696         we're being queried about.  Suggested by Dan Jacobson.
3697
3698         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3699         Suggested by Jason Eisner.
3700
3701         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3702         table, too.  Suggested by Stefan Wiens.
3703         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3704         the table unnecessary.  Suggested by Stefan Wiens.
3705
3706         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3707         longer needed, and probably doesn't work either, as pointed out by
3708         Stefan Wiens.
3709         (gnus-summary-exit): Remove call to the clearing function.
3710         (gnus-summary-exit-no-update): Ditto.
3711
3712         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3713         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3714         Reported by Stefan Monnier.
3715         (gnus-summary-save-in-rmail): Ditto.
3716
3717         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3718         article buffer, instead of both the article buffer and the summary
3719         buffer.  Sort of suggested by Dan Jacobson.
3720
3721         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3722
3723         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3724         Suggested by Dan Jacobson.
3725
3726         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3727         documentation clearer.
3728
3729         * message.el (message-shorten-references): Comment on the number "21".
3730         Suggested by Stefan Monnier.
3731
3732         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3733         Suggested by Dan Jacobson.
3734
3735         * gnus.el (gnus-large-newsgroup):
3736         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3737
3738         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3739         externalize attachments.  Bug reported by Steve Wen.
3740
3741         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3742         really message anything to the user.
3743
3744         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3745         directly.
3746
3747         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3748         messages in empty groups.
3749
3750 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3751
3752         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3753         non-UIDNEXT group.
3754
3755 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3758         not the value from the collection.
3759
3760         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3761         values.  This sometimes happens on some groups that have no info.
3762         (nnimap-request-newgroups): New function.
3763
3764 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3765
3766         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3767         check into `gnus-registry-initialize'.
3768         (gnus-registry-initialize): Ditto.
3769         Fix and extend header docs.
3770
3771 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3774         regexp backtrace overflows.
3775
3776         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3777         for starttls that tls.el implements; i.e. openssl.
3778
3779         * tls.el (tls-starttls-switches): Give up on using starttls with
3780         gnutls-cli.
3781         (tls-program): Add --insecure to be consistent with the defaults from
3782         openssl s_client.  Now all three commands are insecure.
3783
3784 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * lpath.el: Bind completion-styles-alist for XEmacs.
3787
3788         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3789         (gravatar-create-image): New function that's an alias to
3790         gnus-xmas-create-image, gnus-create-image, or create-image.
3791         (gravatar-data->image): Use it.
3792
3793 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3796         install the nnregistry refer method.
3797         (gnus-registry-install-hooks): Use it.
3798         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3799         unfollowed groups.
3800
3801 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3802
3803         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3804         expanding threads.
3805
3806 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * nnir.el: Use the server names without suffixes (bug #7009).
3809
3810         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3811         unencrypted to STARTTLS, if possible.
3812
3813 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3814
3815         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3816         headers before superseding.
3817
3818 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nnrss.el (nnrss-use-local): Add documentation.
3821
3822         * nnimap.el (nnimap-extend-tls-programs): New function.
3823         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3824         (nnimap-wait-for-connection): Accept the greeting from the stupid
3825         output from openssl s_client -starttls, too.
3826
3827         * tls.el (tls-starttls-switches): New variable.
3828         (tls-find-starttls-argument): Use it.
3829         (open-tls-stream): Ditto.
3830
3831         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3832         (netrc-machine): Ditto.
3833
3834         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3835         article number.
3836         (nnimap-split-fancy): New variable.
3837         (nnimap-split-incoming-mail): Use it.
3838
3839         * nntp.el (nntp-server-list-active-group): Document.
3840
3841         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3842         SELECT to get the message-id.
3843
3844         * mail-source.el (mail-sources): Remove webmail support.
3845         (defvar): Ditto.
3846         (mail-source-fetcher-alist): Ditto.
3847         (mail-source-fetch-webmail): Remove.
3848
3849         * webmail.el: Remove -- doesn't seem relevant any more.
3850
3851         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3852
3853         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3854         the \r.
3855
3856 2010-09-30  Julien Danjou  <julien@danjou.info>
3857
3858         * gnus-agent.el (gnus-agent-add-group): Fix call to
3859         gnus-completing-read.
3860
3861 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * nndoc.el (nndoc-retrieve-groups): New function.
3864
3865         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3866         `default', use nnmail-split-methods.
3867         (nnimap-request-article): Downcase the NILs so that they are nil.
3868
3869         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3870         symbol.
3871
3872         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3873         code, since if the user has requested network, that's what they ought
3874         to get.
3875         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3876         (nnimap-split-rule): Mark as obsolete.
3877
3878         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3879         New variable.
3880
3881         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3882         correct slot, too.
3883
3884 2010-09-29  Julien Danjou  <julien@danjou.info>
3885
3886         * gnus.el (gnus-local-domain): Declare variable obsolete.
3887
3888         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3889         Fix history computing.
3890         (gnus-ido-completing-read): Require ido.
3891
3892 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3895         build Gnus.
3896
3897         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3898         when interpreting the structures.
3899         (nnimap-request-accept-article): Add \r\n to the lines to make this
3900         work with Cyrus.
3901
3902         * nndraft.el (nndraft-request-expire-articles): Use the group name
3903         instead if "nndraft".  Fix found by Nils Ackermann.
3904
3905 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3906
3907         * nnregistry.el: Add.
3908
3909 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * nnmail.el (group, group-art-list, group-art):
3912         Remove unneeded directives.
3913
3914 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3917         (mm-mime-charset)
3918         * rfc2047.el (rfc2047-syntax-table)
3919         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3920
3921         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3922         rather than `insert-file-contents' and `eval-region'.
3923
3924         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3925         construction.
3926
3927         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3928
3929         * time-date.el: No need to require cl for Emacs 21.
3930
3931 2010-09-29  Julien Danjou  <julien@danjou.info>
3932
3933         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3934         replacement of `gnus-gravatar-relief' to mimic
3935         `gnus-faces-properties-alist'.
3936         Add :version property.
3937
3938 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * mail-source.el (mail-source-report-new-mail)
3941         * message.el (message-default-mail-headers)
3942         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3943
3944         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3945
3946 2010-09-28  Julien Danjou  <julien@danjou.info>
3947
3948         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3949         mail-address contains the same string as real-name.
3950
3951         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3952         non-blank in header, otherwise it'll get stripped.
3953
3954         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3955         real-name, and then for mail address rather than doing : or , search.
3956
3957 2010-09-27  Julien Danjou  <julien@danjou.info>
3958
3959         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3960         right completing-read function.
3961         (gnus-use-ido): New variable
3962         (gnus-completing-read-with-default): Remove.
3963         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3964         (gnus-agent-add-group):
3965         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3966         * mm-view.el (mm-view-pkcs7-decrypt):
3967         * mm-util.el (mm-codepage-setup):
3968         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3969         * mml-smime.el (mml-smime-openssl-sign-query):
3970         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3971         (mml-insert-multipart):
3972         * gnus-msg.el (gnus-summary-yank-message):
3973         * gnus-int.el (gnus-start-news-server):
3974         * mm-decode.el (mm-interactively-view-part):
3975         * gnus-dired.el (gnus-dired-attach):
3976         * gnus.el (gnus-read-method):
3977         * gnus-bookmark.el (gnus-bookmark-jump):
3978         * gnus-art.el (gnus-mime-view-part-as-type)
3979         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3980         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3981         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3982         * nnmairix.el (nnmairix-create-server-and-default-group)
3983         (nnmairix-update-groups, nnmairix-get-server)
3984         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3985         (nnmairix-get-group-from-file-path):
3986         * nnrss.el (nnrss-find-rss-via-syndic8):
3987         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3988         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3989         (gnus-group-browse-foreign-server):
3990         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3991         (gnus-summary-execute-command, gnus-summary-respool-article)
3992         (gnus-read-move-group-name):
3993         * gnus-score.el (gnus-summary-increase-score)
3994         (gnus-summary-score-effect):
3995         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3996
3997 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4000         x-focus-frame.
4001
4002         * nnimap.el (auth-source-forget-user-or-password)
4003         (auth-source-user-or-password): Autoload.
4004
4005         * message.el (message-from-style, message-interactive)
4006         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4007         (message-yank-prefix, message-indentation-spaces, message-signature)
4008         (message-signature-file): Add comment.
4009
4010 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4013         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4014         new articles.
4015
4016         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4017         parts.
4018         (nnimap-request-article): Work with the t setting, too.
4019
4020         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4021         that you don't get flashes of other buffers.
4022         (gnus-summary-show-complete-article): Intern before setting.
4023
4024 2010-09-27  David Engster  <dengste@eml.cc>
4025
4026         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4027         well as HEADERS.
4028         (nnmairix-retrieve-headers): Provide new argument for the above.
4029
4030 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-sum.el (gnus-summary-move-article): Don't alter
4033         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4034         group.
4035
4036         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4037
4038         * message.el (message-cite-prefix-regexp): Revert my last edit.
4039
4040         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4041         variable instead of the Gnus variable.
4042
4043         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4044
4045         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4046
4047         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4048         since some servers don't like it.
4049         (nnimap-open-connection): Forget credentials if the server says the
4050         password was wrong.
4051         (nnimap-parse-line): Protect against invalid data.
4052
4053         * gnus-sum.el (gnus-summary-move-article): Add comment.
4054         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4055         nothing alters it while scanning for new messages.
4056
4057         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4058         which may or may not help.
4059         (nnimap-open-connection): If we're doing a stream connection, and then
4060         discover we're on a STARTTLS-capable server, then open a STARTTLS
4061         connection instead.
4062
4063 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * nnimap.el (utf7): Require.
4066
4067         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4068         prefix.
4069
4070 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4071
4072         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4073
4074 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nnimap.el (nnimap-request-accept-article): Message the error on
4077         error.
4078
4079 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4082
4083 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * nndoc.el (nndoc-request-list): Return success always.
4086
4087         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4088         `fetch-old' -- we only want to fetch the articles we've requested.
4089         The rest are in the agent, probably.
4090         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4091         disappeared server" to something low.  It's not important.
4092
4093         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4094         arrived before the FETCH data.
4095
4096         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4097         target here, because we don't know the Gnus name of the group.
4098
4099         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4100         for the correct group.
4101
4102         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4103
4104         * gnus.el (gnus): Give a final warning after startup.
4105
4106         * gnus-util.el (gnus-action-message-log): New variable.
4107         (gnus-message): Use it.
4108         (gnus-final-warning): New function.
4109
4110         * nnimap.el (nnimap-open-connection): Record the greeting.
4111         (nnimap): Add greeting.
4112
4113 2010-09-26  Julien Danjou  <julien@danjou.info>
4114
4115         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4116         arguments.
4117         (gnus-html-wash-images): Fix spec computing to include start/end.
4118
4119         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4120
4121 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4124         deletion.
4125         (nnimap-retrieve-headers): Don't select the group, because that's
4126         already done by nnimap-possibly-change-group.
4127
4128         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4129         (gnus-picon-transform-address): Use it.
4130
4131         * mail-source.el (mail-source-value): Revert previous patch.
4132
4133         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4134         on failure.
4135         (nnimap-open-connection): Look up both virtual and physical server name
4136         credentials.
4137
4138         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4139
4140 2009-02-07  Dave Love  <fx@gnu.org>
4141
4142         * tls.el (open-tls-stream): Don't query killing process.
4143
4144 2009-02-08  Dave Love  <fx@gnu.org>
4145
4146         * gnus-win.el (gnus-window-to-buffer-helper)
4147         (gnus-all-windows-visible-p): Function needn't be a symbol.
4148
4149         * mail-source.el (mail-source-value): Function needn't be a symbol.
4150
4151 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * message.el (message-cite-prefix-regexp): Remove } from the cite
4154         prefix.
4155
4156         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4157         highlight again, so that the highlight is correct.
4158
4159         * gnus-picon.el (gnus-picon): Remove again.
4160         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4161
4162         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4163         doing the header highlightling, so that the background colour of the
4164         picon is correct.
4165
4166         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4167         (gnus-picon): Ditto.
4168         (gnus-picon): Reinstate.  The background colour for picons is white.
4169         (gnus-picon-insert-glyph): Make the background white.
4170
4171         * nnml.el (nnml-open-nov): Don't return dead buffers.
4172
4173         * auth-source.el (auth-source-create): Query the user for whether to
4174         store the credentials.
4175
4176         * netrc.el (netrc-store-data): New function.
4177
4178         * auth-source.el (auth-source-user-or-password): Use the existing auth
4179         sources, if any, for creation.
4180
4181         * gnus.el (gnus-group-fast-parameter): Return the last matching
4182         parameter instead of the first matching parameter.
4183
4184 2010-09-26  Julien Danjou  <julien@danjou.info>
4185
4186         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4187
4188 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * mml2015.el (mml2015-use): Remove gpg support.
4191
4192         * mml1991.el (mml1991-function-alist): Remove gpg function.
4193         (mml1991-gpg-sign): Remove.
4194
4195 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4196
4197         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4198         (gnus-browse-unsubscribe-current-group): Document it.
4199         (gnus-browse-unsubscribe-group): Use it.
4200
4201 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4204         address to the To list for easier response.
4205
4206         * gnus.el (gnus-play-startup-jingle): Remove.
4207         (gnus-splash): Don't play jingle.
4208         (gnus): Silence gnus-load message.
4209
4210         * gnus-art.el (gnus-treat-play-sounds): Remove.
4211
4212         * gnus.el (gnus-play-jingle): Remove audio support.
4213
4214         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4215
4216         * earcon.el: Remove -- no users.
4217
4218         * gnus-audio.el: Remove -- no users of this package.
4219
4220         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4221
4222         * gnus-start.el (gnus-setup-news): Remove nocem support.
4223
4224         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4225
4226         * gnus.el (gnus-use-nocem): Remove.
4227
4228         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4229         Remove.
4230
4231         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4232         uses NoCeM any more.
4233
4234         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4235         (gnus-button-ctan-handler): Ditto.
4236         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4237         (gnus-button-ctan-directory-regexp): Ditto.
4238         (gnus-button-handle-ctan): Ditto.
4239         (gnus-button-tex-level): Ditto.
4240         (gnus-button-alist): Remove CTAN stuff.
4241
4242 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4245         nnimap-streaming test.
4246
4247         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4248         servers twice.
4249
4250         * nnimap.el (nnimap-open-connection): Add more error reporting when
4251         nnimap fails early.
4252
4253         * nnheader.el (nnheader-get-report-string): New function.
4254         (nnheader-get-report): Use it.
4255
4256         * gnus-int.el (gnus-check-server): Say what the error was when opening
4257         failed.
4258
4259         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4260         using streaming.
4261
4262 2010-09-25  Julien Danjou  <julien@danjou.info>
4263
4264         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4265         gnus-window-inside-pixel-edges.
4266
4267 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4270
4271         * mm-decode.el (mm-save-part): Allow saving to other directories the
4272         normal Emacs way.
4273
4274         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4275         Suggested by Jay Berkenbilt.
4276
4277         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4278         there isn't a single byte.
4279
4280         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4281         just do it.  It doesn't really seem to matter what the user responds
4282         here, I think, so it's just a confusing question.
4283
4284         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4285         non-streaming case.
4286
4287         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4288         (gnus-article-encrypt-body): Use it.
4289
4290         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4291         keystroke.
4292
4293         * nnimap.el (nnimap-find-wanted-parts-1):
4294         Use gnus-fetch-partial-articles.
4295
4296         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4297
4298         * nnimap.el (nnimap-insert-partial-structure): New function.
4299         (nnimap-get-partial-article): New function.
4300         (nnimap-request-article): Use it.
4301         (nnimap-wait-for-response): Return whether the wait was successful.
4302         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4303         retrieval wasn't successful.
4304         (nnimap-retrieve-group-data-early): Allow throttling servers.
4305         (nnimap-streaming): New variable.
4306         (nnimap-fetch-partial-articles): Remove.
4307
4308         * mm-decode.el (mm-with-part): Protect against killed buffers.
4309
4310         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4311         for prettier summary display.
4312
4313 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4314
4315         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4316
4317 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4320         apparently third-party libraries depend on it.
4321
4322         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4323         before starting negotiation.
4324
4325         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4326         privacy reasons.
4327         (gnus-treat-mail-gravatar): Ditto.
4328
4329         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4330         buffer when inserting images.  Inserting text into the headers, for
4331         instance, can make them invalid.
4332
4333 2010-09-25  Julien Danjou  <julien@danjou.info>
4334
4335         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4336         variables.
4337
4338         * nnheader.el: Remove useless variables news-reply-yank-from and
4339         news-reply-yank-message-id.
4340
4341         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4342         variables.
4343
4344         * mml1991.el: Remove useless mml1991-verbose.
4345
4346         * gnus.el: Remove useless variable gnus-use-generic-from.
4347         Remove obsolete variable gnus-topic-indentation.
4348
4349         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4350
4351         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4352
4353         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4354
4355         * gnus-group.el: Remove useless gnus-group-icon-cache.
4356         Remove useless gnus-ephemeral-group-server.
4357
4358         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4359
4360         * mml2015.el: Remove useless mml2015-verbose.
4361
4362         * mml-smime.el: Remove useless mml-smime-verbose.
4363
4364         * gnus.el: Remove useless gnus-local-domain.
4365
4366         * gnus-gravatar.el (gnus-gravatar-transform-address):
4367         Use gnus-gravatar-size.
4368
4369         * gnus-art.el: Remove useless gnus-treat-translate.
4370
4371 2010-09-24  Julien Danjou  <julien@danjou.info>
4372
4373         * gnus-sum.el: Add support for Gravatars.
4374
4375         * gnus-art.el: Add support for Gravatars.
4376
4377         * gnus-gravatar.el: Add this file.
4378
4379         * gravatar.el: Add this file.
4380
4381 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4384
4385         * gnus-group.el (gnus-group-fetch-faq): Remove.
4386
4387         * gnus.el (gnus-group-faq-directory): Remove.
4388
4389         * gnus-group.el (gnus-group-fetch-charter): Remove.
4390
4391         * gnus.el (gnus-group-charter-alist): Remove.
4392
4393         * gnus-group.el (gnus-group-archive-directory): Remove.
4394         (gnus-group-recent-archive-directory): Ditto.
4395         (gnus-group-make-archive-group): Remove.
4396
4397         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4398
4399         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4400         use the same article number for all the cached articles.
4401
4402         * nnimap.el (nnimap-command): Register the last command time so
4403         that we can use it for idling NOOPs.
4404         (nnimap-open-connection): Start the keeplive timer.
4405         (nnimap-make-process-buffer): Store all the process buffers.
4406         (nnimap-keepalive): New function.
4407
4408         * starttls.el (starttls-open-stream): Add autoload cookie.
4409
4410 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4411
4412         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4413         handling.
4414
4415 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4418         its data structures.
4419
4420         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4421         instead of the cl.el copy-list.
4422         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4423         equalp.
4424
4425 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4428         and tool-bar-local-item-from-menu.
4429
4430         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4431         mode-line-highlight face for Emacs.
4432
4433         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4434         loading gnus-sum.elc; fix comment for canlock-verify.
4435         (gnus-article-jump-to-part): Use read-number.
4436         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4437         Remove Emacs pre-21 compatible code for help-echo.
4438         (gnus-article-next-page-1): No need to adjust the number of lines.
4439         (gnus-article-describe-bindings): Always use help-buffer.
4440
4441         * gnus-audio.el (gnus-audio-inline-sound)
4442         * gnus-cus.el (gnus-custom-mode)
4443         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4444
4445         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4446
4447         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4448         compatible code.
4449
4450 2010-09-24  Glenn Morris  <rgm@gnu.org>
4451
4452         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4453         visiting the fcc file in rmail-mode.
4454
4455         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4456
4457 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * nnir.el: Silence the byte compiler.
4460
4461         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4462         alias to browse-url-url-encode-chars if any.
4463         (gnus-html-encode-url): Use it.
4464
4465 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-start.el (gnus-use-backend-marks): New variable.
4468         (gnus-get-unread-articles-in-group): Use it.
4469
4470         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4471         makeover.
4472
4473 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4474
4475         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4476
4477 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4480         Remove.
4481         (gnus-setup-news-hook):
4482         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4483
4484         * gnus-int.el (gnus-request-update-info): Protect against backends not
4485         having the function.
4486
4487         * nnimap.el (nnimap-stream): Mention starttls.
4488         (nnimap-open-connection): Add starttls support.
4489
4490 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4491
4492         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4493
4494 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4497         BODYSTRUCTUREs.
4498         (nnimap-transform-headers): Unfold quoted {42} headers.
4499
4500         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4501         the info.
4502         (gnus-get-unread-articles): Only call updatep on backends that support
4503         it.
4504
4505         * nnweb.el (nnweb-request-update-info): NOOP.
4506
4507         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4508
4509         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4510         since it only deals with marks.
4511
4512         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4513         gnus-request-marks, and make a new gnus-request-update-info.
4514
4515         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4516         the active instead of the high number, which is usually too low.
4517
4518 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4521         * encrypt.el: Remove.
4522
4523 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4526         server in symbolic form.
4527
4528         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4529
4530 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4533         (nnimap-update-info): Fix up code slightly.
4534
4535         * gnus-int.el (gnus-open-server): Add tracing for performance
4536         debugging.
4537
4538         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4539         (gnus-group-insert-group-line): Pass the real group name so that it
4540         gets the right data.
4541
4542         * gnus-start.el (gnus-get-unread-articles): Don't have
4543         `gnus-get-unread-articles-in-group' update info, since that can be
4544         really slow and doesn't seem to be needed?
4545
4546 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4547
4548         * time-date.el (date-to-time): Try using parse-time-string first before
4549         using the slower timezone-make-date-arpa-standard.
4550
4551 2010-09-22  Julien Danjou  <julien@danjou.info>
4552
4553         * gnus-group.el (gnus-group-insert-group-line):
4554         Call gnus-group-highlight-line.
4555         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4556         default hook list.
4557         (gnus-group-update-eval-form): Add new function.
4558         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4559         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4560
4561 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4564         immediate, then expire all articles.
4565         (nnimap-update-info): Fix off-by-one errors.
4566         (nnimap-flags-to-marks): Would return no marks lists for group with no
4567         flags.  Instead return the other data.
4568
4569 2010-09-22  Julien Danjou  <julien@danjou.info>
4570
4571         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4572         Only return an icon.
4573         (gnus-group-insert-group-line): Compute icon to return.
4574
4575         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4576         (gnus-html-image-fetched): Only cache if
4577         gnus-html-image-automatic-caching is set.
4578         (gnus-html-image-fetched): Check for errors.
4579
4580 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4583         once per method on `g'.  This ensures that backends like nnfolder don't
4584         open all their folders.
4585
4586         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4587         (nnimap-request-list): Nix out group in the correct buffer.
4588         (nnimap-parse-flags): Implement by using `read' instead of
4589         hand-parsing.
4590         (nnimap-flags-to-marks): Pass on permanent-flags.
4591         (nnimap-make-process-buffer): Record the server name.
4592         (nnimap-parse-flags): Fix typo.
4593         (nnimap-request-scan): Run split on the server in general, not just a
4594         single group.
4595
4596         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4597         parameter, and propagate this downwards.
4598
4599         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4600         since EXAMINE changes it on the server.
4601
4602         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4603         this command might take a while.
4604
4605 2010-09-22  Julien Danjou  <julien@danjou.info>
4606
4607         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4608         harmful if you have 2 images side-by-side, they can't be properly
4609         update on text deletion.  Using text-property is safer here.
4610         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4611         data.
4612
4613 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnimap.el (nnimap-expunge-inbox): Remove.
4616         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4617         (nnimap-expunge): Flip default to t.
4618
4619         * gnus.el (gnus-method-to-server): Don't push things to the cache
4620         unless it's unique.
4621         (gnus-server-to-method): Ditto.
4622
4623 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4626
4627 2010-09-22  Julien Danjou  <julien@danjou.info>
4628
4629         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4630         get the start of data.
4631         (gnus-html-encode-url): Add this function to encode special chars in
4632         URL.
4633         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4634         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4635
4636         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4637         default.
4638         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4639
4640         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4641         images alt-text.
4642         (gnus-html-put-image): Put alt-text as help-echo.
4643
4644 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4647         * mm-util.el (mm-decompress-buffer)
4648         * nnir.el (nnir-run-find-grep)
4649         * pop3.el (pop3-list): Use 3rd arg of split-string.
4650
4651         * time-date.el (format-seconds): Comment fix.
4652
4653         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4654         and byte-optimize-form-code-walker.
4655         (dgnushack-make-auto-load): Don't advise make-autoload.
4656
4657         * lpath.el: Remove Emacs 21 stuff.
4658
4659 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4662         outside the active range.  Suggested by Dan Christensen.
4663
4664         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4665         slightly later to avoid double-getting it.
4666
4667         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4668         previous patch.
4669
4670         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4671
4672 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4673
4674         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4675
4676 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-int.el (gnus-open-server): Give a better error message in the
4679         "go offline" case.
4680
4681         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4682         marks for nnimap, which is seldom the right thing to do.
4683
4684         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4685         (gnus-same-method-different-name): New function.
4686
4687         * nnimap.el (parse-time): Require.
4688
4689         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4690         method in the presence of many similar methods.
4691
4692         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4693
4694         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4695         nnml-inhibit-expiry.
4696
4697         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4698         find out whether methods are equal.
4699
4700         * nnimap.el (nnimap-find-expired-articles): New function.
4701         (nnimap-process-expiry-targets): New function.
4702         (nnimap-request-move-article): Request the article before looking at
4703         what the Message-ID is.  Fix found by Andrew Cohen.
4704         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4705
4706         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4707         for oldness in addition to being a predicate.
4708
4709         * nnimap.el (nnimap-request-group): When we have zero articles, return
4710         the right data to Gnus.
4711         (nnimap-request-expire-articles): Only delete articles immediately if
4712         the target is 'delete.
4713
4714         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4715         method, this would bug out.
4716
4717         * gnus-group.el (gnus-group-expunge-group): Rename from
4718         gnus-group-nnimap-expunge, and implemented as a normal interface
4719         function.
4720
4721         * gnus-int.el (gnus-request-expunge-group): New function.
4722
4723         * nnimap.el (nnimap-request-create-group): Implement.
4724         (nnimap-request-expunge-group): New function.
4725
4726 2010-09-21  Julien Danjou  <julien@danjou.info>
4727
4728         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4729         (gnus-html-cache-expired): Add new function.
4730         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4731         wethever we should display image for fetch it.
4732         Compute alt-text earlier to pass it to the fetching function too.
4733         (gnus-html-schedule-image-fetching): Change function argument to only
4734         get one image at a time, not a list.
4735         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4736         cache.
4737         (gnus-html-get-image-data): New function to retrieve image data from
4738         cache.
4739         (gnus-html-put-image): Change buffer argument to use image data rather
4740         than file, and place image above region rather than inserting a new
4741         one.  Do not take alt-text as argument, since it's useless now: we place
4742         the image above alt-text.
4743         (gnus-html-prune-cache): Remove.
4744         (gnus-html-show-images): Start to fetch image when we find one, do not
4745         push into a temporary list.
4746         (gnus-html-prefetch-images): Only fetch image if they have expired.
4747         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4748         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4749
4750 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4753
4754 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4757         spec inser "*" if the group isn't active instead of 0.
4758
4759         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4760         opening the server.
4761         (nnimap-request-delete-group): Implement group deletion.
4762         (nnimap-transform-headers): Return the size of the entire message in
4763         the Bytes header, not just the size of the first part.
4764         (nnimap-request-move-article): When moving an article from nnimap,
4765         request the article first so the accepting form has an article to
4766         accept.  Reported by Dan Christensen.
4767         (nnimap-command): Make sure that the error message doesn't error out.
4768
4769 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4770
4771         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4772         we haven't requested anything.
4773
4774 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4777         "".  Fix found by Andrew Cohen.
4778
4779         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4780         instead of -encode-string.
4781
4782 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4785
4786         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4787         by mm-subst-char-in-string.
4788
4789 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4792         waiting for the connection string.
4793
4794         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4795         arriving.
4796
4797         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4798         bogus characters.  This allows selecting certain Gmail groups.
4799
4800         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4801         (nnimap-fetch-partial-articles): New variable.
4802         (nnimap-open-connection): When looking for credentials, also use the
4803         nnimap-server-port.
4804         (nnimap-request-article): Return the group/article number, so that Gnus
4805         `^' works as expected.
4806         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4807
4808         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4809         comments.
4810         (gnus-methods-sloppily-equal): New function.
4811         (gnus): When using the development version of Gnus, load the gnus-load
4812         file.
4813
4814         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4815         `gnus-open-server' on each method before trying to scan them etc.
4816         This ensures that all the backend parameters are set correctly.
4817
4818         * nnimap.el (nnimap-authenticator): New variable.
4819         (nnimap-open-connection): Allow anonymous login.
4820         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4821         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4822
4823         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4824         patch, found by Knut Anders Hatlen.
4825
4826 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4827
4828         * gnus-agent.el (gnus-agent-batch-confirmation)
4829         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4830         to gnus-message.
4831         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4832         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4833         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4834         * gnus-int.el (gnus-open-server): Likewise.
4835         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4836         (gnus-score-check-syntax): Likewise.
4837         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4838         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4839         Likewise.
4840         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4841
4842 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4845         calling conventions so that prefetch doesn't bug out.
4846
4847 2010-09-19  Julien Danjou  <julien@danjou.info>
4848
4849         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4850         rather than `subst-char-in-region' in order to be able to replace ASCII
4851         char by UTF-8 ones.
4852
4853         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4854         than curl.
4855         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4856         the right URL and ALT text on images.
4857         (gnus-html-wash-tags): Fix tag case.
4858         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4859         (gnus-article-html): Add -o display_ins_del=2 option.
4860         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4861
4862 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4865         the extra mail headers, which sometimes seem to happen for unknown
4866         reasons.
4867
4868         * mail-parse.el (mail-header-encode-parameter): Define as
4869         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4870         (or most, perhaps?) mail readers don't understand the latter, but do
4871         understand the former.
4872
4873         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4874         to nil, so that no methods are automatically agentized.  I think this
4875         is probably what most users want.
4876
4877         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4878         from url-retrieve, for instance about invalid URLs.
4879
4880         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4881         groups that have no articles.
4882         (nnimap-request-article): Check that we really got an article when we
4883         requested one.
4884
4885         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4886         doesn't exist.
4887
4888         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4889         nntp buffer so the agent can save it.
4890         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4891         that CRLF doesn't get translated to \n.
4892         (nnimap-open-connection): Don't make 'shell commands only send \n.
4893
4894 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4895
4896         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4897         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4898         Update var name.
4899         (nnml-generate-nov-file): Use dolist.
4900         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4901         Use with-current-buffer.
4902
4903 2010-09-18  Julien Danjou  <julien@danjou.info>
4904
4905         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4906         parallel.
4907
4908 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4911         the range update right.
4912         (nnimap-request-group): Don't make `M-g' bug out on group with no
4913         marks.
4914         (nnoo): Require, so that other packages can require nnimap.
4915         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4916         command we're looking for.  This helps when the server sends more
4917         responses after we've gotten everything we expected.
4918         (nnimap): Add a `newlinep' field to keep track of end-of-line
4919         conventions.
4920         Don't send CRLF to things that don't want it.
4921         (nnimap-request-accept-article): Ditto.
4922
4923 2010-09-18  Julien Danjou  <julien@danjou.info>
4924
4925         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4926         than curl to retrieve images.
4927
4928 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4931         the marks.
4932         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4933         (nnimap-wait-for-connection): New function.
4934         (nnimap-open-connection): If we have PREAUTH, don't query for login
4935         credentials.
4936         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4937         when doing a partial update.
4938
4939 2010-09-18  Julien Danjou  <julien@danjou.info>
4940
4941         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4942         tags.
4943
4944 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * nnimap.el (nnimap-credentials): New function.
4947         (nnimap-open-connection): Use the new function to look for credentials
4948         also on the numeric equivalents of "imap" and "imaps".
4949
4950         * gnus-start.el (gnus-activate-group): Send the info to
4951         gnus-request-group.
4952
4953         * nnimap.el (nnimap-request-group): Have the "check" version of the
4954         function parse flags and update the info, so that a `M-g' get a total
4955         resync of all flags from the group.
4956
4957         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4958         to allow backends to alter the info on group selection.  Also alter all
4959         the backend -request-group functions to take the parameter.
4960
4961         * nnimap.el (nnimap-store-info): New function.
4962         (nnimap-update-info): Store the info for later usage.
4963         (nnimap-request-group): Use the stored info for the dont-check case, so
4964         that we don't retrieve all marks when we enter a group.
4965
4966         * nnimap.el: Use deffoo instead of defun for interface functions.
4967
4968         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4969         update the group info.  This makes the nndraft groups, for instance, go
4970         back to their old behaviour.
4971
4972         * gnus-sum.el (gnus-select-newsgroup): Indent.
4973
4974         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4975         in.
4976         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4977         nothing.
4978
4979         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4980         from methods that are denied.
4981
4982         * gnus-int.el (gnus-method-denied-p): New function.
4983
4984         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4985         store the password instead of netrc.
4986         (nnimap-open-connection): Don't error out when we can't make a
4987         connections.
4988
4989         * auth-source.el (auth-source-create): In the password prompt, say what
4990         we're querying for.  Also prompt for user name if that hasn't been
4991         given.
4992
4993         * nnimap.el (nnimap-with-process-buffer): Remove.
4994
4995 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4998         method when we're reading from the agent.
4999
5000         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5001
5002         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5003         that's probably most useful for users.
5004
5005         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5006         "failed" all the time.
5007
5008         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5009         ...)) with (with-current-buffer ... ).
5010
5011         * nntp.el (nntp-open-server): Return whether the open was successful or
5012         not.
5013
5014         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5015         select an unread unseen article first.
5016
5017         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5018         /etc/services, supply some sensible port defaults.
5019
5020         * dgnushack.el: Define netrc-credentials.
5021
5022 2010-09-17  Julien Danjou  <julien@danjou.info>
5023
5024         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5025
5026 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5027
5028         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5029         doesn't have any parameters.
5030
5031 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5034         only upcased checks.
5035
5036         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5037
5038         * nnimap.el (nnimap-open-shell-stream): New function.
5039         (nnimap-open-connection): Use it.
5040         (nnimap-transform-headers): Get the number of lines in each message.
5041         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5042         number of lines.
5043         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5044         problem.
5045
5046         * utf7.el (utf7-encode): Autoload.
5047
5048         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5049         to allow the mail splitting to not return a default group.  This is
5050         useful for nnimap, which will leave unmatched mail in the inbox.
5051
5052         * nnimap.el: Rewritten.
5053
5054         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5055         nnimap usage.
5056
5057         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5058         if the move is internal, so that nnimap can do fast internal moves.
5059
5060         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5061         data.
5062         (gnus-read-active-for-groups): Support finishing the early retrieval of
5063         data.
5064
5065         * gnus-range.el (gnus-range-nconcat): New function.
5066
5067         * gnus-int.el (gnus-finish-retrieve-group-infos)
5068         (gnus-retrieve-group-data-early): New functions.
5069
5070 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5071
5072         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5073         (nnrss-retrieve-groups):
5074         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5075         (pop3-quit): Use with-current-buffer.
5076
5077 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5080         instead of nnheader-accept-process-output.
5081
5082         * dgnushack.el (dgnushack-compile): Add comment.
5083
5084         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5085
5086         * gnus-html.el (gnus-html-schedule-image-fetching)
5087         (gnus-html-prefetch-images): Replace process-kill-without-query by
5088         gnus-set-process-query-on-exit-flag.
5089
5090 2010-09-16  Romain Francoise  <romain@orebokech.com>
5091
5092         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5093
5094 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5097         parameter to unintern is mandatory-ish in Emacs 24.
5098
5099         * gnus-html.el (gnus-html-schedule-image-fetching)
5100         (gnus-html-prefetch-images): Check for curl before using it.
5101
5102         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5103         depend on curl, which isn't essential.
5104
5105         * imap.el: Revert back to version
5106         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5107         seem problematic.
5108
5109 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5110
5111         * gnus-registry.el (gnus-registry-install-shortcuts):
5112         Explicitly pass `obarray' to `unintern' to avoid a warning.
5113
5114 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115
5116         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5117         change.
5118
5119         * nnrss.el (nnrss-request-list): Remove this function and related
5120         functions, including the moreover stuff.
5121
5122 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nnrss.el (nnrss-retrieve-groups): New function.
5125
5126 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5127
5128         * .dir-locals.el: Add no-byte-compile cookie.
5129
5130 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * time-date.el (format-seconds): Comment fix.
5133
5134         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5135         for back end that doesn't support request-scan.
5136
5137 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5140         then do request scans from the backends.
5141
5142         * netrc.el (netrc-credentials): New conveniency function.
5143
5144         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5145         avoid running a hook per line, since this takes a lot of time,
5146         profiling shows.
5147         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5148         directly if gnus-visual-p is true.
5149
5150 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5153         groups; replace mapcar with dolist which is a bit faster; pass groups
5154         info to gnus-read-active-file-1.
5155         (gnus-read-active-file-1): Scan only specified groups if the new
5156         optional arg `infos' is given.
5157
5158 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5161
5162         * pop3.el (pop3-movemail): Remove.
5163         (pop3-streaming-movemail): Rename to pop3-movemail.
5164
5165         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5166         don't restrict end-tag searches to the end of the line.
5167
5168 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5171         articles of every unchecked group to t, which means unknown since the
5172         server has never been opened.
5173
5174 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-html.el (gnus-html-show-alt-text): New command.
5177         (gnus-html-browse-image): Ditto.
5178         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5179         to browse the image directly.
5180         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5181         better.
5182
5183         * gnus-async.el (gnus-async-article-callback):
5184         Call `gnus-html-prefetch-images' unconditionally.
5185
5186         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5187         before feeding URLs to curl.
5188
5189 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5192         internal images as deletable by `W D D'.
5193
5194         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5195         (gnus-async-article-callback): Fix typo.
5196
5197 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5200         current line to work around bugs in the output from w3m.
5201
5202         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5203         for groups that want that.
5204
5205         * nntp.el (nntp-wait-for-string): Supply a timeout for
5206         accept-process-output to ensure progress.
5207
5208         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5209         level to get unread articles from, then use that for foreign groups,
5210         too.
5211
5212         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5213         confuses the rest of the function.
5214
5215         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5216         for the methods that support -retrieve-groups, too.
5217
5218         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5219
5220 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5223         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5224
5225         * pop3.el: Require cl when compiling.
5226         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5227
5228 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5231         that aren't going to be activated.
5232         (gnus-get-unread-articles): Fix up the last commit.
5233
5234         * gnus-html.el (gnus-article-html): Allow calling without specifying
5235         the handle.  In that case, dissect the buffer first.
5236
5237         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5238
5239         * nnimap.el (nnimap-open-connection): Revert the change that would look
5240         into authinfo for imaps instead of imap.
5241
5242         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5243         say that you don't want to call gnus-request-group with don-check, but
5244         do check the reponse.  This is for virtual groups only.
5245         (gnus-get-unread-articles): Count the archive groups as secondary, so
5246         that they're activated the same way as before.
5247
5248         * imap.el (imap-message-map): Removed optional buffer parameter, since
5249         no callers use it.
5250         (imap-message-get): Ditto.
5251         (imap-message-put): Ditto.
5252         (imap-mailbox-map): Ditto.
5253         (imap-mailbox-put): Ditto.
5254         (imap-mailbox-get): Ditto.
5255         (imap-mailbox-get): Revert last change for this function.
5256
5257         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5258         case-insensitively.
5259         (nnimap-debug): Remove.
5260
5261         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5262         to use `imap-fetch' instead.  According to the comments, this should be
5263         safe, since all other IMAP clients use the 1:* syntax.
5264         (imap-enable-exchange-bug-workaround): Removed.
5265         (imap-debug): Removed -- doesn't seem very useful.
5266
5267         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5268         mail from a file, and the file doesn't exist.
5269
5270         * imap.el (imap-log): New convenience function used throughout instead
5271         of repeating the same code all over the place.
5272
5273         * pop3.el (pop3-streaming-movemail): Return t for success.
5274
5275         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5276         .authinfo if we're using ssl connection.
5277
5278         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5279         already have if we're in a main Gnus `g' run.
5280
5281         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5282
5283 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5286
5287         * nnmh.el (nnmh-request-list-1): Bind `file'.
5288
5289         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5290         alias to set-process-query-on-exit-flag or process-kill-without-query.
5291         (pop3-open-server): Use it.
5292
5293 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5296         box to the Incoming file.  Fixes mistake in previous checkin.
5297
5298         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5299         request loop (for debugging purposes) removed.
5300
5301         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5302         culprit is more visible.
5303         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5304         (nnml-add-incremental-nov): New functions to do "incremental" nov
5305         updates, where we just append to the end of the existing nov files
5306         without reading/writing them in full.
5307
5308         * mail-source.el (mail-source-delete-crash-box): Really only check the
5309         incoming files once in a while.
5310
5311         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5312
5313         * mail-source.el (mail-source-delete-crash-box): Only check the
5314         incoming files for deletion once per day to save a lot of file
5315         accesses.
5316
5317         * pop3.el (pop3-logon): Fix up unbound variable typo.
5318
5319         * mail-source.el (pop3-streaming-movemail): Autoload.
5320
5321         * pop3.el (pop3-streaming-movemail):
5322         Respect pop3-leave-mail-on-server.
5323
5324         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5325         retrieval.
5326
5327         * pop3.el (pop3-process-filter): Remove unused function.
5328         (pop3-streaming-movemail, pop3-send-streaming-command)
5329         (pop3-wait-for-messages, pop3-write-to-file)
5330         (pop3-number-of-responses): New functions for streaming pop3
5331         retrieval.
5332
5333         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5334         come from no known methods.
5335         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5336         list.
5337
5338         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5339         message sizes.
5340         (pop3-movemail): Use erase-buffer instead of looping and deleting
5341         regions, which seems rather odd.
5342
5343         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5344         file once per `g' run.
5345
5346         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5347         directories.  This makes the draft queue directory work.
5348
5349         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5350         data from the backends, so that we only request the list of groups from
5351         each method once.  This should speed things up considerably.
5352
5353         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5354         detect that it's not implemented.
5355
5356         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5357         we actually do recurse down into the tree, but don't stat all leaf
5358         nodes.
5359
5360         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5361         then say so instead of bugging out.
5362
5363         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5364         files exist before trying to read them.
5365
5366         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5367         around <pre_int>.
5368
5369         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5370
5371         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5372
5373 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * mm-util.el (mm-image-load-path): Just return the image directories,
5376         not all directories in the path in addition to the image directories.
5377         (mm-image-load-path): Maintain a cache of the image directories so that
5378         the `g' command in Gnus doesn't have to stat dozens of directories each
5379         time.
5380
5381         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5382         (gnus-html-wash-tags): Add a new `i' command to insert images.
5383         (gnus-html-insert-image): New command and keystroke.
5384         (gnus-html-redisplay-with-images): New command and keystroke.
5385         (gnus-html-show-images): Rename command.
5386         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5387         spacers.
5388         (gnus-html-wash-tags): Decode entities at the end, so that entities
5389         inside the tags don't mess up the rest of the "parsing".
5390
5391         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5392         so that nnimap methods aren't agentized by default.  There's apparently
5393         many problems related to agent/imap behaviour.
5394
5395         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5396
5397         * gnus-html.el: Doc fix.
5398
5399 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5402         specifier-spec-list for Emacs 21.
5403
5404         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5405         glyph-width and glyph-height instead of display-graphic-p and
5406         image-size; make avoidance of displaying small images work for XEmacs.
5407
5408         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5409         for XEmacs.
5410
5411         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5412         of symbol that holds plist data.
5413         (gnus-process-plist): Remove plist of process after getting it.
5414
5415 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * message.el (message-generate-hashcash): Change default to
5418         'opportunistic if hashcash is installed.
5419
5420         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5421         (gnus-html-put-image): Only call image-size once, since it's somewhat
5422         time-consuming on remote X servers.
5423
5424 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5427         type on data, not a file name.
5428
5429         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5430         window-pixel-edges for Emacs 21.
5431
5432         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5433         decoded contents.
5434         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5435
5436 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5439         group line format, since it isn't very interesting.
5440
5441         * gnus-agent.el (gnus-agent-short-article),
5442         (gnus-agent-long-article): Increase values for these two variables,
5443         since most people are likely to have more network connection and
5444         storage than before.
5445
5446         * gnus.el (gnus-refer-article-method): Change default to 'current.
5447         When referring an article, the common behaviour is to refer it from the
5448         current select method, not the native select method.  The chances of
5449         the native select method having the message in question is rather slim
5450         these days.
5451
5452         * gnus-sum.el (gnus-auto-select-subject): Change default to
5453         `unseen-or-unread'.  I think it's likely that most people want to
5454         select an unseen article over a previously seen, but unread one.
5455
5456         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5457         means that in the article buffer none of the minor mode elements will
5458         be shown, usually, and this is not desirable in most cases.
5459
5460         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5461         that commands like `d' (and the like) go to the next line in the
5462         buffer, instead of the next unread article.  I think this is the
5463         behaviour that is most natural for most users.
5464         (gnus-single-article-buffer): Change default to nil, so that people can
5465         have as many article buffers open as they have summary buffer.  I think
5466         this is the most natural way for the groups to behave.
5467
5468         * message.el (message-generate-new-buffers): Change default to
5469         `unsent', so that all new message buffers start their names with the
5470         string "*unsent", and it's easier to find the buffers if you move from
5471         them.
5472
5473 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5476         small.  They're probably tracking images.
5477         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5478         (gnus-html-rescale-image): Yet another try at getting the image sizing
5479         right.
5480
5481         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5482         nntp-marks-file-name is nil.
5483
5484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * gnus-html.el (gnus-html-wash-tags)
5487         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5488         Better logging.
5489
5490 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5493
5494         * gnus-html.el (gnus-html-wash-tags): Check the value of
5495         gnus-blocked-images in the summary buffer.
5496
5497 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5500
5501 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5504         like "a", it seems like.
5505         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5506         since it needs to be picked from the correct buffer.
5507
5508         * nnwfm.el: Remove.
5509
5510         * nnlistserv.el: Remove.
5511
5512 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5515         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5516
5517 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * nnkiboze.el: Remove.
5520
5521         * nndb.el: Remove.
5522
5523         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5524         alt text.
5525         (gnus-html-rescale-image): Try to get the rescaling logic right for
5526         images that are just wide and not tall.
5527
5528         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5529         overshadow variable bindings.
5530
5531 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * gnus-html.el (gnus-html-wash-tags)
5534         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5535         Add extra logging.
5536
5537 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5540         (gnus-max-image-proportion): New variable.
5541         (gnus-html-rescale-image): New function.
5542         (gnus-html-put-image): Rescale images.
5543
5544 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5545
5546         Fix up some byte-compiler warnings.
5547         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5548         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5549         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5550         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5551         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5552         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5553         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5554
5555 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-html.el (gnus-article-html): Decode contents by charset.
5558
5559 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5562         (gnus-html-frame-width, gnus-blocked-images)
5563         * message.el (message-prune-recipient-rules): Add custom version.
5564         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5565
5566         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5567         functions.
5568
5569         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5570         gnus-process-get.
5571
5572 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5573
5574         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5575         instead of lsub directly.
5576
5577 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * nnwarchive.el: Remove.
5580
5581         * gnus-soup.el: Remove.
5582
5583         * nnsoup.el: Remove.
5584
5585         * nnultimate.el: Remove.
5586
5587         * gnus-html.el (gnus-blocked-images): New variable.
5588
5589         * message.el (message-prune-recipients): New function.
5590         (message-prune-recipient-rules): New variable.
5591
5592         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5593         guess whether a long line is natural text or not.
5594
5595         * gnus-html.el (gnus-html-schedule-image-fetching):
5596         Use gnus-process-plist and friends for compatibility.
5597
5598 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * gnus-html.el: Require packages that define macros used in this file.
5601         (gnus-article-mouse-face): Declare to silence byte-compiler.
5602         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5603         process-get.
5604         (gnus-html-put-image): Use plist-get to avoid getf.
5605         (gnus-html-prefetch-images): Use with-current-buffer.
5606
5607 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-ems.el: Provide compatibility functions for
5610         gnus-set-process-plist.
5611
5612         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5613         header-line-format for XEmacs 21.4.
5614
5615         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5616         * gnus.el (gnus-valid-select-methods)
5617         * message.el (message-send-mail-partially-limit)
5618         * mm-decode.el (mm-text-html-renderer)
5619         * mml.el (mml-insert-mime-headers-always)
5620         * smiley.el (smiley-regexp-alist): Bump custom version.
5621
5622 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-html.el: require mm-url.
5625         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5626         with the url to `url'.
5627         (gnus-html-wash-tags): Support cid: URLs/images.
5628
5629 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5630
5631         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5632         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5633         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5634
5635         * gnus-move.el: Remove file, since it doesn't really work.
5636
5637         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5638         UTF-8.  This seems to fix problems with some German web feeds.
5639
5640         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5641         at the top so that the proper colours are applied.
5642
5643         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5644         don't have dots in their names.
5645
5646         * gnus-art.el (gnus-article-view-part): Doc fix.
5647
5648         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5649         XEmacs-compatible.
5650         (gnus-html-put-image): Don't do images on non-graphic displays.
5651
5652         * nnslashdot.el: Remove this unused backend.
5653
5654         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5655         actions.
5656         (gnus-undo-register-1): Revert last change.
5657
5658         * gnus-group.el (gnus-group-completing-read): Protect against not
5659         having completion-styles bound.
5660
5661         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5662         make broken recipients happier.
5663
5664         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5665
5666         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5667         point parameter.
5668
5669         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5670
5671         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5672         completion-styles for group selection.
5673
5674 2009-02-04  Andreas Schwab  <schwab@suse.de>
5675
5676         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5677         headers and regexp-quote the match if necessary.
5678
5679 2009-03-24  Miles Bader  <miles@gnu.org>
5680
5681         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5682         the blinking smiley.
5683
5684 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5685
5686         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5687         blink smiley.
5688
5689 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5692         where the dribbel file lives exists.
5693
5694         * message.el (message-send-mail-partially-limit): Change the default to
5695         nil, since most people don't want this.
5696
5697         * mm-url.el (mm-url-decode-entities): Also decode entities like
5698         &#x3212.
5699
5700 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5701
5702         * gnus-sum.el (gnus-summary-idna-message):
5703         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5704         Hyperlink urls in docstrings with URL `...'.
5705
5706 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5707
5708         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5709         functions.
5710
5711 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5714         say what the mouseover text should be.
5715
5716         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5717         version of the mm-w3m-safe-url-regexp variable to only download images
5718         in the groups where we want that to happen.
5719
5720         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5721
5722         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5723         easier debugging.
5724         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5725         big pictures in the article buffer.
5726
5727         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5728         gnus-article-html.
5729         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5730         w3m.
5731
5732         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5733
5734 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5737         which doesn't exist.
5738
5739         * message.el (message-inhibit-ecomplete): New variable to allow some
5740         function to inhibit ecomplete address storage.
5741         (message-resend): Disable ecomplete message storage when resending
5742         messages.
5743
5744         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5745
5746 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5749         Save excursion while copying, moving, and deleting articles in order to
5750         prevent the cursor from jumping to unforeseen place.
5751
5752 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * lpath.el: No need to bind bookmark-current-buffer,
5755         bookmark-yank-point and bookmark-make-record-function.
5756
5757 2010-08-17  Glenn Morris  <rgm@gnu.org>
5758
5759         * gnus-sync.el: Require gnus components whose functions are used.
5760
5761         * gnus-art.el (bookmark-make-record-function):
5762         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5763         Declare for compiler.
5764
5765         * mm-url.el (mml-compute-boundary): Autoload.
5766
5767 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5770
5771 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         Typo fix "hoo4a" -> "hook".
5774
5775         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5776
5777 2010-08-14  Glenn Morris  <rgm@gnu.org>
5778
5779         * gnus-sync.el (gnus-sync): Fix defgroup version.
5780
5781 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5784
5785         * gnus-sync.el: Fix docs.
5786         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5787         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5788
5789 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         Optimizations for gnus-sync.el.
5792
5793         * gnus-sync.el: Add docs about gnus-sync-backend
5794         possibilities.
5795         (gnus-sync-save): Remove unnecessary message.
5796         (gnus-sync-read): Optimize and show what groups were skipped.
5797
5798 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         Minor bug fixes for gnus-sync.el.
5801
5802         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5803         Don't read the sync on get-new-news.
5804
5805         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5806         quiet.
5807
5808         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5809         (fix typo).
5810
5811 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5812
5813         Make saving and restoring of hidden threads work with overlays.
5814         Patch applied by Ted Zlatanov.
5815
5816         * gnus-sum.el (gnus-hidden-threads-configuration)
5817         (gnus-restore-hidden-threads-configuration): Update to deal with text
5818         properties, rather than searching for a magic character.
5819
5820 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         New gnus-sync.el library for synchronization of marks.
5823
5824         * gnus-sync.el: New library for synchronization of marks.
5825
5826         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5827         renamed from `gnus-registry-grep-in-list'.
5828
5829         * gnus-registry.el (gnus-registry-follow-group-p):
5830         Use `gnus-grep-in-list'.
5831
5832         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5833
5834 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5837         determining charset of text fails.
5838
5839 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * nnmail.el (nnmail-get-new-mail-1): Revert.
5842
5843         * nnml.el (nnml-active-number): Make sure names of newly created groups
5844         in nnml-group-alist are encoded.
5845
5846 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5849         containing non-ASCII characters in active file for nnml back end.
5850
5851 2010-07-24  David Engster  <dengste@eml.cc>
5852
5853         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5854         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5855
5856 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5857
5858         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5859         tag (Bug#6654).
5860
5861 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5864         the article buffer, not the summary buffer.
5865
5866 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5869         Emacs 23 as well.
5870
5871 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5874         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5875
5876 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5877
5878         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5879         Patch applied by Karl Fogel.
5880
5881         * gnus-sum.el (gnus-summary-bookmark-make-record):
5882         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5883
5884 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5885
5886         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5887         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5888         C-w still not working correctly from Article buffers; Thierry's
5889         patch to fix that will be applied after this.
5890
5891         * gnus-art.el (bookmark-make-record-function): New local variable.
5892
5893         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5894         article buffer.
5895         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5896
5897 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5898
5899         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5900         on changes in bookmark.el.
5901
5902 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5905         `no-log' instead of message not to log prompt string.
5906
5907 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5908
5909         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5910         the *other* type of HTML form submission.
5911
5912 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5913
5914         * auth-source.el (auth-source-pick): If choice does not contain a
5915         questioned keyword, set the check to t.
5916
5917 2010-06-12  Romain Francoise  <romain@orebokech.com>
5918
5919         * gnus-util.el (gnus-date-get-time): Move up before first use.
5920
5921 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5924         (gnus-article-edit-part): Bind it to make last part that is substituted
5925         or deleted visible.
5926         (gnus-mime-display-single): Buttonize part of which id equals to
5927         gnus-mime-buttonized-part-id.
5928
5929 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5930
5931         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5932         (gnus-dd-mmm): Use gnus-date-get-time.
5933         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5934         simplify logic.
5935         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5936         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5937
5938 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5939
5940         * auth-source.el (top): Autoload `secrets-list-collections',
5941         `secrets-create-item', `secrets-delete-item'.
5942         (auth-sources): Fix tag string.
5943         (auth-get-source, auth-source-retrieve, auth-source-create)
5944         (auth-source-delete): New defuns.
5945         (auth-source-pick): Rewrite in order to avoid 2 passes.
5946         (auth-source-forget-user-or-password): New parameter USERNAME.
5947         (auth-source-user-or-password): New parameters CREATE-MISSING and
5948         DELETE-EXISTING.  Retrieve password interactively, if needed.
5949
5950 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5951
5952         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5953         deleting unused directories when gnus-expert-user is t.
5954
5955 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5958         for each temp file when gnus-article-browse-delete-temp is ask.
5959
5960 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5961
5962         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5963         Lisp calls to delete-backward-char by calls to delete-char.
5964
5965 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5966
5967         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5968
5969 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5970
5971         * password-cache.el (password-cache-remove): Fix docstring.
5972
5973 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5976         article unless decoding article to be saved.
5977
5978 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5981         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5982         generated within the mm-with-unibyte-current-buffer macro.
5983
5984 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5987         to nil when we're in a mml-preview buffer and no group is selected.
5988
5989 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5990
5991         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5992         when catching the `C-g'.  Reported by "Leo".
5993
5994 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * message.el (message-forward-make-body-plain)
5997         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5998         multibyte-string-p.
5999
6000         * lpath.el: Revert.
6001
6002 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * message.el (message-forward-make-body-mml): Assume original message
6005         is multibyte string; error on unibyte.
6006         (message-forward-make-body-plain): Ditto; don't add excessive newline
6007         in body end.
6008
6009         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6010
6011 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6012
6013         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6014         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6015
6016 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * mm-extern.el (mm-extern-url): Don't use
6019         mm-with-unibyte-current-buffer.
6020         (mm-extern-cache-contents): Use with-current-buffer instead of
6021         save-excursion + set-buffer.
6022
6023 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mm-util.el (mm-emacs-mule): Remove.
6026
6027 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6028
6029         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6030         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6031         change.
6032
6033 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6036         bind the default value of enable-multibyte-characters to nil.
6037
6038 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * message.el (message-forward-make-body-plain)
6041         (message-forward-make-body-mml):
6042         Don't use mm-with-unibyte-current-buffer.
6043
6044 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6045
6046         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6047
6048 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6049
6050         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6051         (Bug#5592).
6052
6053 2010-05-07  Julien Danjou  <julien@danjou.info>
6054
6055         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6056         it to mm-pipe-part.
6057
6058         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6059         it is given.
6060
6061 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * binhex.el (binhex-decode-region-internal)
6064         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6065         (dns-query)
6066         * nnweb.el (nnweb-gmane-search)
6067         * pgg-parse.el (pgg-parse-armor)
6068         * pgg.el (pgg-verify-region)
6069         * sha1.el (sha1-string-external)
6070         * uudecode.el (uudecode-decode-region-internal)
6071         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6072         XEmacs.
6073
6074         * gnus-art.el (gnus-article-browse-html-parts)
6075         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6076         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6077         make-temp-file.
6078
6079         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6080         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6081         compiling.
6082
6083         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6084         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6085         XEmacs when compiling.
6086
6087         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6088         gnus-pick-mode-off-hook for XEmacs when compiling.
6089         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6090         gnus-binary-mode-off-hook for XEmacs when compiling.
6091
6092         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6093         Return nil if char-charset is not available.
6094
6095         * imap.el (imap-disable-multibyte)
6096         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6097         macros.
6098
6099         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6100         instead of encode-coding-string.
6101
6102         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6103         'xemacs) instead of mm-emacs-mule to switch function definitions.
6104         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6105
6106         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6107         bind temporary-file-directory for XEmacs;
6108         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6109         timer-set-function for XEmacs 21.4 and SXEmacs;
6110         bind timer-list for XEmacs 21.4 and SXEmacs;
6111         fbind char-charset and find-charset-region for non-Mule XEmacs;
6112         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6113         encode-coding-region and encode-coding-string for XEmacs having no
6114         file-coding feature.
6115
6116 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6117
6118         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6119
6120 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6123         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6124
6125 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6126
6127         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6128         alias `jka-compr-delete-temp-file' no longer exists.
6129
6130 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         Use define-minor-mode in Gnus where applicable.
6133         * mml.el (mml-mode): Use define-minor-mode.
6134         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6135         (gnus-undo-mode): Use define-minor-mode.
6136         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6137         (gnus-dead-summary-mode): Use define-minor-mode.
6138         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6139         Initialize in declaration.
6140         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6141         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6142         (gnus-mailing-list-mode): Use define-minor-mode.
6143         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6144         (gnus-draft-mode): Use define-minor-mode.
6145         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6146         (gnus-dired-mode): Use define-minor-mode.
6147
6148 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6149
6150         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6151         handles on recursive mml-to-mime translation and check them for
6152         boundary delimiter collisions.  Reported by Greg Troxel.
6153
6154 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6157
6158 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6159
6160         * mm-util.el (mm-find-buffer-file-coding-system):
6161         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6162
6163 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6164
6165         * message.el (message-generate-headers): Record insertion of optional
6166         headers as well.  Otherwise the check to prevent repeated insertion of
6167         optional headers is a no-op.
6168
6169 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6170
6171         * smime.el: Don't mention CVS.
6172
6173         * nnrss.el (nnrss-fetch): Don't mention CVS.
6174
6175         * nnir.el: Don't mention CVS.
6176
6177 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6178
6179         * gnus-sum.el (gnus-summary-bookmark-make-record):
6180         Add `location' field.
6181
6182 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * lpath.el: Fbind bookmark-default-handler,
6185         bookmark-get-bookmark-record, bookmark-make-record-default,
6186         bookmark-prop-get for Emacs <23 and XEmacs.
6187
6188 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6191         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6192         Use with-current-buffer to silence the byte-compiler.
6193         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6194         bother to require `gnus'.
6195         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6196
6197 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6198
6199         * gnus-sum.el (gnus-summary-bookmark-make-record)
6200         (gnus-summary-bookmark-jump): New functions.
6201         (gnus-summary-mode): Setup bookmark support.
6202
6203 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6204
6205         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6206         if set.
6207
6208 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6211         gnus-article-browse-html-save-cid-image; make it work recursively for
6212         forwarded messages as well.
6213         (gnus-article-browse-html-parts): Work when prefix arg is given.
6214         (gnus-article-browse-html-article): Doc fix.
6215
6216 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6217
6218         * message.el (message-default-mail-headers):
6219         (message-default-headers): Carry the value mail-default-headers over
6220         into message-default-mail-headers, rather than message-default-headers.
6221
6222 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6223
6224         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6225         charset.
6226
6227         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6228         charset into the <meta> tag when the article is encoded to utf-8.
6229
6230 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-art.el (gnus-article-browse-delete-temp-files):
6233         Delete directories as well.
6234         (gnus-article-browse-html-parts): Work for images that do not specify
6235         file names; delete temp directory when quitting; insert header at the
6236         right place; use file: scheme for image files.
6237
6238 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6239
6240         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6241         (gnus-article-browse-html-parts): Use it to make temporary cid image
6242         files in addition to html file so that browser may display them.
6243
6244 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6247
6248 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6251
6252 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * auth-source.el (auth-sources): Change default to be simpler.
6255         Explain about Secret Service API sources.  Improve Customize options.
6256         (auth-source-pick): Change to accept any number of search parameters.
6257         Implement fallbacks iteratively, not recursively.  Add scoring on the
6258         second pass and sort by score.  Call Secret Service API when needed.
6259         (auth-source-user-or-password): Use it.  Call Secret Service API
6260         directly when needed to get the user name and the password.
6261
6262 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6263
6264         * message.el (message-interactive): Doc fix.
6265         (message-qmail-inject-args): Reflow.
6266         (message-kill-to-signature): Fix typo in docstring.
6267
6268         * smiley.el (smiley-buffer): Fix typo in docstring.
6269
6270 2010-03-24  Glenn Morris  <rgm@gnu.org>
6271
6272         * mail-source.el (gnus-message): Declare.
6273         (mail-source-delete-old-incoming): Require gnus-util.
6274
6275 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6278
6279         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6280
6281         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6282         password-cache's default if it is not bound.
6283         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6284         password-cache-expiry's default if it is not bound.
6285
6286         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6287         available in Emacs 21.
6288
6289         * lpath.el: Suppress compiler warnings for:
6290         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6291         XEmacs;
6292         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6293         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6294         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6295
6296 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * auth-source.el (auth-sources): Fix up definition so extra parameters
6299         are always inline.
6300
6301 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6302
6303         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6304         wasn't updated after mismatch.  Clear cached mailbox info correctly
6305         when uidvalidity changes.
6306         (nnimap-group-prefixed-name): New function to avoid some code
6307         duplication.
6308         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6309         (nnimap-request-group): Use it.
6310         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6311         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6312         with many imap folders.  This is done by caching the group status from
6313         the imap server persistently in a group parameter `imap-status'.  (This
6314         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6315         but not persistently, so every Gnus startup was still very slow.)
6316
6317 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6318
6319         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6320         delete the extra newline.  Otherwise editing of :string and :number
6321         types don't work.
6322
6323 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6326         secrets.el dependency.
6327         (auth-sources): Add optional user name.  Add secrets.el configuration
6328         choice (unused right now).
6329
6330 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * gnus-sum.el (gnus-summary-make-menu-bar):
6333         Let `gnus-registry-install-shortcuts' fill in the functions.
6334
6335         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6336         warnings.
6337         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6338         (gnus-registry-install-shortcuts): Populate and use it in a
6339         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6340
6341 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6342
6343         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6344         In-place substitutions for the group name encoding/decoding.
6345         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6346         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6347         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6348         (nnimap-update-unseen, nnimap-request-list)
6349         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6350         (nnimap-request-set-mark, nnimap-split-to-groups)
6351         (nnimap-split-articles, nnimap-request-newgroups)
6352         (nnimap-request-create-group, nnimap-request-accept-article)
6353         (nnimap-request-delete-group, nnimap-request-rename-group)
6354         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6355         `encoded-mbx' for consistency.
6356         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6357         variable `imap-current-mailbox'.
6358
6359         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6360         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6361
6362 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6363
6364         * pop3.el (pop3-display-message-size-flag): Display message size byte
6365         counts during POP3 download.
6366         (pop3-movemail): Use it.
6367         (pop3-list): Implement listing of available messages.
6368
6369 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6370
6371         * nnir.el (nnir-get-article-nov-override-function): New function to
6372         override the normal NOV retrieval.
6373         (nnir-retrieve-headers): Use it.
6374
6375 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6376
6377         * auth-source.el (netrc-machine-user-or-password): Autoload.
6378
6379 2010-03-19  Glenn Morris  <rgm@gnu.org>
6380
6381         Stop message.el from loading about 40 libraries it doesn't always need.
6382         The general approach is to autoload rather than require, and to
6383         require in the specific functions rather than the file.  (Bug#5642)
6384
6385         * gmm-utils.el: Don't require wid-edit.
6386         (widget-create-child-value, widget-convert, widget-default-get):
6387         Autoload.
6388
6389         * gnus-util.el: Don't require time-date, netrc.
6390         (message-fetch-field, gnus-group-name-decode): Declare rather than
6391         autoloading.
6392         (gnus-fetch-field): Require message.
6393         (gnus-decode-newsgroups): Require gnus-group.
6394
6395         * ietf-drums.el: Don't require time-date.
6396
6397         * message.el: Don't require hashcash, canlock, ecomplete.
6398         Do require mail-utils.  Require nnheader only when compiling.
6399         (smtpmail-default-smtp-server): Remove declaration.
6400         (message-send-mail-function): Check smtpmail-default-smtp-server
6401         is bound rather than requiring smtpmail.
6402         (message-auto-save-directory, message-insert-signature):
6403         Use expand-file-name rather than nnheader-concat.
6404         (nnheader-insert-file-contents): Autoload.
6405         (hashcash-wait-async): Declare.
6406         (message-send-mail): Only call gnus-setup-posting-charset if
6407         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6408         (message-send-mail-with-sendmail): Require sendmail.
6409         (canlock-password, canlock-password-for-verify): Declare.
6410         (message-canlock-password): Require canlock.
6411         (nnheader-get-report): Autoload.
6412         (gnus-setup-posting-charset): Declare.
6413         (message-send-news): Require gnus-msg.
6414         (message-make-references, message-make-in-reply-to): Use mail-header-id
6415         rather than the alias mail-header-message-id.
6416         (ecomplete-add-item, ecomplete-save): Declare.
6417         (message-put-addresses-in-ecomplete): Require ecomplete.
6418         (ecomplete-display-matches): Autoload.
6419
6420         * mm-decode.el: Don't require mailcap, gnus-util.
6421         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6422         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6423         Autoload.
6424         (mailcap-mime-extensions): Declare.
6425
6426         * mm-encode.el: Don't require mailcap.
6427         (mailcap-extension-to-mime): Autoload.
6428
6429         * mml-sec.el: Don't require password-cache.
6430
6431         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6432         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6433         (mml-minibuffer-read-type): Require mailcap.
6434         (mml-preview): Require gnus-msg.
6435
6436         * mml1991.el: Require password-cache.
6437         (password-cache-expiry): Remove declaration.
6438
6439         * mml2015.el: Require password-cache.
6440         (password-cache-expiry): Remove declaration.
6441
6442         * nneething.el (mailcap): Require mailcap.
6443
6444         * nnheader.el (declare-function): Add compatibility stub.
6445         (message-remove-header): Declare rather than autoload.
6446         (nnheader-replace-header): Require message.
6447
6448         * nnimap.el (declare-function): Add compatibility stub.
6449         (netrc-parse, netrc-machine-user-or-password): Declare.
6450         (nnimap-open-connection): Require netrc.
6451
6452         * nntp.el (declare-function): Add compatibility stub.
6453         (netrc-parse, netrc-machine, netrc-get): Declare.
6454         (nntp-send-authinfo): Require netrc.
6455
6456         * rfc2047.el: Don't require qp.
6457         (quoted-printable-encode-region, quoted-printable-decode-string):
6458         Autoload.
6459
6460         * sieve-mode.el: Don't require easymenu.
6461         (easy-menu-add-item): Autoload it.
6462
6463         * spam-stat.el (time-to-number-of-days): Autoload it.
6464
6465 2010-03-19  Glenn Morris  <rgm@gnu.org>
6466
6467         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6468
6469 2010-03-18  Glenn Morris  <rgm@gnu.org>
6470
6471         * hashcash.el (declare-function): Remove duplicate definition.
6472
6473 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6474
6475         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6476         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6477         value if any backslash escapes).
6478
6479 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6482         if it is available.  (bug#5647)
6483
6484         * lpath.el: Suppress compiler warning for coding-system-from-name for
6485         Emacs 21 and XEmacs.
6486
6487 2010-03-14  Juri Linkov  <juri@jurta.org>
6488
6489         * hmac-def.el:
6490         * hmac-md5.el:
6491         * netrc.el: Fix keywords.
6492
6493 2010-02-26  Glenn Morris  <rgm@gnu.org>
6494
6495         * message.el (message-send-mail-function): Change the default, so that
6496         it inherits from a customized send-mail-function.  (Bug#5643)
6497
6498 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6499
6500         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6501         shell-command-to-string signals an error (bug#5299).
6502
6503 2010-02-24  Glenn Morris  <rgm@gnu.org>
6504
6505         * message.el (message-smtpmail-send-it)
6506         (message-send-mail-with-mailclient): Doc fixes.
6507
6508 2010-02-16  Glenn Morris  <rgm@gnu.org>
6509
6510         * message.el (message-default-mail-headers): Change the default value
6511         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6512
6513 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6516         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6517
6518 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6519
6520         * time-date.el (date-to-time): Doc fix (Bug#5408).
6521
6522 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6523
6524         * message.el (message-mail): Just pass yank-action on to message-setup.
6525         (message-setup): Handle (FUN . ARGS) form of yank-action.
6526         (message-with-reply-buffer, message-widen-reply)
6527         (message-yank-original): Handle non-buffer values of
6528         message-reply-buffer (Bug#4080).
6529         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6530
6531 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6532
6533         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6534         Fix typo in docstring.
6535
6536 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6537
6538         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6539         response.
6540
6541 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6544
6545         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6546
6547         * message.el (message-check-news-header-syntax): Protect against a
6548         string that `rfc822-addresses' returns when parsing fails.
6549
6550 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6553         (gnus-previous-char-property-change): New functions.
6554
6555         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6556
6557 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6558
6559         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6560         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6561
6562 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6563
6564         * message.el (message-exchange-point-and-mark): Rework last change to
6565         avoid using optional arg of exchange-point-and-mark, for backward
6566         compatibility.
6567
6568 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6569
6570         * message.el (message-exchange-point-and-mark):
6571         Call exchange-point-and-mark with an argument rather than setting
6572         mark-active by hand (Bug#5175).
6573
6574 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * nntp.el (nntp-service-to-port): Work for service expressed with
6577         numeric string; replace [:digit:] with [0-9] for XEmacs.
6578
6579 2009-12-17  Glenn Morris  <rgm@gnu.org>
6580
6581         * gnus-group.el (gnus-bug-group-download-format-alist):
6582         Change emacs entry to debbugs.gnu.org.  Bump :version.
6583
6584 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6587
6588 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * message.el (message-info): Explain why we use `Info-goto-node'.
6591
6592 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6595
6596 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6597
6598         * message.el (message-completion-in-region): New compatibility function.
6599         (message-expand-group): Use it.
6600
6601 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6604         with no unread article should be listed if the 2nd arg `predicate' is
6605         given.
6606
6607 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6610
6611 2009-11-29  Juri Linkov  <juri@jurta.org>
6612
6613         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6614         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6615         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6616
6617 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6618
6619         * sha1.el (sha1-string-external): default-directory "/" in case
6620         otherwise non-existent.  process-connection-type pipe for touch of
6621         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6622
6623 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6624
6625         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6626         it's comms related and sgml-mode.el has "comm" on that basis too.
6627
6628 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6631         containing tspecial characters if they have been already quoted.
6632
6633 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6634
6635         * dns-mode.el (auto-mode-alist): Purecopy string.
6636
6637 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6638
6639         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6640
6641 2009-10-24  Glenn Morris  <rgm@gnu.org>
6642
6643         * gnus-art.el (help-xref-stack-item): Define for compiler.
6644
6645 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6646
6647         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6648
6649 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6652
6653 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6656         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6657
6658 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6661         (gnus-overlays-in): New alias to overlays-in.
6662
6663         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6664         gnus-overlay-get, and gnus-delete-overlay.
6665         (gnus-summary-show-thread): Make it work as well for systems in which
6666         next-single-char-property-change is not available.
6667         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6668
6669         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6670         (gnus-overlay-get): New alias to extent-property.
6671         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6672
6673         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6674         SXEmacs.
6675
6676         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6677         SXEmacs.
6678
6679 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6682
6683 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6684
6685         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6686         and XEmacs that don't have `remove-overlays'.
6687
6688 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6689
6690         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6691         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6692         selective display.  Use overlays instead.
6693
6694 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6695
6696         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6697
6698 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6699
6700         * spam-stat.el (spam-stat-load): Fix typo in message.
6701
6702 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6703
6704         * dig.el (dig-invoke): Fix typo in docstring.
6705         (query-dig): Reflow docstring.
6706
6707 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6708
6709         * gnus-art.el (gnus-article-encrypt-body):
6710         * message.el (message-check-recipients):
6711         * mm-util.el (mm-codepage-setup):
6712         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6713         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6714
6715 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6716
6717         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6718         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6719         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6720         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6721         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6722
6723 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6724
6725         * dig.el: Add "Keywords: comm", as per net-utils.el.
6726
6727 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6728
6729         * dig.el (dig-mode): Use define-derived-mode.
6730
6731 2009-09-19  Glenn Morris  <rgm@gnu.org>
6732
6733         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6734
6735 2009-09-18  Glenn Morris  <rgm@gnu.org>
6736
6737         * gnus-diary.el (gnus-diary-check-message):
6738         * message.el (message-insert-formatted-citation-line):
6739         * nnbabyl.el (top-level):
6740         * nndiary.el (nndiary-schedule):
6741         Fix typos in condition-case handlers.
6742
6743 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6746         configuration that provides the sole article window in a frame;
6747         position point correctly after deleting a part.
6748
6749 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6750
6751         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6752         (spam-resolve-registrations-routine): Use it to unregister articles
6753         that change status.
6754
6755 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6758         with XEmacs.
6759         (parse-time-string-chars): Use it.
6760
6761 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * imap.el (imap-interactive-login): Better messages.
6764         (imap-open): Fix bug with renamed buffer on reconnect.
6765         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6766         for easier debugging and cleaner code.  On successful (guessed based on
6767         server capabilities) secondary authentication, set imap-state
6768         correctly.
6769         (imap-last-authenticator): Define imap-last-authenticator as a variable
6770         to avoid warnings.
6771
6772 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * nnrss.el (nnrss-request-article): Remove binding of
6775         default-enable-multibyte-characters that has gotten needless by
6776         the 2007-07-13 change in rfc2047-encode-message-header.
6777
6778         * mml.el (mml-insert-multipart): Error on the message header.
6779         (mml-insert-part): Error on the message header; position point at
6780         the end of a MIME tag.
6781
6782 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * time-date.el (autoload): Expand define-obsolete-function-alias into
6785         defalias and make-obsolete for old Emacsen that Gnus supports.
6786         (with-no-warnings): Define it for old Emacsen.
6787         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6788         is available.
6789         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6790         float-time is available; suppress compile warning for time-to-seconds.
6791
6792         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6793         (gnus-float-time): Alias to float-time if it exists.
6794
6795         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6796         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6797         float-time is available; suppress compile warning for time-to-seconds.
6798
6799         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6800         XEmacs.
6801
6802 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * imap.el (imap-message-map): Docstring fix.
6805
6806 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6809         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6810         Add the optional argument `encoding' that overrides the default.
6811
6812         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6813         mm-encode-buffer.
6814
6815 2009-09-04  Glenn Morris  <rgm@gnu.org>
6816
6817         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6818         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6819         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6820         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6821         * mm-util.el (mm-with-unibyte-current-buffer)
6822         (mm-find-buffer-file-coding-system):
6823         * yenc.el (yenc-decode-region): Use default-value rather than
6824         default-enable-multibyte-characters.
6825
6826 2009-09-03  Glenn Morris  <rgm@gnu.org>
6827
6828         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6829         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6830         than default-enable-multibyte-characters.
6831
6832 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6833
6834         * gnus-art.el (gnus-article-read-summary-keys):
6835         Fix gnus-buffer-configuration's value temporarily used.
6836
6837 2009-09-02  Glenn Morris  <rgm@gnu.org>
6838
6839         * gnus-util.el (gnus-float-time): New function.
6840         * gnus-delay.el (gnus-delay-article):
6841         * gnus-sum.el (gnus-thread-latest-date):
6842         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6843         * nnspool.el (nnspool-request-newgroups):
6844         Use gnus-float-time rather than time-to-seconds.
6845         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6846
6847         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6848         (gnus-header-subject-face, gnus-header-newsgroups-face)
6849         (gnus-header-name-face, gnus-header-content-face):
6850         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6851         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6852         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6853         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6854         (gnus-cite-face-11):
6855         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6856         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6857         (gnus-server-closed-face, gnus-server-denied-face)
6858         (gnus-server-offline-face):
6859         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6860         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6861         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6862         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6863         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6864         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6865         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6866         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6867         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6868         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6869         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6870         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6871         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6872         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6873         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6874         (gnus-summary-high-undownloaded-face)
6875         (gnus-summary-low-undownloaded-face)
6876         (gnus-summary-normal-undownloaded-face)
6877         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6878         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6879         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6880         (gnus-splash-face):
6881         * message.el (message-header-to-face, message-header-cc-face)
6882         (message-header-subject-face, message-header-newsgroups-face)
6883         (message-header-other-face, message-header-name-face)
6884         (message-header-xheader-face, message-separator-face)
6885         (message-cited-text-face, message-mml-face):
6886         * sieve-mode.el (sieve-control-commands-face)
6887         (sieve-action-commands-face, sieve-test-commands-face)
6888         (sieve-tagged-arguments-face):
6889         * spam.el (spam-face):
6890         Mark face aliases with "-face" in the name as obsolete.
6891
6892 2009-09-01  Glenn Morris  <rgm@gnu.org>
6893
6894         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6895         than goto-line.
6896
6897 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6900         Don't move point if the command is invoked inside the message header.
6901
6902 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * imap.el (imap-send-command): Simplify.
6905         (imap-wait-for-tag): point-max -> buffer-size.
6906
6907 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6908
6909         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6910         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6911         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6912         * nnir.el (nnir-swish-e-index-file):
6913         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6914         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6915         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6916         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6917         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6918         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6919
6920 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6923         Don't save excursion.
6924
6925 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6926
6927         * nnheader.el (nnheader-find-file-noselect):
6928         * mm-util.el (mm-insert-file-contents):
6929         Use (default-value 'major-mode) instead of default-major-mode.
6930
6931 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6932
6933         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6934
6935 2009-08-26  Glenn Morris  <rgm@gnu.org>
6936
6937         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6938         than placing in files.el.
6939
6940 2009-08-25  Glenn Morris  <rgm@gnu.org>
6941
6942         * nnir.el (top-level): Don't require cl at run-time.
6943         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6944         Replace cl-function substitute with gnus-replace-in-string.
6945         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6946         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6947         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6948         simplified expansions.
6949
6950 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6951
6952         * dig.el (dig): Add autoload cookie.
6953
6954 2009-08-22  Glenn Morris  <rgm@gnu.org>
6955
6956         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6957         goto-line.
6958
6959 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6960
6961         * parse-time.el (parse-time-string-chars): Save match data.
6962
6963 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6964
6965         * parse-time.el (parse-time-string-chars): Compute using character
6966         classes, to handle non-ascii characters (Bug#3190).
6967
6968 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6971
6972         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6973         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6974         (gnus-mm-display-part, gnus-mime-display-single)
6975         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6976         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6977
6978         * gnus-sum.el
6979         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6980         (gnus-summary-move-article): Add expirable mark to articles copied or
6981         moved to group that has auto-expire turned on if the option is non-nil.
6982
6983 2009-07-24  Glenn Morris  <rgm@gnu.org>
6984
6985         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6986         Fix typo.  (Bug#3903)
6987
6988 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6991         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6992         that should not be used for draft articles.
6993         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6994         that has no concern in minor mode keys.
6995         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6996         Abolish.
6997
6998 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7001         article without making inquiry to a user for unknown encoding.
7002
7003         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7004         (nnmaildir--scan): Assume i-node and device number that file-attributes
7005         returns might be cons-cell.
7006
7007         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7008
7009         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7010
7011 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * auth-source.el: Remove docs now in auth.texi.  Don't use
7014         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7015         `auth-source-hide-passwords' and use them.
7016
7017 2009-07-15  Glenn Morris  <rgm@gnu.org>
7018
7019         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7020
7021 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7024         excessive whitespace from the default values of title and description.
7025
7026 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7029         mail-fetch-field to fetch Content-Description header in order to
7030         exclude newlines.
7031
7032 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7033
7034         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7035         format used by GnuPG 2.0.11.
7036
7037 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7040         to deleted part.
7041
7042 2009-05-30  David Engster  <dengste@eml.cc>
7043
7044         * nnmairix.el: Remove old documentation in the commentary block.
7045         (nnmairix-request-group): Do not update active file for nnml back ends.
7046         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7047         end so that overview files are ignored.
7048         (nnmairix-update-groups): Make updating the groups more robust by using
7049         marks.
7050         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7051         with dollar characters in message-id.
7052
7053 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7056         2008-12-25 in dns.el.
7057
7058 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7059
7060         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7061         could happen if the text is only composed of spaces and/or tabs.
7062
7063 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7064
7065         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7066         when sending a queued message to avoid extra mml tags.
7067
7068 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7071
7072 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7075         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7076         rmail-toggle-header for XEmacs;
7077         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7078
7079 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-dired.el: Remove autoload for gnus-setup-message.
7082         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7083         displaying Gnus logo; always use compose-mail.
7084
7085 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7088
7089 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7092         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7093         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7094         available.
7095         (gnus-nocem-epg-verify): New function.
7096
7097 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7100
7101 2009-02-15  Glenn Morris  <rgm@gnu.org>
7102
7103         * gnus-util.el (rmail-insert-rmail-file-header)
7104         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7105         autoloads.
7106         (rmail-default-rmail-file): Remove unnecessary declaration.
7107         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7108
7109 2009-02-14  Glenn Morris  <rgm@gnu.org>
7110
7111         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7112         variable (only used in gnus-util, which declares it anyway).
7113         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7114         which was only needed by gnus-art (changed to not use it any more).
7115         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7116         only used in gnus-util, which autoloads it itself.
7117         (rmail-update-summary): Fix autoload.
7118
7119         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7120         rather than rmail-output-to-rmail-file.
7121
7122 2009-02-07  Glenn Morris  <rgm@gnu.org>
7123
7124         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7125         autoload of function that no longer exists.
7126         (rmail-toggle-header): Declare.
7127         (message-forward-rmail-make-body): Handle mbox Rmail.
7128
7129 2009-01-31  Glenn Morris  <rgm@gnu.org>
7130
7131         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7132         2009-01-09 change.
7133
7134 2009-01-31  Dave Love  <fx@gnu.org>
7135
7136         * imap.el (imap-fetch-safe): Bind debug-on-error.
7137         (imap-debug): Add imap-fetch-safe.
7138
7139 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7140
7141         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7142         (auth-source-forget-all-cached): New convenience function.
7143         (auth-source-user-or-password): Accept list of modes or a single mode.
7144
7145         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7146         auth-source modes.
7147
7148         * netrc.el (netrc-machine-user-or-password): Use list of
7149         auth-source modes.
7150
7151         * nnimap.el (nnimap-open-connection): Use list of
7152         auth-source modes.
7153
7154         * nntp.el (nntp-send-authinfo): Use list of
7155         auth-source modes.
7156
7157 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7160         now.
7161
7162 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7165         coding system in XEmacs; add a workaround for XEmacs.
7166
7167         * lpath.el: Fbind coding-system-aliasee.
7168
7169 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7172         of current-language-environment.
7173
7174 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7177         available at runtime.
7178
7179 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7182
7183 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7184
7185         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7186         the greatest positive fixnum value doesn't work under an XEmacs with
7187         bignum support; use the most-positive-fixnum constant instead,
7188         available since Emacs 21.1 with cl and XEmacs 21.1.
7189
7190 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7193         XEmacs gets not to work.
7194
7195 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-util.el (mm-coding-system-priorities): Allow the value like
7198         "Japanese (UTF-8)" of current-language-environment.
7199
7200 2009-01-09  Glenn Morris  <rgm@gnu.org>
7201
7202         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7203         with last-command-event.
7204
7205 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7208         in the doc string.
7209
7210         * message.el (message-fix-before-sending): Amend comment.
7211
7212 2009-01-08  Dave Love  <fx@gnu.org>
7213
7214         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7215
7216 2009-01-07  David Engster  <dengste@eml.cc>
7217
7218         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7219         simplified server definitions by converting it via
7220         gnus-server-to-method.
7221
7222 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7225         parameter's operands.
7226
7227 2009-01-06  David Engster  <dengste@eml.cc>
7228
7229         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7230         primary select method (for gnus-group-mark-article-as-read).
7231
7232 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7233
7234         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7235         `(gnus)Face', not `(gnus)X-Face'.
7236
7237 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * mm-util.el (mm-ucs-to-char): New function.
7240
7241         * mm-url.el (mm-url-decode-entities): Use it.
7242
7243         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7244         unicode-to-char.
7245
7246 2009-01-05  Dave Love  <fx@gnu.org>
7247
7248         * time-date.el: Require cl for `declare'.
7249
7250 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7253         Dave Love.
7254
7255 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7256
7257         * message.el (message-fix-before-sending): Add `eight-bit' to
7258         illegible-text check.
7259
7260 2009-01-03  Michael Olson  <mwolson@gnu.org>
7261
7262         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7263         `headers' is nil.  This can occur if the IMAP server does not have
7264         permissions to read messages from a folder, but can write new messages
7265         to the folder.
7266         (nnimap-request-article-part): Do not insert `data' if it is nil.
7267
7268         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7269         characters which will confuse `read', so skip past them.
7270
7271 2009-01-01  Dave Love  <fx@gnu.org>
7272
7273         * imap.el (imap-string-to-integer): Fix typo.
7274         (imap-fetch-safe): New function.
7275         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7276
7277         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7278
7279         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7280         (imap-parse-greeting): Fix doc strings.
7281         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7282         (imap-parse-flag-list): Make messages unique.
7283         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7284
7285         * nnimap.el: Fix author email.
7286         (nnimap-split-rule): Add FIXME comment.
7287         (nnimap-debug): Fix doc string.
7288
7289 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7292
7293 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7296         nslookup if resolv.conf isn't available.
7297         (dns-query): Rename from query-dns.
7298         (dns-query-cached): Rename from query-dns-cached.
7299
7300 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7303         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7304         to check if those variables exist (first appeared in Emacs 18.50).
7305
7306 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * mm-util.el (mm-line-number-at-pos): New function.
7309
7310         * spam-report.el (spam-report-process-queue): Use it.
7311
7312 2008-12-24  David Engster  <dengste@eml.cc>
7313
7314         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7315         parameters that haven't existed as variables as buffer-local variables.
7316
7317 2008-12-23  Dave Love  <fx@gnu.org>
7318
7319         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7320         cadar.
7321
7322         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7323         imap-starttls-p.
7324         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7325
7326 2008-12-22  Dave Love  <fx@gnu.org>
7327
7328         * imap.el: Fix author email.  Doc fixes.
7329         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7330         reply.
7331
7332 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * spam-report.el (spam-report-gmane-max-requests): New constant.
7335         (spam-report-gmane-wait): New variable.
7336         (spam-report-gmane-ham, spam-report-gmane-spam)
7337         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7338         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7339         the server.
7340
7341         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7342         Add explanations.
7343
7344         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7345         nnheader-accept-process-output and nnheader-read-timeout if available.
7346         (pop3-movemail): Use it.
7347
7348         * message.el (message-check-news-body-syntax): Fix signature check if
7349         there's an attachment.
7350
7351 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mm-util.el: Add comments to the mm- emulating functions.
7354
7355 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7358         Reported by Stephen Berman <stephen.berman@gmx.net>.
7359
7360 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * mm-util.el (mm-substring-no-properties): New function.
7363         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7364         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7365         (mm-string-to-multibyte): Doc fix.
7366
7367         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7368
7369 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * mml.el (mml-attach-file): Strip text properties from file name.
7372         (Bug#1574)
7373
7374 2008-12-16  Glenn Morris  <rgm@gnu.org>
7375
7376         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7377
7378 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7381         knows since the charset specified might be a bogus alias that
7382         mm-charset-synonym-alist provides.
7383
7384 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7387         "ISO_8859-1".
7388
7389         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7390
7391 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * mm-util.el (mm-charset-eval-alist):
7394         Define it before mm-charset-to-coding-system.
7395         (mm-charset-to-coding-system): Add optional argument `silent';
7396         define it before mm-charset-override-alist.
7397         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7398         default value if it can be used in Emacs currently running;
7399         silence mm-charset-to-coding-system.
7400
7401 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7404         `allow-override' which says whether to use `mm-charset-override-alist'.
7405         (rfc2047-decode-encoded-words): Use it.
7406
7407         * mm-util.el (mm-charset-override-alist): Fix custom type;
7408         add `(gb2312 . gbk)' to choices.
7409
7410 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7413         fast.
7414
7415         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7416
7417         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7418
7419 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7420
7421         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7422         on links.
7423
7424         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7425
7426 2008-12-03  Lute Kamstra  <lute@gnu.org>
7427
7428         * sha1.el: Remove leading * from docstrings of defcustoms,
7429         deffaces, defconsts and defuns.
7430
7431 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7434         users' addresses that don't have domain parts.
7435         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7436         rather than message-narrow-to-head since there will be the message
7437         header separator.
7438
7439 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7440
7441         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7442         since the result is inserted in a unibyte buffer anyway.
7443         (nnimap-demule-use-string-to-multibyte): Remove.
7444         (nnimap-demule): Alias it to mm-string-to-multibyte.
7445
7446 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7449         variable for debugging bug#464 and bug#1174.
7450         (nnimap-demule): Use it.
7451
7452 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7455         score calculation correctly.
7456
7457 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7458
7459         * message.el (message-send-mail): Just set the buffer to unibyte
7460         rather than use mm-with-unibyte-current-buffer which does a lot more.
7461         (message-send-mail-partially): Don't bother with
7462         mm-with-unibyte-current-buffer since it's already been made unibyte by
7463         message-send-mail.
7464
7465 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7466
7467         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7468
7469 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7472
7473 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7476         require itself and to remove `with-no-warnings'.
7477
7478 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * starttls.el (starttls-any-program-available): Get the name of the
7481         available TLS layer program.
7482         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7483         well as the host name in the "opening" message.
7484
7485         * auth-source.el (auth-source-cache, auth-source-do-cache)
7486         (auth-source-user-or-password): Cache passwords and logins by default,
7487         allow override with `auth-source-do-cache'.
7488         (auth-source-forget-user-or-password): Allow users to remove cache
7489         entries if needed.
7490
7491 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7492
7493         * md4.el (md4-buffer): Fix typo in docstring.
7494         (md4, md4-64): Doc fixes.
7495         (md4-pack-int32): Reflow docstring.
7496
7497 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7498
7499         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7500         condition-case to only the forward-sexp call.
7501
7502 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7503
7504         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7505         quotes contained.  Make it more robust regardless by an extra
7506         condition-case wrapper.
7507
7508 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7511
7512 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * nnml.el (nnml-request-expire-articles): Check if the function set to
7515         `nnmail-expiry-target' returns the symbol `delete'.
7516
7517         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7518
7519         * nnmail.el (nnmail-expiry-target): Fix custom type.
7520
7521 2008-10-02  Glenn Morris  <rgm@gnu.org>
7522
7523         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7524         Silence compiler warning.
7525
7526 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7527
7528         * tls.el (open-tls-stream): Show the actual command being
7529         executed, instead of the format string.
7530
7531 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * lpath.el: Fbind codepage-setup for Emacs 23.
7534
7535 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7536
7537         * mml.el (mml-menu): Don't assume mml2015 is bound.
7538
7539 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7542         exists.
7543
7544 2008-09-27  Glenn Morris  <rgm@gnu.org>
7545
7546         * gnus-util.el (mail-header-remove-comments): Autoload it.
7547
7548 2008-09-27  Andreas Schwab  <schwab@suse.de>
7549
7550         * gnus-util.el (gnus-split-references): Strip comments.
7551         (gnus-parent-id): Likewise.
7552
7553 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * message.el (message-confirm-send): Fix version.
7556
7557 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * message.el (message-idna-to-ascii-rhs-1): Use
7560         mail-extract-address-components rather than mail-header-parse-addresses
7561         that is an alias by default to ietf-drums-parse-addresses that does not
7562         support non-ASCII names in headers' contents.
7563
7564 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7565
7566         * message.el (message-confirm-send): Fix variable documentation to
7567         avoid the "y/n" wording.
7568
7569 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7570
7571         * message.el (message-set-auto-save-file-name): Save to a different
7572         filename so multiple messages (especially drafts) can be recovered.
7573
7574 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * message.el (message-confirm-send): Add appropriate version.
7577
7578 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7581         defvar.
7582
7583 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7584
7585         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7586         (mm-pkcs7-enveloped-magic): Ditto.
7587
7588 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7589
7590         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7591         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7592
7593 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7596         default, it's better.
7597
7598 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7599
7600         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7601         summary line gnus-number property and ignore them (with a warning
7602         message).
7603
7604 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7607         macro caddr in the interactive form since it won't be expanded.
7608
7609 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7612         `charset'; fix name of function called recursively.
7613         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7614
7615 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7618         (gnus-mime-set-charset-parameters): New function.
7619         (gnus-mime-view-part-as-charset): Use it to correctly display part
7620         specifying wrong charset.
7621
7622 2008-09-08  David Engster  <dengste@eml.cc>
7623
7624         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7625         in completing-read for back end server.
7626
7627 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * message.el (message-confirm-send): New variable to confirm sending a
7630         message.
7631         (message-send): Use it.
7632
7633 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7634
7635         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7636
7637 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7640
7641 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7644         prevent tracking too many groups.
7645         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7646         Use it.
7647
7648 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7649
7650         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7651         moving point to the bottom of the window in order to avoid recentering.
7652
7653 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7656
7657         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7658         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7659         (gnus-article-beginning-of-window): Fix calculation.
7660
7661 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-msg.el (gnus-summary-supersede-article)
7664         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7665         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7666         message header.
7667
7668 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7669
7670         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7671         pending output coming after the status change.
7672
7673 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7674
7675         * message.el:
7676         * gnus-start.el:
7677         * gnus-registry.el: Remove VMS support.
7678
7679 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7682         macro.
7683         (rfc2104-hash): Use it.
7684
7685 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7688         (gnus-summary-sort-by-most-recent-date): New commands.
7689         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7690         and menu entries.
7691
7692 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7695         don't redisplay article for raw contents; remove plural articles stuff.
7696
7697         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7698         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7699         on gnus-summary-save-article; display results properly.
7700
7701 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * lpath.el: No need to fbind ns-focus-frame.
7704
7705 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7708
7709 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-summary-save-in-pipe):
7712         Consider gnus-save-all-headers.
7713
7714 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7715
7716         * gnus-util.el (ns-focus-frame): Remove declaration.
7717         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7718         like x.
7719
7720 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7721
7722         * rfc2104.el (rfc2104-zero): Delete defconst.
7723         (rfc2104-hex-alist): Likewise.
7724         (rfc2104-hex-to-int): Delete func.
7725         (rfc2104-hexstring-to-bitstring): Likewise.
7726         (rfc2104-nybbles): New defconst.
7727         (rfc2104-hash): Rewrite for speed.
7728
7729 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * tls.el (open-tls-stream): Make it work with the 2nd argument
7732         BUFFER that is a string but does not exist as a buffer object, as
7733         mentioned in the doc-string.
7734
7735 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7738         SXEmacs.
7739
7740 2008-07-16  Glenn Morris  <rgm@gnu.org>
7741
7742         * gnus-util.el (ns-focus-frame): Declare for compiler.
7743
7744 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7747         set as a group parameter.
7748         (gnus-summary-save-in-pipe): Work when it is called independently.
7749         (gnus-summary-pipe-to-muttprint): Don't modify
7750         gnus-summary-pipe-output-default-command.
7751
7752 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7753
7754         * message.el (message-send-mail-with-sendmail):
7755         Display the error message.
7756
7757 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-art.el (gnus-default-article-saver):
7760         Add gnus-summary-save-in-pipe to choices.
7761         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7762         gnus-summary-pipe-output-default-command as the default command.
7763         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7764         instead of gnus-last-shell-command.
7765
7766         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7767         New user option.
7768         (gnus-summary-muttprint-program): Mention the value will be changed.
7769         (gnus-summary-save-article): Force showing of all headers.
7770         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7771
7772 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7773
7774         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7775
7776 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7777
7778         * nnimap.el (nnimap-id):
7779         * sieve-manage.el (sieve-manage-open): Doc fixes.
7780
7781 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7782
7783         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7784         if available.
7785
7786 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7787
7788         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7789
7790         * nnkiboze.el (nnkiboze-generate-group):
7791         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7792
7793         * nnmairix.el: Require CL.
7794
7795 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * dgnushack.el: Autoload get-display-table and put-display-table for
7798         XEmacs 21.5.
7799
7800         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7801         21.4 and SXEmacs.
7802
7803 2008-06-15  David Engster  <dengste@eml.cc>
7804
7805         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7806
7807 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7808
7809         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7810         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7811         runtime choice under XEmacs.
7812
7813         * gnus-sum.el (gnus-summary-set-display-table):
7814         Use `gnus-put-display-table', `gnus-get-display-table',
7815         `gnus-set-display-table' for the display table, instead of `aset'.
7816
7817         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7818         Use `gnus-put-display-table', `gnus-get-display-table',
7819         `gnus-set-display-table' for the display table.
7820
7821 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * nnmairix.el: Add autoloads.
7824
7825 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * nnmairix.el (nnmairix-delete-recreate-group)
7828         (nnmairix-update-and-clear-marks): Fix error messages.
7829
7830 2008-06-14  David Engster  <dengste@eml.cc>
7831
7832         * nnmairix.el: Upgrade to version 0.6.
7833         (nnmairix-group-toggle-propmarks-this-group)
7834         (nnmairix-group-toggle-readmarks-this-group)
7835         (nnmairix-group-delete-recreate-this-group)
7836         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7837         (nnmairix-remove-tick-mark-original-article): New commands.
7838         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7839         (nnmairix-propagate-marks-to-nnmairix-groups)
7840         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7841         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7842         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7843         functions needed for marks propagation and manipulation of read marks.
7844         (nnmairix-update-groups): New function.
7845         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7846         (nnmairix-determine-original-group-from-registry)
7847         (nnmairix-determine-original-group-from-path)
7848         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7849         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7850         New helper functions.
7851         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7852         keystrokes for new commands.
7853         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7854         (nnmairix-request-group): Check allow-fast group parameter.
7855         (nnmairix-request-create-group): Set allow-fast group parameter if
7856         nnmairix-allowfast-default is set.
7857         (nnmairix-close-group): Propagate marks upon closing if needed.
7858         (nnmairix-group-toggle-threads-this-group): Use new.
7859         nnmairix-group-toggle-parameter helper function.
7860         (nnmairix-search): Better check for empty search result.
7861         (nnmairix-goto-original-article): Use new helper functions for
7862         determining original article.
7863         (nnmairix-show-original-article): Make sure message-id is in brackets.
7864         (nnmairix-call-mairix-binary): Change variable name.
7865         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7866         helper function.
7867         (nnmairix-widget-toggle-activate): Fix doc string.
7868
7869 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * nnir.el: Require edmacro when compiling with XEmacs.
7872         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7873         available in Emacs 21.
7874
7875 2008-06-11  Glenn Morris  <rgm@gnu.org>
7876
7877         * gnus-util.el (x-focus-frame):
7878         * gnus.el (image-size):
7879         * mm-decode.el (image-size): Declare.
7880
7881         * gnus-picon.el (declare-function): Add compat definition.
7882         (image-size): Declare.
7883
7884         * gnus-group.el (tool-bar-map):
7885         * gnus-sum.el (tool-bar-map): Define for compiler.
7886
7887         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7888
7889         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7890
7891         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7892         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7893         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7894         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7895         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7896         * sieve-manage.el, spam-report.el, spam.el:
7897         Remove unnecessary eval-and-compile of autoloads.
7898
7899 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7900
7901         * auth-source.el: Precise Tramp doc.
7902
7903 2008-06-07  Glenn Morris  <rgm@gnu.org>
7904
7905         * nnmairix.el: Remove unnecessary eval-when-compile.
7906
7907 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * lpath.el: Fbind propertize for XEmacs 21.4.
7910
7911 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * nnir.el: Move here from ../contrib.
7914
7915 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7916
7917         * gnus-util.el (gnus-read-shell-command): New function.
7918         * mm-decode.el (mm-pipe-part):
7919         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7920
7921 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7924
7925 2008-06-03  Glenn Morris  <rgm@gnu.org>
7926
7927         * pop3.el (nnheader-accept-process-output): Autoload it.
7928
7929 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7932         are not 2-digit hexadecimal characters that follow `%'s.
7933
7934 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * message.el (message-bogus-recipient-p): Fix type in doc string.
7937         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7938         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7939         Improve custom options.
7940         (message-bogus-recipient-p): Adjust accordingly.
7941
7942 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7943
7944         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7945         long-form month and day names.
7946
7947 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * dgnushack.el: Autoload debug, eudc-expand-inline and
7950         pgg-snarf-keys-region for XEmacs.
7951
7952         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7953
7954         * nnmairix.el: Require edmacro when compiling with XEmacs.
7955
7956 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7959         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7960
7961 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * auth-source.el: Add more docs.
7964
7965         * netrc.el (netrc-machine): Always match if the port is not given.
7966
7967 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7970         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7971         retrieval faster in some cases, but might make CPU usage larger.
7972         If this has any bad side effects, we might revert this change.
7973
7974         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7975         seems to make mail retrieval much, much faster.
7976         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7977         unconditionally.
7978
7979         * gnus-draft.el (gnus-group-send-queue):
7980         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7981
7982 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7985
7986         * message.el (message-bogus-address-regexp): Fix and improve custom
7987         type.
7988         (message-setup-hook): Add message-check-recipients as custom option.
7989
7990 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * message.el (message-cite-function): Remove bogus autoload which crept
7993         in during merge from v5-10.
7994
7995 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7998
7999         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8000
8001         * auth-source.el: Preliminary Tramp docs.
8002         (auth-sources): Change the default auth-sources to use
8003         EPA .gpg files.
8004
8005 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * nntp.el: Autoload `auth-source-user-or-password'.
8008         (nntp-send-authinfo): Use it.
8009
8010         * nnimap.el: Autoload `auth-source-user-or-password'.
8011         (nnimap-open-connection): Use it.
8012
8013         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8014         for the gnus-message function.
8015         (auth-source-user-or-password): Use it.
8016
8017 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8018
8019         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8020         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8021         (rfc2104-hash): Use it.
8022
8023 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8024
8025         * gnus-art.el (gnus-article-toggle-truncate-lines):
8026         Don't use `iff' in docstring.
8027
8028 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8029
8030         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8031
8032         * gnus-util.el (gnus-extract-address-component-name)
8033         (gnus-extract-address-component-email): Convenience functions around
8034         `gnus-extract-address-components'.
8035
8036         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8037         Use `gnus-extract-address-component-email' to fix bug of comparing full
8038         sender name to `user-mail-address'.
8039
8040 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8043         catch/throw to optimize.
8044         (gnus-registry-find-keywords): Just use member to find a keyword.
8045
8046 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8049         is current before calling gnus-server-prepare.
8050         (gnus-server-setup-buffer, gnus-server-update-server)
8051         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8052
8053 2008-05-04  Juri Linkov  <juri@jurta.org>
8054
8055         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8056         (mailcap-file-default-commands): Use mailcap-replace-in-string
8057         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8058         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8059
8060 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8061
8062         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8063
8064 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8065
8066         * gnus.el: Bump version to 0.11.
8067
8068 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8069
8070         * gnus.el: No Gnus v0.10 is released.
8071
8072 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8075         hooks.
8076         (gnus-update-read-articles): Speed up non-marks-using users.
8077         (gnus-use-marks): Define gnus-use-marks.
8078         (gnus-propagate-marks): Rename variable to something more sensible.
8079
8080 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8081
8082         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8083         (gmm-image-load-path-for-library): Fix typos in docstrings.
8084         (gmm-message): Reflow docstring.
8085
8086 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * mail-source.el (mail-source-set-1, mail-source-bind):
8089         Move auth-source code out of the macro to clean it up and fix bugs.
8090
8091 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8092
8093         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8094         by sender if it's equal to user-mail-address, it's likely to be
8095         useless.
8096
8097         * mail-source.el (mail-source-bind): Don't use user or password if they
8098         are not bound.  Unintern them if they are nil.  Don't use server unless
8099         it's bound, and default it to empty string otherwise.
8100
8101 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * mail-source.el: Load auth-source.el.
8104         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8105         get user name or password, if auth-sources is set up.
8106
8107         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8108         strategy of splitting with parent.
8109         (gnus-registry-split-fancy-with-parent)
8110         (gnus-registry-post-process-groups): Use it and fix prior
8111         bug (returning a list as the split result).
8112
8113         * auth-source.el (auth-sources): Remove server parameter.
8114         (auth-source-pick, auth-source-user-or-password)
8115         (auth-source-user-or-password-imap)
8116         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8117         (auth-source-user-or-password-sftp)
8118         (auth-source-user-or-password-smtp): Remove server parameter.
8119
8120 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8121
8122         * smime.el (smime-sign-region, smime-encrypt-region)
8123         (smime-decrypt-region):
8124         Remove redundant calls to `generate-new-buffer-name'.
8125
8126 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8127
8128         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8129         Don't use QP for message/rfc822.
8130         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8131
8132 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8133
8134         * sieve-manage.el (sieve-string-bytes): Remove.
8135         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8136         correct byte-length only if the process's coding-system is the same as
8137         the one used internally by Emacs to represent strings.
8138
8139 2008-04-22  Juri Linkov  <juri@jurta.org>
8140
8141         * mailcap.el (mailcap-file-default-commands): New function.
8142
8143 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * message.el (message-signature-separator, message-cite-function):
8146         Change custom version.
8147
8148 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8149
8150         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8151         commands.
8152         (tls-checktrust): Ditto.
8153
8154 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * mm-decode.el (mm-display-external): Make temp file read-only.
8157
8158 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8161         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8162         `C-c C-f d'.
8163
8164 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8165
8166         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8167
8168 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * gnus.el: Bump version to 0.9.
8171
8172 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus.el: No Gnus v0.8 is released.
8175
8176 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8177
8178         * mail-source.el (mail-source-value):
8179         Prefer fboundp to functionp so it works with macros as well.
8180
8181 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8182
8183         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8184         Fix last change in case the element is not even a symbol.
8185
8186 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8187
8188         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8189         Prefer fboundp to functionp so it works with macros as well.
8190
8191 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8192
8193         * auth-source.el: Add docs.
8194         (auth-sources): Modify format to support server.
8195         (auth-source-pick, auth-source-user-or-password)
8196         (auth-source-user-or-password-imap)
8197         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8198         (auth-source-user-or-password-sftp)
8199         (auth-source-user-or-password-smtp): Add server parameter.
8200
8201 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * gnus-registry.el: Initialize the registry when gnus-registry-install
8204         is t.
8205
8206 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * compface.el (uncompface): Make buffer unibyte.
8209
8210 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * mail-source.el (mail-source-value):
8213         Prefer fboundp to functionp so it works with macros as well.
8214
8215 2008-04-05  Glenn Morris  <rgm@gnu.org>
8216
8217         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8218
8219 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8220
8221         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8222         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8223
8224         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8225         multibyteness after rather than before erasing it.
8226
8227         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8228         mm-with-multibyte.
8229         (gnus-request-article-this-buffer): Make sure the proper decoding is
8230         used if gnus-original-article-buffer happens to be unibyte.
8231
8232         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8233         default-enable-multibyte-characters.
8234
8235         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8236         default-enable-multibyte-characters.
8237
8238         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8239
8240         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8241
8242 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8245         Fix last change in case the element is not even a symbol.
8246
8247 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8248
8249         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8250         (imap-message-copyuid-1): Use it.
8251         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8252         J. Williams in
8253         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8254
8255         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8256         imap-enable-exchange-bug-workaround.
8257         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8258
8259 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8260
8261         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8262         a 100 byte status-checks into a 2-3MB transfer for each group.
8263         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8264         to enable bug workaround or not.
8265         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8266
8267 2008-03-31  Glenn Morris  <rgm@gnu.org>
8268
8269         * message.el (mml2015-use): Declare for compiler.
8270         (message-info): Require mml2015 when appropriate.
8271
8272 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8275         whitespace.
8276
8277 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8278
8279         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8280         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8281         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8282         (nntp-service-to-port): New function.
8283         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8284         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8285         (nntp-open-netcat-stream): New function.
8286         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8287
8288 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8289
8290         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8291
8292 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8293
8294         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8295
8296 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8297
8298         * dns.el (dns-write): Use set-buffer-multibyte.
8299
8300 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8301
8302         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8303
8304 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * message.el (message-signature-separator): Change default.
8307         Improve custom type.
8308         (message-cite-function): Change default to
8309         message-cite-original-without-signature.
8310
8311         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8312         toggle.
8313
8314         * message.el (message-check-news-body-syntax): Fix signature check.
8315         (message-setup-1): Mark buffer as unmodified _after_ running
8316         message-setup-hook and handling message-alternative-emails.
8317         (message-shorten-references): Be more strict when building list of
8318         valid references to comply with GNKSA.
8319
8320         * gnus-group.el (gnus-read-ephemeral-bug-group)
8321         (gnus-read-ephemeral-debian-bug-group)
8322         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8323
8324         * message.el (message-info): Don't use booleanp which isn't supported
8325         in Emacs 21 and XEmacs.
8326
8327 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8330         gnus-group-gmane-group-download-format.
8331         (gnus-group-read-ephemeral-gmane-group): Rename from
8332         gnus-group-read-ephemeral-gmane-group.
8333         (gnus-read-ephemeral-gmane-group-url): Rename from
8334         gnus-group-read-ephemeral-gmane-group-url.
8335         (gnus-bug-group-download-format-alist): New variable.
8336         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8337         (gnus-read-ephemeral-emacs-bug-group): New commands.
8338
8339 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8342         (gnus-visible-headers): Improve custom type.
8343
8344 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * mml.el (mml-menu): Add workarounds for XEmacs.
8347
8348         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8349         X-Boundary header.
8350
8351         * message.el (message-simplify-recipients): Fix previous commit.
8352
8353 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8354
8355         * mm-util.el (mm-set-buffer-multibyte): New function.
8356         * mm-decode.el (mm-copy-to-buffer): Use it.
8357
8358         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8359         Prefer fboundp to functionp so it works with macros as well.
8360
8361 2008-03-19  Glenn Morris  <rgm@gnu.org>
8362
8363         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8364         Accidentally removed in the sync process with Emacs.
8365
8366 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * message.el (message-alter-recipients-discard-bogus-full-name):
8369         New function.
8370         (message-alter-recipients-function): New variable.
8371         (message-get-reply-headers): Use it.
8372         (message-replace-header): New helper function.
8373         (message-recipients-without-full-name): New variable.
8374         (message-simplify-recipients): New command.
8375
8376         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8377
8378         * message.el (message-info): Handle EasyPG manual.
8379
8380         * mml.el (mml-menu): Add entry for EasyPG.
8381
8382 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8383
8384         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8385         parameter.
8386
8387         * message.el (message-disassociate-draft): Specify drafts group name
8388         fully.
8389
8390 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8391
8392         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8393         Eliminate unnecessary duplicates from the match list.
8394
8395 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8398
8399         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8400
8401         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8402         args of `how-many' of which the XEmacs version doesn't take; declare
8403         Info-index-next as function.
8404
8405 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-score.el (gnus-score-headers): Fix handling of
8408         gnus-inhibit-slow-scoring.
8409
8410         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8411         string.
8412         (gnus-button-url-regexp): Improve handling of parenthesis.
8413         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8414         (gnus-button-handle-info-keystrokes): Handle index entries.
8415
8416 2008-03-15  Glenn Morris  <rgm@gnu.org>
8417
8418         * parse-time.el (parse-time-string): Simplify.
8419
8420 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8423         Incoming* files.
8424
8425 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8426
8427         * auth-source.el (auth-sources): Rename from auth-source-choices.
8428         (auth-source-pick): Use it.
8429
8430 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8431
8432         * binhex.el (binhex-decode-region-internal):
8433         * uudecode.el (uudecode-decode-region-internal):
8434         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8435         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8436         setting default-enable-multibyte-characters.
8437
8438 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * auth-source.el (auth-source-protocols)
8441         (auth-source-protocols-customize, auth-source-choices): Add and
8442         modified variable customizations and defaults.
8443         (auth-source-pick, auth-source-user-or-password)
8444         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8445         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8446         (auth-source-user-or-password-sftp)
8447         (auth-source-user-or-password-smtp): Use new variables and provide an
8448         interface to netrc.el.
8449
8450 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8453         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8454         Make sure the nntp port to specify is a string.
8455
8456 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8457
8458         * nntp.el: Use with-current-buffer.
8459         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8460         dubious mm-with-unibyte-current-buffer.
8461         (nntp-with-open-group-function): New function extracted from
8462         nntp-with-open-group macro.
8463         (nntp-with-open-group): Use the function, so it's easier to debug.
8464         Add indentation and debugging info.
8465         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8466         Recommend the use of the netcat alternatives.
8467
8468         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8469         Avoid mm-string-as-multibyte as well.
8470
8471         * nnweb.el (nnweb-insert-html):
8472         Remove use of nnheader-string-as-multibyte.
8473
8474         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8475         (nnheader-string-as-multibyte): Remove.
8476
8477         * mm-view.el: Use inhibit-read-only.
8478         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8479         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8480         or unibyte-string.
8481
8482         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8483         (mm-uu-yenc-extract): Use with-current-buffer.
8484
8485         * gnus-soup.el (gnus-soup-send-packet): Don't use
8486         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8487
8488         * nnmh.el: Use with-current-buffer.
8489         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8490         mm-string-as-multibyte on the output of mm-encode-coding-string.
8491
8492         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8493         (nnimap-request-move-article): Use with-current-buffer.
8494
8495         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8496         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8497         conversion uses string-make-unibyte rather than string-as-unibyte.
8498
8499         * gnus-msg.el: Use with-current-buffer.
8500
8501         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8502
8503 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8504
8505         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8506         string for caching if it is 'PIN.
8507
8508 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * lpath.el: Consider the case without Emacs/W3.
8511
8512 2008-03-08  Glenn Morris  <rgm@gnu.org>
8513
8514         * time-date.el (date-to-time, time-subtract, time-add)
8515         (safe-date-to-time): Doc fixes.
8516
8517 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * mail-source.el (mail-source-delete-old-incoming-confirm):
8520         Change default to nil.
8521         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8522
8523 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * lpath.el: Rearrange.
8526
8527         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8528         (gnus-article-goto-prev-page): Work for articles having ^L's.
8529
8530         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8531
8532         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8533
8534 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8535
8536         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8537         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8538         (gnus-bookmark-jump): Adjust some variable names.
8539
8540 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * auth-source.el: New package.
8543         (auth-source-choices): Add customization entry point variable.
8544
8545         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8546         bug.
8547
8548 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8549
8550         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8551         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8552         (gnus-registry-install-shortcuts): Rename from
8553         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8554         the `gnus-registry-mark-map' keymap dynamically from
8555         `gnus-registry-marks'.  The generated functions update the summary line
8556         when a registry mark is added or deleted, and will call
8557         `gnus-registry-install-p' (see the comments in the code).
8558         (gnus-registry-user-format-function-M): Use concat intelligently.
8559
8560         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8561         the registry mark functions.
8562
8563 2008-03-05  Glenn Morris  <rgm@gnu.org>
8564
8565         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8566         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8567         gnus-art.
8568         (top-level): No need to load own source when compiling.
8569
8570 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8573         Suggested by <chris.anderton@zetnet.co.uk>.
8574
8575 2008-03-04  Glenn Morris  <rgm@gnu.org>
8576
8577         * gnus-sum.el (top-level): No need to require gnus when compiling,
8578         since unconditionally required near start of file.
8579         (gnus-summary-display-while-building): Move definition before use.
8580
8581 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8582
8583         * gnus-registry.el (gnus-registry-user-format-function-M):
8584         Add formatting function.
8585
8586 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8587
8588         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8589         with plists.
8590         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8591         Use new format.
8592
8593 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8596         `where-is-internal' that returns a range of key sequences.
8597
8598 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8599
8600         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8601
8602         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8603         (gnus-summary-jump-to-group): Consider windows on other displayed
8604         frames as well.  Similar changes might be needed elsewhere, but that's
8605         the one I've bumped into during my use.
8606
8607         * nndoc.el (nndoc-oe-dbx-type-p):
8608         * gnus-msg.el (gnus-debug):
8609         * gnus-group.el (gnus-update-group-mark-positions):
8610         Use mm-string-to-multibyte.
8611
8612 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8615         doesn't handle NotDashEscaped.
8616
8617         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8618         (mml-dnd-attach-options): Fix typo in custom choice.
8619
8620         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8621         Change nndoc-article-type to mbox.
8622         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8623
8624         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8625         to nil, instead of html2text.
8626
8627         * imap.el (imap-debug): Add `imap-ping-server'.
8628
8629         * gnus-bookmark.el: Add FIXMEs.
8630
8631         * message.el (message-form-letter-separator)
8632         (message-send-form-letter-delay): New variables.
8633         (message-send-form-letter): Use them.  New command to send form
8634         letters.  Requested by Uwe Siart.
8635         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8636
8637 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * Update copyright years.
8640
8641 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         Sync from EMACS_22_BASE.
8644
8645         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8646
8647 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8648
8649         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8650         empty author.
8651
8652 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8653
8654         * gnus-registry.el (gnus-registry-marks): Add variable for
8655         customization of marks and their appearance.
8656         (gnus-registry-read-mark): Use it.
8657         (gnus-registry-do-marks): Add utility function to loop through
8658         `gnus-registry-marks'.
8659         (gnus-registry-install-shortcuts-and-menus): Add function to install
8660         shortcuts and menus.
8661         (gnus-registry-initialize): Use it.
8662         (gnus-registry-default-mark): Clarify documentation.
8663
8664 2008-02-29  Glenn Morris  <rgm@gnu.org>
8665
8666         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8667         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8668         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8669         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8670         Change defcustom :version from 23.0 to 23.1.
8671
8672 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-registry.el (gnus-registry-follow-group-p)
8675         (gnus-registry-post-process-groups): Add functions to aid registry
8676         splitting and improve logging.  Clarify behavior in function
8677         documentation.
8678         (gnus-registry-split-fancy-with-parent): Use them.
8679
8680 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8681
8682         * gnus-art.el: Use with-current-buffer.
8683
8684 2008-02-27  David Engster  <dengste@eml.cc>
8685
8686         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8687         Express real group name in the response.
8688
8689 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8692         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8693         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8694         autoload gnus-registry-fetch-group when compiling.
8695         (nnmairix-request-group-with-article-number-correction):
8696         Remove unreferenced argument passed to nnmairix-call-backend.
8697
8698 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8701         (mm-uu-extract): Improve face for low color ttys.
8702         Reported by Sascha Wilde.
8703
8704 2008-02-27  Glenn Morris  <rgm@gnu.org>
8705
8706         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8707         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8708         variables to defconsts.  Convert comments to doc-strings.
8709         (nnmairix-last-server, nnmairix-current-server): Convert from free
8710         variables to defvars.  Convert comments to doc-strings.
8711         (gnus-registry-fetch-group): Autoload.
8712         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8713         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8714         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8715         caddr.
8716         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8717         nnmairix-request-group-with-article-number-correction call.
8718         (nnmairix-fast, nnmairix-group): New, less general names, for free
8719         variables passed from nnmairix-request-group to
8720         nnmairix-request-group-with-article-number-correction.  Declare.
8721         (nnmairix-request-group-with-article-number-correction):
8722         Use nnmairix-fast, nnmairix-group rather than fast, group.
8723
8724 2008-02-26  David Engster  <dengste@eml.cc>
8725
8726         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8727         version 0.5.
8728
8729 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8732         instead of making an extra function call.  Don't add the current group
8733         to articles only when they have the group.  Use
8734         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8735         Reported by David <de_bb@arcor.de>.
8736
8737 2008-02-24  Miles Bader  <miles@gnu.org>
8738
8739         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8740         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8741         (mm-find-mime-charset-region):
8742         * mm-bodies.el (mm-encode-body):
8743         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8744
8745 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8748         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8749
8750 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * mail-source.el (mail-source-delete-incoming): Change default.
8753         Supplement doc string.
8754
8755         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8756
8757 2008-02-14  Glenn Morris  <rgm@gnu.org>
8758
8759         * time-date.el (format-seconds): New function.
8760
8761 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * nnmail.el (nnmail-message-id-cache-file): Derive from
8764         `gnus-home-directory'.
8765
8766 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8769         Document negative prefix.
8770
8771         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8772
8773 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * message.el (message-unsent-separator): Add the Exim bounce
8776         separator.
8777
8778 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8779
8780         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8781         list.
8782         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8783         recipient/signer list.
8784
8785 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * Makefile.in (datarootdir): Define.
8788         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8789         name that might contain whitespace.
8790
8791 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8794         fbound (Emacs 23 unicode), signal an error.
8795
8796 2008-02-08  Glenn Morris  <rgm@gnu.org>
8797
8798         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8799
8800 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8801
8802         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8803         ports to the calls to `netrc-machine-user-or-password' in addition to
8804         "imap" and "imaps".
8805
8806 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8807
8808         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8809
8810         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8811
8812 2008-02-01  Kenichi Handa  <handa@m17n.org>
8813
8814         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8815         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8816         (rfc2104-hash): Convert the result of concat to unibyte string.
8817
8818 2008-02-01  Dave Love  <fx@gnu.org>
8819
8820         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8821         coding-system-for-read.
8822         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8823
8824 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8827         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8828         <hanche@math.ntnu.no>.
8829
8830 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8833
8834         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8835
8836 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8837
8838         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8839         * message.el (message-beginning-of-line): Use featurep instead of bound
8840         tests in order to resolve conditionals at compile time.
8841
8842 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8843
8844         * mail-source.el (mail-sources): Add `group' choice.
8845
8846         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8847         parameter `in-group' to control into which group the articles go.
8848         Add treatment of `group' mail-source.
8849
8850 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8853
8854         * mm-decode.el (mm-dissect-buffer): Decode description.
8855
8856         * mml.el (mml-to-mime): Encode message header first.
8857
8858 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8861         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8862
8863         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8864         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8865
8866 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8869
8870 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8873         prefix keys.
8874         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8875         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8876         gnus-xmas.el.
8877
8878         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8879         (gnus-xmas-article-describe-bindings): New function.
8880         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8881         gnus-xmas-article-describe-bindings.
8882
8883         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8884
8885 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8886
8887         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8888         Add new variables for article mark management.
8889         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8890         list of extra data entries which, when present, will indicate that the
8891         article ID should not be trimmed from the registry.
8892         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8893         functions.
8894         (gnus-registry-read-mark): New function to read a mark name from the
8895         user.
8896         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8897         (gnus-registry-set-article-mark-internal): New functions to add and
8898         remove marks.
8899         (gnus-registry-get-article-marks): New function to show the marks for
8900         an article, or retrieve them for further use.
8901
8902 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8905         keys when no argument is given.
8906
8907 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * imap.el (imap-ping-server): New variable.
8910         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8911         (imap-ping-server): Minor doc string fixes.
8912
8913 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8914
8915         * imap.el (imap-ping-server): New function.
8916         (imap-opened): Call imap-ping-server.
8917
8918 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gnus-sum.el (gnus-article-sort-by-random)
8921         (gnus-thread-sort-by-random): Fix doc strings.
8922         Reported by jidanni@jidanni.org.
8923
8924 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (gnus-article-describe-bindings): New function.
8927         (gnus-article-read-summary-keys): Use it.
8928         (gnus-article-mode-map): Bind `C-h b' to it.
8929
8930 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8933         XEmacs.
8934         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8935         Protect against non-character events.
8936
8937         * lpath.el: Fbind map-keymap for Emacs 21.
8938
8939 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8942         New command.
8943         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8944         instead of END.  Change name of the temp file.
8945         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8946         customizable.
8947
8948 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8951         bind `S W' to gnus-article-wide-reply-with-original; set default
8952         binding to gnus-article-read-summary-send-keys.
8953         (gnus-article-read-summary-keys): Fix the order of keys; display
8954         continuation keys correctly in the echo area; describe bindings
8955         correctly when keys end with `C-h'.
8956         (gnus-article-read-summary-send-keys): New function.
8957         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8958         Work for gnus-article-read-summary-send-keys; display continuation keys
8959         correctly in the echo area.
8960         (gnus-article-reply-with-original): Ignore prefix argument.
8961         (gnus-article-wide-reply-with-original): New function.
8962
8963         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8964         Emacs 21.
8965
8966 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8969         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8970
8971 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8974         (gnus-group-read-ephemeral-gmane-group): New command.
8975
8976 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8977
8978         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8979
8980 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * message.el (message-send-mail-function): Increase custom version.
8983
8984         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8985         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8986
8987 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8988
8989         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8990         for the cases where imap-authenticate is called with a nil buffer
8991         parameter.
8992
8993 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8996         html parts correctly; support forwarded messages.
8997         (gnus-article-browse-html-article): Remove work buffers.
8998
8999         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9000         compiling.
9001         (netrc-bound-and-true-p): New macro.
9002         (netrc-parse): Use it instead of bound-and-true-p that is not available
9003         in XEmacs 21.4.
9004
9005 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9006
9007         * gnus-registry.el (gnus-registry-mark-article)
9008         (gnus-registry-article-marks): Add functionality to mark articles
9009         through the Gnus registry.
9010
9011         * encrypt.el: Clarify documentation for the new pgg method.
9012         (encrypt-file-alist): Add PGG option.
9013         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9014         functionality.  Abstract password key and messaging to external
9015         functions.
9016         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9017         (encrypt-message-method-and-cipher): Add new convenience external
9018         functions.
9019         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9020         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9021
9022         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9023         (netrc-parse): Use encrypt-file-alist to determine if
9024         encrypt-find-model or encrypt-insert-file-contents should be used.
9025
9026         * encrypt.el: Clarify documentation.  Load password-cache or
9027         password, whichever one is found first, instead of autoloading.
9028
9029 2007-12-19  Glenn Morris  <rgm@gnu.org>
9030
9031         * mml.el (message-options-set, message-narrow-to-head)
9032         (message-in-body-p, message-mail-p, message-encode-message-body):
9033         Autoload.
9034         (message-remove-header, message-narrow-to-headers-or-head)
9035         (message-subscribed-p, message-make-mail-followup-to)
9036         (message-position-on-field, message-news-p)
9037         (message-options-set-recipient, message-generate-headers)
9038         (message-sort-headers): Declare as functions.
9039
9040 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9043         convention in doc string.
9044
9045 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9048         title to html parts.
9049         (gnus-article-browse-html-article): Pass message header to it.
9050
9051         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9052
9053 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9056         or password compatible with XEmacs.
9057
9058 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9061         format document.
9062         (gnus-mime-delete-part): Don't write description line if empty.
9063         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9064
9065 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9066
9067         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9068         (gnus-summary-mark-read-and-unread-as-read)
9069         (gnus-summary-mark-current-read-and-unread-as-read)
9070         (gnus-summary-mark-unread-as-ticked): Doc fix.
9071         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9072
9073 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9076         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9077
9078 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9081         yes-or-no-p.
9082
9083 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * mm-decode.el (mm-add-meta-html-tag): New function.
9086         (mm-save-part-to-file, mm-pipe-part): Use it.
9087
9088         * gnus-art.el (gnus-article-browse-delete-temp-files):
9089         Use gnus-y-or-n-p instead of y-or-n-p.
9090         (gnus-article-browse-html-parts): Work with message/external-body; use
9091         mm-add-meta-html-tag.
9092
9093 2007-12-11  Glenn Morris  <rgm@gnu.org>
9094
9095         * gnus-cache.el: Require gnus-sum not just when compiling.
9096
9097         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9098
9099         * gnus-int.el (gnus-server-opened, gnus-status-message):
9100         Move definitions before use.
9101
9102         * mm-decode.el: Require gnus-util.
9103         (mm-remove-part): Only call delete-annotation on XEmacs.
9104
9105         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9106
9107         * nnmail.el: Require gnus-int.
9108
9109         * spam.el: Move `require's before `eval-when-compile's.
9110
9111         * gnus-ems.el (gnus-alive-p):
9112         * gnus-fun.el (message-goto-eoh):
9113         * gnus-util.el (gnus-group-name-decode):
9114         * mail-source.el (gnus-compress-sequence):
9115         * message.el (Info-goto-node, format-spec):
9116         * mm-bodies.el (message-options-get):
9117         * mm-decode.el (mm-view-pkcs7):
9118         * mm-util.el (gmm-write-region):
9119         * mml-smime.el (mml-compute-boundary)
9120         (gnus-completing-read-with-default):
9121         * mml.el (widget-button-press, gnus-make-hashtable):
9122         * mml1991.el (mm-decode-content-transfer-encoding)
9123         (mm-encode-content-transfer-encoding)
9124         (message-options-get, message-options-set):
9125         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9126         * nnfolder.el (gnus-request-group):
9127         * nnheader.el (ietf-drums-unfold-fws):
9128         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9129         * smime.el (gnus-run-mode-hooks):
9130         * spam-stat.el (gnus-message): Autoload.
9131
9132         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9133         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9134         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9135         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9136         Add declare-function compatibility definition.
9137
9138         * gnus-cache.el (nnvirtual-find-group-art):
9139         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9140         (gnus-add-image, gnus-add-wash-type):
9141         * gnus-group.el (nnkiboze-score-file):
9142         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9143         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9144         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9145         (message-tokenize-header, gnus-get-buffer-create)
9146         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9147         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9148         * gnus.el (gnus-group-decoded-name):
9149         * mail-source.el (imap-capability):
9150         * mm-bodies.el (message-options-set):
9151         * mm-decode.el (gnus-configure-windows):
9152         * mm-extern.el (message-goto-body):
9153         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9154         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9155         (epg-sub-key-validity, message-options-set):
9156         * mml.el (widget-event-point, gnus-configure-windows):
9157         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9158         * mml2015.el (epg-check-configuration, epg-configuration)
9159         (message-options-set):
9160         * nndb.el (nndb-request-article):
9161         * nnfolder.el (gnus-request-create-group):
9162         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9163         * nnmaildir.el (gnus-group-mark-article-read):
9164         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9165         * rfc1843.el (message-fetch-field):
9166         * spam.el (gnus-extract-address-components):
9167         Declare as functions.
9168
9169 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9172
9173         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9174
9175         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9176         bind show-trailing-whitespace for XEmacs.
9177
9178 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9181         new no-op macro for backward compatibility.
9182
9183         * imap.el (imap-string-to-integer): New function.
9184
9185 2007-12-09  Glenn Morris  <rgm@gnu.org>
9186
9187         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9188
9189         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9190         * message.el, mm-view.el, sieve-manage.el, smime.el:
9191         Add declare-function compatibility definition.
9192
9193         * gnus-art.el (w3-region, w3m-region, Info-menu):
9194         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9195         * gnus-sum.el (gnus-get-predicate):
9196         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9197         * message.el (mail-abbrev-in-expansion-header-p):
9198         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9199         (w3m-detect-meta-charset, w3m-region):
9200         * sieve-manage.el (password-read, password-cache-add)
9201         (password-cache-remove):
9202         * smime.el (password-read-and-add): Declare as functions.
9203
9204 2007-12-08  David Kastrup  <dak@gnu.org>
9205
9206         * gnus-sum.el (gnus-summary-simplify-subject-query):
9207         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9208         `message'.
9209
9210 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9213         it to bind idna-program, installation-directory, defined-colors, and
9214         face-attribute for XEmacs of the version that compiles defcustom forms.
9215
9216 2007-12-07  Glenn Morris  <rgm@gnu.org>
9217
9218         * gnus-art.el (article-make-date-line): Revert previous change.
9219
9220 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9223
9224 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9225
9226         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9227         Call gnus-add-to-range ranges only once with a prepared article-list.
9228
9229 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9230
9231         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9232         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9233         group names with backslashes.
9234         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9235
9236 2007-12-06  Deepak Goel  <deego3@gmail.com>
9237
9238         * gnus-art.el (article-make-date-line):
9239         * gnus-start.el (gnus-load):
9240         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9241
9242 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-art.el (gnus-use-idna)
9245         * gnus-start.el (gnus-site-init-file)
9246         * message.el (message-use-idna)
9247         * mm-uu.el (mm-uu-hide-markers)
9248         * smiley.el (smiley-style): Revert changes that suppress warnings.
9249
9250 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9253         specify charset to html source.
9254         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9255
9256 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9259         idna-program in order to suppress byte compile warning issued by XEmacs
9260         that came to byte compile the default value section of defcustom forms
9261         recently.
9262
9263         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9264         value of installation-directory.
9265
9266         * message.el (message-use-idna): Don't directly refer to the value of
9267         idna-program.
9268
9269         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9270
9271         * smiley.el (smiley-style): Don't directly call face-attribute.
9272
9273 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9276
9277         * gnus-dired.el: Reduce Gnus dependencies.
9278         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9279         Don't require.  Use autoloads instead.
9280         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9281         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9282         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9283         (gnus-dired-mode): Adjust doc string.
9284         (gnus-dired-mail-mode): New variable.
9285         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9286         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9287         (gnus-dired-mail-buffers): New function.  Return mail or message
9288         composition buffers.
9289         (gnus-dired-attach): Use it.
9290         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9291         NO-DECODE.
9292         (gnus-dired-print): Use `gnus-print-buffer' depending on
9293         `gnus-dired-mail-mode'.
9294
9295 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * rfc2047.el (rfc2047-encoded-word-regexp)
9298         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9299         explaining what regexp patterns are for.
9300
9301 2007-12-04  Glenn Morris  <rgm@gnu.org>
9302
9303         * password.el: Move to password-cache.el.
9304
9305         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9306         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9307         * mml-smime.el (password-read, password-cache-add)
9308         (password-cache-remove):
9309         No need to autoload, since mml-sec requires password.
9310
9311         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9312         * message.el (gnus-extract-address-components):
9313         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9314
9315         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9316         password.
9317
9318 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * mailcap.el: Reduce dependencies.
9321         (mail-header-parse-content-type): Autoload.
9322         (mailcap-delete-duplicates): New alias.
9323         (mailcap-mime-info): Add optional argument NO-DECODE.
9324         (mailcap-mime-types): Use mailcap-delete-duplicates.
9325
9326         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9327
9328 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9329
9330         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9331         (imap-parse-status): Upcase status-att for servers that sends them
9332         lower-case (e.g., MS Exchange 2007).
9333
9334 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9337         function.
9338
9339         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9340         (gnus-uu-yenc-article): New function.
9341
9342         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9343
9344         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9345
9346 2007-12-02  Glenn Morris  <rgm@gnu.org>
9347
9348         * binhex.el (binhex): New custom group.
9349         (binhex-decoder-program, binhex-decoder-switches)
9350         (binhex-use-external): Move to the binhex custom group.
9351
9352         * uudecode.el (uudecode): New custom group.
9353         (uudecode-decoder-program, uudecode-decoder-switches)
9354         (uudecode-use-external): Move to the uudecode custom group.
9355
9356         * netrc.el (top-level): Don't load `encrypt' features.
9357         (netrc-parse): Don't use encrypt.
9358         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9359
9360         * encrypt.el: Remove file.
9361
9362 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9365         matches on patches.
9366
9367         * gnus-art.el (gnus-article-browse-html-article):
9368         Mention `mm-text-html-renderer' in the doc string.
9369
9370         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9371         string.  Add comments.
9372
9373         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9374         if rhs is ASCII.
9375
9376 2007-12-01  Glenn Morris  <rgm@gnu.org>
9377
9378         * mail-source.el (top-level): Require format-spec before
9379         eval-when-compile.
9380
9381 2007-11-30  Glenn Morris  <rgm@gnu.org>
9382
9383         * encrypt.el: Require password, rather than autoloading password-read.
9384
9385 2007-11-29  Glenn Morris  <rgm@gnu.org>
9386
9387         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9388         (sasl-make-client, sasl-next-step, sasl-step-data)
9389         (sasl-step-set-data): Declare as functions.
9390
9391 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9394
9395 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9396
9397         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9398         certs should be verified and what is to be done in the event of a
9399         verification failure.
9400
9401         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9402         caller can indicate whether the cache should be disregarded for this
9403         call.  This way the result of the call is reproducible at all times and
9404         can be considered a canonical server name for the supplied method.
9405         (gnus-agent-method-p): Canonicalize server names by pushing their
9406         method through `gnus-method-to-server' using the no-cache argument.
9407
9408         * gnus-srvr.el (gnus-server-insert-server-line):
9409         Call `gnus-method-to-server' with `no-cache' argument.
9410
9411         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9412         gnus-agent-possibly-synchronize-flags as this should be called when the
9413         server is actually being opened.
9414         (gnus-agent-possibly-synchronize-flags)
9415         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9416         flags file of an agentized server to the latter function.
9417
9418         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9419         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9420         after a connection has been established successfully.
9421
9422 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (article-display-face): Force to display face if called
9425         interactively; check if gnus-article-x-face-too-ugly matches author.
9426         (article-display-x-face): Display face even if From header is missing
9427         as article-display-face does.
9428
9429 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9430
9431         * hashcash.el (message-narrow-to-headers-or-head)
9432         (message-fetch-field, message-goto-eoh)
9433         (message-narrow-to-headers): Declare as functions.
9434
9435 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * mail-source.el (mail-sources): Default to fetch from file for
9438         compatibility with default of nnmail-spool-file.
9439
9440 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9443         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9444         to look for encoded word that should be encoded again.
9445         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9446         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9447         encoding pattern.
9448         (rfc2047-decode-region): Switch strict regexp and loose one according
9449         to rfc2047-allow-irregular-q-encoded-words.
9450
9451 2007-11-25  Romain Francoise  <romain@orebokech.com>
9452
9453         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9454
9455 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * tls.el (tls-program): Provide more custom choices from
9458         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9459         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9460
9461 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9464         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9465
9466         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9467         `nnmail-spool-file'.
9468
9469         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9470         `nnmail-spool-file'.
9471
9472         * gnus-move.el (gnus-change-server): Ditto.
9473
9474         * gnus-kill.el (gnus-batch-score): Ditto.
9475
9476         * gnus-cache.el (gnus-jog-cache): Ditto.
9477
9478         * gnus-msg.el (gnus-summary-reply):
9479         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9480
9481 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9484         version.  Minor improvement to doc strings.
9485         (tls-program): Add comment.
9486
9487 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9488
9489         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9490         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9491         mismatch between the hostname provided in the certificate and the name
9492         of the host connnecting to.
9493         (open-tls-stream): Use them.  Check certificates against trusted root
9494         certificates.
9495
9496 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-cache.el (gnus-cache-generate-nov-databases):
9499         Use nnml-generate-nov-databases-directory instead of
9500         nnml-generate-nov-databases-1.
9501
9502 2007-11-24  Glenn Morris  <rgm@gnu.org>
9503
9504         * message.el (message-tool-bar-retro): Update for rename
9505         mail_send.xpm->mail-send.xpm.
9506
9507 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9510         `smime-ldap-search' for Emacs 22 and up.
9511
9512 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9513
9514         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9515
9516         * message.el (message-send-mail-function): Fix error convention.
9517         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9518         (message-widen-reply, message-send-mail, message-talkative-question)
9519         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9520         (message-clone-locals, message-send-news): Use with-current-buffer.
9521         (message-insert-or-toggle-importance): Remove unused var `valid'.
9522         (message-make-references): Remove unused var `new-references'.
9523         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9524
9525 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9526
9527         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9528         (spam-split-symbolic-return-positive): Reflow docstring.
9529         (spam-backends, spam-summary-exit-behavior)
9530         (spam-mark-ham-unread-before-move-from-spam-group)
9531         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9532         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9533         (spam-clear-cache, spam-backend-check, spam-install-backend)
9534         (spam-install-statistical-backend, spam-list-of-processors)
9535         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9536         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9537         (spam-check-crm114, spam-initialize, spam-unload-hook):
9538         Fix typos in docstrings.
9539
9540 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9543         been checked if they have never been read and those group levels are
9544         higher than the one that a user specified.
9545
9546 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9549         foreign groups unless a group level is specified by a user.
9550         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9551
9552 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * message.el (message-send-mail-function): Require sendmail.
9555
9556 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * message.el (message-send-mail-function): Check for smtpmail too.
9559
9560         * utf7.el (utf7-encode, utf7-decode): Use coding system
9561         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9562
9563         * message.el (message-send-mail-function): New function.
9564         (message-send-mail-function): Set default using
9565         message-send-mail-function.  Adjust doc string.
9566         (message-send-mail-with-mailclient): New function.
9567
9568 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9569
9570         * smime.el (from):
9571         * rfc2047.el (message-posting-charset):
9572         * qp.el (mm-use-ultra-safe-encoding):
9573         * pop3.el (parse-time-months):
9574         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9575         * nnml.el (files):
9576         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9577         (jka-compr-compression-info-list, ange-ftp-path-format)
9578         (efs-path-regexp):
9579         * nndiary.el (files):
9580         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9581         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9582         (epg-digest-algorithm-alist, inhibit-redisplay)
9583         (password-cache-expiry):
9584         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9585         (pgg-output-buffer, password-cache-expiry):
9586         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9587         (efs-path-regexp):
9588         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9589         (inhibit-redisplay):
9590         * mm-uu.el (file-name, start-point, end-point, entry)
9591         (gnus-newsgroup-name, gnus-newsgroup-charset):
9592         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9593         (latin-unity-ucs-list):
9594         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9595         (mm-uu-binhex-decode-function):
9596         * message.el (gnus-message-group-art, gnus-list-identifiers)
9597         (rmail-enable-mime-composing, gnus-local-organization)
9598         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9599         (gnus-read-active-file, facemenu-add-face-function)
9600         (facemenu-remove-face-function, gnus-article-decoded-p)
9601         (tool-bar-mode):
9602         * mail-source.el (display-time-mail-function):
9603         * gnus-util.el (nnmail-pathname-coding-system)
9604         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9605         (gnus-original-article-buffer, gnus-user-agent)
9606         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9607         (xemacs-codename, sxemacs-codename, emacs-program-version):
9608         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9609         * gnus-start.el (gnus-agent-covered-methods)
9610         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9611         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9612         (gnus-newsgroup-headers, gnus-group-list-mode)
9613         (gnus-group-mark-positions, gnus-newsgroup-data)
9614         (gnus-newsgroup-unreads, nnoo-state-alist)
9615         (gnus-current-select-method, mail-sources)
9616         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9617         (nnmail-spool-file, gnus-cache-active-hashtb):
9618         * gnus-mh.el (mh-lib-progs):
9619         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9620         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9621         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9622         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9623         (gnus-group-buffer):
9624         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9625         (font-lock-set-defaults):
9626         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9627         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9628         (gnus-summary-post-menu, total-parts, type, condition, length):
9629         * gnus-agent.el (gnus-agent-read-agentview):
9630         * flow-fill.el (show-trailing-whitespace):
9631         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9632         eval-and-compile wrappers for byte compiler pacifiers.
9633
9634         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9635         (mm-display-inline-fontify): Check for featurep 'xemacs not
9636         extent-list.
9637
9638         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9639         itimer-list.
9640         (mm-create-image-xemacs): Only do something for XEmacs.
9641         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9642
9643         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9644
9645         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9646         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9647
9648 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9649
9650         * nnimap.el (nnimap-split-download-body):
9651         * gnus-demon.el (gnus-demon):
9652         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9653
9654 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9657         New macros.
9658         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9659         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9660         copy data from unibyte buffer to multibyte current buffer.
9661         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9662         to copy data from unibyte current buffer to multibyte buffer.
9663         (nntp-make-process-buffer): Make process buffer unibyte.
9664
9665         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9666
9667 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9668
9669         * pop3.el (pop3-open-server): Accept and process data more robustly at
9670         connexion start to avoid spurious "POP SSL connexion failed" errors.
9671
9672 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9675         read group names.
9676
9677 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9680
9681 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9684         (nnmail-save-active): Use a unibyte buffer when saving active file,
9685         which may contain non-ASCII group names.
9686
9687         * nnml.el (nnml-request-group): Decode group names in messages.
9688
9689 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * message.el (message-citation-line-function)
9692         (message-insert-formatted-citation-line): Fix spelling of
9693         `message-insert-formated-citation-line'.
9694
9695 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9698
9699 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9702         nnmail-pathname-coding-system.
9703
9704         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9705         that a user enters; decode group names in messages.
9706
9707         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9708
9709 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9712
9713         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9714
9715         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9716         risky local variable.
9717
9718         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9719
9720 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9721
9722         * encrypt.el: Improve documentation to fix function name typo.
9723         Reported by Daiki Ueno <ueno@unixuser.org>.
9724
9725 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9728         even if the point is not in the last page of an article.
9729         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9730         back to the previous page.
9731
9732 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9735
9736 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9739
9740 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9741
9742         * message.el (message-check-news-body-syntax):
9743         Avoid mm-string-as-multibyte.
9744         (message-hide-headers): Don't assume (point-min)==1.
9745
9746 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * message.el (message-remove-blank-cited-lines): Fix if remove is
9749         given.
9750         (message-bogus-address-regexp): New variable.
9751         (message-bogus-recipient-p): New function.
9752         (message-check-recipients): New command.
9753         (message-syntax-checks): Add `bogus-recipient'.
9754         (message-fix-before-sending): Add `bogus-recipient'.
9755
9756         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9757         (gnus-treat-body-boundary): Don't test window-system.
9758
9759 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9760
9761         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9762
9763 2007-10-28  Miles Bader  <miles@gnu.org>
9764
9765         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9766         at compile-time too.
9767
9768 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * gnus-msg.el (gnus-message-setup-hook):
9771         Add `message-remove-blank-cited-lines' to options.
9772
9773 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * message.el (message-remove-blank-cited-lines): New function.
9776         Suggested by Karl Plästerer.
9777
9778 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9781         mapc.
9782
9783         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9784         (top-level): Use mapc to set functions to be traced for debugging.
9785
9786         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9787         called for effect with while loop.
9788
9789         * message.el (message-talkative-question): Replace mapcar called for
9790         effect with mapc.
9791
9792         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9793         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9794         called for effect with dolist.
9795
9796         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9797
9798         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9799         gnus-extra-headers and nnmail-extra-headers.
9800
9801         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9802         called for effect with dolist.
9803         (top-level): Use mapc to set functions to be traced for debugging.
9804
9805         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9806         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9807         dolist.
9808
9809         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9810         Replace mapcar called for effect with mapc.
9811         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9812         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9813         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9814         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9815
9816         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9817         remove-if that's a cl function.
9818
9819         * webmail.el (webmail-debug): Replace mapcar called for effect with
9820         dolist.
9821
9822         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9823         with mapc.
9824
9825 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9828         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9829         with while loop.
9830
9831         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9832         functions from article-* functions.
9833         (gnus-multi-decode-header): Replace mapcar called for effect with
9834         dolist.
9835
9836         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9837         (gnus-bookmark-show-details): Replace mapcar called for effect with
9838         while loop.
9839
9840         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9841         called for effect with while loop.
9842
9843         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9844         with dolist.
9845
9846         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9847         Replace mapcar called for effect with dolist.
9848
9849         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9850
9851         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9852         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9853         Replace mapcar called for effect with dolist.
9854         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9855         mapc.
9856
9857         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9858         Replace mapcar called for effect with dolist.
9859         (gnus-topic-list): Replace mapcar called for effect with mapc.
9860
9861         * gnus.el: Use mapc instead of mapcar to add autoloads.
9862
9863 2007-10-23  Richard Stallman  <rms@gnu.org>
9864
9865         * gnus-group.el (gnus-group-highlight): Mark as risky.
9866
9867 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus.el (gnus-server-to-method): Return method found first in
9870         gnus-newsrc-alist.
9871
9872         * gnus-art.el (gnus-article-highlight-signature)
9873         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9874         button overlay without the front stickiness.
9875
9876 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9877
9878         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9879         overview buffer needed a catch to receive its throw.
9880         (gnus-agent-flush-cache): Declare as interactive to make this function
9881         easier to use.
9882
9883 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9886         `next-line'.
9887
9888 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9891         exclude address matching message-dont-reply-to-names.
9892
9893 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-util.el (gnus-string<): New function.
9896
9897         * gnus-sum.el (gnus-article-sort-by-author)
9898         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9899
9900 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9903         the frame-focus tag is set in gnus-buffer-configuration.
9904
9905 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9908         the front stickiness.
9909
9910 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9913         url pattern; remove duplicate one.
9914         (gnus-article-extend-url-button): New function.
9915         (gnus-article-add-buttons): Use it.
9916         (gnus-button-push): Use concatenated url that it makes.
9917
9918 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9919
9920         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9921
9922 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9923
9924         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9925         Don't hardcode point-min==1.
9926
9927 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9930         Fix comment about "iso8859-1".
9931
9932 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9935         ones returned from the verify-function.
9936
9937         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9938         Call mml2015-extract-cleartext-signature if extraction failed.
9939
9940 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9941
9942         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9943         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9944         failed.
9945
9946 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9949
9950 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9953         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9954         recommends to use EasyPG instead of PGG.
9955
9956         * pgg.el: Revert to revision 6.23.2.16.
9957
9958         * pgg-def.el: Revert to revision 6.6.2.14.
9959
9960         * pgg-gpg.el: Revert to revision 6.23.2.34.
9961
9962 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9963
9964         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9965         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9966         thread for both the null and zero (kill/expire thread) universal prefix
9967         cases.
9968         (gnus-summary-expire-thread): Add new function to expire a thread,
9969         using gnus-summary-kill-thread.
9970         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9971         shortcuts for gnus-summary-expire-thread.
9972         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9973         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9974
9975 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9978         extras value, so an extras entry can be deleted.
9979         (gnus-registry-delete-extra-entry): Use it.
9980         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9981         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9982         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9983         storage through the gnus-registry, and provide an appropriate API for
9984         it.
9985
9986 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9989         Suggested by Leo <sdl.web@gmail.com>.
9990
9991         * gnus.el: Do.
9992
9993 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9996         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9997
9998         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9999
10000         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10001         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10002
10003 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10006         newline.
10007         (nnmbox-request-accept-article): Don't change article in source buffer;
10008         narrow to header to use message-fetch-field rather than
10009         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10010         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10011         as delimiters; make sure article ends with newline.
10012         (nnmbox-delete-mail): Correct last position of article to be deleted;
10013         ignore X-Gnus-Newsgroup header in article body.
10014         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10015         positions; make sure article ends with newline.
10016
10017         * message.el (message-display-abbrev): Don't infloop when a user
10018         inserts SPC in the beginning of header.
10019
10020         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10021         coding-system-for-read and coding-system-for-write for XEmacs having no
10022         file-coding feature.
10023
10024         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10025
10026 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10027
10028         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10029         list of groups not followed by default.  Fix type to be regexp.
10030         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10031
10032 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10033
10034         * hmac-def.el (define-hmac-function): Switch from old-style to
10035         new-style backquotes.
10036
10037         * md4.el (md4-make-step): Likewise.
10038
10039 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10042         raw-text coding system when saving .newsrc file, which may contain
10043         non-ASCII group names.
10044
10045 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gnus-cus.el (gnus-score-extra): New widget.
10048         (gnus-score-extra-convert): New function.
10049         (gnus-score-customize): Use it for Extra.
10050
10051 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10052
10053         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10054         (mml2015-mailcrypt-clear-verify): Use it.
10055         (mml2015-gpg-clear-verify): Use it.
10056         (mml2015-pgg-clear-verify): Use it.
10057         (mml2015-epg-clear-verify): Replace the current part with the output
10058         from GnuPG; don't extract the plaintext by itself.
10059
10060         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10061         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10062         mml2015-clear-verify-function; don't touch the armor headers or
10063         dash-escaped text here.
10064
10065 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10068         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10069         parts, or application/octet-stream as a last resort.
10070         (gnus-mime-view-part-as-type): Don't toggle display.
10071         (gnus-mime-view-part-as-charset): Don't turn off display before
10072         querying charset.
10073
10074         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10075         stuff to undisplayer function in Emacs.
10076         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10077
10078         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10079         text/calendar parts.
10080
10081 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10084         decoding text/calendar parts.
10085
10086         * message.el (message-forward-make-body-mime): Always mark body as
10087         having no illegible text; remove signed-or-encrypted argument.
10088         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10089
10090         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10091         (mml-generate-mime-1): Don't encode body if it is specified to be in
10092         raw form; don't make buffer be unibyte when inserting multibyte string.
10093
10094 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10095
10096         * sha1.el: Fix up comment style.
10097         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10098         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10099
10100         * hex-util.el: Fix up comment style.
10101         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10102
10103         * gnus-salt.el: Use with-current-buffer.
10104         (gnus-pick-setup-message): Fix long-standing typo.
10105
10106 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * imap.el (imap-logout-timeout): New variable.
10109         (imap-logout, imap-logout-wait): New functions.
10110         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10111
10112         * nnimap.el (nnimap-logout-timeout): New server variable.
10113         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10114         nnimap-logout-timeout.
10115
10116         * gnus-art.el (gnus-article-summary-command-nosave)
10117         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10118
10119 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus.el (gnus-maximum-newsgroup): New variable.
10122
10123         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10124         according to gnus-maximum-newsgroup.
10125
10126         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10127         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10128         Limit the range of articles according to gnus-maximum-newsgroup.
10129
10130 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10131
10132         * gnus-art.el (gnus-sticky-article): Fix problems described in
10133         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10134         Don't perform gnus-configure-windows here; reuse existing sticky
10135         article buffer.
10136
10137         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10138         it doesn't exist in gnus-article-mode.
10139
10140 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10143         (gnus-agent-decoded-group-name): New function.
10144         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10145         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10146
10147 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10148
10149         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10150         Add binding for gnus-sticky-article.
10151         (gnus-summary-exit): Don't kill sticky article buffers.
10152
10153         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10154         article buffer.
10155         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10156         (gnus-kill-sticky-article-buffers): New commands.
10157
10158 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * nntp.el (nntp-xref-number-is-evil): New server variable.
10161         (nntp-find-group-and-number): If it is non-nil, don't trust article
10162         numbers in the Xref header.
10163
10164 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-agent.el (gnus-agent-read-group): New function.
10167         (gnus-agent-flush-group, gnus-agent-expire-group)
10168         (gnus-agent-regenerate-group): Use it.
10169         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10170         nnmail-pathname-coding-system.
10171
10172 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10175
10176         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10177         that are unread as unread, and also as selected so that information of
10178         marks having been changed by a user may be updated when exiting group.
10179
10180 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10183
10184 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10187         calculated ignoring signature parts to gnus-treat-article.
10188
10189 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10192         a point here in order to keep the window start.
10193         (gnus-insert-mime-security-button): Make a button overlay without the
10194         front stickiness.
10195         (gnus-mime-display-security): Goto the end of a button.
10196
10197         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10198
10199 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10202         group-name-at-point.
10203         (gnus-group-completing-read): New function that offers decoded
10204         non-ASCII group names for completion.
10205         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10206         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10207         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10208         (gnus-group-fetch-control): Use it.
10209         (gnus-fetch-group): Use group-name-at-point for the initial value
10210         rather than the default value; use gnus-alive-p.
10211
10212         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10213         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10214         (gnus-summary-post-news): Use gnus-group-completing-read.
10215
10216         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10217         (gnus-read-move-group-name): Decode group name for completion.
10218
10219 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10220
10221         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10222         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10223         Yamaoka slightly modified the code).
10224
10225 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10228         (nnmail-split-incoming): Bind it.
10229
10230         * nnml.el (nnml-group-name-charset): New function.
10231         (nnml-decoded-group-name): Use it; don't decode group name if
10232         nnmail-group-names-not-encoded-p is non-nil.
10233         (nnml-encoded-group-name): New function.
10234         (nnml-group-pathname): Inline nnml-decoded-group-name.
10235         (nnml-request-expire-articles): Decode group name in message.
10236         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10237         nnmail-pathname-coding-system.
10238         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10239         not decoded ones according to nnmail-group-names-not-encoded-p.
10240         (nnml-generate-active-info): Use nnml-encoded-group-name.
10241
10242 2007-08-08  Glenn Morris  <rgm@gnu.org>
10243
10244         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10245         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10246         doc-strings and comments.
10247
10248 2007-07-25  Glenn Morris  <rgm@gnu.org>
10249
10250         * Relicense all FSF files to GPLv3 or later.
10251
10252 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-sum.el (gnus-summary-move-article):
10255         Make gnus-summary-respool-article work.
10256
10257 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10260         string.
10261
10262 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10263
10264         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10265         that should be ignored when comparing distant RSS articles with local
10266         ones.
10267         (nnrss-make-hash-index): New function.  Create a hash index according
10268         to the ignored fields.
10269         (nnrss-check-group): Use it.
10270
10271 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10274
10275         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10276
10277         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10278         the new optional argument ENCODED is non-nil.
10279         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10280         coding system for encoding group name.
10281         (gnus-group-make-rss-group): Pass un-encoded group name to
10282         gnus-group-make-group.
10283         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10284         encoded.
10285
10286         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10287         Encode group name to which articles are moved or copied.
10288         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10289         coding system for encoding Newsgroup, Followup-To and Xref headers.
10290
10291         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10292         marks; use nnheader-file-coding-system to write a file.
10293         (nnagent-retrieve-headers): Bind file-name-coding-system to
10294         nnmail-pathname-coding-system.
10295
10296         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10297
10298         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10299         (nnml-request-article, nnml-request-create-group)
10300         (nnml-request-rename-group, nnml-find-id)
10301         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10302         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10303         (nnml-save-marks): Use nnml-group-pathname instead of
10304         nnmail-group-pathname.
10305
10306         (nnml-request-create-group, nnml-request-expire-articles)
10307         (nnml-request-move-article, nnml-request-delete-group)
10308         (nnml-deletable-article-p, nnml-possibly-create-directory)
10309         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10310         (nnml-open-marks): Bind file-name-coding-system to
10311         nnmail-pathname-coding-system.
10312
10313         (nnml-request-article): Pass server argument to nnml-find-group-number.
10314         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10315         Pass server argument to nnml-possibly-create-directory.
10316         (nnml-request-accept-article): Pass server argument to
10317         nnml-active-number and nnml-save-mail.
10318         (nnml-find-group-number): Pass server argument to nnml-find-id.
10319         (nnml-request-update-info): Pass server argument to
10320         nnml-marks-changed-p.
10321
10322         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10323         (nnml-save-mail, nnml-active-number): Add server argument.
10324
10325         (nnml-request-delete-group): Warn if group is missing.
10326         (nnml-get-nov-buffer): Decode group name.
10327         (nnml-generate-active-info): Encode group name.
10328         (nnml-open-marks): Decode group name in messages.
10329
10330 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10333         if it is not specified.
10334         (gnus-article-pipe-part, gnus-article-save-part)
10335         (gnus-article-interactively-view-part, gnus-article-copy-part)
10336         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10337         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10338         (gnus-article-replace-part, gnus-article-delete-part)
10339         (gnus-article-view-part-as-type): Pass raw prefix argument to
10340         gnus-article-part-wrapper.
10341
10342 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-agent.el (gnus-agent-save-active):
10345         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10346
10347         * gnus-cache.el (gnus-cache-save-buffers)
10348         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10349         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10350         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10351         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10352         (gnus-cache-generate-active, gnus-cache-rename-group)
10353         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10354         (gnus-cache-update-overview-total-fetched-for):
10355         Bind file-name-coding-system to nnmail-pathname-coding-system.
10356         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10357         New variables.
10358         (gnus-cache-decoded-group-name): New function.
10359         (gnus-cache-file-name): Use it.
10360         (gnus-cache-generate-active): Use non-decoded group name for active.
10361
10362         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10363         right place.
10364         (gnus-write-active-file): Don't break non-ASCII group names.
10365
10366         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10367         nnmail-pathname-coding-system.
10368
10369         * lpath.el: Bind default-file-name-coding-system,
10370         file-name-coding-system and language-info-alist for XEmacs.
10371
10372         * gnus-uu.el (gnus-uu-decode-save): Typo.
10373
10374 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10377
10378 2007-07-14  David Kastrup  <dak@gnu.org>
10379
10380         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10381         finishing actions if we did not edit the article.
10382
10383 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10386         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10387         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10388         (gnus-agent-flush-group, gnus-agent-flush-cache)
10389         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10390         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10391         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10392         (gnus-agent-regenerate-group)
10393         (gnus-agent-update-files-total-fetched-for)
10394         (gnus-agent-update-view-total-fetched-for):
10395         Bind file-name-coding-system to nnmail-pathname-coding-system.
10396         (gnus-agent-group-pathname): Don't encode file names by
10397         nnmail-pathname-coding-system.
10398         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10399         coding-system-for-write instead of buffer-file-coding-system to
10400         gnus-agent-file-coding-system.
10401
10402         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10403         Decode group name.
10404
10405         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10406
10407         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10408         (gnus-read-newsrc-el-file): Make group names unibyte.
10409
10410         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10411         nnmail-pathname-coding-system.
10412
10413         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10414         (nnrss-request-delete-group): Bind file-name-coding-system to
10415         nnmail-pathname-coding-system.
10416         (nnrss-read-server-data, nnrss-read-group-data):
10417         Bind file-name-coding-system correctly.
10418         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10419
10420         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10421         (nntp-server-to-method-cache): New variable.
10422         (nntp-group-pathname): New function that decodes non-ASCII group names.
10423         (nntp-possibly-create-directory, nntp-marks-changed-p)
10424         (nntp-save-marks, nntp-open-marks): Use it.
10425         (nntp-possibly-create-directory, nntp-open-marks):
10426         Bind file-name-coding-system to nnmail-pathname-coding-system.
10427         (nntp-open-marks): Decode group names when bootstrapping marks.
10428
10429         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10430         Newsgroups and Folowup-To headers.
10431
10432 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10435         (gnus-server-closed-face, gnus-server-denied-face)
10436         (gnus-server-offline-face): Remove variable.
10437         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10438
10439         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10440         of modifying message-stack directly for XEmacs.
10441
10442         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10443         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10444         if the coding-system argument is nil for XEmacs.
10445
10446         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10447         mm-charset-override-alist.
10448
10449         * rfc2047.el: Don't require base64; require rfc2045 for the function
10450         rfc2045-encode-string.
10451         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10452         to quote the parameter value.
10453
10454 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10457         form in gnus-group-name-charset-method-alist.
10458
10459         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10460         overrides the default layout edit-form.
10461
10462         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10463
10464         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10465
10466 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10469         as unfetched articles.
10470
10471 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10474
10475 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10478         original back end that keeps marks in the local system.
10479
10480 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10483         arg of pop-to-buffer for XEmacs.
10484         (gnus-article-read-summary-keys): Ditto; don't restore window
10485         configuration if summary command ends up with neither article buffer
10486         nor summary buffer; describe bindings if summary keys end with C-h.
10487
10488 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * message.el (message-fix-before-sending): Skip raw message part to be
10491         forwarded while checking illegible text.
10492         (message-forward-make-body-mime, message-forward-make-body):
10493         Mark signed or encrypted raw message as having no illegible text.
10494
10495 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10498         (gnus-message-with-timestamp-1): New macro.
10499         (gnus-message-with-timestamp): New function.
10500         (gnus-message): Use them.
10501
10502         * nnheader.el (nnheader-message): Use them.
10503
10504 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10507         .newsrc.eld file.
10508
10509 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-agent.el (gnus-agent-fetch-headers)
10512         (gnus-agent-retrieve-headers):
10513         Bind gnus-decode-encoded-address-function to identity.
10514
10515         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10516         available also when the server returns simply a dot.
10517
10518         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10519
10520 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10523
10524 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-ems.el (gnus-x-splash): Make it work.
10527
10528         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10529         from being used.
10530
10531         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10532
10533 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10536         4th and the 5th arguments.
10537
10538         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10539         the front stickiness.
10540         (gnus-article-summary-command-nosave): Correct the order of the
10541         arguments passed to pop-to-buffer.
10542         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10543         summary command ends up with the article buffer.
10544
10545         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10546         the same faces.
10547
10548 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10549
10550         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10551
10552 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10553
10554         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10555         * gnus-sum.el (gnus-summary-highlight):
10556         * pgg.el (pgg-sign-region, pgg-sign):
10557         * mail-source.el (mail-source-delete-old-incoming-confirm):
10558         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10559
10560 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-art.el (gnus-mime-view-part-externally)
10563         (gnus-mime-view-part-internally): Fix predicate function passed to
10564         completing-read.
10565
10566         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10567
10568         * gnus.el (gnus-update-message-archive-method): Add :version.
10569
10570 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus.el (gnus-update-message-archive-method): New variable.
10573
10574         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10575         according to gnus-message-archive-method if
10576         gnus-update-message-archive-method is non-nil.
10577
10578 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10581         Suggested by Loic Dachary <loic@dachary.org>.
10582         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10583
10584 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * message.el (message-pop-to-buffer): Add switch-function argument.
10587         (message-mail): Pass switch-function argument to it.
10588
10589 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10592         Improve doc string.
10593
10594 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10597         (gnus-header-content)
10598         * gnus-cite.el (gnus-cite-10)
10599         * gnus-srvr.el (gnus-server-closed)
10600         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10601         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10602         (gnus-group-mail-3-empty, gnus-group-mail-low)
10603         (gnus-group-mail-low-empty, gnus-splash)
10604         * message.el (message-header-to, message-header-cc)
10605         (message-header-subject, message-header-other, message-header-name)
10606         (message-header-xheader, message-separator, message-cited-text)
10607         (message-mml): Lighten colors of faces used for dark background.
10608
10609 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10610
10611         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10612         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10613
10614 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * message.el (message-narrow-to-headers-or-head):
10617         Ignore mail-header-separator in the body.
10618
10619 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10622         same as window size.
10623
10624 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10625
10626         * message.el (message-font-lock-keywords): Use message-header-xheader
10627         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10628         ahead of the anything pattern, to get it recognised.
10629
10630 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10633         spam.el loads uses it in the compiled defadvice form.
10634
10635 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10636
10637         * gnus-sum.el (gnus-articles-to-read)
10638         (gnus-summary-insert-old-articles): Don't truncate group name for
10639         `read-string'.
10640
10641         * gnus-util.el (gnus-limit-string): Delete this function.
10642
10643         * gnus-sum.el (gnus-simplify-subject-fully):
10644         Use `truncate-string-to-width' instead.
10645
10646 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10647
10648         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10649         Tell if, on summary exit, the next group has to be selected.
10650         (gnus-summary-exit): Use it.
10651
10652 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10655         non-break space.
10656
10657 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10660         Check if group is not a directory.
10661         (nnfolder-request-expire-articles): Don't delete articles if the target
10662         group is not available.
10663
10664         * nnml.el (nnml-request-create-group): Properly check if group is not a
10665         file.
10666         (nnml-request-expire-articles): Don't delete articles if the target
10667         group is not available.
10668
10669         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10670         Don't quote characters that are within parentheses.
10671
10672 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10675         (gnus-handle-ephemeral-exit): Select article according to it.
10676
10677 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * message.el (message-insert-formated-citation-line): Remove newline.
10680         (message-citation-line-format): Add final \n here so that the user can
10681         avoid a blank line.
10682
10683 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10684
10685         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10686         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10687         Update lanl/arXiv support.
10688
10689 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus.el: Bump version number.
10692
10693 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * gnus.el (gnus-version-number): Bump version.
10696
10697 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10698
10699         * gnus.el: No Gnus v0.6 is released.
10700
10701 2007-04-27  Didier Verna  <didier@xemacs.org>
10702
10703         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10704         * gmm-utils.el (gmm-regexp-concat): ... here.
10705         * message.el: Don't require 'gnus-util.
10706         (message-dont-reply-to-names): Handle name change above.
10707         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10708
10709 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10712         since the initial value varies according to the system.
10713
10714 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10717
10718 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10719
10720         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10721
10722 2007-04-24  Didier Verna  <didier@xemacs.org>
10723
10724         Improve the type of gnus-ignored-from-addresses.
10725         * gnus-util.el (gnus-orify-regexp): New function.
10726         * message.el (gnus-util): Require it.
10727         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10728         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10729         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10730
10731 2007-04-24  Didier Verna  <didier@xemacs.org>
10732
10733         * gnus-sum.el:
10734         * gnus-utils.el: Fix some trailing whitespaces.
10735
10736 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10739         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10740         article's Message-ID; refer parent article in summary buffer.
10741
10742         * message.el (message-bounce): Call mime-to-mml.
10743
10744         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10745         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10746         optimize and/or forms properly.
10747
10748 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10751         URL.
10752
10753 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10756
10757 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10760         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10761         displayed of multipart/alternative part if it is invoked from summary
10762         buffer.
10763
10764         * mm-view.el (mm-inline-text-html-render-with-w3m)
10765         (mm-inline-text-html-render-with-w3m-standalone)
10766         (mm-inline-render-with-function): Use mail-parse-charset by default.
10767
10768 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10769
10770         * parse-time.el (parse-time-string-chars): Check if CHAR
10771         is less than the length of parse-time-syntax.
10772
10773 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10776         from gnus-newsgroup-processable.
10777
10778 2007-04-16  Didier Verna  <didier@xemacs.org>
10779
10780         * gnus-msg.el (gnus-configure-posting-styles):
10781         Handle message-signature-directory properly with :file syntax.
10782         Reported by "Leo".
10783
10784 2007-04-11  Didier Verna  <didier@xemacs.org>
10785
10786         New user option: message-signature-directory.
10787         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10788         * message.el (message-insert-signature): Ditto.
10789         * message.el (message-signature-file): Doc update.
10790         * message.el (message-signature-directory): New.
10791
10792 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-msg.el (gnus-inews-yank-articles):
10795         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10796
10797 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * message.el (message-yank-original): Make sure cited text ends with
10800         newline; don't exchange point and mark.
10801
10802 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10803
10804         * tls.el (open-tls-stream): Properly handle case where there
10805         is no associated buffer.
10806
10807 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10808
10809         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10810         message-yank-original, make sure (< mark TEXT point).
10811
10812 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * message.el (message-fill-column): New variable.
10815         (message-mode): Use it.  Add comment on a possible new hook.
10816
10817         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10818         (nnmail-get-new-mail): Reformat.
10819
10820         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10821
10822         * gmm-utils.el: Fix Commentary.
10823         (gmm-tool-bar-from-list): Fix typo in doc string.
10824
10825 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10826
10827         * message.el (message-yank-original): Don't switch point and mark
10828         unnecessarily to put point and mark as documented.
10829
10830 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10831
10832         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10833         from the message heads.
10834
10835 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10836
10837         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10838         article buffer does not have a window.  This may not be the best
10839         solution but is certainly better than setting the start of the null,
10840         that is the current, window.
10841
10842 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10845         (gnus-draft-setup): Run it.
10846
10847         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10848         gnus-score-fast-scoring.  Allow regexp.
10849         (gnus-score-headers): Use it.
10850
10851         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10852         XEmacs.
10853
10854         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10855         string.
10856         (gnus-button-alist): Also catch `<f1> k ...'.
10857         (gnus-treat-display-x-face): Fix doc string.
10858
10859 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860
10861         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10862         evaluation of gnus-extended-version to ensure correct generation of the
10863         User-Agent header when message-generate-headers-first is used.
10864
10865 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10866
10867         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10868         hashcash-path is nil.  Don't call callback with incorrect number of
10869         parameters if val is 0.
10870
10871 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10872
10873         * message.el (message-required-news-headers):
10874         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10875
10876 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10877
10878         * tls.el (open-tls-stream): In handshake-waiting loop,
10879         don't wait more if there is output available to process.
10880
10881 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10882
10883         * tls.el (tls-program): Doc fix.
10884
10885 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * message.el (message-generate-new-buffers): Change the meaning of the
10888         nil value; add `standard' to the choices; treat t as `unique'; improve
10889         doc string.
10890         (gnus-select-frame-set-input-focus): Autoload.
10891         (message-buffer-name): Search for the existing message buffer if
10892         message-generate-new-buffers is nil or `standard'; treat the value t of
10893         message-generate-new-buffers as `unique'.
10894         (message-pop-to-buffer): Raise the frame already displaying the message
10895         buffer; clear the echo area after querying.
10896         (message-setup): Pass the `continue' argument to compose-mail.
10897         (message-mail): Prefer `switch-function' if it is given; search for the
10898         existing message buffer if the `continue' argument is non-nil; pass
10899         continue and switch-function arguments to compose-mail by way of
10900         message-setup.
10901         (message-mail-other-window): Adjust argument of message-setup.
10902         (message-mail-other-frame): Ditto.
10903
10904 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10907         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10908         to turn font-lock on when turning gnus-message-citation-mode on.
10909
10910 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10911
10912         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10913         (mml-smime-function-alist): New variable; add epg as the backend.
10914         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10915         mml-smime- functions instead.
10916         * mm-view.el: Require smime.
10917
10918 2007-03-05  Didier Verna  <didier@xemacs.org>
10919
10920         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10921         instead of just inheritance for posting styles.
10922         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10923
10924 2007-02-24  Chris Moore  <dooglus@gmail.com>
10925
10926         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10927         * pgg-pgp.el (pgg-pgp-encrypt-region):
10928         * pgg-gpg.el (pgg-gpg-encrypt-region):
10929         Check pgg-encrypt-for-me if no other recipients.
10930
10931 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10932
10933         * tls.el (tls-certtool-program): Fix custom type.
10934
10935 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10938         and point-at-eol instead of line-(beginning|end)-position.
10939
10940         * assistant.el (assistant-parse-buffer): Ditto.
10941
10942         * netrc.el (netrc-parse-services): Ditto.
10943
10944 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10945
10946         * mml2015.el (mml2015-epg-find-usable-key): New function.
10947         (mml2015-epg-sign): Use it.
10948         (mml2015-epg-encrypt): Use it.
10949
10950 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * message.el (message-make-in-reply-to): Quote name containing
10953         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10954         if there are special characters.  Reported by NAKAJI Hiroyuki
10955         <nakaji@jp.freebsd.org>.
10956
10957 2007-02-27  Didier Verna  <didier@xemacs.org>
10958
10959         Include the group parameters as well as the topic ones in the
10960         inheritance filter process.
10961         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10962         argument GROUP-PARAMS-LIST.
10963         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10964
10965 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * nntp.el (nntp-never-echoes-commands)
10968         (nntp-open-connection-functions-never-echo-commands): New variables.
10969         (nntp-send-command): Use them.
10970
10971 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10972
10973         * mml2015.el (mml2015-epg-verify): Simplify.
10974
10975 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * mml.el (mml-content-disposition-alist): New user option.
10978         (mml-content-disposition): New function.
10979         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10980         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10981
10982 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10983
10984         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10985         verification.
10986
10987 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988
10989         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10990         articles posted in the last 24 hours.
10991
10992 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10993
10994         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10995
10996 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10997
10998         * nntp.el (nntp-send-command): Don't wait for echoes when
10999         nntp-open-ssl-stream is used.
11000
11001 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11004         (gnus-message-add-citation-keywords)
11005         (gnus-message-remove-citation-keywords): Remove.
11006         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11007         directly, make the variables in font-lock-defaults buffer-local, add
11008         gnus-message-citation-keywords to them and then update the value of
11009         font-lock-keywords.
11010
11011 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * message.el (message-cite-original-1): Don't call
11014         gnus-article-highlight-citation.
11015
11016         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11017         citations; fix line count.
11018
11019 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11022         (gnus-message-add-citation-keywords)
11023         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11024         versions of font-lock-add-keywords and font-lock-remove-keywords to
11025         work with XEmacs correctly.
11026
11027 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-cite.el (gnus-cite-face-list): Set the values of
11030         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11031         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11032         (gnus-message-cite-prefix-regexp): New variable.
11033         (gnus-message-search-citation-line): Use it; protect against long
11034         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11035         the 0th match data for Emacs.
11036         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11037         (gnus-message-add-citation-keywords): Append keywords rather than
11038         prepending; emulate font-lock-add-keywords if it is not available.
11039         (gnus-message-remove-citation-keywords):
11040         Emulate font-lock-remove-keywords if it is not available.
11041
11042         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11043
11044         * message.el (message-cite-prefix-regexp): Set the value of
11045         gnus-message-cite-prefix-regexp.
11046
11047 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11048
11049         * nnweb.el (nnweb-google-parse-1): Update parser.
11050
11051 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11052
11053         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11054
11055 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11056
11057         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11058         regexp.
11059
11060 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11063         string-to-multibyte.
11064         (uudecode-decode-region-internal): Use it.
11065
11066         * lpath.el: Fbind string-as-multibyte for XEmacs.
11067
11068 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11071         Fix custom choice.
11072
11073         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11074
11075 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11076
11077         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11078
11079         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11080         `write-region' to respect `mm-inhibit-file-name-handlers'.
11081
11082 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11085         Use gnus-home-directory instead of "~/" or "$HOME".
11086
11087 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11088
11089         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11090         to mention filename.
11091         Add comments at beginning regarding usage.
11092         (encrypt-write-file-contents): Change interactive so a string is
11093         acceptable.  If the file has no associated model, show an error instead
11094         of a nonsense prompt.
11095
11096 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11097
11098         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11099         Thanks to Yoshihiko Yamada for kind notification of this typo.
11100
11101 2007-01-12  Kenichi Handa  <handa@m17n.org>
11102
11103         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11104         multibyte buffer.
11105
11106 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * gnus-score.el (gnus-score-fast-scoring): New variable.
11109         (gnus-score-headers): Use it.
11110
11111         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11112
11113         * message.el (message-cite-original-1):
11114         Call gnus-article-highlight-citation if requested.
11115         (message-make-from): Allow name and address as optional arguments.
11116
11117         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11118
11119         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11120         bugs to doc string.
11121         (gnus-button-alist): Add mid\\|message-id.
11122         (gnus-button-fetch-group): Extend for use in
11123         `browse-url-browser-function'.
11124         (gnus-button-url-regexp): Try to catch paired parentheses like in
11125         Wikipedia URLs.
11126
11127         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11128         Suggested by Simon Krahnke <overlord@gmx.li>.
11129
11130 2007-01-13  Romain Francoise  <romain@orebokech.com>
11131
11132         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11133         Update copyright.
11134
11135 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11136
11137         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11138
11139 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11140
11141         * gnus-registry.el (gnus-registry-unfollowed-groups)
11142         (gnus-registry-split-fancy-with-parent): Fix documentation.
11143
11144 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11147         from nnweb groups.
11148
11149 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11152         Xref urls.  Erase buffer before requesting head.
11153
11154         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11155
11156 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11159         customizable.
11160
11161 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11162
11163         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11164         no signing key is found.
11165         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11166         no encrypting and/or signing key is found.
11167
11168 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11171
11172 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11173
11174         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11175         headers read from disk with the ones newly found in the current search.
11176         This should no longer cause problems, because the article numbers in
11177         Gmane's `nov.php' output are ignored since the previous change.
11178
11179 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180
11181         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11182
11183 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11186         replace-regexp-in-string; bind url-version; fbind display-images-p and
11187         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11188         find-face and set-itimer-function for Emacs; bind itimer-list for
11189         Emacs.
11190
11191         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11192
11193 2007-01-01  Romain Francoise  <romain@orebokech.com>
11194
11195         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11196
11197 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11198
11199         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11200         `define-minor-mode' macro definition expanded properly.
11201         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11202         exclude it there.
11203
11204         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11205         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11206         `fboundp' test.
11207         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11208         This is OK to autoload in (S)XEmacs now.
11209
11210 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11211
11212         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11213         keystroke.
11214         (gnus-summary-limit-to-singletons): Fix typo.
11215
11216         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11217         else fails.
11218
11219 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11220
11221         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11222         docstring.
11223
11224         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11225         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11226         (gnus-summary-insert-dormant-articles): Fix typo in message.
11227
11228 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11231         nil for XEmacs.
11232         (gnus-message-citation-mode): Don't autoload in XEmacs.
11233
11234         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11235
11236 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11237
11238         * nnimap.el (nnimap-expunge-search-string):
11239         Mention nnimap-search-uids-not-since-is-evil in docstring.
11240
11241 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * spam.el: Revert to make-obsolete-variable because
11244         define-obsolete-variable-alias is not supported in Emacs 21.
11245
11246         * spam.el (spam-ifile-path, spam-ifile-database-path)
11247         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11248         make-obsolete-variable.
11249         (spam-bsfilter-path, spam-bsfilter-program)
11250         (spam-spamassassin-path, spam-spamassassin-program)
11251         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11252         Don't use "path" inappropriately.
11253         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11254         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11255         variable names.
11256
11257 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11260         summary buffer.
11261
11262         * password.el (password-cache-remove): Use clear-string to burn
11263         password, if available.
11264
11265 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11268
11269         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11270
11271         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11272         (gnus-message-highlight-citation): Move defcustom here from
11273         gnus-cite.el.
11274         (gnus-message-citation-mode): Autoload.
11275
11276         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11277         checks to make it compile with XEmacs.
11278         (gnus-message-citation-mode): New minor mode.
11279         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11280         (gnus-message-highlight-citation): New variables.
11281         (gnus-message-search-citation-line)
11282         (gnus-message-add-citation-keywords)
11283         (gnus-message-remove-citation-keywords)
11284         (turn-on-gnus-message-citation-mode)
11285         (turn-off-gnus-message-citation-mode): New functions.
11286
11287 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11288
11289         * gnus-cite.el: Enable highlighting of different citation levels in
11290         message-mode.
11291
11292 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * message.el (message-make-fqdn): Fix comment.
11295         (message-bogus-system-names): Add ".local".
11296
11297         * spam.el (spam-ifile-path, spam-ifile-program)
11298         (spam-ifile-database-path, spam-ifile-database)
11299         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11300         Don't use "path" inappropriately.
11301         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11302         strings.
11303         (spam-check-ifile, spam-ifile-register-with-ifile)
11304         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11305         Use new variable names.
11306
11307         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11308         (gnus-treat-display-smileys): Simplify using
11309         gnus-image-type-available-p.
11310
11311         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11312         available.
11313
11314         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11315         Use `display-images-p' if available.
11316
11317 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11320         one after turning on the buffer's multibyteness instead of decoding
11321         them directly in the unibyte buffer that causes unexpected conversion
11322         in Emacs 23 (unicode).
11323
11324 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11325
11326         * message.el (message-generate-hashcash): Fix custom type.
11327
11328 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11331
11332 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11335         disconnect icons.  Add help text.
11336
11337 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11338
11339         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11340         negated to be consistent with the others we handle.
11341
11342 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11343
11344         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11345         version of gnus-summary-buffer to something, so that we can use two
11346         article buffers at the same time.
11347
11348 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11349
11350         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11351         trigger all the extra headers.
11352         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11353         sorting.
11354
11355 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11356
11357         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11358         solid groups.
11359
11360 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11361
11362         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11363
11364 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * legacy-gnus-agent.el: Add Copyright notice.
11367
11368 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11369
11370         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11371
11372 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11375
11376         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11377         to make it work reliably in CVS Emacs.
11378         (gnus-summary-limit-strange-charsets-predicate)
11379         (gnus-summary-limit-to-predicate): New functions.
11380
11381 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11382
11383         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11384         specifying array size.
11385         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11386         array if it is too small.
11387         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11388         (gnus-sort-threads-loop): New function.
11389
11390 2006-12-06  Chris Moore  <dooglus@gmail.com>
11391
11392         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11393         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11394
11395 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11396
11397         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11398         options.
11399
11400 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11403         DOS-ing the recipient.
11404
11405         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11406         the headers when creating the mapping to avoid mismappings.
11407         (nnweb-gmane-create-mapping): Always nix out old mapping.
11408
11409 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11412         and mm-verify-option to never.
11413
11414 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * message.el (message-signed-or-encrypted-p): New function.
11417         (message-forward-make-body): Use it.
11418
11419         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11420         Replace encode-coding-string with mm-encode-coding-string.
11421
11422 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * nneething.el (nneething-decode-file-name):
11425         Replace decode-coding-string with mm-decode-coding-string.
11426
11427         * gnus-int.el (gnus-open-server): Say failed server's name.
11428
11429 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11430
11431         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11432         strings to a single string.  Quote `errors-file-name'.
11433         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11434         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11435         Adjust calls.  Use `shell-quote-argument'.
11436
11437 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11438
11439         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11440         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11441
11442         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11443         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11444         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11445         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11446         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11447         (gnus-subscribe-newsgroup, gnus-1):
11448         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11449         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11450         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11451         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11452
11453 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11456         keystroke.
11457         (gnus-summary-limit-to-bodies): Implement headersp.
11458
11459 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11460
11461         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11462
11463 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11466
11467 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * message.el (message-generate-hashcash): Expand range of values to
11470         include `opportunistic'.
11471         (message-send-mail): Use it.
11472
11473 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11474
11475         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11476         and comment it.
11477
11478         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11479
11480 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gnus-util.el (gnus-extract-address-components): Improve comment.
11483
11484 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-util.el (gnus-extract-address-components): Work with address in
11487         which the name portion contains @.
11488
11489         * lpath.el: Fbind custom-autoload.
11490
11491 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus.el (gnus-start): Move custom group up.
11494         (gnus-select-method): Don't autoload, but make it available for
11495         `customize-variable'.
11496         (gnus-getenv-nntpserver): Don't autoload.
11497
11498 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11501
11502 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-sendmail-extra-arguments): New variable.
11505         (message-send-mail-with-sendmail): Use it.
11506
11507 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11510         mm-with-unibyte-current-buffer to make string unibyte.
11511
11512         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11513         mm-string-as-multibyte.
11514
11515 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11516
11517         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11518         Reported by Werner Koch <wk@gnupg.org>.
11519
11520 2006-11-14  Daiki Ueno  <ueno@p360>
11521
11522         * mml2015.el: Autoload epa-select-keys when compiling.
11523
11524 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11525
11526         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11527         message-options.
11528         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11529
11530 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11531
11532         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11533         EasyPG (< 0.0.6).
11534         (mml2015-always-trust): New user option.
11535         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11536         prompt.
11537
11538 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * nntp.el (nntp-authinfo-force): New variable.
11541         (nntp-send-authinfo): Use it.
11542
11543 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11546         decode encoded words.  Improve prompt.  Add comment about forwarding.
11547         (message-replacement-char): Move up.
11548
11549 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11550
11551         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11552         instead of gnus-intersection because arguments of gnus-sorted-nunion
11553         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11554
11555 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11558         (message-simplify-subject-functions):
11559         Enable message-strip-subject-encoded-words by default.
11560
11561 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * message.el (message-strip-subject-encoded-words): New function.
11564         (message-simplify-subject-functions): New variable.
11565         (message-simplify-subject): Use it.  Fix typo in doc string.
11566         Support message-strip-subject-encoded-words.
11567
11568 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11569
11570         * gnus-diary.el (gnus-diary-delay-format-function):
11571         * nndiary.el (nndiary-reminders):
11572         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11573
11574 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-art.el (article-hide-boring-headers): Fetch date from
11577         gnus-original-article-buffer to avoid problems with localized date
11578         strings.
11579
11580 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11583
11584 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11587         New variables.
11588         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11589         (mm-charset-synonym-alist): Move some entries to
11590         mm-codepage-iso-8859-list.
11591         (mm-charset-synonym-alist, mm-charset-override-alist):
11592         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11593
11594 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11597
11598 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11601         with Emacs 21 and XEmacs.
11602
11603 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11604
11605         * spam.el (spam-parse-address): New function for better parsing,
11606         catching errors, etc.
11607         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11608
11609 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * mm-view.el: Add interactive arg to html2text autoload.
11612
11613 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11616
11617 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11620         New variables.
11621         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11622         (mm-charset-synonym-alist): Move some entries to
11623         mm-codepage-iso-8859-list.
11624
11625         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11626
11627 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * message.el (message-citation-line-format)
11630         (message-insert-formated-citation-line): Fix implementation of %E, %N
11631         and %n according to the doc string.
11632
11633 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11636         Use car-safe to avoid bad parses.
11637
11638 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11641         names.
11642
11643         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11644
11645 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11648         header.
11649
11650         * message.el (message-draft-headers): Add Date.
11651         (message-headers-to-generate): Fix typo in docstring.
11652
11653         * nndraft.el (nndraft-required-headers): New variable.
11654         (nndraft-generate-headers): Use it.
11655
11656         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11657
11658 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11659
11660         * gnus-registry.el (gnus-registry-wash-for-keywords)
11661         (gnus-registry-find-keywords): New functions to allow easy searching of
11662         articles that are in the registry.
11663
11664 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11667         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11668         Reported by Damien Elmes <damien@repose.cx>.
11669
11670 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus.el (gnus-mime): Remove unused custom group.
11673
11674 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11675
11676         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11677         "blank line" when searching for end of armor headers.
11678
11679 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gmm-utils.el (gmm-write-region): Fix variable name.
11682
11683 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gmm-utils.el (gmm-write-region): New function based on compatibility
11686         code from `mm-make-temp-file'.
11687
11688         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11689
11690         * nnmaildir.el (nnmaildir--update-nov)
11691         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11692         Use `gmm-write-region'.
11693
11694 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11697         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11698
11699         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11700
11701         * message.el (message-replacement-char): New variable.
11702         (message-fix-before-sending): Use it.
11703         (message-simplify-subject): New function to remove duplicate code.
11704         (message-reply, message-followup): Use it.
11705
11706         * gnus-sum.el (gnus-summary-make-menu-bar):
11707         Clarify gnus-summary-limit-to-articles.
11708
11709 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-util.el (gnus-with-local-quit): New macro.
11712
11713         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11714
11715 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11716
11717         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11718         ignore non-string data.
11719
11720 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11723         non-string data (needs to be done in the registry too).
11724
11725 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11726
11727         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11728         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11729         (gnus-registry-split-fancy-with-parent)
11730         (gnus-registry-fetch-simplified-message-subject-fast)
11731         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11732         Remove text properties on ingress into the registry and when it's saved.
11733         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11734         registry from entries with no groups.
11735
11736 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11737
11738         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11739         function to remove string properties.
11740
11741 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gmm-utils.el (gmm): Adjust custom version.
11744
11745         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11746         Adjust custom version.
11747
11748         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11749
11750 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gnus-art.el (gnus-insert-prev-page-button)
11753         (gnus-insert-next-page-button): Simplify.  Reformat.
11754
11755 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11756
11757         * gnus-art.el (gnus-insert-prev-page-button)
11758         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11759
11760 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11761
11762         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11763
11764 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11765
11766         * gnus-art.el (gnus-insert-mime-button)
11767         (gnus-insert-mime-security-button):
11768         Apply gnus-article-button-face to MIME and security buttons.
11769
11770 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11773         readable.
11774
11775 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11778
11779 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11780
11781         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11782         `browse-url-of-file' instead of `browse-url'.
11783
11784 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11785
11786         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11787         regexp.  Articles containing quotation were cut prematurely.
11788
11789 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * message.el (message-cite-original-1): Use nobody by default for the
11792         value of From header.
11793         (message-reply): Ditto.
11794
11795 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11796
11797         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11798         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11799         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11800
11801 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11804         mails in the doc string.  Add some URLs in comment.
11805         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11806
11807 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11810         backslashes handling and the way to find boundaries of quoted strings.
11811
11812 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11813
11814         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11815         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11816         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11817         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11818
11819 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11822         doc string.
11823         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11824
11825 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * lpath.el: Fbind epg-check-configuration.
11828
11829 2006-09-06  Simon Josefsson  <jas@extundo.com>
11830
11831         * mml2015.el (mml2015-use): Doc fix, mention epg.
11832
11833 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11834
11835         * mml2015.el (mml2015-use): Default to epg, if available.
11836
11837 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11838
11839         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11840         message-sender.
11841         (mml1991-epg-encrypt): Ditto.
11842         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11843         message-sender.
11844         (mml2015-epg-encrypt): Ditto.
11845
11846 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11847
11848         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11849         several common directories.
11850
11851 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11852
11853         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11854         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11855
11856 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (article-decode-encoded-words): Make it fast.
11859
11860 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11863
11864         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11865         in quoted string into `\'.
11866
11867 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11870         Use standard-syntax-table.
11871
11872 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-art.el (gnus-decode-address-function): New variable.
11875         (article-decode-encoded-words): Use it to decode headers which are
11876         assumed to contain addresses.
11877         (gnus-mime-delete-part): Remove useless `or'.
11878
11879         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11880         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11881         (gnus-nov-parse-line): Use it to decode From header.
11882         (gnus-get-newsgroup-headers): Ditto.
11883         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11884
11885         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11886         (mail-decode-encoded-address-string): New alias.
11887
11888         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11889         New function.
11890         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11891         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11892         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11893         (rfc2047-decode-string): Ditto.
11894         (rfc2047-decode-address-region): New function.
11895         (rfc2047-decode-address-string): New function.
11896
11897 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * message.el (message-caesar-buffer-body): Allow rotating headers.
11900
11901         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11902
11903         * message.el (message-insert-formated-citation-line): Fix %f.
11904         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11905
11906 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11909         (gnus-bookmark-mouse-available-p): New macro.
11910         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11911         (gnus-bookmark-bmenu-show-infos): Use it.
11912         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11913         (gnus-bookmark-bmenu-hide-infos): Ditto.
11914         (gnus-bookmark-remove-properties): New function.
11915         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11916         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11917         (gnus-bookmark-write-file): Bind coding-system-for-write.
11918         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11919         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11920         group before selecting it.
11921         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11922         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11923         quit-window if it is not available; use gnus-mouse-2 and bind it to
11924         gnus-bookmark-bmenu-select-by-mouse.
11925         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11926         (gnus-bookmark-bmenu-select-by-mouse): New function.
11927
11928 2006-08-13  Romain Francoise  <romain@orebokech.com>
11929
11930         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11931         space.
11932
11933 2006-08-10  Romain Francoise  <romain@orebokech.com>
11934
11935         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11936         (dns-mode-soa-auto-increment-serial): New user option.
11937         (dns-mode-soa-maybe-increment-serial): New function.
11938         (dns-mode): Add the latter to `write-contents-functions'.
11939
11940 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * compface.el (uncompface): Use binary rather than raw-text-unix.
11943
11944 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * compface.el (uncompface): Make sure the eol conversion doesn't take
11947         place when communicating with the external programs.
11948         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11949
11950 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11953
11954 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11955
11956         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11957         Make it more robust by parsing author and date independently.
11958
11959 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11962
11963 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11964
11965         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11966         first matching secret key.
11967         (mml2015-epg-encrypt): Ditto.
11968
11969         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11970         first matching secret key.
11971         (mml1991-epg-encrypt): Ditto.
11972
11973         * mml2015.el (mml2015-encrypt-to-self): New user option.
11974         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11975         mml2015-epg-encrypt-to-self is set.
11976
11977         * mml1991.el (mml1991-encrypt-to-self): New variable.
11978         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11979         mml1991-epg-encrypt-to-self is set.
11980
11981         * mml2015.el (mml2015-signers): New user option.
11982         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11983         (mml2015-epg-encrypt): Allow to select signing keys.
11984
11985         * mml1991.el (mml1991-signers): New variable.
11986         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11987         (mml1991-epg-encrypt): Allow to select signing keys.
11988
11989 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * nnheader.el (nnheader-insert-head): Make it work even if the file
11992         uses CRLF for the line-break code.
11993
11994 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11995
11996         * mml2015.el: Require mml-sec instead of password.
11997         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11998         (mml2015-cache-passphrase): Inherit the default value from
11999         mml-secure-cache-passphrase.
12000         (mml2015-passphrase-cache-expiry): Inherit the default value from
12001         mml-secure-passphrase-cache-expiry.
12002
12003         * mml1991.el: Require mml-sec instead of password.
12004         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12005         (mml1991-cache-passphrase): Inherit the default value from
12006         mml-secure-cache-passphrase.
12007         (mml1991-passphrase-cache-expiry): Inherit the default value from
12008         mml-secure-passphrase-cache-expiry.
12009
12010         * mml-sec.el: Require password.
12011         (mml-secure-verbose): New user option.
12012         (mml-secure-cache-passphrase): New user option.
12013         (mml-secure-passphrase-cache-expiry): New user option.
12014
12015 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12016
12017         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12018         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12019         andreas@altroot.de (Andreas Vögele).
12020
12021         FIXME: Use `tiny change'?
12022
12023 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12024
12025         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12026         workaround for the url package included with Emacs.
12027
12028         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12029
12030 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12033         correctly.  This fixes a bug caused by the 2006-05-12 change.
12034
12035 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12036
12037         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12038         some information about the error when saying that the `bogus' mail
12039         group will be used.
12040
12041 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12044         string.
12045
12046 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12047
12048         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12049
12050 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12051
12052         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12053
12054 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12055
12056         * mml1991.el (mml1991-function-alist): Add epg.
12057         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12058         (mml1991-epg-encrypt): New functions.
12059
12060 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12061
12062         * mml2015.el (mml2015-verbose): New variable.
12063         (mml2015-cache-passphrase): Ditto.
12064         (mml2015-passphrase-cache-expiry): Ditto.
12065         (mml2015-function-alist): Add epg.
12066         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12067         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12068         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12069         New functions.
12070
12071 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12072
12073         * message.el (message-cite-original-1): Preserve region when removing
12074         quoted text due to X-No-Archive in order to avoid bogus attribution
12075         when citing multiple messages.
12076
12077 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078
12079         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12080         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12081
12082 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * gnus-diary.el (gnus-user-format-function-d)
12085         (gnus-user-format-function-D): Autoload.
12086
12087         * imap.el (Commentary): Fix typo.
12088
12089         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12090         2006-04-22 contribution.
12091
12092 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12093
12094         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12095         It didn't really fix the bogosity I'm seeing with solid web groups.
12096
12097 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12098
12099         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12100         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12101         created using server names.  If we use the feature without declaring
12102         it, Gnus does not properly manage server and group state.
12103
12104         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12105         bound.
12106
12107 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12108
12109         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12110         looking up the method using GROUP's prefix before inventing a new one.
12111         It is used on killed/unknown groups in various places where returning
12112         an all-new method isn't expected by the caller.
12113
12114         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12115         and match semantics of gnus-group-real-prefix.
12116
12117 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * nnmail.el (nnmail-broken-references-mailers): New variable.
12120         (nnmail-ignore-broken-references): New function generalizing
12121         nnmail-fix-eudora-headers.
12122         (nnmail-fix-eudora-headers): Now obsolete.
12123
12124         * gnus-art.el (gnus-button-handle-custom):
12125         Support `customize-apropos*'.
12126
12127 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128
12129         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12130
12131         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12132         articles.
12133
12134 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * message.el (message-cite-reply-above): New variable.
12137         (message-yank-original): Use it.
12138
12139 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12142
12143 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12146         as read.
12147
12148         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12149
12150 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12153         (gnus-bookmark-default-file): Use gnus-directory.
12154         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12155         Remove "*" in doc string.
12156         (gnus-bookmark-write-file): Simplify.
12157         (gnus-bookmark-maybe-sort-alist): Use `when'.
12158         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12159         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12160         Add FIXME about Emacs 21 and XEmacs compatibility.
12161         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12162         compatibility.
12163         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12164         compatibility.
12165         (gnus-bookmark-menu-heading): Fix version.
12166
12167 2006-06-19  Bastien Guerry  <bzg@altern.org>
12168
12169         * gnus-bookmark.el: New file.
12170
12171 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * message.el (message-syntax-checks): Doc fix.
12174
12175 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12176
12177         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12178         unsubscribed groups as if they were killed ones.  It causes duplicate
12179         entries in gnus-newsrc-alist.
12180
12181 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * message.el (message-syntax-checks): Doc fix.
12184         (message-send-mail): Add check for continuation headers.
12185         (message-check-news-header-syntax): Fix regexp used to check for
12186         continuation headers.
12187
12188 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12191
12192 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12195
12196 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12199         default-truncate-lines.
12200
12201 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12204         to fill the utf-8 entry.
12205
12206         * lpath.el: Fbind unicode-precedence-list.
12207
12208 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12209
12210         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12211
12212 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12213
12214         * gnus-agent.el (directory-files-and-attributes): Move all the way
12215         forward (the third and final move).
12216         (gnus-agent-read-agentview): Trap reconstruction errors due to
12217         nonexistent directory.  Handle by returning nil.
12218
12219 2006-05-30  Didier Verna  <didier@xemacs.org>
12220
12221         * message.el (message-dont-reply-to-names): Update the custom type.
12222         * message.el (message-dont-reply-to-names): New defsubst: potentially
12223         convert a list of regexps into a single one.
12224         * message.el (message-get-reply-headers): Use it.
12225         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12226
12227 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-agent.el (directory-files-and-attributes): Move forward.
12230
12231 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * gnus-ml.el (gnus-mailing-list-subscribe)
12234         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12235         (gnus-mailing-list-message): Fix doc strings.
12236
12237 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12238
12239         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12240         of doing it manually.
12241
12242 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12245         comment.
12246
12247 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12248
12249         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12250         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12251         (gnus-agent-read-local): All symbols allocated in my-obarray.
12252         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12253         (gnus-agent-regenerate-group): Check numeric names to see if they are
12254         messages or groups.
12255         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12256         better way of do this...)
12257
12258         * gnus-cache.el (gnus-agent-total-fetched-for):
12259         Ignore 'dummy.group' (there should be a better way of do this...)
12260
12261 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12264         (gnus-saved-headers): Ditto.
12265         (gnus-default-article-saver): Mention functions may have properties.
12266         (gnus-article-save): Override gnus-save-all-headers and
12267         gnus-saved-headers by :headers property which saver function may have.
12268         (gnus-summary-save-in-file): Add :headers property.
12269         (gnus-summary-write-to-file): Ditto.
12270
12271         * gnus-sum.el (gnus-summary-save-article): Bind
12272         gnus-prompt-before-saving to t when saving many articles in a file;
12273         always show all headers.
12274
12275         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12276
12277 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12280         marks.
12281
12282         * message.el (message-indent-citation): Add optional arguments to allow
12283         using it outside of message buffers.
12284
12285         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12286         (gnus-article-treat-unfold-headers): Use it.
12287         (gnus-article-truncate-lines): New variable.
12288         (gnus-article-mode): Use it.
12289         (gnus-article-toggle-truncate-lines): New function.
12290
12291         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12292         Add gnus-article-toggle-truncate-lines.
12293
12294         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12295         coding system in XEmacs, use binary.
12296
12297 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12300         after-load-alist.
12301
12302         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12303         this function should save decoded articles.
12304         (gnus-summary-write-to-file): Use property to specify this function
12305         should save decoded articles and specify gnus-summary-save-in-file
12306         should be used to save articles other than the first one when saving
12307         many articles.
12308         (gnus-summary-save-body-in-file): Use property to specify this
12309         function should save decoded articles.
12310         (gnus-summary-write-body-to-file): Use property to specify this
12311         function should save decoded articles and specify
12312         gnus-summary-save-body-in-file should be used to save articles other
12313         than the first one when saving many articles.
12314
12315         * gnus-sum.el (gnus-summary-save-article): Simplify.
12316
12317 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-art.el (gnus-default-article-saver):
12320         Add gnus-summary-write-body-to-file.
12321         (gnus-article-save-coding-system): Don't use coding system object
12322         in XEmacs.
12323         (gnus-read-save-file-name): Add optional `dir-var' argument which
12324         specifies directory in which files are saved; work even if optional
12325         `variable' argument is not specified.
12326         (gnus-summary-write-to-file): Read file name.
12327         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12328         (gnus-summary-write-body-to-file): New function.
12329
12330         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12331         (gnus-summary-local-variables): Add it.
12332         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12333         (gnus-summary-save-article): Remove optional `decode' argument;
12334         determine whether to decode articles by the value of
12335         gnus-default-article-saver; when saving many files using
12336         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12337         it first and use gnus-summary-save-in-file or
12338         gnus-summary-save-body-in-file thereafter unless
12339         gnus-prompt-before-saving is always; move point to article which
12340         will be saved.
12341         (gnus-summary-save-article-file): Revert.
12342         (gnus-summary-write-article-file): Revert.
12343         (gnus-summary-save-article-body-file): Revert.
12344         (gnus-summary-write-article-body-file): New function.
12345
12346 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-art.el (gnus-default-article-saver): Doc fix.
12349         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12350         from gnus-summary-save-article-coding-system, and default to a
12351         certain coding system.
12352         (gnus-output-to-file): Add coding cookie and encode text according
12353         to gnus-article-save-coding-system; don't use mm-append-to-file.
12354
12355         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12356         gnus-art.el and rename to gnus-article-save-coding-system.
12357         (gnus-summary-save-article): Require gnus-art; don't show all
12358         headers if it decodes articles; don't add coding cookie here;
12359         don't bind mm-text-coding-system-for-write.
12360         (gnus-summary-save-article-file): Save decoded articles.
12361         (gnus-summary-write-article-file): When saving many files, use
12362         gnus-summary-write-to-file first and gnus-summary-save-in-file
12363         thereafter unless gnus-prompt-before-saving is always.
12364         (gnus-summary-save-article-body-file): Save decoded articles.
12365
12366         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12367
12368 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * nnrss.el (nnrss-check-group): Bind hash-index.
12371
12372 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12373
12374         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12375         its hash index.  Store this hash in `nnrss-group-data'.
12376         (nnrss-read-group-data): Update accordingly.
12377
12378 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12381         entry.
12382
12383         * gnus-sum.el (gnus-summary-make-menu-bar):
12384         Add gnus-article-browse-html-article.
12385
12386 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12387
12388         * gnus-sum.el (gnus-summary-mime-map):
12389         Add gnus-article-browse-html-article.
12390
12391         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12392
12393 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12396         suitable coding systems in customize.
12397
12398 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * mail-source.el (mail-sources): Fix custom type.
12401
12402 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12405         (gnus-summary-expire-articles-now): Shorten prompt.
12406
12407         * gmm-utils.el (wid-edit): Require.
12408         (defun-gmm): Rename from `gmm-defun-compat'.
12409         (gmm-image-search-load-path): Use it.
12410         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12411
12412 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-sum.el (gnus-summary-save-article-coding-system):
12415         New variable.
12416         (gnus-summary-save-article): Add optional `decode' argument.
12417         If it is set and gnus-summary-save-article-coding-system is non-nil,
12418         save decoded article.
12419         (gnus-summary-write-article-file): Save decoded article if
12420         gnus-summary-save-article-coding-system is non-nil.
12421
12422         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12423         type.
12424
12425 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12428
12429 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12432         first to test gnus-single-article-buffer which may be buffer-local.
12433
12434         * gnus-sum.el (gnus-summary-setup-buffer):
12435         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12436         group; make gnus-article-buffer, gnus-article-current, and
12437         gnus-original-article-buffer always buffer-local.
12438         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12439         group.
12440         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12441
12442 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * nnml.el (nnml-request-compact-group): Compressed files might not
12445         have .gz extension.
12446
12447 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12448
12449         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12450         (mm-copy-to-buffer): Use with-current-buffer.
12451         (mm-display-part): Simplify.
12452         (mm-inlinable-p): Add optional arg `type'.
12453
12454 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12455
12456         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12457         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12458         Try harder to show the attachment internally or externally using
12459         gnus-mime-view-part-as-type.
12460
12461 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * message.el (message-from-style, message-signature-separator)
12464         (message-user-organization-file, message-send-mail-function)
12465         (message-citation-line-function, message-yank-prefix)
12466         (message-indent-citation-function, message-signature)
12467         (message-signature-file, message-signature-insert-empty-line):
12468         Remove autoloads.
12469
12470         * gnus-art.el (gnus-buttonized-mime-types):
12471         Remove "multipart/signed".  Revert 2006-04-26 change.
12472
12473 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12474
12475         * gnus.el (gnus-version-number): Bump version.
12476
12477 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12478
12479         * gnus.el: No Gnus v0.5 is released.
12480
12481 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12482
12483         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12484         fetching articles by message-id.
12485
12486 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12487
12488         * message.el (hashcash): Require hashcash as normal.
12489
12490         * ecomplete.el (ecomplete-highlight-match-line):
12491         Use point-at-eol.
12492         (ecomplete-highlight-match-line): Use `highlight', because that
12493         face exists in both Emacs and XEmacs.
12494
12495         * message.el (message-display-abbrev): Use point-at-bol.
12496
12497         * mail-source.el: Don't require timer/timer-funcs.
12498
12499         * gnus-async.el: Ditto.
12500
12501         * password.el: Ditto.
12502
12503         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12504
12505         * mm-url.el: Ditto.
12506
12507         * gnus-xmas.el: Don't require timer-funcs.
12508
12509         * mm-util.el: Require timer/timer-funcs.
12510
12511 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12512
12513         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12514         Close.
12515
12516 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12519         unibyte after clear-decrypt function runs.
12520
12521         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12522         returns as a unibyte string.
12523
12524 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * lpath.el: Revert.
12527
12528         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12529         (pgg-gpg-process-sentinel): Revert.
12530
12531         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12532         (pgg-pgp-lookup-key): Revert.
12533
12534         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12535         (pgg-pgp5-lookup-key): Revert.
12536
12537         * pgg.el (pgg-fetch-key): Revert.
12538
12539 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * lpath.el: Fbind string-as-multibyte for XEmacs.
12542
12543         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12544         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12545         (mml1991-pgg-encrypt): Ditto.
12546
12547         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12548         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12549         a multibyte buffer.
12550
12551         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12552         (pgg-pgp-lookup-key): Ditto.
12553
12554         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12555         (pgg-pgp5-lookup-key): Ditto.
12556
12557         * pgg.el (pgg-fetch-key): Ditto.
12558
12559 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * message.el (message-user-organization-file): Check several
12562         locations of the organization file.
12563
12564         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12565         Add gnus-article-view-part-as-type.
12566
12567         * gnus-art.el (gnus-article-view-part-as-type): New function.
12568
12569         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12570         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12571
12572         * mml.el: Simplify autoload.
12573         (mml-mode): defvar dnd-protocol-alist instead of using
12574         symbol-value.
12575         (mml-default-directory): New variable.
12576         (mml-minibuffer-read-file): Use it.
12577         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12578
12579         * message.el (message-citation-line-format): New variable.
12580         (message-insert-formated-citation-line): New function.
12581         (message-citation-line-function):
12582         Add `message-insert-formated-citation-line' to custom type.
12583
12584         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12585         to doc string.
12586
12587         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12588         depending on mm-verify-option.
12589
12590 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12593         binding pgg-* variables; reimplement the section which prevents
12594         MIME header from being signed.
12595         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12596         pgg-text-mode; remove a blank line at the top of body.
12597
12598         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12599         lines at the top of body; use gnus-newsgroup-charset if there's no
12600         Charset header.
12601
12602 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * message.el (message-self-insert-commands): Doc fix.
12605
12606         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12607         (mm-uu-pgp-encrypted-test): Ditto.
12608         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12609         between header and body; return application/pgp-encrypted handle
12610         if decryption failed; decode decrypted body by charset.
12611
12612         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12613         element match to application/pgp-*.
12614
12615 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12616
12617         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12618         HTML.
12619
12620 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * mail-source.el (mail-source-call-script): Message the error
12623         string.
12624
12625 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626
12627         * gnus-util.el (gnus-byte-compile): Use it.
12628
12629 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12630
12631         * gnus-util.el (kill-empty-logs): New function.
12632
12633 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * message.el (message-mail-alias-type): Doc fix.
12636         (message-mail-alias-type-p): New function.
12637         (message-send): Use it.
12638         (message-mode): Ditto.
12639         (message-strip-forbidden-properties): Ditto.
12640
12641         * ecomplete.el (ecomplete-database-file-coding-system):
12642         New variable.
12643         (ecomplete-save): Use it.
12644         (ecomplete-setup): Use it.
12645
12646 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * message.el (message-self-insert-commands): New variable.
12649         (message-strip-forbidden-properties): Use it.
12650
12651 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12652
12653         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12654         that doesn't make XEmacs choke.
12655
12656 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * gnus-util.el (gnus-replace-in-string):
12659         Prefer replace-regexp-in-string over of replace-in-string.
12660
12661 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-util.el (gnus-select-frame-set-input-focus):
12664         Use select-frame-set-input-focus if it is available in XEmacs; use
12665         definition defined in Emacs 22 for old Emacsen.
12666
12667         * dgnushack.el: Autoload unmorse-region for XEmacs.
12668
12669         * lpath.el: Bind cursor-in-non-selected-windows and
12670         select-frame-set-input-focus for XEmacs.
12671
12672 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12675
12676 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12677
12678         * gnus-registry.el (gnus-registry-cache-save): Remove text
12679         properties when saving via the temp buffer.
12680
12681 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * message.el (message-generate-hashcash): Honor custom type.
12684
12685 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * message.el (message-generate-hashcash): Default to non-nil when
12688         hashcash is found.
12689
12690         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12691         (gnus-refer-thread-limit): Increase default to 500.
12692
12693         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12694
12695         * flow-fill.el (fill-flowed): Allow delete-space.
12696
12697 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12700         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12701         Remove autoloads.
12702
12703 2006-04-18  Simon Josefsson  <jas@extundo.com>
12704
12705         * message.el (message-generate-hashcash): Default to.
12706
12707 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12710         concatenating segments rather than before concatenating them.
12711
12712 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12715
12716 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717
12718         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12719
12720         * message.el (message-forward-make-body-plain):
12721         Allow message-forward-ignored-headers to be a list.
12722         (message-remove-ignored-headers): Factor out into function.
12723         (message-forward-make-body-mml): Use it.
12724
12725         * imap.el (imap-quote-specials): New function.
12726         (imap-login-auth): Quote specials.
12727
12728         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12729         (rfc2231-parse-string): Allow concatanation of parameters that
12730         aren't contiguous.  The test case is
12731           (mail-header-parse-content-type "message/external-body;
12732             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12733             access-type=LOCAL-FILE;
12734             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12735
12736 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12737
12738         * nntp.el (nntp-accept-process-output): Return the value of
12739         `nnheader-accept-process-output'.
12740
12741 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12744         (gnus-button-alist): Recognize more diff formats.
12745         (gnus-button-patch): Strip directory.
12746
12747 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12750         Emacs 22 when setting focus.
12751
12752 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12753
12754         * gnus-art.el (gnus-article-treat-types): Do treatment of
12755         text/x-verbatim parts.
12756         (gnus-button-patch): New command.
12757
12758         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12759         addresses that contain invalid characters.
12760
12761 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762
12763         * message.el (message-put-addresses-in-ecomplete):
12764         Use gnus-replace-in-string.
12765         (message-is-yours-p): Use the more correct
12766         mail-header-parse-address instead of
12767         mail-extract-address-components.
12768         (message-put-addresses-in-ecomplete): Fix typo.
12769
12770         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12771         keystroke.
12772
12773         * gnus-art.el (gnus-treatment-function-alist): Change order of
12774         newsgroups/generic header folding to avoid double-folding.
12775
12776         * message.el (message-hidden-headers): Add X-Draft-From.
12777
12778         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12779         New command.
12780         (gnus-summary-repeat-search-article-backward): New command.
12781
12782         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12783         groups in the parent topic.
12784
12785 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12786
12787         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12788         (spam-extra-header-to-number): Return the CRM114 number as a
12789         number instead of a string.
12790
12791 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-art.el (gnus-face-properties-alist): Move here from
12794         gnus-fun.
12795
12796         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12797
12798 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * message.el (message-strip-forbidden-properties): Only display on
12801         self-insert-command.
12802
12803         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12804         reindent.
12805         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12806
12807 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12808
12809         * smiley.el (smiley-style): Fix typo.
12810
12811 2006-03-23  Kenichi Handa  <handa@m17n.org>
12812
12813         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12814         instead of set-buffer-multibyte.
12815
12816 2006-03-23  Kenichi Handa  <handa@m17n.org>
12817
12818         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12819         buffer and then decode the buffer text if necessary.
12820         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12821         first, and after mm-encode-body, change the buffer to unibyte.
12822
12823 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * hashcash.el (hashcash-insert-payment-async-2):
12826         Use message-goto-eoh instead of doing it manually.
12827         (mail-add-payment): Use message-narrow-to-header instead of trying
12828         to do the same itself.
12829
12830         * message.el (message-hidden-headers): Add Face.
12831
12832         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12833         reparenting code.
12834         (gnus-summary-reparent-children): Refactored out code.
12835         (gnus-summary-thread-map): New keystroke.
12836         (gnus-summary-reparent-children): Make into command.
12837
12838         * smiley.el (smiley-style): Default to `medium' if using a large
12839         font.
12840
12841         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12842         does it itself.
12843
12844         * message.el (message-point-in-header-p): Simplify definition.
12845
12846 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * nnagent.el (nnagent-request-set-mark): Silence log file
12849         writing.
12850         (nnagent-request-set-mark): Use write-region instead of
12851         append-to-file.
12852
12853         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12854         strange select method.
12855
12856         * ecomplete.el (ecomplete-display-matches): Get highlightling
12857         right.
12858         (ecomplete-display-matches): Use literals.
12859         (ecomplete-display-matches): Disable message logging.
12860
12861         * message.el (message-display-abbrev): Small optimization.
12862
12863         * ecomplete.el (ecomplete-display-matches): Allow automatic
12864         display.
12865
12866         * message.el (message-strip-forbidden-properties):
12867         Display abbrevs.
12868         (message-display-abbrev): Get automatic display right.
12869
12870         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12871         keystrokes.
12872
12873 2006-04-13  Romain Francoise  <romain@orebokech.com>
12874
12875         TODO: Backport to v5-10!
12876
12877         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12878         Move here (and rename) from gnus-registry.el.
12879
12880         * gnus-registry.el: Require gnus-util.
12881         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12882
12883 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * gnus-group.el (gnus-group-catchup-current):
12886         Change if-then-else-if-then-else into cond.
12887         (gnus-group-catchup): Indent.
12888         (group-name-at-point): New function.
12889         (gnus-fetch-group): Provide default from thing at point.
12890
12891 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12892
12893         * message.el (message-display-abbrev): Fix regexp.
12894
12895         * ecomplete.el (ecomplete-highlight-match-line):
12896         Reimplement choosing.
12897         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12898         dead variables.
12899
12900         * message.el (message-newline-and-indent): Remove debugging.
12901         (message-display-abbrev): Use new implementation.
12902
12903 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * gnus-art.el (gnus-article-mode):
12906         Set cursor-in-non-selected-windows to nil.
12907
12908         * smiley.el: Revert previous change.
12909         (smiley-data-directory): defvar it before using it in the
12910         defcustom of `smiley-style'.
12911
12912 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12913
12914         * message.el (message-newline-and-indent): New function.
12915
12916         * ecomplete.el: Implement more bits.
12917
12918         * message.el (message-put-addresses-in-ecomplete): Clean up the
12919         string.
12920
12921         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12922
12923         * gnus-sum.el (gnus-summary-save-parts):
12924         Bind gnus-summary-save-parts-counter and use it to make unique file
12925         names.
12926
12927         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12928
12929         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12930         parameter to say whether to actually parse the individual
12931         addresses.
12932
12933         * message.el (message-put-addresses-in-ecomplete): New function.
12934         (ecomplete): Require.
12935         (message-mail-alias-type): Add ecomplete as an option.
12936
12937 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12938
12939         * flow-fill.el (fill-flowed): Remove trailing space from blank
12940         quoted lines.
12941
12942 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12943
12944         * smiley.el (smiley-style): Move definition later to avoid a
12945         compilation warning.
12946
12947 2006-04-12  Kenichi Handa  <handa@m17n.org>
12948
12949         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12950         buffer and then decode the buffer text if necessary.
12951         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12952         first, and after mm-encode-body, change the buffer to unibyte.
12953         Use mm-disable-multibyte instead of set-buffer-multibyte.
12954
12955 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12958         Content-Type header instead of Content-Disposition header.
12959         (gnus-mime-inline-part): Ditto.
12960         (gnus-mime-view-part-as-charset): Ignore charset that the part
12961         specifies.
12962
12963         * mm-decode.el (mm-display-part): Work with external parts and
12964         usual parts similarly.
12965
12966         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12967         instead of gnus-display-mime.
12968
12969         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12970         instead of with-temp-buffer.
12971
12972         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12973         tag to summarized topics part in order to encode non-ASCII text.
12974
12975 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * smiley.el (smiley-style): New variable.
12978         (smiley-directory): New function.
12979         (smiley-data-directory): Derive from `smiley-style' using
12980         `smiley-directory'.
12981         (smiley-regexp-alist): Add new entries.
12982
12983         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12984         (gnus-article-browse-delete-temp): Add :version.
12985
12986 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12987
12988         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12989         the sieve region.
12990
12991 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992
12993         * gnus.el (gnus-version-number): Bump version.
12994
12995 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * gnus.el: No Gnus v0.4 is released.
12998
12999 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13000
13001         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13002         layout.
13003
13004         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13005         unknown charset.
13006
13007         * message.el (message-header-synonyms): Add Original-To to the
13008         default.
13009
13010         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13011         optional parameter.
13012
13013 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gnus-fun.el (gnus): Require it for gnus-directory.
13016
13017 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13020
13021 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13022
13023         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13024
13025 2006-04-05  Simon Josefsson  <jas@extundo.com>
13026
13027         * password.el (password-reset): New function.
13028
13029 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13030
13031         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13032         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13033
13034 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13035
13036         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13037         Some whitespace was matched into the url, which broke browsing hits
13038         > 100 when mm-url-use-external was nil.
13039
13040 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13043         Check gnus-extra-headers for 'Newsgroups.
13044
13045         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13046         bound.
13047
13048 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13049
13050         * pgg-gpg.el: Clean up process buffers every time gpg processes
13051         complete.
13052
13053 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13056         doc string.
13057
13058 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13059
13060         * pgg-gpg.el (pgg-gpg-process-filter)
13061         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13062
13063         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13064         lines, temporary fix.
13065
13066 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13069
13070 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13071
13072         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13073         default-enable-multibyte-characters.  This reverts the change from
13074         revision 6.17 which is no longer necessary because the passphrase
13075         is sent separately now.  GnuPG messages are unreadable under
13076         multibyte locales with default-enable-multibyte-characters set to
13077         nil.
13078
13079 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * message.el (message-tool-bar-gnome): Move "spell".
13082
13083 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13086         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13087         instead.
13088
13089 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13090
13091         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13092         Improve newsgroups handling for NNTP overviews which don't include
13093         Newsgroups.
13094
13095 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13096
13097         * message.el (message-resend): Bind message-generate-hashcash to nil.
13098
13099 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13100
13101         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13102         when searching for already-paid recipients.
13103
13104 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13105
13106         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13107         passphrases when it is not needed.
13108         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13109         passphrase stuff from gpg, should only be necessary when you use
13110         gpg with a smartcard.
13111
13112 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * mml.el (mml-insert-mime): Ignore cached contents of
13115         message/external-body part.
13116
13117         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13118         (mm-insert-part): Ditto.
13119
13120 2006-03-23  Simon Josefsson  <jas@extundo.com>
13121
13122         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13123         Reiner.
13124         (pgg-gpg-use-agent-p): Use it again.
13125
13126 2006-03-23  Simon Josefsson  <jas@extundo.com>
13127
13128         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13129         older emacsen.
13130         (pgg-gpg-use-agent-p): Don't use it.
13131
13132 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13135         if we can.
13136
13137 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13138
13139         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13140         (pgg-gpg-update-agent): New function.
13141         (pgg-gpg-use-agent-p): New function.
13142         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13143         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13144         (pgg-gpg-sign-region): Use it.
13145
13146 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13149         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13150
13151 2006-03-21  Simon Josefsson  <jas@extundo.com>
13152
13153         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13154         <wilde@sha-bang.de>.
13155         (pgg-gpg-use-agent): New variable.
13156         (pgg-gpg-process-region): Use it.
13157         (pgg-gpg-encrypt-region): Likewise.
13158         (pgg-gpg-encrypt-symmetric-region): Likewise.
13159         (pgg-gpg-decrypt-region): Likewise.
13160         (pgg-gpg-sign-region): Likewise.
13161         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13162
13163 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13166
13167         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13168         Add comment on version.
13169
13170 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * smiley.el: Add missing test smiley.
13173
13174 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-decode.el (mm-with-part): New macro.
13177         (mm-get-part): Use it; work with message/external-body as well.
13178         (mm-save-part): Treat name and filename equally.
13179
13180         * mm-extern.el (mm-extern-cache-contents): New function.
13181         (mm-inline-external-body): Use it; force the part to be displayed;
13182         move undisplayer added to the cached handle to the parent.
13183
13184         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13185         (gnus-mime-view-part-as-type): Work with message/external-body.
13186
13187         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13188
13189 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13192         images in image-load-path.  [Sync with image.el, revision 1.60, in
13193         Emacs.]
13194
13195 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13198         path rather than symbol.  Always return list of directories.
13199         Guarantee that image directory comes first.  [Sync with image.el,
13200         revision 1.59, in Emacs.]
13201
13202         * message.el (message-make-tool-bar): Adjust to new API of
13203         `gmm-image-load-path-for-library'.
13204
13205         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13206
13207         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13208
13209 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13210
13211         * gnus-art.el (gnus-article-only-boring-p):
13212         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13213         intangible text.
13214         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13215
13216 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13219         Use `defun' instead of `gmm-defun-compat'.
13220
13221 2006-03-14  Simon Josefsson  <jas@extundo.com>
13222
13223         * message.el (message-unique-id): Don't use message-number-base36
13224         if (user-uid) is a float.
13225         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13226
13227 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13230
13231         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13232         empty line between a part and a message part.
13233
13234 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * smiley.el: Add more test smileys.
13237         (smiley-data-directory, smiley-regexp-alist)
13238         (gnus-smiley-file-types): Fix doc strings.
13239         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13240         adding new elements.
13241         (smiley-mouse-map): Unused code.  Make it a comment.
13242
13243 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13246         scan latest NoCeM messages instead of old ones.
13247         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13248         delimiters that are recently used.
13249         (gnus-nocem-load-cache): Add autoload cookie.
13250
13251         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13252
13253         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13254         level which is larger than gnus-use-nocem is specified.
13255
13256         * gnus-group.el (gnus-group-get-new-news): Ditto.
13257
13258 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-util.el (gnus-tool-bar-update): New function.
13261
13262         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13263         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13264
13265         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13266
13267         * gnus-group.el (gnus-group-redraw-when-idle)
13268         (gnus-group-redraw-check): Remove.
13269         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13270
13271 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13274         if optional last element is specified in splits (FIELD VALUE...).
13275
13276 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13279         to gmm-image-load-path-for-library.  Call with no-error argument.
13280         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13281
13282         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13283
13284         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13285
13286         * gmm-utils.el (gmm-image-load-path): Remove alias.
13287
13288 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gmm-utils.el (gmm-image-load-path): Add alias.
13291
13292         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13293         nnml-generate-nov-databases-1.
13294         (nnml-generate-nov-databases): Use it.
13295         (nnml-generate-nov-databases-directory): Document no-active
13296         argument.
13297
13298         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13299         directory if path is t.  Add no-error.
13300
13301         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13302         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13303
13304         * gnus-art.el (gnus-article-browse-delete-temp-files):
13305         Simplify resetting gnus-article-browse-html-temp-list.
13306
13307         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13308         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13309         Add example to docstring.  Rename local variables.  Move error
13310         checks to default case in cond and simplify.
13311
13312 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13315         handle is multipart when calling it recursively.
13316         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13317
13318 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13319
13320         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13321         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13322
13323 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13326         is loaded.
13327
13328         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13329         loaded.
13330
13331 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13334         to "Emacs 23 (unicode)" in doc string.
13335
13336         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13337         "Emacs 23 (unicode)" in comment.
13338
13339 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13342
13343         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13344         characters 160 through 255 in Emacs 23.
13345
13346 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13349         gnus-article-browse-html-temp.
13350         (gnus-article-browse-delete-temp): Make it customizable.
13351         Add `file'.  Adjust doc string.
13352         (gnus-article-browse-delete-temp-files): Add argument.
13353         Allow query for each file.  Adjust doc string.
13354         (gnus-article-browse-html-parts):
13355         Add `gnus-article-browse-delete-temp-files' to
13356         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13357
13358 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13359
13360         * gnus-art.el (gnus-article-browse-html-temp)
13361         (gnus-article-browse-delete-temp): New variables.
13362         (gnus-article-browse-delete-temp-files): New function.
13363         (gnus-article-browse-html-parts): Use it.
13364
13365 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13368
13369         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13370         string.
13371
13372         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13373         gnus-summary-insert-new-articles when unplugged.
13374         Remove gnus-summary-search-article-forward.
13375
13376         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13377         display-visual-class instead of display-color-cells.
13378
13379 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * dgnushack.el: Autoload customize-group for XEmacs.
13382
13383         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13384         message/* containing non-ASCII text properly.
13385
13386 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * message.el: Require gmm-utils, remove autoloads.
13389         (message-tool-bar): Set default based on
13390         gmm-tool-bar-style.
13391         (message-tool-bar-gnome): Add gmm-customize-mode.
13392
13393         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13394         gmm-tool-bar-style.
13395         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13396
13397         * gnus-group.el (gnus-group-tool-bar): Set default based on
13398         gmm-tool-bar-style.
13399         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13400
13401         * gmm-utils.el (gmm-image-directory): Rename variable from
13402         gmm-image-load-path.
13403         (gmm-image-load-path): Use gmm-image-directory.
13404         (gmm-customize-mode): New function.
13405         (gmm-tool-bar-style): New variable.
13406
13407         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13408         gnus-group-redraw-line-number.
13409         (gnus-group-redraw-check): Simplify.
13410         (gnus-group-tool-bar-update): Remove redraw check.
13411         (gnus-group-make-tool-bar): Add redraw check.
13412
13413 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13414
13415         * gnus-art.el (gnus-button): Add missing parentheses.
13416
13417 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * lpath.el: Fbind line-number-at-pos.
13420
13421 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13424
13425 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-art.el (gnus-button): New face.
13428         (gnus-article-button-face): Use it.
13429
13430         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13431         Add gnus-summary-next-page.  Re-order.
13432
13433         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13434         next-node are now included.
13435         (gnus-group-redraw-line-number): New internal variable.
13436         (gnus-group-redraw-check): Helper function for updating the tool
13437         bar.
13438         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13439
13440         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13441
13442         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13443         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13444         Use it to match format of Spamassassin 3.0 and later.
13445         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13446         (spam-check-bogofilter)
13447         (spam-bogofilter-register-with-bogofilter): Fix args of
13448         `gnus-error' calls.
13449
13450 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13453         unnecessary interaction when sending queued mails.
13454         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13455
13456 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13459         first or last are nil.
13460
13461 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13462
13463         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13464
13465 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13466
13467         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13468
13469 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * dns.el (query-dns): Protect more against buggy tcp output.
13472
13473 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13476         nov.php.
13477
13478 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13479
13480         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13481         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13482         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13483         output on the server side.
13484         (nnweb-google-create-mapping): Update regexps and add some
13485         progress indication.
13486
13487 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-group.el (gnus-group-tool-bar-gnome):
13490         Fix gnus-agent-toggle-plugged.  Re-order icons.
13491         (gnus-group-tool-bar-gnome):
13492         Add gnus-group-{prev,next}-unread-group.
13493         (gnus-group-tool-bar-gnome): Re-order icons.
13494
13495         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13496         Move gnus-summary-insert-new-articles.
13497
13498         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13499         Fix comments.
13500
13501         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13502         also available in Emacs 21.3.
13503
13504         * message.el (message-fix-before-sending): Change "Emacs 22" to
13505         "Emacs 23 (unicode)" in comment.
13506
13507         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13508         "Emacs 23 (unicode)" in comment.
13509
13510         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13511         comment.
13512         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13513
13514         * mm-view.el (mm-fill-flowed): Add :version.
13515
13516 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13519         and load-path.
13520
13521 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * message.el: Autoload gmm-image-load-path.
13524         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13525         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13526         consitency.
13527
13528         * gmm-utils.el (gmm-image-load-path): Also search in
13529         "../etc/images".  Don't set gmm-image-load-path if we don't find
13530         the image.
13531
13532 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gmm-utils.el (gmm-image-load-path): Don't make
13535         `gmm-image-load-path' include subdirectories which the second arg
13536         `image' might specify.
13537
13538         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13539         subdirectory to icon file names.
13540
13541         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13542
13543 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13546         gmm-image-load-path calls.
13547
13548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13549
13550         * message.el (message-make-tool-bar): Ditto.
13551
13552         * mml.el (mml-preview): Add comment concerning tool bar icons.
13553
13554         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13555         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13556
13557         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13558         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13559
13560         * message.el (message-tool-bar-gnome): Use new icon names.
13561         (message-make-tool-bar): Use `gmm-image-load-path'.
13562
13563         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13564         New functions from MH-E.
13565         (gmm-image-load-path): New variable from MH-E.
13566         (gmm-image-load-path): New function from MH-E.  Add arguments
13567         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13568         *-image-load-path-called-flag.
13569
13570 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13571
13572         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13573
13574 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13575
13576         * nnimap.el (nnimap-request-move-article): Change folder back to
13577         source group before deleting.
13578
13579 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13582
13583         * gnus-art.el (mm-url-insert-file-contents-external):
13584         Autoload mm-url.
13585
13586         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13587
13588 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13591         coding system which mm-charset-to-coding-system returns for a
13592         given charset is valid.
13593
13594 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13595
13596         * html2text.el (html2text-remove-tag-list):
13597         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13598
13599 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13600
13601         * gnus-cus.el: Revert 2005-10-17 change.
13602
13603 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (article-strip-banner):
13606         Call article-really-strip-banner only when the regexp match is made.
13607
13608 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (article-strip-banner):
13611         Use gnus-extract-address-components instead of
13612         mail-header-parse-addresses to make it work with non-ASCII text;
13613         remove mail-encode-encoded-word-string.
13614
13615         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13616         values which are surrounded with \"...\"; make it never cause a
13617         Lisp error; give up parsing of parameters if it failed in
13618         extracting type.
13619
13620 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13621
13622         * smime.el (smime-cert-by-ldap-1): Fix bug where
13623         `smime-ldap-search' returns results without userCertificates.
13624
13625 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13628
13629 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * spam.el (spam-check-spamassassin-headers): Adapt format for
13632         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13633         <ari@mbf.ocn.ne.jp>.
13634         (spam-list-of-processors): Add spam-use-gmane.
13635
13636 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13639         make-temp-file; make it work with XEmacs as well.
13640
13641         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13642         mm-make-temp-file.
13643
13644         * mm-decode.el (mm-display-external): Use the 3rd arg of
13645         mm-make-temp-file.
13646         (mm-create-image-xemacs): Ditto.
13647
13648 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13651         with message-narrow-to-headers.
13652         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13653         (gnus-draft-check-draft-articles): New function.
13654         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13655
13656 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gnus-art.el (gnus-article-browse-html-parts):
13659         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13660         Don't use suffix argument for mm-make-temp-file for Emacs 21
13661         compatibility.  Remove useless `format'.
13662
13663 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13664
13665         * nnweb.el (nnweb-google-wash-article): Update regexps.
13666         (nnweb-group-alist): Use defvoo instead of defvar.
13667
13668 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13671         re-loading nn* modules.
13672
13673 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13676         for `tool-bar-mode' and don't check it's default-value.
13677
13678         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13679
13680         * message.el (message-make-tool-bar): Ditto.
13681
13682         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13683         `substring'.  Shorten tmp-file name.
13684
13685         * gnus.el: Remove bogus comment.
13686
13687 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13688
13689         * gnus-art.el (gnus-article-browse-html-parts): New function.
13690         (gnus-article-browse-html-article): New function for viewing html
13691         articles with a browser.
13692
13693 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13694
13695         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13696         in elisp.
13697         (pgg-gpg-encrypt-symmetric-region): Ditto.
13698         (pgg-gpg-sign-region): Ditto.
13699
13700         * pgg-def.el (pgg-text-mode): New variable.
13701
13702         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13703         (mml2015-pgg-encrypt): Ditto.
13704
13705         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13706         (mml1991-pgg-encrypt): Ditto.
13707
13708 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * nnfolder.el (nnfolder-insert-newsgroup-line):
13711         Use message-make-date instead of current-time-string.
13712
13713         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13714         to gnus-decoded which mm-uu might set.
13715
13716 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13719         don't decode quoted parameters; remove misimported Emacs code.
13720         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13721         (rfc2231-decode-encoded-string): Don't use split-string which
13722         behaves differently according to Emacs version; use
13723         mm-decode-coding-region to convert charset to coding-system.
13724         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13725         (rfc2231-encode-string): Remove misimported Emacs code.
13726
13727 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13730         when calling mail-header-parse-content-type.
13731         (article-de-quoted-unreadable): Ditto.
13732         (article-de-base64-unreadable): Ditto.
13733         (article-wash-html): Ditto.
13734
13735         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13736         calling mail-header-parse-content-type and
13737         mail-header-parse-content-disposition.
13738         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13739         mail-header-parse-content-type.
13740
13741         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13742         insert charset and format parameters; encode description after
13743         inserting it to buffer.
13744         (mml-insert-parameter): Fold lines properly even if a parameter is
13745         segmented into two or more lines; change the max column to 76.
13746
13747         * rfc1843.el (rfc1843-decode-article-body): Don't use
13748         ignore-errors when calling mail-header-parse-content-type.
13749
13750         * rfc2231.el (rfc2231-parse-string): Return at least type if
13751         possible; don't cause an error even if it fails in parsing of
13752         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13753         (rfc2231-encode-string): Don't break lines at the beginning, leave
13754         it to mml-insert-parameter.
13755
13756         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13757         calling mail-header-parse-content-type.
13758
13759 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * spam-report.el (spam-report-gmane-use-article-number):
13762         Improve doc string.
13763         (spam-report-gmane-internal): Check if a suitable header was found
13764         in the article.
13765
13766 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13769         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13770
13771 2006-02-05  Romain Francoise  <romain@orebokech.com>
13772
13773         Update copyright notices of all files in the gnus directory.
13774
13775 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13776
13777         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13778
13779 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13782         segmented lines of parameter value to cope with Thunderbird 1.5
13783         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13784         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13785         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13786
13787 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13788
13789         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13790         parts.
13791
13792 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13793
13794         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13795         there's only one active file for all servers.
13796         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13797         solid groups.  Gnus might have used a FAST request to select the group.
13798         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13799         and nnweb-search redundantly in the active file.
13800         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13801         (nnweb-request-create-group): Don't use ARGS.
13802         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13803         initialisations.  Let nnoo do the work.
13804
13805 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13808         Say the part has been decoded.
13809
13810         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13811
13812 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13813
13814         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13815         mailcap-viewer-test-cache when there's no 'test clause, since that
13816         will invert the meaning of a "nil" test previously determined by
13817         mailcap-mailcap-entry-passes-test.
13818
13819 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13822         compiling.
13823
13824         * gnus-sum.el: Ditto.
13825
13826         * message.el: Don't bind tool-bar-map when compiling.
13827
13828 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13831
13832 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13833
13834         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13835         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13836         current Google Groups.
13837
13838 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13841         and tool-bar-mode.
13842
13843         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13844         and tool-bar-mode.
13845
13846         * message.el (message-tool-bar-update): Simplify.
13847         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13848
13849         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13850         gnus-summary-buffer.
13851         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13852         gnus-summary-reply.
13853
13854         * gmm-utils.el (gmm): Add :version.
13855
13856 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * Makefile.in (clean): New rule.
13859         (distclean): Use it.
13860
13861 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13862
13863         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13864         Don't autoload.
13865
13866 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gmm-utils.el (gmm-verbose): Add :group.
13869
13870 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * message.el: Change some comments WRT tool-bars.
13873
13874         * gnus-sum.el (gnus-summary-tool-bar)
13875         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13876         (gnus-summary-tool-bar-zap-list): New variables.
13877         (gnus-summary-make-tool-bar): Complete rewrite using
13878         `gmm-tool-bar-from-list'.
13879
13880         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13881         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13882         New variables.
13883         (gnus-group-make-tool-bar): Complete rewrite using
13884         `gmm-tool-bar-from-list'.
13885         (gnus-group-tool-bar-update): New function.
13886
13887         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13888
13889 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13892         is dissected into a single part of which the type is the same as
13893         the given one; decode charset.
13894
13895 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13896
13897         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13898         into alists as symbol not string, since that's what
13899         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13900         look for.
13901
13902 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13905         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13906
13907         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13908
13909 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13912         (gnus-xmas-mime-security-button-menu): New function.
13913
13914         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13915         (gnus-mime-security-button-menu): New definition.
13916         (gnus-mime-security-button-map): Use them.
13917         (gnus-mime-security-button-menu): New function.
13918         (gnus-insert-mime-security-button): Addition to help echo.
13919         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13920         (gnus-mime-security-pipe-part): New functions.
13921
13922         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13923         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13924
13925         * mm-decode.el (mm-handle-set-disposition): Remove.
13926         (mm-handle-set-description): Remove.
13927
13928 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13931         (mm-w3m-standalone-supports-m17n-p): New function.
13932         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13933         w3m usage.
13934
13935         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13936         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13937
13938 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * message.el (message-tool-bar-zap-list):
13941         Use gmm-tool-bar-zap-list as custom type.
13942         (message-tool-bar-update): New function.
13943         (message-tool-bar, message-tool-bar-gnome)
13944         (message-tool-bar-retro): Add message-tool-bar-update.
13945         (message-tool-bar-gnome): Add flyspell-buffer.
13946
13947         * gnus-util.el (gnus-error): Describe `args'.
13948
13949         * gmm-utils.el (gmm-error): Describe `args'.
13950         (gmm-tool-bar-zap-list): New widget.
13951         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13952
13953 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13956         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13957         the number of recursive calls.
13958
13959         * mm-decode.el (mm-handle-set-disposition): New macro.
13960         (mm-handle-set-description): New macro.
13961
13962 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13965         encoding.
13966
13967 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * message.el (message-tool-bar-zap-list, message-tool-bar)
13970         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13971         (message-tool-bar-local-item-from-menu): Remove.
13972         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13973         (message-make-tool-bar): New function.
13974         (message-mode): Use `message-make-tool-bar'.
13975
13976         * gmm-utils.el: New file.
13977         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13978         (gmm-lazy): New widget copied from `nnmail.el'.
13979         (gmm-tool-bar-from-list): New function for creating customizable
13980         tool bars.
13981         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13982         output.
13983         (gmm): Add :prefix to defgroup.
13984
13985 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13986
13987         * gmm-utils.el (gmm-widget-p): New function.
13988
13989 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * mml.el (mml-attach-file): Describe `description' in doc string.
13992         (mml-menu): Add Emacs MIME manual and PGG manual.
13993
13994 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13995
13996         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13997
13998 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13999
14000         * nntp.el (nntp-end-of-line): Doc fix.
14001
14002 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14003
14004         * imap.el (imap-open): Handle case where buffer is a buffer
14005         object.
14006
14007 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * gnus-delay.el (gnus-delay): Don't autoload.
14010         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14011         to be re-loaded when customizing the `gnus-delay' group.
14012
14013 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14014
14015         * message.el (message-insert-citation-line): Use newlines.
14016
14017 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14018
14019         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14020         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14021         these routines, so the passphrase can be managed externally and
14022         passed in to the system.
14023         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14024         pgg-add-passphrase-to-cache function.
14025
14026         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14027         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14028         these routines, so the passphrase can be managed externally and
14029         passed in to the system.
14030         (pgg-pgp5-sign-region): Use new name of
14031         pgg-add-passphrase-to-cache function.
14032
14033 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14034
14035         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14036         part of the decoded armor to find the key-identifier.
14037         (pgg-gpg-lookup-key-owner): New function to return the
14038         human-readable identifier of a key owner.
14039         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14040         itself.
14041         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14042         the key value) if we have a key and can match it against a secret
14043         key.  Also, added a note pointing out fact that the prompt only
14044         indicates the first matching key.
14045
14046         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14047         pgg-decrypt-region.
14048         (pgg-add-passphrase-to-cache): Rename from
14049         `pgg-add-passphrase-cache' to reduce confusion (all callers
14050         changed).
14051         (pgg-remove-passphrase-from-cache): Rename from
14052         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14053         changed).
14054         (pgg-read-passphrase, pgg-add-passphrase-cache)
14055         (pgg-remove-passphrase-cache): Add informative docstrings.
14056         (pgg-decrypt): Convey provided passphrase in subordinate call to
14057         pgg-decrypt-region.
14058
14059 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14060
14061         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14062         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14063         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14064         'passphrase' argument, so the passphrase can be managed externally
14065         and then passed in to the system.
14066
14067         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14068         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14069         so the passphrase cache can be used reliably with identifiers
14070         besides a pgp packet's key id.
14071
14072         * pgg-gpg.el (pgg-gpg-encrypt-region)
14073         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14074         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14075         these routines, so the passphrase can be managed externally and
14076         passed in to the system.
14077
14078         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14079         'notruncate' argument, so the passphrase cache can be used
14080         reliably with identifiers besides a pgp packet's key id.
14081
14082 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14083
14084         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14085         symmetric encryption.
14086         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14087         encrypted session key.
14088         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14089         message ask for the passphrase in a proper way.
14090
14091         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14092         New user commands for symmetric encryption.
14093
14094 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14097
14098         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14099
14100 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14101
14102         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14103
14104 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-decode.el (mm-inlined-types): Add application/pgp.
14107         (mm-automatic-display): Ditto.
14108
14109         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14110         part as text.
14111
14112 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * nnrss.el: Update copyright.
14115         (nnrss-opml-import): Query whether to subscribe to each entry.
14116
14117         * gnus-art.el:
14118         * gnus-sum.el:
14119         * gnus-xmas.el:
14120         * messagexmas.el:
14121         * mm-uu.el:
14122         * mm-view.el: Update copyright.
14123
14124 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * message.el (message-info): New function.
14127         (message-mode-menu): Add it.
14128         Update copyright.
14129
14130         * ChangeLog: Fix and update copyright.
14131
14132 2006-01-13  Romain Francoise  <romain@orebokech.com>
14133
14134         * message.el (message-forward-subject-name-subject): Prefer the
14135         address to 'nowhere' if the sender has no name.
14136         Fix typo.  Update copyright year.
14137
14138 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-art.el (article-wash-html):
14141         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14142         (gnus-article-wash-html-with-w3m-standalone): New function.
14143
14144         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14145         mm-inline-text-html-render-with-w3m-standalone.
14146         (mm-text-html-washer-alist): Map w3m-standalone to
14147         gnus-article-wash-html-with-w3m-standalone.
14148         (mm-inline-text-html-render-with-w3m-standalone): New function.
14149
14150 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14153         Improve LaTeX.
14154
14155 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14158         (nnrss-request-article): Render text/plain parts as HTML.
14159
14160         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14161         the buffer.
14162
14163 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14166         custom definition of `gnus-posting-styles'.
14167
14168         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14169         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14170
14171 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14174         Use nntp for bug archive.
14175
14176 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14179         parts.
14180         (nnrss-normalize-date): New function converts ISO 8601 date into
14181         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14182         (nnrss-check-group): Use it.
14183
14184 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14187
14188         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14189         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14190         (nnrss-insert-w3): Ditto.
14191
14192 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14195         the articles to be forwarded including the case where neither a
14196         number of articles nor a region is specified.
14197
14198 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * nnrss.el (nnrss-request-article): Fix last change; fill
14201         text/plain parts.
14202
14203 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14206         in text/plain part.
14207         (nnrss-check-group): Don't add excessive newline to dc:subject.
14208
14209 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14210
14211         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14212         article.
14213
14214 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14217         (nnml-use-compressed-files, nnml-save-mail): Support other
14218         comression programs such as bzip2.
14219
14220 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * dns.el (query-dns): Make sure we check the buffer size before
14223         removing tcp headers.
14224
14225 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14228         remove MIME buttons associated with multipart/alternative parts.
14229         (gnus-mime-display-alternative): Tag buttons using `article-type'
14230         text property.
14231
14232         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14233         associated with multipart/alternative parts.
14234
14235         * gnus-art.el (gnus-signature-separator): Fix custom type.
14236
14237         * mm-decode.el (mm-inlined-types): Fix custom type.
14238         (mm-keep-viewer-alive-types): Ditto.
14239         (mm-automatic-display): Ditto.
14240         (mm-attachment-override-types): Ditto.
14241         (mm-inline-override-types): Ditto.
14242         (mm-automatic-external-display): Ditto.
14243
14244 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * spam-report.el (spam-report-user-mail-address)
14247         (spam-report-user-agent): New variables.
14248         (spam-report-url-ping-plain): Use spam-report-user-agent.
14249
14250 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14251
14252         * gnus-art.el (gnus-button-handle-custom): Do not just use
14253         `customize-apropos' for any "M-x customize-*" button but the
14254         function called for.  Accept both the function name and its
14255         argument in order to achieve this.
14256         (gnus-button-alist): Remove support for "custom:" URL's.
14257         Pass function name to `gnus-button-handle-custom' in case of "M-x
14258         customize-*" buttons.
14259
14260 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14263         multipart/alternative and add xref to mm-discouraged-alternatives
14264         in doc string.
14265
14266         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14267         gnus-buttonized-mime-types in doc string.
14268
14269 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14272         Suggest image/.* in the doc string.
14273
14274 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14277         message-marks (Debian bug #342521).
14278
14279 2005-12-12  Simon Josefsson  <jas@extundo.com>
14280
14281         * password.el (password-read-from-cache): Add.
14282         (password-read): Use it.
14283
14284 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * rfc2047.el (rfc2047-charset-to-coding-system):
14287         Recognize us-ascii as a MIME charset.
14288
14289         * mm-bodies.el (mm-decode-content-transfer-encoding):
14290         Protect against the case where the 2nd arg TYPE is nil.
14291
14292 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * pop3.el (pop3-stream-type): Fix custom version.
14295
14296         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14297
14298 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14299
14300         * mm-decode.el (mm-display-external): Add missing cdr.
14301
14302 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14305         RFC1524) if it is in mailcap or add a suffix according to
14306         mailcap-mime-extensions when generating a temp filename; postpone
14307         deleting a temp file for 2 seconds for some wrappers, shell
14308         scripts, and so on, which might exit right after having started a
14309         viewer command as a background job.
14310
14311 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * nntp.el (nntp-marks-directory): Fix custom group.
14314
14315         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14316         steps when < 10.
14317
14318         * gnus-start.el (gnus-no-server-1):
14319         Mention `gnus-level-default-subscribed' in doc string.
14320
14321 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14322
14323         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14324         parens.
14325
14326 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-xmas.el (gnus-use-toolbar): Revert.
14329         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14330         gnus-use-toolbar is default.
14331
14332         * messagexmas.el (message-use-toolbar): Revert.
14333         (message-setup-toolbar): Use global default-toolbar if
14334         message-use-toolbar is default.
14335
14336 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14339         according to default-toolbar-visible-p.
14340
14341         * messagexmas.el (message-use-toolbar): Ditto.
14342
14343 2005-11-26  Dave Love  <fx@gnu.org>
14344
14345         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14346         (tls-program, tls-success): Provide openssl alternative.
14347
14348         * starttls.el: Doc fixes.
14349         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14350         SERVICE to PORT.
14351
14352         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14353         port null or service name.
14354         (starttls-negotiate): Autoload.
14355
14356 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * message.el (message-kill-to-signature): Fix interactive spec.
14359
14360 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * pop3.el (pop3-open-server): Recognize a string as a service name.
14363
14364 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14365
14366         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14367
14368 2005-11-23  Dave Love  <fx@gnu.org>
14369
14370         Add pop3s, pop3/starttls.
14371
14372         * pop3.el (pop3-authentication-scheme): Clarify doc.
14373         (open-tls-stream, starttls-open-stream): Autoload.
14374         (pop3-stream-type): New.
14375         (pop3-open-server): Use it.
14376
14377         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14378         for POP.
14379         (mail-source-keyword-map): Add :stream for POP.
14380         (mail-source-fetch-pop): Use pop3-stream-type.
14381
14382 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14385         of current-time-string.
14386
14387 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14388
14389         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14390         date header.
14391
14392 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14393
14394         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14395         it can seriously impact performance as it bypasses the agent's
14396         local caches.
14397
14398 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14399
14400         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14401         must be explicitly online rather than "not explicitly offline" for
14402         its flags to be synchronized.
14403
14404         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14405         that gnus-uu-unmark-thread will function correctly.
14406
14407         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14408         1024K is instead displayed as 1M.
14409
14410 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14411
14412         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14413
14414 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14415
14416         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14417
14418 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14419
14420         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14421         error message to display actual error condition.
14422         (gnus-agent-save-local): Avoid saving symbols that are bound to
14423         nil as they simply result in a warning message in
14424         gnus-agent-read-local.
14425
14426 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14429         rather than make-variable-buffer-local for file-precious-flag.
14430
14431 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14432
14433         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14434         for duplicates which are removed.  The invalid sort check then
14435         triggers a rescan after the sort as sorting may have moved
14436         duplicate entries such that they can be cheaply detected.
14437
14438 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14441
14442 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14443
14444         * gnus-agent.el (gnus-agent-article-alist-save-format):
14445         Change internal variable to a custom variable.  Change default value
14446         from compressed(2) to uncompressed(1).
14447         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14448         support for uncompressed agentview files.  Taken together, reading
14449         the agentview file should now be 6-7 times faster.
14450
14451 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14452
14453         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14454         as a buffer-local variable.  This avoids creating truncated
14455         dribble files as a result of a hang up, eg.
14456
14457 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14458
14459         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14460         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14461         XEmacs.
14462
14463 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * gnus-start.el (gnus-start-draft-setup):
14466         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14467
14468         * gnus.el (gnus-splash): Change custom group.
14469         (gnus-group-get-parameter, gnus-group-parameter-value):
14470         Describe allow-list argument.
14471
14472         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14473         string.
14474
14475 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-art.el (gnus-default-article-saver): Add user-defined
14478         `function' to custom type.
14479
14480 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14481
14482         * imap.el (imap-open): Handle case where buffer is a buffer
14483         object.
14484
14485 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14488         long lines.
14489         (gnus-cache-delete-group): Wrap doc strings.
14490
14491         * gnus-agent.el (gnus-agent-rename-group)
14492         (gnus-agent-delete-group): Wrap doc strings.
14493
14494 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * messagexmas.el (message-use-toolbar): Change the valid values
14497         into default, top, bottom, left, and right.
14498         (message-toolbar-thickness): New variable.
14499         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14500         well.
14501         (message-setup-toolbar): Make it work.
14502
14503         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14504         (gnus-use-toolbar): Change the valid values into default, top,
14505         bottom, left, and right.
14506         (gnus-toolbar-thickness): New variable.
14507         (gnus-xmas-setup-toolbar): New function.
14508         (gnus-xmas-setup-group-toolbar): Use it.
14509         (gnus-xmas-setup-summary-toolbar): Use it.
14510
14511 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14512
14513         * gnus-start.el (gnus-1): Add "native" to
14514         gnus-predefined-server-alist.
14515
14516         * gnus.el (gnus-method-to-server): Don't add "native" to the
14517         lists here, because that leads to problems when
14518         gnus-select-method is bound.
14519
14520 2005-11-09  Simon Josefsson  <jas@extundo.com>
14521
14522         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14523         use (not sort-by-date) instead.
14524
14525 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * gnus-delay.el (gnus-delay-group): Don't autoload.
14528         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14529         to be re-loaded when customizing the `gnus-delay' group.
14530
14531 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14532
14533         * message.el: Revert last changes.
14534         (message-insert-citation-line): Use newlines.
14535
14536 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14537
14538         * message.el (message-courtesy-message)
14539         (message-mark-insert-begin, message-mark-insert-end)
14540         (message-elide-ellipsis, message-cancel-message)
14541         (message-add-header, message-change-subject)
14542         (message-cross-post-followup-to-header)
14543         (message-cross-post-insert-note, message-reduce-to-to-cc)
14544         (message-widen-reply, message-delete-not-region)
14545         (message-kill-to-signature, message-insert-signature)
14546         (message-insert-importance-high, message-insert-importance-low)
14547         (message-insert-or-toggle-importance)
14548         (message-insert-disposition-notification-to)
14549         (message-indent-citation, message-yank-original)
14550         (message-cite-original-without-signature, message-cite-original)
14551         (message-insert-citation-line, message-position-on-field)
14552         (message-fix-before-sending, message-send-mail-partially)
14553         (message-send-mail, message-send-mail-with-sendmail)
14554         (message-send-mail-with-qmail, message-send-news)
14555         (message-check-news-header-syntax, message-generate-headers)
14556         (message-insert-courtesy-copy, message-fill-address)
14557         (message-fill-header, message-shorten-references)
14558         (message-setup-1, message-cancel-news)
14559         (message-forward-make-body-plain, message-forward-make-body-mime)
14560         (message-forward-make-body-mml, message-encode-message-body)
14561         (message-forward-make-body-digest-plain)
14562         (message-forward-make-body-digest-mime)
14563         (message-use-alternative-email-as-from): Insert `hard-newline'
14564         instead of ordinary newlines.
14565
14566 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * message.el (message-generate-headers): Downcase the argument
14569         given to message-check-element.
14570
14571 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14572
14573         * nntp.el (nntp-authinfo-rejected): New error condition.
14574         (nntp-wait-for): Use new error condition to signal authentication
14575         error.
14576         (nntp-retrieve-data): Rethrow new error condition to break out of
14577         recursive call to nntp-send-authinfo.
14578
14579 2005-11-08  Romain Francoise  <romain@orebokech.com>
14580
14581         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14582         (gnus-summary-exit-map): Bind to `Z p'.
14583         (gnus-summary-make-menu-bar): Add menu item.
14584
14585 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14588         (gnus-treat-*): Add `first' in all doc strings.
14589
14590         * gnus-group.el (gnus-group-compact-group): Fix typo.
14591
14592 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus.el (gnus-parameters-case-fold-search): New variable.
14595         (gnus-parameters-get-parameter): Use it.
14596
14597         * gnus-score.el (gnus-home-score-file): Doc fix.
14598
14599 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14600
14601         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14602
14603 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * mm-util.el (mm-special-display-p): New function.
14606
14607         * mml.el (mml-preview): Use it; doc fix.
14608
14609 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14610
14611         * imap.el (imap-open): Handle case where buffer is a buffer object.
14612
14613 2005-10-29  Romain Francoise  <romain@orebokech.com>
14614
14615         * message.el (message-fix-before-sending): Fix comment.
14616
14617 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14618
14619         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14620
14621 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14622
14623         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14624         Used in gnus-score.el.
14625
14626 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14627
14628         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14629
14630 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14633         whitespace removed in revision 7.8.  Use concatenated string to
14634         protect trailing whitespace.
14635
14636 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14637
14638         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14639         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14640         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14641         Courier IMAP ("some version from 2004").  Mostly based on similar
14642         code in the same function.
14643
14644 2005-10-26  Didier Verna  <didier@xemacs.org>
14645
14646         * gnus-group.el (gnus-group-compact-group): Invalidate original
14647         article buffer.
14648         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14649         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14650         NOV database and in article itself.
14651         Invalidate article backlog.
14652
14653 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14656
14657 2005-10-26  Simon Josefsson  <jas@extundo.com>
14658
14659         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14660         part of 2004-07-25 change.
14661
14662 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * message.el (message-display-completion-list): New function.
14665         (message-expand-group): Use it; make sure the Completions buffer
14666         is modifiable.
14667 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14668
14669         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14670         user-mail-name is an empty string.
14671
14672 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14675         depending on gnus-score-decay-constant.
14676
14677         * encrypt.el (encrypt-insert-file-contents)
14678         (encrypt-write-file-contents): Don't use `gnus-message'.
14679
14680         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14681         arguments.
14682         (mm-uu-type-alist): Add message-marks and insert-marks.
14683         Pass arguments to mm-uu-verbatim-marks-extract.
14684         (mm-uu-hide-markers): New variable.
14685         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14686
14687         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14688         (gnus-convert-image-to-face-command): Use "convert" by default to
14689         allow other input image formats.
14690         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14691         accordingly.
14692
14693 2005-10-23  Simon Josefsson  <jas@extundo.com>
14694
14695         * imap.el (imap-gssapi-program): Align command line parameters
14696         with latest GNU SASL.
14697         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14698
14699 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14702         HTML.
14703         (nnslashdot-request-article): Ditto.
14704
14705         * lpath.el (featurep): Add nobreak-char-display.
14706
14707 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14708
14709         * mail-source.el (mail-source-fetch-pop): Require pop3.
14710         (mail-source-check-pop): Ditto.
14711
14712 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14715         errors.
14716
14717 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14720         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14721
14722         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14723
14724         * mm-bodies.el (mm-decode-string):
14725         Call `mm-charset-to-coding-system' with allow-override argument.
14726
14727 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14730         (rfc2047-charset-to-coding-system): New function.
14731         (rfc2047-decode-encoded-words): New function.
14732         (rfc2047-decode-region): Use them.
14733         (rfc2047-decode-cte): Remove.
14734         (rfc2047-parse-and-decode): Remove.
14735         (rfc2047-decode): Remove.
14736
14737 2005-10-15  Kenichi Handa  <handa@m17n.org>
14738
14739         * rfc2047.el (rfc2047-decode-cte): New function.
14740         (rfc2047-decode-region): Change the way to decode successive
14741         encoded-words: decode B- or Q-encoding in each encoded-word,
14742         concatenate them, and decode it as charset.
14743
14744 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * lpath.el: Fbind codepage-setup for XEmacs.
14747
14748 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14749
14750         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14751         widget-move-and-invoke.
14752         (gnus-custom-mode): Use gnus-custom-map.
14753
14754 2005-10-15  Bill Wohler  <wohler@newt.com>
14755
14756         * message.el (message-tool-bar-map): Rename image file from
14757         mail_send to mail/send.
14758
14759 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14760
14761         * message.el (message-expand-group): Pass the common
14762         prefix substring of completion to `display-completion-list'.
14763
14764 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * mml-sec.el (mml-secure-method): New internal variable.
14767         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14768         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14769         New functions using mml-secure-method.
14770
14771         * mml.el (mml-mode-map): Add key bindings for those functions.
14772         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14773         Harder <harder@myrealbox.com>.
14774         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14775         Goto end of message if point is the headers of the message.
14776
14777         * message.el (message-in-body-p): New function.
14778
14779         * assistant.el: Autoload gnus-util and netrc.
14780
14781         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14782         Use `mm-charset-override-alist' only when decoding.
14783
14784         * mm-bodies.el (mm-decode-body):
14785         Call `mm-charset-to-coding-system' with allow-override argument.
14786
14787         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14788         `filename' from Content-Disposition if Content-Type doesn't
14789         provide `name'.
14790         (gnus-mime-view-part-as-type): Set default instead of
14791         initial-input.
14792
14793 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14794
14795         * format-spec.el (format-spec): Propagate text properties of % spec.
14796
14797 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus-art.el (gnus-treat-predicate): Add `first'.
14800
14801 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14804         (mm-charset-override-alist): New variable.
14805         (mm-charset-to-coding-system): Use it.
14806         (mm-codepage-setup): New helper function.
14807         (mm-charset-eval-alist): New variable.
14808         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14809         Warn about unknown charsets.
14810
14811         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14812
14813 2005-10-04  David Hansen  <david.hansen@gmx.net>
14814
14815         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14816         (nnrss-check-group): Ditto.
14817
14818 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14821         Rename x-gnus-verbatim to x-verbatim.
14822         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14823
14824         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14825         x-verbatim.
14826
14827         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14828
14829         * gnus-util.el (gnus-remove-duplicates): Remove.
14830
14831         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14832         instead of gnus-remove-duplicates.
14833
14834         * message.el (message-remove-duplicates): Remove.
14835         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14836         message-remove-duplicates.
14837
14838         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14839         available, else use implementation from `delete-dups'.
14840
14841         * message.el (message-insert-expires): New function.
14842         (message-mode-map): Add key binding.
14843         (message-mode-field-menu): Add menu entry.
14844         (message-mode): Document it.
14845         (message-make-expires-date): Use `message-make-date'.
14846
14847 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14848
14849         * message.el (message-make-expires-date): New function.
14850
14851 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * Makefile.in (list-installed-shadows): New entry.
14854         (install): Use it.
14855         (remove-installed-shadows): New entry.
14856
14857         * dgnushack.el (dgnushack-default-load-path): New variable.
14858         (dgnushack-find-lisp-shadows): New function.
14859         (dgnushack-remove-lisp-shadows): New function.
14860
14861 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * Makefile.in (install-el-elc): New entry.
14864         (install): Use it so that .el files are necessarily installed.
14865
14866 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14869
14870 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14873         function rather than the diff-mode.el package.
14874         (mm-display-external): Use with-current-buffer.
14875         (mm-viewer-completion-map, mm-viewer-completion-map):
14876         Move initialization inside declaration.
14877
14878 2005-09-29  Simon Josefsson  <jas@extundo.com>
14879
14880         * spam.el: Load hashcash when compiling, to avoid warnings.
14881         Don't autoload mail-check-payment.
14882         (spam-check-hashcash): Define unconditionally, since hashcash.el
14883         is part of Gnus now.  Ignore errors from payment checking.
14884
14885 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * message.el (message-bold-region, message-unbold-region):
14888         Rename from `bold-region' and `unbold-region'.
14889
14890         * message.el: Remove useless autoloads.
14891
14892 2005-09-28  Simon Josefsson  <jas@extundo.com>
14893
14894         * message.el (message-use-idna): Default to t.
14895         (message-use-idna): Test whether encoding works too.  Doc fix.
14896
14897 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nntp.el (nntp-warn-about-losing-connection): Remove.
14900
14901 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14904         customizable.  Change default value.
14905         (mm-uu-diff-groups-regexp): Change default value.
14906         (mm-uu-type-alist): Add doc string.
14907         (mm-uu-configure): Add doc string.  Make it interactive.
14908         (mm-uu-tex-groups-regexp): New variable.
14909         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14910         (mm-uu-type-alist): Add LaTeX documents.
14911         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14912         of "text/verbatim".
14913         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14914
14915         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14916         instead of "text/verbatim".
14917
14918         * message.el (message-mark-inserted-region)
14919         (message-mark-insert-file): Use slrn style marks when called with
14920         prefix argument.
14921
14922 2005-09-27  Simon Josefsson  <jas@extundo.com>
14923
14924         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14925
14926 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14927
14928         * message.el (message-remove-duplicates): New function.
14929         Implementation borrowed from `gnus-remove-duplicates'.
14930         (message-idna-to-ascii-rhs): Also encode idna addresses in
14931         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14932         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14933         only ask about the same idna domain once per header and also tell
14934         in what header to replace the idna domain.
14935
14936         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14937         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14938         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14939         a header is decoded and not just the last one.
14940
14941 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14944         has been decoded.
14945
14946         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14947         (mm-insert-part): Don't modify text if it has been decoded.
14948
14949         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14950         decoded.
14951
14952         * mm-view.el (mm-inline-text): Don't strip text props unless
14953         decoding enriched or richtext parts.
14954
14955 2005-09-25  Romain Francoise  <romain@orebokech.com>
14956
14957         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14958         * gnus-start.el (gnus-subscribe-interactively):
14959         * gnus-uu.el (gnus-uu-grab-articles):
14960         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14961         space.
14962
14963 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14964
14965         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14966         * mm-view.el (mm-view-pkcs7-decrypt):
14967         * gnus-sum.el (gnus-summary-limit-to-extra)
14968         (gnus-summary-respool-article, gnus-read-move-group-name):
14969         * gnus-score.el (gnus-summary-increase-score):
14970         * gnus-util.el (gnus-completing-read-with-default):
14971         * gnus-art.el (gnus-read-save-file-name)
14972         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14973         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14974         * message.el (message-check-news-header-syntax):
14975         Follow convention for reading with the minibuffer.
14976
14977 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * spam-report.el (spam-report-url-ping-plain):
14980         Use gnus-extended-version as User-Agent.
14981
14982         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14983         default value is nil.
14984
14985         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14986         (mm-uu-verbatim-marks-extract): New function.
14987         (mm-uu-extract): New face.
14988         (mm-uu-copy-to-buffer): Use it.
14989
14990         * spam-report.el (spam-report-gmane-ham): Rename from
14991         `spam-report-gmane-unspam'.
14992         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14993         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14994
14995         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14996         Autoload.
14997         (spam-report-gmane-unregister-routine):
14998         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14999
15000 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15001
15002         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15003         (spam-report-gmane-unregister-routine): Add support for gmane
15004         unregistration.
15005
15006         * spam-report.el (spam-report-gmane-unspam)
15007         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15008         (spam-report-gmane): Change to take a single article and do unspam
15009         registration.
15010
15011 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * mm-url.el (mm-url-decode-entities): Fix regexp.
15014
15015 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15018         default to nil, to be able to use Gnus at all.  If the default
15019         switches to something else, then the function should be fixed not
15020         be exceedingly slow.
15021
15022 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15023
15024         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15025         fail hard.
15026
15027         * spam-report.el: Add better Keywords line.
15028
15029         * spam.el: Add Maintainer and better Keywords line.
15030
15031 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * gnus-art.el (gnus-article-replace-part)
15034         (gnus-mime-replace-part): New functions.
15035         (gnus-mime-action-alist, gnus-mime-button-commands)
15036         (gnus-mime-save-part-and-strip): Add file argument.
15037         (gnus-article-part-wrapper): Add interactive argument.
15038
15039         * gnus-sum.el (gnus-summary-mime-map):
15040         Add `gnus-article-replace-part'.
15041
15042 2005-09-19  Didier Verna  <didier@xemacs.org>
15043
15044         The nnml compaction feature:
15045         * nnml.el (nnml-request-compact-group): New function.
15046         * nnml.el (nnml-request-compact): New function.
15047         * gnus-int.el (gnus-request-compact-group): New function.
15048         * gnus-int.el (gnus-request-compact): New function.
15049         * gnus-group.el (gnus-group-compact-group): New function.
15050         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15051         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15052         * gnus-srvr.el (gnus-server-compact-server): New function.
15053         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15054         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15055
15056 2005-09-18  Deepak Goel  <deego@gnufans.org>
15057
15058         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15059         format spec.
15060
15061 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15064
15065 2005-09-15  Romain Francoise  <romain@orebokech.com>
15066
15067         * message.el (message-fill-paragraph): Clarify docstring.
15068
15069 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-art.el (gnus-mime-display-part): Protect against broken
15072         MIME messages.
15073
15074 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15077         before parsing header.
15078
15079 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15080
15081         * html2text.el (html2text-replace-list): Add new entities.
15082
15083 2005-09-11  Romain Francoise  <romain@orebokech.com>
15084
15085         * message.el (message-alternative-emails): Improve docstring.
15086         (message-setup-1): Call `message-use-alternative-email-as-from'
15087         after `message-setup-hook' to give it precedence over posting
15088         styles, etc.
15089         (message-use-alternative-email-as-from): Add docstring.
15090         Remove the original From header if present.
15091
15092         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15093         (nnml-save-mail): Use it.
15094
15095         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15096         articles.  Add new argument `silent'.
15097         (gnus-uu-mark-all): Report the total number of marked articles.
15098
15099 2005-09-10  Romain Francoise  <romain@orebokech.com>
15100
15101         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15102         (gnus-uu-mark-series): Likewise.
15103
15104 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * spam-report.el (spam-report-gmane): Fix generation of spam
15107         report URL.
15108
15109 2005-09-10  Simon Josefsson  <jas@extundo.com>
15110
15111         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15112         t, based on discussion on the ding list with Robert Epprecht
15113         <epprecht@solnet.ch>.
15114
15115 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * spam-report.el (spam-report-gmane): Make it work without
15118         X-Report-Spam header.  Gmane now only provides Archived-At.
15119         This is only used if `spam-report-gmane-use-article-number' is nil.
15120         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15121
15122         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15123         make `gnus-summary-sort-by-recipient' work with threading.
15124
15125         * nnweb.el (nnweb-google-wash-article): Print a message if article
15126         is not available.
15127
15128 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15129
15130         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15131         change.  Decode text/* parts content before displaying.
15132
15133 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15136
15137 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15140
15141         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15142         url-package-name, url-package-version,
15143         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15144         w3m-display-inline-images, and w3m-minor-mode-map.
15145
15146 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * message.el (message-tab-body-function): Fix mismatched custom type.
15149
15150         * gnus.el (gnus-group-change-level-function): Ditto.
15151
15152         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15153
15154         * gnus-art.el (gnus-signature-limit)
15155         (gnus-article-mime-part-function): Ditto.
15156
15157 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * mml.el (mml-mode): Silence the byte compiler.
15160
15161         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15162         using `(sit-for 0)' before moving the point to the specified part;
15163         skip unbuttonized parts.
15164         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15165         return to the summary window if gnus-auto-select-part is non-nil.
15166
15167 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15170         New variables.
15171         (mml-dnd-attach-file, mml-mode): Use them.
15172
15173         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15174         Make fetching article by MID work again for Google Groups.
15175         Add FIXME concerning gnus-group-make-web-group.
15176
15177         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15178         Don't depend on Gnus by using mail-extract-address-components if
15179         gnus-extract-address-components is not bound.
15180
15181 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15182
15183         * gnus-art.el (gnus-mime-display-security): Don't display the
15184         signature, but only the signed part.
15185
15186 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15189
15190         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15191         list, not listp.
15192
15193 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15194
15195         * mm-encode.el (mm-encode-content-transfer-encoding):
15196         Likewise when encoding.
15197
15198         * mm-bodies.el (mm-decode-content-transfer-encoding):
15199         De-canonicalize CRLF for all text content types, not just
15200         text/plain.
15201
15202 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15205         valid article; point arrow and cursor at the MIME button.
15206
15207 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15210         Suggested by Dan Christensen <jdc@uwo.ca>.
15211
15212         * mm-decode.el (mm-save-part): Enable change of prompt.
15213
15214 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15215
15216         * gnus-msg.el (gnus-inews-add-send-actions):
15217         Make `message-post-method' lambda parameter ARG `&optional'.
15218
15219 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-sum.el (gnus-summary-mime-map):
15222         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15223         gnus-article-jump-to-part.
15224
15225         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15226         (gnus-article-edit-part): Use it.
15227         (gnus-article-part-wrapper): Add no-handle argument.
15228         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15229         New functions.
15230
15231 2005-08-29  Romain Francoise  <romain@orebokech.com>
15232
15233         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15234         docstring.
15235         (gnus-face-from-file): Likewise.
15236
15237 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15240         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15241         non-nil.
15242         (gnus-auto-select-part): New variable.
15243         (gnus-article-jump-to-part): New function.
15244         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15245         (gnus-mime-delete-part): Allow selecting specified part after
15246         deleting or stripping parts.
15247         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15248         part if argument is bogus.
15249
15250 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15251
15252         * gnus-art.el (w3m-minor-mode-map):
15253         * gnus-spec.el (gnus-newsrc-file-version):
15254         * gnus-util.el (nnmail-active-file-coding-system)
15255         (gnus-original-article-buffer, gnus-user-agent):
15256         * gnus.el (gnus-ham-process-destinations)
15257         (gnus-parameter-ham-marks-alist)
15258         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15259         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15260         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15261         * mm-decode.el (gnus-current-window-configuration):
15262         * mm-extern.el (gnus-article-mime-handles):
15263         * mm-url.el (url-current-object, url-package-name)
15264         (url-package-version):
15265         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15266         (smime-keys, w3m-cid-retrieve-function-alist)
15267         (w3m-current-buffer, w3m-display-inline-images)
15268         (w3m-minor-mode-map):
15269         * mml-smime.el (gnus-extract-address-components):
15270         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15271         (gnus-newsrc-hashtb, message-default-charset)
15272         (message-deletable-headers, message-options)
15273         (message-posting-charset, message-required-mail-headers)
15274         (message-required-news-headers):
15275         * mml1991.el (mc-pgp-always-sign):
15276         * mml2015.el (mc-pgp-always-sign):
15277         * nnheader.el (nnmail-extra-headers):
15278         * rfc1843.el (gnus-decode-encoded-word-function)
15279         (gnus-decode-header-function, gnus-newsgroup-name):
15280         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15281
15282 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15283
15284         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15285         the end of the date treatments.
15286
15287 2005-08-15  Simon Josefsson  <jas@extundo.com>
15288
15289         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15290         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15291         Capello and Romain Francoise.
15292         (pgg-fetch-key-function): Remove, not used?
15293         (pgg-insert-url-with-w3): Require url, to get
15294         url-insert-file-contents regardless of where it is defined.
15295
15296 2005-08-13  Romain Francoise  <romain@orebokech.com>
15297
15298         * message.el (message-cite-original-1): New function.
15299         (message-cite-original): Use it.
15300         (message-cite-original-without-signature): Ditto.
15301
15302 2005-08-08  Romain Francoise  <romain@orebokech.com>
15303
15304         * message.el (message-yank-empty-prefix): New variable.
15305         (message-indent-citation): Use it.
15306         (message-cite-original-without-signature): Respect X-No-Archive.
15307
15308 2005-08-08  Simon Josefsson  <jas@extundo.com>
15309
15310         * pgg.el: Autoload url-insert-file-contents instead of loading
15311         w3/url.
15312         (pgg-insert-url-with-w3): Don't load url here.
15313
15314 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15315
15316         * message.el (message-kill-to-signature): Don't insert newline at
15317         bol.
15318         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15319
15320 2005-08-06  Romain Francoise  <romain@orebokech.com>
15321
15322         * message.el (message-user-fqdn): Fix typo in docstring.
15323
15324 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15325
15326         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15327
15328         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15329
15330 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mm-bodies.el (mm-encode-body): Use coding system rather than
15333         charset to encode text.
15334
15335         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15336         number of charsets if utf-8 is available (XEmacs).
15337
15338 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15341         taken from `gnus-button-mid-or-mail-regexp'.
15342         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15343         (gnus-button-alist): Improve regexp for domain part of the MIDs
15344         for news:localpart@domain buttons.
15345         (gnus-button-ctan-directory-regexp): Update.
15346
15347 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * sieve-manage.el (sieve-manage-interactive-login):
15350         Use make-local-variable rather than make-variable-buffer-local.
15351         (sieve-manage-open): Ditto.
15352         (sieve-manage-authenticate): Ditto.
15353
15354         * mml.el (mml-generate-mime-1): Make the content type default to
15355         text/plain if the filename is not specified.
15356
15357 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15360         instead of insert-buffer.
15361
15362         * message.el (message-yank-original): Ditto; set the mark at the
15363         end of the yanked message.
15364
15365 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15368         lines to scroll rather than to stop it.
15369
15370         * mml.el (mml-generate-default-type): Add doc string.
15371         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15372         default to application/octet-stream when determining the content
15373         type if it is not specified for the part or the mml contents; add
15374         a comment about mml-generate-default-type.
15375
15376 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15379         make it default to application/octet-stream when determining the
15380         content type if it is not specified for the external contents.
15381
15382 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15385         segmented parameter but also other parameters might be there.
15386
15387 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * mm-decode.el (mm-display-external): Delete temp file, directory
15390         and buffer immediately if the external process is exited.
15391
15392 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15395         fewer lines than that of scroll-margin.
15396         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15397
15398 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-art.el (gnus-article-next-page): Revert.
15401         (gnus-article-beginning-of-window): New macro.
15402         (gnus-article-next-page-1): Use it.
15403         (gnus-article-prev-page): Ditto.
15404         (gnus-article-edit-part): Use insert-buffer-substring instead of
15405         insert-buffer.
15406         (gnus-article-edit-exit): Ditto.
15407
15408         * gnus-util.el (gnus-beginning-of-window): Remove.
15409         (gnus-end-of-window): Remove.
15410
15411         * lpath.el: Don't bind header-line-format and scroll-margin.
15412
15413 2005-07-25  Simon Josefsson  <jas@extundo.com>
15414
15415         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15416         to have the url package without w3.  Reported by Daiki Ueno
15417         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15418
15419 2005-07-20  Didier Verna  <didier@xemacs.org>
15420
15421         * gnus-diary.el: Remove the description comment (nndiary is now
15422         properly documented in the Gnus manual).
15423         Fix the spelling of "Back End".
15424         * nndiary.el: Ditto.
15425         Fix the copyright notice.
15426
15427 2005-07-18  Romain Francoise  <romain@orebokech.com>
15428
15429         * gnus-sum.el (gnus-summary-to-prefix)
15430         (gnus-summary-newsgroup-prefix): New variables.
15431         (gnus-summary-from-or-to-or-newsgroups): Use them.
15432
15433 2005-07-17  Romain Francoise  <romain@orebokech.com>
15434
15435         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15436         space as it's generally not especially interesting to the user.
15437
15438 2005-07-16  Romain Francoise  <romain@orebokech.com>
15439
15440         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15441         nil to avoid prompting and file modification if one of the
15442         messages at the top of the nnfolder file contains a copyright
15443         notice.
15444         Update copyright notice.
15445
15446         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15447         instead of `current-time-string' as the latter creates a time
15448         string that is not RFC 2822 compliant (it lacks the zone).
15449         Update copyright notice.
15450
15451 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15452
15453         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15454         for text/rtf.  Display default in prompt.  Pass default for M-n.
15455
15456         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15457
15458 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15459
15460         * gnus-msg.el (gnus-button-mailto):
15461         Remove save-selected-window-window hackery because it relies on
15462         save-selected-window internals.
15463
15464 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15467         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15468         (gnus-article-prev-page): Ditto.
15469
15470         * gnus-util.el (gnus-beginning-of-window): New function.
15471         (gnus-end-of-window): New function.
15472
15473         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15474
15475 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15476
15477         * gnus-score.el (gnus-score-edit-all-score):
15478         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15479         gnus-message.
15480
15481 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15482
15483         * gnus-msg.el (gnus-button-mailto):
15484         Remove save-selected-window-window hackery because it relies on
15485         save-selected-window internals.
15486
15487 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15490         add-minor-mode.
15491         (gnus-binary-mode): Ditto.
15492
15493         * gnus-topic.el (gnus-topic-mode): Ditto.
15494
15495 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15496
15497         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15498         (gnus-article-prev-page): Take scroll-margin into consideration.
15499
15500 2005-07-04  Lute Kamstra  <lute@gnu.org>
15501
15502         Update FSF's address in GPL notices.
15503
15504 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15505
15506         * gnus.el (gnus-exit):
15507         * gnus-group.el (gnus-group-icons):
15508         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15509
15510         * gnus-nocem.el (gnus-nocem):
15511         * message.el (message-various, message-buffers, message-sending)
15512         (message-interface, message-forwarding, message-insertion)
15513         (message-headers, message-news, message-mail):
15514         * pgg-gpg.el (pgg-gpg):
15515         * pgg-parse.el (pgg-parse):
15516         * pgg-pgp.el (pgg-pgp):
15517         * pgg-pgp5.el (pgg-pgp5):
15518         * pop3.el (pop3): Finish `defgroup' description with period.
15519
15520 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (article-display-face): Improve the efficiency.
15523         (article-display-x-face): Ditto; remove grey x-face stuff.
15524
15525 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-art.el (article-display-face): Correct the position in
15528         which Faces are inserted.
15529
15530 2005-06-29  Didier Verna  <didier@xemacs.org>
15531
15532         * gnus-art.el (article-display-face): Display faces in correct
15533         order.
15534
15535 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15538         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15539         (gnus-nocem-check-article): Fetch the Type header.
15540         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15541         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15542         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15543         make sure gnus-nocem-hashtb is initialized.
15544         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15545         (gnus-nocem-unwanted-article-p): Ditto.
15546
15547         * pgg.el (pgg-verify): Return the verification result.
15548
15549 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15550
15551         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15552         is ascii.
15553
15554 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15555
15556         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15557         `show-nonbreak-escape'.
15558
15559 2005-06-23  Lute Kamstra  <lute@gnu.org>
15560
15561         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15562
15563         * dig.el (dig-mode):
15564         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15565
15566 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15567
15568         * nnimap.el (nnimap-split-download-body): Fix spellings.
15569
15570 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15571
15572         * gnus-art.el (gnus-article-encrypt-body):
15573         * gnus-cus.el (gnus-score-customize):
15574         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15575         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15576
15577 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15578
15579         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15580         header by looking for magic "MII" at the beginnig.
15581
15582 2005-06-16  Miles Bader  <miles@gnu.org>
15583
15584         * gnus-xmas.el (gnus-xmas-group-startup-message):
15585         Use renamed gnus-splash face.
15586
15587         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15588         (assistant-field-face): New backward-compatibility alias for renamed
15589         face.
15590         (assistant-render-text): Use renamed assistant-field face.
15591
15592         * spam.el (spam): Remove "-face" suffix from face name.
15593         (spam-face): New backward-compatibility alias for renamed face.
15594         (spam-face, spam-initialize): Use renamed spam face.
15595
15596         * message.el (message-header-to, message-header-cc)
15597         (message-header-subject, message-header-newsgroups)
15598         (message-header-other, message-header-name)
15599         (message-header-xheader, message-separator, message-cited-text)
15600         (message-mml): Remove "-face" suffix from face names.
15601         (message-header-to-face, message-header-cc-face)
15602         (message-header-subject-face, message-header-newsgroups-face)
15603         (message-header-other-face, message-header-name-face)
15604         (message-header-xheader-face, message-separator-face)
15605         (message-cited-text-face, message-mml-face):
15606         New backward-compatibility aliases for renamed faces.
15607         (message-font-lock-keywords): Use renamed message faces.
15608
15609         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15610         (sieve-test-commands, sieve-tagged-arguments):
15611         Remove "-face" suffix from face names.
15612         (sieve-control-commands-face, sieve-action-commands-face)
15613         (sieve-test-commands-face, sieve-tagged-arguments-face):
15614         New backward-compatibility aliases for renamed faces.
15615         (sieve-control-commands-face, sieve-action-commands-face)
15616         (sieve-test-commands-face, sieve-tagged-arguments-face):
15617         Use renamed sieve faces.
15618
15619         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15620         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15621         (gnus-group-news-3-empty, gnus-group-news-4)
15622         (gnus-group-news-4-empty, gnus-group-news-5)
15623         (gnus-group-news-5-empty, gnus-group-news-6)
15624         (gnus-group-news-6-empty, gnus-group-news-low)
15625         (gnus-group-news-low-empty, gnus-group-mail-1)
15626         (gnus-group-mail-1-empty, gnus-group-mail-2)
15627         (gnus-group-mail-2-empty, gnus-group-mail-3)
15628         (gnus-group-mail-3-empty, gnus-group-mail-low)
15629         (gnus-group-mail-low-empty, gnus-summary-selected)
15630         (gnus-summary-cancelled, gnus-summary-high-ticked)
15631         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15632         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15633         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15634         (gnus-summary-low-undownloaded)
15635         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15636         (gnus-summary-low-unread, gnus-summary-normal-unread)
15637         (gnus-summary-high-read, gnus-summary-low-read)
15638         (gnus-summary-normal-read, gnus-splash):
15639         Remove "-face" suffix from face names.
15640         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15641         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15642         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15643         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15644         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15645         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15646         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15647         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15648         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15649         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15650         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15651         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15652         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15653         (gnus-summary-normal-ticked-face)
15654         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15655         (gnus-summary-normal-ancient-face)
15656         (gnus-summary-high-undownloaded-face)
15657         (gnus-summary-low-undownloaded-face)
15658         (gnus-summary-normal-undownloaded-face)
15659         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15660         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15661         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15662         (gnus-splash-face):
15663         New backward-compatibility aliases for renamed faces.
15664         (gnus-group-startup-message): Use renamed gnus faces.
15665
15666         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15667         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15668         (gnus-server-agent): Remove "-face" suffix from face names.
15669         (gnus-server-agent-face, gnus-server-opened-face)
15670         (gnus-server-closed-face, gnus-server-denied-face)
15671         (gnus-server-offline-face):
15672         New backward-compatibility aliases for renamed faces.
15673         (gnus-server-agent-face, gnus-server-opened-face)
15674         (gnus-server-closed-face, gnus-server-denied-face)
15675         (gnus-server-offline-face): Use renamed gnus faces.
15676
15677         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15678         Remove "-face" suffix from face names.
15679         (gnus-picon-xbm-face, gnus-picon-face):
15680         New backward-compatibility aliases for renamed faces.
15681
15682         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15683         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15684         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15685         (gnus-cite-11): Remove "-face" suffix from face names.
15686         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15687         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15688         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15689         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15690         New backward-compatibility aliases for renamed faces.
15691         (gnus-cite-attribution-face, gnus-cite-face-list)
15692         (gnus-article-boring-faces): Use renamed gnus faces.
15693
15694         * gnus-art.el (gnus-signature, gnus-header-from)
15695         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15696         (gnus-header-content): Remove "-face" suffix from face names.
15697         (gnus-signature-face, gnus-header-from-face)
15698         (gnus-header-subject-face, gnus-header-newsgroups-face)
15699         (gnus-header-name-face, gnus-header-content-face):
15700         New backward-compatibility aliases for renamed faces.
15701         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15702
15703         * gnus-sum.el (gnus-summary-selected-face)
15704         (gnus-summary-highlight): Use renamed gnus faces.
15705         * gnus-group.el (gnus-group-highlight): Likewise.
15706
15707 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15708
15709         * gnus-sieve.el (gnus-sieve-article-add-rule):
15710         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15711         * spam-stat.el (spam-stat-buffer-change-to-spam)
15712         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15713
15714         * message.el (message-is-yours-p):
15715         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15716
15717 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * mm-view.el (mm-inline-text): Withdraw the last change.
15720
15721 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15724         executing enriched-decode.
15725
15726 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15729         charset of tar files.
15730
15731 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15732
15733         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15734
15735 2005-06-04  Lute Kamstra  <lute@gnu.org>
15736
15737         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15738         information is never recorded.
15739
15740 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15741
15742         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15743
15744 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * pop3.el (pop3-apop): Run md5 in the binary mode.
15747
15748         * starttls.el (starttls-set-process-query-on-exit-flag):
15749         Use eval-and-compile.
15750
15751 2005-05-31  Simon Josefsson  <jas@extundo.com>
15752
15753         * smime.el (smime-replace-in-string): Define.
15754         (smime-cert-by-ldap-1): Use it.
15755
15756 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-art.el (article-display-x-face): Replace
15759         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15760
15761         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15762         set-process-query-on-exit-flag or process-kill-without-query.
15763
15764         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15765         loop instead of replace-regexp.
15766
15767         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15768         instead of process-kill-without-query if it is available.
15769
15770         * lpath.el: Fbind ldap-search-entries.
15771
15772         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15773         instead of find-file-hooks if it is available.
15774
15775         * mml1991.el: Bind pgg-default-user-id when compiling.
15776
15777         * mml2015.el: Bind pgg-default-user-id when compiling.
15778
15779         * nndraft.el (nndraft-request-associate-buffer):
15780         Use write-contents-functions instead of write-contents-hooks if it is
15781         available.
15782
15783         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15784         instead of find-file-hooks if it is available.
15785
15786         * nntp.el (nntp-open-connection): Replace
15787         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15788         (nntp-open-ssl-stream): Ditto.
15789         (nntp-open-tls-stream): Ditto.
15790
15791         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15792         set-process-query-on-exit-flag or process-kill-without-query.
15793         (starttls-open-stream-gnutls): Use it instead of
15794         process-kill-without-query.
15795         (starttls-open-stream): Ditto.
15796
15797 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15798
15799         * smime.el (smime-cert-by-ldap-1): Don't use
15800         replace-regexp-in-string.
15801
15802 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15803
15804         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15805
15806         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15807         in PEM format.  Adjust to the XEmacs compability.
15808
15809 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15812         by `string-to-number'.
15813         * gnus-agent.el (gnus-agent-regenerate-group)
15814         (gnus-agent-fetch-articles): Ditto.
15815         * gnus-art.el (gnus-button-fetch-group): Ditto.
15816         * gnus-cache.el (gnus-cache-generate-active)
15817         (gnus-cache-articles-in-group): Ditto.
15818         * gnus-group.el (gnus-group-set-current-level)
15819         (gnus-group-insert-group-line): Ditto.
15820         * gnus-score.el (gnus-score-set-expunge-below)
15821         (gnus-score-set-mark-below, gnus-summary-score-effect)
15822         (gnus-summary-score-entry): Ditto.
15823         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15824         (gnus-soup-pack): Ditto.
15825         * gnus-spec.el (gnus-xmas-format): Ditto.
15826         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15827         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15828         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15829         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15830         * nndb.el (nndb-get-remote-expire-response): Ditto.
15831         * nndiary.el (nndiary-parse-schedule-value)
15832         (nndiary-string-to-number, nndiary-request-replace-article)
15833         (nndiary-request-article): Ditto.
15834         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15835         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15836         * nneething.el (nneething-make-head): Ditto.
15837         * nnfolder.el (nnfolder-request-article)
15838         (nnfolder-retrieve-headers): Ditto.
15839         * nnheader.el (nnheader-file-to-number): Ditto.
15840         * nnkiboze.el (nnkiboze-request-article): Ditto.
15841         * nnmail.el (nnmail-process-unix-mail-format)
15842         (nnmail-process-babyl-mail-format): Ditto.
15843         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15844         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15845         (nnmh-request-create-group, nnmh-request-list-1)
15846         (nnmh-request-group, nnmh-request-article): Ditto.
15847         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15848         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15849         * nnsoup.el (nnsoup-make-active): Ditto.
15850         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15851         * nntp.el (nntp-find-group-and-number)
15852         (nntp-retrieve-headers-with-xover): Ditto.
15853         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15854         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15855         (pgg-format-key-identifier): Ditto.
15856         * pop3.el (pop3-last, pop3-stat): Ditto.
15857         * qp.el (quoted-printable-decode-region): Ditto.
15858
15859         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15860         of concat.
15861
15862 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15865
15866         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15867
15868         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15869
15870         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15871
15872         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15873
15874         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15875
15876         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15877         (gnus-carpal-mode): Ditto.
15878
15879         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15880         (gnus-browse-mode): Ditto.
15881
15882         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15883
15884         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15885
15886 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15887
15888         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15889
15890 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-util.el (gnus-run-mode-hooks): New function.
15893
15894         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15895
15896         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15897         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15898
15899 2005-05-27  Lute Kamstra  <lute@gnu.org>
15900
15901         * dns-mode.el (dns-mode): Specify customization group.
15902
15903 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15904
15905         * gnus-agent.el (gnus-agent-make-mode-line-string):
15906         Use mode-line-highlight as mouse-face.
15907
15908 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * canlock.el (canlock): Change the parent group to news.
15911
15912         * deuglify.el (gnus-outlook-deuglify): Add :group.
15913
15914         * dig.el (dig): Add :group.
15915
15916         * dns-mode.el (dns-mode): Add :group.
15917
15918         * encrypt.el (encrypt): Add :group.
15919
15920         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15921         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15922         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15923         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15924         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15925
15926         * gnus-diary.el (gnus-diary): Add :group.
15927
15928         * gnus.el (gnus-group-news-1-face): Add :group.
15929         (gnus-group-news-1-empty-face): Ditto.
15930         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15931         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15932         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15933         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15934         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15935         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15936         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15937         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15938         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15939         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15940         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15941         (gnus-summary-high-ticked-face): Ditto.
15942         (gnus-summary-low-ticked-face): Ditto.
15943         (gnus-summary-normal-ticked-face): Ditto.
15944         (gnus-summary-high-ancient-face): Ditto.
15945         (gnus-summary-low-ancient-face): Ditto.
15946         (gnus-summary-normal-ancient-face): Ditto.
15947         (gnus-summary-high-undownloaded-face): Ditto.
15948         (gnus-summary-low-undownloaded-face): Ditto.
15949         (gnus-summary-normal-undownloaded-face): Ditto.
15950         (gnus-summary-high-unread-face): Ditto.
15951         (gnus-summary-low-unread-face): Ditto.
15952         (gnus-summary-normal-unread-face): Ditto.
15953         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15954         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15955
15956         * hashcash.el (hashcash): New custom group.
15957         (hashcash-default-payment): Add :group.
15958         (hashcash-payment-alist): Ditto.
15959         (hashcash-default-accept-payment): Ditto.
15960         (hashcash-accept-resources): Ditto.
15961         (hashcash-path): Ditto.
15962         (hashcash-extra-generate-parameters): Ditto.
15963         (hashcash-double-spend-database): Ditto.
15964         (hashcash-in-news): Ditto.
15965
15966         * message.el (message-minibuffer-local-map): Add :group.
15967
15968         * netrc.el (netrc): Add :group.
15969
15970         * sieve-manage.el (sieve-manage-log): Add :group.
15971         (sieve-manage-default-user): Diito.
15972         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15973         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15974         (sieve-manage-authenticators): Ditto.
15975         (sieve-manage-authenticator-alist): Ditto.
15976         (sieve-manage-default-port): Ditto.
15977
15978         * sieve-mode.el (sieve-control-commands-face): Add :group.
15979         (sieve-action-commands-face): Ditto.
15980         (sieve-test-commands-face): Ditto.
15981         (sieve-tagged-arguments-face): Ditto.
15982
15983         * smime.el (smime): Add :group.
15984
15985         * spam-report.el (spam-report): Add :group.
15986
15987         * spam.el (spam, spam-face): Add :group.
15988
15989 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990
15991         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15992         return \n.\n.\n at the end of articles.  Protect against that.
15993         (nntp-with-open-group): Allow debugging.
15994
15995         * nnheader.el (mail-header-set-extra): Make into a function
15996         because I just could't understand how to quote the list properly.
15997
15998         * dns.el (query-dns-cached): New function.
15999
16000 2005-05-26  Lute Kamstra  <lute@gnu.org>
16001
16002         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16003
16004 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16007
16008         * gnus-art.el: Don't autoload mail-extract-address-components.
16009
16010         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16011         eval-and-compile to evaluate it.
16012
16013         * hashcash.el: Don't autoload executable-find.
16014
16015         * nndb.el: Don't declare the nndb back end two or more times; don't
16016         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16017
16018         * nntp.el: Autoload format-spec instead of format; use
16019         eval-and-compile to evaluate autoload forms.
16020
16021 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16022
16023         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16024
16025 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16026
16027         * gnus.el (gnus-version-number): Bump version.
16028
16029 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16030
16031         * gnus.el: No Gnus v0.3 is released.
16032
16033 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034
16035         * lpath.el (featurep): Bind show-nonbreak-escape.
16036
16037 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-art.el (gnus-article-edit-part): Disable undo.
16040
16041 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16044         gnus-article-date-lapsed-new-header is t if date timer is active;
16045         skip headers in which the original date value is empty.
16046         (gnus-article-save-original-date): Redefine it as a macro.
16047         (gnus-display-mime): Use it.
16048
16049 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-art.el (article-date-ut): Support converting date in
16052         forwarded parts as well.
16053         (gnus-article-save-original-date): New function.
16054         (gnus-display-mime): Use it.
16055
16056 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16057
16058         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16059         enclosure element of <item>.
16060
16061 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * message.el (message-kill-buffer-query): Rename from
16064         `message-kill-buffer-query-if-modified'.  Add :version.
16065
16066 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16069         window layout.
16070
16071 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * mml.el: Autoload dnd when compiling.
16074
16075 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16078         x-dnd-*.
16079
16080 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * qp.el (quoted-printable-encode-region): Save excursion.
16083
16084 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * message.el (message-kill-buffer-query-if-modified): Add new variable
16087         so the user can kill a modified message buffer quickly.
16088         (message-kill-buffer): Use it.
16089
16090 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * lpath.el: Fbind display-time-event-handler; don't fbind
16093         string-to-multibyte.
16094
16095         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16096
16097 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16100         contained in text because xml.el decodes entities) with LFs.
16101
16102 2005-04-11  Lute Kamstra  <lute@gnu.org>
16103
16104         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16105         differently.
16106
16107 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16108
16109         * mm-util.el (mm-detect-coding-region): Typo.
16110
16111 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16114
16115 2005-04-06  Deepak Goel  <deego@gnufans.org>
16116
16117         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16118         user-function allow user modifications of the scores.
16119         (spam-stat-score-buffer-user): New function, to allow
16120         user-computed modifications to the score.
16121         (spam-stat-score-buffer-user-functions): List of additional
16122         scoring functions.
16123         (spam-stat-error-holder): Global temporary error holder.
16124         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16125         variable.
16126
16127 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * gnus-registry.el (gnus-registry-clean-empty-function)
16130         (gnus-registry-trim, gnus-registry-fetch-groups)
16131         (gnus-registry-delete-group): Groups that match
16132         `gnus-registry-ignored-groups' are removed from the registry
16133         entries, not just ignored for splitting.  This helps clean up the
16134         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16135         to get all the groups a message ID is in.
16136
16137         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16138         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16139         (spam-stat-score-buffer-user-functions): Add :number custom type.
16140
16141 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16144         argument in XEmacs.
16145
16146         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16147         (nnrss-request-group): Decode group name first.
16148         (nnrss-request-article): Make a text/plain article if mml-to-mime
16149         failed.
16150         (nnrss-get-encoding): Return a compatible encoding according to
16151         nnrss-compatible-encoding-alist.
16152         (nnrss-find-el): Use consp instead of listp.
16153         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16154
16155 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16158         which Emacs 20 doesn't support.
16159         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16160
16161 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16164         silence the byte compiler inside the defun.
16165
16166         * gnus-demon.el (parse-time-string): Add autoload.
16167
16168         * gnus-delay.el (parse-time-string): Add autoload.
16169
16170         * gnus-art.el (parse-time-string): Add autoload.
16171
16172         * nnultimate.el (parse-time): Require for `parse-time-string'.
16173
16174 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16177
16178         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16179
16180         * smime.el (smime-ldap-host-list): Add :version.
16181
16182 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16185         pass it to `gnus-browse-read-group'.
16186         (gnus-browse-read-group): Add NUMBER argument and pass it to
16187         `gnus-group-read-ephemeral-group'.
16188
16189         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16190         argument and pass it to `gnus-group-read-group'.
16191
16192 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16193
16194         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16195         mm-xemacs-find-mime-charset-1 if we have the mule feature
16196         available at runtime.
16197
16198 2005-03-25  Werner Lemberg  <wl@gnu.org>
16199
16200         * nnmaildir.el: Replace `illegal' with `invalid'.
16201
16202 2005-03-23  Lute Kamstra  <lute@gnu.org>
16203
16204         * time-date.el: Add comment on time value formats.
16205         Don't require parse-time.
16206         (with-decoded-time-value): New macro.
16207         (encode-time-value): New function.
16208         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16209         (days-to-time): Return a valid time value when arg is huge.
16210         (time-since): Use time-subtract.
16211         (time-to-number-of-days): Use time-to-seconds.
16212
16213 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16214
16215         * gnus-start.el (gnus-display-time-event-handler):
16216         Check display-time-timer at runtime rather than only at load time
16217         in case display-time-mode is turned off in the mean time.
16218
16219 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16222         used.
16223
16224         * nneething.el (nneething-map-file-directory): Derive from
16225         `gnus-directory'.
16226
16227         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16228         the To/Cc button.
16229
16230 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * nnmaildir.el (nnmaildir-request-accept-article):
16233         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16234
16235 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16236
16237         * gnus-async.el: Require timer-funcs at compile time when in
16238         XEmacs for `run-with-idle-timer'.
16239
16240 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16241
16242         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16243         autoloaded function.
16244
16245 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16246
16247         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16248
16249 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16250
16251         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16252
16253 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16256         Add gnus-expert-user to default.
16257
16258 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16259
16260         * nnimap.el (nnimap-open-server): Ditto.
16261
16262         * imap.el (imap-authenticate): Fix typo.
16263
16264 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16265
16266         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16267         buffer (since IMAP server might return FETCH response out of
16268         order, and the nntp buffer must be sorted).
16269
16270 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16271
16272         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16273         comparison on string.
16274
16275         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16276         (gnus-agent-score): Rename category keywords to match gnus-cus.
16277         (gnus-agent-summary-fetch-series): Modify to protect against
16278         gnus-agent-summary-fetch-group clearing processable flags.
16279         (gnus-agent-synchronize-group-flags): Update live group buffer as
16280         synchronization may occur due to the user toggle the plugged
16281         status.
16282         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16283         successfully downloaded.
16284         (gnus-agent-expire-group-1): Avoid using markers when the overview
16285         is in ascending order; greatly improves performance.
16286         (gnus-agent-regenerate-group):
16287         Use gnus-agent-synchronize-group-flags to reset read status in both
16288         gnus and server.
16289         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16290
16291 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16292
16293         * message.el: Don't autoload former message-utils variables.
16294         (message-strip-subject-trailing-was): Change doc string.
16295
16296         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16297         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16298         (nnweb-google-search): Add "hl=en" here.
16299         (nnweb-google-parse-1, nnweb-google-create-mapping):
16300         Don't hardcode URL.
16301
16302 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * message.el (message-get-reply-headers, message-followup):
16305         Mention related variables `message-use-followup-to' and
16306         `message-use-mail-followup-to', in the information buffer.
16307
16308         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16309         of broken groups(-beta).google.com.
16310
16311 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16312
16313         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16314         parameter to invoked gnus-request-move-article; remove the
16315         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16316         all at once instead of once per article.
16317         (gnus-summary-remove-process-mark): Accept a list of articles as
16318         well as a single article for processing.
16319
16320         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16321         parameter.
16322
16323         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16324
16325         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16326
16327         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16328         parameter.
16329
16330         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16331         parameter.
16332
16333         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16334         parameter and remove the gnus-sum-hint-move-is-internal variable.
16335
16336         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16337         parameter.
16338
16339         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16340         parameter.
16341
16342         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16343         parameter.
16344
16345         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16346
16347         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16348         parameter.
16349
16350         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16351         parameter.
16352
16353 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16354
16355         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16356         a more conservative way.
16357
16358 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16359
16360         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16361         buffer, so it moves the window's cursor.
16362
16363 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16364
16365         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16366         `mm-dissect-multipart' and receive the from field as an (optional)
16367         argument from `mm-dissect-multipart'.
16368         (mm-dissect-multipart): Receive the from field as an argument and
16369         pass it on when we call `mm-dissect-buffer' on MIME parts.
16370         Fixes verification/decryption of signed/encrypted MIME parts.
16371
16372 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * gnus-sum.el (gnus-summary-move-article):
16375         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16376         whatever it calls (right now, only nnimap-request-move article
16377         respects it).
16378
16379         * nnimap.el (nnimap-request-move-article):
16380         When gnus-sum-hint-move-is-internal is set, don't do the extra
16381         nnimap-request-article.
16382
16383 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16386
16387         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16388         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16389
16390         * gnus-sum.el (gnus-summary-caesar-message):
16391         Apply `gnus-treat-article' after rotation.
16392
16393         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16394         doc string.
16395
16396 2005-02-22  Simon Josefsson  <jas@extundo.com>
16397
16398         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16399         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16400         <arne@arnested.dk>.
16401         (encrypt): Add password-cache and password-cache-expiry as group
16402         members.
16403
16404 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16405
16406         * smime.el (smime-ldap-host-list): Doc fix.
16407         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16408         cache) password.
16409         (smime-sign-region): Use it.
16410         (smime-decrypt-region): Use it.
16411         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16412         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16413         fails.
16414         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16415         certificate from DER to PEM format rather than calling openssl.
16416
16417         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16418
16419         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16420         for signing/encryption.
16421
16422         * mml.el (mml-parse-1): Use them.
16423
16424 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16425
16426         * nnrss.el (nnrss-verbose): Remove.
16427         (nnrss-request-group): Use `nnheader-message' instead.
16428
16429 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16430
16431         * nnrss.el (nnrss-verbose): New variable.
16432         (nnrss-request-group): Make it say nnrss is requesting a group.
16433
16434 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16437         Handle news URL with given port correctly.
16438
16439 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16442         containing special characters.
16443
16444         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16445
16446         * mml.el (mime-to-mml): Ditto.
16447
16448         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16449         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16450         (rfc2047-decode-region): Quote decoded words containing special
16451         characters when rfc2047-quote-decoded-words-containing-tspecials
16452         is non-nil.
16453
16454 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16455
16456         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16457
16458         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16459
16460 2005-02-15  Simon Josefsson  <jas@extundo.com>
16461
16462         * nnimap.el (nnimap-debug): Doc fix.
16463
16464         * imap.el (imap-debug): Doc fix.
16465
16466 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16469
16470 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * gnus.el (spam-contents): Improve docs for spam-contents
16473         parameter in its variable incarnation.
16474
16475 2005-02-14  Simon Josefsson  <jas@extundo.com>
16476
16477         * smime-ldap.el: Use require instead of load-library for ldap.
16478         (smime-ldap-search): Indent.
16479         (smime-ldap-search-internal): Shorten line.
16480
16481         * smime.el (smime-cert-by-dns): Add doc-string.
16482         (smime-cert-by-ldap-1): Indent.
16483
16484         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16485         mml-smime-get-dns-ldap.
16486         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16487
16488 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16489
16490         * smime.el: Require smime-ldap.
16491         (smime-ldap-host-list): New variable.
16492         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16493
16494         * mml-smime.el (mml-smime-encrypt-query): New function.
16495         (mml-smime-encrypt-query): Use it.
16496
16497         * smime-ldap.el: New file.
16498
16499 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16502
16503 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16506         argument in doc string.  Make query for type more clear.
16507
16508 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus.el (gnus-group-startup-message): Search for gnus images in
16511         etc/images/gnus.
16512         * mm-util.el (mm-image-load-path): Likewise.
16513         * smiley.el (smiley-data-directory): Search for smilies in
16514         etc/images/smilies.
16515
16516 2005-02-09  Kim F. Storm  <storm@cua.dk>
16517
16518         Change Emacs release version from 21.4 to 22.1 throughout.
16519         Change Emacs development version from 21.3.50 to 22.0.50.
16520
16521 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16524
16525         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16526         non-Mule XEmacs as well.
16527         (mm-decompress-buffer): Signal an error intentionally if it does
16528         not decompress compressed data because auto-compression-mode is
16529         disabled.
16530
16531 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16532
16533         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16534         an ID in the registry even if it has no groups.
16535
16536 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16539         merge it into mm-decompress-buffer.
16540         (gnus-mime-copy-part): Use the MIME part charset, the value which
16541         a user specified or gnus-newsgroup-charset for decoding, like
16542         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16543         save-buffer what was used.  Suggested by Kevin Ryde
16544         <user42@zip.com.au>.
16545         (gnus-mime-inline-part): Allow the name parameter as well as the
16546         filename parameter; force decompressing of compressed data; always
16547         display contents being not decoded as unibyte.
16548
16549         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16550         as well as the filename parameter.
16551
16552         * mm-util.el (mm-decompress-buffer):
16553         Merge gnus-mime-jka-compr-maybe-uncompress.
16554         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16555         of compressed data.
16556
16557 2005-02-08  Simon Josefsson  <jas@extundo.com>
16558
16559         * imap.el (imap-log): Doc fix.
16560
16561 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16564         the coding cookies; decompress compressed parts.
16565
16566         * mml.el (mml-generate-mime-1): Add the charset parameter according
16567         to the value which a user specified manually or the coding cookie.
16568
16569         * mm-util.el (mm-string-to-multibyte): New function.
16570         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16571         (mm-coding-system-to-mime-charset): New function.
16572         (mm-decompress-buffer): New function.
16573         (mm-find-buffer-file-coding-system): New function.
16574
16575         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16576         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16577         parts.
16578
16579 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16580
16581         * mm-view.el (mm-display-inline-fontify): Decode a part according
16582         to the charset parameter.
16583
16584 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16587         prefix arg is neither nil nor a number, as info specifies.
16588
16589 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16592         timestamps.
16593
16594 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16595
16596         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16597         groups error checking and notify user.
16598
16599 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16600
16601         * message.el (message-send-mail-function): Check existence of
16602         sendmail-program first before using default value
16603         `message-send-mail-with-sendmail'.  Otherwise use more generic
16604         `smtpmail-send-it'.
16605
16606 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * nntp.el (nntp-request-update-info): Always return nil.
16609
16610 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16611
16612         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16613
16614 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16615
16616         * message.el (message-beginning-of-line): Change the behavior when
16617         invoked between BOL and : so that it first moves backward.
16618
16619 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16622         article buffer when editing of the article is discarded.
16623         (gnus-article-prepare): Revert.
16624
16625 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-art.el (gnus-article-prepare):
16628         Remove message-strip-forbidden-properties from the local hook.
16629
16630 2005-01-27  Simon Josefsson  <jas@extundo.com>
16631
16632         * password.el (password-cache-add): Only start one timer per key.
16633         Reported by Derek Atkins <warlord@MIT.EDU>.
16634
16635 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16636
16637         * run-at-time.el: Remove.  It is no longer needed as
16638         timer-funcs.el in the xemacs-base package has a working version of
16639         `run-at-time'.
16640
16641         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16642
16643         * password.el: Require timer-funcs instead of run-at-time in
16644         XEmacs.
16645         Remove `password-run-at-time' macro.
16646         (password-cache-add): Use `run-at-time' instead of
16647         `password-run-at-time'.
16648
16649         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16650         Remove `nnheader-cancel-function-timers' alias,
16651         `cancel-function-timers' exists in XEmacs in timer-funcs.
16652
16653         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16654         for `run-with-idle-timer'.
16655
16656         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16657         for `run-at-time'.
16658
16659         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16660         for `with-timeout'.
16661
16662         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16663         the same as for XEmacs 21.4.
16664         No need to ignore `run-with-idle-timer', this function exists in
16665         XEmacs now in timer-funcs.el in the xemacs-base package.
16666         (dgnushack-compile): No need to delete
16667         run-at-time.el from the list of files to compile because it
16668         doesn't exist anymore.
16669
16670 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16673         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16674
16675 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16676
16677         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16678         sensitively.
16679
16680 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16681
16682         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16683
16684 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16687         which will be inserted according to the multibyteness of a buffer
16688         rather than the type of contents.  Suggested by ARISAWA Akihiro
16689         <ari@mbf.ocn.ne.jp>.
16690
16691         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16692         of string which old xml.el may return rather than a string.
16693
16694 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16697
16698 2005-01-16  Simon Josefsson  <jas@extundo.com>
16699
16700         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16701         idn/idna.el isn't available.
16702         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16703         <michael@waxrat.com>.
16704
16705         * hashcash.el: Remove non-FSF copyright header.
16706
16707         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16708         (hashcash-generate-payment): Use it.
16709         (hashcash-generate-payment-async): Use it.
16710
16711 2005-01-15  Simon Josefsson  <jas@extundo.com>
16712
16713         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16714         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16715
16716         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16717         gnus-summary-idna-message.
16718         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16719         (gnus-summary-idna-message): New function.
16720
16721 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16724         gnus-novice-user.
16725
16726 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * nnrss.el (nnrss-request-delete-group): Delete entries in
16729         nnrss-group-alist as well.
16730         (nnrss-save-server-data): Insert newline.
16731
16732 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16733
16734         * gnus.el (gnus-user-agent): Use list of symbols instead of
16735         symbols.  Display full version number for (S)XEmacs.
16736         Optionally display (S)XEmacs codename.
16737
16738         * gnus-util.el (gnus-emacs-version): Update for new
16739         `gnus-user-agent'.
16740
16741         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16742         Gnus version.
16743
16744 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16747         which is unreadable in some setups.
16748
16749 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-spec.el (gnus-update-format-specifications): Flush the
16752         group format spec cache if it doesn't support decoded group names.
16753
16754 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16757         Allow to apply decay on score files matching a regexp.
16758
16759 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16762         compatibility in %g and %c.
16763
16764 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16767         name for only %g and %c.
16768         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16769         of gnus-tmp-group to decoded group name.
16770         (gnus-group-make-rss-group): Exclude `/'s from group names.
16771
16772 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * nnrss.el (nnrss-get-encoding): Fix regexp.
16775
16776 2004-12-27  Simon Josefsson  <jas@extundo.com>
16777
16778         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16779         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16780         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16781
16782 2004-12-17  Kim F. Storm  <storm@cua.dk>
16783
16784         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16785
16786         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16787
16788 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16789
16790         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16791
16792 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * nnrss.el: Require rfc2047 and mml.
16795         (nnrss-file-coding-system): New variable.
16796         (nnrss-format-string): Redefine it as an inline function.
16797         (nnrss-decode-group-name): New function.
16798         (nnrss-string-as-multibyte): Remove.
16799         (nnrss-retrieve-headers): Decode group name; don't use
16800         nnrss-format-string.
16801         (nnrss-request-group): Decode group name.
16802         (nnrss-request-article): Decode group name; allow a Message-ID as
16803         well as an article number; don't use nnrss-format-string; encode a
16804         Message-ID string which may contain non-ASCII characters; use
16805         mml-to-mime to compose a MIME article.
16806         (nnrss-request-expire-articles): Decode group name.
16807         (nnrss-request-delete-group): Decode group name.
16808         (nnrss-fetch): Clarify error message.
16809         (nnrss-read-server-data): Use insert-file-contents instead of load;
16810         bind file-name-coding-system; use multibyte buffer.
16811         (nnrss-save-server-data): Bind coding-system-for-write to the
16812         value of nnrss-file-coding-system; bind file-name-coding-system;
16813         add coding cookie.
16814         (nnrss-read-group-data): Use insert-file-contents instead of load;
16815         bind file-name-coding-system; use multibyte buffer.
16816         (nnrss-save-group-data): Bind coding-system-for-write to the
16817         value of nnrss-file-coding-system; bind file-name-coding-system.
16818         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16819         make it work with non-ASCII text.
16820         (nnrss-find-el): Make it work with old xml.el as well.
16821
16822 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16823
16824         * nnrss.el (nnrss-get-encoding): New function.
16825         (nnrss-fetch): Use unibyte buffer initially; bind
16826         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16827         decode contents according to the encoding attribute.
16828         (nnrss-save-group-data): Add coding cookie.
16829         (nnrss-mime-encode-string): New function.
16830         (nnrss-check-group): Use it to encode subject and author.
16831
16832 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16833
16834         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16835         imaginary variable.
16836
16837 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16840         correctly even if there are wide characters.
16841
16842 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16843
16844         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16845         downcased symbol names; make a new cache instead of reusing
16846         bbdb-hashtable.
16847
16848 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16851         concatenating segments rather than before concatenating them.
16852         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16853
16854         * message.el (message-get-reply-headers): Bind `extra'.
16855
16856 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * message.el (message-extra-wide-headers): New variable.
16859         (message-get-reply-headers): Use it.
16860
16861 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16864         (gnus-agent-group-pathname): Ditto.
16865
16866         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16867
16868         * gnus-group.el (gnus-group-make-group): Decode group name.
16869         (gnus-group-make-rss-group): Register the group data after opening
16870         the nnrss group.
16871
16872 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16873
16874         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16875         by expiry now get marked as read.
16876
16877 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16878
16879         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16880
16881 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16882
16883         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16884         unify Latin characters in XEmacs.
16885         (mm-find-mime-charset-region): Use it.
16886
16887 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-util.el (gnus-delete-directory): New function.
16890
16891         * gnus-agent.el (gnus-agent-delete-group): Use it.
16892
16893         * gnus-cache.el (gnus-cache-delete-group): Use it.
16894
16895 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16898         names.
16899
16900 2004-12-16  Simon Josefsson  <jas@extundo.com>
16901
16902         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16903
16904 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16907
16908         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16909         (gnus-group-set-current-level): Decode group name.
16910
16911 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16912
16913         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16914         failed.
16915
16916 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-group.el (gnus-group-delete-group): Decode group name.
16919         (gnus-group-make-rss-group): Encode group name.
16920         (gnus-group-catchup-current): Decode group name.
16921         (gnus-group-kill-group): Decode group name.
16922
16923 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16924
16925         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16926
16927 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-group.el (gnus-group-make-rss-group):
16930         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16931
16932         * gnus-start.el (gnus-setup-news): Honor user's setting to
16933         gnus-message-archive-method.  Suggested by Lute Kamstra
16934         <lute@gnu.org>.
16935
16936 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16937
16938         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16939         global counterparts of the buffer-local variables.
16940
16941 2004-11-16  Romain Francoise  <romain@orebokech.com>
16942
16943         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16944         counterparts of the buffer-local variables.
16945
16946 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * message.el (message-forbidden-properties): Fix typo in doc
16949         string.
16950
16951 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * gnus-util.el (gnus-replace-in-string): Add doc string.
16954
16955         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16956         to avoid problems when splitting mails with many recipients.
16957
16958 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16959
16960         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16961         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16962
16963 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16964
16965         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16966         if there is no hashtable in memory or file modification time is
16967         newer than cached timestamp.
16968
16969 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus-sum.el (gnus-summary-limit-to-recipient):
16972         Implement not-matching option.
16973
16974 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16977         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16978         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16979         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16980         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16981         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16982
16983 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * message.el (message-forward-make-body-mml): Remove headers
16986         according to message-forward-ignored-headers if a message is decoded.
16987
16988 2004-12-02  Romain Francoise  <romain@orebokech.com>
16989
16990         * message.el (message-forward-make-body-plain): Always remove
16991         headers according to message-forward-ignored-headers.
16992
16993 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16994
16995         * spam.el (spam-summary-prepare-exit): Remove the
16996         gnus-summary-limit pop for now, it has problems with ham marks for
16997         me.
16998
16999 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17000
17001         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17002         correctly.
17003
17004 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17005
17006         * format-spec.el (format-spec): Message the char.
17007
17008 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17009
17010         * gnus-art.el (gnus-split-methods): Reformat comments.
17011
17012         * spam.el (spam-summary-prepare-exit): Remove article limits
17013         before exiting the summary buffer.
17014
17015 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17018         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17019
17020         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17021         order to silence the byte compiler.
17022
17023         * spam.el: Fix the way to silence the byte compiler, which
17024         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17025         bbdb-search-simple, spam-BBDB-register-routine,
17026         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17027         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17028         spam-stat-buffer-is-spam, spam-stat-load,
17029         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17030         spam-stat-save and spam-stat-split-fancy.
17031
17032 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17035         which may confuse users.
17036         (canlock-password-for-verify): Ditto.
17037
17038         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17039
17040         * gnus-art.el (gnus-emphasis-alist): Ditto.
17041
17042         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17043
17044         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17045
17046         * gnus-start.el (gnus-save-killed-list): Ditto.
17047
17048         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17049         (gnus-sum-thread-tree-root): Ditto.
17050         (gnus-sum-thread-tree-false-root): Ditto.
17051         (gnus-sum-thread-tree-single-indent): Ditto.
17052
17053         * message.el (message-courtesy-message): Ditto.
17054         (message-archive-note): Ditto.
17055         (message-subscribed-address-file): Ditto.
17056         (message-user-fqdn): Ditto.
17057
17058         * spam-report.el (spam-report-gmane-regex): Ditto.
17059
17060         * spam.el (spam-blackhole-good-server-regex): Ditto.
17061
17062 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * mml.el (mml-preview): Widen the message buffer before copying
17065         the contents to the preview buffer; sort headers before previewing.
17066
17067         * message.el (message-hidden-headers): Fix the way to avoid a bug
17068         in the `repeat' widget in Emacs 21.3 or earlier.
17069
17070 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * message.el (message-hidden-headers): Default to "^References:".
17073         Improve customization type.  Suggested by Reiner Steib
17074         <Reiner.Steib@gmx.de>.
17075
17076 2004-11-25  Romain Francoise  <romain@orebokech.com>
17077
17078         * message.el (message-strip-forbidden-properties): Remove check for
17079         obsolete `message-hidden' text property, hidden headers are not
17080         accessible in the buffer anymore.
17081
17082 2004-11-22  Romain Francoise  <romain@orebokech.com>
17083
17084         * message.el (message-header-format-alist): Add `From' in list
17085         so that it can be sorted.
17086         (message-fix-before-sending): Widen and sort headers before
17087         sending.
17088         (message-hide-headers): Use narrowing to hide headers by moving
17089         them to the top of the buffer and narrowing to the region
17090         underneath.
17091
17092 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * message.el (message-strip-forbidden-properties):
17095         Bind buffer-read-only (etc) to nil.
17096
17097 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17100         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17101
17102 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17103
17104         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17105
17106 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * dns.el (query-dns): Use sit-for to time instead of
17109         accept-process-output, since that doesn't seem to work on udp
17110         sockets.
17111
17112 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17115
17116 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17117
17118         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17119         doc string.  Improve doc string.
17120
17121 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * nntp.el (nntp-request-update-info): Return nil if
17124         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17125         may not call gnus-activate-group which uselessly issues the GROUP
17126         commands for all nntp groups and wastes time.  Reported by Romain
17127         Francoise <romain@orebokech.com>.
17128
17129         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17130
17131 2004-11-15  Simon Josefsson  <jas@extundo.com>
17132
17133         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17134         headers separately.
17135         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17136         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17137
17138 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * gnus-start.el (gnus-convert-old-newsrc):
17141         Assign legacy-gnus-agent to 5.10.7.
17142
17143 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17144
17145         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17146         start of the lines.
17147
17148 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17149
17150         * hashcash.el (hashcash-default-payment): Change default to 20.
17151         (hashcash-default-accept-payment): Change default to 20.
17152         (hashcash-process-alist): New variable.
17153         (hashcash-generate-payment-async): Add.
17154         (hashcash-already-paid-p): Add.
17155         (hashcash-insert-payment): Don't generate payments twice.
17156         (hashcash-insert-payment-async): Add.
17157         (hashcash-insert-payment-async-2): Add.
17158         (hashcash-cancel-async): Add.
17159         (hashcash-wait-async): Add.
17160         (hashcash-processes-running-p): Add.
17161         (hashcash-wait-or-cancel): Add.
17162         (mail-add-payment): New optional argument.  Conditionally start
17163         asynchronous calculation.
17164         (mail-add-payment-async): Add.
17165
17166         * message.el (message-send-mail): Wait for asynchronous hashcash
17167         results.  Don't clobber existing X-Hashcash headers.
17168         (message-setup-1): Call mail-add-payment-async when
17169         message-generate-hashcash is non-nil.
17170
17171 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17172
17173         * message.el (message-use-alternative-email-as-from): Examine the
17174         From header as well; use message-make-from in order to include a
17175         user's full name.
17176
17177 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17180         default; improve customization type.
17181         (gnus-emphasis-custom-with-format): New macro.
17182         (gnus-emphasis-custom-value-to-external): New function.
17183         (gnus-emphasis-custom-value-to-internal): New function.
17184
17185 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186
17187         * dns.el (query-dns): Resolve reverse addresses.
17188
17189 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * gnus-group.el (gnus-group-get-new-news): Use it.
17192
17193         * gnus-start.el (gnus-check-reasonable-setup): New function.
17194
17195 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17198         "Args out of range" error.  Reported by Arnaud Giersch
17199         <arnaud.giersch@free.fr>.
17200
17201 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17202
17203         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17204
17205 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17206
17207         * spam.el (spam group): Add :version.
17208
17209         * pgg-def.el (pgg group): Add :version.
17210
17211 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * gnus-art.el (gnus-article-edit-article): Don't associate the
17214         article buffer with a draft file.  This is a temporary measure
17215         against the 2004-08-22 change to gnus-article-edit-mode.
17216
17217 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17220         (html2text-format-tags): Remove unused variable `attr'.
17221
17222 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17225
17226         * tls.el (tls-process-connection-type, tls-success)
17227         (tls-certtool-program): Add :version.
17228
17229         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17230         (starttls-extra-arguments, starttls-process-connection-type)
17231         (starttls-connect, starttls-failure, starttls-success): Add :version.
17232
17233         * spam-stat.el (spam-stat): Add :version.
17234
17235         * sieve.el (sieve): Add :version.
17236
17237         * sha1.el (sha1): Add :version.
17238         (sha1-use-external): Remove redundant version.
17239
17240         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17241         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17242         (nnmail-split-fancy-match-partial-words)
17243         (nnmail-split-lowercase-expanded): Add :version.
17244
17245         * nndiary.el (nndiary): Add :version.
17246
17247         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17248
17249         * mml-sec.el (mml-default-sign-method)
17250         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17251         Add :version.
17252
17253         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17254
17255         * mm-url.el (mm-url-use-external, mm-url-program)
17256         (mm-url-arguments): Add :version.
17257
17258         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17259         (mm-attachment-file-modes, mm-decrypt-option)
17260         (mm-w3m-safe-url-regexp): Add :version.
17261
17262         * message.el (message-cite-prefix-regexp)
17263         (message-sendmail-envelope-from, message-minibuffer-local-map)
17264         (message-user-fqdn, message-completion-alist): Add :version.
17265
17266         * gnus-win.el (gnus-configure-windows-hook)
17267         (gnus-use-frames-on-any-display): Add :version.
17268
17269         * gnus-art.el (gnus-article-address-banner-alist)
17270         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17271         (gnus-treat-from-picon, gnus-treat-mail-picon)
17272         (gnus-treat-x-pgp-sig): Add :version.
17273
17274         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17275         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17276         (gnus-summary-article-delete-hook)
17277         (gnus-summary-display-while-building): Add :version.
17278
17279         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17280         (gnus-get-top-new-news-hook): Add :version.
17281
17282         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17283         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17284
17285         * gnus-registry.el (gnus-registry): Add :version.
17286
17287         * gnus-spec.el (gnus-use-correct-string-widths)
17288         (gnus-make-format-preserve-properties): Add :version.
17289
17290         * gnus.el (gnus-group-charter-alist)
17291         (gnus-group-fetch-control-use-browse-url)
17292         (gnus-install-group-spam-parameters): Add :version.
17293
17294         * gnus-diary.el (gnus-diary): Add :version.
17295
17296         * gnus-delay.el (gnus-delay): Add :version.
17297
17298         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17299         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17300         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17301         Add :version.
17302
17303         * gnus-agent.el (gnus-agent-max-fetch-size)
17304         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17305         (gnus-agent-prompt-send-queue): Add :version.
17306
17307         * deuglify.el (gnus-outlook-deuglify): Add :version.
17308
17309         * html2text.el: Beautify code.  Improve doc strings.
17310         Some checkdoc cleanup.
17311         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17312
17313 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17314
17315         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17316
17317 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17320         when package is loaded.
17321
17322         * spam.el (spam-summary-score-preferred-header): Add global preference
17323         for people who want to override the default SpamAssassin over
17324         Bogofilter preference (when both are set).
17325         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17326         (spam-user-format-function-S):
17327         Check spam-summary-score-preferred-header.
17328         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17329         (spam-user-format-function-S): Format the score correctly.
17330
17331 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17334         signature file.  Suggested by Manoj Srivastava
17335         <srivasta@golden-gryphon.com>.
17336
17337         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17338         iso-2022-jp even in the Japanese language environment.
17339         Suggested by Jason Rumney <jasonr@gnu.org>.
17340
17341 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17344         use the same characters as the dummy marks; make it free from
17345         getting affected by the language environment.
17346         (gnus-summary-read-group-1): Update mark positions only when the
17347         format spec is updated.
17348
17349         * gnus-spec.el (gnus-update-format-specifications): Return a list
17350         of updated types.
17351
17352 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17355         of boundp to check if display-warning is available.
17356
17357 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17360
17361 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * nnspool.el (nnspool-spool-directory): Use news-path if the
17364         news-directory variable is not bound.
17365
17366         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17367         function instead of display-warning if it is not available.
17368
17369 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17372         v5-10: Use `point-at-bol'.
17373
17374 2004-10-26  Simon Josefsson  <jas@extundo.com>
17375
17376         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17377         <chenggao@gmail.com>.
17378
17379 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17382         instead.
17383
17384 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17385
17386         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17387         to remove a server from the nnimap-server-buffer-alist.
17388         (nnimap-open-connection, nnimap-close-server): Use it.
17389
17390         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17391
17392 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17395         running the major-mode function.
17396
17397 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17400         dummy marks in the right way.
17401
17402 2004-10-18  David Edmondson  <dme@dme.org>
17403
17404         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17405         excessively.
17406
17407 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * gnus-util.el (gnus-split-references): Accept a nil references
17410         string and go on blissfully.
17411
17412         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17413         cases where the references string is non-nil but has no references.
17414
17415         * encrypt.el: Add autoload tags.
17416
17417         * spam.el (spam-resolve-registrations-routine): Remove article
17418         from unregistration list too.  Reported by David Hanak
17419         <dhanak@isis.vanderbilt.edu>
17420
17421 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17424         nil.  Change custom type.
17425
17426 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17427
17428         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17429
17430         * gnus-sum.el (gnus-summary-move-article): Use it.
17431
17432 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17433
17434         * encrypt.el: Add autoload cookies.
17435
17436         * spam.el (spam-backend-article-list-property)
17437         (spam-backend-get-article-todo-list)
17438         (spam-backend-put-article-todo-list)
17439         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17440         Resolve registrations separately.
17441         (spam-register-routine): Format comments.
17442         (spam-unregister-routine, spam-register-routine): Always call with
17443         specific-articles, no default list.
17444         (spam-summary-prepare-exit): Use the spam-classifications function.
17445
17446         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17447         gnus-encrypt.el.
17448
17449         * encrypt.el: Copied from gnus-encrypt.el.
17450
17451         * gnus-encrypt.el: Commented that it's obsolete.
17452
17453 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17454
17455         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17456         (gnus-score-save): Use it.
17457
17458         * message.el (message-bury): Use `window-dedicated-p'.
17459
17460 2004-10-15  Simon Josefsson  <jas@extundo.com>
17461
17462         * pop3.el (top-level): Don't require nnheader.
17463         (pop3-read-timeout): Add.
17464         (pop3-accept-process-output): Add.
17465         (pop3-read-response, pop3-retr): Use it.
17466
17467 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17468
17469         * spam.el (spam-register-routine): Move comment.
17470         (spam-verify-bogofilter): Use 'unknown for the initial
17471         spam-bogofilter-valid state, not 'never.
17472
17473         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17474         for netrc-machine.
17475
17476         * nnimap.el (nnimap-open-connection):
17477         Use netrc-machine-user-or-password.
17478
17479 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17480
17481         * gnus-registry.el (gnus-registry-unload-hook):
17482         Set as a variable with add-hook.
17483
17484         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17485         of news-path.
17486
17487         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17488
17489         * spam.el: Delete duplicate `provide'.
17490         (spam-unload-hook): Set as a variable with add-hook.
17491
17492 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17495         in the doc string.
17496
17497         * message.el (message-ignored-news-headers)
17498         (message-ignored-supersedes-headers)
17499         (message-ignored-resent-headers)
17500         (message-forward-ignored-headers): Improve custom type.
17501
17502 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * message.el (message-tokenize-header): Fix 2004-09-06 change
17505         which used point-min in the wrong place.
17506
17507 2004-10-12  Simon Josefsson  <jas@extundo.com>
17508
17509         * tls.el (tls-certtool-program): New variable.
17510         (tls-certificate-information): New function, based on
17511         ssl-certificate-information.
17512
17513 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * compface.el: Move the version of ELisp-based uncompface program
17516         to the contrib directory because of the copyright problem.
17517
17518 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * message.el (message-kill-buffer): Raise the current frame.
17521
17522 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17525
17526         * gnus.el (message-y-or-n-p): Autoload.
17527
17528         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17529         (pop3-password-required, pop3-authentication-scheme)
17530         (pop3-leave-mail-on-server): Make customizable.
17531         (pop3): New custom group.
17532         (pop3-retr): Remove `sleep-for' statements.
17533         Suggested by Dave Love <fx@gnu.org>.
17534
17535         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17536         Windows/DOS.
17537
17538         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17539         (imap-parse-body): Fix incorrect use of `assert'.
17540         Suggested by Dave Love <fx@gnu.org>.
17541
17542         * mml.el (mml-minibuffer-read-disposition): Require match.
17543         Suggested by Dave Love <fx@gnu.org>.
17544
17545 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17548         doc string.
17549
17550 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17553
17554 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17555
17556         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17557         instead of calling `mm-insert-inline', to decode text/* parts
17558         before displaying them.
17559
17560 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * mm-uu.el (mm-uu-text-plain-type): New variable.
17563         (mm-uu-pgp-signed-extract-1): Use it.
17564         (mm-uu-pgp-encrypted-extract-1): Use it.
17565         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17566         bind mm-uu-text-plain-type with that value.
17567         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17568         mm-uu-dissect.
17569
17570 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * gnus-group.el (gnus-update-group-mark-positions):
17573         * gnus-sum.el (gnus-update-summary-mark-positions):
17574         * message.el (message-check-news-body-syntax):
17575         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17576         of string-as-multibyte.
17577
17578 2004-10-05  Juri Linkov  <juri@jurta.org>
17579
17580         * gnus-group.el (gnus-update-group-mark-positions):
17581         * gnus-sum.el (gnus-update-summary-mark-positions):
17582         * message.el (message-check-news-body-syntax):
17583         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17584         8-bit unibyte values to a multibyte string for search functions.
17585
17586 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17589         (mm-uu-dissect-text-parts): New function.
17590
17591         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17592         dissect text parts.
17593
17594         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17595         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17596
17597         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17598
17599         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17600         Use gnus-current-topics instead of gnus-current-topic.
17601
17602 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17603
17604         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17605
17606 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17607
17608         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17609         where approriate.
17610
17611         * nnml.el (nnml-generate-active-info): do.
17612
17613         * nndiary.el (nndiary-generate-active-info): do.
17614
17615         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17616         (gnus-topic-move): do.
17617
17618         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17619         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17620
17621         * gnus-srvr.el (gnus-server-prepare)
17622         (gnus-server-open-all-servers): do.
17623
17624         * gnus-msg.el (gnus-summary-cancel-article)
17625         (gnus-summary-resend-message)
17626         (gnus-summary-mail-crosspost-complaint): do.
17627
17628         * gnus-move.el (gnus-change-server): do.
17629
17630         * gnus-group.el (gnus-group-unmark-all-groups)
17631         (gnus-group-set-current-level): do.
17632
17633 2004-10-04  Simon Josefsson  <jas@extundo.com>
17634
17635         * message.el (message-generate-hashcash): Doc fix.
17636
17637 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17638
17639         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17640         avoid infinite recursion via gnus-get-function.
17641
17642 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17643
17644         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17645
17646         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17647
17648         * nnmail.el (nnmail-split-history): do.
17649
17650         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17651         (nnml-request-delete-group): do.
17652
17653         * nnslashdot.el (nnslashdot-read-groups): do.
17654
17655         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17656         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17657
17658         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17659         (nnspool-sift-nov-with-sed): Use last.
17660         (nnspool-retrieve-headers-with-nov): Use mapc.
17661         (nnspool-request-newgroups): Use dolist.
17662         (nnspool-request-group): Use last.
17663
17664         * nntp.el (nntp-read-server-type): Use dolist.
17665
17666         * nnvirtual.el (nnvirtual-create-mapping)
17667         (nnvirtual-update-read-and-marked): Use dolist.
17668         (nnvirtual-convert-headers): Simplify.
17669
17670 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17671
17672         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17673         Add support for sync'ing tick marks.
17674
17675 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17678         there's no visible header.
17679
17680 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17681
17682         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17683         When necessary, pass full group name to gnus-request-set-marks.
17684
17685 2004-10-01  Simon Josefsson  <jas@extundo.com>
17686
17687         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17688         acroread.
17689
17690 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17691
17692         * spam-report.el (spam-report-gmane): Fix interactive.
17693
17694         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17695
17696         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17697         when writing file.
17698         (gnus-agent-synchronize-flags): Don't default to being
17699         interactive.
17700
17701 2004-09-30  Simon Josefsson  <jas@extundo.com>
17702
17703         * message.el (message-generate-hashcash): Add.
17704         (message-send-mail): Use it, call mail-add-payment.
17705
17706 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17707
17708         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17709
17710 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17711
17712         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17713         gnus-requst-update-info with explicit code to sync the in-memory
17714         info read flags with the marks being sync'd to the backend.
17715
17716         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17717
17718 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * spam.el (spam-verify-bogofilter): Add new function.
17721         (spam-check-bogofilter)
17722         (spam-bogofilter-register-with-bogofilter): Use it.
17723         (spam-verify-bogofilter): Add small fixes.
17724
17725 2004-09-28  Simon Josefsson  <jas@extundo.com>
17726
17727         * hashcash.el (hashcash-generate-payment): Revert.
17728
17729 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17730
17731         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17732         Use gnus-extract-references instead of gnus-split-references.
17733
17734         * gnus-util.el (gnus-extract-references): Add new function, analogous
17735         to gnus-split-references but extracts only the message-ID without
17736         anything extra.
17737
17738         * hashcash.el (hashcash-generate-payment)
17739         (hashcash-check-payment): Do the right thing if hashcash-path is
17740         nil (because the hashcash program could not be found).
17741
17742         * spam.el (spam-use-hashcash): Remove comment.
17743
17744 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17745
17746         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17747         (gnus-cache-enter-article, gnus-cache-remove-article)
17748         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17749
17750         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17751
17752         * gnus-art.el (article-hide-boring-headers)
17753         (article-translate-strings, article-display-face)
17754         (gnus-article-mime-match-handle-first)
17755         (gnus-article-highlight-headers)
17756         (gnus-article-add-buttons-to-head): do.
17757
17758 2004-09-27  Simon Josefsson  <jas@extundo.com>
17759
17760         * hashcash.el: New version, from
17761         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17762         ../contrib/.
17763
17764 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17767
17768 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * gnus-dup.el (gnus-dup-open): Use mapc.
17771         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17772
17773         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17774         Reported by Stefan Wiens <s.wi@gmx.net>.
17775
17776         * gnus.el (gnus-shutdown): Use dolist.
17777
17778         * gnus-undo.el (gnus-undo): Use mapc.
17779
17780         * nnrss.el (nnrss-generate-active): do.
17781
17782         * message.el (message-cite-original-without-signature)
17783         (message-cite-original): Use mapc.
17784         (message-do-actions, message-make-forward-subject): Use dolist.
17785
17786 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17787
17788         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17789         deletion to remove entire duplicate line.  Fixes merged article
17790         number bug.
17791
17792 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17793
17794         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17795         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17796         first ask if you want to open a server and then, even when you
17797         responded with no, asking if you want to synchronize the server's
17798         flags.
17799         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17800         multi-line expressions.
17801         (gnus-agent-synchronize-group-flags): New internal function.
17802         Updates marks in memory (in the info structure) AND in the
17803         backend.
17804
17805         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17806
17807         * nnagent.el (nnagent-request-set-mark):
17808         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17809         method, to ensure that synchronization updates marks in the
17810         backend and in the info (in memory) structure.
17811
17812 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17815         convention fully; don't miss the root article of a thread; make
17816         the X-Draft-From header with correct article numbers.
17817
17818 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17819
17820         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17821         unless plugged.  Disable the agent so that an open failure causes
17822         an error.
17823
17824         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17825         Revert 2004-09-21 change.  The backend must be opened while
17826         synchronizing flags even when the backend stores the flags
17827         locally.
17828
17829 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17830
17831         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17832         in `header' match.  Reported by Svend Tollak Munkejord.
17833
17834         * message.el (message-cite-original): Fix use of
17835         `message-cite-articles-with-x-no-archive'.
17836
17837 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17840         (gnus-window-to-buffer): Ditto.
17841
17842         * mml.el (mml-preview-buffer): New variable.
17843         (mml-preview): Manage window layout with gnus-buffer-configuration.
17844
17845         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17846         X-Draft-From header even if those articles aren't quoted.
17847
17848 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17849
17850         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17851         (gnus-request-set-mark, gnus-request-update-mark): Use new
17852         g-s-t-u-l-m to decide to use backend even when unplugged.
17853
17854 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17857         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17858
17859 2004-09-20  Simon Josefsson  <jas@extundo.com>
17860
17861         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17862         "utf-16-le".
17863
17864 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17865
17866         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17867
17868 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17869
17870         * uudecode.el (uudecode-use-external): Add :version.
17871
17872         * smime.el (smime-CA-file, smime-encrypt-cipher)
17873         (smime-dns-server): Add :version.
17874
17875         * smiley.el (gnus-smiley-file-types): Add :version.
17876
17877         * sha1.el (sha1-use-external): Add :version.
17878
17879         * pgg-def.el (pgg-query-keyserver): Add :version.
17880
17881         * nnmail.el (nnmail-fancy-expiry-targets)
17882         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17883         Add :version.
17884
17885         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17886         (nnimap-retrieve-groups-asynchronous): Add :version.
17887         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17888
17889         * mml.el (mml-content-disposition-parameters)
17890         (mml-insert-mime-headers-always): Add :version.
17891
17892         * mm-util.el (mm-coding-system-priorities): Add :version.
17893
17894         * mm-decode.el (mm-inline-text-html-with-images)
17895         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17896         (mm-verify-option): Add :version.
17897         (mm-text-html-renderer): Change :version.
17898
17899         * message.el (message-fcc-externalize-attachments)
17900         (message-required-headers, message-draft-headers)
17901         (message-subject-trailing-was-query)
17902         (message-subject-trailing-was-ask-regexp)
17903         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17904         (message-mark-insert-end, message-archive-header)
17905         (message-archive-note, message-cross-post-default)
17906         (message-cross-post-note, message-followup-to-note)
17907         (message-cross-post-note-function, message-use-mail-followup-to)
17908         (message-subscribed-address-functions)
17909         (message-subscribed-address-file, message-subscribed-addresses)
17910         (message-subscribed-regexps, message-allow-no-recipients)
17911         (message-yank-cited-prefix, message-signature-insert-empty-line)
17912         (message-hidden-headers, message-hierarchical-addresses)
17913         (message-mail-user-agent, message-use-idna)
17914         (message-valid-fqdn-regexp)
17915         (message-strip-special-text-properties, message-header-synonyms)
17916         (message-beginning-of-line, message-tab-body-function): Add :version.
17917         (message-insert-canlock, message-wide-reply-confirm-recipients):
17918         Change :version.
17919
17920         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17921         and :version.
17922         (mail-source-delete-old-incoming-confirm)
17923         (mail-source-movemail-program): Add :version.
17924
17925         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17926         (gnus-agent-cache, gnus-agent): Change :version.
17927
17928         * gnus-util.el (gnus-use-byte-compile): Change :version.
17929
17930         * gnus-sum.el (gnus-summary-make-false-root-always)
17931         (gnus-summary-default-high-score)
17932         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17933         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17934         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17935         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17936         (gnus-sum-thread-tree-single-indent)
17937         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17938         (gnus-sum-thread-tree-leaf-with-other)
17939         (gnus-sum-thread-tree-single-leaf): Add :version.
17940         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17941         (gnus-article-loose-mime): Change :version.
17942
17943         * gnus-start.el (gnus-backup-startup-file)
17944         (gnus-save-startup-file-via-temp-buffer): Add :version.
17945
17946         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17947         (gnus-server-offline-face): Add :version.
17948
17949         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17950
17951         * gnus-msg.el (gnus-gcc-externalize-attachments)
17952         (gnus-debug-files, gnus-debug-exclude-variables)
17953         (gnus-discouraged-post-methods): Change :version.
17954         (gnus-confirm-mail-reply-to-news)
17955         (gnus-confirm-treat-mail-like-news): Add :version.
17956
17957         * gnus-int.el (gnus-server-unopen-status): Add :version.
17958
17959         * gnus-group.el (gnus-group-jump-to-group-prompt)
17960         (gnus-large-ephemeral-newsgroup)
17961         (gnus-fetch-old-ephemeral-headers): Add :version.
17962
17963         * gnus-fun.el (gnus-x-face-directory)
17964         (gnus-convert-pbm-to-x-face-command)
17965         (gnus-convert-image-to-x-face-command)
17966         (gnus-convert-image-to-face-command): Add :version.
17967
17968         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17969
17970         * gnus-cite.el (gnus-cite-blank-line-after-header)
17971         (gnus-article-boring-faces): Add :version.
17972
17973         * gnus-art.el (gnus-buttonized-mime-types)
17974         (gnus-inhibit-mime-unbuttonizing)
17975         (gnus-treat-display-face)
17976         (gnus-treat-body-boundary): Change :version.
17977         (gnus-body-boundary-delimiter, gnus-picon-databases)
17978         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17979         (gnus-treat-date-english, gnus-treat-fold-headers)
17980         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17981         (gnus-treat-mail-picon, gnus-treat-wash-html)
17982         (gnus-article-encrypt-protocol)
17983         (gnus-use-idna, gnus-article-over-scroll)
17984         (gnus-mime-display-multipart-alternative-as-mixed)
17985         (gnus-mime-display-multipart-related-as-mixed)
17986         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17987         (gnus-ctan-url, gnus-button-ctan-handler)
17988         (gnus-button-handle-ctan-bogus-regexp)
17989         (gnus-button-ctan-directory-regexp)
17990         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17991         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17992         (gnus-button-man-level, gnus-button-emacs-level)
17993         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17994
17995         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17996         (gnus-agent-go-online): Change :version.
17997         (gnus-agent-expire-unagentized-dirs)
17998         (gnus-agent-auto-agentize-methods): Add :version.
17999
18000         * flow-fill.el (fill-flowed-display-column)
18001         (fill-flowed-encode-column): Add :version.
18002
18003         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18004         (gnus-outlook-deuglify-unwrap-max)
18005         (gnus-outlook-deuglify-cite-marks)
18006         (gnus-outlook-deuglify-unwrap-stop-chars)
18007         (gnus-outlook-deuglify-no-wrap-chars)
18008         (gnus-outlook-deuglify-attrib-cut-regexp)
18009         (gnus-outlook-deuglify-attrib-verb-regexp)
18010         (gnus-outlook-deuglify-attrib-end-regexp)
18011         (gnus-outlook-display-hook): Add :version.
18012
18013         * binhex.el (binhex-use-external): Add :version.
18014
18015 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18018         and `invisible'.
18019
18020 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18021
18022         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18023         in gnus-registry-trim.
18024
18025 2004-09-13  Simon Josefsson  <jas@extundo.com>
18026
18027         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18028
18029         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18030
18031         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18032         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18033         <yamaoka@jpl.org>.
18034         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18035         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18036         <yamaoka@jpl.org>.
18037
18038         * sieve.el (sieve-manage-mode): Ditto.
18039
18040 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18043
18044 2004-09-11  Simon Josefsson  <jas@extundo.com>
18045
18046         * dns-mode.el: Add.
18047
18048         * mm-view.el (mm-display-dns-inline): Add.
18049
18050         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18051         (mm-automatic-display): Ditto.
18052
18053         * mailcap.el (mailcap-mime-data): Add text/dns.
18054         (mailcap-mime-extensions): Map .soa to text/dns.
18055
18056 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18057
18058         * gnus-art.el (article-decode-mime-words, article-babel)
18059         (gnus-article-highlight-signature, gnus-article-add-buttons)
18060         (gnus-signature-toggle): Remove unnecessary bindings of
18061         `inhibit-read-only' inherited from v5.10 merge.
18062
18063 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * nntp.el (nntp): New customization group.
18066         (nntp-authinfo-file): Add customization group.
18067
18068         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18069
18070         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18071
18072         * gnus.el (to-address, to-list, subscribed)
18073         (large-newsgroup-initial): Ditto.
18074
18075         * flow-fill.el (fill-flowed-display-column)
18076         (fill-flowed-encode-column): Ditto.
18077
18078 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18079
18080         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18081         Use point-min rather than 1.
18082         (message-send-mail): Use buffer-size rather than point-max.
18083
18084         * gnus-sum.el (gnus-summary-search-article-forward):
18085         Signal a specific `search-failed' rather than a generic `error'.
18086
18087         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18088         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18089         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18090
18091 2004-09-10  Simon Josefsson  <jas@extundo.com>
18092
18093         * nndb.el (require): Remove tcp and duplicate cl.
18094
18095 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-agent.el (directory-files-and-attributes): Move forward.
18098
18099 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18100
18101         * gnus-agent.el (directory-files-and-attributes):
18102         Optionally defined to support XEmacs.
18103
18104 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18105
18106         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18107         to avoid run-time CL dependencies.
18108         (gnus-agent-unfetch-articles): New function.
18109         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18110         article numbers even when local .overview file is missing.
18111         (gnus-agent-read-article-number): New function.  Only accepts
18112         27-bit article numbers.
18113         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18114         Use gnus-agent-read-article-number.
18115         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18116         from backend while recognizing that article numbers in .overview
18117         must be valid.
18118         (gnus-agent-update-files-total-fetched-for):
18119         Use directory-files-and-attributes to improve performance.
18120         * gnus-int.el (gnus-request-move-article):
18121         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18122         improve performance.
18123
18124         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18125         some users confused by references to .newsrc when they only have a
18126         .newsrc.eld file.
18127         (gnus-convert-mark-converter-prompt)
18128         (gnus-convert-converter-needs-prompt): Fix use of property list.
18129         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18130         New function.  Used internally to only display 'gnus converting
18131         files' message when actually necessary.
18132
18133         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18134         methods now autoloaded.
18135
18136 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18139         identifiers.
18140
18141 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * gnus-picon.el: Fix indentation and closing parenthesis.
18144
18145 2004-09-01  Simon Josefsson  <jas@extundo.com>
18146
18147         * message.el (message-canlock-generate): Require sha1, not
18148         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18149         to require within a function.  Sadly, if sha1.el isn't loaded, the
18150         let binding in m-c-g will hide the defcustom definition, which is
18151         bad.)
18152
18153         * canlock.el: Require sha1, not sha1-el.
18154
18155         * message.el: Don't autoload sha1 (there is a autoload cookie in
18156         sha1.el).
18157
18158         * sha1-el.el: Rename to sha1.el.
18159
18160 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18161
18162         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18163
18164 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18165
18166         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18167
18168 2004-08-30  Kim F. Storm  <storm@cua.dk>
18169
18170         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18171
18172         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18173         Add :group 'nnimap.
18174
18175 2004-08-30  Andreas Schwab  <schwab@suse.de>
18176
18177         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18178         ?* and ?\;.
18179
18180         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18181         and ?\' to symbol instead of whitespace.
18182
18183 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18186
18187         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18188         instead of re-search-forward.
18189
18190         * gnus-uu.el (gnus-uu-save-article): Ditto.
18191         (gnus-uu-post-encode-uuencode): Ditto.
18192
18193         * html2text.el (html2text-clean-list-items): Ditto.
18194         (html2text-clean-dtdd): Ditto.
18195         (html2text-format-tags): Ditto.
18196
18197         * message.el (message-send-mail-with-sendmail): Fix regexp.
18198         (message-fill-field-general): Use search-forward instead of
18199         re-search-forward.
18200         (unbold-region): Ditto.
18201
18202         * nnrss.el (nnrss-request-article): Ditto.
18203
18204         * nnslashdot.el (nnslashdot-request-article): Ditto.
18205
18206         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18207
18208         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18209         "Unrecognized menu descriptor" error in XEmacs.
18210
18211 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18212
18213         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18214         parent article of a sparse article in the thread hashtb.
18215
18216 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18217
18218         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18219         (nnmail-expand-newtext): Lowercase expanded entries if
18220         nnmail-split-lowercase-expanded is non-nil.
18221
18222 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18225
18226         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18227         of gnus-tmp-news-method into string under XEmacs.  It will be
18228         passed to gnus-correct-length which takes only a string argument.
18229
18230 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * gnus-util.el (gnus-bind-print-variables): New macro.
18233         (gnus-prin1): Use it.
18234         (gnus-prin1-to-string): Use it.
18235         (gnus-pp): New function.
18236         (gnus-pp-to-string): New function.
18237
18238         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18239         Replace pp-to-string with gnus-pp-to-string.
18240         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18241         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18242         * gnus-msg.el (gnus-debug): Ditto.
18243         * gnus-score.el (gnus-score-save): Ditto.
18244         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18245         gnus-pp-to-string.
18246         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18247         with gnus-pp.
18248         * score-mode.el (gnus-score-pretty-print): Ditto.
18249         * webmail.el (webmail-debug): Ditto.
18250
18251 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * gnus-art.el (article-display-face, article-display-x-face):
18254         Use buffer-read-only.
18255
18256 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-art.el (article-hide-list-identifiers):
18259         Bind inhibit-read-only as t.
18260
18261 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18262
18263         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18264
18265 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18266
18267         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18268         (gnus-narrow-to-page): Don't assume point-min == 1.
18269         (gnus-article-edit-mode): Derive from message-mode.
18270
18271         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18272         point-min == 1.
18273
18274         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18275         Disable incorrect use of `assert'.
18276
18277         * message.el (message-mode): Set comment-start-skip.
18278
18279
18280 2004-08-22  Sam Steingold  <sds@gnu.org>
18281
18282         * pop3.el (pop3-leave-mail-on-server): New user variable.
18283         (pop3-movemail): Delete mail only when it is nil.
18284
18285 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18288
18289         * mml.el (mml-preview): Use `pop-to-buffer'.
18290
18291         * message.el (message-goto-mail-followup-to): Insert after "To".
18292         (message-carefully-insert-headers): Add comment.
18293
18294         * gnus.el: Remove unused variable `gnus-article-check-size'.
18295
18296         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18297
18298         * gnus-art.el (gnus-button-alist):
18299         Improve `gnus-button-handle-library' entry.
18300
18301 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18302
18303         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18304         Use downcase, since XEmacs capitalizes error messages differently.
18305
18306 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * nntp.el: Add (require 'gnus) due to reference to
18309         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18310
18311 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18312
18313         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18314         Bind `mm-fill-flowed'.
18315
18316         * mm-decode.el (mm-dissect-singlepart): Check it.
18317
18318 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18321         'imap' for netrc parsing.
18322
18323 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18324
18325         * mailcap.el (mailcap-mime-data): Mark as risky.
18326
18327 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18330         may be included in the encoded word.
18331         (rfc2047-encode): Don't append a space if the encoded word
18332         includes close parenthesis.
18333
18334 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18337         of text within parentheses.
18338
18339 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18340
18341         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18342         (gnus-encrypt-write-file-contents): Make the password key the file
18343         name PLUS the cipher, not just the cipher.  Also remove failed
18344         passwords from the cache.
18345
18346 2004-08-06  Simon Josefsson  <jas@extundo.com>
18347
18348         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18349         Doc fix.
18350
18351 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18354         LWSP.
18355
18356 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18357
18358         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18359         Try to append in-reply-to: data to the references: header.
18360
18361         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18362         (netrc-parse): Use gnus-encrypt.el functions.
18363
18364         * gnus-encrypt.el: Add new file for encryption support; currently
18365         does only a few GPG ciphers and an internal XOR cipher.
18366
18367         * password.el: Add comments on using password-read-and-add.
18368         (password-read-and-add): Add function to read and add the
18369         password to the cache at once.
18370
18371 2004-07-28  Simon Josefsson  <jas@extundo.com>
18372
18373         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18374         parameter (but don't use it, for now).
18375
18376         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18377         instead of hard coding to nil.
18378
18379 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18382         as mm-inline-image-xemacs does.
18383
18384 2004-07-26  Simon Josefsson  <jas@extundo.com>
18385
18386         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18387         Revert part of 2004-07-17 change below.
18388
18389 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18392         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18393
18394 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395
18396         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18397         quotes that actually start with ">" at the beginning of the
18398         lines.
18399
18400 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * rfc2047.el (rfc2047-encode-region): Fix last change.
18403         (rfc2047-encode-parameter): Remove useless concat.
18404
18405 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18408         encode special characters; fix some kind of misconfigured headers;
18409         signal a real error if debug-on-quit or debug-on-error is non-nil.
18410         (rfc2047-encode-max-chars): New variable.
18411         (rfc2047-encode-1): Use it.
18412         (rfc2047-encode-parameter): New function.
18413
18414         * mml.el (mml-insert-parameter): Remove an excessive space.
18415
18416 2004-07-17  Simon Josefsson  <jas@extundo.com>
18417
18418         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18419         Kai Grossjohann <kai@emptydomain.de>.
18420         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18421         (gnus-group-make-menu-bar): Ditto.
18422
18423         * gnus-util.el (gnus-group-server): Add.
18424
18425 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18426
18427         * message.el (message-clone-locals): Clone sendmail and smtp
18428         variables.
18429
18430 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * rfc2047.el (rfc2047-encode-region): Fix last change.
18433
18434 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18437         characters as non-special.
18438
18439 2004-07-09  Simon Josefsson  <jas@extundo.com>
18440
18441         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18442         Users will lose all flag changes made while unplugged with
18443         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18444         good default.  See numerous reports on ding mailing list.
18445
18446 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18449         add generate-head-function and generate-article-function to the
18450         rfc822-forward entry.
18451         (nndoc-rfc822-forward-generate-article): New function.
18452         (nndoc-rfc822-forward-generate-head): New function.
18453
18454         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18455
18456 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18457
18458         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18459         respect display group parameter and gnus-summary-expunge-below.
18460         (gnus-articles-to-read): Remove unused reference to display group
18461         parameter.
18462
18463 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18464
18465         * nnheader.el (nnheader-uniquify-message-id): New experimental
18466         variable.
18467         (nnheader-nov-read-message-id): Use it.
18468
18469         * spam-report.el (spam-report-gmane): Add interactive.
18470
18471 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * mm-encode.el (mm-content-transfer-encoding-defaults):
18474         Use qp-or-base64 for the application/* types.
18475
18476 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18477
18478         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18479
18480 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18481
18482         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18483         trim value.
18484
18485 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18486
18487         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18488         New macro and function.
18489         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18490
18491 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18494         after-load-alist.
18495
18496 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * gnus-group.el (gnus-group-get-new-news-this-group):
18499         Don't update info that isn't there.
18500
18501 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18502
18503         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18504         entry.
18505
18506 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * mm-view.el (mm-inline-render-with-function): Use multibyte
18509         buffer; decode html source by charset.
18510
18511         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18512
18513         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18514         Mule-UCS is loaded under XEmacs.
18515         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18516
18517 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18518
18519         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18520
18521 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * mm-util.el (mm-coding-system-p): Return a coding-system.
18524         (mm-mime-mule-charset-alist): Use shift_jis instead of
18525         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18526         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18527         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18528         instead of japanese-shift-jis and iso-latin-1 respectively in
18529         order to share the default value with both Emacs and XEmacs-mule.
18530         (mm-mule-charset-to-mime-charset):
18531         Make mm-coding-system-priorities effective.
18532         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18533         while predicating of candidates upon the priorities.
18534
18535 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18536
18537         * gnus-sum.el (gnus-summary-make-menu-bar):
18538         Add gnus-uu-invert-processable.
18539
18540         * gnus.el: Autoload gnus-uu-invert-processable.
18541
18542 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * mm-util.el (mm-with-multibyte-buffer): New macro.
18545
18546         * rfc2047.el (rfc2047-encode-string): Use it.
18547         (rfc2047-encode-region): Move point to the end of the region after
18548         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18549
18550 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18553         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18554
18555 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18558         (gnus-cite-parse): Ignore quoted envelope From_.
18559         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18560
18561 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18562
18563         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18564         invalid addresses.
18565
18566 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18567
18568         * spam.el: Change section markers, revise TODO list.
18569         (spam-backends): Make new master list of all installed backends.
18570         (spam-summary-exit-behavior): Add new variable to determine how
18571         messages moves are done at summary exit.
18572         (spam-move-spam-nonspam-groups-only)
18573         (spam-process-ham-in-nonham-groups)
18574         (spam-process-ham-in-spam-groups): Remove variables, the
18575         spam-summary-exit-behavior variable should be used to manage this
18576         behavior.
18577         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18578         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18579         and spam-old-spam-articles.
18580         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18581         Add empty variables, placeholders for the backends they represent.
18582         (spam-set-difference): Move, unchanged.
18583         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18584         unless the user has a processor variable.
18585         (spam-classifications, spam-classification-valid-p)
18586         (spam-backend-properties, spam-backend-property-valid-p)
18587         (spam-backend-function-type-valid-p)
18588         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18589         (spam-report-articles-gmane, spam-report-articles-resend):
18590         Remove functions, they are not needed.
18591         (spam-install-backend-super, spam-backend-list)
18592         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18593         (spam-backend-function, spam-backend-ham-registration-function)
18594         (spam-backend-spam-registration-function)
18595         (spam-backend-ham-unregistration-function)
18596         (spam-backend-spam-unregistration-function)
18597         (spam-backend-statistical-p, spam-backend-mover-p)
18598         (spam-install-backend-alias, spam-install-checkonly-backend)
18599         (spam-install-mover-backend, spam-install-nocheck-backend)
18600         (spam-install-backend, spam-install-statistical-backend)
18601         (spam-install-statistical-checkonly-backend): Add backend installation
18602         support.
18603         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18604         (spam-group-processor-p): Use the new backend code and respect the
18605         summary exit behavior.
18606         (spam-mark-spam-as-expired-and-move-routine): Remove.
18607         (spam-summary-prepare): Change to use the new spam-old-articles
18608         variable.
18609         (spam-copy-or-move-routine, spam-copy-spam-routine)
18610         (spam-move-spam-routine, spam-copy-ham-routine)
18611         (spam-move-ham-routine): Add code to copy/move ham or spam.
18612         (spam-fetch-field-fast): Improve doc and code, plus allow the
18613         'number request.
18614         (spam-list-of-checks, spam-list-of-statistical-checks):
18615         Remove variables.
18616         (spam-split, spam-find-spam): Use the new backend code.
18617         (spam-registration-functions): Remove variable.
18618         (spam-unregister-routine): Add convenience wrapper.
18619         (spam-log-undo-registration, spam-register-routine)
18620         (spam-log-processing-to-registry)
18621         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18622         where possible.
18623         (spam-check-gmane-xref, spam-check-regex-headers)
18624         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18625         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18626         (spam-check-bogofilter-headers, spam-check-spamoracle)
18627         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18628         (spam-check-crm114-headers): Use the spam-split-group that
18629         spam-split prepares, no need to determine it every time.
18630
18631         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18632         to the nnheader-parse-naked-head call.
18633
18634         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18635
18636         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18637         the nnheader-nov-read-message-id call.
18638
18639 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18642         gnus-activate-group twice.  Suggested by Markus Peter
18643         <warp@spin.de>.
18644
18645 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * gnus-art.el (gnus-article-time-format): Exchange the order of
18648         day and month in the default value; fix customization type.
18649         (article-date-ut): Use add-text-properties.
18650         (article-make-date-line): Use message-make-date instead of
18651         current-time-string.
18652
18653         * message.el (message-fetch-field): Don't use set-text-properties.
18654         (message-make-date): Simplify.
18655
18656         * messagexmas.el (message-xmas-make-date): New function.
18657         (message-xmas-redefine): Defalias message-make-date to it.
18658
18659 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18662         (rfc2047-encode-region): Treat text within parentheses as special;
18663         show the original text when error has occurred.
18664
18665         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18666         already-computed method to gnus-activate-group.
18667
18668         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18669         same select-methods identical Lisp objects.
18670
18671         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18672         object when modifying the info.
18673
18674 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18677         gnus-opened-servers since it has never been opened with the new
18678         configuration yet.
18679
18680 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18681
18682         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18683         arg to nnheader-generate-fake-message-id.
18684
18685 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18686
18687         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18688         number and build a fake message ID localized to a group and
18689         article number (so it's repeatable from that point on).
18690         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18691         ID format.
18692
18693         * gnus-sum.el (gnus-get-newsgroup-headers):
18694         Call nnheader-generate-fake-message-id with the article number.
18695
18696 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18697
18698         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18699         end-of-buffer.
18700
18701 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18702
18703         * message.el (message-ignored-supersedes-headers): Add Approved.
18704
18705 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18708         goto-char.
18709         (rfc2047-encode): Fold the line before encoding.
18710
18711 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18712
18713         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18714         folding -- not all headers can be folded, and this should be done
18715         by the message composition mode.  Probably.  I think.
18716
18717 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18720         fast.
18721
18722         * gnus-ems.el (gnus-remove-image): Don't use
18723         message-text-with-property; remove only the image found first.
18724
18725         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18726         found first.
18727
18728 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18731
18732 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18733
18734         * message.el (message-text-with-property): Make it fast and accept
18735         optional arguments.
18736         (message-strip-forbidden-properties): Use it.
18737         (message-fix-before-sending): Follow the m-t-w-p change.
18738
18739         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18740
18741 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-art.el (article-hide-headers): Don't change the buffer
18744         mistakenly when performing mml-preview even if
18745         gnus-single-article-buffer is nil.
18746
18747 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18748
18749         * message.el (message-expand-name-databases): New user option.
18750         (message-expand-name): Use it.
18751
18752 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18753
18754         * spam.el (spam-report-articles-resend)
18755         (spam-report-resend-register-routine): Allow ham reporting.
18756         (spam-report-resend-register-ham-routine): Add wrapper.
18757         (spam-registration-functions): Add ham resending functions.
18758         (spam-list-of-processors): Add ham resend processor.
18759
18760         * gnus.el (ham-resend-to): Add new group parameter.
18761         (spam-process): Add ham resend option.
18762
18763         * spam-report.el (spam-report-resend): Allow reporting ham.
18764         (spam-report-resend-ham): Add wrapper.
18765
18766 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * message.el (message-cite-articles-with-x-no-archive):
18769         New variable.
18770         (message-cite-original): Use it.
18771
18772 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18773
18774         * message.el (message-cite-original): Respect X-No-Archive.
18775
18776 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * gnus-art.el (article-hide-headers): Refer to the values for
18779         gnus-ignored-headers and gnus-visible-headers in the summary
18780         buffer since a user may have set them as group parameters.
18781
18782 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18783
18784         * assistant.el (assistant-node-name): Add convenience function.
18785         (assistant-render-text, assistant-render-node): Add error handling,
18786         plus handle multiple next nodes.
18787         (assistant-find-next-node): Comment out for now.
18788         (assistant-find-next-nodes): Add function, returns list of next
18789         nodes.
18790
18791 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * mail-source.el (mail-source-directory): Fix doc-string.
18794
18795 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * assistant.el (assistant-render-text, assistant-eval): Add :set
18798         widget type, which is different because it takes and returns a
18799         list.  Much hilarity ensues.
18800
18801 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18802
18803         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18804
18805         * gnus-group.el (gnus-group-get-new-news-this-group):
18806         Add doc-string.
18807
18808         * gnus-start.el (gnus-activate-group): Add doc-string.
18809
18810 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18813
18814 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18815
18816         * assistant.el (assistant-render-text): Try to add a :set
18817         widget, more to come.
18818
18819         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18820         strings.
18821         (spam-report-articles-resend)
18822         (spam-register-routine): Do registration iff any articles warrant
18823         it.
18824         (spam-summary-prepare-exit): Change log message for nil group
18825         destinations.
18826
18827 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18828
18829         * spam.el (spam-report-resend-register-routine):
18830         Allow spam-report-resend-to to be a group parameter or a global value.
18831
18832 2004-05-26  Simon Josefsson  <jas@extundo.com>
18833
18834         * starttls.el: Merge with my GNUTLS based starttls.el.
18835         (starttls-gnutls-program, starttls-use-gnutls)
18836         (starttls-extra-arguments, starttls-process-connection-type)
18837         (starttls-connect, starttls-failure, starttls-success):
18838         New variables.
18839         (starttls-program, starttls-extra-args): Doc fix.
18840         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18841         New functions.
18842         (starttls-negotiate, starttls-open-stream):
18843         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18844         function if it is set.
18845
18846 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18849         structured fields.
18850
18851 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18854
18855 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18856
18857         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18858         Add variable.
18859         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18860         assigning the spam-mark to new messages.
18861
18862 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18863
18864         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18865
18866 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18869
18870         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18871         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18872         default.
18873
18874 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18875
18876         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18877         correct data.
18878
18879 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18880
18881         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18882         (spam-group-processor-p): Fix function.
18883         (spam-group-processor-multiple-p)
18884         (spam-group-spam-processor-report-gmane-p)
18885         (spam-group-spam-processor-report-resend-p)
18886         (spam-group-spam-processor-bogofilter-p)
18887         (spam-group-spam-processor-blacklist-p)
18888         (spam-group-spam-processor-ifile-p)
18889         (spam-group-ham-processor-ifile-p)
18890         (spam-group-spam-processor-spamoracle-p)
18891         (spam-group-spam-processor-crm114-p)
18892         (spam-group-ham-processor-bogofilter-p)
18893         (spam-group-spam-processor-stat-p)
18894         (spam-group-ham-processor-stat-p)
18895         (spam-group-ham-processor-whitelist-p)
18896         (spam-group-ham-processor-BBDB-p)
18897         (spam-group-ham-processor-spamoracle-p)
18898         (spam-group-ham-processor-copy-p): Remove functions with some
18899         prejudice against unneeded code.
18900         (spam-report-articles-resend)
18901         (spam-report-resend-register-routine): Allow the group/topic
18902         spam-resend-to value to override spam-report-resend-to.
18903         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18904         properly now.
18905
18906         * gnus.el (spam-resend-to): Add group/topic parameter.
18907         (spam-process): Move the OBSOLETE processors to the end of the
18908         choices.
18909
18910 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18911
18912         * spam-report.el (spam-report-resend-to, spam-report-resend):
18913         Start with resend-to set to nil, and then ask the user if necessary.
18914         (spam-report-resend): spam-report-resend takes a list of articles, not
18915         separate article numbers.
18916
18917 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18920         addition to emacs-w3m.
18921
18922 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18923
18924         * assistant.el (assistant-authinfo-data): New function.
18925         (assistant-eval): Eval for entire assistant.
18926
18927         * netrc.el (netrc-services-file): New variable.
18928         (netrc-parse-services): New function.
18929         (netrc-find-service-name): New function.
18930         (netrc-find-service-number): New function.
18931         (netrc-port-equal): New function.
18932         (netrc-machine): Use it.
18933
18934         * nnimap.el (nnimap-open-connection): Use netrc.
18935
18936         * gnus-util.el (gnus-netrc-get): Remove aliases.
18937
18938         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18939
18940         * assistant.el (wid-edit): Fix compilation.
18941
18942         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18943
18944 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18945
18946         * gnus-util.el (gnus-set-file-modes): New function.  (small
18947         patch).
18948
18949 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18950
18951         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18952
18953         * assistant.el (assistant-render-node): Fix up rendering and
18954         read-only text.
18955         (assistant-render-node): Reset.
18956         (assistant-make-read-only): Not sticky.
18957
18958 2004-05-20  Danny Siu  <dsiu@adobe.com>
18959
18960         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18961         centered even when gnus-auto-center-summary is t.
18962
18963 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18964
18965         * dns.el (dns-get-txt-answer): New function.
18966         (dns-read-txt): Ditto.
18967         (query-dns): Use it.
18968
18969 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18972         active for foreign groups even if the group level is higher than
18973         the specified value.
18974
18975 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18976
18977         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18978         non-active groups.
18979
18980         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18981
18982 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18983
18984         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18985
18986 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18987
18988         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18989         (spam-crm114-header, spam-crm114-spam-switch)
18990         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18991         (spam-crm114-positive-spam-header)
18992         (spam-crm114-database-directory, spam-list-of-processors)
18993         (spam-group-spam-processor-crm114-p)
18994         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18995         (spam-generic-score, spam-list-of-checks)
18996         (spam-list-of-statistical-checks, spam-registration-functions)
18997         (spam-check-crm114-headers, spam-crm114-score)
18998         (spam-check-crm114, spam-crm114-register-with-crm114)
18999         (spam-crm114-register-spam-routine)
19000         (spam-crm114-unregister-spam-routine)
19001         (spam-crm114-register-ham-routine)
19002         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19003         From asjo@koldfront.dk (Adam Sjøgren).
19004
19005         * gnus.el: Add spam-use-crm114.
19006
19007         * spam.el (spam-list-of-processors, spam-registration-functions):
19008         Add spam-use-resend.
19009         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19010         (spam-report-articles-gmane): Add doc fix.
19011         (spam-report-articles-resend, spam-report-resend-register-routine):
19012         Add wrappers around spam-report-resend-to.
19013
19014         * spam-report.el (spam-report-resend-to, spam-report-resend):
19015         Add support for resending spam.
19016         (spam-report-gmane): Fix line length >80.
19017
19018         * gnus.el (spam-process): Add spam-use-resend.
19019
19020 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19021
19022         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19023         number of processed spam messages.
19024         (spam-ham-copy-or-move-routine): Return the number of processed
19025         ham messages.
19026         (spam-summary-prepare-exit): Use the above values to decide
19027         whether status messages shouled be displayed.
19028
19029 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19030
19031         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19032         `rfc2047-encoding-function-alist' in order to avoid conflicting
19033         with the old version.
19034         (rfc2047-encode-region): Concatenate words containing non-ASCII
19035         characters in structured fields; don't encode space-delimited
19036         ASCII words even in unstructured fields; don't break words at
19037         char-category boundaries.
19038         (rfc2047-encode-1): New function.
19039         (rfc2047-encode): Use it; encode text so that it occupies the
19040         maximum width within 76-column; work correctly on Q encoding for
19041         iso-2022-* charsets.
19042         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19043         sure not to break a line just after the header name.
19044         (rfc2047-b-encode-region): Remove.
19045         (rfc2047-b-encode-string): New function.
19046         (rfc2047-q-encode-region): Remove.
19047         (rfc2047-q-encode-string): New function.
19048
19049         * mm-util.el (mm-replace-in-string): New function.
19050
19051 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19052
19053         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19054         Really get it right.
19055         (gnus-inews-make-draft): Really.
19056
19057 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19058
19059         * nnmh.el (nnmh-request-list-1): Don't check the link count
19060         before descending.  (small patch)
19061
19062 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19063
19064         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19065         stuff.
19066
19067         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19068         Match on real group name.
19069
19070         * gnus-art.el (gnus-signature-limit): Doc fix.
19071
19072         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19073
19074         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19075
19076 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19077
19078         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19079         isn't a string.
19080
19081 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19082
19083         * gnus-draft.el (gnus-draft-send):
19084         Bind rfc2047-encode-encoded-words.
19085
19086         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19087         (rfc2047-encodable-p): Say that =? needs encoding.
19088         (rfc2047-encode-encoded-words): New variable.
19089
19090         * gnus-group.el (gnus-group-select-group): Doc fix.
19091
19092         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19093
19094         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19095         to nil.
19096
19097         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19098
19099         * nnheader.el (nnheader-get-lines-and-char): New function.
19100
19101 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * gnus-msg.el (gnus-summary-followup-with-original):
19104         Document yanking of region when active.
19105
19106 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19109         groups if the group level is higher than the specified value.
19110
19111 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19112
19113         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19114         (gnus-group-jump-to-group): Add prefix argument using
19115         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19116         non-active group.
19117
19118         * compface.el (uncompface): Be verbose when changing
19119         `uncompface-use-external'.
19120
19121         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19122         handle manual section.
19123
19124 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * gnus-art.el (gnus-button-alist): Revert previous change.
19127
19128 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19129
19130         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19131
19132 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19133
19134         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19135         whether backend can accept message.
19136
19137         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19138
19139 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19140
19141         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19142         Avoid creating directory when nntp-marks-is-evil is true.
19143         Reported by Reiner Steib.
19144
19145 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * gnus-picon.el (gnus-picon-style): New variable.
19148         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19149         (gnus-picon-transform-address): Support `gnus-picon-style'.
19150         From Jesper Harder <harder@ifa.au.dk>.
19151
19152 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153
19154         * message.el (message-fill-field): Return point.
19155         (message-generate-headers): Go to end of field.
19156
19157         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19158         stuff for non-living groups.
19159
19160 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * gnus-art.el (gnus-article-followup-with-original)
19163         (gnus-article-reply-with-original): gnus-mark-active-p ->
19164         gnus-region-active-p.
19165
19166 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19169         only when there is spam or ham to be processed.
19170
19171 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19172
19173         * mail-source.el (mail-source-delete-crash-box): Refactor.
19174         (mail-source-fetch): Use it.
19175         (mail-source-fetch-file): Ditto.
19176         (mail-source-fetch-directory): Run postscript in loop.
19177         (mail-source-fetch-pop): Delete.
19178         (mail-source-fetch-maildir): Ditto.
19179         (mail-source-fetch-imap): Ditto.
19180
19181         * imap.el (imap-authenticators): Comment out sasl.
19182
19183         * message.el (message-skip-to-next-address): New function.
19184         (message-fill-header-address): Refactor.
19185         (message-fill-address): Use it.
19186         (message-delete-address): Use it.
19187         (message-fill-header-general): Refactor.
19188         (message-fill-field-address): Rename.
19189         (message-narrow-to-field): Find the start of the header.
19190         (message-header-format-alist): Don't pre-fill.
19191         (message-fill-header): Remove.
19192         (message-insert-header): New function.
19193         (message-shorten-references): Use it.
19194
19195         * rfc2047.el (rfc2047-field-value): Strip props.
19196
19197         * mail-parse.el (mail-header-make-address): New alias.
19198
19199         * ietf-drums.el (ietf-drums-make-address): New function.
19200
19201         * imap.el: Add compiler directives.
19202
19203         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19204
19205         * gnus-art.el (article-decode-idna-rhs): Don't use
19206         message-idna-inside-rhs-p.
19207
19208 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209
19210         * message.el (message-idna-inside-rhs-p): Remove.
19211         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19212
19213         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19214         false positives.
19215
19216 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19217
19218         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19219
19220 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19221
19222         * nneething.el (nneething-file-name): Don't create spurious
19223         files.
19224
19225         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19226         (gnus-inews-do-gcc): Remove sleep.
19227
19228         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19229         part under point.
19230
19231         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19232         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19233
19234 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19235
19236         * spam.el (spam-summary-prepare-exit): Fix (length).
19237
19238 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19239
19240         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19241         as expired without moving it" message when there are spam
19242         messages left.
19243
19244 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19245
19246         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19247         header is not nil.
19248
19249 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19250
19251         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19252         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19253         (nntp-marks-changed-p): New arg SERVER.
19254         (nntp-request-update-info): Adjust caller.
19255
19256 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19257
19258         * nntp.el (nntp-save-marks): Pass missing arg.
19259
19260 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19261
19262         * nntp.el: Support marks.
19263         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19264         (nntp-marks-modtime, nntp-marks-directory): New variables.
19265         (nntp-request-set-mark, nntp-request-update-info)
19266         (nntp-possibly-create-directory, nntp-marks-changed-p)
19267         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19268         New functions.
19269
19270 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19271
19272         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19273         (gnus-xmas-redefine): Rename.
19274
19275         * gnus-score.el (gnus-score-insert-help):
19276         Use gnus-select-lowest-window.
19277
19278         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19279         appt-select-lowest-window and rename to gnus-select-lowest-window.
19280
19281         * gnus.el: do.
19282
19283 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19284
19285         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19286         encodings of MIME-encoded words, in order to improve
19287         interoperability with several broken MUAs.
19288
19289 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19290
19291         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19292         tags, only when charsets are not specified in headers.
19293         (mm-inline-text-html-render-with-w3m): Ditto.
19294
19295         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19296         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19297
19298 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19299
19300         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19301         instead of MIME-decoded from fields when checking
19302         `gnus-article-address-banner-alist'.
19303
19304 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19305
19306         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19307         description rather than subject.
19308
19309 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19310
19311         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19312
19313 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314
19315         * gnus.el (gnus-version-number): Bump.
19316
19317 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19318
19319         * gnus.el: No Gnus v0.2 is released.
19320
19321 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19322
19323         * gnus-agent.el (gnus-agent-read-agentview):
19324         Inline gnus-uncompress-range.
19325
19326 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19327
19328         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19329         `exec-installed-p'.
19330
19331 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19332
19333         * gnus.el (spam-process, spam-autodetect-methods):
19334         Add bsfilter and bsfilter-headers.
19335
19336         * spam.el (spam-bsfilter): New customize group.
19337         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19338         (spam-bsfilter-header, spam-bsfilter-probability-header)
19339         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19340         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19341         (spam-bsfilter-database-directory): New options.
19342         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19343         (spam-list-of-statistical-checks, spam-registration-functions):
19344         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19345         (spam-bsfilter-score): New command.
19346         (spam-check-bsfilter-headers, spam-check-bsfilter)
19347         (spam-bsfilter-register-with-bsfilter)
19348         (spam-bsfilter-register-spam-routine)
19349         (spam-bsfilter-unregister-spam-routine)
19350         (spam-bsfilter-register-ham-routine)
19351         (spam-bsfilter-unregister-ham-routine): New functions.
19352         (spam-generic-score): Support bsfilter; Accept an optional argument
19353         to recalcurate spam score even if scoring header has already been
19354         added.
19355         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19356         optional argument to recalcurate spam score even if scoring header
19357         has already been added.
19358
19359 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19360
19361         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19362         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19363         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19364         link is missing.
19365
19366 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19367
19368         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19369         (html2text-get-attr): Rewrite.
19370
19371         * message.el (message-setup-1): Remove redundant put-text-property
19372         on mail-header-separator.
19373
19374 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19375
19376         * gnus-registry.el (gnus-registry-cache-whitespace)
19377         (gnus-registry-action, gnus-registry-spool-action)
19378         (gnus-registry-split-fancy-with-parent): Change message levels
19379         from 5 to 3 or 7, as needed.
19380
19381         * spam.el (spam-summary-prepare-exit)
19382         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19383         (spam-split, spam-find-spam, spam-log-undo-registration)
19384         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19385         level from 5 to 6.
19386
19387 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19390         2004-03-04 change).
19391
19392 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * sieve-manage.el (sieve-manage-open):
19395         * nnweb.el (nnweb-insert-html):
19396         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19397         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19398         * nnspool.el (nnspool-request-group):
19399         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19400         * nnml.el (nnml-request-update-info):
19401         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19402         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19403         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19404         (nnimap-request-set-mark):
19405         * nnfolder.el (nnfolder-request-update-info):
19406         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19407         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19408         * gnus-uu.el (gnus-uu-find-articles-matching):
19409         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19410         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19411         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19412         * gnus-nocem.el (gnus-nocem-scan-groups):
19413         * gnus-int.el (gnus-start-news-server):
19414         * gnus-group.el (gnus-group-make-kiboze-group)
19415         (gnus-group-browse-foreign-server):
19416         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19417         Use mapc when appropriate.
19418
19419 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19420
19421         FIXME: Make separate entries for each person.
19422
19423         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19424         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19425         <shields@msrl.com>:
19426
19427         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19428         may need for spam sorting and scoring.
19429         (spam-user-format-function-S): Add user format function suitable for
19430         general use.
19431         (spam-article-sort-by-spam-status): Add sorting function for summary
19432         sorting.
19433         (spam-extra-header-to-number): Add function to get a score from a
19434         header.
19435         (spam-summary-score): Add function to get a numeric score from the
19436         headers.
19437         (spam-generic-score): Fix function doc, was in wrong place.
19438         (spam-initialize): Take symbols when it's run, and install the
19439         extra headers that spam-necessary-extra-headers thinks we need.
19440
19441 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19442
19443         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19444         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19445
19446 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19447
19448         * gnus-sum.el (gnus-set-global-variables)
19449         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19450         (gnus-article-get-xrefs, gnus-summary-best-group)
19451         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19452         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19453         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19454         Use with-current-buffer.
19455
19456 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19457
19458         * spam.el (spam-summary-prepare-exit): Simplify logic.
19459         (spam-fetch-article-header): Read the article header if it's not
19460         available.
19461         (spam-list-articles): Simplify logic.
19462         (spam-filelist-register-routine): Fix bug with unregister-list.
19463
19464         * gnus-registry.el: Fix comments at beginning.
19465
19466 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19467
19468         * message.el (message-cater-to-broken-inn): Remove.
19469         (message-shorten-references): Make sure the total folded length of
19470         References is shorter than 998 characters to cater to a bug in INN
19471         2.3.  Also, don't pretend that references aren't folded -- this
19472         hasn't worked for a while.
19473
19474 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19475
19476         * gnus-agent.el (gnus-agentize):
19477         gnus-agent-send-mail-real-function no longer set to current value
19478         of message-send-mail-function but rather a lambda that calls
19479         message-send-mail-function.  The change makes the agent real-time
19480         responsive to user changes to message-send-mail-function.
19481
19482 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19483
19484         * legacy-gnus-agent.el
19485         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19486         help from Florian Weimer <fw@deneb.enyo.de>
19487
19488 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nnmail.el (nnmail-cache-insert): Revert last change.
19491
19492 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * nnmail.el (nnmail-cache-insert): Always check whether
19495         nnmail-cache-ignore-groups matches a group name.
19496
19497 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19498
19499         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19500         (spam-find-spam, spam-log-processing-to-registry)
19501         (spam-log-registered-p, spam-log-unregistration-needed-p)
19502         (spam-log-undo-registration): Use gnus-message instead of
19503         gnus-error, none of these errors are fatal.
19504
19505         * gnus-registry.el (gnus-registry-clean-empty-function)
19506         (gnus-registry-clean-empty): Remove only empty entries without
19507         extra data.
19508
19509 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19510
19511         * spam-stat.el (spam-stat-buffer-change-to-spam)
19512         (spam-stat-buffer-change-to-non-spam): Change (error) to
19513         (gnus-message 8) invocation.
19514
19515 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * nntp.el (nntp-via-netcat-command): New variable.
19518         (nntp-via-netcat-switches): New variable.
19519         (nntp-open-via-rlogin-and-netcat): New function.
19520         (nntp-open-connection-function): Doc fix.
19521         (nntp-telnet-command): Doc fix.
19522         (nntp-end-of-line): Doc fix.
19523         (nntp-via-rlogin-command): Doc fix.
19524         (nntp-via-user-name): Doc fix.
19525         (nntp-via-address): Doc fix.
19526
19527 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19530         error in Emacs 21.1.
19531
19532 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19533
19534         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19535
19536 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19537
19538         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19539         (gnus-agent-with-refreshed-group): New macro.
19540         (gnus-agent-rename-group): New function.
19541         (gnus-agent-delete-group): New function.
19542         (gnus-agent-save-group-info): Use gnus-command-method when
19543         `method' parameter is nil.  Don't write nil entries into the
19544         active file.
19545         (gnus-agent-get-group-info): New function.
19546         (gnus-agent-fetch-articles):
19547         Use gnus-agent-update-files-total-fetched-for to increment disk space
19548         used.
19549         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19550         Use gnus-agent-update-view-total-fetched-for to increment disk space
19551         used.
19552         (gnus-agent-get-local): Add optional parameters to avoid calling
19553         gnus-group-real-name and gnus-find-method-for-group.
19554         (gnus-agent-set-local): Delete stored entry if either min, or max,
19555         are nil.
19556         (gnus-agent-fetch-session): Reworded error/quit messages.
19557         On quit, use gnus-agent-regenerate-group to record existance of any
19558         articles fetched to disk before the quit occurred.
19559         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19560         gnus-agent-update-view-total-fetched-for, and
19561         gnus-agent-update-files-total-fetched-for to decrement disk space
19562         used.
19563         (gnus-agent-retrieve-headers):
19564         Use gnus-agent-update-view-total-fetched-for to increment disk space
19565         used.
19566         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19567         with gnus-agent-update-files-total-fetched-for to decrement disk
19568         space and fresh group buffer.
19569         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19570         (gnus-agent-need-update-total-fetched-for): New variable.
19571         (gnus-agent-update-files-total-fetched-for): New function.
19572         (gnus-agent-update-view-total-fetched-for): New function.
19573         (gnus-agent-total-fetched-for): New function.
19574
19575         * gnus-cache.el (gnus-cache-save-buffers):
19576         Use gnus-cache-update-overview-total-fetched-for to change disk space
19577         used by this group.
19578         (gnus-cache-possibly-enter-article):
19579         Use gnus-cache-update-file-total-fetched-for to increment disk space
19580         used by this group.
19581         (gnus-cache-possibly-remove-article):
19582         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19583         used by this group.
19584         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19585         (gnus-cache-rename-group): New function.
19586         (gnus-cache-delete-group): New function.
19587         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19588         (gnus-cache-need-update-total-fetched-for): New variable.
19589         (gnus-cache-with-refreshed-group): New macro.
19590         (gnus-cache-update-file-total-fetched-for): New function.
19591         (gnus-cache-update-overview-total-fetched-for): New function.
19592         (gnus-cache-rename-group-total-fetched-for): New function.
19593         (gnus-cache-delete-group-total-fetched-for): New function.
19594         (gnus-cache-total-fetched-for): New function.
19595
19596         * gnus-group.el: Require gnus-sum and autoload functions to
19597         resolve warnings when gnus-group.el compiled alone.
19598         (gnus-group-line-format): Documented new %F.
19599         (size of Fetched data) group line format; identifies disk space
19600         used by agent and cache.
19601         (gnus-group-line-format-alist): Defined new F format.
19602         (gnus-total-fetched-for): New function.
19603         (gnus-group-delete-group): No longer update
19604         gnus-cache-active-altered as gnus-request-delete-group now keeps
19605         the cache in sync.
19606         (gnus-group-list-active): Let the agent store a server's active
19607         list if currently plugged.
19608
19609         * gnus-int.el (gnus-request-delete-group):
19610         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19611         local disk in sync with the server.
19612         (gnus-request-rename-group):
19613         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19614         local disk in sync with the server.
19615
19616         * gnus-start.el (gnus-get-unread-articles):
19617         Cosmetic simplification to logic.
19618
19619         * gnus-util.el (gnus-rename-file): New function.
19620
19621 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19622
19623         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19624
19625 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19626
19627         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19628         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19629
19630 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19631
19632         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19633         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19634
19635 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19636
19637         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19638
19639 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19640
19641         * spam.el (spam-set-difference): Add function to replace
19642         gnus-set-difference in spam.el.
19643         (spam-summary-prepare-exit): Use spam-set-difference.
19644
19645 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19646
19647         * gnus-registry.el (gnus-registry-cache-file): Update to use
19648         gnus-dribble-directory OR gnus-home-directory OR ~.
19649         (gnus-registry-split-fancy-with-parent): Fix doc.
19650
19651 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * message.el (message-exchange-point-and-mark):
19654         Use message-mark-active-p.  Suggested by Jesper Harder
19655         <harder@ifa.au.dk>.
19656
19657 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * message.el (message-exchange-point-and-mark): Don't activate
19660         region if it was inactive.  Suggested by Hiroshi Fujishima
19661         <pooh@nature.tsukuba.ac.jp>.
19662
19663 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * gnus-art.el (article-display-face): Display Faces in the same
19666         order as X-Faces.
19667
19668 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19671
19672 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19675         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19676         (gnus-article-mime-hierarchy): Remove.
19677         (gnus-article-mime-hierarchy-next): Remove.
19678         (gnus-article-mode): Revert 2004-03-19 change.
19679         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19680         (gnus-insert-mime-button): Revert 2004-03-19 change.
19681         (gnus-mime-accumulate-hierarchy): Remove.
19682         (gnus-mime-enter-multipart): Remove.
19683         (gnus-mime-leave-multipart): Remove.
19684         (gnus-mime-display-part): Revert 2004-03-19 change.
19685         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19686
19687         * mml.el (mml-preview): Revert 2004-03-19 change.
19688
19689 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19690
19691         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19692
19693 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19696         t while entering a file name using the mm-with-multibyte macro.
19697         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19698
19699         * mm-util.el (mm-with-multibyte): New macro.
19700
19701 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19704         New user option.
19705         (gnus-mime-multipart-functions): Doc and customization fix.
19706         (gnus-article-mime-hierarchy): New variable.
19707         (gnus-article-mime-hierarchy-next): New variable.
19708         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19709         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19710         gnus-article-mime-hierarchy-next to nil.
19711         (gnus-insert-mime-button): Show hierarchy numbers.
19712         (gnus-mime-accumulate-hierarchy): New function.
19713         (gnus-mime-enter-multipart): New function.
19714         (gnus-mime-leave-multipart): New function.
19715         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19716         (gnus-mime-display-alternative): Show hierarchy numbers.
19717
19718         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19719         gnus-article-mime-hierarchy-next to nil.
19720
19721 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19722
19723         * dns.el: Don't require gnus-xmas.
19724
19725 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19728         inline PGP.
19729         (mml-menu): Disable mml-quote-region if mark is inactive.
19730
19731 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19734         when the group's active is not available.
19735
19736 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19737
19738         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19739         error.
19740
19741 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * imap.el (imap-store-password): New variable.
19744         (imap-interactive-login): Use it.
19745         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19746
19747 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19750         window-start and hscroll to summary window.
19751
19752 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19753
19754         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19755         conversion message to newsrc-dribble when an actual conversion is
19756         performed.
19757
19758 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19759
19760         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19761
19762 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * mm-decode.el (mm-complicated-handles): New function reviving
19765         former definition of mm-multiple-handles.
19766
19767         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19768         (gnus-mime-delete-part): Use it.
19769
19770 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19771
19772         * gnus-agent.el (gnus-agent-read-local):
19773         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19774         avoid the implicit assumption that they will always be equal.
19775         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19776         coding-system-for-write, as the with-temp-file macro first prints
19777         to a buffer then saves the buffer.
19778
19779 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * gnus-art.el (gnus-article-edit-part): New function.
19782         (gnus-mime-save-part-and-strip): Use it; do query instead of
19783         signaling an error; don't use mm-multiple-handles.
19784         (gnus-mime-delete-part): Ditto.
19785
19786 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19787
19788         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19789         old file versions.
19790         (gnus-group-prepare-hook): Remove function that converted list
19791         form of gnus-agent-expire-days to group properties.
19792
19793         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19794         (gnus-request-accept-article): Re-indented.
19795
19796         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19797         converters to handle old agent file formats.  Add logic for a
19798         "backup before upgrading warning".
19799         (gnus-convert-mark-converter-prompt): Developers can mark
19800         functions as needing (default), or not needing,
19801         gnus-convert-old-newsrc's "backup before upgrading warning".
19802         (gnus-convert-converter-needs-prompt): Tests whether the user
19803         should be protected from potentially irreversable changes by the
19804         function.
19805
19806         * legacy-gnus-agent.el: New.  Provides converters that are only
19807         loaded when gnus-convert-old-newsrc needs to call them.
19808
19809 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19810
19811         * mail-source.el (mail-source-touch-pop): Doc fix.
19812
19813         * message.el (message-smtpmail-send-it): Doc fix.
19814
19815 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19816
19817         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19818
19819         * nnmail.el (nnmail-split-fancy): do.
19820
19821         * gnus-kill.el (gnus-kill, gnus-execute): do.
19822
19823 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19824
19825         * gnus-sum.el (gnus-widget-reversible-match)
19826         (gnus-widget-reversible-to-internal)
19827         (gnus-widget-reversible-to-external): New functions.
19828         (gnus-widget-reversible): New widget.
19829         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19830
19831 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19832
19833         * gnus-sum.el (gnus-thread-sort-functions)
19834         (gnus-article-sort-functions): Document `(not F)' items.
19835
19836 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19837
19838         * spam.el (spam-use-gmane-xref): Add new backend.
19839         (spam-gmane-xref-spam-group): Add variable to control the name of the
19840         Gmane spam group.
19841         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19842         (spam-regex-headers-spam, spam-regex-headers-ham)
19843         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19844         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19845         backends and checks.
19846         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19847
19848         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19849         an autodetect method.
19850
19851 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19852
19853         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19854         articles are being added to a group.
19855         (gnus-request-replace-article): Inform the agent that articles
19856         need to be uncached as the cached contents are no longer valid.
19857
19858 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * binhex.el: Don't autoload executable-find.
19861
19862         * canlock.el: Don't autoload mail-fetch-field.
19863
19864         * dgnushack.el: Autoload c-mode for XEmacs.
19865
19866         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19867
19868         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19869         rmail-dont-reply-to and rmail-output.
19870
19871         * gnus-score.el: Don't autoload ffap-string-at-point.
19872
19873         * gnus-setup.el: Don't autoload sc-cite-original.
19874
19875         * imap.el: Don't autoload base64-decode-string,
19876         base64-encode-string and md5.
19877
19878         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19879         and rmail-msg-restore-non-pruned-header.
19880
19881         * mm-decode.el: Don't autoload executable-find.
19882
19883         * mm-url.el: Don't autoload executable-find.
19884
19885         * mm-view.el: Don't autoload diff-mode.
19886
19887         * nndb.el: Don't autoload news-reply-mode, news-setup,
19888         cancel-timer and telnet.
19889
19890         * password.el: Don't autoload run-at-time for Emacs.
19891
19892         * sha1-el.el: Don't autoload executable-find.
19893
19894         * sieve-mode.el: Don't autoload c-mode.
19895
19896         * uudecode.el: Don't autoload executable-find.
19897
19898 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19899
19900         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19901         (gnus-agent-possibly-alter-active): Avoid null in numeric
19902         comparison.
19903         (gnus-agent-set-local): Refuse to save null in local object table.
19904         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19905         list of articles that will be marked as unread.
19906
19907 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19910
19911 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19912
19913         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19914         language tags.
19915
19916 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19917
19918         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19919         Don't bind "obarray".
19920
19921         * gnus-sum.el (gnus-thread-sort-functions):
19922         Add `gnus-thread-sort-by-most-recent-number' and
19923         `gnus-thread-sort-by-most-recent-date'.
19924         Reported by Kai Grossjohann <kai@emptydomain.de>.
19925
19926 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19929
19930 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19931
19932         * gnus-cus.el (gnus-agent-customize-category):
19933         Remove ignore-errors macro reference that required cl to be loaded at
19934         run-time.
19935
19936         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19937         single-interval range of the form (min . max).  Previously the
19938         range had to look like ((min . max)).  Likewise, return
19939         (min . max) rather than ((min . max)).
19940         (gnus-range-map): Use gnus-range-normalize to accept
19941         single-interval range.
19942
19943         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19944         the cache, but not the agent, now appear with their usual face.
19945
19946         * dgnushack.el (loaddir): New variable that is bound to the
19947         directory containing the dgnushack.el file. Use loaddir, rather
19948         than srcdir, to update load-path. Change lets dgnushack compile
19949         code in directories other than GNUS/lisp.
19950
19951 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * lpath.el: Don't bind w3m-safe-url-regexp.
19954
19955         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19956         w3m-safe-url-regexp variable buffer-local.
19957
19958         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19959
19960 2004-02-27  Simon Josefsson  <jas@extundo.com>
19961
19962         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19963         gnus-group-real-prefix.
19964         (gnus-summary-move-article): Use it, instead of
19965         gnus-group-real-prefix.
19966
19967 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19968
19969         * lpath.el: Bind w3m-safe-url-regexp.
19970
19971         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19972         w3m-safe-url-regexp variable buffer-local and set it as the value
19973         of mm-w3m-safe-url-regexp.
19974
19975         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19976
19977         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19978         parsing gnus-posting-styles when the message is not for replying.
19979
19980         * dgnushack.el: Autoload sgml-mode for XEmacs.
19981
19982         * nnrss.el (nnrss-opml-export):
19983         Use mm-set-buffer-file-coding-system instead of
19984         set-buffer-file-coding-system.
19985
19986 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19987
19988         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19989         of checkdoc.el).
19990         * nnrss.el: do.
19991         * gnus-mlspl.el: do.
19992         * gnus-ml.el: do.
19993         * gnus-srvr.el: do.
19994
19995         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19996
19997 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19998
19999         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20000         Corrections to custom-manual links.
20001
20002         * gnus-art.el (gnus-article): Ditto.
20003
20004         * mm-decode.el (mime-display, mime-security): Ditto.
20005
20006 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * flow-fill.el: Typo.
20009
20010 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20011
20012         * spam-wash.el: New file.
20013
20014 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20015
20016         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20017
20018 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20019
20020         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20021         to be run with new-articles as LIST1, not LIST2.
20022         (spam-registration-functions): Add spam-use-ham-copy as a nil
20023         registration backend.
20024
20025 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20026
20027         * spam-stat.el (spam-stat-washing-hook): New option.
20028         (spam-stat-buffer-words): Use it.
20029         (spam-stat-process-directory, spam-stat-test-directory):
20030         Use insert-file-contents-literally.
20031         (spam-stat-coding-system): New variable.
20032         (spam-stat-load, spam-stat-save): Use it.
20033
20034 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * spam-report.el (spam-report-plug-agent):
20037         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20038
20039 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20042         Allow / in mailto URLs.
20043
20044 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20045
20046         * spam-report.el (spam-report-process-queue): Fix interactive use.
20047         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20048         (spam-report-unplug-agent): Doc fixes.
20049         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20050         (spam-report-agentize, spam-report-deagentize): Autoload.
20051
20052 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20053
20054         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20055
20056         * message.el (message-setup-fill-variables): Add mml tags to
20057         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20058         <ajk@iu.edu>.
20059         (message-mode): Don't modify paragraph-separate there.
20060
20061 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * compface.el (uncompface-use-external): Default to undecided.
20064         (uncompface-use-external-threshold): New variable.
20065         (uncompface-float-time): New macro.
20066         (uncompface): Determine whether to use the external decoder if
20067         uncompface-use-external is undecided.
20068
20069 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20070
20071         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20072         after images.
20073
20074         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20075
20076 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20077
20078         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20079
20080         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20081
20082         * gnus-sum.el (gnus-summary-limit-to-age)
20083         (gnus-summary-limit-children): do.
20084
20085         * gnus-int.el (gnus-request-scan): do.
20086
20087         * gnus-group.el (gnus-group-suspend): do.
20088
20089         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20090
20091         * gnus-cite.el (gnus-cite-parse-attributions): do.
20092
20093         * gnus-agent.el (gnus-summary-set-agent-mark)
20094         (gnus-agent-regenerate-group): do.
20095
20096         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20097
20098         * binhex.el (binhex-decode-region-internal): do.
20099
20100 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * gnus-fun.el (gnus-face-properties-alist): New user option.
20103         (gnus-display-x-face-in-from): Use it.
20104
20105         * gnus-art.el (article-display-face): Ditto.
20106
20107         * compface.el (uncompface-use-external): Default to nil.
20108
20109 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20110
20111         * nntp.el (nntp-erase-buffer): New function.
20112         (nntp-retrieve-data, nntp-send-command)
20113         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20114         (nntp-possibly-change-group): Use it.
20115
20116         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20117         Use with-current-buffer.
20118
20119 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20120
20121         * compface.el: Merge the ELisp-based uncompface program.
20122         (compface): New customization group.
20123         (uncompface-use-external): New user option.
20124         (uncompface): Call uncompface-internal if uncompface-use-external
20125         is nil.
20126         (uncompface-internal): New function.  Note that there are also
20127         some other functions and variables added for this function.
20128
20129 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20130
20131         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20132         if necessary.
20133
20134 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20135
20136         * spam-report.el (spam-report-unplug-agent)
20137         (spam-report-plug-agent, spam-report-deagentize)
20138         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20139         Add support for the Agent in spam-report: when unplugged, report to a
20140         file; when plugged, submit all the requests.
20141
20142         * spam.el (spam-register-routine): Fix message about
20143         registration.
20144
20145 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20146
20147         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20148         dependencies.
20149         (rfc2047-encode): Use it.
20150
20151         * gnus-art.el (gnus-button-marker-list): Move before first
20152         reference.
20153
20154         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20155         (imap-parse-body): Fix format string mismatch.
20156
20157         * gnus-score.el (gnus-summary-increase-score): do.
20158
20159         * nnrss.el (nnrss-close): New function.
20160
20161 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20162
20163         * nnrss.el (nnrss-make-filename): New function.
20164         (nnrss-request-delete-group, nnrss-read-server-data)
20165         (nnrss-save-server-data, nnrss-read-group-data)
20166         (nnrss-save-group-data): Use it.
20167         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20168         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20169         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20170
20171 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20172
20173         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20174
20175 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20176
20177         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20178         files.
20179
20180         * message.el (message-generate-headers-first): Don't quote nil
20181         and t in docstrings.
20182
20183         * imap.el (imap-id): do.
20184
20185         * gnus-agent.el (gnus-agent-consider-all-articles)
20186         (gnus-agent-queue-mail): do.
20187
20188 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20189
20190         * spam-report.el (spam-report-process-queue): New function.
20191         Process requests from `spam-report-requests-file'.
20192         (spam-report-process-queue): Doc fix.
20193
20194 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20195
20196         * spam.el (spam-register-routine)
20197         (spam-log-processing-to-registry, spam-log-registered-p)
20198         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20199         Change "check" to "spam-check" for semi-clarity.
20200
20201 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20202
20203         * pop3.el: Require nnheader.
20204
20205         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20206
20207         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20208
20209         * gnus-picon.el: Require cl.
20210
20211         * gnus-fun.el: Require gnus-ems and gnus-util.
20212
20213         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20214
20215         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20216
20217         * gnus-art.el (gnus-article-edit-mode): Define before first
20218         reference.
20219
20220 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20223         (gnus-uu-post-encoded): Use point-at-bol.
20224
20225         * gnus-topic.el (gnus-group-active-topic-p): do.
20226
20227         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20228
20229         * gnus-group.el (gnus-group-kill-region): do.
20230
20231         * gnus-art.el (article-date-ut): do.
20232
20233         * message.el (message-fetch-field): Remove redundant
20234         case-fold-search binding.
20235         (message-narrow-to-field): Simplify.
20236
20237 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20238
20239         * spam.el (spam-directory): Derive from `gnus-directory'.
20240
20241         * spam-report.el (spam-report-url-to-file)
20242         (spam-report-requests-file): New function and variable for offline
20243         reporting.
20244         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20245         and user defined function.
20246         (spam-report-url-ping-mm-url): Remove doubled slash.
20247
20248 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20249
20250         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20251
20252 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20253
20254         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20255         Fix format string mismatch.
20256
20257         * sieve.el (sieve-deactivate-all): do.
20258
20259         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20260
20261         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20262
20263         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20264
20265         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20266
20267 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20268
20269         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20270         the list of checks.
20271
20272 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20275         padding.
20276
20277 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20278
20279         * mm-view.el (mm-fill-flowed): New variable.
20280         (mm-inline-text): Use it.
20281
20282 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20283
20284         * spam.el (spam-spamassassin-register-ham-routine)
20285         (spam-spamassassin-register-spam-routine): Fix function names.
20286
20287 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * gnus.el (gnus-tmp-grouplens): Remove.
20290         (gnus-summary-line-format): Remove grouplens.
20291
20292         * gnus-group.el (gnus-group-line-format): Ditto.
20293
20294         * gnus-spec.el (gnus-format-specs): Ditto.
20295         (gnus-update-format-specifications): Flush the group format spec
20296         cache if there's the grouplens stuff.
20297         (gnus-parse-simple-format): Replace %l with the empty string.
20298
20299 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20300
20301         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20302         omission.
20303
20304 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20307         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20308
20309 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20310
20311         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20312         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20313         New macros and functions.
20314         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20315         Handle > NLINK_MAX messages.
20316         * nnmaildir.el (nnmaildir-request-set-mark):
20317         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20318
20319 2004-01-25  Alex Schroeder  <alex@gnu.org>
20320
20321         * spam-stat.el (spam-stat-process-directory-age): New option.
20322         (spam-stat-process-directory): Use it.
20323
20324 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20325
20326         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20327         (spam-stat-save): Accept prefix argument.
20328
20329 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20330
20331         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20332         links" error.
20333
20334 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20337         the rest of the and/or forms.
20338
20339 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20342         compatibility with old .newsrc.eld files.
20343
20344         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20345
20346         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20347
20348         * gnus-start.el (gnus-1): do.
20349
20350         * gnus-group.el (gnus-group-line-format-alist): do.
20351
20352         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20353
20354         * gnus-gl.el: Remove.
20355
20356 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20357
20358         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20359         marks consisting of a single range {for example, (3 . 5)} rather
20360         than a list of a single range { ((3 . 5)) }.
20361
20362 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20363
20364         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20365         Use with-current-buffer.
20366         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20367         avoid consing a string.
20368
20369         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20370         Remove obsolete entries for big5 and gb2312.
20371
20372 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20373
20374         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20375         uncompressed list.
20376
20377 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * spam-stat.el (spam-stat-strip-xref): New function.
20380         (spam-stat-process-directory): Use it.
20381
20382         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20383         here -- it's done in message-fetch-field.
20384
20385 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20386
20387         * gnus-agent.el (gnus-agent-queue-mail)
20388         (gnus-agent-prompt-send-queue): New variables.
20389         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20390         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20391         "nndraft:queue" along to gnus-draft-send.
20392         Use gnus-agent-prompt-send-queue.
20393         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20394         is "nndraft:queue".  Suggested by Gaute Strokkenes
20395         <gs234@srcf.ucam.org>
20396
20397         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20398         (agent-enable-undownloaded-faces): Add.
20399         (gnus-agent-cat-groups): Use eval-and-compile, not
20400         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20401         method of gnus-agent-cat-groups even when the buffer has been
20402         evaled.
20403         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20404         delete gnus-agent-save-active-1.
20405         (gnus-agent-save-groups): Delete.  Identical to
20406         gnus-agent-save-active.
20407         (gnus-agent-write-active): No longer adjust agent's copy of active
20408         file as agent's adjustments are now stored in their own
20409         file.  Remove optional parameter.
20410         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20411         servers.  Add use of min/max range limits from server's local
20412         file.
20413         (gnus-agent-save-alist): Remove unused optional argument.
20414         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20415         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20416         (gnus-agent-set-local): A per-server file that keeps min/max range
20417         limits for articles known to the agent.  Provides a fast mechanism
20418         for altering many active ranges.
20419         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20420         active file (local makes it unnecessary).
20421         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20422
20423         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20424         (agent-enable-undownloaded-faces): Add.
20425
20426         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20427         disable it when sending to "nndraft:queue".
20428         (gnus-group-send-queue): Add safety check to avoid sending queue
20429         when unplugged.
20430
20431         * gnus-group.el (gnus-group-catchup): Use new
20432         gnus-sequence-of-unread-articles, not
20433         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20434         numbers of articles.  Use gnus-range-map to avoid having to
20435         uncompress the unread list.
20436         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20437         Fix invalid ange-ftp reference.
20438
20439         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20440         (gnus-sorted-range-intersection): Intersection of two ranges
20441         without requiring that they first be uncompressed.
20442
20443         * gnus-start.el (gnus-activate-group): Unless blocked by the
20444         caller, possibly expand the active range to include both cached
20445         and agentized articles.
20446         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20447         multiple version-dependent converters.
20448         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20449         gnus-agent-save-active.
20450         (gnus-save-newsrc-file): Save dirty agent range limits.
20451
20452         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20453         gnus-agent-possibly-alter-active.
20454         (gnus-adjust-marked-articles): Faster handling of simple lists.
20455
20456 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20457
20458         * spam-stat.el (spam-stat-test-directory): New optional argument
20459         displays a list of files detected.  Suggested by Andrew Cohen
20460         <cohen@andy.bu.edu>.
20461         (spam-stat-buffer-words-with-scores): Don't narrow and change
20462         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20463
20464 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20465
20466         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20467         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20468         (spam-spamassassin-arguments)
20469         (spam-spamassassin-spam-flag-header)
20470         (spam-spamassassin-positive-spam-flag-header)
20471         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20472         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20473         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20474         (spam-list-of-processors, spam-list-of-checks)
20475         (spam-list-of-statistical-checks, spam-registration-functions)
20476         (spam-check-spamassassin-headers, spam-check-spamassassin)
20477         (spam-spamassassin-score)
20478         (spam-spamassassin-register-with-sa-learn)
20479         (spam-spamassassin-register-spam-routine)
20480         (spam-spamassassin-register-ham-routine)
20481         (spam-assassin-register-spam-routine)
20482         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20483         (spam-bogofilter-score): Fix to show article before scoring.
20484
20485 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20486
20487         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20488         default scoring function.
20489         (spam-generic-score): Call spam-spamassassin-score if
20490         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20491         spam-bogofilter-score otherwise.
20492
20493         * gnus.el (spam-process, spam-autodetect-methods):
20494         Add spamassassin and spamassassin-headers.
20495
20496 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20497
20498         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20499         Suppress unnecessary messages.
20500
20501 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20502
20503         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20504         make-hash-table.
20505
20506 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * canlock.el (base64-encode-string): Don't autoload it.
20509
20510 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * run-at-time.el: Remove useless (require 'itimer),
20513         eval-and-compile and (featurep 'xemacs).
20514
20515 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20516
20517         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20518         GROUP is a virtual group.
20519
20520 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20521
20522         * gnus.el: Autoload `message-y-or-n-p'.
20523
20524 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20525
20526         * pgg-parse.el: Remove unnecessary (require 'custom).
20527
20528         * pgg-def.el: do.
20529
20530         * nnmail.el: do.
20531
20532         * gnus-undo.el: do.
20533
20534         * gnus-picon.el: do.
20535
20536         * gnus-util.el: do.
20537
20538 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20539
20540         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20541
20542 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20545         handle, as well as a list.
20546
20547         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20548         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20549         (mm-w3m-cid-retrieve): Simplify.
20550
20551 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20552
20553         * message.el (message-kill-to-signature): Allow prefix arg to
20554         specify number of lines to keep before signature.
20555
20556 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20557
20558         * message.el (message-kill-to-signature): Change docstring.
20559
20560 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20561
20562         * canlock.el: Always require sha1-el.
20563         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20564
20565         * message.el: Autoload sha1 only when compiling.
20566
20567         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20568         eudc-expand-inline for XEmacs.
20569
20570 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * message.el (message-canlock-generate): Require sha1-el.
20573
20574 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * message.el (message-expand-name): Silence the byte compiler.
20577
20578         * lpath.el: Add detect-coding-system.
20579
20580         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20581         cus-edit.
20582
20583 2004-01-13  Simon Josefsson  <jas@extundo.com>
20584
20585         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20586         Invoke gnus-score-mode.
20587         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20588
20589         * gnus-range.el (gnus-compress-sequence): Doc fix.
20590         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20591
20592 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20593
20594         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20595
20596 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20597
20598         * spam.el (spam-get-article-as-string): Update to use
20599         gnus-request-article-this-buffer, much simpler.
20600         (spam-get-article-as-buffer): Remove.
20601
20602 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20603
20604         * message.el (message-expand-name): Use EUDC if the user uses that.
20605
20606 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20609         character for the encoding to avoid consing a string.
20610
20611         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20612         unnecessarily.
20613
20614         * mm-util.el (mm-replace-chars-in-string): Remove.
20615
20616         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20617         of mm-replace-chars-in-string.
20618
20619 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20620
20621         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20622
20623         * mm-util.el (mm-subst-char-in-string): Support inplace.
20624
20625         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20626         a new string in every iteration.  Use shy groups.
20627
20628 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20629
20630         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20631         * gnus-soup.el (gnus-soup-group-brew):
20632         * gnus-msg.el (gnus-put-message):
20633         * gnus-move.el (gnus-group-move-group-to-server):
20634         * gnus-kill.el (gnus-batch-score):
20635         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20636         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20637         (gnus-group-update-group, gnus-group-read-group)
20638         (gnus-group-make-group, gnus-group-make-help-group)
20639         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20640         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20641         (gnus-group-sort-by-unread, gnus-group-catchup)
20642         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20643         (gnus-group-yank-group, gnus-group-set-info)
20644         (gnus-group-list-groups):
20645         * gnus.el (gnus-generate-new-group-name):
20646         * gnus-delay.el (gnus-delay-send-queue):
20647         * nnvirtual.el (nnvirtual-catchup-group):
20648         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20649         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20650         (gnus-group-prepare-topics, gnus-topic-check-topology):
20651         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20652         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20653         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20654         (gnus-group-make-articles-read):
20655         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20656         (gnus-group-change-level, gnus-kill-newsgroup)
20657         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20658         (gnus-get-unread-articles, gnus-make-articles-unread)
20659         (gnus-make-ascending-articles-unread): Use accessor
20660         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20661         to get group information for improved readability.
20662
20663
20664 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20665
20666         * gnus-art.el (article-decode-mime-words, article-babel)
20667         (gnus-article-highlight-signature, gnus-article-add-buttons)
20668         (gnus-signature-toggle): Use gnus-with-article-buffer.
20669
20670         * gnus-art.el (gnus-article-highlight-headers)
20671         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20672
20673         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20674         (gnus-article-set-globals, gnus-request-article-this-buffer)
20675         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20676         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20677         (gnus-mime-display-alternative): Use with-current-buffer.
20678
20679 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20680
20681         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20682         also under 80 char limit, and call gnus-error if needed.
20683         (spam-fetch-article-header): Fix - it was a
20684         buffer-local variable (gnus-newsgroup-data).
20685         (spam-find-spam): Use spam-generate-fake-headers, forget about
20686         spam-insert-fake-headers.
20687         (spam-insert-fake-headers): Remove.
20688
20689 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20690
20691         * deuglify.el (gnus-article-outlook-unwrap-lines)
20692         (gnus-outlook-rearrange-article)
20693         (gnus-outlook-repair-attribution-outlook)
20694         (gnus-outlook-repair-attribution-block)
20695         (gnus-outlook-repair-attribution-other): Remove redundant
20696         save-excursion.
20697
20698 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20699
20700         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20701         (spam-fetch-field-subject-fast)
20702         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20703         (spam-fetch-article-header): Add functions to deal with Gnus
20704         internals for fast retrieval of article header data.
20705         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20706
20707 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20708
20709         * pop3.el (pop3-md5): Remove.
20710         (pop3-apop): Replace pop3-md5 with md5.
20711
20712         * mm-bodies.el: base64 is always built-in.
20713
20714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20715         Use with-current-buffer.
20716
20717 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * canlock.el (canlock-insert-header): Remove excessive grouping in
20720         regexp.
20721
20722         * gnus-sum.el (gnus-summary-read-document): Ditto.
20723
20724         * gnus-uu.el (gnus-uu-part-number): Ditto.
20725
20726         * html2text.el (html2text-remove-tags): Ditto.
20727         (html2text-format-tags): Ditto.
20728         (html2text-format-single-elements): Ditto.
20729
20730         * mml.el (mml-parse-1): Ditto.
20731
20732 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20733
20734         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20735
20736         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20737
20738         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20739
20740         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20741
20742 2003-11-15  Simon Josefsson  <jas@extundo.com>
20743
20744         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20745         (pgg-gpg-lookup-key): Use regexp match instead of
20746         split-string (split-string is different between emacs 21.2 and
20747         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20748
20749 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20750
20751         * gnus-art.el (gnus-mime-view-all-parts)
20752         (gnus-article-part-wrapper, gnus-article-view-part):
20753         Use with-current-buffer.
20754
20755 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20756
20757         * spam.el (spam-disable-spam-split-during-ham-respool)
20758         (spam-spamoracle-database, spam-cache-lookups)
20759         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20760         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20761         (spam-group-ham-marks, spam-group-spam-marks)
20762         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20763         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20764         also add spam-use-blackholes to the statistical checks.
20765         (spam-fetch-field-fast): Add interface to fetching fields, may
20766         become a macro.
20767         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20768         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20769         (spam-insert-fake-headers): Fake an article when needed.
20770         (spam-find-spam): Fake article when possible.
20771         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20772         (spam-check-bogofilter-headers): Use message-fetch-field instead
20773         of nnmail-fetch-field.
20774
20775 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20778
20779 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20780
20781         * spam.el (spam-split): Do not require spam-use-CHECK to be
20782         enabled if that check is passed to spam-split explicitly; also
20783         fix so 'spam doesn't get converted to spam-split-group when
20784         spam-split-symbolic-return is t.
20785         (spam-find-spam): Find registrations of the article and use those
20786         instead of re-running spam-split to find the spam/ham
20787         classification of the article.
20788         (spam-log-processing-to-registry, spam-log-registered-p)
20789         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20790         Use gnus-error instead of gnus-message.
20791         (spam-log-registration-type): Add function to determine the
20792         classification of a message based on registry entries; will
20793         return nil if both 'spam and 'ham are found.
20794         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20795         a reasonably fast local cache without the loading errors.
20796         (spam-cache-lookups): Set to t by default.
20797         (spam-find-spam): Don't try to guess spam-cache-lookups.
20798         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20799         spam-caches entry.
20800         (spam-filelist-build-cache, spam-filelist-check-cache):
20801         Fix caching of whitelist/blacklist entries.
20802         (spam-check-whitelist, spam-check-blacklist):
20803         Invoke spam-from-listed-p with a type, not a cache variable.
20804         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20805
20806 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20807
20808         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20809
20810         * nnmail.el (nnmail-split-fancy): do.
20811
20812         * mml.el (mml-parse): do.
20813
20814         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20815         (gnus-score-adaptive): do.
20816
20817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20820         (gnus-mime-button-map): Don't set keymap parent.
20821         (gnus-button-ctan-directory-regexp): Use shy grouping.
20822         (gnus-prev-page-map): Don't set keymap parent.
20823         (gnus-prev-page-map): Remove duplicated one.
20824         (gnus-next-page-map): Don't set keymap parent.
20825         (gnus-mime-security-button-map): Ditto.
20826
20827         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20828         version number.
20829
20830         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20831
20832 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * canlock.el (canlock-sha1-function): Remove.
20835         (canlock-sha1-function-for-verify): Remove.
20836         (canlock-openssl-program): Remove.
20837         (canlock-openssl-args): Remove.
20838         (canlock-ignore-errors): Remove.
20839         (canlock-sha1-with-openssl): Remove.
20840         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20841         (canlock-verify): Don't use canlock-ignore-errors.
20842
20843         * sha1-el.el (sha1-string-external): Make it can return a string
20844         in binary form.
20845         (sha1-region-external): Ditto.
20846         (sha1-string-internal): Ditto.
20847         (sha1-region-internal): Ditto.
20848         (sha1-region): Ditto.
20849         (sha1-string): Ditto.
20850         (sha1): Ditto.
20851
20852 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20853
20854         * spam.el (spam-report-articles-gmane): New command.
20855
20856 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20859
20860         * run-at-time.el (run-at-time-saved): Remove.
20861         (run-at-time): Doc fix.
20862
20863 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20864
20865         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20866         (gnus-summary-limit-map): Add it.
20867         (gnus-summary-make-menu-bar): do.
20868
20869 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20870
20871         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20872         Make attempt at some caching support (done for BBDB only now).
20873         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20874         addresses to be checked.
20875         (spam-clear-cache-BBDB): Add function, to be invoked by
20876         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20877         (spam-check-BBDB): Check and use the caches, if
20878         spam-cache-lookups is on, remove superfluous (provide).
20879
20880 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20881
20882         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20883
20884 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20885
20886         * run-at-time.el (run-at-time-saved): Move to after the definition
20887         of `run-at-time'.
20888
20889         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20890
20891 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20894         mm-w3m-local-map-property.
20895
20896         * mm-view.el (mm-w3m-mode-map): Remove.
20897         (mm-w3m-local-map-property): Remove.
20898         (mm-inline-text-html-render-with-w3m): Don't use
20899         mm-w3m-local-map-property.
20900
20901 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20902
20903         * run-at-time.el: New file.
20904
20905         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20906         under Emacs.
20907
20908         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20909         of gnus-set-text-properties.
20910
20911         * gnus-uu.el (gnus-uu-save-article): Ditto.
20912
20913         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20914
20915         * gnus-cite.el (gnus-cite-parse): Ditto.
20916
20917         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20918         of gnus-.
20919
20920         * gnus-xmas.el (run-at-time): Require run-at-time.
20921
20922         * gnus.el: Change calls to nnheader-run-at-time and
20923         password-run-at-time throughout to use run-at-time directly.
20924
20925         * password.el: Remove definition of run-at-time.
20926
20927         * nnheaderxm.el: Remove definition of run-at-time.
20928
20929 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20930
20931         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20932         in prompt.
20933
20934 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20935
20936         * messagexmas.el (message-xmas-redefine): Alias
20937         `message-make-caesar-translation-table' to
20938         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20939         version.
20940
20941         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20942         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20943         `gnus-xmas-set-text-properties'.
20944         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20945         `gnus-xmas-completing-read'.
20946         (gnus-xmas-completing-read): Removed.
20947         (gnus-xmas-open-network-stream): Removed.
20948
20949         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20950         XEmacs version.
20951
20952         * dns.el (dns-make-network-process): Use `open-network-stream'
20953         instead of `gnus-xmas-open-network-stream'.
20954
20955         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20956
20957         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20958
20959 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20960
20961         * gnus-art.el (gnus-mime-display-alternative)
20962         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20963         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20964         Don't use gnus-local-map-property.
20965
20966         * gnus-util.el (gnus-local-map-property): Remove.
20967
20968         * mm-view.el (mm-view-pkcs7-decrypt):
20969         Replace gnus-completing-read-maybe-default with completing-read.
20970
20971         * gnus-util.el (gnus-completing-read): do.
20972         (gnus-completing-read-maybe-default): Remove.
20973
20974 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20975
20976         * password.el: Only autoload `run-at-time' if not XEmacs.
20977         Only autoload the itimer functions if XEmacs.
20978
20979 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20982         XEmacsen.
20983
20984         * dgnushack.el: Autoload executable-find for XEmacs.
20985
20986 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20987
20988         * gnus-art.el (gnus-read-string): Remove.
20989         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20990         read-string.
20991
20992 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20993
20994         * netrc.el: Autoload password-read.
20995         (netrc): Add configuration group.
20996         (netrc-encoding-method, netrc-openssl-path):
20997         Add variables for encoding and decoding of files with symmetric
20998         ciphers.
20999         (netrc-encode): Add assistant function to encode a file with
21000         netrc-encoding-method.
21001         (netrc-parse): Add interactive parameter, added optional
21002         decoding if netrc-encoding-method is non-nil but otherwise
21003         behavior is standard.
21004         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21005         Do s/encode/encrypt/ everywhere.
21006
21007         * spam.el: Remove executable-find autoload.
21008
21009 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21010
21011         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21012
21013         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21014
21015 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * gnus-art.el (gnus-treat-ansi-sequences)
21018         (article-treat-ansi-sequences): New variable and function.
21019         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21020
21021         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21022         Use it.
21023
21024 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21025
21026         * mm-util.el (mm-quote-arg): Remove.
21027
21028         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21029         shell-quote-argument.
21030
21031         * gnus-uu.el (gnus-uu-command): do.
21032
21033         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21034
21035         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21036         with make-char.
21037
21038         * mm-util.el (mm-make-char): Remove.
21039
21040         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21041         add-minor-mode.
21042
21043         * gnus-undo.el (gnus-undo-mode): do.
21044
21045         * gnus-topic.el (gnus-topic-mode): do.
21046
21047         * gnus-sum.el (gnus-dead-summary-mode): do.
21048
21049         * gnus-start.el (gnus-slave-mode): do.
21050
21051         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21052
21053         * gnus-ml.el (gnus-mailing-list-mode): do.
21054
21055         * gnus-gl.el (gnus-grouplens-mode): do.
21056
21057         * gnus-draft.el (gnus-draft-mode): do.
21058
21059         * gnus-dired.el (gnus-dired-mode): do.
21060
21061         * gnus-ems.el (gnus-add-minor-mode): Remove.
21062
21063         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21064         Replace gnus-char-width with char-width.
21065
21066         * gnus-ems.el (gnus-char-width): Remove.
21067
21068         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21069         Replace gnus-char-width with char-width.
21070
21071         * gnus-ems.el (gnus-char-width): Remove.
21072
21073         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21074         definition.
21075         Remove Emacs 20 hash table compatibility code.
21076
21077         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21078         20 compatibility code.
21079
21080         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21081
21082         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21083
21084         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21085         Replace with point-at-{eol,bol}.
21086
21087         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21088
21089         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21090
21091         * flow-fill.el (fill-flowed-point-at-bol)
21092         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21093
21094         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21095         Replace with point-at-{eol,bol} throughout all files.
21096
21097 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * ntlm.el (ntlm-string-as-unibyte): New macro.
21100         (ntlm-build-auth-response): Use it.
21101
21102         Remove Emacs 20 stuff:
21103         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21104         (butlast, mapc, remove): Remove the compiler macros.
21105         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21106         of delq and copy-sequence.
21107         * gnus-art.el (popup-menu): Remove the compiler macro.
21108         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21109         Emacs 20.
21110
21111 2004-01-05  Simon Josefsson  <jas@extundo.com>
21112
21113         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21114         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21115         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21116         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21117         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21118         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21119         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21120         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21121         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21122         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21123         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21124         string-xor into ntlm-string-xor.
21125         Suggested by Jesper Harder <harder@myrealbox.com>.
21126
21127         * ntlm.el: Don't include poem.
21128
21129         * md4.el (print-int32, print-string-hexa): Remove.
21130         Suggested by Jesper Harder <harder@myrealbox.com>.
21131
21132         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21133
21134         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21135         probably breaks emacs with DL patch, but do we care? Is anyone
21136         still using the DL stuff?)
21137
21138         * sieve-manage.el: Use the password package.
21139         (sieve-manage-read-passwd): Remove.
21140         (sieve-manage-interactive-login): Use password.  Re-add
21141         condition-case around loop.
21142
21143         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21144         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21145         Use the password package.
21146
21147 2003-02-19  Simon Josefsson  <jas@extundo.com>
21148
21149         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21150         token.
21151
21152 2002-08-07  Simon Josefsson  <jas@extundo.com>
21153
21154         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21155         (sieve-manage-authenticators):
21156         (sieve-manage-authenticator-alist): Add some SASL mechs.
21157         (sieve-sasl-auth): New function.
21158         (sieve-manage-cram-md5-auth):
21159         (sieve-manage-plain-auth): Rewrite using SASL library.
21160         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21161         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21162         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21163         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21164
21165 2004-01-05  Simon Josefsson  <jas@extundo.com>
21166
21167         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21168         New files.
21169
21170 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21171
21172         * gnus-group.el (gnus-no-groups-message): Update.
21173
21174         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21175
21176 2003-11-09  Simon Josefsson  <jas@extundo.com>
21177
21178         * imap.el: Support for ID IMAP extension (RFC 2971).
21179         (imap-local-variables): Add imap-id.
21180         (imap-id): New variable.
21181         (imap-id): New function.
21182         (imap-parse-response): Parse untagged ID response.
21183         * nnimap.el (nnimap-id): New variable.
21184         (nnimap-open-connection): Use it.
21185
21186 2003-12-28  Simon Josefsson  <jas@extundo.com>
21187
21188         * gnus-score.el (gnus-score-edit-all-score): New.
21189         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21190
21191 2004-01-04  Simon Josefsson  <jas@extundo.com>
21192
21193         * password.el: Add.
21194
21195 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21196
21197         * dns.el (dns-query-types): Fix typo.
21198         (dns-query-types): New function.
21199         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21200         PTR and SOA replies, see RFC 1035.
21201
21202 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21203
21204         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21205
21206         * Move to Changelog.2.
21207
21208 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21209
21210         * gnus.el (gnus-version-number): Bump version.
21211
21212 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21213
21214         * gnus.el: No Gnus v0.1 is released.
21215
21216 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21217
21218         * gnus.el: No Gnus v0.0 is released.
21219
21220 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21221
21222         * gnus.el (gnus-version-number): Bump.
21223         (gnus-version): No.
21224
21225 See ChangeLog.2 for earlier changes.
21226
21227   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21228
21229   This file is part of GNU Emacs.
21230
21231   GNU Emacs is free software: you can redistribute it and/or modify
21232   it under the terms of the GNU General Public License as published by
21233   the Free Software Foundation, either version 3 of the License, or
21234   (at your option) any later version.
21235
21236   GNU Emacs is distributed in the hope that it will be useful,
21237   but WITHOUT ANY WARRANTY; without even the implied warranty of
21238   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21239   GNU General Public License for more details.
21240
21241   You should have received a copy of the GNU General Public License
21242   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21243
21244 ;; Local Variables:
21245 ;; coding: utf-8
21246 ;; fill-column: 79
21247 ;; add-log-time-zone-rule: t
21248 ;; End: